/* Body 
------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Aoboshi+One:400);
@import url(https://fonts.googleapis.com/css?family=Lustria);
@import url('https://fonts.googleapis.com/css?family=DM+Sans:400,700&display=swap');


.q {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}

.q2{
  background-color: #333338;
  border-radius: 40px;
  color: #efefef;
  padding: 40px;
  box-shadow: 0 20px 40px #999;
}

.q2 h1 {
  color: #efefef;
  font-size: 4rem;
}
.q2 p {
  color: #efefef;
}

.shadu {
  box-shadow: 0 15px 30px 7px rgb(0 0 0 / 5%);
}

.unicorn {
  background: rgb(238,174,202)!important;
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%)!important;
}

.container-large {
  width: 95%;
  background: #F6F3F3;
  margin: 0 auto;
  padding: 6rem;
}

/* skull decoration */
.skull-decoration {
  position: fixed;
  bottom: 4rem;
  left: 4rem;
  width: 40px;
  height: 40px;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

.skull-decoration::before {
  content: '🌸';
  font-size: 40px;
}

body {
    background: #fff;
    color: #4F5B66;
    font-family: 'DM Sans', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    -webkit-font-smoothing: antialiased; line-height:1.75em;
}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


.spacer2 { margin: 2rem 0; }
.spacer5 { margin: 5rem 0; }

p {
    margin: 20px 0;
}

/* Typography
------------------------------------- */

h1,h2,h3 {
  font-family: 'Lustria', serif;
  font-weight: normal;
}

h1 {
  color: #262626;
}

h2 {
    color: #262626;
    font-size: 1.4rem;
    text-transform: unset;
    line-height: 1.4;
}

h3 {
  color: #4F5B66;
  font-size: 1.2rem;
  line-height: 1.6;
}

h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

h5 {
  color: #AB9090;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}


.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px;
}

hr {
      border-top: 1px solid #ccc;
}

p {
  color: #4F5B66;
  line-height: 1.6rem;
  word-spacing: 1px;
}

a {
  color: #4F5B66;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  /*border-bottom: 4px solid #F9B7BB;*/
}

a:hover,
a:focus {
  color: #AB9090;
  outline: 0;  
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

img {
  width: 100%;
  max-width: 100%;
}

::-moz-selection { 
  color: #434C54;
  background: #EBE4E4;
}

::selection {
  color: #434C54;
  background: #EBE4E4;
}

/* Margins and Padding and Spacing */
.mt-2 { margin-top: 0.5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-5 { margin-top: 3rem !important; }
.ml-2 { margin-left: 0.5rem !important; }
.ml-3 { margin-left: 1rem !important; }
.ml-5 { margin-left: 3rem !important; }
.mr-2 { margin-right: 0.5rem !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-5 { margin-right: 3rem !important; }
.mb-2 { margin-bottom: 0.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-5 { margin-bottom: 3rem !important; }
.pt-2 { padding-top: 0.5rem !important; }
.pt-3 { padding-top: 1rem !important; }
.pt-5 { padding-top: 3rem !important; }
.pl-2 { padding-left: 0.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pl-5 { padding-left: 3rem !important; }
.pr-2 { padding-right: 0.5rem !important; }
.pr-3 { padding-right: 1rem !important; }
.pr-5 { padding-right: 3rem !important; }
.pb-2 { padding-bottom: 0.5rem !important; }
.pb-3 { padding-bottom: 1rem !important; }
.pb-5 { padding-bottom: 3rem !important; }
/* end of margins and padding and spacing */


.btn {
  font-family: 'DM Sans', sans-serif;
  font-size: 13px; 
  letter-spacing: 1px; 
  text-transform: uppercase;
  margin: 1rem 0;
  -webkit-box-shadow: 0px 13px 64px -5px rgba(102,102,102,1);
  -moz-box-shadow: 0px 13px 64px -5px rgba(102,102,102,1);
  box-shadow: 0px 13px 64px -5px rgba(102,102,102,1);
}

.btn-default { 
  color: #EBE4E4; 
  background: #333;
  /*background: linear-gradient(60deg, #5E5B69 0%, #373345 100%);
  background: -webkit-linear-gradient(60deg, #5E5B69 0%, #373345 100%);
  background: -moz-linear-gradient(60deg, #5E5B69 0%, #373345 100%); */
  border:none; 
  padding: 0.8rem 2rem; 
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
}

.btn-default:hover, .btn-default:focus, .btn-default:active { background:#222; border:none; color: #EBE4E4; box-shadow: 0 0.5em 0.5em -0.4em #5E5B69; transform: translateY(-0.25em); }

.btn-primary { background-color: #262626; background: #262626; color: #fff; border-color: #444; padding: 0.6rem 2rem; }
.btn-primary:hover { background:#040D3D; border-color: #040D3D; }


.btn-purple {
  background: #5f4b8b;
  background-image: -webkit-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: -moz-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: -ms-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: -o-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: linear-gradient(to left, #5f4b8b, #551a8b);
  color: #fff;
  padding: 0.6rem 2rem;
}

.btn-purple:hover { color: #fff; background:#5f4b8b; border-color: #5f4b8b; }


/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #111112;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }



/* navigation styles
/* ========================================== */
.nav-container,
nav {
  overflow: visible;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: #fff;
}

nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

nav a {
  color: #333333;
}

.navbar {
  background: transparent;
  max-height: 90px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.brand-logo { 
  font-size: 1.8rem; 
  margin:35px 0; 
  letter-spacing: 0.2rem; 
}

.brand {
  float: left;
  padding: 6px 0 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.brand a {
  color: #262626;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}

.brand a:hover {
  color: #AB9090;
}

.brand h2 {
  font-size: 1.2rem;
  font-family: 'Aoboshi One', serif;
  margin: 1rem 0;
  letter-spacing: 0.1rem;

}

.brand h2:hover {
  color: #AB9090;

}

.navicon {  
  position: relative;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 4px 0 0;
  margin: 0.5rem;
}

nav ul {
  display: inline-block;
}

nav ul.right {
  float: right;
  right: 0
}

#nav-menu a {
  font-weight: 300;
  font-size: 26px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}

#nav-menu li {
  list-style: none;
  padding: 6px;
}

.nav-text-light a {
  color: #ffffff;
}

.sticky .nav-text-light a {
  color: #555555;
}

.sticky nav.nav-inner .navbar {
  height: 70px;
  max-height: 70px;
  margin: 0;
  background: #ffffff;
}

.sticky nav.transparent .navbar {
  background: transparent;
}

#menu-right li a {
    color: #262626;
    font-size: 15px;
    font-family: 'DM Sans';
    letter-spacing: 1px;
}

#menu-right li a:hover {
    background:none;
    color:#AB9090;
}

@media all and (max-width: 990px) {
  .nav-text-light a {
    color: #555555;
  }
  .nav-inner {
    background: #ffffff;
  }
  .transparent {
    background: transparent;
  }
  .navicon {
    padding-right: 0px;
    margin: 0rem;
  }
  nav ul.right {
  float: left;
  }
}

a.icon {
  font-size: 32px;
  padding-right: 20px;
}

.intro-inner {  
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.close {
  font-family: inherit;
  font-size: 32px;
  font-weight: 300;
  text-shadow: none;
}
.close:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

.circle {
  width: 45px;
  height: 45px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  cursor: pointer;
  z-index: 99;
  padding: 4px 0 0;
}

.circle i {
  font-size: 36px;
  color: #111112;
}

.circle.dark {
  border-color: #292929;
}

.circle.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.large {
  height: 120px;
  width: 120px;
  margin-top: -60px;
  margin-left: -60px;
}

.circle.large:before {
  margin-top: -18px;
  margin-left: -10px;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 31.0px;
  border-color: transparent transparent transparent #ffffff;
}

.circle.large.dark:before {
  border-color: transparent transparent transparent #292929;
}

.circle.inline {
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  z-index: 0;
}

@media all and (max-width: 767px) {
  .circle.large {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  .circle.large:before {
    margin-top: -14px;
    margin-left: -8px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 25.0px;
    border-color: transparent transparent transparent #fff;
  }
}

.list-menu {
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  opacity: 0;
  z-index: -1;
}

.list-menu.reveal-modal {
  opacity: 1;
  z-index: 999999;
  visibility: visible;
}

.list-menu .ion-close-round {
  font-size: 31px;
  position: absolute;
  top: 32px;
  right: 32px;
  color: #fff;
  cursor: pointer;
}

.main-bg {
  background: #262626;
  background: url('../images/main-bg.jpg') no-repeat;
  background-size: cover;
}

.main-bg, .services-bg p {

}

.main-bg, .services-bg h5 {
  color: #AB9090;
}


/* header section styles
/* ========================================== */
#header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
}

#header .header-thumb {
  background: #ffffff;
  border: 10px solid #f9f9f9;
  padding: 62px 20px 62px 20px;
}

.header-one .header-thumb,
.header-two .header-thumb,
.header-three .header-thumb,
.header-four .header-thumb,
.header-five .header-thumb {
  padding: 32px 20px 32px 20px !important;
}

.header-one, .header-two,
.header-three, .header-four,
.header-five {
  height: 42vh !important;
  min-height: 420px;
  padding-top: 120px !important;
}

.header-one {
  background: url('../images/header-bg.jpg') no-repeat;
  height: 60vh !important;
  min-height: 520px;
  padding-top: 150px !important;
}
.header-two {
  background: url('../images/header-bg.jpg') no-repeat;
}
.header-three {
  background: url('../images/header-three-bg.jpg') no-repeat;
}
.header-four {
  background: url('../images/header-four-bg.jpg') no-repeat;
}
.header-five {
  background: url('../images/header-five-bg.jpg') no-repeat;
}


/* Lead section styles
/* ========================================== */
#lead { padding-top: 3rem; }
.lead-content { padding: 2rem 5rem; }
.lead-container { background:#F5F4F2; }
#lead p { color:#4F5B66; font-size: 1rem; }
#lead h1 { font-family: 'Aoboshi One', serif; color: #333; font-size: 2.2rem; font-weight: normal; text-transform: unset; letter-spacing: 0.1rem;}
#lead h2 { font-family: 'DM Sans', serif; color: #AB9090; font-size: 1.4rem; font-weight: normal; margin-top:0px; text-transform: unset; line-height: 1.3; }
.badge-primary { background-color: #AB9090; }
.badge-sketch { background-color: #FFA900; }
.badge-figma { background-color: #00BFFF; }
.badge-invision { background-color: #FF0063; }
.badge-adobe { background-color: #C30000; }
.badge-miro { background-color: #0A002C; }
.badge-bootstrap { background-color: #5C3882; }
.badge-wamp { background-color: #0069A4; }
.badge-userlytics { background-color: #0275bd; }

/* Competencies section styles
/* ========================================== */

#competencies { padding-top: 0rem; padding-bottom: 6rem; background:#eee; }
#competencies h2 { color: #444; text-align: center; font-size: 1.4rem; text-transform: unset; padding-bottom: 1rem; }

/* #competencies .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
} */

/* Portfolio section styles
/* ========================================== */

#portfolio {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 6rem;
  background: #F6F3F3;
}

#projects h1 {
  font-size: 2.2rem;
}

#portfolio img {
  width: 100%;
}

#portfolio .portfolio-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
  -webkit-box-shadow: 0 6px 24px rgba(0,0,0,.09);
  -moz-box-shadow: 0 6px 24px rgba(0,0,0,.09);
  box-shadow: 0 6px 24px rgba(0,0,0,.09);
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  border-radius: 8px;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #141414;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.9;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: center;
    padding: 15% 20px 20px;
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    background: #f9f9f9;
    border-radius: 100px;
    color: #141414;
    font-size: 1.3rem;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    text-decoration: none;
    margin-bottom: 4px;
}

.carousel-indicators li {
  border: 1px solid #111;
}

.carousel-indicators .active {
  background-color: #333;
}

.carousel-control {
  bottom: 6%;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:active {
  background: #262626 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background: #262626;
  color: #ffffff;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box h2 { color: #fff; }

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}

/* single project section styles
/* ========================================== */

.project {
    background: #A7A9b3;
    color: #fff;
}

.project a { color: #fff; }

.project h1 { 
  color: #fff;
  font-size: 42px;
  padding: 1.8rem 0;
}

#single-project {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#single-project .project-info {
  padding-bottom: 10px;
}

#single-project img {
  padding-top: 14px;
}

/* about section styles
/* ========================================== */
.about {
  padding: 3rem 0;
}

.about a{
  color: #AB9090;
    -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 2px solid #AB9090;
}

a:hover,
a:focus {
  color: #262626;
  outline: 0;  
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.about h1 { 
  font-size: 48px;
}

.about h2 { 
  font-size: 2rem;
}

#about .col-md-4 {
  padding-top: 16px;
  padding-bottom: 32px;
}

#about img {
  border-radius: 40%;
  border: 8px solid #c0c2c9;
}
.workshops p{
  font-size: 1.1rem;
  line-height: 2rem;
}

.me {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  background: url('../images/about-me-hover.jpg');
  background-size: cover;
  transition: all 0.8s ease;
}

.me:hover {
  background: url('../images/about-me.jpg');
  background-size: cover;
  transition: all 0.8s ease;
}

.lines {
  background: url('../images/lines.png');
  background-size: cover;
  transition: all 0.8s ease;
}


#about blockquote {
  font-family: 'Lustria', serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-top: 20px;
}

blockquote {
  font-family: 'Lustria', serif;
  font-size: 1rem;
  line-height: 1.6rem;
  border-left: 8px solid #EBE4E4;
}

#about p { color: #eee; }


.about-bg {
  background: #262626;
  background: url('../images/about-bg.jpg') #373345 repeat;
  background-size: cover;
}

.about-me-2 { 
  /*background: url('../images/about-me-2.jpg') no-repeat;
  height: fit-content;
  background-position: center;*/
  /*background: cover;*/
  padding: 5rem 0 25rem 0;
}

.about-me-2 h2 {
  color: #262626;
  font-size: 1.6rem;
}

.fa-heart { color: #EBE4E4; }

.industries p, .industries h2, .industries h3 { color: #fff!important; }

.lilac-bg {
  background: #e0d8ff;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #e0d8ff, #ffe6f7);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #e0d8ff, #ffe6f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.mobile-phones {
  background: url('../images/phones.png') transparent top right no-repeat;
  height: fit-content;
  margin-right: 8rem;

}

.purple-bg {
  background: #5f4b8b;
  background-image: -webkit-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: -moz-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: -ms-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: -o-linear-gradient(top, #5f4b8b, #551a8b);
  background-image: linear-gradient(to left, #5f4b8b, #551a8b);
  }


  .panel {
    border:none;
    border-radius: 24px;
  }

  .panel-default>.panel-heading {
    color: #4F5B66;
    background-color: transparent;
    border-color: #ddd;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.panel-body {
    padding: 40px;
}

  .list-group-item {
    background-color: #F69CA0;
    color: #fff;
    border-color: #F69CA0;
    padding: 10px 25px;
    display: inline-block;
    display: -webkit-inline-box;
  }


/* services section styles
/* ========================================== */

.services {
}

.services h5 {
  /*border-bottom: 1px solid #efefef;*/
  line-height: 3;

}

.services h2 {

  font-size: 2.2rem;
}

.services p {

  
}

.services .fa {
  color: #C0C5CE;
}

.services-bg {
  /*  background: #fff;
background: linear-gradient(108deg, #5E5B69 0%, #373345 100%);
  background: -webkit-linear-gradient(108deg, #5E5B69 0%, #373345 100%);
  background: -moz-linear-gradient(108deg, #5E5B69 0%, #373345 100%);*/

}

.services img {
  max-width: unset;
  width: unset;
}

.border-yes {
  border:1px solid #6D7A9B;
  padding: 1.4rem 0;
}

/* contact section styles
/* ========================================== */
#contact {
  padding-top: 2rem;
  padding-bottom: 0rem;
}

#contact .fa {
  font-size: 32px;
  padding-right: 10px;
}

#contact #map-canvas  {
  border: none;
  width: 100%;
  height: 300px;
  margin-top: 40px;
}

#contact .contact-form {
  padding-top: 14px;
}

#contact .form-control {
  background: transparent;
  border: 1px solid #eee;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #f0f0f0;
}

#contact textarea {min-height: 100px;}


#contact input[type='submit'] {
  border-radius: 3rem;
  background: #373345;
  border-color: #373345;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  padding: 0.8rem 1.2rem 1.8rem 0.7rem;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 13px 64px -5px rgba(102,102,102,1);
  -moz-box-shadow: 0px 13px 64px -5px rgba(102,102,102,1);
  box-shadow: 0px 13px 64px -5px rgba(102,102,102,1);
}

#contact input[type='submit']:hover {
  background: #5E5B69;
  border-color: #5E5B69;
}

.contact-submit {
	width: 50%;
}

#contact .col-md-4 {
  background: #fff;
  padding: 62px 0px 32px 42px;
  position: relative;
  bottom: -50px;
}


/* timeline section 
/* ========================================= */


.timeline-centered {
  position: relative;
  margin-bottom: 30px; }

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; }

.timeline-centered:after {
  clear: both; }

.timeline-centered:before, .timeline-centered:after {
  content: " ";
  display: table; }

.timeline-centered:after {
  clear: both; }

.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f2f3f7;
  top: 20px;
  bottom: 20px;
  margin-left: 29px; }

.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both; }

.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: #65737E;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-box-shadow: 0 0 0 5px #f2f3f7;
  -webkit-box-shadow: 0 0 0 5px #f2f3f7;
  box-shadow: 0 0 0 5px #f2f3f7;
  line-height: 40px;
  float: left; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon i {
    color: #fff; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-2 {
    background: #65737E; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-3 {
    background: #65737E; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-4 {
    background: #65737E; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-5 {
    background: #65737E; }
  .timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.color-none {
    background: #fff;
    width: 20px;
    height: 20px;
    margin-left: 10px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f2f3f7;
  padding: 1.5em;
  margin-left: 60px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f2f3f7 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 20px;
  font-family: "DM Sans", Arial, sans-serif;
  font-weight: 500; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #000; }

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .4;
  -moz-opacity: .4;
  opacity: .4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
  font-size: 16px; }



/* footer section styles
/* ========================================== */
footer {
  background: #262626;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}

footer p { font-size: 16px; color:#C0C5CE;}


/* social icon */
.social-icon {
  padding: 0;
  margin: -1rem;
}
.social-icon li {
  list-style: none;
  display: inline-block;
}
.social-icon li a {
  border: 1px solid transparent;
  color: #C0C5CE;
  font-size: 18px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  padding: 0px;
  margin-top: 14px;
  margin-right: 8px;
  margin-left: 8px;
  position: relative;
  top: 0px;
}
.social-icon li a:hover {
    border-radius: 0px;
    border: 2px solid #C0C5CE!important;
    padding: 1.9px 5px;
    border-radius:50%;
}

/* Responsive Mobile styles
/* ========================================== */

@media (min-width: 1200px) {

}

@media (max-width: 980px) {

  .intro-inner {top: 30%;}

  #contact .col-md-4 {
    padding: 62px 20px 42px 32px;
  }

  #contact .col-md-4 p {
    font-size: 12px;
  }

  #contact #map-canvas {
    margin-bottom: 60px;
  }
}


@media (max-width: 768px) {

  #header {
    margin:0;
  }

  .navicon {
    margin: 1rem;
    padding: 0;
  }

  .brand {
    padding-left: 24px;
  }

  .header-one, .header-two,
  .header-three, .header-four,
  .header-five {
    min-height: 380px;
	padding-top: 80px !important;
  }

  #about .col-md-4,
  #single-project .col-md-3 {
    padding-bottom: 32px;
  }

  .mobile-phones { margin-right: 0rem; }

  #about blockquote {
  font-size: 1.2rem;
  line-height: 2.2rem;
  margin-top: 20px;
  }

}


@media (max-width: 700px) {

  h1 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 16px;
  }

  .filter-wrapper {
    padding: 0px;
  }

  #contact {
    padding-bottom: 4rem;
  }

  #contact .col-md-4 {
    padding: 32px 20px 22px 62px;
  }
  .contact-submit {
	width: 70%;
  }

  .about-me-2 h2 {
  font-size: 1.2rem;
}

}

@media (max-width: 450px) {
  .intro-inner {top: 50%;}
  .brand-logo { text-align: left; margin-left:25px;  }
}