/*-----------------------------------------------------------------------------------

    Template Name: Corpoter - Consultant Business Template
    Template URI: http://usdtheme.com
    Description: This is html5 template
    Author: usdtheme
    Author URI: http://usdtheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================
    
    1. Appionment area
    1.2 Theme Default CSS (body, link color, section etc)
    2. Header Top Area
       2.1 Header Bottom Area
       2.1 Sticky Header Area
       2.3. Mobile Menu Area
    3. Slider Area
    4.Welcome Services Area
    5.About Area
    6.Services Area
    7.Counter Area
    8.project Area
    9.Quote Area
    10.Testimonial Area Css
    11. banner Area
    12. Blog Area
	13. Footer Area
    14. Home 2 Area
    15.Home 2  Why choose Area
	16.Home 3
	17. Home 4
	18. Home 4 FAQ  Area
	19. Home 5
	20. Home 6
	21. Breadcumbs Area
	22. About pages
	23. FAQ pages
	24. Error page
	25.	Contact Us page
	26.	Project page 2 page
	27. Blog Sidebar Area
	28. Blog Details
	29. Services Details
	30.Project page Area


    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  Google Fonts
/*----------------------------------------*/

@import url('css-1');

/*--------------------------------*/


/* 1. Appionment area
/*--------------------------------*/

.nav .niv1 .sub-menu1 {
    width: 350px;
    left: 450px;
    position: absolute;
    background: #fff;
    display: none;
}

#example_filter,
#example1_filter,
#example2_filter,
#example3_filter {
    float: left;
}

.nav .niv1 .serv:hover ul.sub-menu1 {
    display: block;
}

.header-right-link .slice-btn {
    color: #444;
    position: relative;
    top: 0;
    font-size: 22px;
    cursor: pointer;
    right: -11px;
    display: inline-block;
    padding: 34px 0px;
}

.header-right-link {
    float: right;
    width: 60px;
}

.dt-buttons {
    text-align: center;
}

.header-area .header-right-link .slice-btn {
    color: #444;
}

.header-area-2 .header-right-link .slice-btn {
    color: #fff;
}

.header-area.stick .header-right-link .slice-btn {
    padding: 28px 0px;
}

.appointment-wrapper {
    position: fixed;
    right: -400px;
    top: 0px;
    width: 380px;
    max-width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.visible-appointment .appointment-wrapper {
    right: 0px;
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .appoint-box {
    position: relative;
    background-color: #062241;
    padding: 80px 30px 30px;
}

.appointment-wrapper .appoint-box .cross-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
}

.appointment-wrapper .appoint-box h2 {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    color: #ffffff;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}

.layer-drop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(10, 24, 40, 0.80);
    visibility: hidden;
    z-index: 9999999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.visible-appointment .layer-drop {
    opacity: 1;
    visibility: visible;
}

.appointment-wrapper .single-contact span {
    color: #fff;
    font-size: 16px;
}

.appointment-wrapper .single-contact h5 {
    color: #ddd;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.quote-icons {
    margin-top: 30px;
}

.quote-icons h5 {
    color: #ddd;
    margin-bottom: 20px;
}

.quote-icons ul li {
    display: inline-block;
}

.quote-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.quote-icons ul li a:hover {
    background: #cc3333;
    border: 1px solid #cc3333;
    color: #ddd;
}

.appointment-wrapper .single-contact {
    width: 100%;
    float: none;
}

.appointment-wrapper .quote-btn {
    background: #cc3333;
    border: 1px solid #cc3333;
    color: #fff;
    padding: 9px 20px;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: 140px;
    transition: 0.4s;
    border-radius: 3px;
}

.appointment-wrapper .quote-btn:hover {
    background: #062241;
    border: 1px solid #fff;
}

.appointment-wrapper .contact-icon {
    padding: 30px 0px;
}

.appointment-wrapper .help-block {
    margin-top: 15px;
    margin-bottom: 0px;
}

.appointment-wrapper .contact-form input[type="text"],
.appointment-wrapper .contact-form input[type="email"] {
    border: 1px solid #062241;
    border-radius: 3px;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.appointment-wrapper .contact-form textarea#message {
    border: 1px solid #062241;
    border-radius: 3px;
    height: 120px;
    padding: 20px;
    width: 100%;
}

.header-area-3.stick .header-right-link .slice-btn,
.header-area-3 .header-right-link .slice-btn {
    padding: 18px 0px;
}

.header-area-4 .header-right-link .slice-btn,
.header-area-6 .header-right-link .slice-btn {
    color: #fff;
}


/*----------------------------------------*/


/*  1.2  Theme default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 15px;
    color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #cc3333;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 48px;
    line-height: 50px;
}

h2 {
    font-size: 38px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 32px;
}

h4 {
    font-size: 24px;
    line-height: 26px;
}

h5 {
    font-size: 20px;
    line-height: 22px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0 none;
}

a:hover,
a:focus {
    color: #cc3333;
    text-decoration: none;
}

body {
    background: #fff none repeat scroll 0 0;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    text-align: left;
    overflow-x: hidden;
    line-height: 30px;
}

#scrollUp {
    background: #000 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    opacity: 0.6;
    right: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}

#scrollUp:hover {
    background: #cc3333;
    opacity: 1;
}

.clear {
    clear: both;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

input,
textarea,
input[type="text"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="tel"],
button,
button[type="submit"] {
    -moz-appearance: none;
    box-shadow: none !important;
}

select {
    box-shadow: none !important;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.terrer {
    color: red;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url('img/logo/Preloader.gif') no-repeat center center;
}

.navbar-collapse {
    padding-left: 0px;
}

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

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

.color {
    color: #cc3333;
    font-weight: 700;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.area-padding {
    padding: 90px 0px;
}

.pages-padding {
    padding: 100px 0px 90px;
}

img {
    border-radius: 10px;
}

.elec-page {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.elec-page {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


/* Hide all steps by default: */

.tab {
    display: none;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

button {
    background-color: #cc3333;
    ;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}


/* Mark the active step: */

.step.active {
    opacity: 1;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #cc3333;
}

#more {
    /*display: none;*/
}

.bg-color {
    background: #f9f9f9;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.parallax-bg {
    position: relative;
}

.parallax-bg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #062241;
    opacity: .5;
    content: "";
}

.left-headline {
    margin-bottom: 40px;
}

.left-headline h3 {
    font-size: 26px;
    max-width: 670px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
}

.white-headline {
    position: relative;
}

.white-headline h3 {
    color: #fff;
}

.project-headline.white-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #cc3333!important;
    content: "";
    width: 5px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}

.color-bg {
    background: #062241 !important;
}

.center-head {
    text-align: center;
}

.center-head {
    padding-bottom: 60px;
}

.center-head h3 {
    max-width: 750px;
    font-size: 31px;
    line-height: 42px;
    margin: 0px auto 10px;
}

.center-head::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 40px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #062241;
}

.white-headline::after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 25px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
}

.white-headline p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}


/*--------------------------------*/


/*  2. Header top Area
/*--------------------------------*/

.topbar-left ul li {
    display: inline-block;
}

.topbar-area {
    background: #cc3333;
}

.topbar-left ul li a {
    color: white;
    display: block;
    font-weight: 500;
    margin-right: 15px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.topbar-left ul li a i {
    color: black;
    font-size: 16px;
    padding-right: 7px;
}

.top-social {
    text-align: right;
    padding: 8px 0px;
    margin-left: 10px;
}

span.share-link {
    float: left;
    color: white;
    margin-left: 35%;
}

.top-social ul li {
    display: inline-block;
}

.top-social ul li a {
    color: white;
    margin-left: 12px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    line-height: 25px;
}

.top-social ul li a:hover {
    /*color: #cc3333;*/
    font-size: 18px;
}

.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}


/*----------------------------------------*/


/*  2.1 Header Bottom Area 
/*----------------------------------------*/

.header-area {
    background: #fff;
    box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}

.logo-bg {
    background: #cc3333;
    z-index: 10;
}

.logo-bg:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    border-top: 100px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100px solid #cc3333;
    z-index: 10;
}

.logo-bg:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    background: #cc3333;
    z-index: 10;
    width: 90px;
    height: 100%;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    height: auto;
    padding: 16px 0;
}

.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}

.main-menu ul.navbar-nav>li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 15px;
    font-weight: 500;
    padding: 36px 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 15px;
}

.haut-menu ul.navbar-nav>li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    padding: 36px 0px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 15px;
}

.main-menu ul.navbar-nav li a:hover {
    color: #cc3333;
}

.main-menu ul.navbar-nav>li:hover>a:before,
.main-menu ul.navbar-nav>li.active>a::before {
    width: 100%;
}

.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}

.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #cc3333;
    position: relative;
    z-index: 9999999;
}

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.main-menu ul.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: none;
    color: #333;
}

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}


/***************** christel *********/

.main-menu ul.nav li ul.sub-menu li ul.sub-sub-menu {
    background: #fff;
    border-top: 2px solid #cc3333;
    left: 0;
    opacity: 0;
    position: absolute;
    /*top: 115%;*/
    /*transition: all 0.3s ease 0s;*/
    visibility: hidden;
    width: 300px;
    z-index: -99;
}

.main-menu ul.nav li ul.sub-menu li:hover ul.sub-sub-menu {
    left: 92%;
    top: -5%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li:active ul.sub-sub-menu {
    left: 92%;
    top: -5%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}


/**************** fin *************/


/***************** christel *********/

.main-menu ul.nav li ul.sub-sub-menu li ul.sub-sub-sub-menu {
    background: #fff;
    border-top: 2px solid #cc3333;
    left: 0;
    opacity: 0;
    position: absolute;
    /*top: 115%;*/
    /*transition: all 0.3s ease 0s;*/
    visibility: hidden;
    width: 300px;
    z-index: -99;
}

.main-menu ul.nav li ul.sub-sub-menu li:hover ul.sub-sub-sub-menu {
    left: 92%;
    top: -5%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.single-well,
.singles-well {
    background-color: #ececed;
    padding: 10px 20px 35px 20px;
    position: relative;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.retrait {
    text-indent: 25px;
}

.c-ta {
    color: #000;
    padding-left: 35px;
    font-size: 17px;
    font-family: Eurostile;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    white-space: normal;
    border: none;
    text-align: left;
    display: inline-block;
    line-height: 24px;
}

.c-ta:before {
    display: block;
    background-color: #d40030;
    color: #fff;
    font-family: FontAwesome;
    content: '\f105';
    width: 25px;
    height: 25px;
    padding-left: 10px;
    font-size: 17px;
    position: absolute;
    left: 0;
}

.c-tax {
    color: #000;
    padding-left: 35px;
    font-size: 17px;
    font-family: Eurostile;
    position: relative;
    text-decoration: none;
    white-space: normal;
    border: none;
    text-align: left;
    display: inline-block;
    line-height: 24px;
}

.c-tax:before {
    display: block;
    background-color: #d40030;
    color: #fff;
    font-family: FontAwesome;
    content: '\f105';
    width: 25px;
    height: 25px;
    padding-left: 10px;
    font-size: 17px;
    position: absolute;
    left: 0;
}


/**************** fin *************/


/* Style the Image Used to Trigger the Modal */

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {
    opacity: 0.7;
}


/* The Modal (background) */

.modale {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}


/* Modal Content (Image) */

.modale-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}


/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}


/* Add Animation - Zoom in the Modal */

.modale-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* The Close Button */

.closes {
    /*position: absolute;
    top: 15px;
    right: 35px;*/
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.closes:hover,
.closes:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modale-content {
        width: 100%;
    }
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #cc3333;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 300px;
    z-index: -99;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 92%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.haut-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #cc3333;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i,
.stick .header-search input {
    color: #444
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -40px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border-top: 2px solid #cc3333;
}

.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}

.search-option button.button {
    background: #cc3333;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}

.header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 26px 0px 26px 10px;
}


/*--------------------------------*/


/* 2.2. Sticky Header Area
/*--------------------------------*/

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0px 0px 1px #ccc, -2px -2px 1px #ccc;
    background: #fff;
}

.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 16px 0;
}

.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 30px 0px;
}

.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}

.header-area.stick .header-right-link a.main-search {
    padding: 21px 0px 20px 10px;
}

.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
}

.header-area.stick .navbar-brand>img {
    display: block;
    width: 160px;
    height: auto;
}

.header-area.stick .logo-bg:after {
    border-top: 76px solid transparent;
}


/*----------------------------------------*/


/*  2.3. Mobile Menu Area
/*----------------------------------------*/

.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px;
}

.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.mean-container a.meanmenu-reveal:hover {
    color: #252525
}

.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 110%;
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}

.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}

.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}

.mean-container .mean-nav ul li {
    width: 99.7%;
}

.mobile-menu-area .header-right-link a.main-search {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    padding: 0px 0px 0px 10px;
}

.mobile-menu-area .slice-btn {
    float: right;
    padding: 0px;
}

.mobile-menu-area .header-right-link {
    float: right;
    width: 50px;
    position: absolute;
    top: 12px;
    right: 0px;
}

.mean-container a.meanmenu-reveal {
    color: #252525;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px !important;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 6px 10px 11px;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    width: 30px;
}

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    float: left;
    min-height: 42px;
    padding: 4px 0 0;
    position: relative;
    width: 90%;
    z-index: 999999;
}

.mobile-menu-area .header-right-link .slice-btn span {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    cursor: pointer;
}

.mobile-menu-area .search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -60px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
    border-top: 2px solid #cc3333;
}


/*----------------------------------------*/


/*  3. Slider Area
/*----------------------------------------*/

.intro-content {
    position: relative;
    z-index: 1;
}

.intro-content::after {
    background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 50%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}

.layer-1 {
    margin: 0px 0 20px;
}

.layer-2 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    /*max-width: 600px;*/
    margin-bottom: 30px;
    text-align: center;
}

.layer-1 h1 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    text-transform: capitalize;
    margin: 0px 0px 20px;
    /*max-width: 710px;*/
    text-align: center;
}

.ready-btn {
    border: 1px solid #cc3333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #cc3333;
    width: auto;
    border-radius: 30px;
}

.ready-btn:hover {
    color: #fff;
    background: #cc3333;
    border: 2px solid #cc3333;
    text-decoration: none;
}

.ready-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.ready-btn.right-btn:hover {
    background: #cc3333;
    border: 2px solid #cc3333;
}

.ready-btn.left-btn:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.ready-btn.left-btn1:hover {
    background: transparent;
    border: 2px solid #cc3333;
    color: #444;
}

.ready-btn1 {
    border: 1px solid #cc3333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #cc3333;
    width: 160px;
    border-radius: 30px;
}

.ready-btn1:hover {
    color: #fff;
    background: #cc3333;
    border: 2px solid #cc3333;
    text-decoration: none;
}

.ready-btn1.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.ready-btn1.right-btn:hover {
    background: #cc3333;
    border: 2px solid #cc3333;
}

.ready-btn1.left-btn:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.ready-btn1.left-btn1:hover {
    background: transparent;
    border: 2px solid #cc3333;
    color: #444;
}

.layer-1-2 .color {
    color: #cc3333;
    font-weight: 900;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #cc3333;
    border: 2px solid #cc3333;
}

.intro-carousel .owl-item .layer-1 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}

.intro-carousel .owl-item .layer-2 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}

.intro-carousel .owl-item .layer-3 {
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}

.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3 {
    transform: translateY(0);
    opacity: 1;
}

.intro-carousel .owl-item.active .slider-images img {
    transform: scale(1);
    transition: 5s;
}

video#bgvid {
    width: 100%;
}

img#bgvid {
    width: 100%;
}


/*----------------------------------------*/


/*  4. Wellcome Services Area
/*----------------------------------------*/

.all-services-top {
    margin-top: 100px;
}

.well-services {
    padding: 30px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 30px;
}

.number {
    color: #eee;
    font-size: 200px;
    position: absolute;
    top: 85px;
    left: 50%;
    width: 100%;
    opacity: 0.4;
    font-weight: 700;
    z-index: -1;
}

.well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}

.well-icon a {
    font-size: 60px;
    line-height: 60px;
    color: #cc3333;
}

.well-services .well-content h4 {
    font-size: 22px;
    line-height: 30px;
    transition: 0.4s;
}

.well-services:hover .well-content h4 {
    color: #cc3333;
    transition: 0.4s;
}


/*----------------------------------------*/


/*  5. About area
/*----------------------------------------*/

.about-content h3 {
    line-height: 34px;
    text-transform: capitalize;
    font-size: 26px;
    position: relative;
    font-weight: 800;
}

.about-content p {
    font-size: 15px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
}

.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.marker-list li {
    color: #666;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 17px;
    font-weight: normal;
    text-align: justify;
}

.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #cc3333;
    width: 5px;
    height: 5px;
}

.about-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.about-image img {
    border-radius: 10px;
}

.about-image::after {
    position: absolute;
    left: -200px;
    top: 180px;
    width: 800px;
    height: 100%;
    content: "";
    background: rgba(6, 34, 65, 0.80) none repeat scroll 0 0;
    transform: rotate(38deg);
}

.video-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -35px;
    text-align: center;
    z-index: 999;
}

.video-play.vid-zone {
    background: #cc3333;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
}

.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}

.video-play.vid-zone:hover {
    background: #fff;
    color: #cc3333;
    transition: 0.4s;
}

.video-play.vid-zone:hover i {
    color: #cc3333;
}


/*----------------------------------------*/


/*  6. Services Area
/*----------------------------------------*/

.all-services {
    margin-top: -30px;
    overflow: hidden;
    display: block;
}

.single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 20px 5px;
    /*margin-top: 30px;*/
    margin-top: -15px;
    transition: 0.4s;
}

.single-service:hover {
    border: 1px solid #062241;
    background: #062241;
    transition: 0.4s;
}

.left-head {
    position: relative;
}

.left-head h4 {
    font-size: 26px;
    line-height: 34px;
    text-transform: capitalize;
}

.service-icon {
    float: left;
    margin-right: 20px;
}

.service-icon i {
    font-size: 34px;
    color: #cc3333;
}

.service-text h4 {
    font-weight: 500;
    font-size: 20px;
}

.single-service h4 {
    font-size: 20px;
    line-height: 28px;
}

.single-service h4 a {
    color: #444;
}

.single-service h4 a:hover {
    color: #cc3333;
}

.left-head p {
    font-size: 16px;
}

.more-btn {
    border: 1px solid #cc3333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #cc3333;
    width: 160px;
    border-radius: 30px;
    margin-top: 20px;
}

.more-btn:hover {
    color: #fff;
    background: #062241;
    border: 1px solid #062241;
}

.single-service:hover .service-text h4 a,
.single-service:hover .service-text p {
    color: #fff;
}


/*----------------------------------------*/


/* 7.Counter Area
/*----------------------------------------*/

.counter-area {
    position: relative;
}

.fun-content {
    background: #062241;
    padding: 60px 50px;
    overflow: hidden;
}

.fun-icon {
    float: left;
}

.fun-icon i {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}

.fun_text {
    padding-left: 75px;
}

.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    color: #ddd;
    margin: 5px 0px;
}

.fun_text>h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}


/*--------------------------------*/


/*  8.Project Area
/*--------------------------------*/

.project-headline {
    position: relative;
}

.project-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #062241;
    content: "";
    width: 5px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}

.project-headline h3 {
    font-size: 29px;
    width: 50%;
    line-height: 36px;
    font-weight: 700;
    text-transform: inherit;
    margin-bottom: 40px;
    float: left;
    padding-right: 30px;
}

.project-headline p {
    width: 50%;
    float: left;
    padding-left: 30px;
}

.project-single {
    width: 33.33%;
    float: left;
}

.all-padding {
    padding: 15px;
}

.single-awesome-project {
    overflow: hidden;
}

.awesome-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.awesome-img img {
    transform: scale(1.1);
    transition: 0.5s;
}

.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.5s;
}

.awesome-img>a {
    display: block;
    position: relative;
}

.awesome-img::after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6, 34, 65, 0.60) none repeat scroll 0 0;
    content: "";
    width: 100%;
    height: 100%;
    transition: 0.4s;
}

.add-actions {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 10%;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9;
    padding: 30px;
}

.project-dec {
    display: inline-block;
}

.project-dec h5 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.project-dec p {
    color: #fff;
    font-size: 15px;
}

.project-dec span {
    color: #fff;
    background: #cc3333;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0px 5px;
    font-weight: 700;
    font-size: 14px;
}

.opacity-text {
    opacity: 0;
}

.awesome-menu {
    padding-top: 10px;
}

.single-awesome-project:hover .opacity-text {
    opacity: 1;
}

.single-awesome-project:hover .awesome-img::after {
    background: rgba(6, 34, 65, 0.95) none repeat scroll 0 0;
    transition: all 0.5s ease 0s;
}

.single-awesome-project:hover .add-actions {
    top: 5%;
    transition: all 0.5s ease 0s;
}

.know-more-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: transparent !important;
    padding: 0px !important;
}

.know-more-btn:hover,
.project-dec h5:hover {
    color: #cc3333;
}


/*----------------------------------------
 9.Quote Area
----------------------------------------*/

.quote-area {
    position: relative;
    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top right / cover;
}

.quote-all {
    background: #062241;
}

.sub-head h4 {
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 30px;
}

.contact-icon {
    display: block;
    overflow: hidden;
}

.single-contact {
    width: 80%;
    float: left;
}

.single-contact h5 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.single-contact a {
    display: block;
    margin-bottom: 10px;
}

.single-contact a i {
    float: left;
    color: #cc3333;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}

.single-contact span {
    color: #fff;
}

.form-row {
    margin-top: 30px;
}

.quote-contact {
    padding: 0px 100px;
}

.quote-area #contactForm input {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}

.quote-area .white-headline::after {
    display: none;
}

.quote-area .contact-form textarea.form-control {
    height: 104px;
    border-radius: 0;
    margin-bottom: 15px;
}

.quote-area .quote-btn {
    background: #cc3333;
    border: 1px solid #cc3333;
    color: #fff;
    padding: 9px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    transition: 0.4s;
}

.quote-area .quote-btn:hover {
    background: #062241;
    border: 1px solid #cc3333;
    transition: 0.4s;
}

.quote-area #contactForm .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}


/*--------------------------------*/


/* 10.Testimonial Area Css
/*--------------------------------*/

.testimonial-area {
    background: #fff;
}

.single-testi {
    padding: 30px 20px;
    position: relative;
    border: 1px solid #f1f1f1;
}

.testi-img {
    float: left;
    margin-right: 15px;
}

.testi-img img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 50%;
    float: left;
    border: 4px solid #cc3333;
}

.testi-text {
    padding-left: 100px;
}

.texti-name {
    margin-top: 15px;
    display: inline-block;
}

.texti-name h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}

.guest-rev a {
    color: #444;
    font-size: 14px;
}

.testi-text p {
    color: #444;
    margin-bottom: 0px;
}

.Reviews-content {
    margin-top: -30px;
}

.testimonial-carousel.item-indicator {
    padding: 30px 0px 50px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot>span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}

.testimonial-content {
    margin-bottom: 15px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}

.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span {
    background: #cc3333;
}

.reviews-page .single-testi {
    margin-bottom: 30px;
}


/*----------------------------------------*/


/*  11. banner Area
/*----------------------------------------*/

.banner-content {
    background: #062241;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.brand-items {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 0px 60px;
}

.brand-items h4 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}

.brand-items {
    padding: 0px 30px;
}

.single-brand-item {
    float: left;
    width: 20%;
    padding: 0px 10px;
}

.single-brand-item a {
    display: block;
}

.banner-btn {
    border: 1px solid #cc3333;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #cc3333;
    border-radius: 2px;
    margin-top: 40px;
}

.banner-btn:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.banner-content h3 {
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    max-width: 750px;
    line-height: 36px;
    font-weight: 600;
}


/*----------------------------------------*/


/*  12. Blog Area
/*----------------------------------------*/

.blog-area {
    position: relative;
}

.blog-image {
    overflow: hidden;
    display: block;
}

.blog-grid {
    margin-top: -30px;
}

.blog-content {
    background: #fff;
    padding: 20px 20px 30px;
}

.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
    margin: 10px 0px;
}

.blog-meta {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
}

.blog-meta span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}

.blog-content a h4:hover {
    color: #cc3333;
}

.single-blog {
    margin-top: 114px;
    box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3;
    position: relative;
}

.read-more {
    color: #444;
    display: inline-block;
    font-weight: 700;
    border-top: 1px solid #ddd;
    display: block;
    padding-top: 10px;
}

.blog-content p {
    color: #444;
    font-size: 15px;
    text-align: justify;
    line-height: 32px;
}


/*----------------------------------------*/


/*  13. Footer Area
/*----------------------------------------*/

.footer-1 {
    background: url(img/background/f1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}

.footer-1 {
    position: relative;
    z-index: 1;
}

.footer-1::after {
    background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-area {
    position: relative;
}

.footer-about-top {
    position: relative;
    background: #0A1828;
    padding: 91px 30px;
    top: -90px;
    margin-bottom: -190px;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-head p {
    color: #ddd;
}

.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-services-link ul.footer-list {
    width: 50%;
    float: left;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.footer-icons ul li a:hover {
    color: #fff;
    background: #cc3333;
    border: 1px solid #cc3333;
}

.footer-icons {
    margin-top: 30px;
    display: inline-block;
}

.footer-icons h5 {
    color: #ddd;
}

.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}

.suscribe-input button {
    background: #cc3333;
    border: 1px solid #cc3333;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
}

.suscribe-input button:hover {
    background: #062241;
    border: 1px solid #062241;
    color: #fff;
    transition: 0.4s;
}

.footer-contacts p span {
    color: #cc3333;
    font-weight: 700;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-list li a {
    color: #ddd;
    padding: 4px 0px 4px 20px;
    display: block;
    position: relative;
    font-weight: 500;
}

.footer-list li:first-child a {
    padding-top: 0px;
}

.footer-list li:last-child a {
    padding-bottom: 0px;
}

.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 4px;
    font-family: montril;
    font-size: 11px;
    left: 0;
}

.footer-list li a:hover {
    color: #cc3333;
}

.footer-area-bottom {
    background: #0A1828;
    padding: 25px 0;
}

.copyright-text a:hover {
    text-decoration: underline;
    color: #cc3333;
}

.copyright-text a {
    color: #ddd;
}

.copyright>p {
    margin-bottom: 0;
    color: #ddd;
}

.copyright a {
    color: #cc3333;
}


/*----------------------------------------*/


/*  14. Home 2 Area
/*----------------------------------------*/

.header-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-2 {
    background: #062241;
}

.header-area-2 {
    background: rgba(6, 34, 65, 0.50) none repeat scroll 0 0;
    box-shadow: none;
}

.topbar-area-2 .topbar-left ul li a {
    color: #fff;
}

.header-area-2 .main-menu ul.navbar-nav li a {
    color: #fff;
}

.header-area-2 .main-menu ul.navbar-nav li a:hover {
    color: #cc3333;
}

.header-area-2 .header-right-link a.main-search {
    color: #fff;
}

.header-area-2.stick {
    background: #062241;
    box-shadow: 0px 0px 1px #666, -2px -2px 1px #666;
}

.intro-2 .layer-1 h1 {
    margin: 0px auto 20px;
    max-width: 850px;
}

.intro-2 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 30px;
}

.intro-2 .slider-content {
    margin-top: -100px;
}

.welcome-2 .well-services {
    padding: 30px 20px;
    text-align: center;
    z-index: 1;
}

.welcome-2 .well-services::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 2px;
    background: #062241;
    content: "";
    transition: 0.5s;
    z-index: -1;
}

.welcome-2 .number {
    display: none;
}

.welcome-2 .well-icon a {
    font-size: 40px;
    line-height: 52px;
    width: 60px;
    height: 60px;
    border: 3px solid #cc3333;
    color: #cc3333;
    display: inline-block;
    border-radius: 5px;
}

.welcome-2 .well-services:hover::after {
    width: 100%;
    height: 100%;
    background: #062241;
    transition: 0.5s;
}

.welcome-2 .well-services:hover .well-content p,
.welcome-2 .well-services:hover .well-content h4 {
    color: #fff;
}

.about-2 {
    background: url(img/background/ag1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: scroll;
}

.about-2 .about-content {
    background: #062241;
    padding: 80px 80px 80px 50px;
}

.about-2 .about-content h3,
.about-2 .about-content p {
    color: #fff;
}

.about-2 .about-content {
    background: #062241;
    padding: 80px 70px 80px 50px;
    overflow: hidden;
}

.about-2 .about-image {
    overflow: initial;
    width: 100%;
    height: 100%;
    position: relative;
}

.about-2 .about-image::after {
    display: none;
}

.about-2 .video-content {
    display: none;
    position: relative;
    top: 200px;
    text-align: center;
}

.single-about {
    width: 33.33%;
    float: left;
}

.about-company {
    margin-top: 50px;
    display: block;
    overflow: hidden;
}

span.about-icon {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    float: left;
    margin-right: 15px;
}

span.about-text {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}


/*--------------------------------*/


/* 15.Home 2  Why choose Area
/*--------------------------------*/

.choose-area {
    position: relative;
}

.choose-images {
    width: 80px;
    float: left;
    height: 80px;
    font-size: 32px;
    color: #cc3333;
    border: 1px solid #ccc;
    margin-right: 15px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}

.single-choose {
    display: block;
    margin-top: 30px;
}

.choose-content {
    padding-left: 80px;
}

.choose-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}

.choose-content h4 a {
    color: #444;
}

.choose-content h4 a:hover {
    color: #cc3333;
}

.choose-content p {
    color: #666;
}

.project-area.project-2 {
    background: #f9f9f9;
}

.project-carousel .project-single {
    width: 100%;
    float: none;
}

.project-carousel .add-actions {
    top: 60%;
    padding: 30px 20px;
}

.blog-right-column .blog-image {
    overflow: hidden;
    float: left;
    width: 35%;
}

.blog-right-column .blog-content {
    background: #fff;
    float: left;
    height: 100%;
    width: 65%;
    padding: 0px 20px;
    min-height: 136px;
}

.blog-right-column .single-blog {
    overflow: hidden;
}

.footer-2 {
    background: #062241;
}

.footer-2 .footer-about-top {
    background: #0A1828;
}

.footer-2 .footer-area-bottom {
    background: #0A1828;
}


/*--------------------------------*/


/* 16.Home 3
/*--------------------------------*/

.main-menu .haut-menu .nav .navbar-nav .navbar-right ul li a {
    color: #444;
    font-size: 16px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.haut-menu .nav li a:hover,
.nav li a:focus {
    text-decoration: none;
    background-color: white;
    /*font-weight: 600;*/
}


/*.haut-menu .nav li a, .nav li a{
	color: #444;
	font-size: 14px;
	text-transform: none;
}*/

.tiret {
    display: block;
    width: 1px;
    height: 28px;
    background: #746e69;
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
}

.header-area-3 {
    background: #fff;
    border-top: 1px solid #ccc;
    box-shadow: none;
}

.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 25px 0px;
}

.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}

.header-middle-area .info-simple {
    font-weight: 700;
    color: #777;
    font-size: 12px;
}

.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}

.header-middle-area .logo a {
    padding: 5px 0;
}

.header-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    background: #cc3333;
    text-align: center;
    border-radius: 3px;
}

.info-first {
    font-weight: 700;
    color: #444;
}

.header-area-3.stick {
    background: #fff;
}

.header-area-3 .navbar.navbar-default {
    float: right;
}

.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
    color: #d40030;
    margin: 0px;
    font-weight: bold;
}

.header-area-3.stick .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
}

.header-area-3 .main-menu ul.navbar-nav li.active>a,
.header-area-3 .main-menu ul.navbar-nav>li>a:hover {
    /*color:#cc3333;*/
    color: #0A1828;
}

.header-area-3 .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}

.header-area-3.stick .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}

.intro-3 .layer-1 h1 {
    text-transform: uppercase;
}

.welcome-3 .well-services {
    background: #062241;
    padding: 40px 30px 25px;
}

.welcome-3 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
    opacity: 0.10;
}

.welcome-3 .well-services .well-content p,
.welcome-3 .well-services .well-content h4 {
    color: #fff;
}

.welcome-3 .well-icon {
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.single-service {
    background: #fff;
}

.counter-2 .fun-icon {
    float: none;
    display: block;
    text-align: center;
    position: relative;
}

.counter-2 .fun-icon::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 70px;
    height: 3px;
    border: 2px dotted #ddd;
    content: "";
    right: 0;
    margin: 0 auto;
}

.counter-2 .fun-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}

.counter-2 .fun_text {
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
}

.counter-2 .fun_text span {
    margin: 15px 0px;
}

.counter-2 {
    background: #062241;
    overflow: hidden;
}

.project-3 .project-single {
    width: 50%;
    float: left;
}

.project-3 .awesome-img img {
    width: 50%;
    height: auto;
}

.project-3 .add-actions {
    left: 39%;
    top: 13%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.project-3 .opacity-text {
    opacity: 1;
}

.project-3 .awesome-img img {
    transform: scale(1);
}

.project-3 .awesome-img::after {
    display: none;
}

.project-3 .single-awesome-project:hover .awesome-img::after {
    display: none;
}

.project-3 .know-more-btn,
.project-3 .project-dec h5,
.project-3 .project-dec p {
    color: #444;
}

.about-3 .about-image::after {
    display: none;
}

.about-3 .about-image img,
.about-3 .about-image {
    border-radius: 0px;
}

.about-3 .about-content h3 {
    line-height: 40px;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    text-transform: inherit;
}

.about-3 .about-content {
    position: relative;
    padding: 20px 0px 0px 30px;
}

.about-sign {
    display: block;
    margin-top: 30px;
}

.signature {
    float: right;
}

.sign-date {
    float: left;
}

.sign-date span {
    color: #444;
    font-weight: 600;
    font-size: 22px;
}

.sign-name {
    display: block;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}

span.sign {
    display: block;
    width: 150px;
    height: auto;
}

.blog-3 .single-blog {
    position: relative;
}

.blog-3 .blog-content {
    background: rgba(17, 17, 17, 0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    padding: 20px;
}

.blog-3 .blog-meta span,
.blog-3 .blog-content a h4,
.blog-3 .blog-content p {
    color: #fff;
}

.blog-3 .blog-content a h4:hover {
    color: #cc3333;
}

.blog-3 .blog-meta {
    border-bottom: 1px solid #777;
}

.footer-3 {
    background: url(img/background/f1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
    position: relative;
    z-index: 1;
}

.footer-3::after {
    background: rgba(17, 17, 17, 0.94) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-3 .footer-area-bottom {
    background: #111;
}

.footer-3 .footer-about-top {
    background: #111;
}

.project-3 .know-more-btn:hover {
    color: #cc3333;
}


/*--------------------------------*/


/* 17. Home 4
/*--------------------------------*/

.header-four {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-4 {
    background: #062241;
}

.header-area-4 {
    background: transparent;
    box-shadow: none;
}

.topbar-area-4 .topbar-left ul li a {
    color: #fff;
}

.header-area-4 .main-menu ul.navbar-nav li a {
    color: #fff;
}

.header-area-4 .main-menu ul.navbar-nav li a:hover {
    color: #cc3333;
}

.header-area-4 .header-right-link a.main-search {
    color: #fff;
}

.header-area-4.stick {
    background: #062241;
}

.intro-4 .slider-content {
    position: absolute;
    text-align: right;
    margin-top: -125px;
}

.intro-4 .slide-layer {
    max-width: 700px;
    float: right;
}

.intro-4 .layer-1 h1 {
    text-transform: uppercase;
}

.intro-4 .layer-2 p {
    max-width: inherit;
}

.welcome-4 .well-icon {
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.welcome-4 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
    opacity: 0.60;
}

.service-images {
    display: block;
    margin-bottom: 30px;
}

.project-menu li {
    width: 20%;
    float: left;
}

.project-menu li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    font-weight: 800;
    letter-spacing: 1px;
}

.project-menu li a.active {
    background: #ffb01b;
    color: #fff;
    text-decoration: none;
}

.project-menu {
    background: #062241;
    max-width: 750px;
    margin: 0px auto 30px;
    display: block;
    overflow: hidden;
}

.project-menu li a:hover {
    text-decoration: none;
    background: #ffb01b;
}

.project-4 .opacity-text {
    display: none;
}

.blog-4 .blog-meta {
    border-bottom: none;
    padding: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    background: #cc3333;
    text-align: center;
    width: 60px;
    height: 60px;
}

.blog-4 .blog-meta span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-right: 0px;
    line-height: 20px;
}

.blog-4 .blog-content {
    background: #fff;
    padding: 15px 20px;
}

.footer-4 {
    background: #F4F8FB;
}

.footer-4 .footer-about-top {
    background: none;
}

.footer-4 .footer-head p,
.footer-4 .footer-head h4,
.footer-4 .footer-icons h5,
.footer-4 .footer-list li a,
.footer-4 .footer-icons ul li a {
    color: #666;
}

.footer-4 .footer-list li a:hover {
    color: #cc3333;
}

.footer-4 .footer-icons ul li a:hover {
    color: #fff;
}


/*----------------------------------------*/


/*  18. Home 4 FAQ  Area
/*----------------------------------------*/

.faq-area {
    background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover;
}

.company-faq {
    padding: 12% 17% 12% 7%;
    display: block;
    overflow: hidden;
    background: #fff;
}

.faq-details .panel-heading {
    padding: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}

.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
    padding-top: 80px;
}

.panel-group .panel+.panel {
    margin-top: 10px;
}

.panel-default>.panel-heading {
    color: #666;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}

.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 45px;
    text-decoration: none;
    background: #fff;
}

.panel-body {
    padding: 15px 0px 0px 45px;
}

.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.faq-details .panel-heading h4 a {
    position: relative;
}

.faq-details .panel-heading h4 a::before {
    color: #666;
    content: "\e87a ";
    font-family: montril;
    font-size: 16px;
    left: 0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active::before {
    color: #ffb01b;
    content: "\e878";
    font-family: montril;
    font-size: 16px;
    left: 0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}

.faq-details .panel-heading h4 a.active {
    color: #444;
    background: #fff;
}

.faq-area .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}


/*----------------------------------------*/


/*  19. Home 5
/*----------------------------------------*/

.intro-5 .layer-1 h1 {
    text-transform: uppercase;
    margin: 0px auto 20px;
    max-width: 940px;
    line-height: 66px;
}

.intro-5 .slider-content {
    margin-top: -150px;
}

.intro-5 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 30px;
}

.services-5 .single-service {
    border: none;
    padding: 0px;
}

.services-5 .service-content {
    padding: 0px 20px 20px;
}

.services-5 .service-icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: #ffb01b;
    text-align: center;
    line-height: 58px;
    border-radius: 5px;
}

.services-5 .service-icon i {
    color: #fff;
}

.services-5 .service-images {
    display: block;
    margin-bottom: 20px;
}

.services-5 .single-service h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0px;
}

.team-wraper {
    display: block;
    padding-top: 15px;
}

.team-img {
    width: 50%;
    float: left;
}

.team-content {
    width: 50%;
    float: left;
    padding: 30px 10px 10px 20px;
    background: #041d39;
    height: 100%;
    min-height: 348px;
}

.team-data h4,
.team-data span,
.team-text p {
    color: #fff;
}

.team-data {
    display: block;
    margin-bottom: 20px;
}

.team-data h4 {
    margin-bottom: 5px;
}

.team-social ul li {
    display: inline-block;
}

.team-social ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.team-social ul li a:hover {
    background: #ffb01b;
    border: 1px solid #ffb01b;
}

.footer-5 {
    background: url(img/background/f1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: scroll;
}

.footer-5 {
    position: relative;
    z-index: 1;
}

.footer-5::after {
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.footer-5 .footer-about-top {
    background: #fff;
}

.footer-5 .footer-head p,
.footer-5 .footer-head h4,
.footer-5 .footer-icons h5,
.footer-5 .footer-list li a,
.footer-5 .footer-icons ul li a {
    color: #444;
}

.footer-5 .footer-list li a:hover {
    color: #ffb01b;
}

.footer-5 .footer-icons ul li a:hover {
    color: #fff;
}


/*----------------------------------------*/


/*  20. Home 6
/*----------------------------------------*/

.header-six {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}

.topbar-area-6 {
    background: transparent;
}

.header-area-6 {
    background: transparent;
    box-shadow: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.topbar-area-6 .topbar-left ul li a {
    color: #fff;
}

.header-area-6 .main-menu ul.navbar-nav li a {
    color: #fff;
}

.header-area-6 .main-menu ul.navbar-nav li a:hover {
    color: #cc3333;
}

.header-area-6 .header-right-link a.main-search {
    color: #fff;
}

.header-area-6.stick {
    background: #062241;
}

.intro-6 .layer-1 h1 {
    font-size: 54px;
    line-height: 66px;
    text-transform: uppercase;
    max-width: 966px;
}

.intro-6 .layer-2 p {
    max-width: 720px;
}

.intro-6 .slider-content {
    margin-top: -100px;
}

.welcome-6 .well-services {
    padding: 50px 40px 30px;
    text-align: center;
}

.welcome-2.welcome-6 .well-icon a {
    border: none;
    font-size: 60px;
}

.footer-6 {
    background: #ddd;
}


/*----------------------------------------*/


/*  21. Breadcumbs Area
/*----------------------------------------*/

.page-area {
    position: relative;
}

.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-cloud {
    position: relative;
}

.page-area-cloud {
    background: url(img/service/solutions-informatiques-technologiques.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-audit-strategie {
    position: relative;
}

.page-area-audit-strategie {
    background: url(img/service/audit&strategie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-conception-migration {
    position: relative;
}

.page-area-conception-migration {
    background: url(img/service/conception-migration.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-carriere {
    position: relative;
}

.page-area-carriere {
    background: url(img/carriere/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-candidature {
    position: relative;
}

.page-area-candidature {
    background: url(img/carriere/candidature_spontanee.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.page-area-etudiant {
    position: relative;
}

.page-area-etudiant {
    background: url(img/carriere/etudiant.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-profil-experimente {
    position: relative;
}

.page-area-profil-experimente {
    background: url(img/carriere/profil_experimente.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-profil-contact {
    position: relative;
}

.page-area-profil-contact {
    background: url(img/contact/contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-developpement-applications {
    position: relative;
}

.page-area-developpement-applications {
    background: url(img/service/developpement.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-strategie {
    position: relative;
}

.page-area-strategie {
    background: url(img/service/Maintenance2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-percom {
    position: relative;
}

.page-area-percom {
    background: url(img/produit/percom_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-strategies {
    position: relative;
}

.page-area-strategies {
    background: url(img/service/strategieti.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-tracktrace {
    position: relative;
}

.page-area-tracktrace {
    background: url(img/service/tracktrace.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-support {
    position: relative;
}

.page-area-support {
    background: url(img/service/support-ti.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-solutions-informatiques {
    position: relative;
}

.page-area-solutions-informatiques {
    background: url(img/service/solutions-informatiques-technologiques.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-secteurs_activite {
    position: relative;
}

.page-area-secteurs_activite {
    background: url(img/secteurs_activite/secteurs_activite.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-nos_produits {
    position: relative;
}

.page-area-nos_produits {
    background: url(img/produit/thumbnail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-industrie-production {
    position: relative;
}

.page-area-industrie-production {
    background: url(img/secteurs_activite/industrie-production.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-distribution-commerce {
    position: relative;
}

.page-area-distribution-commerce {
    background: url(img/secteurs_activite/distribution_commerce.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-pharmacie {
    position: relative;
}

.page-area-pharmacie {
    background: url(img/secteurs_activite/sante.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-cloudmigration {
    position: relative;
}

.page-area-cloudmigration {
    background: url(img/service/cloudmigration.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-it {
    position: relative;
}

.page-area-it {
    background: url(img/service/formation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-config365 {
    position: relative;
}

.page-area-config365 {
    background: url(img/service/config365.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-appentreprises {
    position: relative;
}

.page-area-appentreprises {
    background: url(img/service/conseil-technologie-innovation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-securities {
    position: relative;
}

.page-area-securities {
    background: url(img/service/securities.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-collaboration {
    position: relative;
}

.page-area-collaboration {
    background: url(img/service/collaboration.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-parck {
    position: relative;
}

.page-area-parck {
    background: url(img/service/parckinfo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-config {
    position: relative;
}

.page-area-config {
    background: url(img/service/configone.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-biens {
    position: relative;
}

.page-area-biens {
    background: url(img/secteurs_activite/biens.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-logistique {
    position: relative;
}

.page-area-logistique {
    background: url(img/secteurs_activite/logistique_transport.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-formation {
    position: relative;
}

.page-area-formation {
    background: url(img/carriere/formation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-transformation-digitale {
    position: relative;
}

.page-area-transformation-digitale {
    background: url(img/tendance/transformation-digitale.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-internet-objets {
    position: relative;
}

.page-area-internet-objets {
    background: url(img/tendance/internet-objets.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-business-analytics {
    position: relative;
}

.page-area-business-analytics {
    background: url(img/tendance/business-analytics.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-entreprise-intelligente {
    position: relative;
}

.page-area-entreprise-intelligente {
    background: url(img/tendance/entreprise-intelligente.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-approvisionnement-achats {
    position: relative;
}

.page-area-approvisionnement-achats {
    background: url(img/solutions/approvisionnement-achats.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-finance-controle-gestion {
    position: relative;
}

.page-area-finance-controle-gestion {
    background: url(img/solutions/finances-et-controle.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-relation-client {
    position: relative;
}

.page-area-relation-client {
    background: url(img/solutions/relation-client.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-vente-marketing {
    position: relative;
}

.page-area-vente-marketing {
    background: url(img/solutions/vente-marketing.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-microsoft {
    position: relative;
}

.page-area-microsoft {
    background: url(img/logo/logo-microsoft1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-hpe {
    position: relative;
}

.page-area-hpe {
    background: url(img/logo/HPE.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-sap {
    position: relative;
}

.page-area-sap {
    background: url(img/logo/SAP_AG.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-oracle {
    position: relative;
}

.page-area-oracle {
    background: url(img/logo/OracleLogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-kapersky {
    position: relative;
}

.page-area-kapersky {
    background: url(img/logo/kapersky.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-cisco {
    position: relative;
}

.page-area-cisco {
    background: url(img/logo/Logo_cisco.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-servicepro {
    position: relative;
}

.page-area-servicepro {
    background: url(img/service/service30meduim.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-sapone {
    position: relative;
}

.page-area-sapone {
    background: url(img/service/sapone.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-zebra {
    position: relative;
}

.page-area-zebra {
    background: url(img/logo/Zebra_Logo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-area-supply-chain {
    position: relative;
}

.page-area-supply-chain {
    background: url(img/solutions/supply-chain.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-solution-fonction {
    position: relative;
}

.page-area-solution-fonction {
    background: url(img/solutions/solution-fonction.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-tendance {
    position: relative;
}

.page-area-tendance {
    background: url(img/tendance/tendance.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-services {
    position: relative;
}

.page-area-services {
    background: url(img/service/service1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-recrutement {
    position: relative;
}

.page-area-recrutement {
    background: url(img/carriere/recrutement.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-blog {
    position: relative;
}

.page-area-blog {
    background: url(img/blog/blog6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-evenement {
    position: relative;
}

.page-area-evenement {
    background: url(img/evenements/evenement.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.breadcumb-overlay {
    position: absolute;
    /*background: rgba(6,34,65,0.70) none repeat scroll 0 0;*/
    background-color: rgba(0, 0, 0, .25);
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.breadcrumb {
    padding: 60px 0px 40px;
    background-color: transparent;
    margin-bottom: 0;
    /*height: 400px;*/
}

.breadcrumb-bg {
    position: relative;
    top: 70px;
    background: #cc3333;
    border-radius: 5px;
    padding: 22px 30px;
    z-index: 99;
    max-width: 80%;
    margin: 0 auto;
}

.breadcrumb .section-headline h3 {
    font-size: 42px;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    /*max-width: 710px;*/
    text-align: center;
}

.breadcrumb .section-headline {
    padding-bottom: 0px;
}

.breadcrumb .section-headline h3::after {
    display: none;
}

.breadcrumb ul li {
    display: inline-block;
    color: #f3f0ff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.breadcrumb ul li.home-bread {
    padding-left: 0px;
}

.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}

.breadcrumb .section-headline::after {
    display: none;
}


/*----------------------------------------*/


/*  22. About pages
/*----------------------------------------*/

.feature-about {
    border: 1px solid #ccc;
    padding: 20px 35px;
    display: block;
    position: relative;
    text-align: center;
}

.feature-icon {
    display: block;
}

.feature-icon i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    position: relative;
    top: -60px;
    background: #fff;
    color: #cc3333;
    border-radius: 50%;
    transition: 0.4s;
}

.feature-text {
    margin-top: -25px;
}

.feature-text p {
    font-size: 16px;
}

.feature-about:hover .feature-icon i {
    border: 1px solid #cc3333;
    background: #cc3333;
    color: #fff;
    transition: 0.4s;
}

.team-page-area .team-inner {
    margin-top: -30px;
}

.team-page-area .single-team,
.review-inner .single-testi {
    margin-top: 30px;
}

.about-feature {
    margin-top: -60px;
}

.feature-about {
    margin-top: 60px;
}


/*----------------------------------------*/


/*  23. FAQ pages
/*----------------------------------------*/

.faq-page-area .faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.faq-page-area .contact-form input[type="text"],
.faq-page-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.faq-page-area .faq-content .contact-form textarea#message {
    height: 135px;
}

.faq-page-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #cc3333;
    display: inline-block;
    border: 2px solid #cc3333;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}

.faq-page-area .quote-btn:hover {
    background: #062241;
    border: 2px solid #062241;
    color: #fff;
    transition: 0.4s;
}

.faq-page-area .company-faq {
    padding: 0px;
}


/*--------------------------------*/


/* 24. Error page
/*--------------------------------*/

.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px;
}

.error-bot {
    font-size: 24px;
}

.error-btn {
    background: #cc3333;
    border: 1px solid #cc3333;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}

.error-btn:hover {
    background: #062241;
    border: 1px solid #062241;
    color: #fff;
}

.high-text span,
.high-text span img {
    width: 200px;
    height: 200px;
}

.high-text span {
    margin-left: -60px;
}

.high-text span img {
    margin: 0px 10px;
}


/*----------------------------------------*/


/*  25.	Contact Us page
/*----------------------------------------*/

.contact-head {
    background: #F4F8FB;
    padding: 40px 30px;
}

.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}

.contact-inner a i {
    color: #cc3333;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}

.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}

.contact-head p {
    font-size: 16px;
}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}

.contact-page .contact-btn {
    background: #cc3333;
    border: 2px solid #cc3333;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 700;
}

.contact-page .contact-btn:hover {
    background: transparent;
    border: 2px solid #cc3333;
    color: #cc3333;
    transition: 0.4s;
}

.map-area {
    padding-top: 120px;
}

.contact-page .single-contact h5,
.contact-page .single-contact span {
    color: #444;
}


/*----------------------------------------*/


/*  26.	Project page 2 page
/*----------------------------------------*/

.project-page-2 .project-single {
    width: 50%;
    float: left;
}

.project-page-3 .project-single {
    width: 33.33%;
    float: left;
}

.project-page-4 .project-single {
    width: 25%;
    float: left;
}


/*----------------------------------------*/


/*  27. Blog Sidebar Area
/*----------------------------------------*/

.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}

.blog-page-area .blog-content {
    padding: 10px 15px 20px;
}

.blog-search-option input {
    padding: 5px 15px;
    /*width: 80%;*/
    border: none;
    height: 42px;
    background: transparent;
}

.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
    width: 88%;
}

.blog-search-option button {
    /*background: transparent;
    border: none;*/
    margin-left: -24.34px
}

.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}

.blog-search-option button i:hover {
    color: #cc3333;
}

.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}

.left-blog h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #444;
}

.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}

.left-blog li {
    display: block;
}

.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 10px 0px 10px 25px;
    text-transform: capitalize;
    position: relative;
}

.pst-content .date-type {
    font-size: 14px;
}

.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #666;
    width: 5px;
    height: 5px;
}

.popular-tag.left-blog ul li a:before {
    display: none;
}

.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}

.recent-single-post:last-child {
    border-bottom: none;
}

.post-img {
    display: inline-block;
    float: left;
    padding-right: 10px;
    width: 35%;
}

.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}

.pst-content p {
    margin-bottom: 0px;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
    color: #cc3333;
}

.blog-page-area .blog-content {
    background: #f9f9f9;
}

.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}

.blog-tags {
    padding: 1px 0;
}

.left-blog li:last-child {
    border-bottom: 0;
}

.popular-tag.left-blog ul li a:hover {
    color: #fff;
}

.popular-tag.left-side-tags.left-blog ul {
    padding: 0px;
}

.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 5px;
}

.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #444;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}

.left-tags .left-side-tags ul li a:hover {
    color: #cc3333
}

.left-side-tags h4 {
    margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
    margin-top: -30px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 50px 0 0px;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}

.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #cc3333;
    cursor: default;
    border-radius: 5px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #cc3333;
    border-color: #cc3333;
    border-radius: 2px;
}

.blog-left-content {
    margin-top: -30px;
}


/*----------------------------------------*/


/*  28. Blog Details
/*----------------------------------------*/

.comments-heading h3,
h3.comment-reply-title {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}

.comments-list ul li {
    margin-bottom: 25px;
}

.comments-list-img {
    float: left;
    margin-right: 15px;
}

.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}

blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
}

blockquote::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
}

blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}

.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}

.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
}

.author-description h2 a {
    color: #444;
}

.comments-content-wrap span b {
    margin-right: 5px
}

.comments-content-wrap span a:hover {}

span.post-time {
    margin-right: 5px
}

.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}

li.threaded-comments {
    margin-left: 50px
}

.comment-respond {
    margin-top: 20px;
}

span.email-notes {
    color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}

.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
    background: transparent;
}

.comment-respond textarea#message-box {
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
    height: 160px;
    width: 100%;
    background: transparent;
}

.comments-content-wrap span a {
    color: #cc3333;
}

.comments-content-wrap span a:hover {
    color: #cc3333;
}

.comment-respond .add-btn.contact-btn {
    background: #cc3333;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #cc3333;
    text-transform: capitalize;
    font-weight: 600;
}

.comment-respond .add-btn.contact-btn:hover {
    background: #062241;
    color: #fff;
    border: 2px solid #062241;
}

.blog-page-details .left-blog-page {
    margin-top: 0px;
    margin-bottom: 30px;
}

.single-post-comments {
    margin-top: 30px;
}

.left-head-blog .pst-content p {
    margin-bottom: 5px;
}

.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
    font-weight: 600;
}


/*----------------------------------------*/


/* 29. Services Details
/*----------------------------------------*/

.single-page-head {
    margin-top: 80px;
}

.single-services-page p {
    color: #666;
    /*margin-bottom: 0px;*/
}

#teste-serve .mean-expand {
    margin-right: 140px;
}

.single-blogs {
    margin-top: 21px;
}

.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.left-menu li {
    display: block;
    margin: 2px 0px
}

.build-img .page-img {
    padding-bottom: 0;
}

.left-menu ul li.active a {
    color: #cc3333;
    position: relative;
}

.left-menu ul li a:hover {
    color: #cc3333;
}

.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: #f4f4f4;
}

.left-menu ul li a:hover::after,
.left-menu ul li.active a::after {
    position: absolute;
    right: 0;
    top: 0px;
    background: #cc3333;
    content: "";
    width: 3px;
    height: 100%;
}

.down-btn i {
    font-size: 24px;
    float: right;
}

.down-btn {
    border: 1px solid #062241;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #062241;
    width: 100%;
    position: relative;
    border-radius: 2px;
}

.down-btn.apli {
    margin-bottom: 0px;
}

.down-btn:hover {
    color: #fff;
    background: #cc3333;
    border: 1px solid #cc3333;
}

.single-page-head .clients-testi {
    padding: 20px 15px;
    background: #f4f4f4;
}

.single-page-head .review-text {
    margin-top: 20px;
}

.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}

.clients-testi .single-review {
    border: none;
}

.review-text h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.single-page-head .review-text p {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-style: italic;
}

.single-page-head .review-img {
    margin-top: 0px;
}

.single-page-head .review-img img {
    border-radius: 50%;
    width: 80px;
    height: auto;
}

.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}

.single-page {
    overflow: hidden;
}

.single-well h3 {
    margin-bottom: 15px;
}

.single-well.last-part p {
    margin-bottom: 0px;
}

.singles-well {
    /*padding-top: 80px;*/
}

.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}

.service-list li::before {
    position: absolute;
    left: 0;
    content: "\f00c";
    font-family: fontawesome;
    top: 0;
    color: #cc3333;
}

.single-page-head .service-btn {
    width: 100%;
    margin: 20px 0px 0px 0px;
}

.single-services-page .marker-list li {
    color: #666;
}

.mar-row {
    margin-top: 30px;
}

.feature-service i {
    font-size: 24px;
    width: 44px;
    height: 44px;
    background: #062241;
    border: 1px solid #062241;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
}

.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px;
}

.service-feature-content {
    margin-top: -30px;
}

.service-feature-inner {
    margin-top: 30px;
}


/*--------------------------------*/


/*  30.Project page Area
/*--------------------------------*/

.project-page {
    padding: 90px 0px 50px;
}

.project-page .single-awesome-project {
    margin-bottom: 30px;
}

.project-history h4 {
    color: #444;
    margin-bottom: 30px;
}

.project-history {
    background: #f5f5f5;
    padding: 50px 30px;
}

.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}

.project-name span {
    padding-right: 15px;
}

.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block;
}

.project-image.project-image-2 {
    margin-top: 20px;
}

.project-details h4 {
    font-size: 26px;
    line-height: 32px;
}

.project-details p {
    line-height: 26px;
}

.project-share h5 {
    display: inline-block;
}

.project-social {
    display: inline-block;
}

.project-social li {
    display: inline-block;
    margin: 10px 5px;
}

.project-social li a {
    color: #444;
    font-size: 18px;
}

.project-social li a:hover {
    color: #cc3333;
}

.project-details .marker-list li {
    color: #444;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev,
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    ;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next {
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev {
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}

.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover {
    color: #fff;
    background: #cc3333;
    border: 2px solid #cc3333;
}

table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.border-light {
    border-color: #f8f9fa !important;
    background-color: #f5f5f5;
    margin-top: 9.25rem;
    background-color: #f5f5f5;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
}

.border {
    border: 1px solid #dee2e6 !important;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.side-navigation span a:hover {
    color: #cc3333;
}

#activationClick {
    color: #cc3333;
}


/*--------------------------------*/


/* .End CSS
/*--------------------------------*/

.select-style {
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    width: 26rem;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.select-style:after {
    top: 56%;
    left: 81%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #cc3333;
    border-width: 2rem;
    margin-top: -13px;
    z-index: 100;
    cursor: pointer
}

.select-style select:focus {
    outline: none;
}

select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.blog-details {
    margin-top: 9rem;
}