@font-face {
  font-family: 'RobotoSlab';
  src: url('../fonts/RobotoSlab-Regular.ttf');
}
:root {
  --point-size: 0.75rem;
  --bs-primary: #4A89DC;
}
.text-primary {
  color: var(--bs-primary) !important;
}
html {
  font-family: 'RobotoSlab';
  scroll-behavior: smooth;
}
.main-container {
  width: 100%;
}
.mobile_center {
  text-align: center;
}
.fs-10 {
  font-size: 10pt;
}
.fs-12 {
  font-size: 12spt;
}
.ta-r {
  text-align: right;
}
.ta-l {
  text-align: left;
}
.ta-c {
  text-align: center;
}
.site-title {
  font-size: 1.25rem;
  line-height: 3rem;
}
.nav-link {
  font-size: 1.5rem;
  line-height: 2rem;
  color: rgba(0,0,0,0.5);
}
.nav-link:hover,
.nav-link:focus,
.active .nav-link {
  color: rgba(0,0,0,0.8);
}
.redheart {
  color: red;
}
.cover {
  border-radius: 10px;
}
.cover-bg {
  background-color: #4A89DC;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.12'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border-radius: 10px 10px 0 0;
}
.avatar {
  padding: 0;
  width: 212px;
  height: 212px;
  margin-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.avatar img {
  width: 200px;
  height: 200px;
}
.ri-icn {
  height: 24px;
  width: 24px;
  fill: gray;
}
.ri-icn-btn {
  height: 1.25rem;
  width: 1.25rem;
  fill: currentColor;
}
.ri-icn:hover {
  fill: var(--bs-primary);
}
.h3 {
  text-align: center;
}
.h3 span {
  color: var(--bs-primary);
}
.btn-success {
  background-color: #3ed744;
}
.btn-success:hover {
  background-color: #2c9730;
}
.base-attr {
  text-align: center;
  background: yellow;
}
.text-primary,
.text-secondary
{
  text-align: center;
}
.text-secondary {
  margin-bottom: 0.5rem;
}
.mob-mt {
  margin-top: 1.5rem;
}
.timeline {
  border-left: 2px solid #E6E9ED;
}
.timeline-card,
.timeline-card-alt,
.timeline-card-inner {
  position: relative;
  margin-left: 1.95rem;
  border-left: 3px solid;
  margin-bottom: 1.5rem;
}
.timeline-card-btn {
  min-height: 3rem;
}
.timeline-card-inner {
  padding: 0;
  margin-bottom: 0;
  margin-left: 0.25rem;
  border: 1px solid #E6E9ED;
}
.timeline-card-inner .card-body{
  padding: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.timeline-card-inner:before {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: var(--point-size);
  height: var(--point-size);
  top: 0.6rem;
  left: -1.75rem;
  border: 2px solid currentColor;
  z-index: 2;
}
.timeline-card-inner:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: currentColor;
  width: 1rem;
  height: 2px;
  top: 0.9rem;
  left: -1rem;
  z-index: 1;
}
/* Scroll in modal */
.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  height: 80vh;
  overflow-y: auto;
}
/* End */
.modal-body .badge {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.timeline-card .badge {
  position: absolute;
  top: 1.15rem;
  left: 1rem;
}
.timeline-card-alt {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.timeline-card-alt .badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.timeline-card:before,
.timeline-card-alt: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,
.timeline-card-alt:after {
  content: '';
  display: inline-block;
  position: absolute;
  background-color: currentColor;
  width: 29px;
  height: 2px;
  top: 25px;
  left: -29px;
  z-index: 1;
}
.timeline-card-blue {
  border-left-color: #4A89DC;
}
.timeline-card-blue:before {
  border-color: #4A89DC;
}
.timeline-card-blue:after {
  background-color: #4A89DC;
}
.timeline-card-green {
  border-left-color: #37BC9B;
}
.timeline-card-green:before {
  border-color: #37BC9B;
}
.timeline-card-green:after {
  background-color: #37BC9B;
}
.timeline-card-orange {
  border-left-color: orange;
}
.timeline-card-orange:before {
  border-color: orange;
}
.timeline-card-orange:after {
  background-color: orange;
}
.map {
  width: 100%;
  height: 280px;
  margin: 15px 0 30px;
}
.send-form-btn {
  display: flex;
  justify-content: center;
}
/******************************************
*              For tablet                 *
******************************************/
@media only screen and (min-width: 576px) {
  .modal-body .mobile_center {
    text-align: left;
  }
  .text-primary {
    text-align: right;
  }
  .text-secondary {
    text-align: unset;
    margin-bottom: unset;
  }
  .date-block {
    text-align: right;
  }
}
/******************************************
*              For desktop                *
******************************************/
@media only screen and (min-width: 768px) {
  .main-container {
    width: 75%;
  }
  .h3,
  .base-atrs,
  .mobile_center {
    text-align: left;
  }
  .site-title {
    float: left;
  }
  .site-nav {
    float: right;
  }
  .avatar {
    margin-bottom: -80px;
    margin-right: 5rem;
  }
  .mob-mt {
    margin-top: initial;
  }
  .send-form-btn {
    justify-content: left;
  }
}
/******************************************
*             For printing                *
******************************************/
@media print {
  body {
    background-color: #fff;
  }
  .mob-mt {
    margin-top: initial;
  }
  .h3 {
    text-align: left;
  }
  .print-w100 {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .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;
  }
  .skills-section,
  .work-experience-section,
  .contant-section {
    padding: 1.5rem 5rem 2rem !important;
  }
  .page-break {
    padding-top: 2rem;
    page-break-before: always;
  }

}
