/*==================================
* Author        : "ThemeSine"
* Template Name : Zombiz
* Version       : 1.0
==================================== */
/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
	padding: 0;
    margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:14px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}
section {
	padding: 50px 0;
}
a,a:hover,a:active,a:focus,a:visited {
	display:inline-block;
	text-decoration:none;
	outline: none;
	font-size:14px;
	padding:0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff !important;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}
p {
	margin: 0;
	color: #888;
	font-size: 16px;
	font-family: 'Sources', sans-serif;
}
img {
	border:none;
	max-width:100%; 
	height:auto;
}
ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
select,input,textarea{
	box-shadow:none;
	outline:0!important;
}
html,body{
    height: 100%;
	position: relative;
    z-index: 2;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}
/*-------------------------------------
		2. Header
--------------------------------------*/
.header{
	padding-top:20px;
	padding-bottom: 12px;
}
.header li  a{
	color: #888;
	outline: 0;
}
/*-------------------------------------
		3. Menu
--------------------------------------*/
.navbar-brand>img {
	width: 180px;
}
#menu{
	z-index: 999;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus{
	margin-top: 20px;
	padding:0;
}

.wrapper-sticky{
	position: relative;
	display: inline-block;
	height: 0 !important;
}
.sticky{
	background: rgb(20, 52, 127);
	padding: 10px 0px 0px;
	height:80px;
	color: #fff;
	-webkit-transition: background-color 1s ease-out;
	-moz-transition: background-color 1s ease-out;
	-o-transition: background-color 1s ease-out;
	transition: background-color 1s ease-out;
}
.sticky  .navbar-brand{
	margin-top: -5px;
}
.sticky  .navbar-default .navbar-nav li a,
.sticky  .navbar-default .navbar-nav li a:active,
.sticky  .navbar-default .navbar-nav li a:focus,
.sticky  .navbar-default .navbar-nav li a:hover{
	color: #fff;
	margin: 0px 0px;
}
.sticky .navbar-default .navbar-toggle ,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: none;
    margin-top: 15px;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav li a{
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	margin-top:18px;
	font-weight: 200;
	padding-left: 27px;
}
.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
	color: #fff;
	outline: 0;
	font-weight:700;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;

}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:transparent;
    color: #fff;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	margin-top:18px;
	padding-bottom: 25px;
	padding-left: 27px;
}
.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: none;
    margin-top: 25px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*-------------------------------------
		4. Slider
--------------------------------------*/
.content p {
	background-color: #fff;
}
.item a:hover {
	opacity: .6;
	transition: ease-in-out;
}
.single-slide-item {
	padding: 250px 0;
	height: 60vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.single-slide-item h2 {
	color:#fff;
	font-size:50px;
	line-height: 1.28;
	margin-bottom: 27px;
	font-family: 'Roboto', sans-serif;
	text-transform: initial;
}
.single-slide-item p {
	color:#fefefe;
	font-size: 22px;
	font-weight: 300;
	max-width:805px;
	font-family: 'Lato', sans-serif;
	line-height: 1.5;
	margin-bottom:51px;
}
.single-slide-item button.slide-btn,
.single-slide-item  button:active .slide-btn ,
.single-slide-item button:focus .slide-btn{
	display: inline-block;
	border-radius: 5px;
    background: #f5f5fb;
    padding: 17px 50px;
    color: rgb(20, 52, 127);
    border: 1px solid #f5f5fb;
	font-size:16px;
	font-weight:600;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-right: 36px;
	margin-bottom: 30px;
	outline:0;
	box-shadow:none;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.single-slide-item  button.slide-btn:hover{
	 background: transparent;
	 color: #fff;
	 border: 1px solid #fff;
}
.single-slide-item{
	position:relative;
	z-index:1;
}
.slide-1 {
	background-image:url(../../assets/images/banner/banner1.jpg);
}
.slide-2 {
	background-image:url(../../assets/images/banner/banner2.jpg);
}
.slide-3 {
	background-image:url(../../assets/images/banner/banner3.jpg);
}
.slide-4 {
	background-image:url(../../assets/images/banner/banner4.jpg);
}
.single-slide-item::before{
	background:rgba(20,52,127,.6);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	z-index:-1;
}
/*-------------------------------------
		4. We-do
--------------------------------------*/
.section-header h2{
	color: #44454f;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
}
.section-header h2 span{
	color: #4d4e54;
}
.section-header p{
	color: #888;
	font-size: 16px;
	font-family: 'Sources', sans-serif;
	max-width: 1000px;
    margin: 0 auto;
    line-height: 1.8;
}
.we-do-description {
    padding-top: 55px;
}
.we-do-info {
	font-family: 'Playfair Display', serif;
	text-transform: capitalize;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.mission-img {
	width: 50px;
}
.we-do-img {
	-webkit-transition: .5s;
	-moz-transition:.5s;
	-ms-transition:.5s;
	-o-transition:.5s;
	transition: .5s;
}
.we-do-topics {
    margin-top: 20px;
}
.we-do-topics h2{
	color:#44454f;
	font-size:20px;
	font-family: 'Roboto';
	font-weight: 200;
}

.we-do-comment {
    margin-top: 14px;
}
.we-do-comment p{
	color:#888;
	font-size:16px;
    font-family: 'Sources', sans-serif;
	max-width: 306px;
	margin: 0 auto;
}
.owl-carousel .owl-stage {
    position: relative;
    padding-top: 26px;
	padding-bottom: 40px;
}
/*-------------------------------------
		6. Service
--------------------------------------*/
.service-center {
	display: flex;
	justify-content: center;
}
.bloc-services {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.bloc {
	display: flex;
	width: 100%;
}
.bloc-reverse {
	margin-top: 70px;
}
.bloc h4 {
	margin: 10px 0;
}
.bloc ul {
	list-style: disc;
	margin: 10px 0 0 20px;
}
.content-left {
	width: 50%;
	margin-right: 20px;
}
.content-right {
	width: 50%;
	margin-left: 20px;
}
.bloc-img {
	width: 50%;
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.service-txt p, li {
	color:#756c6a;	
	font-size:16px;
	font-family: 'Sources', sans-serif;
	line-height: 1.67;
}
.three-items {
	display: flex;
	margin-top: 80px;
	width: 100%;
	background: rgba(20, 52, 127, .06);
	padding: 2em 0;
}
.three-items h4 {
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: 500;
}
.items {
	width: 33%;
	margin: 0 20px;
	box-shadow: 0 0 5px rgba(35,37,41,.1);
	padding: 2em;
}

/*-------------------------------------
		News Linkedin
--------------------------------------*/
#news {
	background-color: rgba(20, 52, 127, .06);
}
.logo-linkedin {
	width: 100px;
	margin: 2em 0;
	float: right;
}
.logo-linkedin:hover {
	opacity: .6;
}
.linkedin {
	display: flex;
}
.linkedin-post {
	margin: 0 10px;
	width: 50%;
	cursor: pointer !important;
	box-shadow: 0 0 5px rgba(35,37,41,.1);
	background-color: #fff;
	padding: 15px;
	-webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.linkedin-post:hover {
    box-shadow: 0 5px 20px rgba(112,134,230,.2);
	opacity: 1;
}
.linkedin-post p {
	color: #888;
	font-size: 16px;
	font-family: 'Sources', sans-serif;
	line-height: 1.7;
	margin-top: 28px;
}
.linkedin img {
	border-radius: 10px;
}
.linkedin-post-1-img {
	background:url(../../assets/images/linkedin-post-1.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
.linkedin-post-2-img {
	background:url(../../assets/images/linkedin-post-2.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
.linkedin-post-3-img {
	background:url(../../assets/images/linkedin-post-3.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 200px;
}
/*-------------------------------------
		8. Project
--------------------------------------*/
.project-container {
	width: 165%;
	height: 100%;
	position:relative;
	display: flex;
	left:-32%;
	flex-wrap:wrap;
	justify-content: center;
	
}
.project-content {
	position: relative;
	width: 18%;
	height: 220px;
	margin: 2px;
	overflow: hidden;
}
.project-1 {
	background:url(../../assets/images/project/project1.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-2 {
	background:url(../../assets/images/project/project2.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-3 {
	background:url(../../assets/images/project/project3.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-4 {
	background:url(../../assets/images/project/project4.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-5 {
	background:url(../../assets/images/project/project5.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-6 {
	background:url(../../assets/images/project/project6.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-7 {
	background:url(../../assets/images/project/project7.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-8 {
	background:url(../../assets/images/project/project8.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-9 {
	background:url(../../assets/images/project/project9.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-10 {
	background:url(../../assets/images/project/project10.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-11 {
	background:url(../../assets/images/project/project11.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-12 {
	background:url(../../assets/images/project/project12.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-13 {
	background:url(../../assets/images/project/project13.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-14 {
	background:url(../../assets/images/project/project14.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-15 {
	background:url(../../assets/images/project/project15.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-16 {
	background:url(../../assets/images/project/project16.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-17 {
	background:url(../../assets/images/project/project17.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-18 {
	background:url(../../assets/images/project/project18.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-19 {
	background:url(../../assets/images/project/project19.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-20 {
	background:url(../../assets/images/project/project20.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-21 {
	background:url(../../assets/images/project/project21.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-22 {
	background:url(../../assets/images/project/project22.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-23 {
	background:url(../../assets/images/project/project23.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-24 {
	background:url(../../assets/images/project/project24.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-25 {
	background:url(../../assets/images/project/project25.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-26 {
	background:url(../../assets/images/project/project26.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-27 {
	background:url(../../assets/images/project/project27.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-28 {
	background:url(../../assets/images/project/project28.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-29 {
	background:url(../../assets/images/project/project29.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-30 {
	background:url(../../assets/images/project/project30.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-31 {
	background:url(../../assets/images/project/project31.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-32 {
	background:url(../../assets/images/project/project32.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-33 {
	background:url(../../assets/images/project/project33.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-34 {
	background:url(../../assets/images/project/project34.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-35 {
	background:url(../../assets/images/project/project35.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-36 {
	background:url(../../assets/images/project/project36.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-37 {
	background:url(../../assets/images/project/project37.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-38 {
	background:url(../../assets/images/project/project38.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}.project-39 {
	background:url(../../assets/images/project/project39.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}.project-40 {
	background:url(../../assets/images/project/project40.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-41 {
	background:url(../../assets/images/project/project41.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-42 {
	background:url(../../assets/images/project/project42.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.project-43 {
	background:url(../../assets/images/project/project43.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}.project-44 {
	background:url(../../assets/images/project/project44.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}.project-45 {
	background:url(../../assets/images/project/project45.jpg)no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.main-title{
	color: #2d2d2d;
	text-align: center;
	text-transform: capitalize;
	padding: 2em 0;
}
.project-container .title{
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 10px;
}
.project-content .project-content-overlay {
	background: rgba(20, 52, 127, .4);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.project-content:hover .project-content-overlay{
	opacity: 1;
}
.project-content-image{
	width: 100%;
}
.project-content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.project-content:hover .project-content-details{
	top: 50%;
	left: 50%;
	opacity: 1;
}
.project-content-details h3{
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
.fadeIn-bottom{
	top: 80%;
}
.project-content-details h2{
	color: #44454f;
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
	text-align: center;
}
.project-content:hover > .project-content-details p {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.project-content-details p{
	opacity: 0;
	color: #fff;
	font-size: 16px;
	font-family: 'Sources', sans-serif;
	margin-top: 32px;
	text-align: center;
}
/*-------------------------------------
		14. Contact
--------------------------------------*/
#contact {
    background:url(../../assets/images/footer/map.jpg)no-repeat;
    background-position:center;
    background-size: cover;
	position: relative;
	
}
#contact:before{
	background: rgba(20, 52, 127, .85);
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	content:'';
}
.section-header.contact-head h2,
.section-header.contact-head p{
	position: relative;
	color: #fff;
}
.contact-form h3{
	color: #fff;
	font-size: 24px;
	font-family: 'Sources', sans-serif;
	text-transform:capitalize;
	margin-bottom:40px;
}
.contact-form {
	position: relative;
	margin: 50px 0 0 0;
}
.contact-form  .form-group {
    margin-bottom: 15px;
}
.contact-form .form-control {
	padding: 24px 21px;
	font-size: 16px;
	border: 1px solid #f9faff;
    border-radius: 0px;
    box-shadow: none;
	outline:0!important;
    background:#f9faff;
    color: #888;
	resize: none;
}
.contact-form .form-group {
    padding-bottom:7px;
}
.contact-form .single-contact-btn button{
	display:flex;
	align-items:center;
	justify-content:center;
	background: #14347f;
	height:50px;
	width: 195px;
	border:1px solid #14347f;
	text-transform:uppercase;
	font-family: 'Sources', sans-serif;
	margin-top: 3px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.contact-form .single-contact-btn button.contact-btn ,
.contact-form .single-contact-btn button.contact-btn:focus {
    margin-top:0px;
    outline: 0 !important;
    border:0;
    color: #fff;
    letter-spacing: 2.5px;
    border-radius: 0px;
    font-size:14px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

.single-contact-btn:hover button.contact-btn {
	color:#14347f;
	background:#fff;
	border:1px solid #14347f;
}

.contact-right {
    display: flex;
    justify-content: center;
}

.contact-office-address {
	display: flex;
	width: 100%;
	position: relative;
}

.contact-office-address h3{
	color: #fff;
	font-size: 24px;
	font-family: 'Sources', sans-serif;
	text-transform:capitalize;
}

.contact-office-address p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 14px;
	font-family: 'Sources', sans-serif;
	margin-top: 10px;
}

.single-online-address, 
.single-online-address a {
	color:#fff;
	font-size: 16px;
	margin: 10px 0;
}

.single-online-address {
	margin: 10px 0;
}

.single-online-address i {
    padding-right: 7px;
}

.single-online-address a:hover{
  border-bottom: 1px solid #fff;
}
.contact-icon ul li{float:left;}
.contact-icon ul li>a {
	color: #fff;
	font-size: 25px;
	margin-right:13px;
	padding: 0px 12px 0px 0px;
	-webkit-transition: .3s; 
	-moz-transition:.3s; 
	-ms-transition:.3s; 
	-o-transition:.3s;
    transition: .3s;
}
.footer-right, .footer-left {
	width: 50%;
}
.logo-footer {
	width: 180px;
}
.gmap_canvas {background:none!important;}
/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:#14347f;
	border:1px solid #14347f;
	border-radius:5px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}

#scroll-Top  .return-to-top:hover {
    background:#14347f;
    color: #fff;
	border:1px solid #14347f;
	border-radius:50%;
}