/*
Tandy-net Services
Base site styles
*/

@import url('https://fonts.googleapis.com/css?family=Muli:300,700|Nunito');

html {
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff;
  font-family: 'Nunito', sans-serif;
  color: #333333;
  overflow-x: hidden;
  padding-top: 70px;
}

/*---------------------------------------
  TYPOGRAPHY
-----------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Muli', sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 0;
}

h1 {
  color: #252525;
  font-size: 3em;
}

h2 {
  color: #353535;
  font-size: 2em;
  padding-bottom: 10px;
}

h3 {
  color: #454545;
  font-size: 1.5em;
  margin-bottom: 0;
}

h3 a {
  color: inherit;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
}

/*---------------------------------------
  GENERAL
-----------------------------------------*/

a {
  color: #252525;
  text-decoration: none !important;
  transition: 0.3s ease;
}

a:hover,
a:active,
a:focus {
  outline: none;
}

a,
input,
button,
.form-control {
  transition: 0.3s ease;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #000000;
}

section {
  position: relative;
  padding: 100px 0;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  margin: 0;
}

.section-title small {
  display: block;
}

.overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
}

/* Shared light sections */
#testimonial,
#contact {
  background: #f9f9f9;
}

#testimonial {
  text-align: center;
}

/*---------------------------------------
  BUTTONS
-----------------------------------------*/

.section-btn {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-size: inherit;
  font-weight: 400;
  padding: 15px 30px;
}

.section-btn:hover {
  border-color: transparent;
}

/*---------------------------------------
  PRE LOADER
-----------------------------------------*/

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.spinner {
  position: relative;
  border: 1px solid transparent;
  border-radius: 3px;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  margin-top: -10px;
  margin-left: -10px;
  border: 1px solid #575757;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: spinner 0.9s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/*---------------------------------------
  MENU
-----------------------------------------*/

.custom-navbar {
  background: #ffffff;
  border-bottom: 0;
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 0;
}

.custom-navbar .navbar-brand {
  color: #454545;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
}

.custom-navbar .navbar-nav.navbar-nav-first {
  margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
  padding-right: 12px;
  padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right li a .fa {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  border-radius: 100%;
  text-align: center;
  color: #ffffff;
}

.custom-navbar .nav li a {
  line-height: 40px;
  color: #575757;
  padding-right: 22px;
  padding-left: 22px;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus,
.custom-navbar .nav li a:hover,
.custom-navbar .nav li.active > a {
  background-color: transparent;
}

.custom-navbar .navbar-toggle {
  border: none;
  background-color: transparent;
  padding-top: 10px;
}

.custom-navbar .navbar-toggle .icon-bar {
  background: #252525;
  border-color: transparent;
}

/*---------------------------------------
  HOME / SLIDER
-----------------------------------------*/

#home {
  padding: 0;
}

#home h1 {
  color: #ffffff;
}

#home h3 {
  color: #f9f9f9;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 5px 0 40px;
}

@media (min-width: 768px) {
  .home-slider .col-md-6 {
    padding-left: 0;
  }
}

.home-slider .caption {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: left;
  color: #ffffff;
  background-color: rgba(20, 20, 20, 0.25);
}

.home-slider .item {
  height: 650px;
  background-repeat: no-repeat;
  background-attachment: local;
  background-position: center;
  background-size: cover;
}

.caption h3 a {
  color: #ffffff;
}

.home-slider .item-first {
  background-image: url(../images/slider-image1.jpg);
}

.home-slider .item-second {
  background-image: url(../images/slider-image2.jpg);
}

.home-slider .item-third {
  background-image: url(../images/slider-image3.jpg);
}

/*---------------------------------------
  FEATURE BLOCKS
-----------------------------------------*/

.feature-thumb {
  border: 1px solid #f0f0f0;
  padding: 4em 2.5em;
  height: 100%;
}

.feature-thumb span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  background: #3f51b5;
}

.feature-thumb h3 {
  margin: 10px 0;
}

/*---------------------------------------
  ABOUT
-----------------------------------------*/

#about figure {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 20px;
}

#about figure span {
  float: left;
  margin-right: 15px;
  position: relative;
  top: 4px;
}

#about figure span i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  background: #3f51b5;
}

#about figure figcaption {
  overflow: hidden;
}

.entry-form {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 3em;
  border-radius: 20px;
  text-align: center;
  background: #252020;
}

.entry-form h2 {
  color: #ffffff;
  margin: 0 0 20px;
}

.entry-form .form-control {
  height: 45px;
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.entry-form .submit-btn {
  width: 100%;
  max-width: 220px;
  height: 50px;
  margin: 25px auto 10px;
  border: 0;
  border-radius: 50px;
  background: #ffffff;
  color: #252020;
}

/*---------------------------------------
  GENERIC CONTENT SECTIONS
-----------------------------------------*/

#courses .section-title {
  text-align: center;
}

#testimonial .item {
  background: #ffffff;
  margin: 20px 0;
  padding: 3em 2.5em;
  text-align: left;
}

#courses .col-md-4,
#testimonial .col-md-4 {
  display: block;
  width: 100%;
}

#testimonial .item > p {
  font-size: 16px;
  line-height: 26px;
}

.tst-image,
.tst-author {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  text-align: left;
}

.tst-image img {
  width: 60px !important;
  height: 60px;
  margin-right: 15px;
  border-radius: 50px;
}

.tst-author h4 {
  margin: 0;
}

.tst-author span {
  color: #808080;
  font-size: 14px;
}

/*---------------------------------------
  CONTACT
-----------------------------------------*/

#contact .section-title {
  padding-bottom: 20px;
}

#contact h2 > small,
#contact p,
#contact a {
  color: inherit;
}

#contact-form {
  padding: 1em 0;
}

#contact-form .col-md-12,
#contact-form .col-md-4 {
  padding-left: 0;
}

#contact-form .form-control {
  margin: 10px 0;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}

#contact-form input {
  height: 50px;
}

#contact-form input[type='submit'] {
  border: 1px solid transparent;
  border-radius: 50px;
}

.contact-image {
  text-align: center;
}

.contact-image img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------
  FOOTER
-----------------------------------------*/

footer {
  background: #252020;
  padding: 100px 0;
}

footer .section-title {
  padding-bottom: 10px;
}

footer h2 {
  font-size: 20px;
}

footer a,
footer p,
footer li {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

.footer-info {
  margin-right: 2em;
}

.footer-info h2 {
  color: #ffffff;
  padding: 0;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
}

.footer_menu li {
  display: inline-block;
  list-style: none;
  margin: 5px 10px 5px 0;
}

/*---------------------------------------
  SOCIAL ICONS
-----------------------------------------*/

.social-icon {
  position: relative;
  margin: 0;
  padding: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 5px 5px 5px 0;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}

/*---------------------------------------
  RESPONSIVE
-----------------------------------------*/

@media screen and (max-width: 1170px) {
  .custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: inherit;
  }
}

@media only screen and (max-width: 992px) {
  section,
  footer {
    padding: 60px 0;
  }

  .home-slider .item {
    background-position: center center;
  }

  .feature-thumb,
  .about-info,
  .footer-info {
    margin-bottom: 40px;
  }

  .contact-image {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-navbar .nav li a {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.5em;
  }

  h1,
  h2,
  h3 {
    line-height: normal;
  }

  .custom-navbar {
    background: #ffffff;
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
  }

  .custom-navbar .navbar-brand,
  .custom-navbar .nav li a {
    line-height: normal;
  }

  .custom-navbar .nav li a {
    padding: 10px;
  }

  .custom-navbar .navbar-brand,
  .top-nav-collapse .navbar-brand {
    color: #252525;
    font-weight: 600;
  }

  .custom-navbar .nav li a,
  .top-nav-collapse .nav li a {
    color: #575757;
  }

  .custom-navbar .navbar-nav.navbar-right li {
    display: inline-block;
  }

  .footer-info {
    margin-right: 0;
  }

  .entry-form {
    padding: 2em;
  }
}

@media only screen and (max-width: 580px) {
  h2 {
    font-size: 1.8em;
  }

  #testimonial .item {
    padding: 2em;
  }

  .contact-image {
    margin-top: 0;
  }
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2em;
  }

  #home h3 {
    font-size: 14px;
  }

  .entry-form {
    max-width: 100%;
    border-radius: 12px;
    padding: 1.5em;
  }
}