/* Body 
------------------------------------- */
body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: relative;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

.container {
  padding: 0 5%;
}

.flexContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.headerHolder {
  align-items: center;
  text-align: center;
}

.headerHolder h1 {
  margin-bottom: .5em;
}

.contentContainer {
  width: 50%;
}

@media(max-width:768px) {
  .contentContainer {
    width: 100%;
  }
}

/* Typography
------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: 62px;
  margin-bottom: 2rem;
}

h2 {
  color: #323232;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: 1px;
  padding-bottom: 12px;
}

h3 {
  color: #ffa400;
  font-size: 16px;
  letter-spacing: 26px;
  letter-spacing: 2px;
}

h5 {
  color: #ffa400;
  line-height: 28px;
  letter-spacing: 2px;
}

p {
  font-size: 16px;
  letter-spacing: 0.9px;
  line-height: 32px;
}

a {
  text-decoration: none;
}


/* All Section styles
------------------------------------- */
#blog,
#counter,
#contact {
  padding: 3em 0;
}

#about h3 {
  padding-bottom: 12px;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
  margin: 2em 0;
}

/* home section styles
/* ========================================== */
#home {
  background: url('./images/home-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  text-align: center;
}

#home .btn-danger {
  background: #ffa400 !important;
  margin-right: 20px;
}

#home .btn-danger:hover {
  background: #ffc400 !important;
}

#home .btn {
  background: #000000;
  border-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 52px;
  margin-top: 40px;
  transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #ffa400;
}



/* about section styles
/* ========================================== */
#about .container {
  width: 100%;
  padding: 0px;
  margin: 0px;
  max-width: fit-content;
}

.img-responsive {
  width: 100%;
}

#about .col-md-6 {
  padding: 0;
}

#about .about-des {
  padding: 65px;
  display: flex;
  align-items: center;
  height: 100%;
}

#about .about-des h3 {
  font-size: 26px;
}

#about .about-des h4 {
  font-size: 20px;
}

#about .about-des p {
  font-size: 16px;
  line-height: 32px;
}


/* blog section styles
/* ========================================== */
#blog h2,
#blog h4 {
  text-align: center;
}

#blog h2 {
  padding-bottom: 12px;
  font-size: 32px;
}

#blog h4 {
  padding-bottom: 32px;
  letter-spacing: 0.9px;
}

#blog p {
  padding-top: 10px;
  font-size: 14px;
  line-height: 28px;
}

#blog .blog-wrapper {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  padding: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 28%;
}

#blog .blog-wrapper img {
  width: 100%;
  display: block;
  height: 15em;
  margin-bottom: 1em;
}

#blog .blog-wrapper h3 a {
  color: #000000;
}

@media(max-width:992px) {
  #blog .blog-wrapper {
    width: 45%;
  }
}

@media(max-width:768px) {
  #blog .blog-wrapper {
    width: 100%;
  }
}

/* Counter section styles
/* ========================================== */
#counter {
  background: url('./images/counter-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 160px;
}

#counter .counter-number {
  color: #ffa400;
  font-size: 32px;
}

#counter .counter-text {
  color: #ffffff;
  letter-spacing: 2px;
}


/* contact section styles
/* ========================================== */
#contact {
  background: url('./images/contact-bg.jpg') 50% 0 repeat-y fixed;
  background-size: cover;
  background-position: center;
}

#contact .form-control {
  background: transparent;
  outline: none !important;
  border-color: #ffffff;
  color: #ffffff;
  border-radius: 0px;
  display: block;
  width: -webkit-fill-available;
  box-shadow: none;
  margin-bottom: 22px;
  transition: all 0.4s ease-in-out;
  padding: 10px;
  height: auto;
}

#contact .form-control::placeholder {
  color: #d9d9d9;
  /* change to any color */
  opacity: 1;
  /* important for Firefox */
}

.contactContainer {
  width: 45%;
  padding: 0 1em;
}

@media(max-width:992px) {
  .contactContainer {
    width: 100%;
  }
}

#contact input[type="submit"] {
  background: #000000;
  border: none;
  border-radius: 4px;
  font-weight: bold;
  letter-spacing: 1px;
  height: 50px;
  margin-top: 10px;
}

#contact input[type="submit"]:hover {
  background: #ffa400;
}



#contact .contact-detail {
  background: rgba(250, 250, 250, 0.75);
  padding: 34px 10px 34px 60px;
}

#contact .contact-detail h2 {
  padding-bottom: 28px;
}

#contact .contact-detail div {
  padding-bottom: 10px;
}


/* footer section styles
/* ========================================== */
footer {
  padding-top: 80px;
  padding-bottom: 50px;
}

footer h2 {
  margin: 1em 0 .25em;
}

footer p {
  padding-right: 40px;
  padding-bottom: 20px;
  font-size: 14px;
}

footer a {
  color: #606060;
}

footer a:hover {
  color: #ffa400;
  text-decoration: none;
}

.link-list a {
  color: #606060;
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}

.footerMain {
  width: 50%;
}

.footerSub {
  width: 15%;
}

@media(max-width:992px) {
  .footerSub {
    width: 25%;
  }
}

@media(max-width:768px) {

  .footerMain,
  .footerSub {
    width: 100%;
  }
}

.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  margin: .3em;
}

.social-icon li a {
  background: #3c3c3c;
  border-radius: 100%;
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  margin-right: 2px;
}

.social-icon li a:hover {
  background: #ffa400;
}



@media (max-width: 1280px) {
  #about .about-des {
    padding: 40px;
  }

  #about .about-des h3 {
    font-size: 20px;
  }

  #about .about-des h4 {
    font-size: 16px;
  }

  #about .about-des p {
    font-size: 13px;
    line-height: 24px;
  }
}

#counter .counter-item {
  width: 25%;
}

/* mobile responsive section styles
/* ========================================== */
@media (max-width: 992px) {
  #counter .counter-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 53px;
  }

  #counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
  }

}

@media (max-width: 650px) {
  h1 {
    font-size: 40px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 28px;
    line-height: 38px;
  }

  #home h5 {
    font-size: 11px;
  }

  #home .btn {
    display: inline-block;
    padding: 14px 32px;
    margin-top: 20px;
  }

  #home .btn-danger {
    margin-right: 5px;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 24px;
    line-height: 34px;
  }

  #home h5 {
    font-size: 9px;
  }
}