@import url(http://fonts.googleapis.com/css?family=Hind:300,500);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic);


#logohome {
margin-right:auto;
margin-left:auto;
display:block;

}

.btxintro:visited {
	text-decoration: none;
	
}

.btxintro:hover {
    text-decoration: none;
}


.haut {
	height:2%;
	clear:both;
}

.link--metis {
    font-family: aqua_grotesqueregular, sans-serif;
    text-transform: uppercase;
}

.link--metis::before {
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.link--metis:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}


.link0 {
    cursor: pointer;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    color: var(--color-text);

}

.link0::before,
.link0::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
	text-decoration: none;
    pointer-events: none;
	
}

.link0::before {
    content: '';
}





@keyframes glitchText {
    0% {
        opacity: 1;
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    }

    10% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    }

    20% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    }

    35% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    }

    50% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    }

    60% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    }

    70% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    }

    80% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
        clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    }

    90% {
        transform: translate3d(-10px, 0, 0) scale3d(-1, -1, 1);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}

.link0--helike::before {
    height: 2px;
    opacity: 0;
}

.link0--helike:hover::before {
    opacity: 1;
	text-decoration: none;
    animation: glitchLine 0.4s steps(2, start) forwards;

}

@keyframes glitchLine {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10% {
        transform: translate3d(10px, 0, 0);
    }

    20% {
        transform: translate3d(0, 4px, 0);
    }

    30% {
        transform: scale3d(0.1, 1.4, 1) translate3d(0, -25px, 0);
        transform-origin: 100% 0%;
    }

    40% {
        transform: scale3d(1, 0.3, 1) translate3d(0, 25px, 0);
    }

    50% {
        transform: scale3d(0.5, 0.3, 1) translate3d(-100px, -80px, 0);
    }

    60% {
        transform: scale3d(1, 1.25, 1) translate3d(10px, -5px, 0);
    }

    70% {
        transform: scale3d(0.5, 0.5, 1) translate3d(0, 20px, 0);
    }

    80% {
        transform: translate3d(-30, 10px, 0) scale3d(1, 0.4, 1);
        transform-origin: 100% 0%;
    }

    90% {
        transform: scale3d(1, 0.5, 1) translate3d(0, -15px, 0);
        ;
        transform-origin: 0% 50%;
    }

    100% {
        opacity: 1;
    }
}




.imgcomp {
	vertical-align: center;
	max-width: 50px;
}

.infotxt {
    color: #AAA;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
	font-style: italic;
}

.partok {
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top:5%;
	margin-bottom:5%;
}


.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.55);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.modal-window:target {
  opacity: 1;
  pointer-events: auto;
}

.modal-window > div {

    max-width: 80%;
    position: relative;
    margin: 10% auto;
    padding: 2rem;
    background: #111;
    color: #fff;
    height: auto;
    top: 10%;

}

.modal-window header {
  font-weight: bold;
}

.modal-close {
  color: #fff;
    font-weight: bold;
  line-height: 50px;
  font-size: 180%;
  position: absolute;
    font-family: 'Play', sans-serif;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}

.modal-close:hover {
  color: #fff;
    text-decoration: none;
}

.modal-window h1 {
  font-size: 150%;
     font-family: 'Play', sans-serif;
    color: #fff;
  margin: 0 0 15px;
}

.txtpopup {
  font-size: 120%;
     font-family: 'Play', sans-serif;
    color: #fff;
    text-align: center;
  margin: 15px;
    font-style: italic;
    text-decoration: none;
}

.txtpopup:hover {
  font-size: 120%;
     font-family: 'Play', sans-serif;
    color: #fff;
    font-style: italic;
   text-align: center;
  margin: 15px;
    text-decoration: none;
}

.txtpopup2 {
  font-size: 120%;
     font-family: 'Play', sans-serif;
    color: #fff;
    text-align: center;
    font-style: italic;
  margin: 5px 0px;
    text-decoration: none;
}

.txtpopup2:hover {
  font-size: 120%;
     font-family: 'Play', sans-serif;
    color: #fff;
   text-align: center;
 margin: 5px 0px;
    font-style: italic;
    text-decoration: none;
}



.truc {
    float: left;
    padding: 6px;
    
}

.truc2 {
    float: right;
    padding: 6px;
    
}



#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #1a1b23;*/
    z-index: 10000;
		background: #1a1b23 url(../images/logowhite.png);
	background-size:auto;
	background-position: center center;
	background-repeat: no-repeat;
	
}

.loader {
	
position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    /*-webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -o-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-animation: loader 1.2s infinite ease-in-out;
    animation: loader 1.2s infinite ease-in-out;*/

}

/*.loader span {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    opacity: 0.8;
    background-color: #fff;
    -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
    animation: loaderBlock 1.2s infinite ease-in-out both;
}

.loader span:nth-child(1) {
    top: 0;
    left: 0;
}

.loader span:nth-child(2) {
    top: 0;
    right: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(3) {
    bottom: 0;
    left: 0;
    -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
    animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}

.loader span:nth-child(4) {
    bottom: 0;
    right: 0;
}

@-webkit-keyframes loader {
    0%, 10%, 100% {
        width: 40px;
        height: 40px;
    }
    65% {
        width: 80px;
        height: 80px;
    }
} 

@-webkit-keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes loaderBlockInverse {
    0%, 20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}

@keyframes loader {
    0%, 10%, 100% {
        width: 40px;
        height: 40px;
    }
    65% {
        width: 80px;
        height: 80px;
    }
}

@keyframes loaderBlock {
    0%, 30% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes loaderBlockInverse {
    
    0%, 20% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    55% {
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
}*/


p,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #343333;
	font-family: 'Play', serif;
	font-weight: 300;
	
}

.titreeffet {
}

html,
body,
textarea,
button,
input {
   font-family: 'Play', sans-serif;
}


p {
    font-size: 14px;
    line-height: 1.42;
	font-family: 'Roboto', sans-serif;
}

.expli {
    font-size: 14px;
    line-height: 1.42;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-align: left;
}

h1 {
    font-size: 50px;
    font-weight: 500;
}

h2 {
font-size: 5vw;
font-weight: bolder;
/*color: #02276f;*/
	color: #fff;
}



h3 {
    font-size: 1.5em;
    /*font-weight: 500;*/
}

.mh3 {
	    font-size: 1em;
    padding: 0px 15px;
    color: #02276f;
}

.truclog {
width: 40px;
height: 40px;
margin: -3px;
}



body {
    overflow-x: hidden;
}

   

.home-page {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}


.introduction {
    float: left;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.introduction img {
/*    position: absolute;
    top: 0;
    left: 0;*/
	width: 100%;
height: 100%;
padding: 0;
margin: 0;
}

.logohome {
width:85%;
height:auto;
/*margin-right:auto;
margin-left:auto;
display:block;*/
}

.carre {
background: url(../images/carre.gif);
width:10px;
height:9px;
display:block;
position: absolute;
margin: 89px 0px 50px -15px;
}

.mask {
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    /*background: #1a1b23;*/
}

.intro-content {
    position: relative;
    z-index: 10;
    top: 45%;
    opacity: 0.9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.intro-content h1 {
    color: #fff;
    text-align: center;
	font-family: 'Audiowide', cursive;
	line-height: 0.8;
}

.intro-content h1 span,
.main-heading h1 span {
    color: #ac0a0a;
	font-family: 'Play', sans-serif;
}

.intro-content h2 {
    color: #fff;
    text-decoration: none;
    text-align: center;
	font-family: 'Play', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.intro-content h3 {
    color: #fff;
	font-family: 'Play', sans-serif;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
}

.social-media {
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}

.social-media a {
   /* color: #fff;
    text-decoration: none;
    outline: 0 none;
    padding: 0 10px;*/
	/*background: #ffffff none repeat scroll 0 0;*/
border-radius: 25%;
color: #fff;
height: 25px;
line-height: 25px;
padding: 0;
width: 25px;
margin: 0 5px;
}

.social-media a + .tooltip > .tooltip-inner {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
}
.social-media a + .tooltip > .tooltip-arrow {
    border-bottom-color: transparent;
}


.social-media a:hover {
    color: #fff;
}


.menu {
    float: left;
    padding: 0;
    position: relative;
}

.blocmenu {
	
	width: 100%;
height: 100%;
position: relative;
	
}

/*.haut1 {
    margin-top: 55vh;	
}*/

.imgdroite {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-size: auto;
background-size: 50%;
background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;	
}

.menumain {
	position: relative;
	margin: auto;
	padding: 0.8vw 0;
}



.menu > div {
    width: 100%;
    height:100%;
    overflow: hidden;
    position: relative;
    /*cursor: pointer;*/
	 -webkit-transition: -webkit-transform 1s linear;
    -moz-transition: -moz-transform 1s linear;
    -ms-transition: -ms-transform 1s linear;
    -o-transition: -o-transform 1s linear;
    transition: transform 1s linear;
}
.menu > div:hover {
transition: all ease-in-out 1.2s;
}

.menu > div > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding: 0;
	margin: 0;
}

.menu > div:hover > img {
  /*  -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);*/
}



.heading i1, .heading i2, .heading i3, .heading i4 {
   /* background: rgba(0, 0, 0, 1);*/
    border-radius: 50%;
    color: #fff;
    display: block;
	margin-top:10px;
    font-size: 35px;
    height: 40px;
    /*line-height: 55px;*/
    margin: auto auto 10px;
	/*border:1px solid #ccc;*/
    text-align: center;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    width: 40px;
    -webkir-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

/*.heading i:hover {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	
}*/

/*.menumain > div:hover .heading i1 {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
.menumain > div:hover .heading i2 {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
.menumain > div:hover .heading i3 {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}
.menumain > div:hover .heading i4 {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}*/

.heading i1:hover, .heading i2:hover, .heading i3:hover, .heading i4:hover {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
	
}



.titre_menu {
    margin: -10px 0px 0px 0px
  
}

.menu > div:hover .heading img {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
}








.heading h2 span {
    color: #6A8D9D;
}

.heading h3 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
	font-family: 'Epilogue', sans-serif;
    font-size: 13.5px;
    opacity: 1;
    /*font-style: italic;
    font-weight: 300;*/
}



.close-btn {
    background: url(../images/icon/close2.png);
    z-index: 1000;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 3%;
    top: 30px;
    background-size: cover;
}


.profile-page,
.resume-page,
.portfolio-page,
.contact-page,
.mentions-page,
.clients-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.image-container {
    height: 100vh;
    position: fixed;
    padding: 0;
    overflow: hidden;
}

.main-heading {
    position: relative;
    /*top: 50%;*/
	top:-5%;
    padding-left: 50px;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
}



.main-heading h2 {
    color: #fff;
    position: relative;
    text-align: left;
	font-size: 20px;
	line-height:10px;
	font-family: 'Play', sans-serif;
}

.main-heading h2:after {
    
    position: absolute;
    top: 100%;
    left: 0;
	line-height:10px;
    font-size: 14px;
	font-family: 'Play', sans-serif;
}



.content-container2 {
    /*left: 41.666%;*/
    left:0;
    position: relative;
    padding: 0;
    background: #022567 url(../images/background/fd4.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
background-size: contain;
background-position: top left;
background-repeat: no-repeat;
background-attachment: fixed;
}







.story-content img {
    padding: 0;
    border: 0px solid #6A8D9D;
}

.story-content div h3 {
    color: #fff;
    line-height: 1;
    margin-top: 10px;
    font-size: 18px;
	padding: 5px 8px;
    font-family: 'Play', sans-serif;
}

.story-content div p {
    text-indent: 0px;
	/*text-align: justify;*/
}


.services-container {
    background: #171717;
}

.services-container h2 {
    color: #fff;
}

.services {
    text-align: center;
    padding: 15px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.services:hover {
    background: rgba( 255, 255, 255, 0.05);
}

.services i {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(255, 255, 255, 0.3);
    color: #333;
    font-size: 32px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    margin: 20px 0 10px 0;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.services:hover i {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(255, 255, 255, 0);
}
.services p,
.services h3 {
    color: #fff;
}




.education {
/*    background: url(../images/background/fd1.jpg);
    background-size: 100%;*/
    min-height: 100vh;
}



.education-container:before {
    /*background: #6A8D9D;
    content: "";
    height: 96%;
    left: 50px;
    position: absolute;
    top: 2%;
    width: 2px;*/
}

.item {
    position: relative;
    margin-bottom: 5px;
}

.education-container .bullet {
    background: #52748e;
    border: 5px solid #fff;
    border-radius: 50%;
    height: 30px;
    left: 21px;
    display: inline-block;
    position: relative;
    width: 30px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: top;
}

.education-content {
    display: inline-block;
    padding: 0 15px;
    margin-left: 15px;
    width: 88%;
}

.education-content h3 {
    background: #52748e;
    color: #fff;
    display: block;
    margin: 0;
    padding: 10px;
    position: relative;
}

.education-content h3:before {
    border-color: transparent #52748e transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    right: 100%;
    top: 5px;
}

.education-content h3 span {
    font-size: 16px;
}

.education-content p {
    padding: 15px 5px;
	text-align: justify;
}


.experience {
    /*background: #fff;*/
}

.experience h2 {
    color: #fff;
}

.experience-container {
    position: relative;
    margin-bottom: 50px;
    margin-top: 25px;
}

.experience-container:before {
    /*background: #1b94af;*/
    content: "";
    height: 96%;
    right: 50px;
    position: absolute;
    top: 2%;
    /*width: 2px;*/
}

.experience-container .bullet {
    background: #52748e;
    border: 5px solid #fff;
    border-radius: 50%;
    height: 30px;
    right: 21px;
    display: inline-block;
    position: absolute;
    width: 30px;
    vertical-align: top;
}

.experience-content {
    display: inline-block;
    padding: 0 15px;
    margin-left: 15px;
    width: 88%;
}

.experience-content h3 {
    background: #52748e;
    color: #fff;
    display: block;
    margin: 0;
    line-height: 1.42;
    padding: 10px;
    position: relative;
}

.experience-content h3:before {
    border-color: transparent transparent transparent #52748e;
    border-image: none;
    border-style: solid;
    border-width: 10px;
    content: "";
    position: absolute;
    left: 100%;
    top: 5px;
}

.experience-content h3 span {
    font-size: 16px;
}

.experience-content p {
    padding: 15px 5px;
    color: #343333;
}


.skill-container {
    text-align: center;
    padding: 20px 15px;
}

.skill {
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.skill span {
    color: #343333;
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.project-controls {
    padding: 20px 0;
    text-align: center;
}

.filter {
    background: none;
    border: 1px solid #6A8D9D;
    color: #6A8D9D;
    margin: 10px 0;
    padding: 10px 25px;
    -webkir-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.filter:hover {
    background: #6A8D9D;
    color: #fff;
}

.filter.active {
    background: #6A8D9D;
    color: #fff;
}

#projects > .mix {
    display: none;
}




.project img {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.clientimg img {
position: relative;
width: 100%;
height: 100%;
top: 0;
left: 0;
}

.project .ovrly {
    background: rgba(106, 141, 157, 0.5);
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.project .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.project .buttons a {
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    opacity: 0;
    margin: 0 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    display: block;
    line-height: 40px;
    outline: none;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    color: #343333;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.project .buttons .fa-search {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.project:hover .buttons a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.project:hover .ovrly {
    opacity: 1;
}


.pop-up-box {
    display: none;
}

.popup_content {
    max-width: 500px;
    border: 5px solid #6A8D9D;
    background: #fff;
}

.popup_content img {
    display: block;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}

.popup_content .popup-content {
    padding: 15px;
}

.popup_content h3 {
    text-align: center;
}

.popup_content a {
    border: 1px solid #6A8D9D;
    color: #6A8D9D;
    display: block;
    width: 150px;
    margin: 30px auto;
    padding: 10px 25px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.popup_content a:hover {
    background: #6A8D9D;
    color: #fff;
}


.testimonials {
    background: #6A8D9D;
}

.testimonials h2 {
    color: #fff;
}

.testimonials-container {
    padding: 20px;
}

.testimonials-container div div p {
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.testimonials-container div div p i {
    margin: 0 5px;
}

.testimonials-container div div h3 {
    font-style: italic;
    color: #fff;
    text-align: center;
}


.contact-form {
    float: none;
    margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #6A8D9D;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
    height: 40px;
    margin: 10px 0;
    padding: 5px 10px;
    background: #f5f5f5;
    width: 100%;
}

.contact-form textarea {
    height: 300px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-style: italic;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-style: italic;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-style: italic;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-style: italic;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form input:hover,
.contact-form textarea:hover {
    box-shadow: 0px 0px 3px 0px #6A8D9D;
}

.contact-form button {
    background: none;
    border-radius: 2px;
    border: 1px solid #6A8D9D;
    color: #6A8D9D;
    margin: 10px 0;
    padding: 10px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form button:hover {
    background: #6A8D9D;
    color: #fff;
}

.error, .success {
	display: none;
}

.error h3,
.success h3 {
    border-radius: 2px;
    display: block;
    margin: 10px 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.error h3 {
    color: #c9302c;
    border: 1px solid #c9302c;
}

.success h3 {
    color: #449d44;
    border: 1px solid #449d44;
}

.google-map {
    width: 100%;
    height: 700px;
}

/* ( b )  Contact Details */

.contact {
    padding: 20px;
    height: 155px;
}

.contact p {
    text-align: center;
}

.contact p i {
    font-size: 25px;
    margin: 20px 0;
}

.contact-details .social-media {
    margin: 0;
    padding: 20px 0;
}

.contact-details .social-media a {
    background: #343333 none repeat scroll 0 0;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 50px;
    margin: 0 5px;
    font-size: 18px;
}

.contact-details .social-media a + .tooltip > .tooltip-inner {
    background-color: #343333;
    color: #6A8D9D;
    font-size: 16px;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
    border: 0 none;
}

.contact-details .social-media a + .tooltip > .tooltip-arrow {
    border-top-color: #343333;
}


.contact-form {
    float: none;
    margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
    border: 1px solid #6A8D9D;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
    height: 40px;
    margin: 10px 0;
    padding: 5px 10px;
    background: #f5f5f5;
    width: 100%;
}

.contact-form textarea {
    height: 300px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    font-style: italic;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    font-style: italic;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-style: italic;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    font-style: italic;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form input:hover,
.contact-form textarea:hover {
    box-shadow: 0px 0px 3px 0px #6A8D9D;
}

.contact-form button {
    background: none;
    border-radius: 2px;
    border: 1px solid #6A8D9D;
    color: #6A8D9D;
    margin: 10px 0;
    padding: 10px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form button:hover {
    background: #6A8D9D;
    color: #fff;
}

.error, .success {
	display: none;
}

.error h3,
.success h3 {
    border-radius: 2px;
    display: block;
    margin: 10px 0;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}

.error h3 {
    color: #c9302c;
    border: 1px solid #c9302c;
}

.success h3 {
    color: #449d44;
    border: 1px solid #449d44;
}

.google-map {
    width: 100%;
    height: 700px;
}


.contact {
    padding: 20px;
    height: 155px;
}

.contact p {
    text-align: center;
}

.contact p i {
    font-size: 25px;
    margin: 20px 0;
}

.contact-details .social-media {
    margin: 0;
    padding: 20px 0;
}

.contact-details .social-media a {
    background: #343333 none repeat scroll 0 0;
    border-radius: 50%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 50px;
    margin: 0 5px;
    font-size: 18px;
}

.contact-details .social-media a + .tooltip > .tooltip-inner {
    background-color: #343333;
    color: #6A8D9D;
    font-size: 16px;
    padding: 3px 10px 5px 10px;
    border-radius: 2px;
    border: 0 none;
}

.contact-details .social-media a + .tooltip > .tooltip-arrow {
    border-top-color: #343333;
}


.ico {
	margin:5% 0%;
}

.ico2 {
	margin:5% 0% 0% 0%;
}

.footer {
    background: none;
    padding: 3rem 6rem;
}

.footer2 {
    background: none;
    padding: 10px 10px 20px 10px;
}

.footer3 {
    background: none;
    padding: 10px 10px 20px 10px;
}

.footer a, .infofoot {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    float: left;
}

.footer3 a, .infofoot {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    float: left;
	font-family: 'Play', sans-serif;
}





.footer3 p {
    /*line-height: 1;*/
    color: #333;
    float: right;
	font-family: 'Play', sans-serif;
    margin: 0;
	margin-top: 2.5px;
}

.footer2 p {
    /*line-height: 1;*/
    color: #333;
    float: right;
	font-family: 'Play', sans-serif;
    margin: 0;
	margin-top: -15px;
}


