/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

@font-face {
  font-family: 'farnaz';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BFarnaz.eot?#') format('eot'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BFarnaz.woff') format('woff'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BFarnaz.ttf') format('truetype');
}

@font-face {
  font-family: 'yekan';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BYekan.eot?#') format('eot'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BYekan.woff') format('woff'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BYekan.ttf') format('truetype');
}

@font-face {
  font-family: 'nazanin';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BNazanin.eot?#') format('eot'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BNazanin.woff') format('woff'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BNazanin.ttf') format('truetype');
}

@font-face {
  font-family: 'homa';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BHoma.eot?#') format('eot'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BHoma.woff') format('woff'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BHoma.ttf') format('truetype');
}

@font-face {
  font-family: 'lotus';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BLotus.eot?#') format('eot'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BLotus.woff') format('woff'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BLotus.ttf') format('truetype');
}

@font-face {
  font-family: 'titr';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BTitrBold.eot?#') format('eot'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BTitrBold.woff') format('woff'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BTitrBold.ttf') format('truetype');
}

@font-face {
  font-family: 'tahoma';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/tahoma.ttf') format('truetype');
}

@font-face {
  font-family: 'titr2';
  src: url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BTitrTGEBold.eot?#') format('eot'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BTitrTGEBold.woff') format('woff'),
       url('C:/Users/User-paytakht/Desktop/MSC-Site/font/BTitrTGEBold.ttf') format('truetype');
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.timeline-item {
  display: flex;
  margin-bottom: 30px;
  position: relative;
}

.timeline-item .timeline-icon {
  position: absolute;
  left: -30px;
  width: 30px;
  height: 30px;
  background-color: #0d6efd;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-item .timeline-content {
  padding-left: 50px;
  padding-right: 30px;
  background: #f7f7f7;
  border-left: 2px solid #0d6efd;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

.timeline-item .timeline-content h3 {
  margin: 0;
  color: #0d6efd;
}

.timeline-item .timeline-content p {
  margin: 10px 0 0;
  color: #555;
}

.timeline-item .timeline-icon i {
  font-size: 16px;
}

.timeline-item:before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #0d6efd;
}

@media (max-width: 768px) {
  .timeline-item {
    flex-direction: column;
    align-items: center;
  }

  .timeline-item .timeline-icon {
    left: 0;
    margin-bottom: 10px;
  }

  .timeline-item .timeline-content {
    padding-left: 20px;
    padding-right: 20px;
    border-left: none;
    border-top: 2px solid #0d6efd;
  }
}
