/*
	Adam Golf Design
	Author: Muddasir Abbas Awan
	URL: http://awandevelopers.com/muddasirawan
	Version: 0.0.1
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

/* BASE - Base styles, variables etc*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

p {
  text-align: justify;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

/* MODULES - Individual site */
/*****************************/
/*######## HOME BANNER ######*/
/*****************************/
.home .carousel-item {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #808080;
}

.carousel-caption h1 {
  margin-bottom: 0;
}

/*****************************/
/*########## TEAM ########*/
/*****************************/
.team__column img {
  float: left;
}

.team__column .team__title {
  padding: 2rem;
  font-size: 16px;
  color: #46535b;
  display: inline-block;
}

.team__column .team__title:after {
  font-family: FontAwesome;
  content: "\f055";
  display: block;
}

.team__column .team__title.active:after {
  font-family: FontAwesome;
  content: "\f056";
}

/*****************************/
/*########## HISTORY ########*/
/*****************************/
.page-template-page-history {
  background-color: #808080;
}

.history_body_bg {
  background-color: #808080;
}

@media (min-width: 576px) {
  .history_body_bg {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.history_bg {
  background-color: #9c9fa0;
}

/*****************************/
/*########## Projects ########*/
/*****************************/
#description-tab .d-flex {
  display: block;
}

.project__box {
  display: block;
  text-decoration: none;
  color: #46535b;
}

.project__box .project__item__box {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.project__box .project__item__box .project__info__wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.project__box .project__item__box .project__info__wrap .project__info {
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: .5rem;
}

@media (max-width: 1024px) {
  .project__box .project__item__box .project__info__wrap .project__info {
    visibility: visible;
    opacity: 1;
    display: block;
    text-decoration: none;
    color: #46535b;
  }
}

.project__box .project__item__box .project__info__wrap .project__info p {
  text-align: center;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .project__box .project__item__box :hover .project__info {
    visibility: visible;
    opacity: 1;
    display: block;
    text-decoration: none;
    color: #46535b;
  }
}

.title_single {
  margin: 0;
}

.title_single.title_red {
  color: #a22c37;
  font-size: 25px;
  font-weight: 400;
  padding: 5px 0;
}

.title_single.title_dark {
  color: #46535b;
  font-size: 22px;
  margin-left: 0;
  padding-top: 10px;
  font-weight: 400;
}

.title_single.title_dark a {
  color: inherit;
  text-decoration: none;
}

/*****************************/
/*### Projects Single ########*/
/*****************************/
#photos_carousel,
#projectCarousel {
  background-color: #808080;
}

#photos_carousel .carousel-item,
#projectCarousel .carousel-item {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {

  #photos_carousel .carousel-control-next,
  #photos_carousel .carousel-control-prev,
  #projectCarousel .carousel-control-next,
  #projectCarousel .carousel-control-prev {
    top: 30%;
    bottom: 70%;
  }
}

#before-after-tab.tab__content.active {
  background-color: #808080;
}

/*****************************/
/*########## WHAT WE DO ######*/
/*****************************/
.wwd__padding {
  padding: 3rem;
}

@media (min-width: 1025px) {
  .wwd__padding {
    padding-top: 3rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.wwd__padding h3 {
  color: #46535b;
  font-size: 25px;
}

.wwd_featured_image {
  height: calc(100vh - 115px);
}

@media only screen and (max-width: 768px) {
  .wwd_featured_image {
    height: 400px !important;
  }
}

/*****************************/
/*########## CONTACT ########*/
/*****************************/
.contact-section {
  background-color: #808080 !important;
}

.contact-section a {
  color: #46535b;
}

.contact-section .contact-box {
  position: absolute;
  right: 0;
  top: 20%;
}

.contact-section .contact-box {
  padding: 25px;
  background-color: #fff;
}

.contact-section .contact-box .contact-box-inner ul li strong {
  color: #46535b;
}

@media (max-width: 767px) {
  .contact-section {
    background: none !important;
  }

  .contact-section .contact-box {
    position: relative;
    top: 0;
  }
}

/* LAYOUTS - Page layout styles */
/*****************************/
/*####### MAIN NAVBAR DARK #######*/
/*****************************/
.navbar-bg {
  background: #46535b;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-bg .navbar-nav .active>.nav-link,
.navbar-bg .navbar-nav .nav-link.active,
.navbar-bg .navbar-nav .nav-link.show,
.navbar-bg .navbar-nav .show>.nav-link {
  color: #fff;
  text-decoration: underline;
}

.navbar-bg .navbar-nav .nav-link {
  color: #fff;
}

.navbar-bg .navbar-nav .nav-link:focus,
.navbar-bg .navbar-nav .nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.tax-projects .menu-item-24 a,
.tax-projects .menu-item-484 a,
.tax-projects .menu-item-492 a,
.single-project .menu-item-24 a,
.single-project .menu-item-484 a,
.single-project .menu-item-492 a {
  text-decoration: underline;
}

.page-template-page-projects .new-courses a,
.page-template-page-projects .realises a,
.page-template-page-projects .realizado a {
  color: #fff;
  text-decoration: underline;
}

/**********************************************/
/*############## NAVBAR LIGHT #################*/
/**********************************************/
.navbar__light {
  background: #808080;
}

.navbar__light li a {
  color: #46535b;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar__light li :hover {
  color: #fff;
  text-decoration: underline;
}

.navbar__light .active a {
  color: #fff;
  text-decoration: underline;
}

/**********************************************************/
/*################## NAVBAR LIGHTER ######################*/
/**********************************************************/
.navbar__lighter {
  background: #9c9fa0;
}

.navbar__lighter .list__numbers li {
  padding: 0;
  margin: 0;
}

.navbar__lighter .list__numbers li:after {
  content: "|";
  padding: 5px;
}

.navbar__lighter .list__numbers li:last-child:after {
  content: "";
  padding: 0;
}

.navbar__lighter li a {
  color: #46535b;
  font-weight: 400;
  text-transform: capitalize;
}

.navbar__lighter li :hover {
  color: #fff;
  text-decoration: underline;
}

.navbar__lighter .active a {
  color: #fff;
  text-decoration: underline;
}

/**********************************************************/
/*################## NAVBAR LIGHT - What We do ############*/
/**********************************************************/
@media (max-width: 1024px) {
  .whatwedo .nav-tabs {
    display: block;
    text-align: right;
  }
}

.whatwedo .nav-tabs {
  border: none;
}

.whatwedo .nav-tabs .nav-link {
  border: none;
}

.whatwedo .nav-tabs .nav-item.show .nav-link,
.whatwedo .nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  border: none;
}

.whatwedo .nav-tabs .nav-link:focus,
.whatwedo .nav-tabs .nav-link:hover {
  border: none;
}

/**********************************************************/
/*################## NAVBAR LIGHT - PROJECTS ############*/
/**********************************************************/
.project_tab_list li:after {
  content: "|";
  padding: 0 15px;
}

.project_tab_list li:last-child:after {
  content: "";
  padding: 0px;
}

@media (max-width: 769px) {
  .project_tab_list li {
    display: block;
    text-align: right;
    margin-right: 0 !important;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .project_tab_list li:after {
    content: "";
    padding: 0px;
  }
}

/**********************************************************/
/*################## NAVBAR LIGHTER - PROJECTS ############*/
/**********************************************************/
.theme-bg-lighter {
  background-color: #9c9fa0;
}

.theme-bg-lighter.nav-tabs .nav-item .nav-link {
  color: #fff;
  border: none;
  text-transform: uppercase;
}

.theme-bg-lighter.nav-tabs .nav-item.show .nav-link,
.theme-bg-lighter.nav-tabs .nav-link.active {
  color: #fff;
  background-color: transparent;
  text-decoration: underline;
  border: none;
}

.theme-bg-lighter.nav-tabs .nav-link:focus,
.theme-bg-lighter.nav-tabs .nav-link:hover {
  border: none;
  color: #fff;
  text-decoration: underline;
}

/*****************************/
/*########## HEADER #########*/
/*****************************/
.top-header {
  background-color: #fff;
}

.top-header .logo_width {
  height: 45px;
}

ul.list_languages {
  text-align: right;
}

ul.list_languages li.active {
  font-weight: 400;
}

ul.list_languages a {
  color: #46535b;
  text-decoration: none;
}

ul.list_languages :after {
  content: "|";
  padding-left: 10px;
  text-align: center;
  font-weight: 300;
}

ul.list_languages :last-child:after {
  content: "";
  padding-left: 0;
}

footer.footer {
  background-color: #46535b;
  padding: 3px 0;
}

footer.footer ul li {
  color: #fff;
  font-size: 12px;
}

footer.footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

footer.footer ul li a:hover,
footer.footer ul li a:active,
footer.footer ul li a:focus {
  color: #fff;
  text-decoration: underline;
}

footer.footer ul li.spacer:after {
  content: "|";
  padding-left: 10px;
}

footer.footer ul.developer-info {
  text-align: right;
}

@media (max-width: 375px) {
  footer.footer ul li.spacer:after {
    content: " ";
    padding: 0;
  }
}

/*****************************/
/*### Publications ####*/
/*****************************/
.publications_list {
  margin-top: 2rem;
}

.publications_list__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1.5rem;
}

.publications_list__text {
  flex: 1 1 auto;
}

.publications_list__thumb {
  flex: 0 0 220px;
  position: relative;
}

.publications_list__thumb a {
  display: block;
}

.publications_list__thumb img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 576px) {
  .publications_list__item {
    align-items: flex-start;
  }
  .publications_list__thumb {
    flex-basis: 96px;
  }
}

.publication_date {
  color: #6c757d;
  margin: 0 0 1.5rem 0;
}

.publication_pdf_viewer iframe {
  background-color: #808080;
}

.publication_pdf_download a {
  color: #6c757d;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
}

.publication_pdf_download a:hover {
  color: #343a40;
  text-decoration: underline;
}

.publication_text_image__img {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 320px;
}

/*# sourceMappingURL=main.css.map */