/**
  * Name: Fondex
  * Version: 1.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/


/**

  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)
	 - BoutonsContact
     - 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: 16px;
    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 #a1b9d5;
    -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: "Roboto", 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: "Roboto", 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;
}
#tomid {
    -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-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,
.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 {
    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 {
    display: block;
    padding: 25px 0 5px;
}

.top-contact {
    position: relative;
    margin: 0;
    font-size: 17px;
    font-family: "Roboto";
    display: flex;
    justify-content: flex-end;
    color: white;
    align-items: center;
    line-height: 20px;
    position: relative;
    font-weight: 400;
}

.top-contact li:nth-child(1) {
    margin-left: 0;
}

.top-contact li {
    position: relative;
    margin-left: 40px;
}

.top-contact li a:not(.btn-2) {
    color: #fff;
}

.top-contact li>img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.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 .ttm-top-info-con ul li:not(:last-child):after {
    content: unset;
}


/*  ===============================================
    Header
------------------------*/


/** SiteBrand(logo) **/

.site-branding {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    z-index: 1;
    height: 85px;
    /* padding-bottom: 15px; */
    flex: 0 0 240px;
}

.site-right {
    width: calc(100% - 240px);
}

.ttm-header-top-wrapper {
    position: relative;
}

/** BoutonsContact **/
.flex-container{
	display: flex;
}
.ctnr-btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-family: 'Roboto';
	text-transform: uppercase;
	font-size: 18px;
	gap : 60px;
}
.btn-custom i {
	font-size: 20px;
}
.dark-chrome-ui-2{
    margin: 0 10px;
    display: flex;
    align-items: center;
    padding:3px;
    border-radius: 15px;
    background: linear-gradient(180deg,#c7c7c7 30%, #828282, #828282 70%);
    color:#0d283c !important;
    box-shadow: 0 30px 30px rgba(219,227,246,0.10),
        inset 1px 1px 0 rgba(240,240,240, 0.75),
        inset -1px -1px 0 rgba(15,15,15, 0.75);
    text-decoration: none;
    transition: all 0.3s ease;
}
.dark-chrome-ui-2 .inset-btn{
    border-radius: 30px;
    padding:10px 40px;
    background: linear-gradient(#c7c7c7, #fdfdfd, #828282);
    box-shadow: inset 1px 1px 0 rgba(240,240,240, 0.75),
        inset -1px -1px 0 rgba(15,15,15, 0.75);
}

@media (max-width:767px){
	.top-contact,
	.ctnr-btn{
		flex-direction: column;
		gap:20px;
	}
}

/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
    width: 100%;
}

.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {
    border-bottom: 0px solid #e8e8e8;
}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    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:hover .sub-menu {
    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: 400;
    font-size: 16px;
    color: #0c0c0c;
    font-family: 'Roboto';
    line-height: 20px;
}

#site-header-menu #site-navigation ul ul li {
    position: relative;
}

#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;
}


/** 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-color: #111020;
    background: url(../images/ens/back-5.webp) center / cover no-repeat #111020;
    position: relative;
    z-index: 2;
}

.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;
}

.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: 15px;
    padding: 20px 0 20px;
    color: #fff;
    background-color: #32506c;
    font-family: 'Roboto';
    border-top: 7px solid #005c96;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #a1b9d5;
}


/** 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;
    background-image: linear-gradient(#111020, #224274, #005c96, #b8c2cd, #111020);
    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: "Roboto", 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: 515px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.home-slide .item-slide .bg-slide {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0%;
    left: 0%;
}

.home-slide .item-slide .bg-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slide .item-slide .title {
    font-size: 42px;
    font-weight: 400;
    color: #fff;
    display: block;
    line-height: 1.2;
    margin-bottom: 30px;
    font-family: 'Roboto';
}

.home-slide .item-slide .text {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    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-nav {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0 40px;
    padding: 0 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    text-align: center;
}

.home-slide .owl-nav .owl-next,
.home-slide .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: relative;
    height: 50px;
    padding: 0;
    font-size: 28px;
    border-radius: 50%;
    padding: 0;
    z-index: 2;
    overflow: hidden;
    border: none;
    background-color: #a1b9d5;
    color: #111111;
}

.home-slide .owl-nav .owl-next:hover,
.home-slide .owl-nav .owl-prev:hover {
    background-color: #111111;
    color: #a1b9d5;
}

.img-box {
    max-width: 50%;
    position: relative;
    z-index: 1;
    padding: 50px 148px 131px 50px;
    margin: 0 0 30px 50px;
}

.img-box.intern-img {
    padding: 45px 0 0 40px;
}

.img-box::before {
    position: absolute;
    right: 24px;
    top: 0;
    width: 185px;
    height: 167px;
    z-index: 2;
    content: "";
    background-color: #a1b9d5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-box .img-1 {
    position: relative;
    border-radius: 0px;
    z-index: 1;
}

.img-box .img-1 img {
    position: relative;
    z-index: 1;
}

.img-box .img-1::before {
    position: absolute;
    left: -50px;
    top: -50px;
    width: 165px;
    height: 165px;
    z-index: 0;
    content: "";
    background-color: #eff0f1;
    background-image: linear-gradient(to right, #eff0f1, #f7f7f8);
}

.img-box .img-1::after {
    position: absolute;
    left: -27px;
    top: -27px;
    width: 159px;
    height: 257px;
    z-index: 2;
    content: "";
    border: 2px solid #afb3b7;
}

.img-box .img-2 {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2;
}

.img-box .img-3 {
    position: absolute;
    left: 231px;
    bottom: 45px;
    z-index: 3;
}

.img-box .img-3::before {
    background-color: #d9e3ee;
    position: absolute;
    right: -43px;
    bottom: -44px;
    width: calc(100% - 22px);
    height: 156px;
    z-index: 0;
    content: "";
}

.img-box .img-3 img {
    position: relative;
    z-index: 1;
    max-width: unset;
}

.sect-title .sub-title {
    font-size: 16px;
    color: #a1b9d5;
    text-transform: uppercase;
    display: inline-block;
    line-height: 25px;
    letter-spacing: 3px;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    font-family: 'Roboto';
}

.sect-title {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.sect-title h1::before,
.sect-title .h1::before {
    position: absolute;
    left: -58px;
    width: 116px;
    height: 129px;
    content: '';
    top: 0;
    z-index: -1;
    background: url(../images/ens/deco-title-1.png) right top / auto no-repeat;
}

.sect-title .h1::before {
    top: 0px;
}

.sect-title h1,
.sect-title .h1 {
    font-family: 'Roboto Mono';
    font-size: 42px;
    line-height: 1.2;
    padding: 49px 0 0 0;
    font-weight: bold;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #25598c;
}

.sect-title .h1 {
    padding-top: 20px;
    font-size: 30px;
}

.sect-title .h1.no-deco {
    padding-top: 0;
}

.sect-title .h1.no-deco::before {
    display: none;
}

.sect-title h1 span,
.sect-title .h1 span {
    font-weight: bold;
}

.services-section {
    background-image: url(../images/back-3.jpg);
    background-size: cover;
    background-position: center;
}

.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: "Roboto", sans-serif;
}

.diagAdvisor .italic {
    font-family: 'Roboto', sans-serif !important;
    color: #5d5d5d !important;
    display: block !important;
    font-size: 12px !important;
    font-family: 'Roboto', sans-serif;
}

.diagAdvisor .btn-avis {
    position: relative;
    background-color: #f5f5f5 !important;
    color: #989898 !important;
    border-color: #989898 !important;
    font-family: 'Roboto', 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: 'Roboto', 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: 480px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ban .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    object-position: center bottom;
}

.ban .title {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    position: relative;
    font-family: 'Roboto';
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 2;
}

.ban .title span {
    font-size: 38px;
}

.ban .desc {
    z-index: 1;
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    margin-bottom: 15px;
    font-family: 'Lexend';
    text-transform: uppercase;
}

.ban-1 {
    background-image: url(../images/ban-1.jpg);
}

.ban-2 {
    background-image: url(../images/ban-2.jpg);
}

.ttm-header-wrap {
    position: relative;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 5;
    background: url(../images/ens/background.webp) center / cover no-repeat;
    position: relative;
    z-index: 1;
}

.ttm-header-wrap::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 223px;
    height: 100%;
    content: '';
    z-index: -1;
    background: url(../images/ens/deco-1.png) right top/auto no-repeat;
}

.bloc-text,
.bloc-text p {
    font-size: 16px;
    font-weight: 400;
    color: #32506c;
    line-height: 26px;
}

.bloc-text p {
    margin-bottom: 20px;
}

.bloc-text {
    color: #32506c;
}

.bloc-text h2 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    margin: 20px 0 20px;
    color: #25598c;
    font-family: 'Roboto Mono';
    font-weight: bold;
    z-index: 1;
    letter-spacing: 1px;
}

.bloc-text h2::before {
    position: absolute;
    left: -26px;
    top: -10px;
    width: 49px;
    height: 49px;
    content: '';
    z-index: -1;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(to right, #b0b4b8, #d5d8db);
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: #32506c;
    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: 'Roboto Mono';
    font-weight: 700;
    font-size: 18px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 12px;
    background: url(../images/ens/deco-title-3.webp) left center / auto no-repeat;
}

.title-foot.title-diag {
    text-transform: none;
    font-family: 'Roboto';
    text-align: center;
    background: none;
    padding-left: 0;
    font-size: 14px;
}

.ass-box {
    width: 100%;
    padding: 10px 0;
    background-color: white;
    text-align: center;
    position: relative;
    border-radius: 7px;
}

.ass-box::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 75%;
    width: 2px;
    background-color: #d04827;
    content: '';
}

.ban .sub-ban {
    color: #dddddd;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
}

.diag-box {
    padding: 45px 30px 35px;
    border: 2px solid #606066;
    border-top: none;
    border-radius: 10px;
    position: relative;
    text-align: center;
}

.diag-box .title-foot {
    left: 50%;
    top: -8px;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}

.diag-box::before {
    position: absolute;
    left: 3px;
    top: 1px;
    height: 2px;
    content: '';
    width: calc(50% - 170px);
    background-color: #606066;
}

.diag-box::after {
    position: absolute;
    right: 3px;
    top: 1px;
    height: 2px;
    content: '';
    width: calc(50% - 170px);
    background-color: #606066;
}

.diag-list {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    font-family: 'Roboto';
    text-align: center;
}

.diag-list a {
    color: #fff;
}

.diag-list a:hover {
    color: #a1b9d5;
}

.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-foot {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    position: relative;
    font-family: 'Roboto';
}

.text-foot a {
    color: white;
}

.text-foot a:hover {
    color: #a1b9d5;
}

.text-footer {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    font-family: 'Roboto';
}

.text-footer span {
    line-height: 26px;
    display: inline-block;
}

.text-footer a {
    color: #fff;
}

.text-footer a:hover {
    color: #1c1c1c;
}

.btn-1 {
    padding: 10px 15px;
    line-height: 26px;
    border: 0px solid #a1b9d5;
    background-color: #a1b9d5;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    position: relative;
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 3px;
}

.btn-1>img {
    margin-top: -3px;
    margin-right: 4px;
}

.btn-1:hover {
    color: #fff;
    background-color: #32506c;
    border-color: #32506c;
}

.btn-2 {
    padding: 10px 10px;
    line-height: 25px;
    border: 0px solid #a1b9d5;
    background-color: #fff;
    color: #32506c;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 14px;
    border-radius: 2px;
    text-transform: uppercase;
}

.btn-2>img {
    margin-right: 0px;
}

.btn-2:hover {
    color: #fff;
    border-color: #a1b9d5;
    background-color: #a1b9d5;
}

.btn-3 {
    padding: 5px 20px;
    line-height: 27px;
    border: 0px solid #a1b9d5;
    background-color: #8a97af;
    color: #fff;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    border-radius: 30px;
}

.btn-3:hover {
    color: #fff;
    background-color: #a1b9d5;
    border-color: #a1b9d5;
}

.btn-4 {
    padding: 0px 25px;
    line-height: 45px;
    height: 45px;
    border: 0px solid #fff;
    background-color: #fff;
    color: #a1b9d5;
    display: inline-block;
    font-weight: 500;
    position: relative;
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
    min-width: 150px;
    font-size: 16px;
    margin: 7px;
    border-radius: 0px;
}

.btn-4::before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    transform: translate(-50%, -50%);
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #fff;
}

.btn-4>img {
    margin-top: -3px;
    margin-right: 4px;
}

.btn-4:hover {
    color: #fff;
    background-color: #a1b9d5;
    border-color: #a1b9d5;
}
.btn-9 {
    order: 0px solid #fff;
    border-radius: 2px;
    font-family: 'Roboto';
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #214274;
    padding: 0px;
    height: 28px;
    width: 45px;
    cursor: pointer;
}
.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: 'Roboto';
    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 {
    background-size: cover;
    background-position: center;
    background-image: url(../images/cab/back-1.jpg);
    position: relative;
}

.paie-sect .sect-title .h1 {
    font-size: 30px;
}

.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;
}

.Roboto {
    font-family: 'Roboto';
}

.avt-section {
    position: relative;
    z-index: 2;
    padding: 109px 0 35px;
}

.avt-section::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    max-width: 1623px;
    height: 291px;
    content: '';
    z-index: -1;
    background: url(../images/diag/back-1.png) center top / cover no-repeat;
}

.item-avt {
    padding: 35px 10px 50px;
    text-align: center;
    position: relative;
    font-family: 'Roboto';
    background-color: #1f3765;
    font-size: 16px;
    z-index: 2;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
}

.item-avt .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 20px;
}

.item-avt .title {}

.item-avt .desc {}

.list-qualite {
    color: #171717;
    font-size: 15px;
    font-family: 'Roboto';
}

.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: '';
}

.audit-box {
    padding: 50px 40px;
    background-color: #0d283c;
    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;
}

@media (min-width: 576px) {
    .col-sm-btn {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .col-md-ass {
        -ms-flex: 0 0 186px;
        flex: 0 0 186px;
        max-width: 186px;
    }
    .col-md-nav {
        -ms-flex: 0 0 140px;
        flex: 0 0 140px;
        max-width: 140px;
    }
}

@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 80px;
        flex: 0 0 80px;
        max-width: 80px;
    }
    .col-xl-right {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
    }
    .col-xl-title {
        -ms-flex: 0 0 245px;
        flex: 0 0 245px;
        max-width: 245px;
    }
    .col-xl-coord {
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        max-width: 350px;
    }
    .col-xl-foot-1 {
        -ms-flex: 0 0 608px;
        flex: 0 0 608px;
        max-width: 608px;
    }
    .col-xl-foot-2 {
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
        max-width: 190px;
    }
    .col-xl-foot-3 {
        -ms-flex: 0 0 256px;
        flex: 0 0 256px;
        max-width: 256px;
    }
    .col-xl-cont-1 {
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        max-width: 260px;
    }
    .col-xl-cont-2 {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
    .col-xl-cont-3 {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px;
    }
}

.foot-1 {
    border-bottom: 1px solid #616161;
}

.form-newsletter .texte {
    font-size: 16px;
    color: white;
    line-height: 25px;
}

.form-newsletter {
    position: relative;
}

.form-newsletter .form-control {
    line-height: 30px;
    padding: 10px 15px;
    background-color: white;
    border: 0px solid #fff;
    border-radius: 0px;
    border: none;
    font-size: 16px;
    height: 50px;
    margin-bottom: 20px;
    display: block;
    font-family: 'Roboto';
    color: #1c1c1c;
}

.form-newsletter .btn-2 {
    min-width: 170px;
}

.form-newsletter .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
}

.item-contact {
    position: relative;
    background-color: #f6f6f6;
    padding: 40px 10px;
    text-align: center;
}

.item-contact .title {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto';
    color: #090909;
    margin-bottom: 10px;
    line-height: 20px;
}

.item-contact .desc {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #1c1c1c;
}

.item-contact img {
    margin-bottom: 25px;
}

.item-contact a {
    color: #1c1c1c;
}

.item-contact a:hover {
    color: #a1b9d5;
}

.form-box {
    padding: 50px 40px;
    background-color: #f6f6f6;
    border-radius: 25px;
}

.form-contact {
    padding: 40px 60px;
    background-color: #f6f6f6;
}

.form-contact .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
}

.form-contact .form-control {
    line-height: 29px;
    padding: 10px 15px;
    font-size: 16px;
    color: #1c1c1c;
    background-color: #fff;
    border: none;
    border-radius: 5px;
}

.form-contact textarea.form-control {
    height: 180px;
}

.text-cont {
    line-height: 20px;
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 300;
}

.text-cont a {
    text-decoration: underline;
    color: #a1b9d5;
}

.map-box {
    height: 684px;
    background-size: cover;
    background-position: center;
}

.obl-box {
    position: relative;
}

.obl-box .item-obl {
    padding: 50px 0px;
    padding-left: 165px;
    position: relative;
    z-index: 2;
    border: 1px solid #d7d9dc;
}

.obl-box .item-obl img {
    position: absolute;
    left: 52px;
    top: 50%;
    transform: translateY(-50%);
}

.obl-box .item-obl .title {
    font-size: 20px;
    margin-bottom: 2px;
    font-weight: 600;
    font-family: 'Roboto';
    color: #373f51;
    text-transform: uppercase;
}

.obl-box .item-obl .text {
    opacity: 0.8;
    color: #1c1c1c;
}

.hide {
    display: none;
}

.disabled {
    display: none;
}

.eng-sect {
    background-size: cover;
    background-position: center;
    background-image: url(../images/b-1.jpg);
}

.item-eng {
    padding: 55px 0;
    position: relative;
    color: #1c1c1c;
    text-align: center;
}

.item-eng * {
    position: relative;
    z-index: 2;
}

.item-eng img {
    position: relative;
    z-index: 2;
    margin-bottom: 7px;
}

.item-eng .title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-eng .text {
    font-size: 15px;
    opacity: 0.8;
}

.item-eng::before {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    content: '';
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
}

.item-act {
    position: relative;
    border: 1px solid #d2d7e0;
    border-radius: 5px;
    overflow: hidden;
}

.item-act .img {
    position: relative;
    object-fit: cover;
    height: 130px;
    z-index: 2;
    width: 100%;
}

.item-act .content {
    position: relative;
    padding: 15px 22px 20px;
    transition: 0.3s;
    z-index: 1;
}

.item-act:hover .title {
    color: #a1b9d5;
}

.item-act .title {
    height: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto';
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 7px;
}

.item-act .desc {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.item-act .date img {
    position: relative;
    top: -2px;
}

.item-act .date {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto';
    color: #fff;
    line-height: 17px;
    margin-bottom: 3px;
    font-style: italic;
}

.tem-slide img {
    width: auto !important;
    display: inline-block !important;
}

.tem-slide .item {
    padding: 38px 25px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.tem-slide .icon-cote {
    position: absolute;
    left: -1px;
    top: -1px;
}

.tem-slide .nom {
    color: #1c1c1c;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
}

.tem-slide .date {
    color: #1c1c1c;
    font-weight: 400;
    opacity: 0.5;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}

.tem-slide .text-1 {
    color: rgba(28, 28, 28, 0.8);
    font-weight: 400;
    font-size: 16px;
    height: 66px;
    overflow: hidden;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
}

.tem-slide .item .star-tem i {
    display: inline-block;
    margin: 0 2px;
    font-size: 22px;
    color: #ffd800;
}

.tem-slide .item .star-tem i.empty {
    color: #cacaca;
}

.tem-slide .link {
    color: #36363e;
    transition: all 0.5s;
    font-weight: 500;
    font-size: 16px;
}

.tem-slide .link i {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.tem-slide .link:hover {
    color: #a1b9d5;
}

.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;
}

.rotation-box {
    transform: skew(0deg, -3deg);
}

.rotation-box .container {
    transform: skew(0deg, 3deg);
}

.footer-one {
    position: relative;
}

.footer-one::before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform: skew(0, 3deg);
    background: url(../images/rd/dec-1.png) right bottom/auto no-repeat;
}

.footer-one .container {
    position: relative;
    z-index: 2;
}

.footer-two {
    background-color: #f3f3f3;
    padding: 50px 0;
    transform: skew(0, 3deg);
}

.footer-two .container {
    transform: none;
}

.deco-bot {
    position: relative;
}

.deco-bot::before {
    position: absolute;
    height: 75%;
    width: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #f3f3f3;
}

.deco-bot::after {
    position: absolute;
    height: 35%;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: skew(0, -3deg);
    content: '';
    background-color: #f3f3f3;
}

.diag-slide .item {
    position: relative;
    background-color: #36363e;
}

.diag-slide .item:hover img {
    opacity: 0.3;
}

.diag-slide .item .img {
    position: relative;
    object-fit: cover;
    height: 240px;
    transition: 0.3s;
    width: 100%;
}

.diag-slide .item .title {
    position: absolute;
    left: 30px;
    padding: 10px 10px;
    line-height: 18px;
    bottom: 30px;
    text-align: center;
    border-radius: 5px;
    width: calc(100% - 60px);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s;
    font-size: 16px;
    background-color: #36363e;
}

.diag-slide .item:hover .title {
    color: white;
    bottom: calc( 100% - 68px);
    background-color: #a1b9d5;
}

.diag-slide.owl-carousel .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

.diag-slide.owl-carousel .owl-nav .owl-prev,
.diag-slide.owl-carousel .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    padding: 0;
    height: 60px;
    margin: 0 7px;
    border-radius: 5px;
    background-color: #a1b9d5;
}

.diag-slide.owl-carousel .owl-nav .owl-prev:hover,
.diag-slide.owl-carousel .owl-nav .owl-next:hover {
    background-color: #36363e;
}

.presta-slide .item {
    position: relative;
    height: 173px;
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    transition: 0.3s;
}

.presta-slide .item:hover {
    background-color: #a1b9d5;
}

.presta-slide .item>img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    object-fit: cover;
}

.presta-slide .item:hover>img {
    opacity: 0.3;
}

.presta-slide .item .icon {
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
}

.presta-slide .item .icon img {
    width: auto;
    display: inline-block;
}

.presta-slide .item .content {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #080808;
    z-index: 2;
}

.nav-presta {
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-presta .nav-item {
    display: flex;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    color: #0c0c0c;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #a1b9d5;
}

.nav-presta .nav-item:hover {
    background-color: #0c0c0c;
    color: #a1b9d5;
}

.temoins-section {
    position: relative;
    z-index: 2;
}

.temoins-section::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    content: '';
    z-index: -1;
    bottom: 0;
    background-color: #a1b9d5;
}

.hover-box .default,
.hover-box:hover .hover {
    display: inline-block;
}

.hover-box:hover .default,
.hover-box .hover {
    display: none;
}

.item-temoins {
    position: relative;
    padding: 27px 20px;
    text-align: center;
    max-width: 265px;
    margin: 0 auto 30px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
}

.item-temoins .icon {
    margin-bottom: 20px;
}

.item-temoins .desc {
    line-height: 18px;
    font-size: 13px;
    color: white;
    height: 54px;
    overflow: hidden;
    margin-bottom: 15px;
}

.item-temoins .title {
    line-height: 24px;
    font-size: 18px;
    color: white;
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Roboto';
}

.item-temoins:hover .title {
    color: #a1b9d5;
}

.item-temoins .star-list {
    margin-bottom: 3px;
}

.item-temoins .star-list i {
    display: inline-block;
    margin: 0 1px;
    color: #a1b9d5;
    font-size: 15px;
}

.item-temoins .star-list i.empty {
    color: #d2d7e0;
}

.item-temoins .date {
    line-height: 18px;
    font-size: 13px;
    color: white;
    font-family: 'Roboto';
    font-style: italic;
}

.item-temoins .date img {
    position: relative;
    top: -2px;
}

.link-1 {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.link-1 img {
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.link-1:hover {
    color: #a1b9d5;
}

.temoins-box {
    position: relative;
    z-index: 2;
}

.temoins-box::before {
    position: absolute;
    right: 50px;
    top: 50%;
    width: 10px;
    height: 101%;
    z-index: -1;
    content: '';
    background-color: white;
    transform: translateY(-50%) skew(-15deg);
}

.link-service {
    margin-left: 0;
    padding-left: 0;
}

.link-service a {
    padding: 4px 0;
    padding-left: 20px;
    margin-bottom: 5px;
    background: url(../images/ens/care-1.png) left center / auto no-repeat;
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    display: block;
    position: relative;
}

.item-foot a:hover,
.link-service a:hover {
    color: #a1b9d5;
}

.item-foot {
    position: relative;
    padding: 7px 0;
    padding-left: 35px;
    color: #3c4048;
    line-height: 20px;
    font-family: 'Roboto';
    font-size: 16px;
}

.item-foot img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.item-foot a {
    color: #3c4048;
}

.item-val {
    position: relative;
    text-align: center;
}

.item-val .back {
    position: relative;
    height: 272px;
    display: flex;
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
}

.item-val .back .img {
    height: 100%;
    max-width: unset;
    object-fit: contain;
    top: 50%;
    left: 50%;
    z-index: 0;
    position: absolute;
    transform: translate(-50%, -50%);
}

.item-val .back .icon {
    position: relative;
    z-index: 1;
}

.item-val .title {
    font-size: 20px;
    font-weight: 900;
    font-family: 'Roboto';
    color: #32506c;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.item-val .desc {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto';
    color: #32506c;
}

.google-section {
    padding: 55px 0 45px;
    background: url(../images/ens/back-4.webp) center/cover;
}

.google-section .btn-1 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
}

.foot-one {
    background: url(../images/ens/deco-2.png) right center /auto no-repeat;
}
.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,
.bloc-text p:first-of-type img {
     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: #a1b9d5;cursor: pointer;
}
#commanderModal .btn:hover,
.modal-footer button.btn-secondary:hover {
    background-color: #a1b9d5;
}
#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: #a1b9d5 !important;
}
.handle {
    transition: 0s;
}
.galerie .item-gal {
    padding:0;
    margin: 0px;   
    background-color: #fff;background-size: cover;background-position: center;
    border: 2px solid #dee2e6;
    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;
}
@media (max-width: 991px) {
    .actu-detail img {
        float: none !important;margin: 20px auto !important;display: block !important;
    }
}
@media (max-width: 480px) {
    #projet-detail .col-lg-12, #projet-detail .container {
        padding: 0 15px !important;
    }
}
.galerie .btn-1 {
    background-color: #a1b9d580;
}

.tarteaucitronSelfLink {
    display: none !important;
}

.form-contact {}

.form-contact .form-group .form-control::placeholder {
    color: rgba(28, 28, 28, 0.5);
}

.form-contact .form-control {
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto';
    outline: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 15px 20px;
    color: #1c1c1c;
    height: 55px;
    border: 0px solid #ffffff;
    background-color: #f6f6f6;
}

.form-contact textarea.form-control {
    height: 130px;
}

.text-cont {
    line-height: 24px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'Roboto';
}

.text-cont a {
    text-decoration: underline;
    color: #2d2d2d;
}

.form-contact .form-control:focus,
.form-contact .form-control:hover {
    background-color: #f6f6f6;
}


#boxFormulaire {
    border-radius:8px 8px 8px 8px;
    position:absolute;
    width:300px;
    height:auto;
    left:50%;
    margin-left:-200px;
    z-index:31;
    background-color: #F3F3F3;  /*display:none;*/
    font-family: 'Roboto';
    font-size: 18px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 25px;
    padding-left: 2px;
    text-align: center;
    color: #333;
    border-top-width: 2px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 2px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #093;
    border-right-color: #060;
    border-bottom-color: #060;
    border-left-color: #093;
    display:none;
}
#boxFormulaire #fermer {
    text-align: center;
    height: 24px;
    width: 24px;
    position: absolute;
    top: 8px;
    right: 8px;
}
.barreTitre {
    -webkit-border-radius:8px 8px 0px 0px;
    -moz-border-radius:8px 8px 0px 0px;
    border-radius:8px 8px 0px 0px;
    background-color: gray;
    -webkit-box-shadow:inset 0 0 8px rgba(0,0,0,.2);
    -moz-box-shadow:inset 0 0 8px rgba(0,0,0,.2);
    box-shadow:inset 0 0 8px rgba(0,0,0,.2);
    background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2));
    background-image:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2));
    background-image:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,.2));
    background-image:linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.2));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#33000000',GradientType=0);
    text-align: center;
    font-family: 'Roboto';
    font-size: 22px;
    color:#fff;
    text-shadow:1px 1px rgba(7,4,8,.21);
    height: 40px;
    width: 99%;
    border: 2px outset #FFC;
    padding-top: 6px;
    
}


.tl1, .tl2 {
    border: solid 3px white; 
    width: 280px; 
    height: 54px; 
    border-radius: 10px 0px 0px 10px; 
    background-color: #214274;
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 8px 8px;
    color: #f7af04;
    margin-left: -30%;
}

.tl1:hover {
    background-color: #d6dce4;
    opacity: 1;
    box-shadow: 8px 8px;
    color: #e5574c;
}
.tl2:hover {
    background-color: #d6dce4;
    opacity: 1;
    box-shadow: 8px 8px;
    color: #e5574c;
}
.im1, .im2 {
    width: 32px;
    height: 32px;
    margin-top: -19%;
}
#p1, #p2 {
    font-family: 'Roboto Mono';
    font-weight: bold;
    font-size: 1.4em;
    color: white;
    padding-top: 4%;
    text-align: center;
}
#p2 {
    font-size: 1.3em;
}
#p1:hover {
    color: #214274;
}
#p2:hover {
    color: #214274;
}
