/**
* Name: tl-style.css

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
margin: 0;
}


body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #006fbe;
  text-decoration: none;
}

a:hover {
  color: #008df1;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5
h6 {
  font-family: "Playfair Display", serif;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #1d284b;
  color: white;
  text-align: center;
}
    

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #006fbe;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #0087e7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #29292c;
  transition: all 0.5s;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 997;
}

#header .logo {
  font-family: 'Noto Sans', sans-serif;    
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

@media(max-width: 768px) {
#header .logo {
  font-size: 16px;
  letter-spacing: 0px;
}
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px 0px;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;    
  color:#fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #006fbe;
  font-weight: bold;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 36px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle:hover {
  color: #ffffff;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(68,68,68,.5);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 30px;
    height: 170px;
    width: 170px;
  padding: 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #006fbe;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #006fbe;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background-color: rgba(22, 30, 56, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .container {
  text-align: center;
}


#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}

#hero .btn-get-started {
  font-size: 64px;
  transition: 0.5s;
  color: #fff;
  height: 60px;
}

#hero .btn-get-started:hover {
  padding-top: 10px;
  background: #007ed8;
}

@media (min-width: 992px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0;
}

.section-bg {
  background: linear-gradient(180deg, #f2f6f9 0%, #fff 100%);
}

.section-title {
  padding-bottom: 0px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1px;
  padding-bottom: 1px;
  position: relative;
  color: #345676;
}

.section-title h2::after {
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.timeline .timeline-title {
  font-size: 26px;
  font-weight: 500;
  margin-left: 30px;    
  margin-top: 10px;
  margin-bottom: 20px;
  color: #4b7dab;
  font-family: "Playfair Display", serif;
}

.timeline .timeline-item {
  padding: 0 0 20px 20px;
  margin-left: 15px;
  margin-right: 0px;    
  margin-top: -2px;
  border-left: 2px solid #006fbe;
  position: relative;
}

.timeline .timeline-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #2c4964;
  margin-bottom: 10px;
}

.timeline .timeline-item h5 {
  font-size: 12px;
  color: #666;
  background:#ffffff;
  border-radius: 5px;    
  padding: 5px 15px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}

.timeline .timeline-item ul {
  padding-left: 20px;
}

.timeline .timeline-item ul li {
  padding-bottom: 10px;
}

.timeline .timeline-item:last-child {
  padding-bottom: 0;
}

.timeline .timeline-item::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  left: -12px;
  top: 0;
 background: #006fbe;
    border: 2px solid #006fbe;
}

.img-frame {
    width: 100%;
    height: auto;
    padding-top: 15px;
}
