body {
    font-family: 'Lato', sans-serif;
    -webkit-overflow-scrolling: touch;
}
::-moz-selection{
    background-color: #ff0dff;
    color: #ffffff;
}
::selection{
    background-color: #ff0dff;
    color: #ffffff;
}
p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.form-group label {
    margin-bottom: 20px;
    color: #a1a1a1;
    font-weight: 400;
}

header {
    background-image: url(../img/bg-header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
    color: #ffffff;
    
    padding-bottom: 50px;
    padding-top: 50px;
}
.menu {
    width: 100%;
    height: 75px;
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
}
.light-menu {
    width: 100%;
    height: 75px;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
}

h1,h2,h3,h4,h5 {
    font-weight: 300;
}

#service {
    background-color: #ffffff;
    
    padding-bottom: 50px;
    padding-top: 50px;
    
    text-align: center;
}
#service h1 {
    text-align: center;
}
#service h3 {
    font-weight: 400;
}

#about {
    background-color: #ebebeb;
}
#about img {
  max-width: 100%;
}

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters [class^="col-"],
.row.no-gutters [class*=" col-"]{
   padding-right: 0;
   padding-left: 0;
}
#about .flex-col {
    padding: 90px 70px;
}

#process {
    padding-bottom: 50px;
    padding-top: 50px;
}

#head-whoweare {
    padding-bottom: 50px;
    padding-top: 50px;
}
#whoweare {
    background-image: url(../img/bg-few.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
    padding-bottom: 70px;
    padding-top: 70px;
}
.few-words {
    padding: 40px;
    background-color: #ffffff;
}

#purpose {
    padding-bottom: 50px;
    padding-top: 50px;
}

#team {
    padding-bottom: 50px;
    padding-top: 50px;
}
.customNavigation{
  text-align: center;
    margin-bottom: 30px;
}
.customNavigation a{
    color: #959595;
    padding: 10px 8px;
    background-color: #ebebeb;
    font-size: 12px;
    
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition: 0.3s;
}
.customNavigation a:hover{
    color: #ffffff;
    background-color: #ff0dff;
}

#client {
    padding-bottom: 50px;
    padding-top: 50px;
    
    background-color: #ffffff;
}

#partner {
    padding-bottom: 50px;
    padding-top: 50px;
    
    background-color: #ebebeb;
}
#logos .item {
    margin: 3px;
}

footer {
    padding-bottom: 50px;
    padding-top: 50px;
    
    background-color: #363636;
    color: #ffffff;
}

article {
    padding-bottom: 50px;
    padding-top: 50px;
}
article a {
    color: #ff0dff;
    
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    transition: 0.3s;
}
article a:hover {
    color: #363636;
    text-decoration: none;
}
article h2 {
    font-weight: 400;
    color: #363636;
}
article .author {
    padding-top: 20px;
}
article .blog-post {
    padding-bottom: 50px;
    padding-top: 50px;
}

#portfolio {
    padding-bottom: 50px;
    padding-top: 50px;
}
#shoop-portfolio .item {
    margin: 2px;
    margin-top: 120px;
    color: #ffffff;
}
#shoop-portfolio .item p {
    margin-bottom: 0px;
}

.swipe-icon{position:absolute;right:40px;bottom:20px;opacity:.2;background:transparent url(../img/icon/swipe-icon.png) left top no-repeat;width:44px;height:41px;z-index:200}
.swipe-icon:hover{opacity:1}
.grow img{
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
 
.grow:hover img {
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bs-menus{
background-color: green;
}



.scrollToTop{
	width:100px; 
	height:130px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: url('../img/icon/totop.png') no-repeat 0px 20px;
}
.scrollToTop:hover{
	text-decoration:none;
}


.awards {
    padding-bottom: 90px;
    padding-top: 90px;
}
.awards h1 {
    margin-bottom: 90px;
    text-align: center;
}
.awards-detail p{
    margin-top: -40px;
    text-align: center;
}