body, html{
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	color: #EEEEEE;
	background: #191019;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height: 100%;
}

  #solutions .container,
  #contact-us .container,
  #company .container,
  #clients .container,
  #footer .container {
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

  #footer .container {
  max-width: none;
}

.pull-left,
#myModal,
.menu_section,
.btn,
h1,
h2,
h3,
h4,
#menu,
#home{
	font-family: 'lato', sans-serif;
}

section{
	overflow:hidden;
}

h1{
	text-transform: uppercase;
}
h1 strong{
	font-weight: 900;
}
h2{
	text-transform: uppercase;
	line-height: 20px;
	margin:  0;
}

h4{
	text-transform: uppercase;
	color: #EEEEEE;
}

a{
	color: #D44638;
}

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

a:hover, select{
	cursor: pointer;
}


p,
input[type=submit],
#section1,
#section2,
#section3,
#image_source1,
#image_source2,
#image_source3{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: 96% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiNGRkZGRkYiLz4KICA8L2c+Cjwvc3ZnPgo=);
}

#counter,
.logo_section,
.menu_section,
#menu,
img,
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.show {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	height: auto;
	border-top:1px solid #D44638;
	width: 100%;
}

.hide {
	display:none;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.imageHeight{
    max-height: 300px !important;
    width: auto !important;
}

.imagecenter{
    padding: 20px 0;
}

.imageright{
    padding: 20px 0 20px 20px;
}

.imageleft{
    padding: 20px 20px 20px 0px;
}

.floatgauche {
    float: left;
    width: 50%;
}

.floatdroit {
    float: right;
    width: 50%;
}

.imageWidth {
    width: 100%;
    max-width: 800px;
}

/* animate sections*/
#section1,
#image_source1,
#section2,
#image_source2,
#section3,
#image_source3,
#mylayer_prod1,
#mylayer_prod2,
#mylayer_prod3,
#mylayer_prod4,
#mylayer_prod5
 {
    -webkit-animation: animatesection 0.2s 1;
    -moz-animation: animatesection 0.2s 1;
    -o-animation: animatesection 0.2s 1;
    animation: animatesection 0.2s 1;
}

#section2 ul li,
#image_source3 ul li,
.overlay-content li,
#mylayer_prod1 li,
#mylayer_prod2 li,
#mylayer_prod3 li,
#mylayer_prod4 li,
#mylayer_prod5 li {
  display : list-item;
  list-style-image : url('../img/arr.png');
} 

.overlay-content li,
#mylayer_prod1 li,
#mylayer_prod2 li,
#mylayer_prod3 li,
#mylayer_prod4 li,
#mylayer_prod5 li  {
	padding-bottom: 10px;
}

#section2 ul,
#image_source3 ul {
	padding-left: 20px;
} 

a.btn.read-more-btn{
	text-transform: uppercase;
	background: #D44638;
	width:220px;
	font-size: 18px;
	line-height: auto !important;
	color: #EEEEEE;
	font-weight: bold;
    border-radius: 0px;
	padding: 15px 0;

	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
a.btn.read-more-btn:hover{
	background: #EEEEEE;
	color: #D44638;
}

span.btn.read-more-btn{
	text-transform: uppercase;
	background: #D44638;
	font-size: 16px;
	color: #EEEEEE;
	font-weight: bold;
    border-radius: 0px;
	padding: 15px 0;
	width: 100%;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
span.btn.read-more-btn:hover{
	background: #EEEEEE;
	color: #D44638;
}

.section-title hr{
	border-color: #D44638;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
	text-align: center;
}

.section-title h2{
	font-weight: 300;
	color: #EEEEEE;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul, ol{
	padding: 0;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	box-shadow: none;
}

.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

#contact-us .menu_section ul li,
#company .menu_section ul li,
#solutions .menu_section ul li{
	text-transform: uppercase;
	font-size: 21px;
	cursor: pointer;
	list-style: none;

	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#solutions .menu_section ul li{
	font-size: 18px;
}

#contact-us .menu_section ul li:hover,
#company .menu_section ul li:hover,
#solutions .menu_section ul li:hover{
	padding-left: 5px;
	opacity: 1;
}

/* Form style */
#leadForm1 .section-title,
#leadForm2 .section-title,
#leadForm3 .section-title,
#leadForm4 .section-title,
#leadForm5 .section-title,
#mySidenav .section-title{
	min-width: 300px;
	text-align: left;
}

#leadForm1 .section-title hr,
#leadForm2 .section-title hr,
#leadForm3 .section-title hr,
#leadForm4 .section-title hr,
#leadForm5 .section-title hr,
#mySidenav .section-title hr{
	border-color: #D44638;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}

#leadForm1 a.btn.read-more-btn,
#leadForm2 a.btn.read-more-btn,
#leadForm3 a.btn.read-more-btn,
#leadForm4 a.btn.read-more-btn,
#leadForm5 a.btn.read-more-btn,
#mySidenav a.btn.read-more-btn{
	text-transform: uppercase;
	background: #D44638;
	font-size: 18px;
	color: #EEEEEE;
	font-weight: bold;
    border-radius: 0;
	width: 100%;
	padding: 15px;
	margin: auto;
	text-align: center;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#leadForm1 a.btn.read-more-btn:hover,
#leadForm2 a.btn.read-more-btn:hover,
#leadForm3 a.btn.read-more-btn:hover,
#leadForm4 a.btn.read-more-btn:hover,
#leadForm5 a.btn.read-more-btn:hover,
#mySidenav a.btn.read-more-btn:hover{
	background: #EEEEEE;
	color: #D44638;
    border-radius: 0;
}

#leadForm1,
#leadForm2,
#leadForm3,
#leadForm4,
#leadForm5 {
	position: absolute;
	margin: auto;
	text-align:center;
	z-index: 10;
	padding-top: 30px;
	min-height: 600px;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background-color: #191019;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sideform{
	color: #EEEEEE;
	margin:0;
	transition: width 0.1s;
	-webkit-transition: width 0.1s;
}

/* Footer Form Section */


#mySidenav {
	position: relative;
    height: 100%;
    width: 100%;
    z-index: 50;
    margin: auto;
    text-align:center;
    overflow: hidden;
    max-width: 400px;
    background-color:#221622;
    padding: 40px 30px;
     transition: 0.5s;
    -webkit-transition: all 0.5s;
     -webkit-box-shadow: 2px 9px 29px -9px rgba(0,0,0,0.55);
  -moz-box-shadow: 2px 9px 29px -9px rgba(0,0,0,0.55);
  box-shadow: 2px 9px 29px -9px rgba(0,0,0,0.55);
}


.sidenav .closebtn {
    position: absolute;
    top: -10px;
    font-size: 36px;
}

#mySidenav .closebtn {
    display: none;
}

select.form-control,
input.form-control,
textarea.form-control {
    border-radius: 0;
}

.form-control {
	font-family: 'Open Sans', sans-serif;
	display: block;
	width: 100%;
	height: 45px;
	font-size: 14px;
	color: #EEEEEE;
	background-color: transparent;
	background-image: none;
	border: 0;
    border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #eeeeee;
}

.form-control:focus {
	border-bottom: 1px solid #eeeeee !important;
	outline: 0;
	box-shadow: none;
}

.default_drop{
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	background: none ;
	color: #D44638;
    border: 1px solid #D44638;
    line-height: auto;
    width: 50%;
    float: left;
    opacity: 0.7;
}

.default_drop:focus{
    border: 1px solid #eeeeee;
}

#solutions textarea.form-control {
	height: 70px;
	border:1px solid #eeeeee;
	width: 100%;
}

#contact-us textarea.form-control {
	height: 90px;
	border:1px solid #eeeeee;
	margin-bottom: 20px;
}

.hideoption {
	display:none;
	visibility:hidden;
	height:0;
	font-size:0;
}

.noborderbottom{
    border-bottom: 0;
}


input[type=submit] {
    text-transform: uppercase;
	background: #D44638;
	height: 50px;
	font-size: 18px;
	color: #EEEEEE;
	font-weight: bold;
    border-radius: 0;
	width: 100%;
	padding: 12px;
	margin: auto;
	margin-top:25px;
	text-align: center;
	border: none;
	cursor: pointer;
    outline: inherit;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

input[type=submit]:hover {
    background: #EEEEEE;
	color: #D44638;
}

textarea:focus {
	border:1px solid #eeeeee !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{ 
    color:    #D44638;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* Close icons layer & form */
.closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 60px;
    z-index: 50;
    color: #EEEEEE;
}

.closebtn a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #EEEEEE;
    display: block;
    transition: 0.3s;
    -webkit-transition: all 0.3s;
}

.closebtn a:hover, .closebtn a:focus {
    color: #D44638;
}

/* Sub menus */
#sectionAx_arrow,
#section1x_arrow,
#section1a_arrow,
#section1_arrow,
#contact-us #section2a,
#contact-us #section3a,
#contact-us #section4a,
#contact-us #section5a,
#company #section2,
#company #section3{
	display:none;
}

#sectionAx_btn,
#sectionBy_btn,
#sectionCz_btn,
#sectionDx_btn,
#sectionEy_btn,
#section1x_btn,
#section2y_btn,
#section3z_btn,
#section4x_btn,
#section5y_btn{
	padding-top: 20px;
	padding-bottom: 20px;

}

.active_section{
	padding-left: 5px;
	opacity: 1;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.inactive_section{
	padding-left: 0;
	opacity: 0.5;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#home a.fa.fa-angle-down:hover,
#solutions a.fa.fa-angle-down:hover,
.fa-angle-up:hover {
	background: #EEEEEE;
	color: #D44638;
	border-color: #EEEEEE;
}

#contact-us .section-title hr,
#company .section-title hr{
	border-color: #D44638;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
	text-align: left;
}
#email .section-title hr{
	border-color: #D44638;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
	text-align: left;
}

#solutions .bloc_right{
	padding-left: 5%;
}

/* Overlay */
.overlay_sheet {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    background-color: rgb(40,47,53);
    background-color: rgba(40,47,53, 1);
    overflow-y: auto;

    transition: 0.3s;
    -webkit-transition: all 0.3s;
}

.overlay-content {
    position: relative;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    padding: 50px 50px 50px 5%;
    max-width: 800px;
}

.overlay_sheet h1{
    clear:both;
    font-size: 20px;
    padding: 20px 0 10px 0;
    font-weight:bold;
}

/* Global ends */

/*************** Home starts ***************/

#home {
	position: relative;
	background: #191019 url(../img/bann.png) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
	min-height: 450px;
	overflow: hidden;
}

#home .container{
  padding: 0 5%;
}

#home .container h1{
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#home .content{
	min-height: 1000px;
}

#video-background {
/*  making the video fullscreen  */
	position: absolute;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
  	height: auto;
  	z-index: 1;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;	
}

#home .slogan{
	position: absolute;
	z-index: 2;
	width: 100%;
	margin: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	text-align: left;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#home .arrow_nav {
	position: absolute;
	z-index: 20;
	top: 85%;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-animation: arrowdown 2s infinite;
	-moz-animation: arrowdown 2s infinite;
	-o-animation: arrowdown 2s infinite;
	animation: arrowdown 2s infinite;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#home a.fa.fa-angle-down {
	z-index: 10;
	padding: 7px 12px;
	color: #D44638;
	border: 1px solid #D44638;
    border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#home span{
		color:#EEEEEE;
}

#home h1{
		font-size: 40px;
		color:#EEEEEE;
		line-height: 55px;
		font-weight: bold;
}

#home a.btn.read-more-btn{
	text-transform: uppercase;
	background: #D44638;
	width:220px;
	font-size: 18px;
	color: #EEEEEE;
	font-weight: bold;
    border-radius: 0px;
    padding: 15px 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#home a.btn.read-more-btn:hover{
	background: #EEEEEE;
	color: #D44638;
    border-radius: 0px;
}

/* Menu starts */

.on {
	background-color: #191019 !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.onmobile {
	background-color: #191019 !important;
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.dropdown {
    position: relative;
    padding: 15px 0px 0px 15px;
}

.dropbtn {
    border: none;
    cursor: pointer;
    text-transform: uppercase;
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	border:1px solid #EEEEEE;
	padding: 0 5px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-content {
    position: relative;
    opacity: 1;
    text-align: center;
    float: right;
    width:0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #EEEEEE;
    text-align: center;
    float: right;
    padding-left: 5px;
    font-size: 0px;
}

.dropdown-content a:hover {
	color: #D44638;
	opacity: 1;
}

.dropdown:hover .dropdown-content {
    width:auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown:hover .dropbtn {
    background-color:rgba(0,0,0, 0.40);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown:hover .current_lang {
    font-size: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.dropdown:hover .dropdown-content a {
    font-size: 12px;
     -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.dropdown:hover .dropbtn {
    opacity: 1;
}

.current_lang {
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.menu_mobile {
    display: none;
}

.m_language{
    display: none;
}

.m_language a{
    border: 1px solid #D44638;
    padding: 5px;
    margin-right:10px;
    color: #EEEEEE;
}
.m_language a:hover{
    color: #D44638;
    padding: 5px;
    border: 1px solid #D44638;
}
/* Menu ends */


/*************** Home ends ***************/



/*************** Solutions starts ***************/

#solutions {
	background: #221622;
	width: 100%;
	height: auto;
	position: relative;
	margin: auto;
	padding: 80px 0 50px 0;
}

#solutions .section-title hr{
	border-color: #D44638;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
	text-align: left;
}

#solutions .section-title h2{
	color: #EEEEEE;
	line-height: 30px;
}

#solutions p{
	color: #EEEEEE;
}

#solutions .arrow_nav {
	position: absolute;
	width: 100%;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	text-align: left;
	margin: auto;
	top:540px;
	padding-left: 12px;
	-webkit-animation: arrowdown 2s infinite;
	-moz-animation: arrowdown 2s infinite;
	-o-animation: arrowdown 2s infinite;
	animation: arrowdown 2s infinite;
}

#solutions a.fa.fa-angle-down {
	z-index: 10;
	padding: 7px 12px;
	border: 1px solid #D44638;
	color: #D44638;
    border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#solutions .sideform{
	padding: 0 5%;
}

.keyfact {
		margin: 10px 0px 10px -10px;
		padding: 10px;
		color: #EEEEEE;
}

.keyfact h4{
		font-weight: bold;
		border-bottom: 1px solid #D44638;
		padding-bottom: 10px;
		margin-bottom: 30px;
}

#solutions .bloc_left{
	width:60%;
	height: auto;
	float: left;
	position: relative;
}
#solutions .bloc_right{
	width:40%;
	height: auto;
	float: left;
	position: relative;
}

#solutions .bloc_left .cadre{
	border:1px solid #D44638;
	right:0;
	padding: 30px 7% 20px 7%;
	margin: auto;
	min-height: 600px;
}	

#solutions .bloc_right_mobile{
	display:none;
}

#solutions .bloc_left ul{
	color: #EEEEEE;
}

#solutions .products,
#solutions .prod_icon{
	display: inline-block;
	vertical-align: middle;
}


#solutions img{
	padding: 8px;
	width: 65px;
	cursor: pointer;
	border: 2px solid #D44638;
    border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.layer_prod1 {
    height: auto;
    width: 100%;
    position: relative;
    top:0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.layer_prod5 ul li,
.layer_prod4 ul li,
.layer_prod3 ul li,
.layer_prod2 ul li,
.layer_prod1 ul li{
    font-size: 15px;
    margin-left: 20px;
    list-style: none;
}

.layer_prod2 {
	position: relative;
	display: none;
    height: auto;
    width: 0;
    top:0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

#solutions .sideform .section-title h2,
.layer_prod5 .section-title h2,
.layer_prod4 .section-title h2,
.layer_prod3 .section-title h2,
.layer_prod2 .section-title h2,
.layer_prod1 .section-title h2{
	color: #EEEEEE;
	line-height: 30px;
	font-size: 22px;
}

#solutions .closebtn {
    top: -10px;
    padding: 30px 5% 0 0;
}


/*************** Solutions ends ***************/



/*************** Company starts ***************/

#company {
	position: relative;
	background: #191019;
	width: 100%;
	height: auto;
	padding-top: 50px;
	margin: auto;
}

#company .bloc_left .section-title h2,
#company p{
	color: #EEEEEE;
}

#company #section1_btn,
#company #section2_btn,
#company #section3_btn{
	color: #D44638;
}

#company #section1,
#company #section2{
	width: auto;
	height: auto;
	min-height: 150px;
	position: relative;
}

#company .bloc_right,
#company .bloc_left{
	width:50%;
	float: left;
	height: auto;
	position: relative;
	padding-bottom: 20px;
}

#company .bloc_right{
	margin: auto;
	text-align: center;
}

#company .bloc_left{
	padding-right: 50px;
}

#company .bloc_right img{
	width:100%;
	max-width:700px;
	text-align: center;
	height: auto;
}

#company img{
	width:100%;
	height: auto;
}

#section1 h2,
#section3 h2,
#image_source1 h2,
#image_source2 h2{
	text-align: left;
	font-size: 18px;
	padding-bottom: 20px;
	color: #D44638;
	font-weight: bold;
}

#image_source1,
#image_source2 {
	text-align: left;
}

#section2 img,
#image_source1 img,
#image_source2 img{
	padding: 30px 0;
}

#image_source2,
#image_source3{
	position: relative;
	width: auto;
	display: none;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}


/* About us starts */

#image_source1{
	position: relative;
	width: auto;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#image_source1 p{
	text-align: left;
}

#image_source1 .bottom_border{

}

#image_source1 h3{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

#section1 .org_section{
    padding: 30px 0;
}

#section1 .org{
    display: inline-block;
    max-width: 85px;
    padding-right: 15px;
}

.factpress {
		max-width: 140px;
}

#counter{
		text-align: center;
		margin: auto;
		padding: 0px 0;
		max-width: 600px;
		border-bottom: 1px solid #191019;
		border-top: 1px solid #191019;
		padding-top: 30px;
		margin: 30px 0;
}

.rowfact {
		display: inline-block;
		text-align: center;
		margin: auto;
}

.fact {
		display: inline-block;
		text-align: center;
		margin: auto;
		min-width: 110px;
		margin-bottom: 30px;
	    padding: 0 20px;
	    vertical-align: top;
	    -webkit-transition: all 0.5s;
	    transition: all 0.5s;
}

.fact .counter-value2,
.fact .counter-value{
		color: #D44638;
		font-size: 30px;
		font-weight: bold;
}

.fact img{
		width:80px !important;
		margin-bottom: 10px;
		padding: 10px !important;
	    border-radius: 50%;
	    border: 2px solid #D44638 !important;
	    -webkit-animation: fadeInDown 0.5s 1;
		-moz-animation: fadeInDown 0.5s 1;
		-o-animation: fadeInDown 0.5s 1;
		animation: fadeInDown 0.5s 1;
}

/* About us ends */


/* Career starts */

#section2 h2{
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #D44638;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #EEEEEE;
}

.cadrejob {
    border: 1px solid #D44638;
    margin: 40px 0;
}

.cadrejob .content {
    padding: 0px 20px 20px 40px;
}

.jobs{
	margin-top: 20px;
}

.jobs ul li{
	text-align: left;
	cursor: pointer;
}

#section2 ul li a{
	color: #EEEEEE;
}

#section2 ul li a:hover{
	color: #D44638;
    text-decoration: underline;
}

/* Career ends */


/* Press starts */

#company #image_source3{
	width: auto;
	height: auto;
	position: relative;
	text-align: left;
}

#image_source3 ul li{
	text-align: left;
	font-size: 14px;
	cursor: pointer;
	color: #EEEEEE;
}


#image_source3 ul li:hover{
	color: #D44638;
	text-decoration: underline;
}

#image_source3 .btn img{
	max-width: 19px !important;
	float: right;
}

#image_source3 a.btn.read-more-btn{
	text-transform: uppercase;
	border:1px solid #D44638;
	background: none;
	width:220px;
	font-size: 16px;
	color: #D44638;
	font-weight: bold;
    border-radius: 0;
	padding: 14px 0;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#image_source3 a.btn.read-more-btn:hover{
	background: #EEEEEE;
	color: #D44638;
	border-color:#EEEEEE;
}

#image_source3 a.btn.read-more-btn:hover .fa-chevron-down{
	-webkit-transform: rotate(0deg);
    -ms-transform:rotate(0deg);
	transform:rotate(0deg);
}

#image_source3 .fa-chevron-down{
	color: #D44638;
    border-radius: 50%;
	font-size: 14px;
	z-index: 10;
	margin-left:3px;
	-webkit-transform: rotate(-90deg);
    -ms-transform:rotate(-90deg);
	transform:rotate(-90deg);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#image_source3 h2,
#section3 h2{
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px solid #D44638;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #EEEEEE;
}

#presse10 #counterpress{
    padding-top: 50px;
}

#presse10 h1,
#presse5 h1{
    clear:both;
    font-size: 20px;
    padding: 20px 0 20px 0;
    font-weight:bold;
}

#presse5 h1{
    border-bottom: 1px solid #D44638;
}

#presse10 h2{
    font-size: 28px;
}

#counterpress,
#presse10 .overlay-content{
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.overlay_presse h2{
    text-transform: none;
}
/* Press ends */

/* Client Section */
.content .section-title hr{
	border-color: #D44638 !important;
	border-width: 4px;
	width: 60px;
	float:left;
	clear: both;
	text-align: center;
	padding-bottom: 70px;
}

.container_client .section-title{
	padding-top:20px;
	padding-right:50px;
	position: relative;
	float: left;
}

.container_client{
	margin-top: 40px;
	padding: 30px 0 50px 0;
	background: #221622;
	width: auto;
	text-align: center;
}

.container_client .content {
	position: relative;
	text-align: center;
	margin: auto;
}

.container_client .column{
	display: inline-block;
    margin-left: 50px;
    padding-bottom: 20px;
    max-width: 90px;
}

.container_client .logo_section {
	position: relative;
}
/* Client Section */

/*************** Company ends ***************/

/*************** Testimonial starts ***************/

#clients {
	position: relative;
	background: #221622;
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	margin: auto;
}

#testimonial .section-title{
	border-bottom: 1px solid #D44638;
	margin-bottom: 60px;
	margin-top: 30px;
}


#testimonial .section-title h2{
	text-align: left;
    font-size: 22px;
    font-weight: bold;
    padding-bottom:10px;
    color: #EEEEEE;
    width: 134px;
}

.testimonials{
	width: 100%;
	margin: auto;
}

.testimonial{
	width: 100%;
	margin-bottom: 60px;
}

.left{
	float: left;
}

.right{
	float: right;
}

.testimonial-logo{
	border-right:1px solid #D44638;
	border-bottom:1px solid #D44638;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0 5px 5px 0;
}


.testimonial-logo img{
	width: 130px;
}

.testimonial-title h2{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

.testimonial-title h2 span{
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	text-transform: none;
}

.testimonial-text p{
	font-style: italic;
	font-weight: bold;
}

.testimonial-text b{
	font-size: 20px;
	line-height: 0px;
}

/*************** Testimonial ends ***************/

/*************** Contact us starts ***************/

#contact-us{
	position: relative;
    height: auto;
    width: 100%; 
    min-height: 750px;
    margin: 0 auto;
}

#mySidenav .section-title h2{
    font-size: 22px;
    margin-bottom: 20px;
}

#mySidenav .form-control {
	height: 40px;
}

#office_bg{
	position: absolute;
	background: #191019 url(../img/06.jpg) no-repeat center;
    height: auto;
    width: 100%; 
    min-height: 750px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    animation: pulse 30s infinite;
}

#contact-us .container{
  padding-top: 100px;
  padding-bottom: 50px;
}

#contact-us #section1a,
#contact-us #section2a,
#contact-us #section3a,
#contact-us #section4a,
#contact-us #section5a{
	width: auto;
	height: auto;
	position: relative;
	font-weight: normal;
}

#contact-us #section1a strong,
#contact-us #section2a strong,
#contact-us #section3a strong,
#contact-us #section4a strong,
#contact-us #section5a strong{
	font-size:16px;
}

#contact-us #section1a_btn,
#contact-us #section2a_btn,
#contact-us #section3a_btn,
#contact-us #section4a_btn,
#contact-us #section5a_btn{
	color: #D44638;
}

#contact-us .offices h2{
	font-weight: bold;
	line-height: 50px;
}

#contact-us .bg_bloc_right{
	position: absolute;
	width:100%;
	margin-left: 0%;
	text-align: center;
	height: 100%;
}

#contact-us #bg_bloc_left{
	position: absolute;
	height: 100%;
    width: 50%;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
    text-align:center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#contact-us .bloc_left,
#contact-us .bloc_right{
	position: relative;
	width:50%;
	height: auto;
	float: right;
	min-height: 600px;
}

#contact-us .arrow_nav {
	width: 100%;
	text-align: left;
	position: relative;
	margin: auto;
	margin-top: 50px;
	-webkit-animation: arrowup 2s infinite;
	-moz-animation: arrowup 2s infinite;
	-o-animation: arrowup 2s infinite;
	animation: arrowup 2s infinite;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.fa-angle-up{
	padding: 7px 12px;
	color: #EEEEEE;
	border: 1px solid #D44638;
    border-radius: 50%;
	font-size: 20px;
	z-index: 10;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#btn_bg_contact_desktop{
    margin-top:	40%;
    text-align:center;
}

#contact-us .btn_bg_contact_mobile{
	display: none;
}

ul.social li{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 20px;
	width: 20px;
}

ul.social li a{
	color: #EEEEEE;
	font-size: 25px;
}

ul.social a.youtube-fix{
	padding-left: 5px;
	font-size: 27px;
}

/*************** Contact us ends ***************/



/*************** footer starts ***************/

#footer a{
	color: #EEEEEE;
	padding-right: 30px;
}
#footer a:hover{
	color: #D44638;
}

nav#footer{
	background: #120d12;
	color: #EEEEEE;
	padding: 5px 0;
	position: relative;
	width: 100%;
}

nav#footer .container{
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}

nav#footer p{
	font-size: 14px;
	margin-top: 10px;
}

nav#footer .pull-left p{
    font-size: 13px;
    font-family: 'lato', sans-serif;
}


#footer .section-title h2{
    line-height: 35px;
}

#footer .section-title {
    padding-bottom: 20px;
}

.copyright{
  float: right;
  text-align: right;
}

.copyright p{
  font-weight: 300;
}


/*************** footer ends ***************/

/* Modal starts */

.modal {
    display: none; 
    position: fixed; 
    z-index: 1000; 
    padding: 150px 20px 20px 20px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.6); 
}

.modal-content {
    position: relative;
    background-color:#191019;
    margin: auto;
    width: 100%;
    max-width: 400px;
    border-radius: 0;
    border:1px solid #333333;
    -webkit-animation: fadeInDown 0.3s 1;
	-moz-animation: fadeInDown 0.3s 1;
	-o-animation: fadeInDown 0.3s 1;
	animation: fadeInDown 0.3s 1;
}

.modal-content .container {
   	width: 100%;
   	padding: 10%;
    text-align: center;
    height: auto;
}

.modal-content .container .headline {
   margin-bottom: 15px; 
   padding-bottom: 15px; 
   color: #EEEEEE ;
   font-size: 25px;
}

.modal-content .container .headline span {
   text-transform: uppercase;
   font-weight: 300;
}

.modal-content .container p {
   font-size: 14px;
   color: #EEEEEE ;
   font-weight: bold;
}

.modal-content .container img {
   width: 90%;
}

#myModal .btn_center {
	margin-top: 120px;
}

#myModal .modal-content .container img {
	position: absolute;
	z-index: 0;
	max-width: 120px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	-webkit-animation: animatearrow 1.5s infinite;
	-moz-animation: animatearrow 1.5s infinite;
	-o-animation: animatearrow 1.5s infinite;
	animation: animatearrow 1.5s infinite;
}

#thankModal .modal-content .container img {
   padding: 20px 0 0 20px;
}

#thankModal .headline {
   border-bottom:1px solid #D44638;
}

span.close {
    color: #EEEEEE !important;
    font-size: 40px;
    right:10px;
    position: absolute;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

span.close:hover,
span.close:focus {
    color: #D44638 !important;
    opacity: 1;
}

/* Modal ends */