/*

Ultra Profile

https://templatemo.com/tm-464-ultra-profile

*/

body {
  background: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #606060;
  position: relative;
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
h1,h2,h3 { font-weight: 300; }
p { line-height: 28px; }
hr {
  border-color: #f2f2f2;
  width: 100px;
  margin-bottom: 40px;
}
.title {
  color: #303030;
  font-size: 60px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

/* START NAVIGATION */
.sticky-navigation { opacity: 0; }
.navbar-default {
  background: #fff;
  border: none;
  -webkit-box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
          box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.08);
  margin: 0;
  padding: 0;
}
.navbar-default .navbar-brand {
  color: #212227;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  height: 75px;
  padding: 0 0 0 12px;
}
.navbar-default .navbar-brand .nav-logo {
  height: 40px;
  width: auto;
  display: block;
}
.navbar-default .navbar-nav li a {
  color: #202020;
  font-size: 13px;
  font-weight: bold;
  line-height: 45px;
  letter-spacing: 1px;
}
.navbar-default .navbar-nav li a:hover { color: #eb5424; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #eb5424;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eb5424;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #eb5424;
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* END NAVIGATION */

/* START HOME */
.templatemo-home {
  position: relative;
  overflow: hidden;
  color: #5f5f5f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100vh;
}
.tm-home-bg {
  position: absolute;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  background-image: url('../images/home-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: blur(0px);
  transition: filter 0.15s ease-out;
  z-index: 0;
}
.templatemo-home > .container {
  position: relative;
  z-index: 2;
}
.tm-home-title,
 .tm-home-subtitle {
  text-transform: uppercase;
 }
.tm-home-title { font-size: 60px; }
.tm-home-subtitle {
  color: #eb5424;
  font-weight: bold;
  padding-bottom: 40px;
  letter-spacing: 2px;
}
.tm-home-textbox {
  background: rgba(0, 0, 0, 0.45);
  border-radius: 14px;
  padding: 20px 30px;
  display: inline-block;
  max-width: 100%;
}
.tm-view-more-btn {
  background: #eb5424;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  padding: 15px 50px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-view-more-btn:hover {
  background: #ffffff;
  color: #eb5424;
}
/* END HOME */

/* START WORK */
.tm-padding-top-bottom-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.tm-work-h3 {
  color: #eb5424;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
.work-wrapper {
  border: 1px solid #666;
  border-radius: 2px;
  text-align: center;
  padding: 60px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in;
}
.work-wrapper:hover {
  border-color: #eb5424;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.tm-work-jobtitle {
  color: #606060;
  font-size: 15px;
  margin: 0;
  line-height: 22px;
}
.tm-work-period {
  color: #999999;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

/* work slider (3 cards per view, arrows + dots when more) */
.tm-work-slider {
  position: relative;
  clear: both;
  width: 100%;
  padding: 0 52px;
}
.tm-work-viewport {
  overflow: hidden;
  padding: 10px 0 26px;
}
.tm-work-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
          transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.tm-work-slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .tm-work-slide {
    -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.tm-work-slide .work-wrapper {
  width: 100%;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tm-work-slide .work-wrapper .tm-work-period { margin-top: auto; }
.tm-work-slide .work-wrapper hr { margin-bottom: 20px; }
.tm-work-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #606060;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  box-shadow: 0 4px 14px rgba(33, 34, 39, 0.18);
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.tm-work-nav:hover:not(:disabled),
.tm-work-nav:focus:not(:disabled) {
  background: #eb5424;
  color: #ffffff;
  outline: none;
}
.tm-work-nav:disabled {
  opacity: 0.35;
  cursor: default;
}
.tm-work-nav-prev { left: 0; }
.tm-work-nav-next { right: 0; }
.tm-work-dots { text-align: center; }
.tm-work-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: #dddddd;
  margin: 0 5px;
  padding: 0;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.tm-work-dot:hover { background: #f2a583; }
.tm-work-dot.active { background: #eb5424; width: 26px; }
/* END WORK */

/* START WORK POPUP */
/* freeze the page while the popup is open; html keeps its scrollbar to avoid layout shift */
html.tm-scroll-lock { overflow-y: scroll; }
body.tm-scroll-lock {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}
.tm-work-modal .modal-dialog {
  position: relative;
  top: 50%;
  margin: 0 auto;
  max-width: 600px;
  width: calc(100% - 32px);
}
.tm-work-modal.fade .modal-dialog {
  -webkit-transform: translateY(-50%) translateY(28px) scale(0.96);
          transform: translateY(-50%) translateY(28px) scale(0.96);
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
          transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.tm-work-modal.in .modal-dialog {
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  opacity: 1;
}
.tm-work-modal .modal-content {
  position: relative;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 64px);
  box-shadow: 0 8px 20px rgba(33, 34, 39, 0.12), 0 28px 70px rgba(33, 34, 39, 0.28);
}
.tm-work-modal .modal-content::before {
  content: "";
  display: block;
  height: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-linear-gradient(left, #eb5424, #f89b29);
  background: linear-gradient(90deg, #eb5424, #f89b29);
}
.tm-work-modal-close {
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f5f5f5;
  border: none;
  color: #909090;
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  text-shadow: none;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
}
.tm-work-modal-close:hover,
.tm-work-modal-close:focus {
  background: #eb5424;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tm-work-modal .modal-header {
  border-bottom: 1px solid #f4f4f4;
  padding: 34px 38px 24px;
}
.tm-work-modal-eyebrow {
  display: block;
  color: #b0b0b0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tm-work-modal-company {
  color: #212227;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.tm-work-modal-jobtitle {
  color: #eb5424;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 14px;
}
.tm-work-modal-period {
  display: inline-block;
  background: #fdeee7;
  color: #d64a1e;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 6px 16px;
  margin: 0;
}
.tm-work-modal-period:empty { display: none; }
.tm-work-modal .modal-body {
  padding: 26px 38px 36px;
  color: #606060;
  line-height: 27px;
  overflow-y: auto;
}
.tm-work-modal .modal-body ul,
.tm-work-modal .modal-body ol {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}
.tm-work-modal .modal-body ul ul,
.tm-work-modal .modal-body ul ol,
.tm-work-modal .modal-body ol ul,
.tm-work-modal .modal-body ol ol {
  margin: 10px 0 12px 26px;
}
.tm-work-modal .modal-body li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.tm-work-modal .modal-body ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #eb5424;
}
.tm-work-modal .modal-body ul ul li::before {
  background: transparent;
  border: 2px solid #f2a583;
  width: 8px;
  height: 8px;
  top: 10px;
  left: 3px;
}
.tm-work-modal .modal-body ol { counter-reset: tm-list; }
.tm-work-modal .modal-body ol > li { counter-increment: tm-list; }
.tm-work-modal .modal-body ol > li::before {
  content: counter(tm-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #eb5424;
  font-weight: bold;
}
.modal-backdrop.in {
  opacity: 0.55;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
@media (max-width: 480px) {
  .tm-work-modal .modal-header { padding: 28px 24px 20px; }
  .tm-work-modal .modal-body { padding: 22px 24px 28px; }
  .tm-work-modal-company { font-size: 21px; }
}
/* END WORK POPUP */

/* START PORTFOLIO */
.tm-portfolio {
  background: #f8f8f8;
  padding-top: 80px;
}
.tm-portfolio .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-portfolio .col-md-3,
 .tm-portfolio .col-sm-3 {
  padding: 0;
  margin: 0;
}
.tm-portfolio-title {
  text-align: center;
  text-transform: uppercase;
}
.portfolio-item-title {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}
.portfolio-thumb {
  overflow: hidden;
  margin: 0;
  position: relative;
}
/* Uploaded images come in mixed sizes — crop every tile to the
   template's original 640x425 ratio so the grid stays uniform. */
.portfolio-thumb .fluid-img {
  width: 100%;
  aspect-ratio: 640 / 425;
  height: auto;
  object-fit: cover;
}
.portfolio-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eb5424;
  color: #ffffff;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;  
  padding: 0 40px;
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.portfolio-item-link {
  align-self: center;
  display: inline-block;
  margin-top: 14px;
  padding: 6px 20px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.portfolio-item-link:hover,
.portfolio-item-link:focus {
  background: #ffffff;
  color: #eb5424;
  text-decoration: none;
}
.portfolio-thumb:hover .portfolio-overlay {
  opacity: 0.8;  
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.portfolio-overlay .fa {
  border: 1px solid #666;
  border-radius: 0;
  color: #666;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin-right: 6px;
  margin-bottom: 10px;
}

/* FILTER CSS */
.filter-wrapper {
  width: 100%;
  margin: 0 0 24px 0;
  overflow: hidden;
  text-align: center;
}
.filter-wrapper li {
  display: inline-block;
  margin: 4px;
}
.filter-wrapper li a {
  color: #999999;
  padding: 8px 17px;
  display: block;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:focus,
 .filter-wrapper li a:hover,
 .filter-wrapper li a.selected {
  background: #eb5424;
  border-color: transparent;
  color: #ffffff;
}

/* ISOTOPE BOX CSS */
.iso-box-section { width: 100%; }
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iso-box > a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
  height: auto;
}
/* END PORTFOLIO */

/* START RESUME */
.tm-red-text { color: #eb5424; }
.tm-info-label {
  font-weight: bold;
  display: inline-block;
  width: 90px;
}
.tm-progress {
  background: #fff;
  border-radius: 2px;
  height: 4px;
}
.progress-bar-danger { background: #eb5424; }
.tm-progress-label {
  font-size: 12px;
  font-weight: bold;
  padding-top: 10px;
  text-transform: uppercase;
}
.progress-percent-small {
  display: block;
  float: right;
  padding-right: 80px;
}
/* END RESUME */

/* START ABOUT */
.tm-about {
  background: url('../images/about-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 100px;
}
/* END ABOUT */

/* START SOCIAL */
.tm-social {
  text-transform: uppercase;
}
.tm-social .container {
  width: 100%;
  padding: 0;
  margin: 0;
}
.tm-social .col-md-4 {
  padding: 0;
  margin: 0;
}
.facebook:hover,
.twitter:hover,
.pinterest:hover,
.linkedin:hover,
.gmail:hover {
  background: #202020;
}
.facebook { background: #3b5998; }
.twitter { background: #55acee; }
.pinterest { background: #cc2127; }
.linkedin { background: #0077b5; }
.gmail { background: #ea4335; }
.media {
  padding: 80px 40px 80px 40px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.tm-social a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
.tm-social .media .fa {
  background: #ffffff;
  border-radius: 2px;
  color: #707070;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 20px;
}
.tm-social-title {
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
/* END SOCIAL */

/* START CONTACT */
.tm-contact {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.form-control {
  background: transparent;
  border: 1px solid #666;
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s ease-in;
          transition: all 0.6s ease-in;
}
.form-control:focus,
 .form-control:hover {
  background: #202020;
  color: #ffffff;
}
input { height: 50px; }
.tm-contact p { padding-top: 40px; }
/* END CONTACT */

/* START MEDIA 980 */
@media screen and (max-width:980px){
  .portfolio-overlay  { padding-top: 10px; }
}
/* END MEDIA 980 */

@media screen and (max-width: 767px) {
  .tm-home-title { font-size: 40px; }
  .navbar-default .navbar-brand { height: 50px; }
}

/* START MEDIA 360 */
@media screen and (max-width:360px){
  .navbar-default .navbar-brand { padding-top: 0; }
}
/* END MEDIA 360 */
