/* Body 
------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Poppins:wght@400&display=swap');


/*.q {
  background: linear-gradient(130deg, rgba(53,21,182,1) 0%, rgba(92,43,143,1) 35%, rgba(228,0,104,1) 100%)!important;

    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
}*/

.light {
  
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 20%);

}

body {
    background: #00A455;
    background: linear-gradient(90deg, rgba(0, 164, 85, 1) 0%, rgba(0, 113, 59, 1) 50%, rgba(1, 46, 23, 1) 100%); 
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-size: 15px;
    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; }


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

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

h1 {
  font-family: 'Poppins', sans-serif;
  color: #f2f2f2;
  font-size: 3.6rem;
  line-height: 4.2rem;
}

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

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

.about h3{
  color: #FCDE5A;
}

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

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


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

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

a {
  color: #FCDE5A;
  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;
}

a:hover,
a:focus {
  color: #a68f60;
  text-decoration: underline;
  outline: 0;  
  -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%;
}

img:{ background:transparent; }

::-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 {
  border-radius: 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 14px; 
  font-weight: bold;
  letter-spacing: 1px; 
  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: #B40267; 
  background: #fff;
  /*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:#f2f2f2; border:none; color: #3515B6; box-shadow: 0 0.5em 0.5em -0.4em #5E5B69; transform: translateY(-0.25em); }

.btn-primary { background-color: #C8AA60; background: #C8AA60; color: #fff; padding: 1rem 3rem; border: none;}
.btn-primary:hover { background:#333; }


.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;
  background: transparent;
}

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: #373345;
  font-size: 24px;
  font-weight: 700;
  opacity: 1;
  text-decoration: none;
}

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

.brand h2 {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  margin: 1rem 0;
  letter-spacing: normal;

}

.brand h2:hover {
  color: #a68f60;

}

.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: #f2f2f2;
    font-size: 16px;
    font-family: 'Poppins';
    letter-spacing: 1px;
}

#menu-right li a:hover {
    background:none;
    color:#FCDE5A;
    border-bottom: 2px solid #FCDE5A;;
}

@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: url('../images/main-bg.png');
  /*background: #F69CA0;*/

  background-size: cover;
  background-position: bottom;
}

.main-bg, .services-bg p {
  color: #fff;
}

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


/* header section styles
/* ========================================== */
#header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 0px!important;
  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/main-bg.png') no-repeat;
  /*background-image: radial-gradient(circle farthest-corner at 50% 50%, #8ea5a0, rgba(142, 165, 160, 0) 71%);
  background: rgb(53,21,182);
background: linear-gradient(130deg, rgba(53,21,182,1) 0%, rgba(92,43,143,1) 35%, rgba(228,0,104,1) 100%);*/
  height: 60vh !important;
  min-height: 620px;
  padding-top: 150px !important;
}
.header-two {
  background: url('../images/treatment.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;
}

.mint-bg{
  background-color: #F3F6F5;
  padding: 2rem 1rem;
}

.beige-bg{
    background: url('../images/beige-bg.png') no-repeat;
}

/* Lead section styles
/* ========================================== */
#lead { padding-top: 3rem; }
.lead-content { padding: 2rem 5rem; }
.lead-container { background:#F5F4F2; }
#lead p { color:#373345; font-size: 0.9rem; }
#lead h1 { font-family: 'Poppins', sans-serif; color: #A68F60; font-size: 2rem; font-weight: normal; text-transform: unset; letter-spacing: 0.1rem;}
#lead h2 { font-family: 'Poppins', sans-serif; color: #A68F60; font-size: 1.2rem; font-weight: normal; margin-top:0px; text-transform: unset; line-height: 1.3; }
.lead-gold { color: #FCDE5A; font-size: 2rem; font-weight: bold; }
.lead-black { color: #fff; font-size: 2rem; font-weight: bold; line-height: 1;}
.badge-primary { background-color: #A68F60; }
.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-trello { background-color: #007AC5; }

/* 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;
}

#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;
} 

#portfolio .portfolio-thumb .portfolio-overlay {
  background: #EFEDEA;
  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;
}

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

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

.filter-wrapper li a {
    color: #373345;
    font-size: 13px;
    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: #373345 !important;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  background: #373345;
  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
/* ========================================== */
#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-top: 2rem;
  padding-bottom: 4rem;
  height:100vh;
  width:100vw;
  background:linear-gradient(30deg, #6D7A9B, #EBE4E4 50%, white 90%, white);
  background: #EBE4E4;*/
  
}

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

#about img {
  border-radius: 50%;
  width: 240px;
  border: 8px solid #EBE4E4;
}

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

blockquote {
  font-family: 'Poppins', sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  border-left: 8px solid #FCDE5A;
}

#about p { color: #eee; }

.about-bg {
  background: #373345;
  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: #373345;
  font-size: 1.6rem;
}

.fa-heart { color: #EBE4E4; }

.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 {
    background-color: #F69CA0;
  }

  .panel-default>.panel-heading {
    background-color: #F69CA0;
    color: #FFD9DB;
    border-color: #FFD9DB;
    font-weight: 700;
  }

  .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 {
  padding: 0 2rem;
}

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

}

.services h2 {
  color: #343D46;
  font-size: 2.2rem;
}

.services .fa {
  color: #C0C5CE;
}

.services-bg {
  background: #EDEEF0;
  /*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: 1rem;
  background: #C8AA60;
  border-color: #C8AA60;
  color: #ffffff;
  font-size: 14px;
  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;
}

#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: "Poppins", 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 {
  padding-top: 1rem;
  text-align: center;
  background: #000002;
}

footer p { font-size: 12px; color:#f2f2f2; }

.footer-bg { 
  margin-top: -15px;
  padding: 2rem 0;
  }

.footer-cont-bg { background-color: #000002; }

footer ul { list-style: none; text-align: left;}

footer  a {
  color: #f2f2f2;
}

/* 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%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #333;
}

.well {
    background-color: transparent;
    border: 1px solid #EFEDEA;
    width: 90%;
}

.treat img {
  display: inline-block;
  width: 75px;
}

.treat div:hover { text-decoration:underline; }

/* 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: 13px;
  }

  .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;  }
}