@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,500,700');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Lobster');

body
{
	margin:0;
	font-family: 'Roboto', sans-serif;
}
ul
{
	padding-left:0;
	list-style:none;
}
.top_header
{
	background:#ffa200;
	padding:10px 0;
}
.top_header p
{
	margin:0;
	color:#fff;
	font-size:12px;
}
.top_header a
{
	color:#fff;
}
.top_header a:hover
{
 color:#f9f5f5;
}
.top_header .fa
{
	margin-right:5px;
}
.top_header .mail
{
	text-align:right;
}
.navbar-inverse
{
	background:#fff;
	border-color:#fff;
	border-radius:0;
	margin-bottom:0;
	z-index:10000;
	transition:.3s all ease-in-out;
}
.navbar-nav
{
	padding:24px 0;
	transition:.3s all ease-in-out;
}
.navbar-inverse .navbar-nav>li>a
{
	text-transform:uppercase;
	color:#000;
	font-family: 'Oswald', sans-serif;
	font-size:15px;
	
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	color:#000;
	background:transparent;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover
{
	color:#000;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	padding-right:0;
}
.navbar-brand
{
	height:auto;
}
.navbar-brand>img
{
	width:100%;
	transition:.3s all ease-in-out;
}

/*nav*/
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .3s;
}
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:before {
  position: absolute;
  bottom: 5px;
  left:0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #ffa200;
  height: 3px;
}
nav.stroke ul li a:hover:before,nav.stroke ul li.active a:before {
  width: 70%;
}
.navbar-nav>li
{
	margin-left:19px;
}
/*nav*/

.fill
{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.bx-wrapper .bx-viewport
{
	box-shadow:none;
	border:none;
	background:transparent;
	margin:auto;
}
.txt_slider
{
	padding:200px 0;
	color:#fff;
	margin-left:100px;
	float:left;
	height:610px;
}
.txt_slider h1
{
	font-size:48px;
	font-weight:300;
	opacity:0;
}
.txt_slider span
{
	font-weight:700;
	text-transform:uppercase;
}
.txt_slider h5
{
	text-transform:uppercase;
	color: #d0cfcf;
	font-weight:300;
	opacity:0;
}
 a.link1
{
	background:#ffa200;
	color:#fff;
	text-transform:uppercase;
	padding: 7px 23px;
	font-weight: bold;
    font-size: 12px;
	display: inline-block;
    margin-top: 20px;
	transition:.3s all ease-in-out;
}
 a.link1:hover, a.link1:focus
 {
	 background:#fff;
	 color:#000;
	 text-decoration:none;
 }
.txt_slider a.link1
{
	opacity:0;
}
.services
{
	padding:60px 0;
	text-align:center;
}
.main_head
{
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	display:inline-block;
	border-bottom:3px solid #000;
	font-size:33px;
	font-weight:300;
	margin-bottom: 30px;
}
.s_content_in
{
	text-align:left;
	padding-left: 120px;
    padding-top: 5px;
}
.s_content_in h4
{
	font-family: 'Oswald', sans-serif;
	text-transform:capitalize;
	font-size:20px;
	text-decoration:none;
	color:#000;
}
.s_content_in p,.s_content_in h5
{
	font-family: 'Lato', sans-serif;
	color:#a5a4a4;
	font-size: 13px;
	text-decoration:none;
}
.s_content_in h5
{
	text-transform:uppercase;
}
.s_content_in p
{
	margin-bottom:7px;
}
.service_content a
{
	text-transform:uppercase;
	transition:.3s all ease-in-out;
}
a:focus, a:hover
{
	text-decoration:none;
}
.service_content:hover h5,.service_content:focus h5
{
	color:#000;
}
.service_content 
{
	position:relative;
	padding:43px 0;
	-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
}
.service_content img
{
	width: 45px;
    height: 40px;
	
}
.service_row
{
	padding-top:30px;
	padding-bottom:30px;
}
a.link2
{
	font-family: 'Oswald', sans-serif;
	padding: 10px 40px;
	font-size:14px;
	font-weight:normal;
	box-shadow: 0px 5px 8px #d4d2d2;
}
.about
{
	background:#f3f3f3;
	position:relative;
	padding: 30px 0px;
}
.about_content
{
	padding:4px 0;
}
.about_content p
{
	margin:15px 0;
	font-weight:300;
	font-size:14px;
}
.about_content  h3
{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	margin-top:25px;
	
}
.about_content .main_head
{
	margin-bottom:0;
}
.about_img 
{
	width:50%;
	right:0;
	top:0;
	position:absolute;
	height:100%;
	background:url(../images/about.jpg) no-repeat;
	background-size:cover;
}
.about_img img
{
	width:100%;
	height:100%;
}
.why_icons 
{
	margin-top:20px;
}
.main_img
{
	width:100%;
}
.img_div
{
	position:relative;
}
.hover_img
{
	position:absolute;
	top:0;
	left:0;
	width:0%;
	opacity:0;
	transition: .3s all ease;
}
.img_div:hover .hover_img
{
	opacity:1;
	width:100%;
}
.img_div h6
{
	text-transform:uppercase;
	font-weight:500;
	text-align:center;
}
.testimonials
{
	padding:50px 0;
	text-align:center;
}
.testimonials img
{
	margin:auto;
}
.testimonials p
{
	font-weight:300;
	
}
.testimonials h6
{
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:15px;
	margin-top:20px;
}
.testimonials aside
{
	padding:25px 0;
}
.bx-wrapper .bx-pager.bx-default-pager a
{
	border:1px solid #ffa200;
	background:transparent;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active
{
	background: #ffa200;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
	bottom:-50px;
}
.clients
{
	padding:90px 0 115px 0;
}
.newsletter
{
	text-align: center;
    padding: 34px 0;
    background: #fff;
    border-radius: 10px;
    margin-top: -70px;
}
.newsletter h3
{
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight:bold;
}
.newsletter .input_field
{
	position:relative;
	display:inline-block;
	margin-top:13px;
}
.newsletter input
{
	background: #323334;
    padding: 13px 4px;
    border: 1px solid #323334;
    width: 350px;
	border-radius:11px;
	outline:none;
	padding-left: 16px;
    font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
}
.newsletter button
{
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
	outline:none;
	background:#ffa200;
	border:1px solid #ffa200;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color:#fff;
	padding:0 20px;
	border-top-right-radius:9px;
	border-bottom-right-radius:9px;
	transition:.3s all ease-in-out;
}
.newsletter button:hover
{
	background:#fff;
	color:#ffa200;
}
.fill
{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position:center !important;
}
.footer_content
{
	color:#999999;
}
.footer_content .main_head
{
	font-size:16px;
	border-bottom: 1px solid #999999;
	font-weight:bold;
	margin-bottom:24px;
	margin-top:65px;
}
.footer_content p
{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
footer .menu li
{
	padding:2px 0;
}
footer .menu li a
{
	font-family: 'Oswald', sans-serif;
	color:#999999;
	text-transform:uppercase;
	font-size:12px;
	transition:.3s all ease-in-out;
}
footer .menu li a:hover,footer .menu li a:focus,footer .menu li.active a
{
	text-decoration:none;
	color:#fff;
}
iframe 
{
	border-radius:10px;
}
footer
{
	position:relative;
	padding-bottom:70px;
}
.bottom_footer
{
	position:absolute;
	width:100%;
	bottom:0;
	background:#000;
	padding:9px 0;
	color:#9f9f9f;
}
.social_menu
{
	margin-bottom:0;
}
.social_menu li
{
	display:inline-block;
}
.social_menu li a
{
	color:#9f9f9f;
	transition:.3s all ease-in-out;
	font-size:17px;
	padding:4px;
}
.social_menu li a:hover
{
	color:#ffa200;
}
.social_menu

{
	float:right;
}
.bottom_footer p
{
	margin-bottom:0;
	font-size:12px;
	margin-top:5px;
}


  .affix {
      top: 0;
      width: 100%;
  }

  .affix + nav {
      padding-top: 70px;
	  transition:.3s all ease-in-out;
  }
nav.shrink
{
	box-shadow: 2px 2px 5px #ecebeb;
}
nav.shrink .navbar-nav
{
	padding:8px 0;
	transition:.3s all ease-in-out;
}
nav.shrink .navbar-brand>img
{
	width:80px;
	transition:.3s all ease-in-out;
}
.s_img
{
	padding: 31px;
    left: 0;
    position: absolute;
    display: inline-block;
    background: #f8f9fb;
    border-radius: 50%;
    box-shadow: 1px 1px 19px #a5a2a2;
	-webkit-transition: -webkit-transform .5s ease-in-out;
    transition:.5s all ease-in-out;
	}
	
.service_content:hover
{
	box-shadow: 2px 2px 5px #ecebeb;
	-webkit-transition: -webkit-transform .5s ease-in-out;
		transition: transform .5s ease-in-out;
		transform:translate(0,-5px);
}
.service_content:hover .s_img
{
	background:#efc275;
}
.section_inner{
	padding:60px 0px;
	position:relative;
}
.section_inner p {
    margin: 15px 0;
    font-weight: 300;
    font-size: 14px;
	line-height:22px;
	text-align:justify;
}
.inner_fill{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 280px;
	list-style:none;
}
.section_inner h4{
	font-size:24px;
}
.service-01{
	padding:30px 0px;
}
.service-01 p{
	margin: 15px 0;
    font-weight: 300;
    font-size: 14px;
	line-height:22px;
	text-align:justify;
}
.service-01 h4{
	font-size:24px;
}
.bg_clr{
	background: #f3f3f3;
}
.managed-solutions{
    display: block;
    margin: auto;
    margin-top: 12px;
}
.service-01 h4 strong{
	color: #ffa200;
	font-size:30px;
}
.testi{
	    border: 1px solid #dcdcdc;
    padding: 20px;
    border-top: 5px solid #ffa200;
    background: #fdfdfd;
    min-height: 458px;
	margin-bottom: 30px;
}
.testi h6{
	font-size:20px;
}
/*.adrs{
	min-height:420px;
}*/
h4.sub_head
{
	font-size:17px;
	display:inline-block;
	padding:7px;
	background: #7d7b7a;
	color:#fff;
	text-transform:capitalize;
}

ul.ul_style 
{
	/*list-style:disc;*/
	
	columns:2;
}
ul.ul_style  li
{
	padding:6px 0;
	background:url(../images/list.png);
	background-repeat:no-repeat;
	background-position:0 11px;
	padding-left:20px;
	background-size:11px;
}
.service-01 .content
{
	width:50%;
	float:left;
}
.it_content
{
	padding-top:10px;
}
.client_side_content
{
	padding:7px;
	border:1px solid #c5bdbd;
	border-radius:8px;
	margin-top:20px;
	border-top: 5px solid #ffa200;
}
.client_side_content ul.ul_style 
{
	columns:1;
}
/*consultation*/

form h1 {
  font-size: 18px;
  background: #407fa6  none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 22px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: auto;
  text-shadow: none; 
  text-align:left
}

form {
  border-radius: 5px;
  max-width:100%;
  width:100%;
  /*margin: 5% auto;*/
  background-color: #FFFFFF;
  overflow: hidden;
}

.consult_form p span {
  color: #F00;
}

.consult_form p {
  margin: 0px;
  font-weight: 500;
  line-height: 2;
  color:#333;
}

.consult_form h1 {
  text-align:center; 
  color: #fff;
  
  margin:50px 0px 0px 0px
}

.consult_form input ,  select{
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  width: 75%;
  height: 30px;
  float: left;
  padding: 0px 15px;
}

.consult_form a {
  text-decoration:inherit
}

.consult_form textarea {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #EEE;
  margin: 0;
  width: 75%;
  height: 130px; 
  float: left;
  padding: 0px 15px;
}

.form-group {
  overflow: hidden;
  clear: both;
}

.icon-case {
  width: 35px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  background:#eeeeee;
  height:30px;
  position: relative;
  text-align: center;
  line-height:40px;
}

.consult_form i {
  color:#555;
}

.contentform {
  padding: 40px 30px;
}

.bouton-contact{
  background-color: #407fa6;
  color: #FFF;
  text-align: center;
  width: 100%;
  border:0;
  padding: 17px 25px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  margin-top: 40px;
  font-size: 18px;
}

.leftcontact {
  width:49.5%; 
  float:left;
  border-right: 1px dotted #CCC;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
}

.rightcontact {
  width:49.5%;
  float:right;
  box-sizing: border-box;
  padding: 0px 0px 0px 15px;
}

.validation {
  display:none;
  margin: 0 0 10px;
  font-weight:400;
  font-size:13px;
  color: #DE5959;
}

#sendmessage {
  border:1px solid #fff;
  display:none;
  text-align:center;
  margin:10px 0;
  font-weight:600;
  margin-bottom:30px;
  background-color: #EBF6E0;
  color: #5F9025;
  border: 1px solid #B3DC82;
  padding: 13px 40px 13px 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show,.show  {
  display:block;
}
.form-group p
{
	margin:0;
}
.consult
{
	position:realtive;
	float:right;
}
.consult img
{
	max-width:100%;
}
.our_company_img
{
	width:100%;
	margin-bottom:50px;
}
.company_right ul
{
	columns:1;
}
.about_content a.link2 
{
	padding: 5px 12px;
	margin-top:0;
}
.contact
{
	color: #000;
	font-weight:bold;
	transition:.3s all ease;
}
.contact:hover,.contact:focus
{
	text-decoration:none;
	color: #e3810c;
}
.request
{
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding:40px 0;
	text-align:center;
}
.trans
{
	width:100%;
	position:absolute;
	top:0;
	height:100%;
	background:rgba(0, 0, 0, 0.57);
}
.request h2
{
	color:#fff;
	font-family: 'Lobster', cursive;
	margin:0;
	text-transform:capitalize;
}
.request a
{
	border-radius:50px;
	padding: 10px 31px;
	font-size:17px;
}
.section_service
{
	padding-bottom:0;
}
.go-top {
  position:fixed;
  bottom: 16px;
  right: 33px;
  padding: 7px;
  display:none;
  cursor: pointer;
  opacity: 0.4;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  width: 40px;
  background: #ffa200;
  text-align: center;
}
.go-top .fa
{
	font-size:25px;
	font-weight:bold;
	color:#fff;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}
.go-top:hover .fa
{
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transform:translate(0,-5px);
}
.bouton-contact:hover
{
	background:#629abd;
	transition:.3s all ease;
}
.call_button
{
	width:110px;
	position:fixed;
	top:45%;
	right:10px;
}
.call_button img {
	max-width:100%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.dis
{
	background:#807878;
	padding:5px 10px;
	border-radius:4px;
	color:#c1baba;
}
.dis:hover
{
	color:#fff;
}
.contact_no
{
	margin-bottom:0;
}
.contact_no li
{
	display:inline-block;
}
