/*--------------------
-----Main Styles------
----------------------*/
html,
body {
  height: 100%;
  margin: 0;
}

body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 18px;
  color: #3a3c4a;
  font-weight: 300;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin: 0 0 20px;
}

p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}

.lead {
  font-size: 20px;
  line-height: 28px;
  font-weight: 100;
  letter-spacing: 0.02em;
  margin-top: 40px;
  margin-bottom: 40px;
}

a,
a:hover,
a:focus {
  outline: none !important;
  text-decoration: none;
}

a {
  color: #38a5db;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #38a5db;
  text-decoration: none;
}

a:focus,
.btn:focus {
  outline: none;
}

.color-bg a {
  color: #fff;
  text-decoration: underline;
}

.color-bg a:hover,
.color-bg a:focus {
  color: #fff;
  text-decoration: none;
}

.primary {
  color: #38a5db;
}

/*----------------------
---Main Layout Styles---
------------------------*/
.img-center {
  margin: 0 auto;
}

.padding-top-bottom {
  padding: 100px 0;
}

.padding-top {
  padding: 100px 0 0;
}

.navbar {
  margin: 0;
  border-radius: 0;
}

.section-header {
  margin-bottom: 80px;
}

.section-header h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/*------------------
----- Buttons ------
--------------------*/

.btn-pill {
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  padding: 10px 30px;
  display: inline-block;
  margin: 20px 0;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 28px;
  height: 52px;
  outline: none;
  position: relative;
  background: #38a5db;
  color: #fff;
  box-shadow: none;
  border-radius: 52px;
  opacity: 0.8;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.btn-pill:hover,
.btn-pill:focus,
.btn-pill:active {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.btn-pill.white {
  background: transparent;
  border: 2px solid #fff;
  box-shadow: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  text-decoration: none;
}

.btn-pill.white:hover,
.btn-pill.white:focus,
.btn-pill.white:active {
  top: 0;
  text-decoration: none;
}

.btn-pill.icon-left [class*='fa'] {
  margin-right: 10px;
}

.btn-pill.icon-right [class*='fa'] {
  margin-left: 10px;
}

/*----------------
----- Colors -----
------------------*/

.white-bg {
  background: #fff;
}

.gray-bg {
  background: #f2f2f2;
}

.color-bg {
  background: #38a5db;
}

.dark-bg {
  background: #1d2026;
}

.light-typo {
  color: #fff;
}

.color-bg.light-typo .section-title:after {
  background: #fff;
}

/*----------------------
----Navigation Styles---
------------------------*/
#main-nav .navbar-toggle {
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

#main-nav .icon-bar {
  background: #fff;
}

.navbar-nav {
  float: none;
  text-align: center;
}

#main-nav .navbar-nav li {
  display: inline-block;
  float: none;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:active,
.navbar-brand:focus {
  position: relative;
  padding: 0 10px;
  font-size: 42px;
  line-height: 54px;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
  color: #777;
  font-variant: small-caps;
  height: auto;
  letter-spacing: 0.02em;
  -webkit-transition: font-size 0.2s ease-out;
  transition: font-size 0.2s ease-out;
  overflow: hidden;
}

#main-nav {
  background: transparent;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  padding-bottom: 5px;
}

#main-nav .navbar-toggle {
  color: #777;
  border-color: #777;
}

#main-nav .navbar-toggle .icon-bar {
  background: #777;
}

#main-nav .container {
  padding: 15px 0;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}

#main-nav.scrolled:not(.links-page-nav) {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#main-nav.scrolled.links-page-nav {
  background: #1d2026;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#main-nav.scrolled.links-page-nav a {
  color: #d1d2db !important;
}

#main-nav.scrolled:not(.links-page-nav) .container {
  padding: 0;
}

#main-nav .nav a {
  position: relative;
  z-index: 1;
}

#main-nav .nav a,
#main-nav .nav a:active,
#main-nav .nav a:hover {
  padding: 0px 5px;
  font-size: 15px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
}

#main-nav.links-page-nav a,
#main-nav.links-page-nav a:active,
#main-nav.links-page-nav a:hover {
  color: inherit;
}

#main-nav.scrolled .nav a {
  color: inherit;
}

#main-nav li {
  background: transparent;
  margin: 0 20px;
  opacity: 0.7;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#main-nav .nav li.active,
#main-nav .nav li:hover {
  opacity: 1;
}
#main-nav .dropdown-menu a {
  font-size: 14px;
}

#main-nav .nav a:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 25%;
  content: '';
  width: 50%;
  height: 3px;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#main-nav.links-page-nav .nav a:before {
  background: #3a3c4a;
}

#main-nav.scrolled .nav a:before {
  background: #3a3c4a;
}

#main-nav .nav a:hover:before,
#main-nav .nav .active a:before {
  bottom: 10px;
  opacity: 1;
}

.no-csstransforms #main-nav .nav a:before {
  display: none;
}

#main-nav #logo {
  opacity: 1;
  vertical-align: middle;
}

#main-nav #logo h1 {
  font-size: 44px;
  font-weight: 600;
  -webkit-transition: font-size 0.3s ease-out;
  transition: font-size 0.3s ease-out;
  margin-bottom: 0;
  margin-top: 10px;
}

#main-nav #logo span {
  font-size: 90%;
  position: relative;
  top: 15px;
}

#main-nav.scrolled #logo h1 {
  font-size: 38px;
  margin-top: 15px;
}

#main-nav .nav #logo a:before {
  display: none;
}

#main-nav.scrolled .nav #logo a:hover {
  color: #38a5db;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
/*----------------------
-----Header Styles------
------------------------*/

.jumbotron {
  background: #38a5db;
  color: #fff;
  padding: 0;
  margin-bottom: 0;
  padding: 250px 0 80px;
  overflow: hidden;
}

.jumbotron .text-col {
  margin-top: 50px;
}

.jumbotron h1 {
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateX(-1000px);
  transform: translateX(-1000px);
  -webkit-transition: opacity 0.5s ease-out 0.3s, -webkit-transform 0.5s ease-out 0.3s;
  transition: opacity 0.5s ease-out 0.3s, transform 0.5s ease-out 0.3s;
}

.jumbotron h1.in {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.jumbotron p {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 30px;
  opacity: 0;
  -webkit-transform: translateY(1000px);
  transform: translateY(1000px);
  -webkit-transition: opacity 0.5s ease-out 0.8s, -webkit-transform 0.5s ease-out 0.8s;
  transition: opacity 0.5s ease-out 0.8s, transform 0.5s ease-out 0.8s;
}

.jumbotron p.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.jumbotron .imac-frame {
  display: block;
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(1000px);
  transform: translateX(1000px);
  -webkit-transition: opacity 0.5s ease-out 0.6s, -webkit-transform 0.5s ease-out 0.6s;
  transition: opacity 0.5s ease-out 0.6s, transform 0.5s ease-out 0.6s;
}

.jumbotron .imac-frame.in {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.jumbotron .imac-screen {
  background: transparent;
  display: block;
  position: absolute;
  top: 6%;
  left: 6%;
  width: 88%;
  height: 65%;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.flexslider {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  background: #38a5db;
  background-image: none;
  display: inline;
  text-indent: 0;
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  padding: 0;
  padding-left: 12px;
  margin: 0;
  margin-top: -22px;
  font-size: 42px;
  line-height: 38px;
  color: #fff;
  text-align: left;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.flex-direction-nav .flex-next {
  text-align: right;
  padding-right: 12px;
}

.flex-direction-nav a:hover,
.flex-direction-nav a:active,
.flex-direction-nav a:focus {
  text-decoration: none;
}

.flex-direction-nav a:hover {
  background: #363b46;
}

.flex-direction-nav .flex-disabled {
  display: none;
}

.flexslider:hover .flex-next {
  opacity: 1;
  right: 5px;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 5px;
}

/*----------------------
-----Services Styles----
------------------------*/
.services .item {
  text-align: center;
  margin-bottom: 30px;
}

.services .item .icon {
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.services .item h2 {
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.services .item:hover h2 {
  color: #38a5db;
}

.services .item:hover .icon {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
/*----------------------
-----Featured Project----
------------------------*/
.img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.img-wrapper img {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.img-wrapper:hover img {
  opacity: 0.6;
}

.img-wrapper .on-hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  opacity: 1;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.img-wrapper:hover .on-hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.img-wrapper .on-hover .btn {
  opacity: 1;
}

/*----------------------
-----About Styles----
------------------------*/

#about .section-header {
  margin-bottom: 40px;
}

#about img {
  margin-bottom: 40px;
  border: 15px solid transparent;
  box-shadow: 5px 3px 0 rgba(255, 255, 255, 0.6);
}

#about p {
  line-height: 28px;
}

#about .about-header {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}

.skills {
  margin-top: 60px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 50px 0;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.percent {
  display: inline-block;
  line-height: 140px;
  font-size: 38px;
  font-weight: 300;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 50%;
}

.skills h2 {
  margin: 0 0 80px;
  font-family: 'Titillium Web';
  font-size: 24px;
  font-weight: 400;
}

/*----------------------
-----Portfolio Styles----
------------------------*/
#filter-works ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
  text-align: center;
}

#filter-works ul li {
  display: inline-block;
  padding: 0;
  line-height: 24px;
  background: transparent;
  margin: 0;
  margin-left: 5px;
  margin-bottom: 10px;
}

#filter-works ul [class*='fa'] {
  margin-right: 5px;
}

#filter-works ul [class*='fa-check'] {
  position: relative;
  left: 1px;
}

#filter-works ul li a {
  display: block;
  font-size: 16px;
  line-height: 28px;
  height: 48px;
  text-transform: uppercase;
  padding: 10px 45px;
  border-radius: 48px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#filter-works ul li a,
#filter-works ul li a:active,
#filter-works ul li a:hover {
  font-weight: 300;
  background: transparent;
  color: #333;
  text-decoration: none;
  background: #fff;
}

#filter-works ul li.active a,
#filter-works ul li:hover a {
  color: #fff;
  background: #1d2026;
}

.masonry-wrapper {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

#projects-container {
  margin: 0 auto;
  visibility: hidden;
}

#projects-container .project-item {
  display: block;
  position: relative;
  margin: 0;
  width: 320px;
  margin-bottom: 25px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: hidden;
}

#projects-container .project-item.filtered {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  filter: alpha(opacity=0);
}

.project-item:hover {
  cursor: pointer;
}

.project-item img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.project-item:hover img {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.project-item .hover-mask {
  position: absolute;
  padding: 0;
  padding-left: 50px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1d2026;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.project-item:hover .hover-mask {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.project-item .hover-mask .project-title {
  color: #fff;
  margin: 30px 0 0;
  padding: 10px;
  font-family: 'Titillium Web', sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.project-item .hover-mask p {
  color: #38a5db;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.project-item .hover-mask:after {
  display: block;
  position: absolute;
  content: '\f061';
  font-family: 'FontAwesome';
  bottom: 20px;
  left: 175px;
  color: #fff;
}

.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
  -moz-transition-duration: 0.7s;
  -ms-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  transition-duration: 0.7s;

  transition-timing-function: ease-in-out;
}

.masonry {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top, -webkit-transform, opacity;
  -moz-transition-property: left, right, top, -moz-transform, opacity;
  -ms-transition-property: left, right, top, -ms-transform, opacity;
  -o-transition-property: left, right, top, -o-transform, opacity;
  transition-property: left, right, top, transform, opacity;
}

/*--------------------------
----Project Modal Styles----
----------------------------*/

.fade.modal {
  overflow-x: hidden;
}

.modal.fade .modal-dialog {
  -webkit-transform: translateY(2000px);
  -moz-transform: translateY(2000px);
  -ms-transform: translateY(2000px);
  transform: translateY(2000px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.5s;
}

.modal.in .modal-dialog {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.modal-backdrop {
  background-color: #1d2026;
}

.modal-backdrop.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.modal-dialog {
  width: 100%;
  padding: 0;
  margin: 0;
}

.modal-content {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
}

.modal-header {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 40px;
  background: #38a5db;
  color: #fff;
  border: none;
  text-align: center;
}

#hdr-title {
  margin-bottom: 40px;
}

#project-modal .close {
  float: none;
  font-size: 52px;
  line-height: 52px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 30px;
  opacity: 1;
  color: inherit;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#project-modal .close:hover {
  opacity: 0.8;
}

.modal-body {
  margin: 0;
  padding: 60px 0 20px;
}

.modal-body .project-descr {
  margin: 0 0 24px;
}

.modal-header .loader {
  position: absolute;
  left: 50%;
  top: 0;
  margin-top: 32%;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background: url('https://s3-us-west-1.amazonaws.com/chris-seckler-portfolio-site/assets/images/loader.gif') no-repeat
    50% 50%;
  z-index: 1;
}

.modal-header .image-wrapper {
  position: relative;
  overflow: hidden;
}

.modal-header .screen {
  box-sizing: padding-box;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10.5%;
  width: 100%;
  height: auto;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0.7s;
  transition: all 0.5s ease-out 0.7s;
}

.modal-header .screen.done {
  opacity: 1;
}

#project-sidebar {
  margin-bottom: 40px;
}

#project-sidebar p {
  margin-bottom: 10px;
}

#sdbr-descr {
  margin-top: 30px;
}

#sdbr-category:before {
  display: inline-block;
  width: 20px;
  content: '\f115';
  font-family: 'Fontawesome';
  margin-right: 10px;
}

#sdbr-date:before {
  display: inline-block;
  width: 20px;
  content: '\f073';
  font-family: 'Fontawesome';
  margin-right: 10px;
}

#sdbr-client:before {
  display: inline-block;
  width: 20px;
  content: '\f1ad';
  font-family: 'Fontawesome';
  margin-right: 10px;
}

#sdbr-role:before {
  display: inline-block;
  width: 20px;
  content: '\f007';
  font-family: 'Fontawesome';
  margin-right: 10px;
}

#sdbr-link:before {
  display: inline-block;
  width: 20px;
  content: '\f0ac';
  font-family: 'Fontawesome';
  position: absolute;
}

#sdbr-link a,
#sdbr-link span {
  margin-left: 30px;
  display: inline-block;
}
/*----------------------
-----Dribbble Styles----
------------------------*/
.dribbble-button {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.dribbble-button a {
  display: block;
  color: #fff;
  background: #38a5db;
  text-decoration: none;
  padding: 25px 0;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.dribbble-button a:hover {
  background: #f06096;
}

#dribbble .row {
  margin: 0;
}

#dribbble [class*='col'] {
  padding: 0;
}

#dribbble a {
  display: block;
  overflow: hidden;
}

#dribbble a img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#dribbble a:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/*----------------------
-----Contact Styles-----
------------------------*/
#contact {
  padding-bottom: 40px;
}

#contact .section-header p {
  opacity: 0.6;
}

.bl_form {
  margin: 0 0 40px;
}

.bl_form input,
.bl_form textarea {
  padding-top: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border: none;
  color: white;
  height: 44px;
  max-height: 44px;
  min-height: 44px;
  width: 207px;
  max-width: 207px;
  min-width: 207px;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 16px;
  outline: none;
  vertical-align: middle;
}

.lb_wrap .lb_label.top,
.lb_wrap .lb_label.bottom {
  left: 15px !important;
  z-index: 1;
}

.lb_wrap .lb_label.left {
  left: 0;
  z-index: 1;
}

.lb_label {
  font-weight: bold;
  color: #999;
  z-index: 1;
}

.lb_label.active {
  color: #fff;
  z-index: 1;
}

.no-placeholder .lb_label {
  display: none;
}

#contact .btn {
  margin-left: 3px;
}

#contact-form .field-wrap {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 60px;
}

#contact-form .field-wrap .error-message {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #38a5db;
}

#contact-form .field-wrap .control-label {
  display: none;
  position: absolute;
  top: -30px;
  left: 15px;
}

#contact-form.no-placeholder .field-wrap .control-label {
  display: inline-block;
}

/*=========================*/
/* 4.6 Experience Section */
/*=======================*/
.experience-container {
  position: relative;
  margin-top: 96px;
  color: #666666;
}

.timeline-stroke {
  width: 2px;
  height: 100%;
  position: absolute;
  left: 90px;
  background-color: #e5e5e5;
  top: 0px;
  z-index: 50;
}

.ex-hightlight ul {
  margin: 0px;
  padding: 0px;
}

.ex-hightlight ul li {
  display: inline-block;
  list-style: none;
  float: left;
}

.ex-hightlight ul li.yrs-ex {
  width: 180px;
  height: 180px;
  background-color: #fff;
  line-height: 170px;
  font-size: 100px;
  text-align: center;
  position: relative;
  z-index: 100;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: #e5e5e5 2px solid;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.yrs-ex.outline-outward:before {
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: #fff 5px solid;
}

.ex-hightlight ul li.ex-inro {
  width: 61%;
  margin-left: 24px;
  min-height: 180px;
  position: relative;
}

.light-typo .ex-inro {
  color: #fff;
}

.ex-details {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.ex-details p {
  margin-top: 24px;
}

.ex-hightlight ul li.ex-inro h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
}

.job-list-item {
  margin: 48px 0px;
  display: table;
  width: 100%;
}

.job-list-item > ul {
  margin: 0px;
  padding: 0px;
}

.job-list-item > ul > li {
  display: table-cell;
  list-style: none;
  vertical-align: middle;
}

.job-list-item > ul > li:nth-of-type(2) {
  width: 100%;
}

.job-list-item .job-date {
  width: 180px;
  background-color: #fff;
  border: #eee 1px solid;
  padding: 12px;
  text-align: center;
  position: relative;
  z-index: 100;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}

.job-list-item .job-date:hover {
  background-color: #267094;
  color: #fff;
  border: #267094 1px solid;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  transition: all 100ms linear;
}

.job-list-item .job-date span {
  display: block;
}

.job-list-item .job-description {
  margin-left: 24px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: #eee 1px solid;
  position: relative;
}

.job-description:after,
.job-description:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.job-description:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 10px;
  margin-top: -10px;
}

.job-description:before {
  border-color: rgba(238, 238, 238, 0);
  border-right-color: #e5e5e5;
  border-width: 11px;
  margin-top: -11px;
}

.job-identy-title {
  margin-top: 0;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 15px;
  color: #444;
}

.job-identy-title span {
  display: block;
  font-size: 21px;
  line-height: 24px;
  margin-top: 3px;
}

.job-details {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.job-description-container {
  display: table;
}

.job-brand {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-right: #eee 1px solid;
}

.job-brand-container {
  padding-left: 24px;
  padding-right: 24px;
  width: 180px;
}

.job-details-container {
  padding: 20px 24px 24px 24px;
}

.job-details-container p {
  margin-bottom: 0px;
}

.job-details-container ul {
  margin-bottom: 0px;
  list-style-type: disc;
  padding-left: 20px;
}

.job-details-container ul li {
  margin-bottom: 5px;
}

.job-details-container ul li:last-child {
  margin-bottom: 0;
}

.storke-finish {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #ccc;
  position: absolute;
  bottom: -2px;
  left: -4px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.job-ribbon {
  position: relative;
  background: #267094;
  height: 39px;
  margin-top: 24px;
  left: -1px;
  display: inline-block;
}

.job-ribbon:after {
  border-style: solid;
  height: 0;
  width: 0;
  display: block;
  content: '';
  position: absolute;
  /* border-width: 13px; */
}

.job-ribbon:before,
.job-ribbon:after {
  border-color: #267094 transparent;
  top: 0;
  /* left: 180px; */
}

.job-ribbon:after {
  right: -19px;
  border-width: 19px 19px 20px 0;
}

.job-ribbon span {
  display: inline-block;
  padding: 0px 12px;
  height: 36px;
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.job-ribbon i {
  margin-right: 8px;
  font-size: 19px;
  position: relative;
  top: 2px;
}

/*----------------------
-----Footer Styles------
------------------------*/

#main-footer p {
  font-size: 16px;
  /*line-height:40px;*/
}

#main-footer hr {
  margin-top: 0;
  border-color: #19191d;
}

.social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.social-links li {
  display: inline-block;
  margin: 0 5px;
  border-radius: 3px;
  box-shadow: 0 4px 0 transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social-links li a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.social-links li a:hover {
  color: #fff;
  background: #38a5db;
}

.footer-quote {
  color: #666666;
}

#links-mention {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 24px 0;
}

/*------------------------
---Scrolling animations---
-------------------------*/

.scrollimation.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.scrollimation.fade-in.in {
  opacity: 1;
}

.scrollimation.scale-in {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
  transition: transform 0.6s cubic-bezier(0.17, 0.89, 0.67, 1.57), opacity 0.6s ease-out;
}

.scrollimation.scale-in.in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.scrollimation.fade-right {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.scrollimation.fade-right.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-left {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.scrollimation.fade-left.in {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.scrollimation.fade-up {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease-in;
  transition: transform 0.4s ease-out, opacity 0.4s ease-in-out;
}

.scrollimation.fade-up.in {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.scrollimation.d1 {
  transition-delay: 0.2s;
}

.scrollimation.d2 {
  transition-delay: 0.4s;
}

.scrollimation.d3 {
  transition-delay: 0.6s;
}

.scrollimation.d4 {
  transition-delay: 0.8s;
}

.touch .scrollimation.fade-in {
  opacity: 1;
}

.touch .scrollimation.scale-in {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.touch .scrollimation.fade-right {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-left {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.touch .scrollimation.fade-up {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*----------------------
-----Media Queries------
------------------------*/
@media (max-width: 767px) {
  .jumbotron {
    padding: 180px 0 80px;
  }

  .navbar {
    padding: 0 20px;
  }

  #main-nav {
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  }

  #main-nav .navbar-nav li {
    display: block;
    text-align: center;
  }

  #main-nav .nav a:before {
    display: none;
  }

  #main-nav .navbar-nav #logo {
    display: none;
  }

  #main-nav .nav a {
    color: inherit;
    transition: color 0.2s ease-out;
  }

  #main-nav .nav .active a,
  #main-nav .nav a:hover {
    color: #38a5db;
  }

  .jumbotron .text-col {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
  }

  #main-footer [class*='row'],
  #main-footer .text-right {
    text-align: center;
  }

  .section-header h1 {
    font-size: 38px;
  }

  #about-header-right {
    margin-top: 40px;
  }

  .ex-hightlight ul li.ex-inro {
    width: 100%;
    margin-left: 0px;
    top: 35px;
    background: #fff;
    z-index: 100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  .light-typo .ex-inro {
    color: #666666;
  }

  .ex-hightlight ul li.ex-inro h2 {
    font-size: 30px;
  }

  .ex-details {
    padding: 12px 24px;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }

  .job-list-item {
    display: block;
  }

  .job-list-item > ul > li {
    display: block;
  }

  .job-list-item .job-date {
    width: 180px;
    margin: 0px auto 24px auto;
  }

  .job-list-item .job-description {
    margin-left: 0px;
    z-index: 100;
  }

  .job-description:after,
  .job-description:before {
    top: -11px;
    left: 50%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .job-description:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 11px;
    margin-left: -11px;
  }

  .job-description:before {
    border-color: rgba(229, 229, 229, 0);
    border-bottom-color: #eeeeee;
    border-width: 11px;
    margin-left: -11px;
  }

  .job-brand {
    display: block;
  }

  .job-details {
    display: block;
  }

  .job-brand-container {
    padding-left: 0px;
    padding-right: 0px;
    margin: auto;
    padding-top: 25px;
  }

  .job-identy-title {
    font-size: 30px;
    line-height: 34px;
  }

  .job-identy-title span {
    font-size: 19px;
    line-height: 24px;
    margin-top: 0px;
  }

  .ex-hightlight ul li.yrs-ex {
    left: 50%;
    margin-left: -90px;
  }

  .timeline-stroke {
    left: 50%;
    height: 102%;
    width: 1px;
  }

  .footer-quote em {
    display: block;
  }
}

@media (max-width: 991px) {
  #main-nav li {
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .jumbotron {
    min-height: 660px;
  }
}

.links-section {
  margin-top: 147px;
  padding: 60px 24px;
  background-color: #f9f9f9;
  text-align: center;
  box-sizing: border-box;
  height: 100%;
}

.links {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 items per row max */
  gap: 32px; /* Fixed gap of 32px */
  justify-content: center; /* Center the grid items */
  /* padding: 32px; */
  max-width: 1100px; /* Set a maximum width for the container */
  margin: 0 auto; /* Center the container within the viewport */
  box-sizing: border-box;
}

.links-section .link-item {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  max-width: 350px;
  width: 100%;
}

.links-section .link-title {
  color: rgb(58, 60, 74);
  margin: 0;
}

.links-section .link-description {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.links-section .link-image {
  border-radius: 5px;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
  width: 100%;
  display: block;
  height: 200px;
  object-fit: cover;
  object-position: top;
}

.links-section .link-item:hover .link-image,
.colorful {
  filter: grayscale(0%) !important;
}

.link-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5px;
}

/* Media query for screens below 840px width */
@media (max-width: 767px) {
  .links-section {
    margin-top: 90px;
  }

  .links {
    grid-template-columns: repeat(2, 1fr); /* Switch to 2 items per row */
  }
}

/* Media query for screens below 560px width */
@media (max-width: 480px) {
  .links {
    grid-template-columns: 1fr; /* 1 item per row */
    gap: 16px;
  }

  .links-section .link-item {
    max-width: none;
  }
}

.error-message-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap: 30px;
}

.page-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main {
  width: 100%;
}
