/**
*  Template Name: Kelvin
*  Template URL: https://templatemag.com/kelvin-bootstrap-resume-template/
*  Author: TemplateMag.com
*  License: https://templatemag.com/license/
*/

body {
  background-color: #f2f2f2;
  font-family: 'Manrope', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #333;
}


/* Paragraph & Typographic */

p {
  line-height: 28px;
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

/* Links */

a {
  color: #cb980b;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
  color: #7b7b7b;
  text-decoration: none;
  outline: 0;
}

a:before,
a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*---------------------------------------------------
3.1 Topbar
---------------------------------------------------*/

#section-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: visible;
  font: normal 16px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color: #fff;
}

#topbar-inner {
  background: #111;
  line-height: 0;
  text-align: center;
}

/*
Top Bar

By default, top navigation bar uses "fixed" position
*/

#section-topbar ul#nav {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border-right: 1px solid #222;
  /* For IE, the outcast */
  zoom: 1;
  display: inline;
}

#section-topbar ul#nav>li {
  display: block;
  float: left;
  padding: 0;
}

#section-topbar ul#nav a {
  display: block;
  font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 18px 20px 18px 20px;
  border-left: 1px solid #222;
}

#section-topbar ul#nav a:focus {
  background: #111;
  text-decoration: none;
  border-left: 1px solid #111;
}

#section-topbar ul#nav a:hover {
  background: #222;
  text-decoration: none;
  border-left: 1px solid #111;
}

#section-topbar ul#nav .active a {
  background: #cb980b;
  border-left: 1px solid #111;
}

#section-topbar ul#nav .active a:hover {
  background: #cb980b;
}

#section-topbar i {
  font-size: 25px;
}

/*---------------------------------------------------
SECTION WRAPS
---------------------------------------------------*/

/* Header Wrap */

#headerwrap {
  /*background: url(../img/header-bg.jpg) no-repeat center top;*/
  /*background: url(../img/BoB_JC_1610_1346-removebg-preview.jpg) no-repeat center top;*/
  background: url(../img/Nikolaos-Fininis-collage.png) no-repeat center top;
  /*background: url(../img/BoB_JC_1610_1346.jpg) no-repeat center top;*/

  margin-top: 60px;
  padding-top: 140px;
  text-align: center;
  background-attachment: relative;
  background-position: center center;
  min-height: 500px;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



#headerwrap h1 {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 82px;
  color: white;
  /* letter-spacing: 6px; */
  /* text-shadow: -1px 2px 0 #000000; */
}


#headerwrap h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 32px;
  font-weight: 700;
  /* text-shadow: -1px 1px 0 #cb980b; */
  padding-top: 45px;
  color: #122d41;
}

.mail {
  color: #ffffff;
  font-weight: 600;
  text-shadow: none;

}

.title-box {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 30px;
}

/* Intro Wrap */

#intro {
  background: #122d41;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}

#intro h5,
p {
  color: white;
}

#intro i {
  color: #cb980b;
  font-size: 20px;
  padding-right: 8px;
  vertical-align: middle;
}

#skillswrap {
  background: #122d41;
  padding-top: 60px;
  padding-bottom: 60px;
  color: white;
}

#skillswrap h5,
p {
  color: white;
}

#footwrap {
  background: #2f2f2f;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footwrap p {
  color: white;
}

#footwrap h5 {
  color: white;
}

#footwrap t {
  font-weight: 700;
}

#footwrap i {
  padding-right: 8px;
  color: #cb980b;
}

/* Education Wrap */
#resume {
  background: #122d41;
}

#resume h5,
#resume p {
  color: white
}

#resume i {
  font-size: 12px;
}

#resume .container {
  padding-bottom: 30px;
}

#resume .wow {
  animation-duration: 2000ms;
}

/* Competencies Wrap */

.image_grid {
  width: 100%;
  gap: 12px;
  display: flex;
  flex-wrap: wrap;
}
.image_grid .item {
  display: flex;
  flex-basis: 70px;
}

.image_grid .item img{
  width: 100%
  }

/* Certifications Wrap */
#Certifications {
  background: #122d41;
}

#Certifications h5,
#Certifications p {
  color: white
}

#Certifications i {
  font-size: 12px;
}

#Certifications .container {
  padding-bottom: 30px;
}

#Certifications .wow {
  animation-duration: 2000ms;
}

/* Copyright Wrap */

#copyrights {
  background: #222222;
  padding: 12px 0;
  text-align: right;
  color: #fff;
  font-size: 10px;
}

#copyrights p {
  margin: 10px 0 2px 0;
}

.credits {
  color: #999;
}

/* Competencies Wrap */
#Competencies {
  background: #f2f2f2;
}

#Competencies h5,
#Competencies p {
  color: #122d41
}

#Competencies i {
  font-size: 12px;
}

#Competencies .container {
  padding-bottom: 30px;
}

#Competencies .wow {
  animation-duration: 2000ms;
}


/* Global Values */

.desc {
  padding-top: 50px;
}

.desc p {
  color: #2f2f2f;
}

.desc t {
  color: #cb980a;
  font-weight: 700;
  font-size: large;
}

.desc imp {
  padding: 6px;
  color: white;
  background: #34495e;
}

.desc more {
  color: #0e1941;
}

.desc l {
  font-weight: 200;
  color: white
}

sm {
  font-size: 12px;
}

/* Contact Form */

.contact-form label {
  color: #999;
}

.contact-form input,
.contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button {
  background: #cb980b;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #cb980b;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}




.circle {
  width: 100px;
  margin: 6px 6px 20px;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 1.2;
}

.circle strong {
  position: absolute;
  top: 50px;
  left: 22px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
}

.circle p {
  width: 140px;
}

#work-description .col-lg-6 p:first-of-type {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 19px;
}

#work-description .col-lg-3 {
  margin-bottom: 100px;
}

.wow {
  animation-delay: 400ms;
  animation-duration: 1500ms;
}


.w30 {
  width: 30%
}

.svidesignlogo {
  background: #ec1b23;
  padding: 2px;
}


.popover-content {
  color: black;
}

.popover {
  background: #cb980b;
  width: 236px;
}

.popover.bottom>.arrow:after {
  border-bottom-color: #cb980b;
}