﻿/*
    Henderson - vCard & Resume HTML5 Template
    Version: 3.0.1
    Author: Mountain-Themes
    Author URL: https://themeforest.net/user/mountain-themes
    Henderson © 2023. Design & Coded by Mountain-Themes.

    TABLE OF CONTENTS
    ---------------------------
     1. General
     2. Slider
     3. Profile
     4. About Me
     5. Resume
     6. Footer
     7. Responsive CSS
*/


/* ================================= */
/* :::::::::: 1. General ::::::::::: */
/* ================================= */

html, body {
  font-family: 'Open Sans', sans-serif!important;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #235084!important;
  overflow: hidden;
  font-size: 14px;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none!important;
  color: #000;
  transition: all 0.4s;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: none;
	background-color: transparent
}

::-webkit-scrollbar {
	width: 6px;
	background-color: transparent
}

::-webkit-scrollbar-thumb {
	background-color: #235084;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

#page-loader {
    background: #235084;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
} 

.loader-icon {
    background: none repeat scroll 0 0 #235084;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-top: 3px solid;
    height: 60px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px;
}

.colored-border {
    border-color: #fff;
}

.fa-spin {
  -webkit-animation:fa-spin 1.2s infinite linear;
  animation:fa-spin 1.2s infinite linear
  }
  @-webkit-keyframes fa-spin
  {
    0%
    {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
    }
    100%
    {
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
    }
  } 

  @keyframes fa-spin 
  {
    0%
    {
      -webkit-transform:rotate(0deg);
      transform:rotate(0deg)
    }
    100%
    {
      -webkit-transform:rotate(359deg);
      transform:rotate(359deg)
    }
  }


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #235084;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #235084;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #235084;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:  #235084;
}

.welcome .animated {
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated {
    -webkit-animation-duration: 1s!important;
    animation-duration: 1s!important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nicescroll-rails-hr {
  display: none!important;
}

h3.title-section {
    font-weight: 500;
    font-size: 1.2em;
    padding-top: 10px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

h3.title-section span {
    font-weight: 600;
    font-size: 1.0em;
}

h3.title-section:after {
    content: " ";
    border: solid 2px #235084;
    display: block;
    width: 30px;
    margin: 20px auto;
}


/* ================================= */
/* :::::::::: 2. Slider :::::::::::: */
/* ================================= */

.slider-wrapper {
    position: relative;
    width: 66%;
    right: 0;
    float: right;
    height: 100vh;
    line-height: 25px;
    border-top: 45px solid #235084;
    border-right: 45px solid #235084;
    border-left: 50px solid #235084;
    border-bottom: 45px solid #235084;
}

.slider-wrapper ul {
  padding: 0;
  margin: 0;
}

.slider-wrapper ul li {
  list-style: none;
}

.slider-wrapper .slider, .slider-wrapper .slider > li {
  height: 100%;
  width: 100%;
  float: right;
  overflow: hidden;
}

.slider > li {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;/* used to vertically center its content */
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slider > li.visible {/* selected slide */
  position: relative;
  z-index: 2;
  opacity: 1;
}

.slider > li:first-of-type {
  background: #fff;
}
.slider > li:nth-of-type(2) {
  background: rgb(255, 255, 255);
}
.slider > li:nth-of-type(3) {
  background: rgb(255, 255, 255);
}
.slider > li:nth-of-type(4) {
  background: rgb(255, 255, 255);
}
.slider > li:nth-of-type(5) {
}
    

.slider > li > div {/* vertically center the slider content */
  vertical-align: middle;
  text-align: center;
  z-index: 999;
  position: relative;
  height: 100%;
}

.slider-wrapper .content {
    overflow-y: scroll;
    right: 2px;
    height: 100%;
}

.slider > li > .content .col-md-10 {
  margin: 0 auto;
}


.navigation, .return-navigation {
  position: absolute;
  left: -50px;
  z-index: 999;
  text-align: center;
  background-color: #235084;
  height: 100%;
  width: 50px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.slider-navigation, .slider-return-navigation {
    padding: 0;
    margin: 0;
}

.slider-navigation::after, .slider-return-navigation::after {
  clear: both;
  content: "";
  display: table;
}

.slider-navigation li, .slider-return-navigation li {
  border-top: 1px solid #354370;
  list-style: none;
}

.slider-navigation li:last-child, .slider-return-navigation li:last-child {
  border-bottom: 1px solid rgb(55, 64, 93);
}

.slider-navigation li.selected i, .slider-return-navigation li.selected i {
  background-color: #FFFFFF;
  color: #235084;
}

.slider-navigation li:last-of-type, .slider-return-navigation li:last-of-type {
  margin-right: 0;
}

.slider-navigation a, .slider-return-navigation a {
  display: block;
  outline: none;
  position: relative;
  background-color: transparent;
}

.slider-navigation a:hover, .slider-navigation a:focus, .slider-return-navigation a:hover, .slider-return-navigation a:focus {
  text-decoration: none; 
}

.slider-navigation i, .slider-return-navigation i {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 46px;
  display: block;
  position: relative;
  height: 46px;
  width: 50px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.slider-navigation i:hover, .slider-return-navigation i:hover {
   background-color: #FFFFFF;
   color: #235084;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.slider-navigation a:hover em, .slider-return-navigation a:hover em {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}

.slider-navigation em, .slider-return-navigation em {/* tooltip visible on hover */
  position: absolute;
  bottom: 10%;
  left: calc(100% + 45px);
  padding: 7px 14px 6px 14px;
  color: #ffffff;
  background-color: rgb(61, 74, 110);
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s, -webkit-transform 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s, -moz-transform 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s, transform 0.2s 0s;
}

.slider-return-navigation em {
  left: calc(100% + 65px)!important;
}

.slider-navigation em::after, .slider-return-navigation em::after {/* tooltip arrow */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: -4px;
  bottom: 14px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-right-color: rgb(61, 74, 110);
}


.svg-cover {
position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}
.svg-cover path {
  fill: #fff;
}


.svg-cover.is-animating {
  z-index: 99;
  width: 100%;
  opacity: 1.0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.swiper-container .bg {
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.slider-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 100%;
     border-top: 45px solid #235084;
    border-left: 45px solid #235084;
    border-bottom: 45px solid #235084;
}

.slider-left .video-mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}


.info {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #2E3D65;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.info h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
}



/* ================================= */
/* ::::::::::: 3. Profile :::::::::: */
/* ================================= */

.logo-container {
  width: 100%;
  max-width: 308px;
  padding-top: 24px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-instituto {
  width: 100%;
  height: auto;
  max-height: 126px;
  object-fit: contain;
  display: block;
}

.profile {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.welcome span {
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}

.welcome p {
  font-size: 12px;
  line-height: 25px;
  word-spacing: 1px;
  margin: 0;
  font-weight: 500;
  margin-top: -8px;
}

.welcome h1 {
    font-size: 2.0em;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    position: relative;
    font-weight: 300;
    padding-bottom: 6px;
}


.welcome h2 {
    font-size: 13px;
    font-weight: 700;
    color: #235084;
    text-transform: uppercase;
    margin-top: 20px;
}

.welcome h2:after {
  content: " ";
  border: solid 2px #235084;
  display: block;
  width: 30px;
  margin: 20px auto;
}

.welcome .name {
  text-align: center;
  font-weight: 700;
  font-size: 2.6em;
  position: relative;
  display: block;
  text-transform: uppercase;
}


.personal-info {
  margin-top: 7px;
  font-weight: 600;
  font-size: 12px;
}

.personal-info i {
  padding-right: 7px;
}

/* ================================= */
/* :::::::::: 4. About Me :::::::::: */
/* ================================= */

.about h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4em;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
    border-bottom: 4px solid #235084;
}

.about h2 span {
  font-weight: 700;
}

.about h2:after {
    content: " ";  
    border: solid 2px #235084;  
    display: block;  
    width: 30px;  
    margin: 20px auto 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}

.about h2 i {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 1.2em;
}

.about-info {
    text-align: left;
}

.about-info  p {
  font-size: 12px;
  text-align: left;
  line-height: 25px;
}

.about-info label {
  margin-bottom: 0;
  font-weight: 500;
  text-align: right;
  float: right;
  font-size: 12px;
}

.about-info span {
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.about .download-info {
    margin: 0 auto;
    padding-top: 10px;
}

.about a.btn-download i {
  margin-left: 5px;
}

.about a.btn-download {
    background-color: transparent;
    border: 2px solid #235084;
    color: #235084;
    display: block;
    z-index: 99;
    padding: 8px 3px 8px 3px;
    width: 175px;
    position: relative;
    margin: 0 auto;
    word-spacing: 1px;
    outline: none;
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about a.btn-download:hover {
      text-decoration: none;
      background-color: #235084;
      border: 2px solid #235084;
      color: #fff;
      
}


.about-info ul {
   margin-bottom: 20px;
}

.about-info li {
  padding: 8px 0 8px 0;
}

.experience {
  padding: 80px 0 80px;
}

.experience h2, .hobbies h2 {
  text-transform: none;
}

.hobbies {
  padding: 0 0 80px;
}


.experience span {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
}

.experience .col-md-3 h2:after {
  content: '//';
  height: 12px;
  line-height: 10px;
  font-size: 11px;
  margin-bottom: 5px;
}

.hobbies .col-md-3 h2:after {
  display: none;
}

.experience p, .hobbies p, .services p {
  font-size: 12px;
  margin-bottom: 40px;
  margin-top: -7px;
}

.skills {
    padding-top: 35px;
}

.skillbar-title {
  position:absolute;
  top: -20px;
  left:0;
  font-weight: 600;
  font-size: 12px;
  color: #235084;
  font-family: "Montserrat", sans-serif;
  -webkit-border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:4px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-bottomleft:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}

.skillbar-title span {
  display:block;
  height: 30px;
  line-height: 10px;
  -webkit-border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-bottomleft:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
}

.skillbar-bar {
  height: 10px;
  width:0px;
  background: #235084;
}

.skill-bar-percent {
  position:absolute;
  right: 0;
  top: -29px;
  font-size: 12px;
  line-height: 30px;
  font-weight: 500;
  color: #235084;
  font-family: "Montserrat", sans-serif;
}



.skillbar {
  position:relative;
  display:block;
  margin-bottom: 40px;
  width:100%;
  border: 2px solid #235084;
  height: 12px;
  -webkit-transition:0.4s linear;
  -moz-transition:0.4s linear;
  -ms-transition:0.4s linear;
  -o-transition:0.4s linear;
  transition:0.4s linear;
  -webkit-transition-property:width, background-color;
  -moz-transition-property:width, background-color;
  -ms-transition-property:width, background-color;
  -o-transition-property:width, background-color;
  transition-property:width, background-color;
}

.services-box p {
  text-align: center;
  font-size: 12px;
  display: inline-block;
  word-spacing: 1px;
  margin-top: -9px;
  line-height: 25px;
  margin-bottom: 50px;
}

.services .services-box .icon i {
  height: 95px;
  width: 95px;
  line-height: 95px;
  max-width: 100%;
  background: #235084;
  position: relative;
  margin: 0 auto;
  display:block;
  font-size: 26px;
  font-weight: 500;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-bottom: none;
  color: rgba(255, 255, 255, 1);
  margin: 0 auto 25px auto;
  text-shadow: rgb(55, 67, 99) 1px 1px,
    rgb(55, 67, 99) 2px 2px,
    rgb(55, 67, 99) 3px 3px,
    rgb(55, 67, 99) 4px 4px,
    rgb(55, 67, 99) 5px 5px,
    rgb(55, 67, 99) 6px 6px,
    rgb(55, 67, 99) 7px 7px,
    rgb(55, 67, 99) 8px 8px,
    rgb(55, 67, 99) 9px 9px,
    rgb(56, 68, 100) 10px 10px,
    rgb(56, 68, 101) 11px 11px,
    rgb(57, 69, 102) 12px 12px,
    rgb(57, 69, 103) 13px 13px,
    rgb(58, 70, 104) 14px 14px,
    rgb(58, 71, 105) 15px 15px,
    rgb(59, 71, 106) 16px 16px,
    rgb(59, 72, 107) 17px 17px,
    rgb(60, 72, 108) 18px 18px,
    rgb(60, 73, 109) 19px 19px,
    rgb(61, 74, 110) 20px 20px;
}

.experience .icon i, .hobbies .icon i {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  display:block;
  font-size: 25px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-bottom: none;
  color: #235084;
}

.experience .col-md-3 h4:after {
  content: '//';
  height: 12px;
  line-height: 10px;
  font-size: 12px;
  margin-bottom: 5px;
  border: solid 2px #235084;
  display: block;
  width: 30px;
  margin: 15px auto;
  margin-bottom: 1px;
}

.services .title-services, .experience h3.title-experience, .hobbies h3.title-hobbies {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    padding-top: 30px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
}

.services h3.title-services:after {
    content: " ";  
    border: solid 2px #235084;  
    display: block;  
    width: 30px;  
    margin: 20px auto;
}

.services h4 {
  font-weight: 700;
  font-size: 13px;
  color: #235084;
  text-align:center;
  word-wrap: break-word;
  text-transform: none;
  padding-bottom: 0;
  padding-top: 0;
  font-family: "Montserrat", sans-serif;
}

.experience h4, .hobbies h4 {
  font-size: 13px;
  margin-top: 10px;
}

.col-md-3 h4 {
  font-weight: 700;
}

.services h4:after {
  display: none;
}


.services .line {
  display:block;
  width: 120px;
  height: 18px;
  margin:0 auto;
}

.services .line span {
  content: " ";  
  border: solid 2px #235084;  
  display: block;  
  width: 3px;  
  padding: 3px;
  margin: 20px auto;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.services .line:before {
    content: '';
    display: block;
    position: relative;
    top: 4px;
    width: 25px;
    height: 2px;
    right:-29px;
    margin: 0 !important;
    float: left;
    background:#235084;
}

.services .line:after {
    content: '';
    display: block;
    position: relative;
    top: -26px;
    width: 25px;
    height: 2px;
    left:-29px;
    margin: 0 !important;
    float: right;
    background:#235084;
}

.about-info li i {
 margin-left: 0;
 margin-right: 3px;
 font-size: 15px;
}

.about-info li a {
  color: #235084;
  text-decoration: none;
}

.about-info li a:hover {
  text-decoration: none;
}

/* ================================= */
/* ::::::::::: 5. Resume ::::::::::: */
/* ================================= */

.resume {
  background: #FFFFFF;
  z-index: 10;
  text-align: center;
  position: relative;
  height: 100%;
  display: block;
}

.resume h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.4em;
    margin-top: 40px;
    text-align: center;
    margin-bottom: 40px;
    display: block;
    font-family: "Montserrat", sans-serif;
    border-bottom: 4px solid #235084;
}

.resume h2 span {
  font-weight: 700;
}

.resume h2:after {
    content: " ";  
    border: solid 2px #235084;  
    display: block;  
    width: 30px;  
    margin: 20px auto 10px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    -o-transform: rotate(-90deg); 
    transform: rotate(-90deg);
}

.resume h2 i {
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 1.2em;
}


.resume h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    display: block;
    font-family: "Montserrat", sans-serif;
}

.resume h3 span {
  font-weight: 700;
}

.resume h3:after {
    content: " ";
    border: solid 2px #235084;
    display: block;
    width: 30px;
    margin: 20px auto;
}

.resume p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 40px;
  margin-top: -27px;
  line-height: 25px;
}


.tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
} 

/* The line */
.tmtimeline li:before {
  content: '';
  top: 18px;
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #235084;
  left: 20%;
  margin-left: -6px;
}

.tmtimeline li:nth-child(1):before {
  top: 19%;
}

.tmtimeline > li .tmlabel span {
    font-weight: 700;
}
.tmtimeline li:last-child:before {
  background: none;
}


/* The date/time */
.tmtimeline > li {
  position: relative;
}

.tmtimeline > li .tmtime {
  display: block;
  padding-right: 50px;
  position: absolute;
  font-weight: 700;
  width: 30%;
  padding-top: 6px;
}

.tmtimeline > li .tmtime span {
  font-size: 1.1em;
}

.tmtimeline > li .tmtime span:first-child {
  font-size: 13px;
  color: #235084;
}

.tmtimeline > li .tmtime span:last-child {
  color: #2E3D65;
}

.tmtimeline > li:nth-child(odd) .tmtime span:last-child {
  color: #235084;
}

/* Right content */
.tmtimeline > li .tmlabel {
  margin: 0 0 0 23%;
  color: #235084;
  padding: 0.90em 2em 2em 0;
  text-align: left;
  position: relative;
}

.tmtimeline li:nth-child(1) {
  color: #235084;
  padding: 1em 2em 2em 0;
  text-align: left;
  position: relative;
}


.tmtimeline > li .tmlabel p {
  text-align: left;
}

.tmtimeline > li:last-child {
  margin-bottom: 40px;
}


.tmlabel p {
    font-size: 12px;
    line-height: 25px;
    word-spacing: 1px;
    margin-bottom: 0;
    margin-top: 0;
}


.tmtimeline > li .tmlabel h4 {
  margin-top: 0px;
  padding: 0;
  font-size: 13px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.tmtimeline > li .tmlabel h4:after {
  padding: 0;
  margin: 0;
  border: none;
}



.tmtimeline > li:nth-child(odd) .tmlabel:after {
  border-right-color: #235084;
}

/* The icons */
.tmtimeline > li .tmicon {
  width: 10px;
  height: 10px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.3em;
  line-height: 42px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #FFFFFF;
  background: #235084;
  border-radius: 50%;
  border: 2px solid #235084;
  text-align: center;
  left: 20%;
  top: 15px;
  margin: 0 0 0 -10px;
}

.tmtimeline > li .tmicon:nth-child(1) {
  width: 50px;
  height: 50px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 1.1em;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #FFFFFF;
  background: #235084;
  border-radius: 50%;
  border: 2px solid #235084;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -30px;
  padding: 2px 0;
}


/* ================================= */
/* :::::::::::: 6. Footer :::::::::: */
/* ================================= */

footer {
    background-color: #235084;
    z-index: 999;
    width: 100%;
    bottom: -45px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
}

footer .social-icons li {
  float:left;
  list-style: none;
  border-left: 1px solid #34416b;
}

footer .social-icons li:last-child {
 border-right: 1px solid rgb(55, 64, 93);
}

footer .social-icons li a {
  color: #FFFFFF;
  font-size: 15px;
  display: block;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .social-icons a:hover {
  background-color: #fff;
}

footer .social-icons a:hover i.fa {
   color: #fff;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

footer .social-icons a.twitter:hover { background-color: #46C0fb;}
footer .social-icons a.facebook:hover { background-color: #4863ae; }
footer .social-icons a.dribbble:hover { background-color: #dd4b39; }
footer .social-icons a.youtube:hover { background-color: #cc181e; }
footer .social-icons a.instagram:hover {background-color: #e1306c;}

footer .social-icons li i.fa {
  color: rgb(255, 255, 255);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

footer .social-icons {
  float: left;
}

footer .social-icons ul {
  padding-left: 0;
}

footer .copyright {
  font-size: 12px;
    margin-left: auto;
}

footer a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: rgb(255, 255, 255);
}

footer a:hover, footer a:focus {
  color: #fff;
  text-decoration: none;
}
/* ================================= */
/* :::::: 7. Responsive CSS :::::::: */
/* ================================= */


@media only screen and (max-width: 1036px) {

  .slider-wrapper .slider li.visible {
    margin-top: 30px;
  }

  .slider-wrapper .content {
    overflow: hidden;
    right: 0;
  }

  footer {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 25px;
  }

  body {
    overflow-y: scroll !important;
  }

  .slider-wrapper {
    width: 100%;
    height: auto;
  }

  .slider-left {
    width: 100%;
    position: relative;
    height: 55%;
    border-bottom: 0;
    border-right: 45px solid #235084;
  }

  footer .copyright {
    margin: 0;
    float: none;
    text-align: center;
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 768px) {

  .experience .col-md-3 {
    margin-bottom: 35px;
  }

  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media only screen and (max-width: 667px) {

  .tmtimeline > li .tmlabel {
    margin-left: 25%;
  }

  .slider-left {
    height: 70%;
  }

  .slider-wrapper {
    padding-left: 0;
  }

  footer .copyright {
    padding-bottom: 20px;
  }

}

@media only screen and (max-width: 540px) {

  .tmtimeline > li .tmlabel h4 {
    text-align: center;
  }

  .tmtimeline > li .tmlabel p {
    text-align: center;
  }

  .slider-left {
    height: 30%;
  }

  .tmtimeline > li .tmtime {
    position: relative;
    padding: 0;
    width: auto;
    text-align: center;
    margin: 0 0 0 17%;
  }

}