@font-face {
font-family: "Oswald";
src: url("../fonts/Oswald/Oswald-Regular.ttf");
}

@font-face {
font-family: "Big River Sample";
src: url("../fonts/Big River Sample/Big_river_sample.ttf");
}

a {
    color: #538fbb;
    text-decoration: none;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald",sans-serif;
    font-weight: 700;
    margin: 0;
}

h2{
	margin-bottom: 30px;
	color: #697fb1;
	font-size: 1.7rem;
}

h4, h5, h6{
	margin-bottom: 15px;
}


.master-warpper{
    overflow: hidden;
	height:100%;
}


.white_bg {
	background:white;
}


.main-nav-container{
	position: fixed;
	width: 100%;
	z-index: 1030;
	padding: 0 15px;
	transition: 0.6s all ease;
	
}

.main-nav-container.full-wide{
	padding: 0;
}

.navbar{
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	background-color: #fff !important;
}

.navbar-header {
	position:relative;
	width:100%;
	padding: 15px 0px;
}

.navbar-header div{
	margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-header dl, .navbar-header ol, .navbar-header ul,
.off-canvas-wrap dl, .off-canvas-wrap ol, .off-canvas-wrap ul
{
	margin: 0;
}

.navbar-header ol, .navbar-header ul,
.off-canvas-wrap ol, .off-canvas-wrap ul
 {
    padding: 0;
    list-style-type: none;
}

.navbar-header .contact-list li, .navbar-header .social-link li {
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 25px;
    font-family: "Oswald",sans-serif;
}

.navbar-header .social-link {
	text-align: right;
}

.navbar-header .contact-list a, .navbar-header .social-link a {
	color: #fff;
}


.navbar-header.hide{
	display:none;
}


@media (max-width: 575px){
	.navbar-header {
		display: none;
		
	}
	.navbar {
		margin-top: 15px;
	}
	.main-nav-container.full-wide .navbar{
		margin:0;
	}
}

.navbar-brand{
	margin-right: 40px;
}

.navbar-brand img{
	max-width: 150px;
	
}

.navbar-toggler {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(4,29,56,.1);
    margin-left: 15px;
    right: 15px;
	border-radius: 0px;
	
}

.navbar-toggler .menubtn span:first-child {
    margin-top: 0;
}

.navbar-toggler .menubtn span {
    background-color: #041d38;
    display: block;
    height: 3px;
    margin-top: 3px;
    width: 26px;
}


nav.navbar ul li a {
    padding: 10px 15px !important;
    color: #1d327b !important;
    font-family: "Oswald",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}


.offcanvas-trigger{
	margin-left: 20px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #7c9fba;
    border: 2px solid #7c9fba;
    color: #fff;
    text-align: center;
    transition: all .3s ease-out 0s;
	float: right;
}

.offcanvas-trigger:hover{

    background-color: #1d327b;
   
}

.offcanvas-trigger i {
    font-size: 30px;
    position: relative;
    top: 5px;
}

.banner-section{
	background-size: cover;
	background-position: 50%;
	position: relative;
	padding-top: 250px;
	padding-bottom: 160px;
	z-index: 1;
}


.banner-section:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1d327b;
	content: "";
	opacity: 0.5;
	z-index: -3;
}


.banner-section .banner-shape-one {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 625px;
	height: 685px;
	background-color: #0090d6;
	opacity: .6;
	z-index: -2;
	-webkit-clip-path: polygon(100% 0,100% 62%,62% 100%,0 100%);
	clip-path: polygon(100% 0,100% 62%,62% 100%,0 100%);
}

.banner-section .banner-shape-two {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 240px;
	height: 260px;
	background-color: #1d327b;
	opacity: .6;
	z-index: -1;
	-webkit-clip-path: polygon(100% 0,0 100%,100% 100%);
	clip-path: polygon(100% 0,0 100%,100% 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	
	.banner-section .banner-shape-one {
		height: 320px;
		width: 320px;
	}

	.banner-section .banner-shape-two{
		height: 121px;
		width: 121px;
	}
}

@media (max-width: 767px){
	.banner-section .banner-shape-one {
		height: 320px;
		width: 320px;
	}
	.banner-section .banner-shape-two{
		height: 121px;
		width: 121px;
	}
}

@media (max-width: 399px){
	.banner-section {
		padding-top: 150px;
		padding-bottom: 100px;
	}	
	.banner-section .banner-shape-one {
		height: 220px;
		width: 220px;
	}
	.banner-section .banner-shape-two{
		height: 84px;
		width: 84px;
	}
	
}

.banner-section .single-banner .banner-text, .banner-section .single-banner .banner-text{
	color: #fff;
}


.banner-section .single-banner .banner-text h1{
	font-family: "Oswald",sans-serif;
    font-weight: 700;
    margin: 0;
	font-size: 70px;
    text-transform: uppercase;
    line-height: 1.09;
    margin-bottom: 30px;
}

.banner-section .single-banner .banner-text p {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    padding: 15px 25px 15px 25px;
	text-align:justify;
	background: rgb(0 0 0 / 10%);
}

.banner-section .single-banner .banner-text p:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    background-color: #6cb3af;
    width: 4px;
}

.slick-slide img{ border-radius: 15px; max-width: 450px; margin-bottom: 30px; }

@media only screen and (min-width: 992px) and (max-width: 1200px){
	.banner-section .single-banner .banner-text h1 { font-size: 52px; }
	.slick-slide img{ max-width: 450px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	.banner-section .single-banner .banner-text h1 { font-size: 52px; }
	.slick-slide img{ max-width: 350px; }
}

@media only screen and (min-width: 576px) and (max-width: 767px){
	.banner-section .single-banner .banner-text h1 { font-size: 42px; }
	.slick-slide img{ max-width: 350px; }
}

@media (max-width: 575px){
	.banner-section .single-banner .banner-text h1 { font-size: 40px; }
	.banner-section .single-banner .banner-text p{ font-size: 16px; }
	.slick-slide img{ max-width: 250px; }
}

@media (max-width: 399px){
	.banner-section .single-banner .banner-text h1 { font-size: 32px; }
	.banner-section .single-banner .banner-text p{ font-size: 14px; }
	.slick-slide img{ max-width: 250px; }
}



*, :after, :before {
    box-sizing: border-box;
}

.banner-section .single-banner .banner-text .btn-wrap {
    margin-top: 40px;
}


.banner-section .single-banner .banner-text .btn-wrap a.main-btn {
    margin-right: 20px;
	text-decoration: none;
}

@media (max-width: 575px){
	.banner-section .single-banner .banner-text .btn-wrap a.main-btn {
		margin-right: 10px;
		padding: 0 30px;
	}
}

@media (max-width: 399px){
	.banner-section .single-banner .banner-text .btn-wrap a.main-btn {
		margin-bottom: 10px;
		padding: 0 20px;
	}
}



.main-btn.btn-filled {
   background-color: #6cb3af;
    border-color: #6cb3af;
}

.main-btn.btn-borderd {
    border-color: #0090d6;
    background-color: transparent;
	color:#ffffff;
}

.main-btn {
    font-size: 14px;
    font-weight: 700;
    font-family: "Oswald",sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    transition: all .3s ease-out 0s;
    padding: 0 45px;
    background-color: #fff;
    border: 2px solid #fff;
    position: relative;
    height: 60px;
    line-height: 60px;
	display: inline-block;

}


.main-btn.btn-filled:hover  {
	
	background-color: transparent;
    border-color: #6cb3af;
	color:#0090d6;
	
}


.main-btn.btn-borderd:hover  {
	
	background-color: #6cb3af;
    border-color: #6cb3af;
	color:#ffffff;
	
}


.main-btn:after, .main-btn:before {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 10px;
    width: 2px;
    content: "";
    background-color: #6cb3af;
    transition: all .3s ease-out 0s;
}

.main-btn:before {
    width: 10px;
    height: 2px;
}

.main-btn.btn-filled:after, .main-btn.btn-filled:before
{
    background-color: #ffffff;
}

.main-btn.btn-filled:hover:after,.main-btn.btn-filled:hover:before{
	background-color: #6cb3af;
}

.main-btn.btn-borderd:after, .main-btn.btn-borderd:before{
	background-color: #6cb3af;
}

.main-btn.btn-borderd:hover:after,.main-btn.btn-borderd:hover:before{
	background-color: #ffffff;
}

.go-top{
	background-color: #7c9fba;
    color: #fff;
    border-radius: 50%;
    box-shadow: 1px 1.732px 12px 0 rgb(0 0 0 / 14%), 1px 1.732px 3px 0 rgb(0 0 0 / 12%);
    padding: 5px;
    font-size: 22px;
    height: auto;
    line-height: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    transition: all 1s ease 0s;
    z-index: 500;
    padding: 5px 10px;
    -webkit-transform: translate3d(0,110px,0);
    transform: translate3d(0,110px,0);
    transition: transform .22s linear;
    border: 0;
    cursor: pointer;
}


.go-top.fadeInTop {
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: transform .22s linear;
}



.off-canvas-wrap{
	position: fixed;
    max-width: 450px;
    top: 0;
    min-height: 100vh;
    right: 0;
    z-index: 9999999;
    margin-right: -450px;
    box-shadow: 0 8px 16px 0 rgb(73 167 211 / 8%);
    text-align: left;
	transition: all .4s;
}

.off-canvas-wrap .overly {
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 998;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
	transition: all .4s;
}

.off-canvas-wrap .off-canvas-widget {
    padding: 90px 50px;
    background-color: #fff;
    height: 100vh;
    position: relative;
    z-index: 999;
	overflow: auto;
}


.off-canvas-wrap.show-off-canvas {
    margin-right: 0;
}

.off-canvas-wrap .overly.show-overly {
    visibility: visible;
    opacity: .6;
	
}

.off-canvas-close{
	position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    color: #041d38;
	border: 1px solid #cccccc;
	border-radius: 0px;
}

.widget.recent-post, .widget.contact-widget, .widget.social-widget
{
	margin-bottom: 30px;
	
}

.off-canvas-wrap .off-canvas-widget .widget.recent-post ul li {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
    margin-bottom: 30px;
}


.off-canvas-wrap .off-canvas-widget .widget .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content {
    padding-left: 20px;
}

.off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content h6 {
    margin-bottom: 15px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 1.3;
}

.off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content .time {
    font-size: 15px;
    font-weight: 500;
}

.off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li {
    font-size: 18px;
    color: #041d38;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}

.off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a {
	display:inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #041d38;
    color: #041d38;
    border-radius: 50%;
    text-align: center;
    font-size: 15px;
    margin-right: 10px;
}


footer .logo img {
	max-height: 100px;
}

footer .widget{
	text-align:justify;
	margin-bottom: 30px;
}

.footer-top, .footer-widget-area, .copy-right-area{
	padding: 30px 0px;
	background: #f6faff;
}

.footer-widget-area{
	background: #252f52;
	color:#ffffff;
}

.copy-right-area{
	background: #7c9fba;
	color:#ffffff;
}

.copy-right-area a{
	font-weight: 500;
    color: #ffffff;
}

section.header_secondary{
	padding: 200px 0px 100px;
    background-image: url(https://www.water-eng-connect.com/iot/images/background/wec.jpg);
	position: relative;
}

.bg_header {
    background-color: rgba(255,255,255,1);
    background-image: url(https://www.water-eng-connect.com/iot/images/background/wec.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
    background-attachment: scroll;
}

.breadcrumb_container.superposed {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
	background: rgba( 113, 175, 179, .63 );
    // background: rgba(233,236,239,.63);
	position: absolute;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0 !important;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0.25rem;
}

.breadcrumb li{
	color:#ffffff;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
    margin-left: 5px;
}



.header_secondary h1{
	color:#ffffff;
	text-transform: uppercase;
}

.header_secondary h4{
	color: #538fbb;
}

.box_shadow_1{
    border-radius: 20px;
    padding: 20px 10px;
    box-shadow: 1px 9px 21px 4px rgba(179,179,179,0.8);
-webkit-box-shadow: 1px 9px 21px 4px rgba(179,179,179,0.8);
-moz-box-shadow: 1px 9px 21px 4px rgba(179,179,179,0.8);
	background: white;
}

.custom_tag_1{
	background: #6198ab;
    color: white;
    padding: 10px;
    font-weight: 500;
    border-radius: 5px;
}

.bando_1{
	background: #697fb1;
    color: white;
    padding: 10px;
}

.overlay_1{
	height: 100%;
    background-color: #1d327b;
    opacity: 0.5;
    margin: 0px -15px;
    position: absolute;
    top: 0;
    width: 100%;
}

.footer-widget-area ul {
  list-style-type: none;
  padding-left: 0;
}


textarea.form-control{
	height:250px;
}

.champ_requis{	
	font-size: 12px;    
	text-align: left;    
	color: #cccccc;    
	font-style: italic;
}

.warningInfo{
	color:green !important;
	text-align:center;
	display:none; 
	background: #def3ca;
	font-size:12px !important;
	padding: 10px 10px; 
	border-radius: 5px;
}

.warningError{
	color:red !important;
	text-align:center;
	display:none; 
	background: #ffcbcb;
	font-size:12px !important;
	padding: 10px 10px;
	border-radius: 5px;
}

.owl-prev{
	position: absolute;
    top: 0;
    font-size: 40px !important;
    left: -35px;
    height: 100%;
    width: 35px;
    color: #e5e5e5 !important;
	transition: background 0.2s, color 0.2s;
}

.owl-next{
	position: absolute;
    top: 0;
    font-size: 40px !important;
    right: -35px;
    height: 100%;
    width: 35px;
    color: #e5e5e5 !important;
	transition: background 0.5s, color 0.5s;
}

.owl-prev:hover, .owl-next:hover {
    background: rgba(114, 175, 177, 0.02) !important;
	color: #72afb2 !important;
}

 
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background: #f8f9fa;
    border-left: 1px solid #c3c3c3;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: rgba(124, 159, 186, 1); //rgba(0, 144, 214, 1);
    border-radius: 0px;
}

.bg_alicebleu{background:aliceblue;}
.bg_lightgray{background: #f9f9f9;}
.bg_white{background: #ffffff;}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff !important;
  margin: 0 3px;
  border:1px solid #6cb3af !important;
}
.owl-dots button.owl-dot.active {
  background-color: #6cb3af !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}

iframe#bg_player_1,iframe#bg_player_2,iframe#bg_player_3 {
    width: 100%;
}

.video_bg_container_1{
	position: relative;
	overflow: hidden;
    height: 250px;
}


.video_bg_container_1 iframe{
	position:relative;
	top: -30%;
	top: -780px;
}

@media (max-width: 1200px){
	.video_bg_container_1 iframe{
		top: -65%;
		top : -800px;
	}
}


@media (max-width: 900px){
	.video_bg_container_1 iframe{
		top: -85%;
		top: -850px;
	}
}

@media (max-width: 735px){
	.video_bg_container_1 iframe{
		top: -145%;
		top: -415%;
	}
	.video_bg_container_1{
		height: 200px;
	}
}

@media (max-width: 440px){
	.video_bg_container_1 iframe{
		top: -160%;
		top: -430%;
	}
}
.video_bg_overlay{
	background: rgb(29 50 123 / 30%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video_bg_caption{
    position: absolute;
    z-index: 2;
    height: 100%;
    color: white;
    width: 100%;
    font-size: 25px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_bg_caption div{
	text-align: center;
    padding: 15px;
}

.gallery_custom_1{
	background: transparent !important;
	justify-content: center !important;
}


.gallery_custom_1 .myclass{
	width: 75px !important;
    border-radius: 20px !important;
    outline: 1px solid #ddd;
    place-items: center;
    height: 75px;
    object-fit: cover;
}

.lum-lightbox {
    z-index: 2000 !important;
}

.news_share{
	background: #7c9fba;
    color: white;
    padding: 5px 15px;
    text-align: right;
    border-radius: 5px;
}

.news_rubrique{
	font-size: 12px;
    text-align: right;
    display: block;
    color: #979797;
    font-weight: 700;
    padding: 5px;
}

.news_date{
	font-size: 12px;
    text-align: right;
    display: block;
    color: #979797;
	padding: 5px;
}


.modal_custom {
	position: fixed;
    z-index: 2000 !important;
    top: 0;
    right: 0;
}

.header_overlay_1{
	background: rgba(159, 201, 207, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.replace_by{
	display:none;
}