.timeline {
  border-left: 2px solid #E6E9ED;
  padding: 1rem 0; }

.timeline-card {
  position: relative;
  margin-left: 31px;
  border-left: 2px solid;
  margin-bottom: 2rem; }

.timeline-card:last-child {
  margin-bottom: 1rem; }

.timeline-card:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  top: 20px;
  left: -41px;
  border: 2px solid;
  z-index: 2; }

.timeline-card:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: currentColor;
  width: 29px;
  height: 2px;
  top: 25px;
  left: -29px;
  z-index: 1; }

.timeline-card-primary {
  border-left-color: #48cae4; }

.timeline-card-primary:before {
  border-color: #48cae4; }

.timeline-card-primary:after {
  background-color: #48cae4; }

.timeline-card-success {
  border-left-color: #0077b6; }

.timeline-card-success:before {
  border-color: #0077b6; }

.timeline-card-success:after {
  background-color: #0077b6; }

html {
  scroll-behavior: smooth; }

.site-title {
  font-size: 1.25rem;
  line-height: 2.5rem; }

.nav-link {
  padding: 0;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: rgba(0, 0, 0, 0.5); }

.nav-link:hover,
.nav-link:focus,
.active .nav-link {
  color: rgba(0, 0, 0, 0.8); }

.nav-item + .nav-item {
  margin-left: 1rem; }

.cover {
  border-radius: 10px; }

.cover-bg {
background-color: #0CC8FF;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%2315A7FF' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%230CC8FF' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%2311bcf1' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%2314b0e3' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%2316a5d5' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%231799c7' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23178eb9' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%231783ac' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%2316789e' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23156e91' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23146384' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23125977' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23104f6a' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%230e455e' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%230b3b52' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23093246' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%2307293a' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%2305202f' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23021824' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
  }

.avatar {
  max-width: 216px;
  max-height: 216px;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.avatar img {
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.btn-sq {
  width: 100px !important;
  height: 70px !important;
  padding:2px;
  border-radius:3px  !important;
  color:#4A89DC  !important;
  margin:10px;
  text-align:center;
}
.btn-sq i{
  color:#4A89DC  !important;
}
footer a:not(.nav-link) {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer; }

@media (min-width: 48em) {
  .site-title {
    float: left; }
  .site-nav {
    float: right; }
  .avatar {
    margin-bottom: -80px;
    margin-left: 0; } }

@media print {
  body {
    background-color: #fff; }
  .container {
    width: auto;
    max-width: 100%;
    padding: 0; }
  .cover, .cover-bg {
    border-radius: 0; }
  .cover.shadow-lg {
    box-shadow: none !important; }
  .cover-bg {
    padding: 5rem !important;
    padding-bottom: 10px !important; }
  .avatar {
    margin-top: -10px; }
  .about-section {
    padding: 6.5rem 5rem 2rem !important; }
  .skills-section,
  .work-experience-section,
  .education-section,
  .contant-section {
    padding: 1.5rem 5rem 2rem !important; }
  .page-break {
    padding-top: 5rem;
    page-break-before: always; } }
