@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
	font-family: Montserrat; /* "Raleway", sans-serif*/
	font-size: 1.2em;
  color: #101010;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}


a {
  transition: all 0.3s ease;
  color: #800000;
}

a:hover a:focus {
  text-decoration: none;
  color: #D40;
  outline: none;
}

.btn {
  padding: 7px 30px;
}

.tm-section-pad-top {
  padding-top: 0px;
  padding-bottom: 0px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 0px;
}

.tm-text-primary {
  color: #800000;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #369;
}
/* Navbar, header secrion */

.tm-navbar {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: transparent;
    transition: all 0.3s ease;
  }
  
  .tm-navbar.scroll {
    background-color: white;
    border-bottom: 1px solid #e9ecef;
  }
  
  .navbar-brand {
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
  }
  
  .navbar-brand:hover,
  .tm-navbar.scroll .navbar-brand:hover {
    color: #369;
  }
  
  .tm-navbar.scroll .navbar-brand {
    color: #369;
  }
  
  .nav-item {
    list-style: none;
    margin: 0px 8px;
  }
  
  .tm-nav-link {
    color: white;
  }
  
  .tm-navbar.scroll .tm-nav-link {
    color: #369;
  }
  
  .tm-navbar.scroll .tm-nav-link:hover,
  .tm-navbar.scroll .tm-nav-link.current,
  .tm-nav-link:hover {
    color: #FFF;
    background-color: #800000;
  }
  
  .navbar-toggler {
    border: 1px solid white;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .navbar-toggler-icon {
    color: white;
    padding-top: 6px;
  }
  
  .tm-navbar.scroll .navbar-toggler {
    border: 1px solid #707070;
  }
  
  .tm-navbar.scroll .navbar-toggler-icon {
    color: #707070;
  }

  @media (min-width: 768px) {
   
    .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

/*contact - footer section */
#contact {
    color: white;
    background-color: #001828;
    background-image: url(../img/infinite-loop-03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  
  .contact-item {
    margin-left: 20px;
    margin-bottom: 50px;
  }
  
  .item-link {
    display: flex;
    align-items: center;
  }
  
  .item-link i,
  .item-link span {
    color: white;
    transition: all 0.3s ease;
  }
  
  .item-link:hover i,
  .item-link:hover span {
    color: #369;
  }
  
  .tm-input {
    margin: 0 0 20px 0;
    width: 90%;
    padding: 8px 20px;
    border-radius: 6px;
    border: 1px solid white;
    background: transparent;
    color: white;
  }
  
  .tm-btn-submit {
      font-size: 0.9em;
      color: #fff;
      background-color: #369;
      width: 50%;
      margin-bottom: 60px;
  }
  
  .tm-btn-submit:hover {
      color: #fff;
      background-color: #369;
  }
  
  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(172, 224, 248);
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgb(172, 224, 248);
  }
  
  ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgb(172, 224, 248);
  }
  
  .tm-footer {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 0 15px;
  }
  
  .tm-footer a {
      color: #fff;
  }
  
  .tm-footer a:hover {
      color: #9CF;
  }
  
  .tm-footer-link {
    color: white;
  }
  
  .tm-footer-link:hover,
  .tm-footer-link:focus {
    color: #369;
    text-decoration: none;
  }
  
  p {
    line-height: 1.6rem;
    text-align: justify;
  }

  /* media querries started */
  @media (max-width: 600px) {
    .tm-content-box {
      padding-top: 0px;
      row-gap: 8px;
    
    }
    .tm-section-title {
      font-size: 2rem;
    }
    h2 {
      font-size: 1.8rem;
    }
    
    .tm-intro-text {
      text-align: justify;
    }

    .row.differences .col-md-6{
      margin-bottom: 1rem;
    }
    .row.contact-icons .col-lg-3{
      margin-bottom:1rem ;
    }

    #contact{
      padding-bottom: 3rem;
    }
    .tm-footer{
      bottom: 15px;
    }
   .form-ft{
  text-align: center;
}

  }