/**
  * Name: Fondex
  * Version: 1.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/

/* @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900');
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed:100,200,300,300i,400,400i,500,500i,600,600i,700,700i,800,900'); */
@import url("https://cdn.arobiz.pro/bootstrap@4.3/css/bootstrap.min.css");
@import url("https://cdn.arobiz.pro/fontawesome@4/css/font-awesome.min.css");
@import url("animate.css");
@import url("default.css");
@import url("owl.carousel.css");
@import url("formulaire/style.css");

/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/


/* ===============================================
    General
------------------------*/


/** Variables **/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a:focus {
    text-decoration: none;
}

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

a,
button,
input {
    outline: medium none;
    color: #0d283c;
}

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

strong {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

p {
    margin: 0 0 15px;
    color: #484848;
    font-weight: 400;
}

*::-moz-selection {
    background: #0d283c;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #0d283c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #0d283c;
    color: #fff;
    text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #5d6576;
    padding: 15px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 12px;
    line-height: 20px;
    outline: none;
    height: 50px;
    border-radius: 5px;
    line-height: inherit;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #fda02b;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde {
    color: #fff;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0 0 0 25px;
}

body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #484848;
    background-color: #fff;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #19202e;
}

h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
}

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

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

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

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

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


/** Transition **/

.featured-icon-box .featured-icon,
.ttm-btn,
button,
.owl-item,
img,
.featured-icon-box,
.featured-icon,
#totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a,
.site-branding,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.social-icons li>a,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-menu-toggle .toggle-block,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.accordion .toggle-title a,
.widget-download ul.download li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a.tp-caption:hover,
.featured-imagebox-portfolio .featured-content,
.ttm-processbox-wrapper .featured-content,
.ttm-processbox-wrapper .ttm-processbox .process-num,
.featured-icon-box.style10 {
    -webkit-transition: all 0.3s ease-in-out 0s !important;
    -moz-transition: all 0.3s ease-in-out 0s !important;
    -ms-transition: all 0.3s ease-in-out 0s !important;
    -o-transition: all 0.3s ease-in-out 0s !important;
    transition: all 0.3s ease-in-out 0s !important;
}

.ttm-btn span,
.nav-link span,
.cart-info a i,
.site-branding img,
.site-branding a,
.panel-title>a span,
.ttm-header-icon.ttm-header-cart-link .navbar-form span,
ul.products li.product .ttm-shop-icon a i {
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

.featured-imagebox-team .featured-thumbnail img {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.featured-imagebox .ttm-box-bottom-content,
.ttm-box-bottom-content .ttm-icon,
.ttm-box-bottom-content .featured-title h5,
.ttm-box-bottom-content .featured-desc {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}


/**  Shadow **/

.box-shadow {
    -webkit-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    -moz-box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
    box-shadow: 0 0 12px 0 rgba(32, 46, 60, .06);
}

.box-shadow2 {
    -webkit-box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    -moz-box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
    box-shadow: 0 0 15px 0 rgba(32, 46, 60, .12);
}


/** Extra-outer **/

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

body .site-main {
    background-color: #fff;
    position: relative;
    z-index: 9;
}

body .site-main>.ttm-row:first-child {
    margin-top: -92px;
}

body .page.sidebar-true .site-main {
    padding: 0;
    background-color: #fff;
}

.container-fluid {
    padding: 0 0;
    overflow: hidden;
}

a {
    color: #19202e;
}

.alignleft {
    float: left;
    margin: 6px 28px 8px 0;
}

.width-30 {
    width: 30%;
}

.width-36 {
    width: 36%;
}

.width-64 {
    width: 64%;
}

.width-70 {
    width: 70%;
}

.width-100 {
    width: 100%;
}

.font-sz-12 {
    font-size: 12px;
}

.font-sz-27 {
    font-size: 27px;
}

.font-w-500 {
    font-weight: 500;
}

.z-1 {
    z-index: 1 !important;
}

.ttm_single_image-wrapper.with-border {
    border: 1px solid #e8ecef;
}

.ttm_single_image-wrapper.w100 img {
    width: 100%;
}

.ttm_single_image-wrapper.with-top-border img {
    border-top: 12px solid;
}

.ttm_single_image-wrapper.with-border15 img {
    border: 15px solid;
}


/* ===============================================
    Spacing
------------------------*/


/** Padding **/

.spacing-1 {
    margin-top: -60px;
    padding-top: 50px;
    padding-left: 55px;
    padding-bottom: 50px;
    padding-right: 15px;
}

.spacing-2 {
    padding: 90px 0;
}

.spacing-3 {
    padding-top: 75px !important;
    padding-right: 186px !important;
    padding-bottom: 53px !important;
}

.spacing-4 {
    margin-left: -90px;
    margin-top: -55px;
}

.spacing-5 {
    margin-left: 50px;
    margin-right: -50px;
    margin-top: -60px;
}

.spacing-6 {
    padding-right: 125px !important;
    padding-bottom: 0px !important;
    padding-top: 45px !important;
}

.spacing-7 {
    margin-top: -77px !important;
    margin-left: -30px !important;
    padding-top: 30px !important;
    padding-right: 65px !important;
    padding-bottom: 20px !important;
    padding-left: 50px !important;
}


/*  ===============================================
    SocialIcon
------------------------*/

.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}

.social-icons.circle li>a {
    border: 1px solid #e8ecef;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
}

.ttm-bgcolor-darkgrey .social-icons.circle li>a,
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    border: none;
    color: #2c2c2c;
}

.ttm-bgcolor-darkgrey .social-icons.circle li>a,
.ttm-bgcolor-skincolor .social-icons.circle li>a {
    background-color: #fff;
}


/*  ===============================================
    TooltipTop
------------------------*/

.tooltip-top {
    position: relative;
}

.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, -moz-transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
}

.tooltip-top:before,
.tooltip:before,
[data-tooltip]:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: rgba(24, 35, 51, 1);
}

.tooltip-top:after,
.tooltip-top:before,
.tooltip:after,
.tooltip:before,
[data-tooltip]:after,
[data-tooltip]:before {
    bottom: 78%;
    left: 50%;
}

.tooltip-top:focus:after,
.tooltip-top:focus:before,
.tooltip-top:hover:after,
.tooltip-top:hover:before,
.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    transform: translateY(-16px);
}

.tooltip-top:after,
.tooltip:after,
[data-tooltip]:after {
    margin-left: -80px;
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: #000;
    background-color: rgba(24, 35, 51, 1);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
}

.tooltip:focus:after,
.tooltip:focus:before,
.tooltip:hover:after,
.tooltip:hover:before,
[data-tooltip]:focus:after,
[data-tooltip]:focus:before,
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1;
}


/*  ===============================================
    TopBar
------------------------*/

.head-top {
    background-color: #d8d8d8;
    color: #000;
}

.head-top a {
    color: #000;
    font-weight: bold;
}

.top-contact {
    position: relative;
    line-height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Montserrat";
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.top-contact li {
    position: relative;
    font-weight: 400;
    z-index: 1;
    padding: 0 15px;
    display: inline-block;
}

.top-contact li:last-child {
    padding-right: 0px !important;
}

.top-contact li:first-child {
    padding-left: 0px !important;
}

.top-contact li:first-child::before {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: white;
}

.top-contact li strong {
    font-weight: 500;
}

.ttm-header-style-infostack .topbar-right .top-contact {
    padding-left: 15px;
}

.topbar-right .top-contact.ttm-highlight-right li:last-child:after {
    content: unset;
}

.ttm-topbar-wrapper .ttm-social-links-wrapper {
    margin: 0;
    position: relative;
    padding-left: 13px;
}

.ttm-topbar-wrapper .social-icons li {
    margin: 0 3px;
}

.ttm-topbar-wrapper .social-icons li>a {
    display: block;
    border: none;
    width: 16px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
    background-color: transparent;
    text-align: center;
}

.ttm-topbar-content .topbar-right .list-inline {
    display: inline-block;
    line-height: 49px;
}

.top-contact.ttm-highlight-left {
    margin-right: 15px;
    padding-right: 5px;
}

.top-contact.ttm-highlight-right {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.top-contact.ttm-highlight-left:after,
.top-contact.ttm-highlight-right:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: calc((100vw - 1140px) / 2 + 100% + 15px);
    height: 100%;
    background-image: url(../images/back-0.jpg);
    background-size: contain;
    background-position: right center;
}

.top-contact.ttm-highlight-right:after {
    right: 0;
}

.top-contact.ttm-highlight-right:after {
    left: 0;
}

.top-contact strong {
    font-weight: 600;
}

.top-contact img {
    margin-right: 4px;
}

.ttm-top-info-con ul li {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    height: 100%;
    margin: 0;
}

.ttm-top-info-con>ul {
    padding: 0;
    margin: 0;
    padding: 0;
    margin: 0;
    display: table;
    vertical-align: middle;
    height: 100%;
}

.ttm-top-info-con {
    float: right;
    position: relative;
    z-index: 3;
    text-align: right;
}

.ttm-top-info-con>ul:not(.social-icons)>li {
    padding: 0 20px;
}

.ttm-top-info-con>ul:not(.social-icons)>li:last-child {
    padding-right: 0;
}

.ttm-top-info-con>ul:not(.social-icons)>li:first-child {
    padding-left: 0;
}

.ttm-top-info-con ul li .icon-box,
.ttm-top-info-con ul li .title-box {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

ul li .icon-box.icon-style-border {
    position: relative;
}

ul li .icon-box.icon-style-border i {
    border: 1px solid;
    position: relative;
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
}

.icon-box i {
    font-size: 18px;
}

.ttm-top-info-con ul li .title-box {
    padding-left: 18px;
}

.ttm-top-info-con .title-box h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}

.ttm-top-info-con .title-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0;
}

.ttm-header-style-classicinfo .ttm-content-wrapper {
    position: relative;
    padding-top: 19px;
    padding-bottom: 16px;
}

.ttm-header-style-classicinfo .top-contact.ttm-highlight-right {
    position: relative;
    padding-left: 20px;
    float: right;
    line-height: 48px;
    bottom: -18px;
    font-size: 16px;
}

.ttm-header-style-classicinfo .ttm-top-info-con ul li:not(:last-child):after {
    content: unset;
}


/*  ===============================================
    Header
------------------------*/


/** SiteBrand(logo) **/

.site-branding {
    position: relative;
    display: block;
    z-index: 1;
    padding: 10px 0 5px;
}

.ttm-header-top-wrapper {
    position: relative;
}

.ttm-stickable-header.fixed-header .site-branding img {
    max-height: 60px;
}


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
}

.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    text-align: right;
    margin: 0px;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type=checkbox] {
    display: none;
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu>ul>li:not(:last-child) {
    margin-right: 40px;
}

#site-header-menu #site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#site-header-menu #site-navigation .menu ul li>a {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

#site-header-menu #site-navigation ul ul li {
    position: relative;
    border-bottom: 0px solid transparent;
}

#site-header-menu #site-navigation .menu ul li>ul li>a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    height: auto;
    line-height: 18px;
}

#site-header-menu #site-navigation .menu ul>li>ul li.has-submenu>a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}

#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}


/** ttm-rt-contact(HeaderIcons - Search, Cart) **/

.ttm-header-icons {
    position: relative;
    padding-left: 29px;
}

.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba( 11, 12, 38, 1);
    border-color: rgba( 11, 12, 38, 1);
    border: 1px solid;
    font-size: 12px!important;
    z-index: 9;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900
}

.ttm-header-icons .ttm-header-cart-link {
    padding-left: 4px;
    padding-right: 0px;
}

.ttm-header-icons .ttm-header-icon {
    margin-left: 7px;
}

.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-btn .ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    padding: 10px 25px;
}

.header-btn {
    padding-left: 24px;
    position: relative;
    z-index: 10;
}

.header-btn,
.ttm-header-icons,
.ttm-header-icon {
    height: 110px;
    line-height: 110px;
    float: right;
}


/**  ttm-search-overlay **/

.ttm-header-icon {
    position: relative;
}

.ttm-search-overlay {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 400px;
    background: #fff;
    border-top: 3px solid;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    z-index: 111;
}

.ttm-header-style-overlay .ttm-search-overlay .w-search-form-row:before,
.ttm-header-style-classic .ttm-search-overlay .w-search-form-row:before {
    right: 7px;
}

.ttm-search-overlay .w-search-form-h {
    display: table;
    height: 100%;
    width: 100%;
}

.ttm-search-overlay .w-search-form-row {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px;
}

.ttm-search-overlay .w-search-form-row:before {
    position: absolute;
    right: 17px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 8px solid;
    content: " ";
}

.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 50px;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none!important;
    color: #333;
    width: 85%;
    line-height: 1.3em;
    float: left;
}

.ttm-search-overlay .ttm-site-searchform button {
    font-size: 21px;
    width: 15%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 50px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
}

.ttm-header-search-link .ttm-tectxon-icon-search:before {
    font-weight: 600;
}

.ttm-tectxon-icon-search:before {
    content: '\e825';
    font-family: "themify";
}

.ttm-search-overlay.st-show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* ===============================================
    Footer
------------------------*/

.footer {
    background-position: center center;
    background-size: cover;
    background-color: #363636;
    border-top: 10px solid #007398;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.footer .widget {
    margin: 60px 0 55px;
}

.footer .ttm-textcolor-white {
    color: rgba(255, 255, 255, .8);
}

.footer .widget .ttm-btn.ttm-btn-size-md {
    padding: 14px 27px 14px 27px;
}


/** FirstFooter **/

.first-footer {
    background-position: center bottom;
    background-size: cover;
    background-color: #0d283c;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

.first-footer a {
    color: #fff;
}

.first-footer a:hover {
    color: #171717;
}

.diag-list,
.diag-list a {
    color: #fff;
}

.first-footer {
    padding: 50px 0 5px;
}

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

.footer-logo img {
    max-height: 75px;
    width: auto;
}

.first-footer .footer-box {
    border-top: 1px solid #303743;
    border-bottom: 1px solid #303743;
}

.first-footer .widget-area {
    padding: 5px 15px 5px;
    position: relative;
}

.first-footer .widget-area .featured-content {
    display: flex;
    align-items: center;
}

.first-footer .featured-title h5,
.first-footer .featured-desc p {
    margin-bottom: 0;
}


/* newsletter-form */

.newsletter-form {
    position: relative;
    margin-bottom: 10px;
    margin-top: 48px;
}

.newsletter-form input[type="email"] {
    background-color: #fff;
    width: 100%;
    height: 47px;
    font-size: 14px;
    outline: none;
    border: none;
    border-radius: 25px;
    padding-left: 50px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .04);
}

.newsletter-form input[type="submit"] {
    height: 47px;
    width: 115px;
    border: 0;
    outline: none;
    z-index: 21;
    padding: 0;
    right: 0;
    border-radius: 0 50px 50px 0;
    box-shadow: 0 0;
    font-weight: 600;
    font-size: 12px;
    padding-left: 0;
    padding-right: 20px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 25px;
    top: 16px;
}

.mailchimp-inputbox:after {
    position: absolute;
    content: "\e628";
    top: 11px;
    right: 26px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 99;
}


/** SecondFooter **/

.second-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul>li {
    padding: 0 0 13px 0;
    position: relative;
}

.widget .widget-title {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
}

.widget .widget-title:after {
    display: block;
    height: 3px;
    margin-top: 0;
    margin-bottom: -13px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 20px;
}


/** footer-social-icons **/

.footer .social-icons li {
    margin-left: 3px;
    margin-right: 3px;
    min-width: auto;
}

.footer .social-icons li:first-child {
    margin-left: 0;
}

.footer .social-icons li>a {
    background-color: #212239;
    border: none;
    font-size: 15px;
}


/** timelist-block **/

.footer .widget ul.ttm-timelist-block {
    padding: 0;
    font-size: 14px;
    margin-top: 0;
}

.footer .widget ul.ttm-timelist-block li:first-child {
    padding-top: 0;
}

.footer .widget ul.ttm-timelist-block li {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.footer .widget ul.ttm-timelist-block li .service-time {
    float: right;
}


/** menu-footer-services **/

.widget ul#menu-footer-services li a {
    padding-left: 16px;
    position: relative;
}

.widget ul#menu-footer-services li a:before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 0px;
    left: 0;
    line-height: 18px;
    font-size: 15px;
}


/* our-location-widget */

ul.ttm-our-location-list li {
    padding: 0 0 4px 0;
}

ul.ttm-our-location-list li i {
    margin-right: 7px;
    font-size: 15px;
}


/** Footer-nav-menu **/

.copyright {
    font-size: 13px;
    padding: 20px 0 15px;
    color: #fff;
    background-color: #292929;
    font-family: 'Montserrat';
}

.copyright span {
    color: #007398;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #007398;
}


/** Footer-nav-menu **/

.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0;
}

.footer-nav-menu li:last-child {
    padding-right: 0;
}

.footer-nav-menu li:first-child {
    padding-left: 0;
}

ul.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px;
}


/* ===============================================
    GoTop BUtton
------------------------*/

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===============================================
    Page-Title-Row
------------------------*/

.ttm-page-title-row {
    position: relative;
    background-image: url(https://via.placeholder.com/1920X380/666666.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

div.ttm-page-title-row>.ttm-bg-layer {
    background-color: rgba(24, 35, 51, 0.85);
}

.ttm-page-title-row {
    display: block;
    padding-top: 100px;
    padding-bottom: 85px;
    z-index: 11;
}

.title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 43px;
    line-height: 50px;
    margin-bottom: 10px;
}

.title-box .page-title-heading {
    position: relative;
}

.breadcrumb-wrapper a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}


/* ===============================================
    Inner-Pages
------------------------*/


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


/*  Contact_Us
/*------------------------------------------------------------------------------*/

#map_canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

.map-wrapper {
    height: 330px;
    padding: 10px 0 0 0;
    margin-bottom: 08px;
}

.map-wrapper.style2 {
    height: 100%;
    margin: 0;
    padding: 0;
}

ul.ttm_contact_widget_wrapper {
    padding: 0;
}

ul.ttm_contact_widget_wrapper li {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 25px;
    border-bottom: 1px solid #eaeaea;
}

ul.ttm_contact_widget_wrapper li h6,
ul.ttm_contact_widget_wrapper li .h6 {
    font-size: 16px;
    line-height: 20px;
    padding-top: 7px;
    padding-left: 37px;
}

ul.ttm_contact_widget_wrapper li span {
    color: #687076;
}

ul.ttm_contact_widget_wrapper li:last-child {
    border: 0;
}

ul.ttm_contact_widget_wrapper li i {
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 20px;
    font-weight: 400;
}

.ttm-rounded-shadow-box {
    border-radius: 10px;
    border-top: 7px solid;
}


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


/*  Error_page
/*------------------------------------------------------------------------------*/

.error-404 {
    position: relative;
}

.page-header {
    margin: 40px 0 20px;
}

section.error-404 {
    padding: 150px 0;
    text-align: center;
    background-image: url(https://via.placeholder.com/1920X629/666666.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.error-404 .ttm-big-icon {
    font-size: 150px;
}

section.error-404 h1 {
    font-size: 95px;
    text-transform: uppercase;
    line-height: 100%;
}

section.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px;
}


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


/*  Portfolio
/*------------------------------------------------------------------------------*/

.ttm-social-share-title h5 {
    font-size: 18px;
    font-weight: 500;
    padding-right: 10px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0;
}

.ttm-nextprev-bottom-nav .nav-next,
.ttm-nextprev-bottom-nav .nav-previous {
    display: inline-block;
    position: relative;
}

.ttm-nextprev-bottom-nav .nav-next a,
.ttm-nextprev-bottom-nav .nav-previous a {
    text-align: center;
    top: 106px;
    right: 48px;
    color: #fff;
    transition: all .2s ease-in-out;
    display: inline-block;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    font-size: 15px;
    padding: 12px 34px;
    border-radius: 0;
    font-weight: 500;
}

.ttm-nextprev-bottom-nav .nav-previous a {
    padding-right: 25px;
    padding-left: 44px;
}

.ttm-nextprev-bottom-nav .nav-previous a:after {
    content: '\f100';
    font-family: "FontAwesome";
    left: 25px;
}

.ttm-nextprev-bottom-nav .nav-previous a:after,
.ttm-nextprev-bottom-nav .nav-next a:after {
    position: absolute;
    font-size: 16px;
    top: 13px;
}

.ttm-pf-single-related-title {
    font-size: 28px;
}


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


/*  blog
/*------------------------------------------------------------------------------*/

article.ttm-blog-classic {
    margin-bottom: 30px;
    padding-bottom: 0;
}

article.ttm-blog-classic,
.post-featured-wrapper {
    position: relative;
}

.ttm-blog-classic .featured-imagebox-post {
    margin-top: 0;
    margin-bottom: 0;
}

.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post {
    padding: 20px 0 20px;
}

.ttm-blog-classic .featured-imagebox-post:hover {
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post .post-title h5 {
    font-size: 30px;
    line-height: 39px;
}

.ttm-blog-classic .featured-imagebox-post .featured-content.featured-content-post .post-meta span {
    padding-right: 0;
}

.ttm-blog-classic .featured-imagebox-post .post-meta span:not(:last-child):after {
    background-color: #eaeaea;
    display: inline-block;
    content: "";
    width: 1px;
    height: 20px;
    vertical-align: middle;
    margin: 0 15px;
}

.ttm-blog-classic .ttm-blog-classic-content blockquote {
    display: block;
    background: #f5faff;
    padding: 25px 20px 20px 85px;
    position: relative;
    font-weight: 300;
    margin: 35px 0 35px 0;
    font-style: normal;
    font-size: 17px;
    min-height: 100px;
    line-height: 28px;
    font-style: italic;
    color: #687076;
    border-left: 4px solid;
}

.ttm-blog-classic .ttm-blog-classic-content blockquote:before {
    content: '"';
    display: inline-block;
    position: absolute;
    font-size: 110px;
    font-family: "Myriad Pro";
    transform: rotate(180deg);
    top: 0;
    left: 33px;
}

.ttm-tag-list span a {
    padding: 6px 15px;
    background-color: #f5faff;
    font-size: 14px;
    display: inline-block;
    margin-right: 3px;
}


/*blog-comment*/

.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}

.comments-area h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.comment-list li {
    position: relative;
    margin-top: 30px;
}

.comment-list .children {
    margin-left: 35px;
}

.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}

.single-post .comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}

.single-post .comments-area .comments-title {
    font-size: 33px;
    font-weight: 600;
}

.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px;
    position: relative;
    background-color: #f5faff;
    border: 1px solid #f5faff;
}

.comment-body:after,
.comment-body:before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: transparent #f5faff transparent #f5faff;
    z-index: 1;
    content: "";
    left: -12px;
}

.comment-author {
    float: left;
    text-align: center;
    width: 87px;
    height: 87px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}

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

.comment-reply-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
}

.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}

.comment-meta,
.comment-meta a {
    color: #6e6e6e;
    font-size: 13px;
}

.comment-meta .ttm-comment-owner h5,
.ttm-comment-owner {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #182333;
    font-style: normal;
}

.comment-box .author-content-wrap p {
    margin-top: 10px;
}

.single article.post .comment-body p {
    margin-top: 10px;
}

.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: 'themify';
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 22px;
    font-size: 10px;
    margin-left: 8px;
}

.comments-area .comment-respond {
    padding-top: 10px;
}

#respond .comment-reply-title {
    margin: 0 0 20px!important;
}

.comment-form {
    margin-bottom: 20px;
}

.comment-form .comment-notes {
    margin-bottom: 25px;
    font-style: italic;
}

.comment-form p:not(.comment-notes) {
    margin-bottom: 20px;
}

.comment-form textarea {
    height: 125px;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-radius: 0;
    padding-left: 0;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url {
    position: relative;
    float: left;
    width: 100%;
}

.comments-area .comment-form .comment-form-url {
    margin-right: 0;
}


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


/* team-member-single
/*------------------------------------------------------------------------------*/

.ttm-team-member-data ul {
    margin: 0;
    padding: 0;
    clear: both;
}

.ttm-team-details-list li {
    position: relative;
    padding: 9px 0 8px 0;
    font-size: 15px;
    line-height: 24px;
    display: block;
    float: left;
    width: 100%;
}

.ttm-team-details-list li i {
    margin-right: 8px;
}

.ttm-team-details-list .ttm-team-list-title,
.ttm-team-details-list .ttm-team-list-value {
    display: inline-block;
}

.ttm-team-details-list .ttm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}

.ttm-team-member-data {
    padding: 35px 5px 35px 26px;
    background-color: #f5faff;
    margin-bottom: 30px;
}

.ttm-team-member-data ul.ttm-team-details-list {
    padding-left: 0;
}

.ttm-team-details-list .ttm-team-list-value a {
    color: #8d9297;
}

.ttm-team-member-single-title {
    font-size: 23px;
    line-height: 26px;
    margin-bottom: 0;
}

.ttm-team-member-single-position {
    font-size: 12px;
    line-height: 26px;
    color: #8d9297;
    font-weight: 400;
    margin-bottom: 10px;
}

.ttm-team-member-content blockquote {
    background-color: #f5faff;
    padding: 20px 25px;
    color: #687076;
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
}

.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal {
    display: block !important;
}

.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li {
    margin-top: 8px;
    margin-bottom: 7px;
    margin-left: 8px;
    margin-right: 7px;
}

.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li:last-child {
    margin-right: 0;
}

.ttm-team-member-content .ttm-tabs.ttm-tab-style-horizontal ul.tabs li a {
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    font-size: 17px;
    font-weight: 600;
}

.ttm-team-member-award-box {
    padding-left: 15px;
    padding-bottom: 40px;
    position: relative;
}

.ttm-team-member-award-box:before {
    content: "";
    position: absolute;
    left: 15px;
    top: -30px;
    width: 1px;
    height: 100%;
    background: #e8ecef;
}

.ttm-team-member-award-box h5 {
    margin-bottom: 5px;
    font-weight: 700;
    position: relative;
}

.ttm-team-member-award-box h5:before {
    content: "";
    position: absolute;
    border-radius: 0;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #e8ecef;
}

.ttm-team-member-award-box h5,
.ttm-team-member-award-box p {
    padding-left: 35px;
}


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


/*  Elements_page
/*------------------------------------------------------------------------------*/

.element-row {
    padding: 0 0 45px;
    position: relative;
}

.element-row .section-title h2.title {
    margin-top: 22px;
    margin-bottom: 25px;
}


/** element-progressbar **/

.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_blue {
    background-color: #0074cc;
}

.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_green {
    background-color: #5bb75b;
}

.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_pink {
    background-color: #f4524d;
}

.ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_turquoise {
    background-color: #00c1cf;
}


/** icon_element-style-fill **/

.ttm-icon.ttm-icon_element-fill {
    color: #fff;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow {
    background-color: #ffb300;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange {
    background-color: #ff4c00;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red {
    background-color: #ff0a26;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink {
    background-color: #ff0061;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine {
    background-color: #50485b;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua {
    background-color: #39c8df;
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua {
    color: #39c8df;
}


/** icon_element-style-border **/

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine {
    border-color: #50485b;
    color: #50485b;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue {
    border-color: #5472d2;
    color: #5472d2;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fff;
    color: #fff;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow {
    border-color: #ffb300;
    color: #ffb300;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange {
    border-color: #ff4c00;
    color: #ff4c00;
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red {
    border-color: #ff0a26;
    color: #ff0a26;
}


/** icon_element-bgcolor **/

.element-style .icon-box-wrapper {
    padding-top: 15px;
}

.element-style .row .col-md-6 .featured-icon-box:not(:last-child) {
    padding: 0;
    margin-bottom: 40px;
}


/* ===   link-list ==
------------------------*/

.list-style-disc {
    list-style-type: disc !important;
}

.list-style-decimal {
    list-style-type: decimal!important;
}

ul.ttm-list {
    list-style: none;
    padding: 0;
    padding-left: 0;
}

.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0px;
    top: 5px;
}

.ttm-list.ttm-list-style-icon li {
    padding-left: 27px;
    list-style: none;
    position: relative;
    padding-bottom: 8px;
}

.ttm-list.ttm-list-textsize-medium li {
    font-size: 16px;
    padding-bottom: 9px;
}

.bg {
    background-size: cover;
    background-position: center;
}

.bg-fixed {
    background-attachment: fixed;
    background-size: cover;
}

.bg-dark-1 {
    background-color: #3f3f3f;
}

.bg-1 {
    background-image: url(../images/bg-1.png);
}

.bg-2 {
    background-image: url(../images/bg-2.png);
}

.bg-3 {
    background-image: url(../images/bg-3.png);
}

.bg-4 {
    background-image: url(../images/bg-4.png);
}

.fs-6 {
    font-size: 6px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-35 {
    font-size: 35px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-50 {
    font-size: 50px;
}

.fs-59 {
    font-size: 59px;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.text-custom-blue {
    color: #131229;
}

.text-custom-gold {
    color: #b76421;
}

.text-custom-marine {
    color: #40302f;
}

.text-custom-green {
    color: #131229;
}

.text-custom-blue-sky {
    color: #888faa;
}

.text-custom-maron {
    color: #0d283c;
}

.text-custom-marine {
    color: #19202e;
}

.text-custom-black {
    color: #202020;
}

.text-custom-white {
    color: #fff;
}

.text-custom-light {
    color: #dddddd !important;
}

.text-custom-grey {
    color: rgba(177, 177, 177, 1);
}

.bg-marron {
    background-color: #782704;
}

.lh-1 {
    line-height: 1;
}

.lh-1_2 {
    line-height: 1.2;
}

.lh-1_4 {
    line-height: 1.4;
}

.lh-1_6 {
    line-height: 1.6;
}

.full-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.home-slide .item-slide {
    height: 530px;
    width: 100%;
    padding-bottom: 75px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.home-slide .item-slide .bg-slide {
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.home-slide .item-slide .title {
    font-size: 60px;
    text-shadow: 0 -5px 25px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.0;
    margin-bottom: 5px;
    font-family: "Saira Condensed", sans-serif;
}

.home-slide .item-slide .text {
    font-size: 22px;
    font-weight: 400;
    text-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
    font-family: 'Montserrat';
    color: #fff;
    line-height: 1.3;
    margin-bottom: 10px;
}

.home-slide .owl-item .item-slide .title {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item .item-slide .text {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item .item-slide .btn-slide {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.home-slide .owl-item.active .item-slide .title,
.home-slide .owl-item.active .item-slide .text,
.home-slide .owl-item.active .item-slide .btn-slide {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.home-slide .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    display: block !important;
    z-index: 10;
    text-align: center;
}

.home-slide .owl-dots .owl-dot {
    display: table;
    margin: 0 7px !important;
}

.home-slide .owl-dots .owl-dot span {
    display: none;
}

.home-slide .owl-dots .owl-dot {
    background-color: transparent;
    width: 11px;
    height: 11px;
    position: relative;
    padding: 0;
    border-radius: 3px;
    border: 2px solid white;
    display: inline-block;
    transform: rotate(0deg);
    transition: 0.3s;
    z-index: 2;
}

.home-slide .owl-dots .owl-dot:hover,
.home-slide .owl-dots .owl-dot.active {
    transform: rotate(45deg);
    background-color: white;
}

.img-box {
    max-width: 47.5%;
    position: relative;
    padding: 0 19px 19px 0;
    margin: 0 0 30px 50px;
}

.img-box::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background-color: #007398;
    z-index: 0;
    height: calc(100% - 19px);
    width: calc(100% - 19px);
}

.img-box img {
    position: relative;
    z-index: 1;
}

.sect-title .sub-title {
    font-size: 24px;
    color: #1c1c1c;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    padding-left: 45px;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Montserrat';
}

.sect-title::before {
    position: absolute;
    left: 0;
    width: 180px;
    height: 2px;
    bottom: 0;
    content: '';
    background-color: #007398;
}

.sect-title.text-center::before {
    left: 50%;
    transform: translateX(-50%);
}

.sect-title {
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}

.sect-title .h1 a {
    color: #0d2a3c;
}

.sect-title h1,
.sect-title .h1 {
    font-family: "Saira Condensed";
    font-size: 48px;
    line-height: 1.0;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
    position: relative;
    color: #007398;
}

.sect-title h1 span,
.sect-title .h1 span {
    font-weight: bold;
}

h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #202020;
    line-height: 1.2;
}

.bosque {
    font-family: 'BOSQUE';
}

.services-section {
    background-image: url(../images/back-3.jpg);
    background-size: cover;
    background-position: center;
}

.featured-imagebox:hover .post-title .text-custom-marine {
    color: #0d283c;
}

.item-tem .tem-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(93, 93, 93, 255);
    line-height: 16px;
}

.item-tem .prenom {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #242424;
    transition: all 1s;
}

.item-tem .date {
    color: rgba(153, 153, 153, 255);
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    font-size: 13px;
}

.item-tem {
    border: 1px solid #efefef;
    padding: 30px 20px;
    border-radius: 5px;
    position: relative;
    background-color: white;
}

.item-tem .icon {
    position: absolute;
    bottom: -18px;
    right: 20px;
    border: 1px solid #efefef;
    border-radius: 50px;
    color: #0d283c;
    padding: 3px 11px;
    width: 33px;
    display: inline-block;
    text-align: center;
    font-size-adjust: 20px;
    background-color: white;
    transition: all 1s;
}

.item-tem:hover .icon {
    background-color: #0d283c;
    color: white;
}

.item-tem:hover .prenom {
    color: #0d283c;
}

.item-tem .img {
    margin-bottom: 15px;
}

.diagAdvisor h2,
.diagAdvisor p {
    display: none;
}

.diagAdvisor .cercle {
    border-color: #0d283c!important;
    color: #0d283c!important;
    height: 103px !important;
    width: 103px !important;
    line-height: 104px !important;
    font-size: 44px !important;
    border-radius: 50% !important;
    font-family: "Montserrat", sans-serif;
}

.diagAdvisor .italic {
    font-family: 'Montserrat', sans-serif !important;
    color: #5d5d5d !important;
    display: block !important;
    font-size: 12px !important;
    font-family: 'Montserrat', sans-serif;
}

.diagAdvisor .btn-avis {
    position: relative;
    background-color: #f5f5f5 !important;
    color: #989898 !important;
    border-color: #989898 !important;
    font-family: 'Montserrat', sans-serif !important;
    transition: 0.5s;
}

.diagAdvisor {
    margin-top: 75px
}

.diagAdvisor .btn-avis:hover {
    background-color: #0d283c !important;
    color: #fff !important;
    border-color: #0d283c !important;
    font-family: 'Montserrat', sans-serif !important;
}

.diagAdvisor .star {
    background-color: transparent !important;
}

.fa-star.full {
    background-color: #0d283c !important;
}

.blog-section {
    position: relative;
}

.blog-section::before {
    position: absolute;
    width: 100%;
    height: 148px;
    bottom: 0;
    z-index: 0;
    left: 0;
    background-color: #f7f7f7;
    content: "";
}

img {
    max-width: 100%;
}

.ban {
    height: 235px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ban .title-ban {
    color: white;
    font-size: 40px;
    font-weight: bold;
}

.ban-1 {
    background-image: url(../images/ban-1.jpg);
}

.ban-2 {
    background-image: url(../images/ban-2.jpg);
}

.ttm-header-wrap {
    position: relative;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
}

#site-header-menu #site-navigation .menu ul li>a {
    color: #000;
}

.bloc-text,
.bloc-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.4;
}

.bloc-text {
    color: #000;
}

.bloc-text h2 {
    font-size: 20px;
    margin: 20px 0 20px;
    color: #1c1c1c;
    font-family: 'Montserrat';
    font-weight: bold;
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: #000000;
    font-weight: inherit;
}

.bloc-text ul li,
.bloc-text ul li {
    list-style: disc;
}

.bloc-text ul {
    margin-left: 30px;
    margin-bottom: 20px;
    display: table;
}

.bloc-text p:first-of-type img:first-of-type,
.bloc-text h2:first-of-type img:first-of-type {
    display: none;
}

.val-sect {
    background-color: #f7f7f7;
}

.title-foot {
    color: #fff;
    font-family: 'Saira Condensed';
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 20px;
}

.title-foot::before {
    position: absolute;
    left: 0;
    height: 2px;
    width: 60px;
    bottom: 0;
    content: '';
    background-color: #007398;
}

.link-service li {
    margin-bottom: 15px;
}

.link-service li a::before {
    content: "•";
    color: #0d283c;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.link-service li a {
    position: relative;
    color: #dddddd;
}

.ass-box {
    padding: 0 50px;
}

.ban .sub-ban {
    color: #dddddd;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
}

.diag-list {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat';
    text-align: justify;
}

.diag-list a:hover {
    color: #007398;
}

.item-p {
    position: relative;
    height: 445px;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 0 50px 30px;
}

.item-p:before {
    position: absolute;
    height: 0%;
    width: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.5s;
    background-image: linear-gradient(to bottom, rgba(255, 62, 24, 0.7), rgba(0, 0, 0, 0));
}

.item-p:hover:before {
    height: 100%;
}

.item-p .ttm-btn {
    margin-top: 30px;
    transform: translateY(80px);
    margin-bottom: -80px;
    transition: 0.5s;
    opacity: 0;
}

.item-p:hover .ttm-btn {
    transform: translateY(0px);
    margin-bottom: -0px;
    opacity: 1;
}

.rn-address {
    margin-top: 50px;
    padding: 50px 0 30px 30px;
    background-color: white;
    position: relative;
    border-radius: 7px;
}

.rn-address .icon {
    position: absolute;
    left: 25px;
    top: -37px;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 #f9f9f9;
}

.rn-address .title {
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.rn-address .text-c,
.rn-address .text-c a {
    font-size: 15px;
    font-weight: 300;
    color: #484848;
}

.contact-form input::-webkit-input-placeholder {
    color: #c3c3c3;
}

.contact-form input:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::placeholder {
    color: #c3c3c3;
}

.contact-form input:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form input::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-webkit-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::placeholder {
    color: #c3c3c3;
}

.contact-form textarea:-ms-input-placeholder {
    color: #c3c3c3;
}

.contact-form textarea::-ms-input-placeholder {
    color: #c3c3c3;
}

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

.contact-form .form-control {
    font-size: 13px;
}

.dec-form {
    background-image: url(../images/lima/c-1.jpeg);
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 450px;
    border-radius: 7px;
}

.text-footer {
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    font-family: 'Montserrat';
}

.text-footer span {
    line-height: 26px;
    display: inline-block;
}

.text-footer a {
    color: #fff;
}

.text-footer a:hover {
    color: #007398;
}

.btn-1 {
    padding: 0px 25px;
    line-height: 40px;
    height: 40px;
    border: 0px solid #007398;
    background-color: #007398;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-family: 'Saira Condensed';
    text-align: center;
    min-width: 150px;
    font-size: 20px;
    border-radius: 0px;
}

.btn-1>img {
    margin-top: -3px;
    margin-right: 4px;
}

.btn-1:hover {
    color: #000;
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}

.btn-2 {
    padding: 10px 20px;
    line-height: 20px;
    border: 2px solid #007398;
    background-color: transparent;
    color: #007398;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-family: 'Saira Condensed';
    font-size: 20px;
    border-radius: 0px;
}

.btn-2>i {
    font-size: 13px;
}

.btn-2:hover {
    color: white;
    background-color: #007398;
    border-color: #007398;
}

.av-box {
    padding: 50px;
    background-color: #0d283c;
}

.item-av {
    position: relative;
    padding: 45px 25px;
    padding-left: 172px;
    color: #0d283c;
    background-image: url(../images/easy/b-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
}

.item-av img {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    z-index: 10;
}

.item-av .title {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 900;
    color: #1c1c1c;
    margin-bottom: 15px;
}

.item-av .text-av {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #1c1c1c;
    opacity: 0.8;
    margin-bottom: 10px;
}

.paie-sect {
    position: relative;
}

.paie-sect .container {
    position: relative;
    z-index: 2;
}

.paie-sect::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    content: '';
    width: 100%;
    background-color: #f7f7f7;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}

.btn-3 {
    padding: 0px 20px;
    line-height: 40px;
    height: 42px;
    border: 1px solid #0d283c;
    background-color: transparent;
    color: #0d283c;
    display: inline-block;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
}

.btn-3:hover {
    color: #fff;
    background-color: #0d283c;
    border-color: #0d283c;
}

.Montserrat {
    font-family: 'Montserrat';
}

.avt-sect {
    background-image: url(../images/bg-2.jpg);
    background-size: cover;
    background-position: center top;
    padding-bottom: 200px;
}

.item-avt {
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    width: 100%;
    background-color: white;
    padding: 30px;
    font-family: 'Montserrat';
    color: #171717;
    font-weight: bold;
    height: 100%;
    font-size: 15px;
}

.item-avt>span {
    display: inline-block;
    height: 72px;
    margin-bottom: 15px;
}

.list-qualite {
    color: #171717;
    font-size: 15px;
    font-family: 'Montserrat';
}

.list-qualite .item-qual {
    position: relative;
    padding-left: 30px;
    height: 50px;
}

.list-qualite .item-qual::before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 13px;
    width: 13px;
    content: '';
    background-color: #0d283c;
    border-radius: 50%;
}

.list-qualite .item-qual:not(:last-child)::after {
    position: absolute;
    left: 6px;
    top: 11px;
    height: 48px;
    width: 1px;
    content: '';
    background-color: #0d283c;
}

.qualite-box {
    position: relative;
    background-color: white;
    margin-top: -150px;
    padding: 70px 80px 40px;
    position: relative;
}

.qualite-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #0d283c;
    border-left: 4px solid #0d283c;
    content: '';
}

.qualite-box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #0d283c;
    border-right: 4px solid #0d283c;
    content: '';
}

.ttm-stickable-header.fixed-header .head-top {
    display: none !important;
}

.audit-box {
    padding: 50px 40px;
    background-color: #0b0b10;
    position: relative;
    margin-top: 50px;
}

.audit-box::before {
    position: absolute;
    right: 100%;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #0d283c;
    top: 0;
}

.img-audi {
    background-size: cover;
    background-position: center;
    height: calc(100% - 45px);
    width: 100%;
    position: relative;
    min-height: 250px;
    z-index: 2;
}

.item-foot {
    padding-left: 30px;
    position: relative;
    color: white;
    font-family: 'Montserrat';
    line-height: 20px;
}

.item-foot a {
    color: white;
}

.item-foot a:hover {
    color: #007398;
}

.item-foot img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .col-md-ass {
        -ms-flex: 0 0 233px;
        flex: 0 0 233px;
        max-width: 233px;
    }
}

@media (min-width: 992px) {
    .col-lg-serv {
        -ms-flex: 0 0 236px;
        flex: 0 0 236px;
        max-width: 236px;
    }
    .col-lg-coord {
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    .col-lg-ass {
        -ms-flex: 0 0 295px;
        flex: 0 0 295px;
        max-width: 295px;
    }
}

@media (min-width: 1200px) {
    .col-xl-form {
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
    }
    .col-xl-right {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
    }
    .col-xl-title {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
    .col-xl-coord {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
}

.foot-1 {
    border-bottom: 1px solid #616161;
}

.form-newsletter .texte {
    font-size: 16px;
    color: white;
    line-height: 25px;
}

.form-newsletter .form-control {
    line-height: 20px;
    padding: 15px;
    background-color: white;
    border: 2px solid #fff;
    border-radius: 0;
    font-size: 16px;
    display: block;
    font-family: 'Montserrat';
    color: #1d1d1b;
}

.form-newsletter .form-control::placeholder {
    color: rgba(29, 29, 27, 0.5);
}

.item-presta {
    position: relative;
    padding: 60px 0 60px 240px;
    color: #1c1c1c;
    background-color: white;
    border-radius: 25px;
    transition: 0.3s;
    overflow: hidden;
}

.item-presta .img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 167px;
    background-size: cover;
    background-position: center;
}

.item-presta .title {
    font-size: 25px;
    font-weight: 900;
}

.item-presta:hover {
    background-color: #007398;
    color: white;
}

.item-cont {
    padding: 50px 0;
    line-height: 1.4;
    border-bottom: 1px solid #d2d2d2;
}

.item-cont:last-child {
    border-bottom: none;
}

.item-cont .desc {
    position: relative;
    padding-left: 60px;
    font-size: 20px;
    font-weight: bold;
    color: #1c1c1c;
}

.item-cont img {
    position: absolute;
    left: 0;
    top: -11px;
}

.item-cont a {
    color: #1c1c1c;
}

.form-box {
    padding: 50px 40px;
    background-color: #f6f6f6;
    border-radius: 25px;
}

.form-contact .form-control::placeholder {
    color: rgba(28, 28, 28, 0.6);
}

.form-contact .form-control {
    line-height: 25px;
    padding: 12px 15px;
    font-size: 16px;
    color: #1c1c1c;
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
}

.form-contact textarea.form-control {
    height: 180px;
}

.text-cont {
    line-height: 20px;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 400;
}

.map-box {
    min-height: 410px;
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 15px;
}

.obl-box {
    background-color: #ededed;
    position: relative;
    overflow: hidden;
}

.obl-box .item-obl {
    padding: 40px 20px;
    text-align: center;
    position: relative;
    color: #1c1c1c;
    z-index: 2;
}

.obl-box .item-obl img {
    margin-bottom: 15px;
}

.obl-box .item-obl .title {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.obl-box .item-obl .text {
    opacity: 0.8;
}

.obl-box::before {
    position: absolute;
    left: -80px;
    top: 0;
    width: calc(50% + 120px);
    transform: skew(-25deg);
    content: '';
    height: 100%;
    background-color: #f4f4f4;
}

.filter-prestation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    background-color: #f4f4f4;
}

.filter-prestation .item {
    width: 20%;
    line-height: 40px;
    text-align: center;
    color: #1c1c1c;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.filter-prestation .item:not(:last-child)::before {
    position: absolute;
    right: 2px;
    top: 10px;
    content: '';
    width: 2px;
    height: calc(100% - 20px);
    background-color: #007398;
}

.filter-prestation .item.active:not(:last-child)::before,
.filter-prestation .item:hover:not(:last-child)::before {
    display: none;
}

.filter-prestation .item.active,
.filter-prestation .item:hover {
    background-color: #007398;
    color: white;
}

.prestation-slide .item {
    position: relative;
}

.prestation-slide .item .img {
    position: relative;
    height: 253px;
    background-size: cover;
    background-position: center;
}

.prestation-slide .item .img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #007398;
    opacity: 0.3;
    transition: 0.3s;
    transform: scale(0);
}

.prestation-slide .item:hover .img:before {
    transform: scale(1);
}

.prestation-slide .item .title {
    position: relative;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #1c1c1c;
}

.prestation-slide .owl-nav {
    position: absolute;
    left: -30px;
    width: calc(100% + 60px);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.prestation-slide .owl-nav .owl-next,
.prestation-slide .owl-nav .owl-prev {
    padding: 0;
    background-color: transparent;
    color: #1c1c1c;
    font-size: 32px !important;
    border: none;
    display: block !important;
}

.prestation-slide .item:hover .title {
    color: #007398;
}

.hide {
    display: none;
}

.disabled {
    display: none;
}

.eng-sect {
    background-size: cover;
    background-position: center;
    background-image: url(../images/cabani/bg-1.jpg);
}

.item-eng {
    padding: 15px 0;
    position: relative;
    color: #fff;
    text-align: center;
}

.item-eng .icon {
    position: relative;
    display: inline-block;
    height: 69px;
    margin-bottom: 20px;
}

.item-eng .title {
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
    color: #007398;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-eng .desc {
    font-size: 22px;
    color: white;
    line-height: 1.2;
    font-family: 'Montserrat';
}

.item-act {
    position: relative;
    padding-bottom: 5px;
}

.item-act::before {
    position: absolute;
    width: 100%;
    height: calc(100% - 70px);
    content: '';
    bottom: 0;
    left: 0;
    transition: 0.3s;
    border: 2px solid #1093ff;
    background-color: transparent;
}

.item-act:hover:before {
    background-color: #1093ff;
}

.item-act .img {
    position: relative;
    width: calc(100% - 50px);
    margin-left: 50px;
    background-size: cover;
    z-index: 2;
    background-position: center;
    height: 350px;
}

.item-act .img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #007398;
    opacity: 0.3;
    transition: 0.3s;
    transform: scale(0);
}

.item-act:hover .img:before {
    transform: scale(1);
}

.item-act .img .date {
    position: absolute;
    bottom: 35px;
    left: -30px;
    padding: 10px 20px;
    line-height: 20px;
    color: white;
    transition: 0.3s;
    background-color: #1093ff;
}

.item-act:hover .img .date {
    background-color: #007398;
}

.item-act .title {
    padding: 20px 25px 5px;
    color: #1c1c1c;
    font-weight: bold;
    font-size: 25px;
    position: relative;
    z-index: 2;
    height: 95px;
    overflow: hidden;
}

.item-act .desc {
    padding: 0 25px 0px;
    margin-bottom: 25px;
    color: #1c1c1c;
    font-size: 16px;
    position: relative;
    z-index: 2;
    display: block;
    height: 22px;
    overflow: hidden;
}

.item-act:hover .title,
.item-act:hover .desc {
    color: white;
}

.tem-slide img {
    width: auto !important;
    display: inline-block !important;
}

.tem-slide .item {
    padding: 38px 25px;
    position: relative;
    background-color: white;
}

.tem-slide .icon-cote {
    position: absolute;
    left: -1px;
    top: -1px;
}

.tem-slide .nom {
    color: #1c1c1c;
    font-weight: bold;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
}

.tem-slide .date {
    color: rgba(102, 102, 102, 1);
    font-weight: 300;
    font-size: 14px;
    opacity: 0.5;
    font-family: 'Montserrat', sans-serif;
}

.tem-slide .text-1 {
    color: rgb(13, 19, 23);
    font-weight: 400;
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
}

.tem-slide .link {
    color: #007398;
    transition: all 0.5s;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.tem-slide .link:hover {
    color: #1093ff;
}

.title-avis-box {
    background-size: cover;
    background-position: center;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background-image: url(../images/b-2.jpg);
    color: white;
    height: 300px;
    padding: 0px 30px;
    margin-top: 15px;
}

.title-avis-box .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.title-avis-box .desc {
    font-size: 16px;
    margin-bottom: 15px;
}

.pre-slide .item-act .title {
    height: 70px;
}

@media (min-width:1200px) {
    .col-xl-cert-1 {
        -ms-flex: 0 0 330px;
        flex: 0 0 330px;
        max-width: 330px;
    }
    .col-xl-cert-2 {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
    .container.custom-container {
        max-width: 1140px;
    }
    .col-xl-img-1 {
        -ms-flex: 0 0 603px;
        flex: 0 0 603px;
        max-width: 603px;
    }
    .col-xl-img-2 {
        -ms-flex: 0 0 533px;
        flex: 0 0 533px;
        max-width: 533px;
    }
}

@media (min-width:1300px) {
    .container {
        max-width: 1300px;
    }
}

.text-1 {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Montserrat';
    line-height: 1.2;
}

.formation-box {
    padding: 30px 50px;
    background-color: #f7f7f7;
}

.dec-2 {
    position: relative;
}

.title-ass {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Montserrat';
}

.cont-form-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 0 10px;
    background-color: rgba(0, 0, 0, 0.7);
}

.cont-form-box .h2 {
    color: white;
    padding: 10px 0;
    font-family: 'Saira Condensed';
    border-right: 1px solid #007398;
}

.cont-form-box .form-control {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    font-family: 'Poppins';
    height: 40px;
}

.cont-form-box .form-control::placeholder {
    color: white;
}

.cont-form-box .form-control option {
    color: #000;
}

.item-picto {
    color: #000;
    line-height: 1.2;
}

.item-picto .pict {
    padding: 0 0 20px 20px;
    position: relative;
    color: #000;
}

.item-picto .pict.float-left {
    padding: 0 20px 20px 0;
}

.item-picto .pict img {
    position: relative;
    z-index: 2;
}

.item-picto .pict::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #007398;
}

.item-picto .pict.float-left::before {
    left: auto;
    right: 0;
}

.item-picto .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.item-valeur {
    padding: 30px 0;
    padding-left: 140px;
    position: relative;
}

.item-valeur .icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    line-height: 120px;
    text-align: center;
    transform: translateY(-50%);
    border: 2px solid #007398;
}

.item-valeur .icon img {
    position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);
}

.item-valeur .title {
    color: #007398;
    font-size: 30px;
    line-height: 1.0;
    margin-bottom: 5px;
    font-family: "Saira Condensed";
}

.item-valeur .desc {
    color: #000;
}

.item-valeur .desc ul {
    list-style: disc;
    padding-left: 25px;
    margin-left: 0;
}

.ass-slide .owl-stage {
    align-items: center;
    display: flex;
}

.ass-slide .owl-nav {
    font-size: 32px;
    position: absolute;
    left: -50px;
    width: calc(100% + 100px);
    top: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
}

.bloc-text h2 a, .bloc-text p a, .bloc-text ul li a { font-size: inherit; color: inherit; font-weight: inherit; } 
.bloc-text ul li, .bloc-text ul li { list-style: disc; } 
.bloc-text ul { margin-left: 30px } 
.bloc-text h2:first-of-type img:first-of-type,
.bloc-text p:first-of-type img:first-of-type {
     display: none;
 }
@media (max-width: 575px) {
    #image-gallery .modal-dialog {
        padding: 15px !important;
    }
}
.btn-style-three.actu-b { padding: 5px 20px 5px !important }
#commanderModal .btn,
.modal-footer button.btn-secondary {
    background-color: #007398;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #007398;
}
#boutique a {
    background-size: cover;background-position: center;
}
.bloc-about {
    padding: 75px 0 50px;
}
input.list-diff {
    vertical-align: middle;
    width: 100%;
    color: #8093a8;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
    text-transform: inherit;
    border: 1px solid rgba(0, 43, 92, 0.08);
    font-size: 15px;
    outline: none;
    line-height: inherit;
    letter-spacing: 0px;
}
.handle:after {
    background-color: #007398 !important;
}
.handle {
    transition: 0s;
}
.galerie .item-gal {
    padding:0;
    margin: 0px;   
    background-color: #fff;background-size: cover;background-position: center;
    border: 2px solid #007398;
    border-radius: .25rem;
    height: 200px;position: relative;width: 100%;
}
.galerie .item-gal:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    padding: 20px;
}

a.linkid, a.linked {
    pointer-events: none;
}