/**
* Template Name: MyResume - v4.9.2
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-my-resume/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import url(./partials/_variables.css);

@import url(./partials/_global.css);

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  color: #272829;
}

a {
  color: #0563bb;
  text-decoration: none;
}

a:hover {
  color: #067ded;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.c-sharp-logo {
  width: 40px;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
}

.matlab-logo {
  width: 50px;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-gradient);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: var(--transition);
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;

}

.back-to-top:hover {
  background: var(--color-primary2);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0563bb;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

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

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

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

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: var(--color-gradient);
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
}

.mobile-nav-toggle i {
  color: #45505b;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background: var(--color-gradient);
  ;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: white;
  background-size: cover;
  position: relative;
}

@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.3); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


.my-banner{
  scale: 75%;
  background: linear-gradient(var(--color-primary), transparent);
  border-radius: 12rem 12rem 12rem 0;
}

.site-main{
  margin-top: 5rem;
}

.site-title > h3 {
  padding-top: 20%;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.site-title > h3::after {
  content: "";
  height: 2px;
  width: 15vw;
  background: rgba(0, 0, 0, 0.4);
  display: inline-block;
  margin-left: 10%;
  transform: translateY(-10px);
}

.site-title > h1 {
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.8);
}

.site-title > h4 {
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.6);
}

.site-title > p {
  margin-top: -2rem;
  color: rgba(0, 0, 0, 0.6);
  /* font-size: 20px; */
  font: normal 500 20px/25px var(--poppins);
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color-gradient);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}




.slider-image {

  padding: 1rem;
  border-radius: 5rem 5rem 0 5rem;
}

.about-area .about-title {
  padding-left: 5rem;
}

.about-title h2 > span {
  display: block;
  font: normal bold 49px/60px var(--poppins);
  letter-spacing: 17px;
}

.about-title .paragraph > p {
  padding: .4rem 0;
}

.description-text-link {
  color: var(--color-primary2);
  font-weight: 500;
}


/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills-content {

}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #45505b;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #f2f3f5;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  border-radius: 10px;
  /* background: var(--color-primary); */
}


.skill-icon{
  padding-top: 5px;
  font-size: 40px;
}


/*--------------------------------------------------------------
# Education
--------------------------------------------------------------*/

.education {
  padding: 2rem;
}

.education .education-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid var(--color-primary2);
  position: relative;
  /* left: calc(50% - 2px); */

}

.education .education-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.education .education-item h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.education .education-item ul {
  padding-left: 20px;
}

.education .education-item ul li {
  padding-bottom: 10px;
}

.education .education-item:last-child {
  padding-bottom: 0;
}

.education .education-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}


/*--------------------------------------------------------------
# Experiance
--------------------------------------------------------------*/

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

.pb-100{
  padding-bottom:100px;
}

.main-timeline3 {
  overflow: hidden;
  position: relative
}

.main-timeline3 .timeline {
  position: relative;
  margin-top: -79px
}

.main-timeline3 .timeline:first-child {
  margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
  content: "";
  display: block;
  width: 100%;
  clear: both
}

.main-timeline3 .timeline:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}

.main-timeline3 .timeline-icon {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #f44556;
  border-right-color: #f44556;
  z-index: 1;
  transform: rotate(45deg)
}

.main-timeline3 .year {
  /*padding: 10px;*/
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
  font-size: 20px;
  font-weight: 600;
  color: #f44556;
  text-align: center;
  transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
  width: 35%;
  float: right;
  background: #f44556;
  padding: 30px 20px;
  margin: 50px 0;
  box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
  z-index: 1;
  position: relative
}

.main-timeline3 .timeline-content:before {
  content: "";
  width: 20%;
  height: 15px;
  background: #f44556;
  position: absolute;
  top: 50%;
  left: -20%;
  z-index: -1;
  transform: translateY(-50%)
}

.main-timeline3 .title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px
}

.main-timeline3 .description {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
  transform: rotate(-135deg);
  /*border-top-color: #e97e2e;*/
  /*border-right-color: #e97e2e*/
}

/* ============================================================================ */
/* ============================================================================ */

.main-timeline3 .tag-research {
  border-top-color: var(--color-tag-research);
  border-right-color: var(--color-tag-research);
}

.main-timeline3 .timeline .timeline-icon.tag-research .year {
  color: var(--color-tag-research);
}

.main-timeline3 .timeline .timeline-content.tag-research,
.main-timeline3 .timeline .timeline-content.tag-research:before {
  background: var(--color-tag-research);
}

/* ============================================================================ */

.main-timeline3 .tag-industry {
  border-top-color: var(--color-tag-industry);
  border-right-color: var(--color-tag-industry);
}

.main-timeline3 .timeline .timeline-icon.tag-industry .year {
  color: var(--color-tag-industry);
}

.main-timeline3 .timeline .timeline-content.tag-industry,
.main-timeline3 .timeline .timeline-content.tag-industry:before {
  background: var(--color-tag-industry);
}

/* ============================================================================ */

.main-timeline3 .tag-research {
  border-top-color: var(--color-tag-research);
  border-right-color: var(--color-tag-research);
}

.main-timeline3 .timeline .timeline-icon.tag-research .year {
  color: var(--color-tag-research);
}

.main-timeline3 .timeline .timeline-content.tag-research,
.main-timeline3 .timeline .timeline-content.tag-research:before {
  background: var(--color-tag-research);
}

/* ============================================================================ */
/* ============================================================================ */

.main-timeline3 .timeline:nth-child(2n) .year {
  transform: rotate(135deg);
  /*color: #e97e2e*/
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
  float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
  left: auto;
  right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
  /*background: #e97e2e*/
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
  /*border-top-color: #13afae;*/
  /*border-right-color: #13afae*/
}

.main-timeline3 .timeline:nth-child(3n) .year {
  /*color: #13afae*/
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
  /*background: #13afae*/
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
  /*border-top-color: #105572;*/
  /*border-right-color: #105572*/
}

.main-timeline3 .timeline:nth-child(4n) .year {
  /*color: #105572*/
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
  /*background: #105572*/
}

@media only screen and (max-width:1199px) {
  .main-timeline3 .timeline {
    margin-top: -103px
  }
  .main-timeline3 .timeline-content:before {
    left: -18%
  }
  .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    right: -18%
  }
}

@media only screen and (max-width:990px) {
  .main-timeline3 .timeline {
    margin-top: -127px
  }
  .main-timeline3 .timeline-content:before {
    left: -2%
  }
  .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    right: -2%
  }
}

@media only screen and (max-width:767px) {
  .main-timeline3 .timeline {
    margin-top: 0;
    overflow: hidden
  }
  .main-timeline3 .timeline:before,
  .main-timeline3 .timeline:nth-child(2n):before {
    box-shadow: none
  }
  .main-timeline3 .timeline-icon,
  .main-timeline3 .timeline:nth-child(2n) .timeline-icon {
    margin-top: -30px;
    margin-bottom: 20px;
    position: relative;
    transform: rotate(135deg)
  }
  .main-timeline3 .timeline:nth-child(2n) .year,
  .main-timeline3 .year {
    transform: rotate(-135deg)
  }
  .main-timeline3 .timeline-content,
  .main-timeline3 .timeline:nth-child(2n) .timeline-content {
    width: 100%;
    float: none;
    border-radius: 0 0 20px 20px;
    text-align: center;
    padding: 25px 20px;
    margin: 0 auto
  }
  .main-timeline3 .timeline-content:before,
  .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
    width: 15px;
    height: 25px;
    position: absolute;
    top: -22px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0)
  }
}

/* ============================================================================ */
/* ============================================================================ */

.timeline-title {
  font-family: "Poppins", sans-serif;
  font-size: var(--font-heading);
  color: white;
}

.timeline-header {
  display: flex;
  flex-direction: row;
}

.timeline-timebox {
  padding-top: 4px;
  padding-left: 10px;
}

.timeline-time {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 20px;
}


/* ============================================================================ */
/* ============================================================================ */

/*ul.timeline-list {*/
/*	position: relative;*/
/*	margin: 0;*/
/*	padding: 0*/
/*}*/

/*ul.timeline-list:before {*/
/*	position: absolute;*/
/*	content: "";*/
/*	width: 2px;*/
/*	height: 100%;*/
/*	background-color: var(--color-primary2);*/
/*	left: 50%;*/
/*	top: 0;*/
/*	-webkit-transform: translateX(-50%);*/
/*	        transform: translateX(-50%);*/
/*}*/

/*ul.timeline-list li {*/
/*	position: relative;*/
/*	clear: both;*/
/*	display: table;*/
/*}*/

/*.timeline_content {*/
/*	border: 2px solid var(--color-primary2);*/
/*	background-color:#fff;*/
/*  transition: var(--transition);*/
/*}*/

/*!*.timeline_content.tag-research {*!*/
/*!*  border: 2px solid var(--color-tag-research);*!*/
/*!*}*!*/

/*!*.timeline_content.tag-industry {*!*/
/*!*  border: 2px solid var(--color-tag-industry);*!*/
/*!*}*!*/

/*!*.timeline_content.tag-personal {*!*/
/*!*  border: 2px solid var(--color-tag-personal);*!*/
/*!*}*!*/

/*.timeline_content:hover {*/
/*  box-shadow: var(--box-shadow);*/
/*  transform: scale(1.1);*/
/*}*/

/*ul.timeline-list li .timeline_content {*/
/*	width: 45%;*/
/*	color: #333;*/
/*	padding: 30px;*/
/*	float: left;*/
/*	text-align: right;*/
/*}*/

/*ul.timeline-list li:nth-child(2n) .timeline_content {*/
/*	float: right;*/
/*	text-align: left;*/
/*}*/

/*.timeline_content h4 {*/
/*	line-height: 18px;*/
/*  font-size: 18px;*/
/*  font-weight: 600;*/
/*  text-transform: uppercase;*/
/*  font-family: "Poppins", sans-serif;*/
/*  color: var(--color-primary);*/
/*  margin-bottom: 10px;*/
/*}*/

/*!*.timeline_content h4.tag-research {*!*/
/*!*  color: var(--color-tag-research);*!*/
/*!*}*!*/

/*!*.timeline_content h4.tag-industry {*!*/
/*!*  color: var(--color-tag-industry);*!*/
/*!*}*!*/

/*!*.timeline_content h4.tag-personal {*!*/
/*!*  color: var(--color-tag-personal);*!*/
/*!*}*!*/


/*ul.timeline-list li:before {*/
/*	position: absolute;*/
/*	content: "";*/
/*	width: 25px;*/
/*	height: 25px;*/
/*	background-color: var(--color-primary);*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	-webkit-transform: translate(-50%, -50%);*/
/*	        transform: translate(-50%, -50%);*/
/*	border-radius: 50%;*/
/*}*/

/*!*ul.timeline-list li.tag-research:before {*!*/
/*!*  background-color: var(--color-tag-research);*!*/
/*!*}*!*/

/*!*ul.timeline-list li.tag-industry:before {*!*/
/*!*  background-color: var(--color-tag-industry);*!*/
/*!*}*!*/

/*!*ul.timeline-list li.tag-personal:before {*!*/
/*!*  background-color: var(--color-tag-personal);*!*/
/*!*}*!*/


/*.timeline_content span {*/
/*	font-size: 16px;*/
/*  background: #f7f8f9;*/
/*  padding: 5px 15px;*/
/*  display: inline-block;*/
/*  font-weight: 600;*/
/*  margin-bottom: 10px;*/
/*}*/

.main-timeline {
  position: relative
}

.main-timeline:before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: var(--color-primary2);
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.main-timeline .timeline {
  margin-bottom: 40px;
  position: relative
}

.main-timeline .timeline:after {
  content: "";
  display: block;
  clear: both
}

.main-timeline .icon {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
  background: #fff;
  border: 2px solid var(--color-primary);
  left: -3px
}

.main-timeline .icon:after {
  border: 2px solid #c6c6c6;
  left: 3px
}

.main-timeline .timeline:hover .icon:before {
  left: 3px
}

.main-timeline .timeline:hover .icon:after {
  left: -3px
}

.main-timeline .date-content {
  width: 50%;
  float: left;
  margin-top: 33px;
  position: relative
}

.main-timeline .date-content:before {
  content: "";
  width: 36.5%;
  height: 2px;
  background: #c6c6c6;
  margin: auto 0;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0
}

.main-timeline .date-outer {
  width: 125px;
  height: 125px;
  font-size: 16px;
  text-align: center;
  margin: auto;
  z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
  content: "";
  width: 125px;
  height: 125px;
  margin: 0 auto;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
  background: #fff;
  border: 2px solid var(--color-primary);
  left: -6px
}

.main-timeline .date-outer:after {
  border: 2px solid #c6c6c6;
  left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
  left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
  left: -6px
}

.main-timeline .date {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 27%;
  left: 0
}

.main-timeline .month {
  font-size: 18px;
  font-weight: 700
}

.main-timeline .year {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #232323;
  line-height: 36px
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 20px 0 20px 50px;
  float: right
}

.main-timeline .title {
  color: var(--color-primary);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 5px 0
}

.main-timeline .company {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 200;
  margin: 0 0 5px 0
}

.main-timeline .timeline_date {
  font-family: "Poppins", sans-serif;
  font-size: var(--font-text);
  font-weight: 500;
  margin-bottom: 15px
}

.main-timeline .description {
  font-family: "Poppins", sans-serif;
  font-size: var(--font-text);
  font-weight: 300;
  margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
  left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 20px 50px 20px 0;
  text-align: right
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
    margin-top: 58px
  }
  .main-timeline .date-content:before {
    width: 22.5%
  }
  .main-timeline .timeline-content {
    padding: 10px 0 10px 30px
  }
  .main-timeline .title {
    font-size: 17px
  }

  .main-timeline .title {
    font-size: 17px
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 10px 30px 10px 0
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    margin: 0;
    left: 7px
  }
  .main-timeline .timeline {
    margin-bottom: 20px
  }
  .main-timeline .timeline:last-child {
    margin-bottom: 0
  }
  .main-timeline .icon {
    margin: auto 0
  }
  .main-timeline .date-content {
    width: 95%;
    float: right;
    margin-top: 0
  }
  .main-timeline .date-content:before {
    display: none
  }
  .main-timeline .date-outer {
    width: 110px;
    height: 110px
  }
  .main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
    width: 110px;
    height: 110px
  }
  .main-timeline .date {
    top: 30%
  }
  .main-timeline .year {
    font-size: 24px
  }
  .main-timeline .timeline-content,
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    width: 95%;
    text-align: center;
    padding: 10px 0
  }
  .main-timeline .title {
    margin-bottom: 10px
  }
}


/*--------------------------------------------------------------
# Publications
--------------------------------------------------------------*/


.publication #publication-filters {
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.publication #publication-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: var(--font-text);
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: var(--transition);
}

.publication #publication-filters li:hover{
  scale: 1.1;
  color: var(--color-primary2);
}
.publication #publication-filters li.filter-active {
  color: var(--color-primary);
}

.publication #publication-filters li:last-child {
  margin-right: 0;
}

.publication .publication-container {
  padding: 2rem;
}

.publication-year-button {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  border: 0;
  color: #272829;
  margin-bottom: 1.5px;
  transition: var(--transition);

}

/*.publication-filter-years li.filter-active  + .publication-filter-years {*/
/*  color: red;*/
/*}*/

.publication .publication-container .publication-item {
  padding: 0 100px 20px 20px;
  margin-top: -2px;
  border-left: 2px solid var(--color-primary2);
  position: relative;
  display: flex;
  flex-direction: column;
  /* left: calc(50% - 2px); */


}

.publication .publication-container .publication-item .publication-item-text {
  background-color: rgba(255, 255, 255, 0.9);
  transition: var(--transition);
}


.publication .publication-container .publication-item h5 {

  font-size: 16px;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
}

.publication .publication-container .publication-item h5 b {
  color: var(--color-primary);
}

.publication .publication-container .publication-item .publication-item-text:hover {
  scale: 1.1;
}

.publication .publication-container .publication-item ul {
  padding-left: 20px;
}

.publication .publication-container .publication-item ul li {
  padding-bottom: 10px;
}

.publication .publication-container .publication-item:last-child {
  padding-bottom: 0;
}

.publication .publication-container .publication-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #0563bb;
}

.publication-links{
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  transition: var(--transition);
}

.publication-link:hover{
  color: var(--color-primary);
}

.publication-links .publication-inactive{
  color: rgba(255, 0, 0, 0.5);
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover{
  color: var(--color-primary2);
}

.portfolio #portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(69, 80, 91, 0.8);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #d7dce1;
  border-left: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #d7dce1;
  border-right: 3px solid #d7dce1;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #45505b;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #45505b;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #45505b;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}


.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: var(--color-primary)
}

.portfolio .portfolio-wrap .portfolio-links a.portfolio-inactive:hover {
  color: red
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(69, 80, 91, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Projects  -  Extended from portfolio
--------------------------------------------------------------*/


.project-col {
  min-width: 20%;
}
@media screen and (max-width: 480px) {
  .project-col {
    min-width: 50%;
  }
}

.project-item {
  padding: 1rem;
}

.project-card {
  font-family: "Poppins", sans-serif;
  margin-right: auto;
  margin-left: auto;
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  overflow: hidden;
}

.project-content {
  display: flex;
  flex-direction: column;
  padding: 30px 25px 15px 25px;
  background: var(--color-gradient);
  /*background-image: url('https://svgshare.com/i/7fs.svg');*/
  background-position: center;
  /*background-repeat: no-repeat;*/
  /*background-size: 240%;*/
  color: white;
}

.project-title {
  font-size: 18px;
  font-weight: bold;
}

.project-body {
  margin-bottom: 0;

}

.project-detail {
  background: white;
}

.project-tags {
  padding-top: 10px;

}

.project-detail {
  padding: 30px 25px 15px 25px;
}

/* =================  TAGS ===================== */

.project-tags > span.filter-research {
  background: var(--color-tag-research);
}

.project-tags > span.filter-industry {
  background: var(--color-tag-industry);
}

.project-tags > span.filter-personal {
  background: var(--color-tag-personal);
}




/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #90c8fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0563bb;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0563bb;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-info {
  width: 95%;
  padding-top: 3rem;
  /*background-color: blue;*/
}

.contact-address {
  margin: 15px;
  background: var(--color-gradient);
  max-width: 350px;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-info i {
  /*padding-left: 3rem;*/
  font-size: 35px;
  color: white;
  float: left;
  width: 44px;
  height: 44px;
  /*background: var(--color-gradient);*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact-info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact-info p {
  /*padding: 0 0 0 60px;*/
  margin-bottom: 0;
  font-size: 14px;
  color: white;
}

.contact-info a {
  /*padding: 0 0 0 60px;*/
  margin-bottom: 0;
  font-size: 14px;
  color: white;
}

.contact-address:hover > i {
  color: black;
}

/*.primary-button.contact-address:hover > .contact-icon {*/
/*  color: black;*/
/*}*/

/*.contact-info .email,*/
/*.contact-info .phone {*/
/*  margin-top: 40px;*/
/*}*/

/*.contact-info .email:hover i,*/
/*.contact-info .address:hover i,*/
/*.contact-info .phone:hover i {*/
/*  background: #0563bb;*/
/*  color: #fff;*/
/*}*/


/*.contact .php-email-form {*/
/*  width: 100%;*/
/*  background: #fff;*/
/*}*/

/*.contact .php-email-form .form-group {*/
/*  padding-bottom: 8px;*/
/*}*/

/*.contact .php-email-form .error-message {*/
/*  display: none;*/
/*  color: #fff;*/
/*  background: #ed3c0d;*/
/*  text-align: left;*/
/*  padding: 15px;*/
/*  font-weight: 600;*/
/*}*/

/*.contact .php-email-form .error-message br+br {*/
/*  margin-top: 25px;*/
/*}*/

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

/*.contact .php-email-form .loading {*/
/*  display: none;*/
/*  background: #fff;*/
/*  text-align: center;*/
/*  padding: 15px;*/
/*}*/

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

/*.contact .php-email-form input,*/
/*.contact .php-email-form textarea {*/
/*  border-radius: 4px;*/
/*  box-shadow: none;*/
/*  font-size: 14px;*/
/*}*/

/*.contact .php-email-form input {*/
/*  height: 44px;*/
/*}*/

/*.contact .php-email-form textarea {*/
/*  padding: 10px 12px;*/
/*}*/

/*.contact .php-email-form button[type=submit] {*/
/*  background: #0563bb;*/
/*  border: 0;*/
/*  padding: 10px 35px;*/
/*  color: #fff;*/
/*  transition: 0.4s;*/
/*  border-radius: 50px;*/
/*}*/

/*.contact .php-email-form button[type=submit]:hover {*/
/*  background: #0678e3;*/
/*}*/

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

/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/

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

/*  100% {*/
/*    transform: rotate(360deg);*/
/*  }*/
/*}*/



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f7f8f9;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--color-gradient);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: var(--transition);
}

#footer .social-links a:hover {
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}


