@charset "UTF-8";

/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   infinity - Multipurpose Business Landing Page
Version:        1.0.0
Author:         themexriver
URL:            http://themeforest.net/user/themexriver
-------------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1  Theme Reset Style
#0.2  Global Elements
#0.3  header
#0.4  hero
#0.5  footer
#0.6  featured
#0.7  about
#0.8  skills
#0.9  services
#1.0  pricing
#1.1  fun-fact
#1.2  projects
#1.3  faq
#1.4  testimonials
#1.5  partner
#1.6  intro
#1.7  about-s2
#1.8  services-s2
#1.9  team
#2.0  funfact style 2
#2.1  skills
#2.2  cta
#2.3  blog
#2.4  address

-----------------------------------------------------------------
>>> home Architecture
-----------------------------------------------------------------
#3.0  about-s3
#3.1  services-s3
#3.2  projects-architects
#3.3  team-architects
#3.4  architects-pricing
#3.5  architects-blog
#3.6  architects-testimonials


-----------------------------------------------------------------
>>> home construction
-----------------------------------------------------------------
#4.0  construction-services
#4.1  construction-projects
#4.2  construction-about
#4.3  construction-why-choose
#4.4  construction-team
#4.5  construction-news-faq
#4.6  construction-fun-fact
#4.7  construction-testimonials


-----------------------------------------------------------------
>>> home charity
-----------------------------------------------------------------
#5.0  charity-mission
#5.1  important-causes
#5.2  charity-fun-fact
#5.3  charity-about
#5.4  charity-news
#5.5  charity-next-event
#5.6  charity-gallery
#5.7  charity-testimonials


-----------------------------------------------------------------
>>> home events
-----------------------------------------------------------------
#6.0  events-about
#6.1  event-speakers
#6.2  event-schedules
#6.3  event-booking
#6.4  event-news
#6.5  event-sponsors
#6.6  event-location
#6.7  event-newsletter


-----------------------------------------------------------------
>>> home agency
-----------------------------------------------------------------
#7.0  agency-featured
#7.1  agency-about
#7.2  agency-services
#7.3  agency-fun-fact
#7.4  agency-team
#7.5  agency-portfolio
#7.6  agency-testimonials
#7.7  agency-cta
#7.8  agency-news
#7.9  agency-partner


-----------------------------------------------------------------
>>> home app-landing
-----------------------------------------------------------------
#8.0  app-landing-features
#8.1  app-landing-products
#8.2  app-landing-cta
#8.3  app-landing-showcase
#8.4  app-landing-team
#8.5  app-landing-testimonials
#8.6  app-landing-pricing


-----------------------------------------------------------------
>>> home transport
-----------------------------------------------------------------
#9.0  transport-services
#9.1  transport-awards
#9.2  transport-services2
#9.3  transport-fun-fact
#9.4  transport-features
#9.5  transport-faq
#9.6  transport-testimonials
#9.7  transport-blog
#9.8  transport-contact


-----------------------------------------------------------------
>>> home seo
-----------------------------------------------------------------
#10.0  seo-about
#10.1  seo-featured
#10.2  seo-cta
#10.3  seo-services
#10.4  seo-fun-fact
#10.5  seo-app
#10.6  seo-team
#10.7  seo-cta2
#10.8  seo-projects
#10.9  seo-packages
#10.10  seo-blog
#10.11  seo-testimonials
#10.12  seo-footer


-----------------------------------------------------------------
>>> home hosting
-----------------------------------------------------------------
#11.1  hosting-partner
#11.2  hosting-domain
#11.3  hosting-features
#11.4  hosting-pricing
#11.5  hosting-cta
#11.6  hosting-fun-fact
#11.7  hosting-team
#11.8  hosting-faq-section
#11.9  hosting-testimonials
#11.10  hosting-blog
#11.11  hosting-location
#11.12  hosting-footer



-----------------------------------------------------------------
>>> home wedding
-----------------------------------------------------------------
#12.0  wedding-card
#12.1  wedding-count-down
#12.2  wedding-couple
#12.3  wedding-story
#12.4  wedding-events
#12.5  wedding-gallery
#12.6  wedding-wishes
#12.7  wedding-rsvp
#12.8  wedding-gift-registry
#12.9  wedding-footer



----------------------------------------------------------------*/

/*---------------------------
  Fonts
----------------------------*/

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i|Montserrat:400,700");

/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #555;
  line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
  color: #111;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a:hover,a:focus {
  text-decoration: none;
  outline: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/

.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.section-padding {
  padding: 115px 0;
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

.line {
  background-color: #d9d9d9;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*** for fancybox video ***/

.fancybox-wrap {
  z-index: 99999;
}

/** for popup image ***/

.section-title,.section-title-s2,.section-title-s3,.construction-section-title,.events-section-title {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .section-title,  .section-title-s2,  .section-title-s3,  .construction-section-title,  .events-section-title {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-title,  .section-title-s2,  .section-title-s3,  .construction-section-title,  .events-section-title {
    margin-bottom: 35px;
  }
}

.section-title h2,.section-title-s2 h2,.section-title-s3 h2,.construction-section-title h2,.events-section-title h2 {
  display: inline-block;
  font-size: 36px;
  text-transform: capitalize;
  margin: 0 0 0.17em;
  padding-right: 8px;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2,  .section-title-s2 h2,  .section-title-s3 h2,  .construction-section-title h2,  .events-section-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-title h2,  .section-title-s2 h2,  .section-title-s3 h2,  .construction-section-title h2,  .events-section-title h2 {
    font-size: 25px;
  }
}

.section-title p,.section-title-s2 p,.section-title-s3 p,.construction-section-title p,.events-section-title p {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 767px) {
  .section-title p,  .section-title-s2 p,  .section-title-s3 p,  .construction-section-title p,  .events-section-title p {
    font-size: 16px;
  }
}

.section-title-s2 {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .section-title-s2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .section-title-s2 {
    margin-bottom: 35px;
  }
}

.section-title-s2 h2 {
  padding-bottom: 0.56em;
  margin: 0;
}

.section-title-s2 h2:before {
  content: "";
  background-color: #081f65;
  width: 125px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.section-title-s2 h2:after {
  background-color: #fcce00;
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: auto;
  left: 50%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px #fff;
  -moz-box-shadow: 0 0 0 7px #fff;
  -o-box-shadow: 0 0 0 7px #fff;
  -ms-box-shadow: 0 0 0 7px #fff;
  box-shadow: 0 0 0 7px #fff;
}

.section-title-s3 {
  text-align: left;
}

.section-title-s3 h2:after {
  display: none;
}

.construction-section-title h2 {
  margin: 0;
  padding: 0 0 0.53em;
}

.construction-section-title h2:after {
  display: none;
}

.construction-section-title h2:before {
  content: "";
  background-color: #ffb600;
  width: 120px;
  height: 3px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

@media (max-width: 992px) {
  .construction-section-title h2:before {
    width: 90px;
    height: 2px;
  }
}

.events-section-title {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .events-section-title {
    margin-bottom: 45px;
  }
}

.events-section-title h2 {
  margin: 0;
}

.events-section-title h2:after {
  display: none;
}

.transport-section-title h2,.transport-section-title-center h2 {
  font-size: 30px;
  color: #4d4d4d;
  margin: 0 0 0.7em;
  padding: 0 0 0.5em;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 991px) {
  .transport-section-title h2,  .transport-section-title-center h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .transport-section-title h2,  .transport-section-title-center h2 {
    font-size: 22px;
  }
}

.transport-section-title h2:after,.transport-section-title-center h2:after {
  content: "";
  background: #ff9c00;
  background: -webkit-linear-gradient(left, #ff9c00 46%, #fff 46%, #fff 54%, #2447b9 54%);
  background: -moz-linear-gradient(left, #ff9c00 46%, #fff 46%, #fff 54%, #2447b9 54%);
  background: -o-linear-gradient(left, #ff9c00 46%, #fff 46%, #fff 54%, #2447b9 54%);
  background: -ms-linear-gradient(left, #ff9c00 46%, #fff 46%, #fff 54%, #2447b9 54%);
  background: linear-gradient(left, #ff9c00 46%, #fff 46%, #fff 54%, #2447b9 54%);
  width: 87px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 991px) {
  .transport-section-title h2:after,  .transport-section-title-center h2:after {
    width: 70px;
    height: 3px;
  }
}

.transport-section-title-center {
  text-align: center;
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .transport-section-title-center {
    margin-bottom: 55px;
  }
}

.transport-section-title-center h2:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*** hosting section title ***/

.theme-btn,.theme-btn-s2,.transport-theme-btn,.theme-btn-s3,.theme-btn-s4,.construction-theme-btn,.events-theme-btn-red {
  background-color: #252536;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 15px 25px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
}

.theme-btn:before,.theme-btn-s2:before,.transport-theme-btn:before,.theme-btn-s3:before,.theme-btn-s4:before,.construction-theme-btn:before,.events-theme-btn-red:before {
  content: "";
  background-color: #000;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.theme-btn:hover:before,.theme-btn-s2:hover:before,.transport-theme-btn:hover:before,.theme-btn-s3:hover:before,.theme-btn-s4:hover:before,.construction-theme-btn:hover:before,.events-theme-btn-red:hover:before,.theme-btn:focus:before,.theme-btn-s2:focus:before,.transport-theme-btn:focus:before,.theme-btn-s3:focus:before,.theme-btn-s4:focus:before,.construction-theme-btn:focus:before,.events-theme-btn-red:focus:before,.theme-btn:active:before,.theme-btn-s2:active:before,.transport-theme-btn:active:before,.theme-btn-s3:active:before,.theme-btn-s4:active:before,.construction-theme-btn:active:before,.events-theme-btn-red:active:before {
  width: 100%;
}

.theme-btn:hover,.theme-btn-s2:hover,.transport-theme-btn:hover,.theme-btn-s3:hover,.theme-btn-s4:hover,.construction-theme-btn:hover,.events-theme-btn-red:hover,.theme-btn:focus,.theme-btn-s2:focus,.transport-theme-btn:focus,.theme-btn-s3:focus,.theme-btn-s4:focus,.construction-theme-btn:focus,.events-theme-btn-red:focus,.theme-btn:active,.theme-btn-s2:active,.transport-theme-btn:active,.theme-btn-s3:active,.theme-btn-s4:active,.construction-theme-btn:active,.events-theme-btn-red:active {
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn,  .theme-btn-s2,  .transport-theme-btn,  .theme-btn-s3,  .theme-btn-s4,  .construction-theme-btn,  .events-theme-btn-red {
    padding: 8px 22px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .theme-btn,  .theme-btn-s2,  .transport-theme-btn,  .theme-btn-s3,  .theme-btn-s4,  .construction-theme-btn,  .events-theme-btn-red {
    font-size: 13px;
    font-weight: normal;
  }
}

.theme-btn-s2,.transport-theme-btn {
  background-color: #081f65;
}

.theme-btn-s2:before,.transport-theme-btn:before {
  content: "";
  background-color: #06184d;
}

.theme-btn-s3,.theme-btn-s4,.construction-theme-btn {
  background-color: transparent;
  border: 2px solid #fcce00;
  color: #fcce00;
}

.theme-btn-s3:before,.theme-btn-s4:before,.construction-theme-btn:before {
  content: "";
  background-color: #fcce00;
}

.theme-btn-s4,.construction-theme-btn {
  border: 2px solid #0a22ab;
  color: #0a22ab;
}

.theme-btn-s4:before,.construction-theme-btn:before {
  content: "";
  background-color: #0a22ab;
}

.theme-btn-s4:hover,.construction-theme-btn:hover {
  color: #fff;
}

.construction-theme-btn {
  border-color: #ffb600;
  color: #ffb600;
}

@media screen and (min-width: 992px) {
  .construction-theme-btn {
    padding: 8px 25px;
  }
}

.construction-theme-btn:before {
  background-color: #ffb600;
}

.events-theme-btn-red {
  background-color: #e43426;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 10px 20px;
}

.events-theme-btn-red:before {
  background-color: #4e5a76;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.transport-theme-btn {
  background-color: #2447b9;
}

.transport-theme-btn:before {
  background-color: #203fa4;
}

.form input,.form textarea,.form select {
  border-color: #bfbfbf;
  outline: 0;
  box-shadow: none;
  color: #595959;
}

.form input:focus,.form textarea:focus,.form select:focus {
  border-color: #af9a84;
  -webkit-box-shadow: 0 0 5px 0 #c3b3a3;
  -moz-box-shadow: 0 0 5px 0 #c3b3a3;
  -o-box-shadow: 0 0 5px 0 #c3b3a3;
  -ms-box-shadow: 0 0 5px 0 #c3b3a3;
  box-shadow: 0 0 5px 0 #c3b3a3;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

@-webkit-keyframes stickyMenuAnimation {
  from {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
}

.social-links li a {
  display: block;
  color: #af9a84;
  text-align: center;
}

.social-links li a:hover {
  color: #9b8165;
}

.page-title {
  background: url("../images/page-title.jpg") center center/cover no-repeat local;
  height: 400px;
  text-align: center;
  position: relative;
  display: table;
  width: 100%;
}

.page-title .container {
  vertical-align: middle;
  display: table-cell;
}

.page-title h1 {
  color: #fff;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
}

.preloader div {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*** feauted grid ***/

.feauted-grid {
  padding-left: 70px;
  margin-bottom: 75px;
  position: relative;
}

@media (max-width: 991px) {
  .feauted-grid {
    padding-left: 60px;
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .feauted-grid {
    padding-left: 50px;
  }
}

.feauted-grid .icon {
  background-color: #ca322b;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .feauted-grid .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .feauted-grid .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.feauted-grid .icon i:before {
  color: #fff;
  font-size: 22px;
}

@media (max-width: 991px) {
  .feauted-grid .icon i:before {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .feauted-grid .icon i:before {
    font-size: 16px;
  }
}

.feauted-grid h3 {
  font-size: 22px;
  margin: 0 0 0.64em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .feauted-grid h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .feauted-grid h3 {
    font-size: 16px;
  }
}

.feauted-grid p {
  margin: 0;
}

/*** pricing grid ***/

.pricing-grid {
  text-align: center;
  padding-bottom: 55px;
  outline: 2px solid transparent;
  -webkit-box-shadow: 0 0 10px 2px #dbdbdb;
  -moz-box-shadow: 0 0 10px 2px #dbdbdb;
  -o-box-shadow: 0 0 10px 2px #dbdbdb;
  -ms-box-shadow: 0 0 10px 2px #dbdbdb;
  box-shadow: 0 0 10px 2px #dbdbdb;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .pricing-grid {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pricing-grid {
    padding-bottom: 40px;
  }
}

.pricing-grid:hover {
  outline: 2px solid #af9a84;
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -o-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
}

.pricing-grid:hover .theme-btn,.pricing-grid:hover .theme-btn-s2,.pricing-grid:hover .transport-theme-btn,.pricing-grid:hover .theme-btn-s3,.pricing-grid:hover .theme-btn-s4,.pricing-grid:hover .construction-theme-btn,.pricing-grid:hover .events-theme-btn-red {
  background-color: #000;
}

.pricing-grid .pricing-header {
  background-color: #ffffff;
  padding: 15px 10px 15px;
  position: relative;
}

@media (max-width: 767px) {
  .pricing-grid .pricing-header {
    padding: 25px 10px 40px;
  }
}

.pricing-grid .pricing-header h3 {
  font-size: 22px;
  color: #ca322b;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 767px) {
  .pricing-grid .pricing-header h3 {
    font-size: 18px;
  }
}

.pricing-grid .pricing-header span {
  background-color: #000;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .pricing-grid .pricing-header span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    bottom: -25px;
  }
}

.pricing-grid .pricing-details {
  padding-bottom: 20px;
}

.pricing-grid .pricing-details ul li {
  color: #555;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}

.pricing-grid .pricing-details ul li .fa-check {
  color: #01b169;
}

.pricing-grid .pricing-details ul li .fa-close {
  color: #d34f4f;
}

@media (max-width: 767px) {
  .pricing-grid .pricing-details ul li {
    padding: 10px 0;
  }
}

.pricing-grid .pricing-details ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .pricing-grid .pricing-details ul li:last-child {
    margin-bottom: 35px;
  }
}

/*** prject grid ***/

/*** service style 2 gird ***/

/***** Team Grid ****/

.team .grid .details {
  border: 1px solid #e1e1e1;
  padding: 16px 15px 0;
  text-align: center;
  position: relative;
}

.team .grid h4 {
  font-size: 22px;
  margin: 0 0 0.27em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .team .grid h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .team .grid h4 {
    font-size: 16px;
  }
}

.team .grid span {
  font-size: 14px;
  color: gray;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .team .grid span {
    font-size: 13px;
    margin-bottom: 22px;
  }
}

.team .grid .social {
  background-color: #081f65;
  position: absolute;
  width: 100%;
  height: 48px;
  left: 0;
  bottom: -48px;
  box-shadow: 0 0 0 1px #081f65;
  opacity: 0;
}

@media (max-width: 1199px) {
  .team .grid .social {
    height: 40px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .team .grid .social {
    height: 32px;
    bottom: -32px;
  }
}

.team .grid ul {
  display: inline-block;
}

.team .grid ul li {
  margin-right: 12px;
}

@media (max-width: 767px) {
  .team .grid ul li {
    margin-right: 8px;
  }
}

.team .grid ul li:last-child {
  margin-right: 0;
}

.team .grid ul li a {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 1199px) {
  .team .grid ul li a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .team .grid ul li a {
    font-size: 13px;
  }
}

.team .grid:hover .details {
  background-color: #081f65;
  border-color: #081f65;
}

.team .grid:hover h4 {
  color: #fff;
}

.team .grid:hover span {
  color: #fcce00;
}

.team .grid:hover .social {
  opacity: 1;
}

/****** blog grid ******/

/***** service style 3 grid ****/

/*** team-architects ***/

/*** architects-pricing grid ***/

/*** construction-services-grids ***/

/*** important causes grid ***/

/*--------------------------------------------------------------
#0.3    header
--------------------------------------------------------------*/

.site-header,.site-header-s3,.events-header {
  position: relative;
  /****************************
    topbar
  *****************************/
  /****************************
    navigation
  *****************************/
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .topbar,.site-header-s3 .topbar,.events-header .topbar {
  background-color: #111;
  padding-top: 10px;
  padding-bottom: 10px;
  /*** info ***/
  /*** language social ***/
}

@media (max-width: 991px) {
  .site-header .topbar,  .site-header-s3 .topbar,  .events-header .topbar {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .site-header .topbar,  .site-header-s3 .topbar,  .events-header .topbar {
    text-align: center;
  }
}

.site-header .topbar p,.site-header-s3 .topbar p,.events-header .topbar p,.site-header .topbar span,.site-header-s3 .topbar span,.events-header .topbar span,.site-header .topbar li,.site-header-s3 .topbar li,.events-header .topbar li {
  color: #af9a84;
}

.site-header .topbar .container > .row,.site-header-s3 .topbar .container > .row,.events-header .topbar .container > .row {
  line-height: 32px;
}

.site-header .topbar .navbar-brand,.site-header-s3 .topbar .navbar-brand,.events-header .topbar .navbar-brand {
  height: auto;
}

@media (max-width: 767px) {
  .site-header .topbar .info,  .site-header-s3 .topbar .info,  .events-header .topbar .info {
    border-bottom: 1px solid #040404;
  }
}

.site-header .topbar .info ul,.site-header-s3 .topbar .info ul,.events-header .topbar .info ul {
  overflow: hidden;
}

@media (max-width: 767px) {
  .site-header .topbar .info ul,  .site-header-s3 .topbar .info ul,  .events-header .topbar .info ul {
    display: inline-block;
  }
}

.site-header .topbar .info ul li,.site-header-s3 .topbar .info ul li,.events-header .topbar .info ul li {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .site-header .topbar .info ul li,  .site-header-s3 .topbar .info ul li,  .events-header .topbar .info ul li {
    margin-right: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .info ul li,  .site-header-s3 .topbar .info ul li,  .events-header .topbar .info ul li {
    float: none;
    margin: 0;
    padding: 0;
  }
}

.site-header .topbar .info ul li i,.site-header-s3 .topbar .info ul li i,.events-header .topbar .info ul li i {
  font-size: 20px;
  display: inline-block;
  padding-right: 7px;
  position: relative;
  top: 2px;
}

@media (max-width: 991px) {
  .site-header .topbar .info ul li i,  .site-header-s3 .topbar .info ul li i,  .events-header .topbar .info ul li i {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .site-header .topbar .info ul li:after,  .site-header-s3 .topbar .info ul li:after,  .events-header .topbar .info ul li:after {
    width: 1px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .info ul li:after,  .site-header-s3 .topbar .info ul li:after,  .events-header .topbar .info ul li:after {
    display: none;
  }
}

.site-header .topbar .info ul li:last-child,.site-header-s3 .topbar .info ul li:last-child,.events-header .topbar .info ul li:last-child {
  margin: 0;
  padding: 0;
}

.site-header .topbar .info ul li:last-child:after,.site-header-s3 .topbar .info ul li:last-child:after,.events-header .topbar .info ul li:last-child:after {
  display: none;
}

.site-header .topbar .language-social,.site-header-s3 .topbar .language-social,.events-header .topbar .language-social {
  float: right;
}

@media (max-width: 767px) {
  .site-header .topbar .language-social,  .site-header-s3 .topbar .language-social,  .events-header .topbar .language-social {
    float: none;
    text-align: center;
  }
}

.site-header .topbar .language-social > div,.site-header-s3 .topbar .language-social > div,.events-header .topbar .language-social > div {
  float: left;
}

@media (max-width: 767px) {
  .site-header .topbar .language-social > div,  .site-header-s3 .topbar .language-social > div,  .events-header .topbar .language-social > div {
    float: none;
  }
}

.site-header .topbar .language,.site-header-s3 .topbar .language,.events-header .topbar .language {
  margin-right: 45px;
  display: inline-block;
}

.site-header .topbar .language i,.site-header-s3 .topbar .language i,.events-header .topbar .language i {
  font-size: 20px;
  display: inline-block;
  padding-right: 5px;
  position: relative;
  top: 2px;
}

@media (max-width: 991px) {
  .site-header .topbar .language i,  .site-header-s3 .topbar .language i,  .events-header .topbar .language i {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .site-header .topbar .language,  .site-header-s3 .topbar .language,  .events-header .topbar .language {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .site-header .topbar .language,  .site-header-s3 .topbar .language,  .events-header .topbar .language {
    display: block;
  }
}

.site-header .topbar .language .select-box,.site-header-s3 .topbar .language .select-box,.events-header .topbar .language .select-box {
  display: inline-block;
}

.site-header .topbar .language .select-box .bootstrap-select,.site-header-s3 .topbar .language .select-box .bootstrap-select,.events-header .topbar .language .select-box .bootstrap-select {
  width: auto;
}

.site-header .topbar .language .select-box .bootstrap-select .text,.site-header-s3 .topbar .language .select-box .bootstrap-select .text,.events-header .topbar .language .select-box .bootstrap-select .text {
  color: #000;
}

.site-header .topbar .language .select-box .bootstrap-select > button,.site-header-s3 .topbar .language .select-box .bootstrap-select > button,.events-header .topbar .language .select-box .bootstrap-select > button {
  background: transparent;
  color: #af9a84;
  border: 0;
  outline: 0;
}

.site-header .topbar .social-links,.site-header-s3 .topbar .social-links,.events-header .topbar .social-links {
  overflow: visible;
  display: inline-block;
}

@media (max-width: 767px) {
  .site-header .topbar .social-links,  .site-header-s3 .topbar .social-links,  .events-header .topbar .social-links {
    display: inline-block;
  }
}

.site-header .topbar .social-links li,.site-header-s3 .topbar .social-links li,.events-header .topbar .social-links li {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .site-header .topbar .social-links li,  .site-header-s3 .topbar .social-links li,  .events-header .topbar .social-links li {
    margin-right: 15px;
  }
}

.site-header .topbar .social-links li:last-child,.site-header-s3 .topbar .social-links li:last-child,.events-header .topbar .social-links li:last-child {
  margin-right: 0;
}

.site-header .topbar .social-links li a,.site-header-s3 .topbar .social-links li a,.events-header .topbar .social-links li a {
  font-size: 18px;
}

@media (max-width: 991px) {
  .site-header .topbar .social-links li a,  .site-header-s3 .topbar .social-links li a,  .events-header .topbar .social-links li a {
    font-size: 16px;
  }
}

.site-header .navigation,.site-header-s3 .navigation,.events-header .navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  margin-bottom: 0;
  border: 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .site-header .navigation,  .site-header-s3 .navigation,  .events-header .navigation {
    padding: 15px 0;
  }
}

.site-header .navigation .navbar-brand,.site-header-s3 .navigation .navbar-brand,.events-header .navigation .navbar-brand {
  display: inline-block;
  padding: 0;
  height: auto;
}

@media screen and (min-width: 992px) {
  .site-header .navigation .navbar-brand,  .site-header-s3 .navigation .navbar-brand,  .events-header .navigation .navbar-brand {
    display: inline-block;
    margin: 17px 0 0;
  }
}

@media (max-width: 991px) {
  .site-header .navigation .navbar-brand,  .site-header-s3 .navigation .navbar-brand,  .events-header .navigation .navbar-brand {
    margin: 0 0 0 15px;
  }
}

.site-header #navbar,.site-header-s3 #navbar,.events-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** second level ***/
  /*** icon ***/
}

@media screen and (min-width: 992px) {
  .site-header #navbar,  .site-header-s3 #navbar,  .events-header #navbar {
    padding-right: 0;
  }

  .site-header #navbar > ul > li,  .site-header-s3 #navbar > ul > li,  .events-header #navbar > ul > li {
    margin-right: 40px;
  }

  .site-header #navbar > ul > li:last-child,  .site-header-s3 #navbar > ul > li:last-child,  .events-header #navbar > ul > li:last-child {
    margin-right: 0;
  }

  .site-header #navbar > ul > li > a,  .site-header-s3 #navbar > ul > li > a,  .events-header #navbar > ul > li > a {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    padding: 35px 0;
  }
}

.site-header #navbar > ul,.site-header-s3 #navbar > ul,.events-header #navbar > ul {
  margin: 0;
}

.site-header #navbar > ul a,.site-header-s3 #navbar > ul a,.events-header #navbar > ul a {
  font-family: "Montserrat", sans-serif;
  display: block;
}

.site-header #navbar > ul a:hover,.site-header-s3 #navbar > ul a:hover,.events-header #navbar > ul a:hover,.site-header #navbar > ul a:focus,.site-header-s3 #navbar > ul a:focus,.events-header #navbar > ul a:focus {
  text-decoration: none;
}

.site-header #navbar > ul li,.site-header-s3 #navbar > ul li,.events-header #navbar > ul li {
  position: relative;
}

.site-header #navbar > ul > li > a:hover,.site-header-s3 #navbar > ul > li > a:hover,.events-header #navbar > ul > li > a:hover,.site-header #navbar > ul > li.current > a,.site-header-s3 #navbar > ul > li.current > a,.events-header #navbar > ul > li.current > a {
  outline: none;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > a:hover,  .site-header-s3 #navbar > ul > li > a:hover,  .events-header #navbar > ul > li > a:hover,  .site-header #navbar > ul > li.current > a,  .site-header-s3 #navbar > ul > li.current > a,  .events-header #navbar > ul > li.current > a {
    color: #af9a84;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li:hover > ul,  .site-header-s3 #navbar > ul > li:hover > ul,  .events-header #navbar > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul > li:hover > ul,  .site-header-s3 #navbar > ul > li > ul > li:hover > ul,  .events-header #navbar > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
}

.site-header #navbar > ul > li > ul li,.site-header-s3 #navbar > ul > li > ul li,.events-header #navbar > ul > li > ul li {
  border-bottom: 1px solid #cccccc;
}

.site-header #navbar > ul > li > ul li:first-child,.site-header-s3 #navbar > ul > li > ul li:first-child,.events-header #navbar > ul > li > ul li:first-child {
  border-top: 1px solid #cccccc;
}

.site-header #navbar > ul > li > ul li:last-child,.site-header-s3 #navbar > ul > li > ul li:last-child,.events-header #navbar > ul > li > ul li:last-child {
  border-bottom: 0;
}

.site-header #navbar > ul > li > ul a,.site-header-s3 #navbar > ul > li > ul a,.events-header #navbar > ul > li > ul a {
  padding: 6px 15px 6px 45px;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul ul a,  .site-header-s3 #navbar > ul > li > ul ul a,  .events-header #navbar > ul > li > ul ul a {
    padding-left: 60px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul,  .site-header-s3 #navbar > ul > li > ul,  .events-header #navbar > ul > li > ul {
    background-color: #af9a84;
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .site-header #navbar > ul > li > ul li,  .site-header-s3 #navbar > ul > li > ul li,  .events-header #navbar > ul > li > ul li {
    border-bottom: 1px solid #9b8165;
  }

  .site-header #navbar > ul > li > ul li:first-child,  .site-header-s3 #navbar > ul > li > ul li:first-child,  .events-header #navbar > ul > li > ul li:first-child {
    border-top: 0;
  }

  .site-header #navbar > ul > li > ul a,  .site-header-s3 #navbar > ul > li > ul a,  .events-header #navbar > ul > li > ul a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }

  .site-header #navbar > ul > li > ul a:hover,  .site-header-s3 #navbar > ul > li > ul a:hover,  .events-header #navbar > ul > li > ul a:hover {
    background-color: #a58d75;
    padding-left: 20px;
  }

  .site-header #navbar > ul > li > ul ul,  .site-header-s3 #navbar > ul > li > ul ul,  .events-header #navbar > ul > li > ul ul {
    background-color: #af9a84;
    width: 200px;
    position: absolute;
    left: 110%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn,  .site-header-s3 .navbar-header .open-btn,  .events-header .navbar-header .open-btn {
    display: none;
  }

  .site-header #navbar .close-navbar,  .site-header-s3 #navbar .close-navbar,  .events-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header,  .site-header-s3,  .events-header {
    /* class for show hide navigation */
  }

  .site-header .container,  .site-header-s3 .container,  .events-header .container {
    width: 100%;
  }

  .site-header .navbar-header button,  .site-header-s3 .navbar-header button,  .events-header .navbar-header button {
    background-color: #af9a84;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 25px;
    z-index: 20;
  }

  .site-header .navbar-header button span,  .site-header-s3 .navbar-header button span,  .events-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }

  .site-header .navbar-header button span:last-child,  .site-header-s3 .navbar-header button span:last-child,  .events-header .navbar-header button span:last-child {
    margin: 0;
  }

  .site-header #navbar,  .site-header-s3 #navbar,  .events-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }

  .site-header #navbar ul a,  .site-header-s3 #navbar ul a,  .events-header #navbar ul a {
    color: #000;
  }

  .site-header #navbar ul a:hover,  .site-header-s3 #navbar ul a:hover,  .events-header #navbar ul a:hover,  .site-header #navbar ul li.current a,  .site-header-s3 #navbar ul li.current a,  .events-header #navbar ul li.current a {
    color: #af9a84;
  }

  .site-header #navbar .navbar-nav,  .site-header-s3 #navbar .navbar-nav,  .events-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }

  .site-header #navbar .close-navbar,  .site-header-s3 #navbar .close-navbar,  .events-header #navbar .close-navbar {
    background-color: #af9a84;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }

  .site-header #navbar > ul > li,  .site-header-s3 #navbar > ul > li,  .events-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }

  .site-header #navbar > ul > li > a,  .site-header-s3 #navbar > ul > li > a,  .events-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse,  .site-header-s3 .navbar-collapse.collapse,  .events-header .navbar-collapse.collapse {
    display: none;
  }

  .site-header .navbar-collapse.collapse.in,  .site-header-s3 .navbar-collapse.collapse.in,  .events-header .navbar-collapse.collapse.in {
    display: block;
  }

  .site-header .navbar-header .collapse,  .site-header-s3 .navbar-header .collapse,  .events-header .navbar-header .collapse,  .site-header .navbar-toggle,  .site-header-s3 .navbar-toggle,  .events-header .navbar-toggle {
    display: block;
  }

  .site-header .navbar-header,  .site-header-s3 .navbar-header,  .events-header .navbar-header {
    float: none;
  }

  .site-header .navbar-right,  .site-header-s3 .navbar-right,  .events-header .navbar-right {
    float: none;
  }

  .site-header .navbar-nav,  .site-header-s3 .navbar-nav,  .events-header .navbar-nav {
    float: none;
  }

  .site-header .navbar-nav > li,  .site-header-s3 .navbar-nav > li,  .events-header .navbar-nav > li {
    float: none;
  }
}

/*** header style two ***/

.header-style-two .topbar {
  background-color: transparent;
  padding: 0;
}

/*** search area ***/

.header-style-two .navigation {
  background-color: rgba(8, 31, 101, 0.8);
}

.header-style-two .navigation > .container {
  position: relative;
}

@media screen and (min-width: 992px) {
  .header-style-two #navbar > ul > li > a:hover,  .header-style-two #navbar > ul > li.current > a {
    color: #fcce00;
  }
}

.header-style-two .navbar-header button {
  background-color: #fcce00;
  top: -7px;
}

@media (max-width: 991px) {
  .header-style-two #navbar .close-navbar {
    background-color: #fcce00;
  }

  .header-style-two #navbar #navbar ul a:hover,  .header-style-two #navbar ul li.current a {
    color: #fcce00;
  }
}

@media screen and (min-width: 992px) {
  .header-style-two #navbar > ul li {
    position: relative;
  }

  .header-style-two #navbar > ul li:before {
    content: "";
    background: -webkit-linear-gradient(top, #4d4d4d, #999999, #4d4d4d);
    background: -moz-linear-gradient(top, #4d4d4d, #999999, #4d4d4d);
    background: -o-linear-gradient(top, #4d4d4d, #999999, #4d4d4d);
    background: -ms-linear-gradient(top, #4d4d4d, #999999, #4d4d4d);
    background: linear-gradient(top, #4d4d4d, #999999, #4d4d4d);
    width: 1px;
    height: 13px;
    position: absolute;
    right: -21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-style-two #navbar > ul li:last-child:before {
    display: none;
  }
}

/*** header style 3 ***/

.site-header-s3 .navigation {
  background-color: transparent;
  top: 65px;
}

@media (max-width: 991px) {
  .site-header-s3 .navigation {
    top: 0;
  }
}

@media screen and (min-width: 992px) {
  .site-header-s3 .navigation #navbar {
    background-color: #0a22ab;
  }
}

@media screen and (min-width: 992px) {
  .site-header-s3 .navigation #navbar ul {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .site-header-s3 .navigation #navbar > ul > li {
    margin-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .site-header-s3 .navigation #navbar > ul > li {
    margin-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .site-header-s3 .navigation #navbar > ul > li > a {
    padding: 18px 0;
  }
}

@media screen and (min-width: 992px) {
  .site-header-s3 .navigation .navbar-brand {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header-s3 .navigation .navbar-brand img {
    max-width: 150px;
  }
}

.site-header-s3 .navbar-header button,.site-header-s3 #navbar .close-navbar {
  background-color: #0a22ab;
}

.site-header-s3 .navbar-header button {
  top: 15px;
}

.site-header-s3 #navbar ul a:hover,.site-header-s3 #navbar ul li.current a {
  color: #0a22ab;
}

.site-header-s3 #navbar > ul > li > a:hover,.site-header-s3 #navbar > ul > li > a:hover,.site-header-s3 #navbar > ul > li.current > a,.site-header-s3 #navbar > ul > li.current > a {
  color: #5970f5;
}

/*** construction header ***/

.construction-header {
  /*** topbar ***/
  /*** navigation ***/
}

.construction-header .topbar {
  background-color: #252536;
  border-bottom: 1px solid #1b1b27;
}

@media screen and (min-width: 992px) {
  .construction-header .topbar {
    padding-bottom: 10px;
  }
}

.construction-header .topbar .info i {
  color: #ffb600;
}

.construction-header .topbar .info li:after {
  display: none;
}

.construction-header .topbar p,.construction-header .topbar span,.construction-header .topbar li {
  color: #999999;
}

.construction-header .topbar .social-links li a {
  color: #999999;
}

.construction-header .topbar .social-links li a:hover {
  color: #ffb600;
}

@media (max-width: 767px) {
  .construction-header .topbar .info {
    border-bottom: 0;
  }
}

.construction-header .navigation {
  position: static;
  background-color: #252536;
}

.construction-header #navbar > ul > li > a:hover,.construction-header #navbar > ul > li.current > a {
  color: #ffb600;
}

.construction-header .navbar-header button {
  background-color: #ffb600;
  top: 83px;
}

@media (max-width: 767px) {
  .construction-header .navbar-header button {
    top: 160px;
  }
}

.construction-header #navbar .close-navbar {
  background-color: #ffb600;
}

/*** charity header ***/

/*** naivgation ***/

/*** events header ***/

.events-header .navigation {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .events-header .navigation {
    top: 50px;
  }
}

.events-header #navbar > ul > li > a:hover,.events-header #navbar > ul > li.current > a {
  color: #e43426;
}

.events-header .navbar-header button {
  background-color: #e43426;
}

.events-header #navbar .close-navbar {
  background-color: #e43426;
}

/*** events header ***/

/*** app landing ***/

/*** transport-header ***/

.transport-header .navigation {
  background-color: rgba(36, 71, 185, 0.8);
}

.transport-header .navigation #navbar > ul > li > a:hover,.transport-header .navigation #navbar > ul > li.current > a {
  color: #ff9c00;
}

.transport-header .navbar-header button,.transport-header #navbar .close-navbar {
  background-color: #ff9c00;
}

.transport-header #navbar > ul li:before {
  background: -webkit-linear-gradient(top, #203fa4, #385dd8, #203fa4);
  background: -moz-linear-gradient(top, #203fa4, #385dd8, #203fa4);
  background: -o-linear-gradient(top, #203fa4, #385dd8, #203fa4);
  background: -ms-linear-gradient(top, #203fa4, #385dd8, #203fa4);
  background: linear-gradient(top, #203fa4, #385dd8, #203fa4);
}

.transport-header .topbar .info ul li {
  color: #888888;
}

.transport-header .topbar .info ul li:after {
  display: none;
}

.transport-header .topbar .social-links li a {
  color: #888888;
}

@media (max-width: 767px) {
  .transport-header .topbar .info {
    border-bottom: 0;
  }
}

/*** seo header ***/

/*** hosting header ***/

/*** wedding-header ****/

/*--------------------------------------------------------------
#0.4  hero
--------------------------------------------------------------*/

/*** hero slider ***/

/*** home1 hero slider  ***/

/*** hero style two ***/

/*****************************************
  home style three hero slider 
******************************************/

/*** slider animation ***/

@-webkit-keyframes shapeAnimation {
  from {
    margin-left: -40%;
    opacity: 0;
  }

  to {
    margin-left: 0;
    opacity: 1;
  }
}

@keyframes shapeAnimation {
  from {
    margin-left: -40%;
    opacity: 0;
  }

  to {
    margin-left: 0;
    opacity: 1;
  }
}

/*** construction slider ***/

/*** charity-hero-section ***/

/*** events-hero ***/

/*** angecy slider ***/

/*** app-langind-hero ***/

/*** transport-hero-slider ***/

/** seo hero section ***/

/*** hosting-hero ***/

/*** wedding hero ***/

/*--------------------------------------------------------------
#0.5  footer
--------------------------------------------------------------*/

footer {
  background-color: #000;
  padding-top: 20px;
  /*** about widget ***/
  /*** recent news widget ***/
  /*** site map ***/
  /*** newsletter widget ***/
  /*** contact widget ***/
  /*** instagram widget ***/
}

@media (max-width: 991px) {
  footer {
    padding: 110px 0 50px;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 110px 0 20px;
  }
}

footer h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 1.5em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #af9a84;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  footer h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  footer .container .row > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  footer .container .row > .col {
    width: 100%;
  }
}

footer .about-widget {
  position: relative;
}

footer .about-widget p {
  color: #bbbbbb;
}

footer .about-widget .copyright {
  color: #af9a84;
  margin-top: 1.5em;
}

footer .about-widget .social-links li {
  margin-right: 12px;
}

footer .about-widget .social-links li:last-child {
  margin-right: 0;
}

footer .about-widget .social-links a {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  footer .about-widget .social-links a {
    font-size: 16px;
  }
}

footer .about-widget .social-links a:hover {
  color: #af9a84;
}

footer .about-widget .logo {
  position: absolute;
  top: -55px;
}

@media (max-width: 767px) {
  footer .about-widget .logo {
    top: -40px;
  }

  footer .about-widget .logo img {
    max-width: 75px;
  }
}

footer .recent-news-widget ul li {
  overflow: hidden;
  margin-bottom: 40px;
  position: relative;
}

footer .recent-news-widget ul li:last-child {
  margin-bottom: 0;
}

footer .recent-news-widget h4 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 0 0.2em;
}

@media (max-width: 767px) {
  footer .recent-news-widget h4 {
    font-size: 14px;
  }
}

footer .recent-news-widget h4 a {
  color: #fff;
}

footer .recent-news-widget h4 a:hover {
  color: #af9a84;
  text-decoration: underline;
}

footer .recent-news-widget .date {
  display: block;
  font-size: 14px;
  color: #af9a84;
}

footer .recent-news-widget .date i {
  display: inline-block;
  padding-right: 4px;
}

footer .site-map ul li {
  margin-bottom: 10px;
}

footer .site-map ul li:last-child {
  margin-bottom: 0;
}

footer .site-map ul li a {
  color: #fff;
}

footer .site-map ul li a:hover {
  color: #af9a84;
}

footer .contact-widget ul li,footer .contact-widget ul li > span {
  color: #fff;
}

footer .contact-widget ul {
  margin-top: 25px;
}

footer .contact-widget ul li {
  margin-bottom: 10px;
}

footer .contact-widget ul li:last-child {
  margin-bottom: 0;
}

/*** footer style two ***/

.footer-style-two {
  padding: 145px 0 100px;
}

@media (max-width: 991px) {
  .footer-style-two {
    padding: 100px 0 30px;
  }
}

@media (max-width: 767px) {
  .footer-style-two {
    padding: 70px 0 30px;
  }
}

@media (max-width: 500px) {
  .footer-style-two {
    padding: 70px 0 10px;
  }
}

.footer-style-two .about-widget .logo {
  position: relative;
  top: -18px;
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  .footer-style-two .about-widget .logo {
    top: 3px;
    margin-bottom: 25px;
  }

  .footer-style-two .about-widget .logo img {
    max-width: 150px;
  }
}

.footer-style-two a,.footer-style-two p,.footer-style-two span,.footer-style-two li {
  color: #666;
}

.footer-style-two .about-widget .copyright,.footer-style-two a:hover {
  color: #fff;
}

.footer-style-two h3 {
  border: 0;
  letter-spacing: 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .footer-style-two > .container > .row > .col {
    min-height: 200px;
  }
}

@media (max-width: 767px) {
  .footer-style-two > .container > .row > .col {
    min-height: 180px;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  .footer-style-two > .container > .row > .col {
    min-height: auto;
    margin-bottom: 50px;
  }
}

/*** footer style three ***/

/*--------------------------------------------------------------
#0.6  featured
--------------------------------------------------------------*/

.featured {
  padding-bottom: 0;
}

.featured .container {
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .featured .container {
    padding-bottom: 20px;
  }
}

@media (max-width: 650px) {
  .featured .container > .row > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#0.7  about
--------------------------------------------------------------*/

.about > .container {
  position: relative;
}

.about .about-content-wrapper {
  overflow: hidden;
}

.about .about-content-wrapper > ul {
  width: 37%;
  float: left;
  margin-top: 80px;
}

@media (max-width: 1199px) {
  .about .about-content-wrapper > ul {
    margin-top: 0;
  }
}

@media (max-width: 470px) {
  .about .about-content-wrapper > ul {
    width: 100%;
    -webkit-flex-flow: none;
    -ms-flex-flow: none;
    flex-flow: none;
    margin-bottom: 20px;
  }
}

.about .about-content-wrapper > ul > li.active a {
  background-color: #af9a84;
  color: #fff;
  -webkit-box-shadow: 0 0 10px 1px #dbdbdb;
  -moz-box-shadow: 0 0 10px 1px #dbdbdb;
  -o-box-shadow: 0 0 10px 1px #dbdbdb;
  -ms-box-shadow: 0 0 10px 1px #dbdbdb;
  box-shadow: 0 0 10px 1px #dbdbdb;
}

.about .about-content-wrapper > ul > li > a {
  background-color: #fff;
  display: block;
  color: #af9a84;
  padding: 14px 30px;
  margin: 5px;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .about .about-content-wrapper > ul > li > a {
    padding: 8px 20px;
  }
}

.about .about-content-wrapper > ul > li > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 17px;
}

.about .about-content-wrapper .tab-content {
  width: 63%;
  float: right;
}

@media (max-width: 470px) {
  .about .about-content-wrapper .tab-content {
    width: 100%;
    -webkit-flex-flow: none;
    -ms-flex-flow: none;
    flex-flow: none;
  }
}

.about .about-content-wrapper .about-content {
  padding-left: 72px;
}

@media (max-width: 1199px) {
  .about .about-content-wrapper .about-content {
    padding-left: 50px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .about .about-content-wrapper .about-content {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .about .about-content-wrapper .about-content {
    padding-left: 20px;
  }
}

/*--------------------------------------------------------------
#0.8  skill
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#0.9  services
--------------------------------------------------------------*/

.services {
  padding-bottom: 0;
}

.services .content > .row {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .services .content > .row {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .services .content > .row {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d9d9d9;
  }
}

.services .content > .row:last-child {
  margin-bottom: 0;
}

.services .content > .row h3 {
  font-size: 22px;
  margin: 0 0 1.18em;
}

@media (max-width: 991px) {
  .services .content > .row h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .services .content > .row h3 {
    font-size: 18px;
    margin: 0 0 0.5em;
  }
}

.services .content > .row p {
  margin: 0 0 2.8em;
}

@media (max-width: 767px) {
  .services .content > .row p {
    margin: 0 0 1em;
  }
}

/*--------------------------------------------------------------
#1.0  pricing
--------------------------------------------------------------*/

.pricing .row > .col:last-child .pricing-grid {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .pricing .content > .col:last-child {
    margin-left: 187px;
  }
}

@media (max-width: 767px) {
  .pricing .content > .col:last-child {
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
#1.1  fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.2  projects
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.3  faq
--------------------------------------------------------------*/

.faq {
  background-color: #f0f0f0;
  /*** right col ***/
}

@media (max-width: 991px) {
  .faq .left-col {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .faq .left-col {
    margin-bottom: 40px;
  }
}

.faq .right-col .title {
  margin-bottom: 55px;
}

@media (max-width: 991px) {
  .faq .right-col .title {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .faq .right-col .title {
    margin-bottom: 20px;
  }
}

.faq .right-col .title h2 {
  font-size: 30px;
  margin: 0 0 0.47em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .faq .right-col .title h2 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .faq .right-col .title h2 {
    font-size: 20px;
  }
}

.faq .right-col .title p {
  margin: 0;
}

.faq .right-col .panel-group {
  margin: 0;
}

.faq .right-col .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.faq .right-col .panel-heading {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  -moz-box-shadow: 0 0 10px 0 #dbdbdb;
  -o-box-shadow: 0 0 10px 0 #dbdbdb;
  -ms-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
}

.faq .right-col .panel-heading a {
  display: block;
  background-color: #ca322b;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 22px 43px;
}

@media (max-width: 991px) {
  .faq .right-col .panel-heading a {
    font-size: 16px;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .faq .right-col .panel-heading a {
    font-size: 15px;
    padding: 12px 20px;
  }
}

.faq .right-col .panel-body {
  background-color: transparent;
  padding: 35px 15px 15px 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .faq .right-col .panel-body {
    padding: 20px 15px 15px 0;
  }
}

.faq .right-col .panel-body .details {
  width: 77%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .faq .right-col .panel-body .details {
    width: 83%;
  }
}

@media (max-width: 767px) {
  .faq .right-col .panel-body .details {
    width: 100%;
    float: none;
  }
}

.faq .right-col .panel-heading .collapsed {
  background-color: #fff;
  color: #111;
}

/*--------------------------------------------------------------
#1.4  testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.5  partner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#1.6  intro
--------------------------------------------------------------*/

@media (max-width: 767px) {
  .intro .container {
    padding: 0;
  }
}

.intro .box {
  background-color: #af9a84;
  padding: 38px 60px;
  position: relative;
}

@media (max-width: 991px) {
  .intro .box {
    padding: 30px 40px;
  }
}

@media (max-width: 767px) {
  .intro .box {
    text-align: center;
  }
}

.intro .box h3,.intro .box p {
  color: #fff;
  margin: 0;
}

.intro .box h3 {
  font-size: 30px;
  font-weight: normal;
  text-transform: capitalize;
  margin: 0 0 0.1em;
}

@media (max-width: 991px) {
  .intro .box h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .intro .box h3 {
    font-size: 18px;
    margin: 0 0 0.5em;
  }
}

.intro .box h3 span {
  font-weight: bold;
}

.intro .box p {
  font-size: 18px;
}

@media (max-width: 991px) {
  .intro .box p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .intro .box p {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

.intro .box .theme-btn,.intro .box .theme-btn-s2,.intro .box .transport-theme-btn,.intro .box .theme-btn-s3,.intro .box .theme-btn-s4,.intro .box .construction-theme-btn,.intro .box .events-theme-btn-red {
  position: absolute;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #fff;
}

@media (max-width: 991px) {
  .intro .box .theme-btn,  .intro .box .theme-btn-s2,  .intro .box .transport-theme-btn,  .intro .box .theme-btn-s3,  .intro .box .theme-btn-s4,  .intro .box .construction-theme-btn,  .intro .box .events-theme-btn-red {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .intro .box .theme-btn,  .intro .box .theme-btn-s2,  .intro .box .transport-theme-btn,  .intro .box .theme-btn-s3,  .intro .box .theme-btn-s4,  .intro .box .construction-theme-btn,  .intro .box .events-theme-btn-red {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*--------------------------------------------------------------
#1.7  about-s2
--------------------------------------------------------------*/

.about-s2 {
  /*** small fun fact ***/
}

.about-s2 .about-content-wrapper > ul {
  margin-top: 0;
}

.about-s2 .about-content-wrapper > ul > li.active a {
  background-color: #081f65;
}

/*--------------------------------------------------------------
#1.8  services-s2
--------------------------------------------------------------*/

.services-s2 {
  position: relative;
}

.services-s2:before {
  content: "";
  background-color: rgba(8, 31, 101, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-s2 .container {
  position: relative;
}

.services-s2 .section-title h2,.services-s2 .section-title-s2 h2,.services-s2 .section-title-s3 h2,.services-s2 .construction-section-title h2,.services-s2 .events-section-title h2 {
  color: #fff;
}

.services-s2 .section-title h2:before,.services-s2 .section-title-s2 h2:before,.services-s2 .section-title-s3 h2:before,.services-s2 .construction-section-title h2:before,.services-s2 .events-section-title h2:before {
  background-color: #fff;
}

.services-s2 .section-title h2:after,.services-s2 .section-title-s2 h2:after,.services-s2 .section-title-s3 h2:after,.services-s2 .construction-section-title h2:after,.services-s2 .events-section-title h2:after {
  -webkit-box-shadow: 0 0 0 7px #081f65;
  -moz-box-shadow: 0 0 0 7px #081f65;
  -o-box-shadow: 0 0 0 7px #081f65;
  -ms-box-shadow: 0 0 0 7px #081f65;
  box-shadow: 0 0 0 7px #081f65;
}

/*** featured s2 ***/

.featured-s2 .feauted-grid .icon {
  background-color: #081f65;
}

/*** projects style two ***/

.projects-s2 {
  background-color: #f0f0f0;
}

/*--------------------------------------------------------------
#1.9  team
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .team {
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .team {
    padding-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .team .content > .col {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .team .grid {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .team .grid {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
#2.0  funfact style 2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#2.1  skills
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#2.2  cta
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#2.3  blog
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .blog {
    padding-bottom: 65px;
  }

  .blog .blog-content > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog {
    padding-bottom: 25px;
  }

  .blog .blog-content > .col {
    margin-bottom: 40px;
  }
}

@media (max-width: 550px) {
  .blog .blog-content > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#2.4  address
--------------------------------------------------------------*/

.address {
  background-color: #081f65;
  padding: 75px 0;
}

@media (max-width: 767px) {
  .address .row > .col {
    margin-bottom: 50px;
  }

  .address .row > .col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  .address .row > .col {
    width: 100%;
  }
}

.address h3,.address li {
  color: #fff;
}

.address h3 {
  font-size: 25px;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .address h3 {
    font-size: 20px;
  }
}

.address li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 17px;
  line-height: 1.8em;
}

@media (max-width: 991px) {
  .address li {
    font-size: 14px;
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .address li {
    margin-bottom: 10px;
  }
}

.address ul li:last-child {
  margin-bottom: 0;
}

.home-2 footer {
  background-color: #081f65;
  box-shadow: inset 0 3px 12px 0 #06184d;
}

.home-2 footer h3 {
  border: 0;
}

.home-2 footer .recent-news-widget .date,.home-2 footer .about-widget .copyright {
  color: #fcce00;
}

.home-2 footer .about-widget h3 {
  color: #fcce00;
  border-bottom: 1px solid #fcce00;
}

.home-2 footer .social-links a:hover {
  color: #fcce00;
}

.home-2 footer form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #cccccc;
}

.home-2 footer form :-moz-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #cccccc;
}

.home-2 footer form ::-moz-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #cccccc;
}

.home-2 footer form :-ms-input-placeholder {
  font-style: 14px;
  font-style: normal;
  color: #cccccc;
}

.home-2 footer .widget a:hover {
  color: #fcce00;
}

/*--------------------------------------------------------------
  Home architecture
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.0  about-s3
--------------------------------------------------------------*/

.about-s3 {
  background-color: #f0f0f0;
  position: relative;
}

.about-s3 .container {
  position: relative;
}

.about-s3 .left-col {
  padding-right: 50px;
}

.about-s3 .left-col p {
  margin: 0 0 3.4em;
}

@media (max-width: 767px) {
  .about-s3 .left-col p {
    margin: 0 0 2em;
  }
}

.about-s3 .section-title,.about-s3 .section-title-s2,.about-s3 .section-title-s3,.about-s3 .construction-section-title,.about-s3 .events-section-title {
  text-align: left;
  margin-bottom: 0;
}

.about-s3 .section-title h2,.about-s3 .section-title-s2 h2,.about-s3 .section-title-s3 h2,.about-s3 .construction-section-title h2,.about-s3 .events-section-title h2 {
  margin: 0 0 0.94em;
}

@media (max-width: 991px) {
  .about-s3 .right-col {
    margin-top: 50px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
#3.1  services-s3
--------------------------------------------------------------*/

.services-s3 {
  position: relative;
}

.services-s3 .section-title,.services-s3 .section-title-s2,.services-s3 .section-title-s3,.services-s3 .construction-section-title,.services-s3 .events-section-title {
  text-align: center;
}

.services-s3 .section-title h2,.services-s3 .section-title-s2 h2,.services-s3 .section-title-s3 h2,.services-s3 .construction-section-title h2,.services-s3 .events-section-title h2 {
  color: #fff;
}

/*--------------------------------------------------------------
#3.2  projects-architects
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.3  team-architects
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.4  architects-pricing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.5  architects-blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#3.6  architects-testimonials
--------------------------------------------------------------*/

/*** partner ***/

/*--------------------------------------------------------------
  Home construction
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#4.0  construction-services
--------------------------------------------------------------*/

.construction-home p {
  color: #555555;
}

.construction-services {
  padding-bottom: 85px;
}

@media (max-width: 767px) {
  .construction-services {
    padding-bottom: 40px;
  }
}

/*--------------------------------------------------------------
#4.1  construction-projects
--------------------------------------------------------------*/

.construction-projects {
  background: url("../images/construction/projects-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
}

.construction-projects:before {
  content: "";
  background-color: rgba(37, 37, 54, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.construction-projects .section-title h2,.construction-projects .section-title-s2 h2,.construction-projects .section-title-s3 h2,.construction-projects .construction-section-title h2,.construction-projects .events-section-title h2 {
  color: #fff;
}

/*--------------------------------------------------------------
#4.2  construction-about
--------------------------------------------------------------*/

.construction-about {
  /*** details ***/
}

.construction-about .details {
  overflow: hidden;
}

@media (max-width: 991px) {
  .construction-about .details {
    margin-top: 50px;
  }
}

.construction-about .details > ul {
  width: 15%;
  float: right;
}

@media (max-width: 991px) {
  .construction-about .details > ul {
    width: 100%;
    float: none;
  }
}

.construction-about .details > .tab-content {
  width: 80%;
  float: left;
}

@media (max-width: 991px) {
  .construction-about .details > .tab-content {
    width: 100%;
    float: none;
  }
}

.construction-about .details h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 1.45em;
}

@media (max-width: 991px) {
  .construction-about .details h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 1em;
  }
}

.construction-about .details p {
  font-size: 17px;
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .construction-about .details p {
    font-size: 15px;
    margin-bottom: 1em;
  }
}

@media (max-width: 991px) {
  .construction-about .details .tab-list {
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.construction-about .details .tab-list li {
  border: 1px solid #e6e6e6;
  text-align: center;
  margin-bottom: 7px;
}

@media (max-width: 991px) {
  .construction-about .details .tab-list li {
    float: left;
    margin: 0 5px 0 0;
  }
}

.construction-about .details .tab-list li a {
  display: block;
  color: #2b2b2b;
  padding: 6px  2px;
}

@media (max-width: 991px) {
  .construction-about .details .tab-list li a {
    padding: 10px 15px;
  }
}

.construction-about .details .tab-list li a i:before {
  font-size: 30px;
}

@media (max-width: 991px) {
  .construction-about .details .tab-list li a i:before {
    font-size: 20px;
  }
}

.construction-about .details .tab-list .active {
  border-color: #ffb600;
}

.construction-about .details .tab-list .active a {
  background: #ffb600;
}

.construction-about .details .tab-list .active i:before {
  color: #fff;
}

/*--------------------------------------------------------------
#4.3  construction-why-choose
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#4.4  construction-team
--------------------------------------------------------------*/

.construction-team .grid:hover .details:before {
  left: 0;
  opacity: 1;
}

.construction-team .grid {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin: 5px 0;
  -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
  -moz-box-shadow: 0 0 10px 0 #b3b3b3;
  -o-box-shadow: 0 0 10px 0 #b3b3b3;
  -ms-box-shadow: 0 0 10px 0 #b3b3b3;
  box-shadow: 0 0 10px 0 #b3b3b3;
}

.construction-team .grid img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.construction-team .grid .details {
  width: 100%;
  height: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.construction-team .grid .details:before {
  content: "";
  background: rgba(255, 182, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.construction-team .grid .social-links li {
  margin-right: 12px;
}

@media (max-width: 991px) {
  .construction-team .grid .social-links li {
    margin-right: 8px;
  }
}

.construction-team .grid .social-links li:last-child {
  margin: 0;
}

.construction-team .grid .social-links li a {
  font-size: 20px;
  color: #333333;
}

@media (max-width: 991px) {
  .construction-team .grid .social-links li a {
    font-size: 15px;
  }
}

.construction-team .grid .social-links li a:hover {
  color: #1a1a1a;
}

.construction-team .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .construction-team .owl-controls {
    margin-top: 40px;
  }
}

/*--------------------------------------------------------------
#4.5  construction-news-faq
--------------------------------------------------------------*/

.construction-news-faq {
  background-color: #f0f0f0;
  position: relative;
  /*** construction-news ***/
  /*** construction-faq ***/
}

.construction-news-faq:after {
  content: "";
  background: url("../images/construction/news-faq-bg.png") right 80%/auto no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.construction-news-faq .container {
  position: relative;
  z-index: 10;
}

.construction-news-faq .section-title,.construction-news-faq .section-title-s2,.construction-news-faq .section-title-s3,.construction-news-faq .construction-section-title,.construction-news-faq .events-section-title {
  text-align: left;
  margin-bottom: 38px;
}

.construction-news-faq .section-title h2:before,.construction-news-faq .section-title-s2 h2:before,.construction-news-faq .section-title-s3 h2:before,.construction-news-faq .construction-section-title h2:before,.construction-news-faq .events-section-title h2:before {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.construction-news-faq .construction-news {
  /*** most-recent-post ***/
  /*** other-post ***/
}

@media (max-width: 1199px) {
  .construction-news-faq .construction-news {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .construction-news-faq .construction-news {
    margin-bottom: 50px;
  }
}

.construction-news-faq .construction-faq .panel {
  border: 0;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 10px 0 #dbdbdb;
  -moz-box-shadow: 0 0 10px 0 #dbdbdb;
  -o-box-shadow: 0 0 10px 0 #dbdbdb;
  -ms-box-shadow: 0 0 10px 0 #dbdbdb;
  box-shadow: 0 0 10px 0 #dbdbdb;
}

.construction-news-faq .construction-faq .panel-heading {
  background-color: #fff;
  padding: 0;
}

.construction-news-faq .construction-faq .panel-heading a {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #111;
  padding: 15px 20px;
  position: relative;
}

@media (max-width: 991px) {
  .construction-news-faq .construction-faq .panel-heading a {
    font-size: 16px;
    padding: 12px 20px;
  }
}

.construction-news-faq .construction-faq .panel-heading a i {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.construction-news-faq .construction-faq .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.construction-news-faq .construction-faq .panel-body {
  padding: 0 40px 25px 40px;
}

@media (max-width: 991px) {
  .construction-news-faq .construction-faq .panel-body {
    padding: 0 30px 25px 30px;
  }
}

.construction-news-faq .construction-faq .panel-body p {
  font-size: 17px;
}

@media (max-width: 991px) {
  .construction-news-faq .construction-faq .panel-body p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
#4.6  construction-fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#4.7  construction-testimonials
--------------------------------------------------------------*/

.construction-home .footer-style-two {
  background-color: #252536;
}

.construction-home .footer-style-two .contact-widget ul li span,.construction-home .footer-style-two .site-map ul li a:hover {
  color: #ffb600;
}

.construction-home .footer-style-two .contact-widget p {
  color: #bbbbbb;
}

/*--------------------------------------------------------------
  Home charity
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.0  charity-mission
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.1  important-causes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.2  charity-fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.3  charity-about
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.4  charity-news
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.5  next-event-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.6  charity-gallery
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#5.7  charity-testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  Home events
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#6.0  events-about
--------------------------------------------------------------*/

.events-about {
  padding-top: 100px 0;
}

.events-about .right-col {
  padding-left: 60px;
}

@media (max-width: 991px) {
  .events-about .right-col {
    padding: 45px 0 0 15px;
  }
}

.events-about .right-col h2 {
  font-size: 36px;
  margin: 0.2em 0 0.53em;
}

@media (max-width: 991px) {
  .events-about .right-col h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .events-about .right-col h2 {
    font-size: 25px;
  }
}

.events-about .right-col p {
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
#6.1  event-speakers
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#6.2  event-schedules
--------------------------------------------------------------*/

.event-schedules {
  background-color: #f0f0f0;
  /*** tab list ***/
  /*** tab content ***/
}

.event-schedules .tab-list {
  overflow: hidden;
  margin-right: -15px;
}

@media (max-width: 500px) {
  .event-schedules .tab-list {
    margin-right: 0;
  }
}

.event-schedules .tab-list li {
  width: 24.7%;
  float: left;
  border-right: solid white;
}

@media (max-width: 500px) {
  .event-schedules .tab-list li {
    width: 100%;
    float: none;
  }
}

.event-schedules .tab-list li a {
  display: block;
  background-color: #252536;
  padding: 30px 40px;
}

@media (max-width: 991px) {
  .event-schedules .tab-list li a {
    padding: 15px 30px;
  }
}

@media (max-width: 767px) {
  .event-schedules .tab-list li a {
    padding: 10px 20px;
  }
}

.event-schedules .tab-list li span {
  text-transform: uppercase;
  color: #000;
}

@media (max-width: 991px) {
  .event-schedules .tab-list li span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .event-schedules .tab-list li span {
    font-size: 12px;
  }
}

.event-schedules .tab-list li h4 {
  font-size: 24px;
  color: #fff;
  margin: 0.2em 0 0;
}

@media (max-width: 991px) {
  .event-schedules .tab-list li h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .event-schedules .tab-list li h4 {
    font-size: 15px;
  }
}

.event-schedules .tab-list .active a {
  background-color: #fff;
}

.event-schedules .tab-list .active h4 {
  color: #e43426;
}

.event-schedules .tab-content {
  background-color: #fff;
  padding: 100px 70px 50px;
  /*** sidebar ***/
  /*** event-details ***/
}

@media (max-width: 1199px) {
  .event-schedules .tab-content {
    padding: 100px 50px 100px;
  }
}

@media (max-width: 991px) {
  .event-schedules .tab-content {
    padding: 50px 30px;
  }
}

@media (max-width: 767px) {
  .event-schedules .tab-content {
    padding: 40px 15px;
  }
}

.event-schedules .tab-content .event {
  overflow: hidden;
}

.event-schedules .tab-content .event-details {
  width: 70%;
  float: right;
}

@media (max-width: 767px) {
  .event-schedules .tab-content .event-details {
    width: 100%;
    float: none;
  }
}

.event-schedules .tab-content .info > ul > li {
  font-size: 15px;
  font-weight: bold;
  color: #1a1a1a;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .event-schedules .tab-content .info > ul > li {
    font-size: 13px;
  }
}

.event-schedules .tab-content .info > ul > li:first-child {
  font-size: 14px;
  color: #999999;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .event-schedules .tab-content .info > ul > li:first-child {
    font-size: 12px;
  }
}

.event-schedules .tab-content .event-details {
  padding-left: 55px;
}

@media (max-width: 991px) {
  .event-schedules .tab-content .event-details {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .event-schedules .tab-content .event-details {
    padding-left: 0;
    margin-top: 30px;
  }
}

.event-schedules .tab-content .event-details p {
  line-height: 1.8em;
}

.event-schedules .tab-content .event-details h3 {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 0.73em;
}

@media (max-width: 991px) {
  .event-schedules .tab-content .event-details h3 {
    font-size: 20px;
  }
}

.event-schedules .tab-content .tab-pane .event {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .event-schedules .tab-content .tab-pane .event {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
  }
}

.event-schedules .tab-content .tab-pane .event:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .event-schedules .tab-content .tab-pane .event:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.event-pricing .pricing-grid .pricing-header {
  background-color: #4e5a76;
}

.event-pricing .pricing-grid .theme-btn,.event-pricing .pricing-grid .theme-btn-s2,.event-pricing .pricing-grid .transport-theme-btn,.event-pricing .pricing-grid .theme-btn-s3,.event-pricing .pricing-grid .theme-btn-s4,.event-pricing .pricing-grid .construction-theme-btn,.event-pricing .pricing-grid .events-theme-btn-red {
  background-color: #4e5a76;
}

.event-pricing .pricing-grid .theme-btn:before,.event-pricing .pricing-grid .theme-btn-s2:before,.event-pricing .pricing-grid .transport-theme-btn:before,.event-pricing .pricing-grid .theme-btn-s3:before,.event-pricing .pricing-grid .theme-btn-s4:before,.event-pricing .pricing-grid .construction-theme-btn:before,.event-pricing .pricing-grid .events-theme-btn-red:before {
  background-color: #e43426;
}

.event-pricing .pricing-grid:hover .pricing-header {
  background-color: #e43426;
}

.event-pricing .pricing-grid:hover {
  outline-color: #e43426;
}

@media (max-width: 991px) {
  .event-pricing .content > .col:last-child {
    margin-left: 187px;
  }
}

@media (max-width: 767px) {
  .event-pricing .content > .col:last-child {
    margin-left: auto;
  }
}

/*--------------------------------------------------------------
#6.3  event-booking
--------------------------------------------------------------*/

/*** events gallery ***/

.events-gallery {
  background-color: #eef3f6;
  padding-bottom: 115px;
}

@media (max-width: 991px) {
  .events-gallery {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .events-gallery {
    padding-bottom: 70px;
  }
}

.events-gallery .gallery-container .box {
  padding: 0;
}

@media (max-width: 991px) {
  .events-gallery .gallery-container .box {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .events-gallery .gallery-container .box {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .events-gallery .gallery-container .box {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
#6.4  event-news
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .event-news .content > .col {
    margin-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .event-news .content > .col {
    width: 100%;
  }
}

.event-news .content > .col:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#6.5  event-sponsors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#6.6  event-location
--------------------------------------------------------------*/

.event-contact .map,.transport-contact .map {
  height: 350px;
}

.event-contact #map-details,.transport-contact #map-details {
  text-align: center;
}

.event-contact #map-details h4,.transport-contact #map-details h4 {
  font-size: 20px;
  font-weight: normal;
  color: #e43426;
}

.event-contact .contact-info,.transport-contact .contact-info {
  overflow: hidden;
}

.event-contact .contact-info li,.transport-contact .contact-info li {
  margin-bottom: 25px;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
}

@media (max-width: 767px) {
  .event-contact .contact-info li,  .transport-contact .contact-info li {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.event-contact .contact-info li:last-child,.transport-contact .contact-info li:last-child {
  margin-bottom: 0;
}

.event-contact .contact-info i,.transport-contact .contact-info i {
  color: #e43426;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

.event-contact .form ::-webkit-input-placeholder,.transport-contact .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: gray;
}

.event-contact .form :-moz-placeholder,.transport-contact .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: gray;
}

.event-contact .form ::-moz-placeholder,.transport-contact .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: gray;
}

.event-contact .form :-ms-input-placeholder,.transport-contact .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: gray;
}

.event-contact .form > .col,.transport-contact .form > .col {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .event-contact .form > .col,  .transport-contact .form > .col {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .event-contact .form,  .transport-contact .form {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .event-contact .form,  .transport-contact .form {
    margin-top: 50px;
  }
}

.event-contact .form input,.transport-contact .form input,.event-contact .form textarea,.transport-contact .form textarea {
  background-color: #f2f2f2;
  border: 0;
  height: 45px;
  font-size: 16px;
  padding: 6px 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .event-contact .form input,  .transport-contact .form input,  .event-contact .form textarea,  .transport-contact .form textarea {
    font-size: 14px;
    height: 40px;
    padding: 6px 15px;
  }
}

.event-contact .form textarea,.transport-contact .form textarea {
  height: 200px;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .event-contact .form textarea,  .transport-contact .form textarea {
    height: 120px;
    padding-top: 15px;
  }
}

.event-contact .form .submit,.transport-contact .form .submit {
  margin-bottom: 0;
}

.event-contact .form .submit .btn,.transport-contact .form .submit .btn {
  padding: 13px 45px;
}

@media (max-width: 767px) {
  .event-contact .form .submit .btn,  .transport-contact .form .submit .btn {
    padding: 10px 35px;
  }
}

/*--------------------------------------------------------------
#6.7  event-newsletter
--------------------------------------------------------------*/

.event-footer {
  text-align: center;
  padding: 120px 0;
}

@media (max-width: 991px) {
  .event-footer {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .event-footer {
    padding: 60px 0;
  }
}

.event-footer .container .row > .col {
  margin-bottom: 0;
}

.event-footer .copyright p {
  font-size: 17px;
  color: #627195;
  margin: 1.3em 0;
}

@media (max-width: 767px) {
  .event-footer .copyright p {
    font-size: 15px;
  }
}

.event-footer .copyright p a {
  color: #627195;
}

.event-footer .social-links {
  display: inline-block;
}

.event-footer .social-links li {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .event-footer .social-links li {
    margin-right: 15px;
  }
}

.event-footer .social-links li:last-child {
  margin-right: 0;
}

.event-footer .social-links a {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .event-footer .social-links a {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
  Home agency
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.0  agency-featured
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.1  agency-about
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.2  agency-services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.3  agency-fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.4  agency-team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.5  agency-portfolio
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.6  agency-testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.7  agency-cta
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.8  agency-news
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#7.9  agency-partner
--------------------------------------------------------------*/

/*** footer ***/

/*--------------------------------------------------------------
  Home app-landing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.0  app-landing-features
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.1  app-landing-products
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.2  app-landing-cta
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.3  app-landing-showcase
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.4  app-landing-team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.5  app-landing-testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#8.6  app-landing-pricing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  Home transport
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.0  transport-services
--------------------------------------------------------------*/

.transport-home h1,.transport-home h2,.transport-home h3,.transport-home h4,.transport-home h5,.transport-home h6 {
  color: #333333;
}

.transport-services {
  background-color: #f0f0f0;
}

.transport-services .content > .col {
  margin-bottom: 65px;
}

@media (max-width: 991px) {
  .transport-services .content > .col {
    margin-bottom: 45px;
  }
}

@media (max-width: 500px) {
  .transport-services .content > .col {
    width: 100%;
  }
}

.transport-services .grid:hover .details {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 #cccccc;
  -moz-box-shadow: 0 0 15px 0 #cccccc;
  -o-box-shadow: 0 0 15px 0 #cccccc;
  -ms-box-shadow: 0 0 15px 0 #cccccc;
  box-shadow: 0 0 15px 0 #cccccc;
}

.transport-services .details {
  text-align: center;
  padding: 40px 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .transport-services .details {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .transport-services .details {
    padding: 25px 15px;
  }
}

.transport-services .details h3 {
  font-size: 20px;
  margin: 0 0 0.7em;
  padding: 0 0 1em;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767px) {
  .transport-services .details h3 {
    font-size: 16px;
  }
}

.transport-services .details h3:before,.transport-services .details h3:after {
  content: "";
  background-color: #ff9c00;
  width: 22px;
  height: 5px;
  position: absolute;
  bottom: 0;
}

@media (max-width: 767px) {
  .transport-services .details h3:before,  .transport-services .details h3:after {
    height: 3px;
  }
}

.transport-services .details h3:before {
  left: 40%;
}

@media (max-width: 500px) {
  .transport-services .details h3:before {
    left: 50%;
  }
}

.transport-services .details h3:after {
  background-color: #2447b9;
  right: 40%;
}

@media (max-width: 500px) {
  .transport-services .details h3:after {
    right: 50%;
  }
}

.transport-services .details p {
  font-size: 17px;
  color: #8c8c8c;
  margin: 0;
}

@media (max-width: 767px) {
  .transport-services .details p {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
#9.1  transport-awards
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.2  transport-services2
--------------------------------------------------------------*/

.transport-services2 .details > span {
  color: #b3b3b3;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .transport-services2 .details > span {
    font-size: 14px;
  }
}

@media screen and (min-width: 1200px) {
  .transport-services2 .details {
    padding-right: 120px;
  }
}

.transport-services2 .details h3 {
  font-size: 28px;
  line-height: 1.3em;
  margin: 0.3em 0 1.43em;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .transport-services2 .details h3 {
    padding-right: 105px;
  }
}

@media (max-width: 991px) {
  .transport-services2 .details h3 {
    font-size: 25px;
    margin: 0.3em 0 1em;
  }
}

@media (max-width: 767px) {
  .transport-services2 .details h3 {
    font-size: 20px;
    margin: 0.3em 0 1em;
  }
}

.transport-services2 .details h3 span {
  display: block;
  font-weight: normal;
}

.transport-services2 .details p {
  font-size: 17px;
  line-height: 1.8em;
}

@media (max-width: 991px) {
  .transport-services2 .details p {
    font-size: 16px;
  }
}

.transport-services2 .details .transport-theme-btn {
  background-color: #ff9c00;
  margin-top: 80px;
}

.transport-services2 .details .transport-theme-btn:before {
  background-color: #2447b9;
}

@media (max-width: 991px) {
  .transport-services2 .details .transport-theme-btn {
    margin-top: 10px;
  }
}

.transport-services2 .top-row {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 767px) {
  .transport-services2 .top-row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.transport-services2 .bottom-row .details {
  padding-right: 0;
}

@media screen and (min-width: 1200px) {
  .transport-services2 .bottom-row h3 {
    padding-right: 65px;
  }
}

/*--------------------------------------------------------------
#9.3  transport-fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.4  transport-features
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.5  transport-faq
--------------------------------------------------------------*/

.transport-faq {
  background-color: #f0f0f0;
  /*** left col **/
  /*** right col ***/
}

@media (max-width: 991px) {
  .transport-faq .left-col,  .transport-faq .right-col {
    height: auto !important;
  }
}

@media screen and (min-width: 992px) {
  .transport-faq .transport-section-title h2,  .transport-faq .transport-section-title-center h2 {
    font-size: 28px;
  }
}

.transport-faq .left-col {
  background: url("../images/transport/faq-bg.jpg") center center/cover no-repeat local;
  position: relative;
}

.transport-faq .left-col:before {
  content: "";
  background-color: rgba(36, 71, 185, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.transport-faq .left-col h3 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .transport-faq .left-col h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .transport-faq .left-col h3 {
    font-size: 22px;
  }
}

.transport-faq .left-col h3 span {
  font-weight: bold;
}

.transport-faq .right-col {
  padding: 75px 15px 75px 60px;
}

@media screen and (min-width: 1200px) {
  .transport-faq .right-col {
    width: 585px;
  }
}

@media (max-width: 767px) {
  .transport-faq .right-col {
    padding: 70px 30px;
  }
}

.transport-faq .right-col .transport-section-title,.transport-faq .right-col .transport-section-title-center {
  margin-bottom: 40px;
}

.transport-faq .right-col .panel-group {
  margin: 0;
}

.transport-faq .right-col .panel-group .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

.transport-faq .right-col .panel-group .panel + .panel {
  margin-top: 10px;
}

.transport-faq .right-col .panel-heading {
  background-color: #fff;
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  -moz-box-shadow: 0 0 10px 0 #cccccc;
  -o-box-shadow: 0 0 10px 0 #cccccc;
  -ms-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
  position: relative;
}

.transport-faq .right-col .panel-heading > a {
  display: block;
  padding: 15px 25px;
  font-size: 17px;
  color: #ff9c00;
}

@media (max-width: 767px) {
  .transport-faq .right-col .panel-heading > a {
    padding: 10px 15px;
    font-size: 15px;
  }
}

.transport-faq .right-col .panel-heading > a:before {
  font-family: "FontAwesome";
  content: "\f067";
  position: absolute;
  right: 22px;
}

.transport-faq .right-col .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.transport-faq .right-col .panel-group .current .panel-heading > a:before {
  font-family: "FontAwesome";
  content: "\f068";
}

/*--------------------------------------------------------------
#9.6  transport-testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#9.7  transport-blog
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .transport-blog {
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .transport-blog {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .transport-blog .blog-content > .col {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .transport-blog .blog-content > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 550px) {
  .transport-blog .blog-content > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#9.8  transport-contact
--------------------------------------------------------------*/

.transport-contact .contact-info i {
  color: #2447b9;
}

.transport-footer {
  background-color: #1c2332;
  border-top: 1px solid #1a1a1a;
}

.transport-footer .widget h3 {
  color: #fff;
}

.transport-footer .col .widget p,.transport-footer .col .widget li,.transport-footer .col .widget a,.transport-footer .col .widget span {
  color: #bababa;
}

.transport-footer #transport-contact-widget ul li > span {
  color: #ff9c00;
}

.transport-footer .about-widget .social-links a {
  color: #fff;
}

.transport-footer .about-widget .social-links a:hover,.transport-footer .site-map ul li a:hover {
  color: #ff9c00;
}

/*--------------------------------------------------------------
  Home seo
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.0 seo-about
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.1 seo-featured
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.2 seo-cta
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.3 seo-services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.4 seo-fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.5 seo-app
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.6 seo-team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.7 seo-cta2
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.8 seo-projects
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.9 seo-packages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.10  seo-blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.11  seo-testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#10.12  seo-footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  Home hosting
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.1 hosting-partner
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.2 hosting-domain
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.3 hosting-features
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.4 hosting-pricing
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.5 hosting-cta
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.6 hosting-fun-fact
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.7 hosting-team
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.8 hosting-faq-section
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.9 hosting-testimonials
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.10  hosting-blog
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.11  hosting-location
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#11.12  hosting-footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  Home wedding
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.0 wedding-card
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.1 wedding-count-down
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.2 wedding-couple
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.3 wedding-story
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.4 wedding-events
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.5 wedding-gallery
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.6 wedding-wishes
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.7 wedding-rsvp
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.8 wedding-gift-registry
--------------------------------------------------------------*/

/*--------------------------------------------------------------
#12.9 wedding-footer
--------------------------------------------------------------*/

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

/* Custom Styles - Compac Consulting */

nav .img {
  width: 145px;
  margin-top: -5px;
}

.navigation {
  background-color: white !important;
}

.site-header #navbar > ul > li > a:hover,.site-header-s3 #navbar > ul > li > a:hover,.events-header #navbar > ul > li > a:hover,.site-header #navbar > ul > li.current > a,.site-header-s3 #navbar > ul > li.current > a,.events-header #navbar > ul > li.current > a {
  color: #ca322b !important;
  font-weight: 600;
}

.site-header .topbar,.site-header-s3 .topbar,.events-header .topbar {
  background-color: #ca322b !important;
}

.social-links li a,.site-header .topbar p,.site-header-s3 .topbar p,.events-header .topbar p,.site-header .topbar span,.site-header-s3 .topbar span,.events-header .topbar span,.site-header .topbar li,.site-header-s3 .topbar li,.events-header .topbar li {
  color: #ffffff !important;
}

.site-header #navbar > ul > li > a,.site-header-s3 #navbar > ul > li > a,.events-header #navbar > ul > li > a {
  color: #000000;
}

#intro {
  padding-top: 160px;
}

.white-color {
  color: #ffffff !important;
}

input {
  margin-bottom: 20px;
}

.submit {
  margin-top: 20px;
}

.usps {
  padding-bottom: 13px;
  background-color: #ca322b;
}

.usps h3 {
  color: #ffffff !important;
}

.event img {
  max-width: 90%;
}

.binRow {
  margin-bottom: 60px;
}

.social-links {
  float: right;
}

.social-links li {
  padding-right: 10px;
}

#footer-logo {
  width: 100px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.showcase .col {
  padding-top: 10px;
}

.showcase {
  padding-top: 30px;
}

.showcase .feauted-grid {
  margin-bottom: 10px;
}

.showcase img {
  width: 50px;
}

.intro-text {
  position: relative;
  top: 15px;
  color: white;
}

.lighterBlue {
  background-color: #ed1e24 !important;
}

.firstBtn {
  background-color: #252536 !important;
}

.c-box {
  width: 20px;
  float: left;
  margin-right: 11px !important;
  position: relative;
  top: -10px;
}

.pricing-grid img {
  max-width: 100% !important;
}

.form textarea {
  border: none !important;
}

#number-head {
  position: absolute;
  margin-left: 200px;
  font-size: 23px;
  top: 30px;
  font-weight: bold;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #number-head {
    margin-left: 167px;
    font-size: 19px;
    top: 30px;
  }
}

@media screen and (max-width: 485px) {
  #number-head {
    margin-left: 185px;
    font-size: 18px;
    top: 37px;
  }
}

@media screen and (max-width: 379px) {
  .navbar-header {
    padding-bottom: 30px;
  }

  .site-header .navbar-header button {
    top: 70px;
  }
}

#willing {
  width: 250px;
  top: -3px;
  position: relative;
}

.site-header nav.sticky, .site-header-s3 nav.sticky, .events-header nav.sticky, .wedding-header nav.sticky {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.sticky {
    -webkit-animation: stickyMenuAnimation 0.8s;
    animation: stickyMenuAnimation 0.8s;
}

.boxForm{
      width: 70%;
    margin: 0 auto;
}



@media screen and (max-width: 1199px){
  
  #faqs .feauted-grid{
  height: auto !important;
  }

  .featured .feauted-grid{
    margin-top: 40px; 
    padding-left:0px;   
  }

  .feauted-grid .icon{
    position: relative;
    float:left;
    margin-right:10px;
  }

  .event p{
    padding: 40px 0px;
  }

}

@media screen and (max-width: 991px){
  .feauted-grid .icon{
    margin-right: 40px;
    margin-bottom:30px;
  }
  #faqs .feauted-grid {
    padding-left: 0px;
  }
  #contact .feauted-grid{
    padding-left: 0px;
    padding-top: 50px;
    padding-bottom: 0px;
  }
  #contact{
    padding-bottom: 0px;
  }
  footer{
    padding-top: 20px;
    padding-bottom: 0px;
  }
  footer .col{
    margin-bottom: 0px !important;
  }
  
	.site-header .slideInn, .site-header-s3 .slideInn, .events-header .slideInn, .wedding-header .slideInn {
    right: 0 !important;
	}	
	
}

@media (min-width: 992px){
#skipbins .col-md-4 {
    margin-bottom: 50px;
  }
}

.emailMsg{
  width:50%;
  margin: 10px auto;
}

#skipbins .binBtn{
  top: 20px;
}

.success-ajax{
    background-color: #cf9019;
    padding: 5px;
}

