@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;
}

.fi:before {
  margin: 0;
}

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

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

.padding-left-for-verticaltitle {
  padding-left: 100px;
}

@media (max-width: 991px) {
  .padding-left-for-verticaltitle {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .padding-left-for-verticaltitle {
    padding-left: 15px;
  }
}

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

.vertical-text {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  position: absolute;
  left: -77px;
  top: 200px;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

@media (max-width: 991px) {
  .vertical-text {
    font-size: 16px;
    top: 160px;
  }
}

@media (max-width: 767px) {
  .vertical-text {
    display: none;
  }
}

.vertical-text span:before {
  content: "";
  background-color: #081f65;
  width: 2px;
  height: 30px;
  position: absolute;
  left: 115%;
  top: -8%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.vertical-line {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vertical-line:before {
  content: "";
  background-color: #0a22ab;
  width: 2px;
  height: 70px;
  position: absolute;
  left: 0;
  top: -30px;
}

.scroll {
  text-align: center;
}

.scroll a {
  text-transform: uppercase;
}

.scroll a i {
  display: block;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

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

.video-play {
  font-size: 40px;
  color: #fff;
  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%);
}

.video-play:hover {
  color: #fff;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

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

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

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

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .construction-section-title h2, .charity-section-title h2, .events-section-title h2, .agency-section-title-s2 h2, .agency-section-title h2, .app-landing-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, .charity-section-title h2, .events-section-title h2, .agency-section-title-s2 h2, .agency-section-title h2, .app-landing-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, .charity-section-title h2, .events-section-title h2, .agency-section-title-s2 h2, .agency-section-title h2, .app-landing-section-title h2 {
    font-size: 25px;
  }
}

.section-title h2:after, .section-title-s2 h2:after, .section-title-s3 h2:after, .construction-section-title h2:after, .charity-section-title h2:after, .events-section-title h2:after, .agency-section-title-s2 h2:after, .agency-section-title h2:after, .app-landing-section-title h2:after {
  background-color: #af9a84;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.section-title p, .section-title-s2 p, .section-title-s3 p, .construction-section-title p, .charity-section-title p, .events-section-title p, .agency-section-title-s2 p, .agency-section-title p, .app-landing-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, .charity-section-title p, .events-section-title p, .agency-section-title-s2 p, .agency-section-title p, .app-landing-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;
  }
}

.charity-section-title .subheading {
  text-transform: uppercase;
  display: block;
  color: #000;
}

.charity-section-title h2 {
  font-weight: normal;
  margin: 0 0 0.5em;
}

.charity-section-title h2 span {
  font-weight: bold;
}

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

.charity-section-title h2:after span {
  font-weight: bold;
}

.charity-section-title p {
  color: #999999;
}

@media screen and (min-width: 992px) {
  .charity-section-title p {
    font-size: 16px;
  }
}

.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;
}

.agency-section-title-s2, .agency-section-title {
  text-align: left;
}

.agency-section-title-s2 h2, .agency-section-title h2 {
  font-size: 24px;
  margin: 0 0 0.63em;
  text-transform: uppercase;
  letter-spacing: 4px;
}

@media (max-width: 991px) {
  .agency-section-title-s2 h2, .agency-section-title h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .agency-section-title-s2 h2, .agency-section-title h2 {
    font-size: 18px;
  }
}

.agency-section-title-s2 h2 span, .agency-section-title h2 span {
  color: #c8b370;
}

.agency-section-title-s2 h2:after, .agency-section-title h2:after {
  display: none;
}

@media (max-width: 991px) {
  .agency-section-title-s2 p, .agency-section-title p {
    font-size: 15px;
  }
}

.agency-section-title {
  text-align: center;
}

.agency-section-title h2 {
  font-size: 30px;
  margin: 0;
}

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

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

@media (max-width: 767px) {
  .app-landing-section-title {
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .app-landing-section-title {
    padding: 0;
  }
}

.app-landing-section-title .sub-heading {
  font-size: 18px;
  color: #4548b3;
}

@media (max-width: 991px) {
  .app-landing-section-title .sub-heading {
    font-size: 17px;
  }
}

.app-landing-section-title h2 {
  font-size: 50px;
  font-weight: normal;
  display: block;
}

@media (max-width: 991px) {
  .app-landing-section-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .app-landing-section-title h2 {
    font-size: 30px;
  }
}

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

.app-landing-section-title p {
  font-size: 16px;
}

@media (max-width: 767px) {
  .app-landing-section-title p {
    font-size: 15px;
  }
}

.transport-section-title .sub-title, .transport-section-title-center .sub-title {
  font-size: 16px;
  text-transform: uppercase;
}

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

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

.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%);
}

.seo-section-title, .seo-section-title-center {
  margin-bottom: 60px;
}

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

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

.seo-section-title h2, .seo-section-title-center h2 {
  font-size: 32px;
  font-weight: normal;
  color: #000;
  margin: 0;
  padding-bottom: 1em;
  position: relative;
}

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

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

.seo-section-title h2:before, .seo-section-title-center h2:before, .seo-section-title h2:after, .seo-section-title-center h2:after {
  content: "";
  background-color: #e6e6e6;
  width: 270px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 991px) {
  .seo-section-title h2:before, .seo-section-title-center h2:before, .seo-section-title h2:after, .seo-section-title-center h2:after {
    width: 170px;
    height: 7px;
  }
}

@media (max-width: 767px) {
  .seo-section-title h2:before, .seo-section-title-center h2:before, .seo-section-title h2:after, .seo-section-title-center h2:after {
    width: 130px;
    height: 5px;
  }
}

.seo-section-title h2:after, .seo-section-title-center h2:after {
  width: 190px;
  background-color: #01b169;
}

@media (max-width: 991px) {
  .seo-section-title h2:after, .seo-section-title-center h2:after {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .seo-section-title h2:after, .seo-section-title-center h2:after {
    width: 80px;
  }
}

.seo-section-title-center h2 {
  text-align: center;
}

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

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

@media (max-width: 991px) {
  .seo-section-title-center h2:after {
    -webkit-transform: translateX(-85%);
    -moz-transform: translateX(-85%);
    -o-transform: translateX(-85%);
    -ms-transform: translateX(-85%);
    transform: translateX(-85%);
  }
}

/*** hosting section title ***/
.hosting-section-title-s1, .hosting-section-title-s2 {
  text-transform: uppercase;
}

.hosting-section-title-s1 .subtitle, .hosting-section-title-s2 .subtitle {
  font-weight: bold;
  color: #0f9aee;
}

@media (max-width: 991px) {
  .hosting-section-title-s1 .subtitle, .hosting-section-title-s2 .subtitle {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .hosting-section-title-s1 .subtitle, .hosting-section-title-s2 .subtitle {
    font-size: 12px;
  }
}

.hosting-section-title-s1 h2, .hosting-section-title-s2 h2 {
  font-size: 32px;
  margin: 0 0 0.93em;
}

@media (max-width: 991px) {
  .hosting-section-title-s1 h2, .hosting-section-title-s2 h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hosting-section-title-s1 h2, .hosting-section-title-s2 h2 {
    font-size: 24px;
  }
}

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

.hosting-section-title-s2 h2 {
  margin: 0 0 0.63em;
}

.hosting-section-title-s2 p {
  text-transform: none;
  margin: 0;
}

.wedding-section-title {
  text-align: center;
  margin-bottom: 75px;
}

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

.wedding-section-title img {
  display: inline-block;
}

.wedding-section-title h2 {
  font-size: 32px;
  color: #444444;
  margin: 0.25em 0 0.2em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .wedding-section-title h2 {
    font-size: 26px;
  }
}

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

.wedding-section-title .sub-title {
  position: relative;
}

.wedding-section-title .sub-title:before {
  content: "";
  background: #eaeaea;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.wedding-section-title p {
  background-color: #fff;
  font-size: 17px;
  color: #666666;
  margin: 0;
  padding: 0 30px;
  display: inline-block;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .wedding-section-title p {
    font-size: 15px;
  }
}

.theme-btn, .theme-btn-s2, .transport-theme-btn, .theme-btn-s3, .theme-btn-s4, .construction-theme-btn, .charity-theme-btn, .events-theme-btn-red {
  background-color: #af9a84;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  padding: 10px 25px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  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, .charity-theme-btn:before, .events-theme-btn-red:before {
  content: "";
  background-color: #8c745b;
  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;
}

.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, .charity-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, .charity-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, .charity-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, .charity-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, .charity-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, .charity-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, .charity-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, .charity-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, .charity-theme-btn {
  background-color: transparent;
  border: 2px solid #fcce00;
  color: #fcce00;
}

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

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

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

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

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

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

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

.charity-theme-btn {
  background-color: #ec1c33;
  border-color: #ec1c33;
  color: #fff;
}

.charity-theme-btn:before {
  background-color: #dc1229;
}

.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;
}

.seo-theme-btn {
  background-color: #f9c202;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 35px;
  border: 0;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
  -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: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .seo-theme-btn {
    height: 37px;
    line-height: 37px;
    font-size: 15px;
    padding: 0 30px;
  }
}

.seo-theme-btn:hover {
  color: #fff;
  background-color: #01b169;
}

.seo-theme-btn:hover:after {
  left: 100%;
}

.seo-theme-btn:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 70%;
  top: 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;
  -webkit-transform: skewY(-35deg);
  -ms-transform: skewY(-35deg);
  transform: skewY(-35deg);
}

.hosting-theme-btn {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #0f9aee;
  padding: 0 35px;
  border: 1px solid #0f9aee;
  text-transform: capitalize;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -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: 991px) {
  .hosting-theme-btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.hosting-theme-btn:hover {
  background-color: #0f9aee;
  color: #fff;
}

.wedding-btn {
  background-color: #e65360;
  width: 145px;
  height: 45px;
  line-height: 45px;
  font-size: 17px;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.wedding-btn:before {
  background-color: #67396e;
}

@media (max-width: 991px) {
  .wedding-btn {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .wedding-btn {
    width: 110px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  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;
}

.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;
}

.header-style-two nav.sticky {
  background-color: rgba(8, 31, 101, 0.98);
}

.architect-header nav.sticky {
  background-color: #fff;
  padding: 20px 0;
}

.construction-header nav.sticky {
  background-color: #252536;
}

.construction-header nav.sticky .navbar-header button {
  top: 18px;
}

.charity-header nav.sticky {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.charity-header nav.sticky .navbar-header button {
  top: 16px;
}

@media (max-width: 767px) {
  .charity-header nav.sticky .navbar-header button {
    top: 12px;
  }
}

.events-header nav.sticky, .wedding-header nav.sticky {
  background-color: rgba(78, 90, 118, 0.95);
}

.agency-header nav.sticky {
  background-color: rgba(68, 68, 68, 0.95);
}

.app-landing-header nav.sticky {
  background-color: rgba(69, 72, 179, 0.95);
}

.app-landing-header nav.sticky .navbar-header button {
  top: 8px;
}

.transport-header nav.sticky {
  background-color: rgba(36, 71, 185, 0.95);
}

.seo-header nav.sticky {
  background-color: #01b169;
}

.hosting-header nav.sticky {
  background-color: #fff;
}

.wedding-header nav.sticky {
  background-color: #fff;
}

.wedding-header nav.sticky #navbar > ul > li > a {
  color: #000;
}

.wedding-header nav.sticky .navbar-header button {
  top: 7px;
}

.sticky {
  -webkit-animation: stickyMenuAnimation 0.8s;
  animation: stickyMenuAnimation 0.8s;
}

@-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,
.page-title ol {
  color: #fff;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.page-title .breadcrumb a {
  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: #af9a84;
  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 .charity-theme-btn, .pricing-grid:hover .events-theme-btn-red {
  background-color: #000;
}

.pricing-grid .pricing-header {
  background-color: #af9a84;
  padding: 40px 10px 55px;
  position: relative;
}

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

.pricing-grid .pricing-header h3 {
  font-size: 22px;
  color: #fff;
  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: 75px 50px 0;
}

@media (max-width: 1199px) {
  .pricing-grid .pricing-details {
    padding: 75px 30px 0;
  }
}

@media (max-width: 767px) {
  .pricing-grid .pricing-details {
    padding: 55px 20px 0;
  }
}

.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 ***/
.project-grids {
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .project-grids {
    margin: 0;
  }
}

.project-grids .box {
  width: 33.33%;
  padding: 0 15px 30px;
}

@media (max-width: 991px) {
  .project-grids .box {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .project-grids .box {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .project-grids .box {
    width: 100%;
  }
}

.project-grids .box .box-inner {
  position: relative;
  overflow: hidden;
}

.project-grids .box .box-inner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  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;
}

.project-grids .box i {
  position: absolute;
  left: 50%;
  top: 40%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.project-grids .box i:before {
  font-size: 50px;
  color: #af9a84;
}

@media (max-width: 767px) {
  .project-grids .box i:before {
    font-size: 40px;
  }
}

.project-grids .box a {
  display: block;
  z-index: 10;
}

.project-grids .box img {
  width: 100%;
}

.project-grids .box-inner:hover:before {
  opacity: 1;
  top: 0;
}

.project-grids .box-inner:hover i {
  top: 50%;
  opacity: 1;
}

/*** service style 2 gird ***/
.services-s2-grids .grid {
  background-color: #fff;
  text-align: center;
}

.services-s2-grids .grid h3 {
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0.6em;
  padding-bottom: 0.7em;
  position: relative;
}

@media (max-width: 1199px) {
  .services-s2-grids .grid h3 {
    font-size: 18px;
  }
}

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

.services-s2-grids .grid h3:after {
  content: "";
  background-color: #fcce00;
  width: 30px;
  height: 2px;
  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;
}

.services-s2-grids .grid p {
  margin: 0;
}

.services-s2-grids .grid .details {
  padding: 25px 40px;
}

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

@media (max-width: 767px) {
  .services-s2-grids .grid .details {
    padding: 20px 15px;
  }
}

/***** 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 ******/
.blog-content .grid .entry-header {
  position: relative;
}

.blog-content .grid .entry-meta {
  background-color: #081f65;
  width: 100%;
  padding: 12px 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .blog-content .grid .entry-meta {
    padding: 8px 12px;
  }
}

.blog-content .grid .entry-meta > div {
  display: inline-block;
  float: left;
}

.blog-content .grid .entry-meta > div:last-child {
  float: right;
}

.blog-content .grid .entry-meta a {
  color: #fff;
}

@media (max-width: 1199px) {
  .blog-content .grid .entry-meta a {
    font-size: 13px;
  }
}

.blog-content .grid .entry-meta a i {
  display: inline-block;
  padding-right: 4px;
  color: #fcce00;
}

.blog-content .grid .entry-content {
  padding: 20px 0;
}

.blog-content .grid .entry-content h3 {
  font-size: 22px;
  margin: 0 0 0.7em;
}

@media (max-width: 1199px) {
  .blog-content .grid .entry-content h3 {
    font-size: 18px;
  }
}

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

.blog-content .grid .entry-content h3 a {
  color: #111;
}

.blog-content .grid .entry-content h3 a:hover {
  color: #fcce00;
}

.blog-content .grid .entry-content p {
  margin: 0 0 1.3em;
}

.blog-content .grid .entry-content .read-more {
  font-size: 16px;
  font-weight: bold;
  color: #081f65;
}

@media (max-width: 767px) {
  .blog-content .grid .entry-content .read-more {
    font-size: 14px;
  }
}

.blog-content .grid .entry-content .read-more:hover {
  color: #fcce00;
}

/***** service style 3 grid ****/
.services-s3-grids .grid {
  background-color: #fff;
  position: relative;
  text-align: center;
  margin: 60px 0 10px;
  padding: 60px 60px 40px;
  border: 1px solid #d9d9d9;
}

@media (max-width: 1199px) {
  .services-s3-grids .grid {
    margin: 40px 0 10px;
    padding: 40px 30px 30px;
  }
}

@media (max-width: 767px) {
  .services-s3-grids .grid {
    margin: 30px 0 10px;
    padding: 30px 15px 20px;
  }
}

.services-s3-grids .grid .icon {
  display: inline-block;
  background-color: #0a22ab;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -50px;
  -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%;
}

@media (max-width: 1199px) {
  .services-s3-grids .grid .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .services-s3-grids .grid .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: -30px;
  }
}

.services-s3-grids .grid .icon i:before {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 1199px) {
  .services-s3-grids .grid .icon i:before {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .services-s3-grids .grid .icon i:before {
    font-size: 25px;
  }
}

.services-s3-grids .grid h3 {
  font-size: 25px;
  text-transform: capitalize;
  margin: 1em 0 0.83em;
}

@media (max-width: 1199px) {
  .services-s3-grids .grid h3 {
    font-size: 20px;
  }
}

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

/*** team-architects ***/
.team-architects .left-col {
  text-align: center;
}

.team-architects .left-col .img-holder {
  position: relative;
}

.team-architects .left-col .grid:hover .plus {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.team-architects .left-col .grid:hover h3 {
  color: #0a22ab;
}

.team-architects .left-col .plus {
  background-color: rgba(10, 34, 171, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.7, 0.7);
  -moz-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.team-architects .left-col .plus:before, .team-architects .left-col .plus:after {
  content: "";
  background-color: #fff;
  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%);
  z-index: 10;
}

.team-architects .left-col .plus:before {
  width: 1px;
  height: 55px;
}

.team-architects .left-col .plus:after {
  width: 55px;
  height: 1px;
}

.team-architects .left-col .details {
  padding: 40px 10px 30px;
  -webkit-box-shadow: 0 0 20px 0 #dbdbdb;
  -moz-box-shadow: 0 0 20px 0 #dbdbdb;
  -o-box-shadow: 0 0 20px 0 #dbdbdb;
  -ms-box-shadow: 0 0 20px 0 #dbdbdb;
  box-shadow: 0 0 20px 0 #dbdbdb;
}

@media (max-width: 767px) {
  .team-architects .left-col .details {
    padding: 25px 10px 20px;
  }
}

.team-architects .left-col h3 {
  font-size: 17px;
  margin: 0 0 0.65em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .team-architects .left-col h3 {
    font-size: 15px;
  }
}

.team-architects .left-col .social-links {
  display: inline-block;
}

.team-architects .left-col .social-links li {
  font-size: 13px;
  color: gray;
  margin-right: 25px;
}

.team-architects .left-col .social-links li:last-child {
  margin-right: 0;
}

@media (max-width: 1199px) {
  .team-architects .left-col .social-links li {
    margin-right: 7px;
  }
}

@media (max-width: 767px) {
  .team-architects .left-col .social-links li {
    font-size: 12px;
    margin-right: 5px;
  }
}

/*** architects-pricing grid ***/
.architects-pricing .grid {
  background-color: #fff;
  text-align: center;
  border: 2px solid #0a22ab;
  -webkit-box-shadow: -1px 6px 20px -5px #b3b3b3;
  -moz-box-shadow: -1px 6px 20px -5px #b3b3b3;
  box-shadow: -1px 6px 20px -5px #b3b3b3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 991px) {
  .architects-pricing .grid {
    border: 1px solid #0a22ab;
    -webkit-box-shadow: 0 0 10px 0 #595959;
    -moz-box-shadow: 0 0 10px 0 #595959;
    -o-box-shadow: 0 0 10px 0 #595959;
    -ms-box-shadow: 0 0 10px 0 #595959;
    box-shadow: 0 0 10px 0 #595959;
  }
}

.architects-pricing .grid .pricing-header {
  background-color: #0a22ab;
  padding: 22px 0;
}

@media (max-width: 991px) {
  .architects-pricing .grid .pricing-header {
    padding: 15px 0;
  }
}

.architects-pricing .grid .pricing-header h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .architects-pricing .grid .pricing-header h3 {
    font-size: 20px;
  }
}

.architects-pricing .grid .pricing-details {
  padding: 0 15px;
}

.architects-pricing .grid .price {
  padding: 30px 0 50px;
}

@media (max-width: 1199px) {
  .architects-pricing .grid .price {
    padding: 30px 0 40px;
  }
}

@media (max-width: 991px) {
  .architects-pricing .grid .price {
    padding: 20px 0 30px;
  }
}

.architects-pricing .grid .price .value {
  font-size: 70px;
  color: #0a22ab;
  display: inline-block;
  position: relative;
}

@media (max-width: 1199px) {
  .architects-pricing .grid .price .value {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .architects-pricing .grid .price .value {
    font-size: 40px;
  }
}

.architects-pricing .grid .price .value span {
  font-size: 22px;
  color: #666666;
  position: absolute;
  top: 0;
  left: -20px;
}

@media (max-width: 991px) {
  .architects-pricing .grid .price .value span {
    font-size: 20px;
  }
}

.architects-pricing .grid .price p {
  font-size: 16px;
  color: gray;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .architects-pricing .grid .price p {
    font-size: 14px;
  }
}

.architects-pricing .grid ul li {
  font-size: 18px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .architects-pricing .grid ul li {
    font-size: 15px;
  }
}

.architects-pricing .grid ul li:last-child {
  margin-bottom: 0;
}

.architects-pricing .grid .purches {
  margin: 45px 0 40px;
}

@media (max-width: 991px) {
  .architects-pricing .grid .purches {
    margin: 45px 0 35px;
  }
}

.architects-pricing .grid:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

/*** construction-services-grids ***/
.construction-services-grids .grid .img-holder:hover:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.construction-services-grids .grid .img-holder:hover a {
  opacity: 1;
}

.construction-services-grids .grid .img-holder {
  position: relative;
}

.construction-services-grids .grid .img-holder:before {
  content: "";
  opacity: 0;
  background-color: rgba(255, 182, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0.3, 0.3);
  -moz-transform: scale(0.3, 0.3);
  -o-transform: scale(0.3, 0.3);
  -ms-transform: scale(0.3, 0.3);
  transform: scale(0.3, 0.3);
  -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-services-grids .grid .img-holder a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border: 1px solid #fff;
  font-size: 25px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -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: 991px) {
  .construction-services-grids .grid .img-holder a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
}

.construction-services-grids .grid .details {
  padding: 30px 0;
}

.construction-services-grids .grid .details h3 {
  font-size: 22px;
  margin: 0 0 0.73em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .construction-services-grids .grid .details h3 {
    font-size: 18px;
  }
}

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

.construction-services-grids .grid .details p {
  margin: 0 0 1.87em;
}

.construction-services-grids .grid .details .construction-theme-btn, .construction-services-grids .grid .details .charity-theme-btn {
  border-color: #252536;
  color: #252536;
}

.construction-services-grids .grid .details .construction-theme-btn:hover, .construction-services-grids .grid .details .charity-theme-btn:hover {
  border-color: #ffb600;
  color: #fff;
}

/*** important causes grid ***/
.important-causes-content .grid {
  position: relative;
  padding: 112px 75px 28px 28px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .important-causes-content .grid {
    padding: 112px 25px 28px 28px;
  }
}

.important-causes-content .grid:hover .causes-info {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.important-causes-content .grid:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.important-causes-content .grid > div {
  position: relative;
}

.important-causes-content .grid .time-count,
.important-causes-content .grid h3 {
  color: #fff;
}

.important-causes-content .grid .time-count {
  background-color: #29af8a;
  font-size: 15px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .important-causes-content .grid .time-count {
    font-size: 13px;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 10px;
  }
}

.important-causes-content .grid h3 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  text-transform: capitalize;
}

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

.important-causes-content .grid .causes-info {
  background-color: rgba(236, 28, 51, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.important-causes-content .grid .causes-info .btn {
  background-color: #fff;
  width: 120px;
  height: 43px;
  line-height: 43px;
  font-size: 16px;
  font-weight: bold;
  color: #af9a84;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .important-causes-content .grid .causes-info .btn {
    font-size: 14px;
    width: 100px;
    height: 28px;
    line-height: 28px;
  }
}

.important-causes-content .grid .causes-info .meter3 {
  text-align: center;
  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%);
}

.important-causes-content .grid .causes-info .goal,
.important-causes-content .grid .causes-info .raised {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.important-causes-content .grid .causes-info .goal {
  left: 45px;
}

@media (max-width: 1199px) {
  .important-causes-content .grid .causes-info .goal {
    left: 25px;
  }
}

@media (max-width: 767px) {
  .important-causes-content .grid .causes-info .goal {
    left: 10px;
  }
}

.important-causes-content .grid .causes-info .raised {
  right: 45px;
}

@media (max-width: 1199px) {
  .important-causes-content .grid .causes-info .raised {
    right: 25px;
  }
}

@media (max-width: 767px) {
  .important-causes-content .grid .causes-info .raised {
    right: 10px;
  }
}

.important-causes-content .grid .causes-info .goal span,
.important-causes-content .grid .causes-info .raised span {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
}

.important-causes-content .grid .causes-info .goal h4,
.important-causes-content .grid .causes-info .raised h4 {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.important-causes-content .grid .meter3 {
  position: relative;
}

.important-causes-content .grid .meter3 span,
.important-causes-content .grid .meter3 p {
  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%);
}

.important-causes-content .grid .meter3 span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  top: 40%;
}

.important-causes-content .grid .meter3 p {
  font-size: 14px;
  color: #fff;
  top: 55%;
}

.charity-blog-grid img {
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.charity-blog-grid a:hover,
.charity-blog-grid a:focus {
  text-decoration: none;
  color: #af9a84;
}

.charity-blog-grid h3 {
  font-size: 18px;
  margin: 0 0 0.5em;
}

.charity-blog-grid h3 a {
  color: #111;
}

@media (max-width: 767px) {
  .charity-blog-grid h3 {
    font-size: 17px;
  }
}

.charity-blog-grid .post .entry-media {
  text-align: center;
}

.charity-blog-grid .post .entry-media img {
  display: inline-block;
}

.charity-blog-grid .post .entry-body {
  padding: 20px;
}

@media (max-width: 767px) {
  .charity-blog-grid .post .entry-body {
    padding: 15px;
  }
}

.charity-blog-grid .post .entry-date-author ul {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .charity-blog-grid .post .entry-date-author ul {
    margin-bottom: 20px;
  }
}

.charity-blog-grid .post .entry-date-author ul li {
  font-size: 13px;
  float: left;
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}

.charity-blog-grid .post .entry-date-author ul li a {
  color: #999999;
}

.charity-blog-grid .post .entry-date-author ul li a:hover {
  color: #ec1c33;
}

.charity-blog-grid .post .entry-date-author ul li:after {
  content: "/";
  color: #999999;
  position: absolute;
  right: -2px;
  top: 0;
}

.charity-blog-grid .post .entry-date-author ul li:last-child:after {
  display: none;
}

.charity-blog-grid .post .read-more a {
  font-size: 16px;
  color: #af9a84;
}

.charity-blog-grid .post .read-more a:hover {
  color: #9b8165;
}

@media (max-width: 767px) {
  .charity-blog-grid .post .read-more a {
    font-size: 14px;
  }
}

.charity-gallery a:hover,
.charity-gallery a:focus {
  text-decoration: none;
}

.charity-gallery .gallery-filters {
  text-align: center;
  margin-bottom: 36px;
}

@media (max-width: 991px) {
  .charity-gallery .gallery-filters {
    margin-bottom: 25px;
  }
}

.charity-gallery .gallery-filters ul {
  display: inline-block;
  overflow: hidden;
  margin-top: -5px;
}

.charity-gallery .gallery-filters ul li {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .charity-gallery .gallery-filters ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

.charity-gallery .gallery-filters ul li:after {
  content: "/";
  color: #b3b3b3;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .charity-gallery .gallery-filters ul li:after {
    font-size: 14px;
  }
}

.charity-gallery .gallery-filters ul li:last-child {
  margin: 0;
  padding: 0;
}

.charity-gallery .gallery-filters ul li:last-child:after {
  display: none;
}

.charity-gallery .gallery-filters ul li a {
  font-size: 17px;
  font-weight: bold;
  color: #b3b3b3;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .charity-gallery .gallery-filters ul li a {
    font-size: 14px;
  }
}

.charity-gallery .gallery-filters ul li a:hover,
.charity-gallery .gallery-filters ul li .current {
  color: #ec1c33;
}

.charity-gallery .gallery-container {
  overlay: hidden;
}

.charity-gallery .gallery-container .box > a {
  display: block;
  position: relative;
}

.charity-gallery .gallery-container .box > a:before {
  content: "";
  opacity: 0;
  background-color: rgba(175, 154, 132, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}

.charity-gallery .gallery-container .box > a:after {
  font-family: "FontAwesome";
  content: "\f00e";
  font-size: 22px;
  color: #fff;
  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%);
  opacity: 0;
}

.charity-gallery .gallery-container .box > a:hover:before {
  opacity: 1;
}

.charity-gallery .gallery-container .box > a:hover:after {
  opacity: 1;
}

/*--------------------------------------------------------------
#0.3    header
--------------------------------------------------------------*/
.site-header, .site-header-s3, .events-header, .wedding-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, .wedding-header .topbar {
  background-color: #111;
  padding: 18px 0;
  /*** info ***/
  /*** language social ***/
}

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

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

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

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

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

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

.site-header .topbar .info ul, .site-header-s3 .topbar .info ul, .events-header .topbar .info ul, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-header .topbar .info ul li i {
    font-size: 16px;
  }
}

.site-header .topbar .info ul li:after, .site-header-s3 .topbar .info ul li:after, .events-header .topbar .info ul li:after, .wedding-header .topbar .info ul li:after {
  content: "";
  background: #fff;
  background: -webkit-linear-gradient(top, #000, #999999, #000);
  background: -moz-linear-gradient(top, #000, #999999, #000);
  background: -o-linear-gradient(top, #000, #999999, #000);
  background: -ms-linear-gradient(top, #000, #999999, #000);
  background: linear-gradient(top, #000, #999999, #000);
  width: 2px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: -2px;
}

@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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-header .topbar .language-social > div {
    float: none;
  }
}

.site-header .topbar .language, .site-header-s3 .topbar .language, .events-header .topbar .language, .wedding-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, .wedding-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, .wedding-header .topbar .language i {
    font-size: 16px;
  }
}

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

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

.site-header .topbar .language .select-box, .site-header-s3 .topbar .language .select-box, .events-header .topbar .language .select-box, .wedding-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, .wedding-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, .wedding-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, .wedding-header .topbar .language .select-box .bootstrap-select > button {
  background: transparent;
  color: #af9a84;
  border: 0;
  outline: 0;
}

.site-header .topbar .language .select-box .dropdown-menu, .site-header-s3 .topbar .language .select-box .dropdown-menu, .events-header .topbar .language .select-box .dropdown-menu, .wedding-header .topbar .language .select-box .dropdown-menu {
  z-index: 2222;
}

.site-header .topbar .social-links, .site-header-s3 .topbar .social-links, .events-header .topbar .social-links, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-header .topbar .social-links li a {
    font-size: 16px;
  }
}

.site-header .navigation, .site-header-s3 .navigation, .events-header .navigation, .wedding-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, .wedding-header .navigation {
    padding: 15px 0;
  }
}

.site-header .navigation .navbar-brand, .site-header-s3 .navigation .navbar-brand, .events-header .navigation .navbar-brand, .wedding-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, .wedding-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, .wedding-header .navigation .navbar-brand {
    margin: 0 0 0 15px;
  }
}

.site-header #navbar, .site-header-s3 #navbar, .events-header #navbar, .wedding-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, .wedding-header #navbar {
    padding-right: 0;
  }
  .site-header #navbar > ul > li, .site-header-s3 #navbar > ul > li, .events-header #navbar > ul > li, .wedding-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, .wedding-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, .wedding-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, .wedding-header #navbar > ul {
  margin: 0;
}

.site-header #navbar > ul a, .site-header-s3 #navbar > ul a, .events-header #navbar > ul a, .wedding-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, .wedding-header #navbar > ul a:hover,
.site-header #navbar > ul a:focus, .site-header-s3 #navbar > ul a:focus, .events-header #navbar > ul a:focus, .wedding-header #navbar > ul a:focus {
  text-decoration: none;
}

.site-header #navbar > ul li, .site-header-s3 #navbar > ul li, .events-header #navbar > ul li, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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, .wedding-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;
  }
}

.site-header #navbar .sub-sub-menu > a, .site-header-s3 #navbar .sub-sub-menu > a, .events-header #navbar .sub-sub-menu > a, .wedding-header #navbar .sub-sub-menu > a {
  position: relative;
}

.site-header #navbar .sub-sub-menu > a:before, .site-header-s3 #navbar .sub-sub-menu > a:before, .events-header #navbar .sub-sub-menu > a:before, .wedding-header #navbar .sub-sub-menu > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .site-header #navbar .sub-menu > a:before, .site-header-s3 #navbar .sub-menu > a:before, .events-header #navbar .sub-menu > a:before, .wedding-header #navbar .sub-menu > a:before,
  .site-header #navbar .sub-sub-menu > a:before, .site-header-s3 #navbar .sub-sub-menu > a:before, .events-header #navbar .sub-sub-menu > a:before, .wedding-header #navbar .sub-sub-menu > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    width: 40px;
    height: 100%;
    line-height: 41px;
    text-align: center;
    border-left: 1px solid #cccccc;
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-header #navbar .sub-sub-menu > a:before, .site-header-s3 #navbar .sub-sub-menu > a:before, .events-header #navbar .sub-sub-menu > a:before, .wedding-header #navbar .sub-sub-menu > a:before {
    line-height: 33px;
  }
}

@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, .wedding-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar, .site-header-s3 #navbar .close-navbar, .events-header #navbar .close-navbar, .wedding-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header, .site-header-s3, .events-header, .wedding-header {
    /* class for show hide navigation */
  }
  .site-header .container, .site-header-s3 .container, .events-header .container, .wedding-header .container {
    width: 100%;
  }
  .site-header .navbar-header button, .site-header-s3 .navbar-header button, .events-header .navbar-header button, .wedding-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, .wedding-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, .wedding-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar, .site-header-s3 #navbar, .events-header #navbar, .wedding-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, .wedding-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, .wedding-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, .wedding-header #navbar ul li.current a {
    color: #af9a84;
  }
  .site-header #navbar .navbar-nav, .site-header-s3 #navbar .navbar-nav, .events-header #navbar .navbar-nav, .wedding-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar, .site-header-s3 #navbar .close-navbar, .events-header #navbar .close-navbar, .wedding-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, .wedding-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, .wedding-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn, .site-header-s3 .slideInn, .events-header .slideInn, .wedding-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse, .site-header-s3 .navbar-collapse.collapse, .events-header .navbar-collapse.collapse, .wedding-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, .wedding-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse, .site-header-s3 .navbar-header .collapse, .events-header .navbar-header .collapse, .wedding-header .navbar-header .collapse,
  .site-header .navbar-toggle, .site-header-s3 .navbar-toggle, .events-header .navbar-toggle, .wedding-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header, .site-header-s3 .navbar-header, .events-header .navbar-header, .wedding-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right, .site-header-s3 .navbar-right, .events-header .navbar-right, .wedding-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav, .site-header-s3 .navbar-nav, .events-header .navbar-nav, .wedding-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li, .site-header-s3 .navbar-nav > li, .events-header .navbar-nav > li, .wedding-header .navbar-nav > li {
    float: none;
  }
}

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

.header-style-two .upper-topbar {
  background-color: #081f65;
  padding: 7px 0;
}

.header-style-two .upper-topbar .fi:before {
  font-size: 16px;
  color: #fcce00;
}

.header-style-two .upper-topbar p,
.header-style-two .upper-topbar span,
.header-style-two .upper-topbar a,
.header-style-two .upper-topbar li {
  color: #fff;
}

.header-style-two .upper-topbar .left-col > div {
  display: inline-block;
  float: left;
  line-height: 43px;
}

@media (max-width: 767px) {
  .header-style-two .upper-topbar .left-col > div {
    display: block;
    float: none;
  }
}

@media (max-width: 767px) {
  .header-style-two .upper-topbar .info {
    border-color: #06184d;
  }
}

.header-style-two .upper-topbar .social-links {
  position: relative;
  top: 6px;
}

.header-style-two .upper-topbar .social-links a:hover {
  color: #fcce00;
}

@media (max-width: 767px) {
  .header-style-two .lower-topbar .navbar-brand {
    float: none;
    display: inline-block;
    padding-bottom: 0;
  }
  .header-style-two .lower-topbar .navbar-brand img {
    max-width: 80px;
  }
}

.header-style-two .lower-topbar .info-2-wrapper {
  overflow: hidden;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .header-style-two .lower-topbar .info-2-wrapper {
    display: none;
  }
}

.header-style-two .lower-topbar .info-2 {
  float: right;
  overflow: hidden;
}

.header-style-two .lower-topbar .info-2 .box {
  float: left;
}

.header-style-two .lower-topbar .box {
  position: relative;
  padding-left: 50px;
  margin-right: 35px;
}

@media (max-width: 991px) {
  .header-style-two .lower-topbar .box {
    padding-left: 35px;
  }
}

.header-style-two .lower-topbar .box:last-child {
  margin-right: 0;
}

.header-style-two .lower-topbar .box .icon {
  position: absolute;
  left: 0;
  top: 1px;
}

@media (max-width: 991px) {
  .header-style-two .lower-topbar .box .icon {
    top: -3px;
  }
}

.header-style-two .lower-topbar .box .fi:before {
  font-size: 32px;
  color: #fcce00;
}

@media (max-width: 991px) {
  .header-style-two .lower-topbar .box .fi:before {
    font-size: 25px;
  }
}

.header-style-two .lower-topbar .box h5 {
  font-size: 17px;
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header-style-two .lower-topbar .box h5 {
    font-size: 15px;
  }
}

.header-style-two .lower-topbar .box h5 + span {
  font-size: 15px;
  color: #666666;
}

/*** 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;
}

.header-style-two .header-search-area {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .header-style-two .header-search-area {
    width: 50px;
    height: 50px;
    top: -15px;
    right: 70px;
  }
}

.header-style-two .header-search-area .btn {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  height: 100%;
  width: 70px;
  position: absolute;
  right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .header-style-two .header-search-area .btn {
    width: 50px;
  }
}

.header-style-two .header-search-area .btn:focus {
  border: 0;
  outline: 0;
}

.header-search-form {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.95);
}

.header-search-form form {
  width: 500px;
  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%);
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

.header-search-form form input {
  height: 60px;
  font-size: 20px;
  padding: 15px 25px;
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

.header-search-form form input:focus {
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: #081f65;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.header-search-form form .btn:focus,
.header-search-form form .btn:active {
  outline: none;
  box-shadow: none;
}

@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 ***/
.charity-header .topbar {
  background-color: #000;
  padding: 10px 0 8px;
}

@media (max-width: 767px) {
  .charity-header .topbar {
    padding-bottom: 7px;
  }
}

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

.charity-header .topbar p {
  margin: 0;
  position: relative;
  top: 5px;
}

.charity-header .topbar p span {
  color: #ec1c33;
}

.charity-header .topbar .info {
  text-align: right;
}

@media (max-width: 767px) {
  .charity-header .topbar .info {
    border-top: 1px solid #0d0d0d;
    margin-top: 15px;
  }
}

.charity-header .topbar .info ul {
  display: inline-block;
}

@media (max-width: 991px) {
  .charity-header .topbar .info ul {
    display: block;
    text-align: center;
  }
}

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

.charity-header .topbar .info li i {
  color: #ec1c33;
}

/*** naivgation ***/
.charity-header .navigation {
  background-color: #fff;
  position: static;
}

@media (max-width: 991px) {
  .charity-header .navigation {
    padding: 35px 0;
  }
  .charity-header .navigation .navbar-header button {
    background-color: #ec1c33;
    top: 67px;
  }
}

@media (max-width: 767px) {
  .charity-header .navigation {
    padding: 30px 0;
  }
  .charity-header .navigation .navbar-header button {
    top: 132px;
  }
}

@media screen and (min-width: 992px) {
  .charity-header .navigation #navbar {
    text-align: center;
    height: 100px !important;
    padding: 0;
  }
  .charity-header .navigation #navbar > ul {
    display: inline-block;
    float: none;
  }
  .charity-header .navigation #navbar > ul > li {
    margin: 0 51px 0 0;
  }
  .charity-header .navigation #navbar > ul > li:last-child {
    margin-right: 0;
  }
  .charity-header .navigation #navbar > ul > li > a {
    color: #4d4d4d;
    padding: 40px 0;
  }
  .charity-header .navigation #navbar > ul .logo {
    background-color: #ec1c33;
    box-shadow: 0 -3px 0 0 #ec1c33, 0 3px 0 0 #ec1c33;
    position: relative;
    z-index: 100;
  }
  .charity-header .navigation #navbar > ul .logo a {
    margin: 0;
    padding: 17px 45px;
  }
}

@media screen and (min-width: 1200px) {
  .charity-header .navigation #navbar > ul .logo {
    left: 13px;
  }
}

@media (max-width: 1199px) {
  .charity-header .navigation #navbar > ul > li {
    margin: 0 26px 0 0;
  }
}

@media (max-width: 991px) {
  .charity-header .navigation #navbar > ul > li {
    margin: 0;
  }
  .charity-header .navigation #navbar > ul .logo {
    display: none;
  }
}

.charity-header .navigation #navbar .close-navbar {
  background-color: #ec1c33;
}

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

/*** events header ***/
.events-header .navigation, .wedding-header .navigation {
  background-color: transparent;
}

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

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

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

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

/*** events header ***/
@media screen and (min-width: 992px) {
  .agency-header #navbar > ul > li > a {
    position: relative;
  }
  .agency-header #navbar > ul > li > a:after {
    content: "";
    background-color: #fff;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .agency-header #navbar > ul > li > a:hover:after,
  .agency-header #navbar > ul > li.current > a:after {
    width: 20px;
  }
}

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

@media (max-width: 991px) {
  .agency-header #navbar > ul > li > a:hover,
  .agency-header #navbar > ul > li.current > a {
    color: #c8b370;
  }
}

.agency-header .navbar-header button {
  background-color: #c8b370;
}

.agency-header #navbar .close-navbar {
  background-color: #c8b370;
}

/*** app landing ***/
@media screen and (min-width: 992px) {
  .app-landing-header .navigation {
    top: 20px;
  }
  .app-landing-header #navbar > ul li {
    margin-right: 100px;
  }
  .app-landing-header #navbar > ul li.current a,
  .app-landing-header #navbar > ul li a:hover {
    color: #fff;
    text-shadow: 0 1px 1px #000;
  }
}

@media screen and (min-width: 1200px) {
  .app-landing-header #navbar > ul li {
    margin-right: 140px;
  }
}

.app-landing-header .navbar-header button,
.app-landing-header #navbar .close-navbar {
  background-color: #4548b3;
}

@media (max-width: 991px) {
  .app-landing-header #navbar > ul > li > a:hover,
  .app-landing-header #navbar > ul > li.current > a {
    color: #4548b3;
  }
}

.app-landing-header .navbar-header button {
  border: 1px solid #fff;
}

/*** 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 .header-search-area .btn {
  background-color: transparent;
}

.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 .upper-topbar {
  background-color: #fff;
}

@media screen and (min-width: 992px) {
  .transport-header .upper-topbar {
    padding-top: 0;
  }
}

.transport-header .upper-topbar > .container {
  border-bottom: 1px solid #ebebeb;
}

.transport-header .topbar .info ul li,
.transport-header .upper-topbar .fi:before {
  color: #888888;
}

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

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

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

.transport-header .lower-topbar .box h5 {
  color: #4d4d4d;
}

.transport-header .lower-topbar .box .icon {
  top: -4px;
}

@media (max-width: 991px) {
  .transport-header .lower-topbar .box .icon {
    top: 0;
  }
}

.transport-header .lower-topbar .box .fi:before {
  color: #2447b9;
  font-size: 45px;
}

@media (max-width: 991px) {
  .transport-header .lower-topbar .box .fi:before {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .transport-header .topbar .info {
    border-bottom: 0;
  }
  .transport-header .lower-topbar .navbar-brand {
    padding: 0;
    margin: 10px 0;
  }
  .transport-header .lower-topbar .navbar-brand img {
    max-width: 90%;
  }
  .transport-header .upper-topbar .language-social-wrapper {
    margin-top: -15px;
  }
}

/*** seo header ***/
.seo-header .navigation {
  background-color: #01b169;
  position: static;
}

.seo-header #navbar > ul li:before {
  display: none;
}

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

.seo-header .header-search-area .btn {
  background-color: transparent;
}

@media (max-width: 991px) {
  .seo-header .lower-topbar .navbar-brand > img {
    max-width: 160px;
  }
}

.seo-header .navbar-header button,
.seo-header #navbar .close-navbar {
  background-color: #f9c202;
}

.seo-header .upper-topbar {
  background-color: #e7e7e7;
}

.seo-header .upper-topbar p,
.seo-header .upper-topbar span,
.seo-header .upper-topbar a,
.seo-header .upper-topbar li {
  color: #999999;
}

.seo-header .topbar .social-links li a:hover {
  color: #666666;
}

.seo-header .lower-topbar {
  padding: 24px 0;
}

.seo-header .lower-topbar .info-2 {
  overflow: visible;
}

@media (max-width: 991px) {
  .seo-header .lower-topbar .box {
    padding-left: 45px;
  }
}

.seo-header .lower-topbar .box h5 {
  font-weight: normal;
}

.seo-header .lower-topbar .box .icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #f2f2f2;
  text-align: center;
  left: -10px;
}

@media (max-width: 991px) {
  .seo-header .lower-topbar .box .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 0;
    left: 0;
  }
  .seo-header .lower-topbar .box .icon i:before {
    font-size: 20px;
  }
}

.seo-header .lower-topbar .box .fi:before {
  color: #01b169;
  font-size: 25px;
}

@media (max-width: 991px) {
  .seo-header .lower-topbar .box h5 + span,
  .seo-header .lower-topbar .box h5 {
    font-size: 14px;
  }
}

/*** hosting header ***/
.hosting-header {
  /*** navigation ***/
}

.hosting-header .topbar {
  background-color: #e5e5e5;
  padding: 12px 0 6px;
}

.hosting-header .topbar a,
.hosting-header .topbar li,
.hosting-header .topbar p {
  color: #999999;
}

.hosting-header #navbar > ul > li > a {
  color: #999999;
}

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

.hosting-header .topbar .info ul li {
  padding-right: 0;
}

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

.hosting-header .social-login {
  text-align: right;
}

@media (max-width: 767px) {
  .hosting-header .social-login {
    text-align: center;
  }
}

.hosting-header .social-login > ul {
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .hosting-header .topbar .social-links li {
    margin-right: 15px;
  }
}

.hosting-header .login-register {
  overflow: hidden;
  margin-left: 25px;
}

@media screen and (min-width: 768px) {
  .hosting-header .login-register {
    margin-left: 35px;
  }
}

.hosting-header .login-register li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  position: relative;
}

.hosting-header .login-register li:last-child {
  padding: 0;
  margin: 0;
}

.hosting-header .login-register li:after {
  content: "/";
  color: #999999;
  position: absolute;
  right: -3px;
  top: 0;
}

.hosting-header .login-register li:last-child:after {
  display: none;
}

.hosting-header .navigation {
  background-color: #fff;
  box-shadow: 0 2px 15px #e6e6e6;
  position: static;
}

.hosting-header .navigation .navbar-header button {
  top: -2px;
}

.hosting-header .navigation .navbar-header button,
.hosting-header .navigation #navbar .close-navbar {
  background-color: #0f9aee;
}

@media screen and (min-width: 992px) {
  .hosting-header .navigation .navbar-brand {
    margin-top: 30px;
  }
}

.hosting-header .navigation #navbar > ul > li > a:hover,
.hosting-header .navigation #navbar > ul > li.current > a {
  color: #0f9aee;
}

@media screen and (min-width: 992px) {
  .hosting-header .navigation #navbar .navbar-nav {
    margin-left: 35px;
  }
}

@media screen and (min-width: 1200px) {
  .hosting-header .navigation #navbar .navbar-nav {
    margin-left: 100px;
  }
}

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

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

.hosting-header .navigation #navbar > ul li:before {
  display: none;
}

.hosting-header .live-chat {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .hosting-header .live-chat {
    width: 42px;
    right: 135px;
  }
}

@media (max-width: 767px) {
  .hosting-header .live-chat {
    display: none;
  }
}

.hosting-header .live-chat a {
  background-color: #0f9aee;
  color: #fff;
  padding: 10px 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .hosting-header .live-chat a {
    padding: 8px 16px;
  }
}

/*** wedding-header ****/
.wedding-header .navbar-header button,
.wedding-header #navbar .close-navbar {
  background-color: #e65360;
}

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

@media screen and (min-width: 992px) {
  .wedding-header #navbar {
    max-width: 970px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .wedding-header #navbar > ul {
    float: none;
  }
  .wedding-header #navbar > ul li {
    width: 13.33%;
    margin: 0;
  }
  .wedding-header #navbar > ul .wedding-logo {
    width: 20%;
  }
  .wedding-header #navbar > ul .wedding-logo a {
    padding: 15px 0 0;
  }
  .wedding-header #navbar > ul .wedding-logo img {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  .wedding-header #navbar > ul .wedding-logo {
    display: none;
  }
}

/*--------------------------------------------------------------
#0.4	hero
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /*** hero slider animation ***/
}

.hero:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .hero-title {
  width: 100%;
  text-align: center;
  padding: 15px;
  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%);
}

.hero .hero-title span,
.hero .hero-title p,
.hero .hero-title h1 {
  color: white;
}

.hero .hero-title span {
  display: block;
  font-size: 30px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .hero .hero-title span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .hero .hero-title span {
    font-size: 18px;
  }
}

.hero .hero-title h1 {
  font-size: 48px;
  text-transform: capitalize;
  margin: 0.2em 0 0.38em;
}

@media (max-width: 991px) {
  .hero .hero-title h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .hero .hero-title h1 {
    font-size: 28px;
  }
}

.hero .hero-title p {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 2.5em;
}

@media (max-width: 767px) {
  .hero .hero-title p {
    font-size: 16px;
  }
}

.hero .hero-title .theme-btn, .hero .hero-title .theme-btn-s2, .hero .hero-title .transport-theme-btn, .hero .hero-title .theme-btn-s3, .hero .hero-title .theme-btn-s4, .hero .hero-title .construction-theme-btn, .hero .hero-title .charity-theme-btn, .hero .hero-title .events-theme-btn-red {
  letter-spacing: 3.3px;
}

.hero .hero-title > h1,
.hero .hero-title > p,
.hero .hero-title > span,
.hero .hero-title > .theme-btn,
.hero .hero-title > .theme-btn-s2,
.hero .hero-title > .transport-theme-btn,
.hero .hero-title > .theme-btn-s3,
.hero .hero-title > .theme-btn-s4,
.hero .hero-title > .construction-theme-btn,
.hero .hero-title > .charity-theme-btn,
.hero .hero-title > .events-theme-btn-red {
  color: #fff;
  opacity: 0;
}

.hero .active > span {
  -webkit-animation: fadeInUp 1s forwards;
  -moz-animation: fadeInUp 1s forwards;
  -o-animation: fadeInUp 1s forwards;
  -ms-animation: fadeInUp 1s forwards;
  animation: fadeInUp 1s forwards;
}

.hero .active > h1 {
  -webkit-animation: fadeInUp 1s 0.5s forwards;
  -moz-animation: fadeInUp 1s 0.5s forwards;
  -o-animation: fadeInUp 1s 0.5s forwards;
  -ms-animation: fadeInUp 1s 0.5s forwards;
  animation: fadeInUp 1s 0.5s forwards;
}

.hero .active > p {
  -webkit-animation: fadeInUp 1s 1s forwards;
  -moz-animation: fadeInUp 1s 1s forwards;
  -o-animation: fadeInUp 1s 1s forwards;
  -ms-animation: fadeInUp 1s 1s forwards;
  animation: fadeInUp 1s 1s forwards;
}

.hero .active > .theme-btn, .hero .active > .theme-btn-s2, .hero .active > .transport-theme-btn, .hero .active > .theme-btn-s3, .hero .active > .theme-btn-s4, .hero .active > .construction-theme-btn, .hero .active > .charity-theme-btn, .hero .active > .events-theme-btn-red {
  -webkit-animation: fadeInUp 1s 1.5s forwards;
  -moz-animation: fadeInUp 1s 1.5s forwards;
  -o-animation: fadeInUp 1s 1.5s forwards;
  -ms-animation: fadeInUp 1s 1.5s forwards;
  animation: fadeInUp 1s 1.5s forwards;
}

/*** hero slider ***/
.hero-slider-wrapper {
  position: relative;
  height: 100vh;
}

@media (max-width: 767px) {
  .hero-slider-wrapper {
    min-height: 450px;
  }
}

.hero-slider-wrapper .slide {
  height: 100vh !important;
}

@media (max-width: 767px) {
  .hero-slider-wrapper .slide {
    min-height: 450px;
  }
}

.hero-slider-wrapper .slide .slider-bg {
  display: none;
}

/*** home1 hero slider 	***/
.home1-hero-slider {
  text-align: center;
  /*** hero slider animation ***/
}

.home1-hero-slider .container {
  position: relative;
  height: 100%;
}

.home1-hero-slider .slide {
  position: relative;
}

.home1-hero-slider .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.home1-hero-slider .slide-caption {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home1-hero-slider .slide-caption span,
.home1-hero-slider .slide-caption h1,
.home1-hero-slider .slide-caption p {
  color: #fff;
}

.home1-hero-slider .slide-caption span {
  display: block;
  font-size: 30px;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .home1-hero-slider .slide-caption span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .home1-hero-slider .slide-caption span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.home1-hero-slider .slide-caption h1 {
  font-size: 48px;
  text-transform: capitalize;
  margin: 0.2em 0 0.38em;
}

@media (max-width: 991px) {
  .home1-hero-slider .slide-caption h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .home1-hero-slider .slide-caption h1 {
    font-size: 28px;
  }
}

.home1-hero-slider .slide-caption p {
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 2.5em;
}

@media (max-width: 767px) {
  .home1-hero-slider .slide-caption p {
    font-size: 16px;
  }
}

.home1-hero-slider .slide-caption .theme-btn, .home1-hero-slider .slide-caption .theme-btn-s2, .home1-hero-slider .slide-caption .transport-theme-btn, .home1-hero-slider .slide-caption .theme-btn-s3, .home1-hero-slider .slide-caption .theme-btn-s4, .home1-hero-slider .slide-caption .construction-theme-btn, .home1-hero-slider .slide-caption .charity-theme-btn, .home1-hero-slider .slide-caption .events-theme-btn-red {
  letter-spacing: 3.3px;
}

.home1-hero-slider .owl-controls {
  margin: 0;
  position: relative;
  top: -100px;
}

@media (max-width: 991px) {
  .home1-hero-slider .owl-controls {
    top: -50px;
  }
}

.home1-hero-slider .owl-controls .owl-dots > div span {
  background-color: rgba(255, 255, 255, 0.6) !important;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}

@media (max-width: 991px) {
  .home1-hero-slider .owl-controls .owl-dots > div span {
    width: 10px;
    height: 10px;
  }
}

.home1-hero-slider .owl-controls .owl-dots > .active span {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.home1-hero-slider .slide-caption > h1,
.home1-hero-slider .slide-caption > p,
.home1-hero-slider .slide-caption > span,
.home1-hero-slider .slide-caption > .theme-btn,
.home1-hero-slider .slide-caption > .theme-btn-s2,
.home1-hero-slider .slide-caption > .transport-theme-btn,
.home1-hero-slider .slide-caption > .theme-btn-s3,
.home1-hero-slider .slide-caption > .theme-btn-s4,
.home1-hero-slider .slide-caption > .construction-theme-btn,
.home1-hero-slider .slide-caption > .charity-theme-btn,
.home1-hero-slider .slide-caption > .events-theme-btn-red {
  color: #fff;
  opacity: 0;
}

.home1-hero-slider .active .slide-caption > span {
  -webkit-animation: fadeInUp 1s 0.5s forwards;
  -moz-animation: fadeInUp 1s 0.5s forwards;
  -o-animation: fadeInUp 1s 0.5s forwards;
  -ms-animation: fadeInUp 1s 0.5s forwards;
  animation: fadeInUp 1s 0.5s forwards;
}

.home1-hero-slider .active .slide-caption > h1 {
  -webkit-animation: fadeInUp 1s 1s forwards;
  -moz-animation: fadeInUp 1s 1s forwards;
  -o-animation: fadeInUp 1s 1s forwards;
  -ms-animation: fadeInUp 1s 1s forwards;
  animation: fadeInUp 1s 1s forwards;
}

.home1-hero-slider .active .slide-caption > p {
  -webkit-animation: fadeInUp 1s 1s forwards;
  -moz-animation: fadeInUp 1s 1s forwards;
  -o-animation: fadeInUp 1s 1s forwards;
  -ms-animation: fadeInUp 1s 1s forwards;
  animation: fadeInUp 1s 1s forwards;
}

.home1-hero-slider .active .slide-caption > .theme-btn, .home1-hero-slider .active .slide-caption > .theme-btn-s2, .home1-hero-slider .active .slide-caption > .transport-theme-btn, .home1-hero-slider .active .slide-caption > .theme-btn-s3, .home1-hero-slider .active .slide-caption > .theme-btn-s4, .home1-hero-slider .active .slide-caption > .construction-theme-btn, .home1-hero-slider .active .slide-caption > .charity-theme-btn, .home1-hero-slider .active .slide-caption > .events-theme-btn-red {
  -webkit-animation: fadeInUp 1s 1.5s forwards;
  -moz-animation: fadeInUp 1s 1.5s forwards;
  -o-animation: fadeInUp 1s 1.5s forwards;
  -ms-animation: fadeInUp 1s 1.5s forwards;
  animation: fadeInUp 1s 1.5s forwards;
}

/*** hero style two ***/
.hero-s2 {
  position: relative;
}

.hero-s2:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-s2 .container {
  position: relative;
  height: 100%;
}

.hero-s2 .hero-title2 {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .hero-s2 .hero-title2 {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

.hero-s2 .hero-title2 .subtitle {
  display: block;
  font-size: 25px;
  color: #fcce00;
  margin: 0 0 1em;
}

@media (max-width: 1199px) {
  .hero-s2 .hero-title2 .subtitle {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .hero-s2 .hero-title2 .subtitle {
    font-size: 16px;
  }
}

.hero-s2 .hero-title2 .title {
  font-size: 55px;
  color: #fff;
  margin: 0 0 0.36em;
}

@media (max-width: 1199px) {
  .hero-s2 .hero-title2 .title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .hero-s2 .hero-title2 .title {
    font-size: 30px;
  }
}

.hero-s2 .hero-title2 p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 2.5em;
}

@media (max-width: 1199px) {
  .hero-s2 .hero-title2 p {
    font-size: 17px;
  }
}

@media (max-width: 1199px) {
  .hero-s2 .hero-title2 p {
    font-size: 16px;
  }
}

/*****************************************
	home style three hero slider 
******************************************/
.hero-slider-wrapper-s2 {
  position: relative;
  height: 100vh;
}

@media (max-width: 767px) {
  .hero-slider-wrapper-s2 {
    min-height: 450px;
  }
}

.hero-slider-wrapper-s2 .slide {
  height: 100vh;
  background-repeat: no-repeat;
  position: relative;
  /*** slider shape ***/
}

@media (max-width: 767px) {
  .hero-slider-wrapper-s2 .slide {
    min-height: 450px;
  }
}

.hero-slider-wrapper-s2 .slide .slider-bg {
  display: none;
}

.hero-slider-wrapper-s2 .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider-wrapper-s2 .slide .shape {
  width: 80%;
  height: 150%;
  position: absolute;
  left: -55%;
  top: 0;
  z-index: 100;
  -webkit-transform: skewX(-50deg);
  -moz-transform: skewX(-50deg);
  -o-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
  transform: skewX(-50deg);
  overflow: hidden;
  z-index: 10;
  -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: 991px) {
  .hero-slider-wrapper-s2 .slide .shape {
    width: 85%;
    left: -71%;
  }
}

@media (max-width: 767px) {
  .hero-slider-wrapper-s2 .slide .shape {
    display: none;
  }
}

.hero-slider-wrapper-s2 .slide .shape .shape-img {
  content: "";
  background: url("../images/slider/slider-left-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 60%;
  bottom: 0;
  -webkit-transform: skewX(50deg);
  -moz-transform: skewX(50deg);
  -o-transform: skewX(50deg);
  -ms-transform: skewX(50deg);
  transform: skewX(50deg);
}

.hero-slider-wrapper-s2 .slide .shape .shape-img:before {
  background-color: rgba(10, 34, 171, 0.8);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider-wrapper-s2 .slide .shape:before {
  content: "";
  background-color: #ededed;
  width: 150%;
  height: 150%;
  position: absolute;
  left: 0;
  top: -66%;
  z-index: 100;
  -webkit-transform: skewX(78deg) !important;
  -ms-transform: skewX(78deg) !important;
  -moz-transform: skewX(78deg) !important;
  -o-transform: skewX(78deg) !important;
  transform: skewX(78deg) !important;
}

@media (max-width: 991px) {
  .hero-slider-wrapper-s2 .slide .shape:before {
    height: 140%;
  }
}

.hero-slider-wrapper-s2 {
  position: relative;
  /*** dots ***/
}

.hero-slider-wrapper-s2 .container {
  position: relative;
  height: 100%;
}

.hero-slider-wrapper-s2 .hero-slider .owl-stage .active .slide {
  z-index: 100 !important;
}

.hero-slider-wrapper-s2 .slide-caption {
  position: absolute;
  top: 57%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 200;
}

@media (max-width: 767px) {
  .hero-slider-wrapper-s2 .slide-caption {
    top: 50%;
  }
}

.hero-slider-wrapper-s2 .slide-caption h1 {
  font-size: 100px;
  color: #fff;
  margin: 0 0 0.35em;
  text-shadow: 1px 1px 10px #666666, -1px -1px 10px #666666;
}

@media (max-width: 1199px) {
  .hero-slider-wrapper-s2 .slide-caption h1 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-slider-wrapper-s2 .slide-caption h1 {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .hero-slider-wrapper-s2 .slide-caption h1 {
    font-size: 35px;
  }
}

.hero-slider-wrapper-s2 .slide-caption h1 span {
  color: #111;
  position: relative;
}

.hero-slider-wrapper-s2 .slide-caption h1 span:before {
  content: "";
  background-color: #0a22ab;
  width: 130%;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-slider-wrapper-s2 .slide-caption p {
  font-size: 22px;
  color: #fff;
  margin: 0 0 2.2em;
}

@media (max-width: 1199px) {
  .hero-slider-wrapper-s2 .slide-caption p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .hero-slider-wrapper-s2 .slide-caption p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .hero-slider-wrapper-s2 .slide-caption p {
    font-size: 16px;
  }
}

.hero-slider-wrapper-s2 .theme-btn-s4, .hero-slider-wrapper-s2 .construction-theme-btn, .hero-slider-wrapper-s2 .charity-theme-btn {
  border: 2px solid #fff;
  color: #fff;
}

.hero-slider-wrapper-s2 .owl-controls-container {
  position: absolute;
  height: auto;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .hero-slider-wrapper-s2 .owl-controls-container {
    width: 100%;
  }
}

.hero-slider-wrapper-s2 .owl-controls-container .owl-dots {
  position: absolute;
  bottom: 48px;
  right: 10px;
}

.hero-slider-wrapper-s2 .owl-controls-container .owl-dots .active span {
  height: 46px;
  background-color: #0a22ab;
}

.hero-slider-wrapper-s2 .owl-controls-container .owl-dot span {
  background-color: #fff;
  width: 5px;
  height: 22px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.hero-slider-wrapper-s2 .owl-controls-container .owl-dot:hover span {
  background-color: #0a22ab;
}

/*** slider animation ***/
.hero-slider-wrapper-s2 h1,
.hero-slider-wrapper-s2 p,
.hero-slider-wrapper-s2 .theme-btn-s4,
.hero-slider-wrapper-s2 .construction-theme-btn,
.hero-slider-wrapper-s2 .charity-theme-btn,
.hero-slider-wrapper-s2 .shape {
  opacity: 0;
}

.hero-slider-wrapper-s2 .active-animation .owl-stage > .active h1 {
  -webkit-animation: fadeInLeftSlow 1s 1s forwards;
  -moz-animation: fadeInLeftSlow 1s 1s forwards;
  -o-animation: fadeInLeftSlow 1s 1s forwards;
  -ms-animation: fadeInLeftSlow 1s 1s forwards;
  animation: fadeInLeftSlow 1s 1s forwards;
}

.hero-slider-wrapper-s2 .active-animation .owl-stage > .active p {
  -webkit-animation: fadeInLeftSlow 1s 1.5s forwards;
  -moz-animation: fadeInLeftSlow 1s 1.5s forwards;
  -o-animation: fadeInLeftSlow 1s 1.5s forwards;
  -ms-animation: fadeInLeftSlow 1s 1.5s forwards;
  animation: fadeInLeftSlow 1s 1.5s forwards;
}

.hero-slider-wrapper-s2 .active-animation .owl-stage > .active .theme-btn-s4, .hero-slider-wrapper-s2 .active-animation .owl-stage > .active .construction-theme-btn, .hero-slider-wrapper-s2 .active-animation .owl-stage > .active .charity-theme-btn {
  -webkit-animation: fadeInLeftSlow 1s 2s forwards;
  -moz-animation: fadeInLeftSlow 1s 2s forwards;
  -o-animation: fadeInLeftSlow 1s 2s forwards;
  -ms-animation: fadeInLeftSlow 1s 2s forwards;
  animation: fadeInLeftSlow 1s 2s forwards;
}

.hero-slider-wrapper-s2 .active-animation .owl-stage > .active .shape {
  -webkit-animation: shapeAnimation ease-in-out 1s forwards;
  -moz-animation: shapeAnimation ease-in-out 1s forwards;
  -o-animation: shapeAnimation ease-in-out 1s forwards;
  -ms-animation: shapeAnimation ease-in-out 1s forwards;
  animation: shapeAnimation ease-in-out 1s forwards;
}

@-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 ***/
.construction-slider {
  position: relative;
  /*** slide caption animation ***/
}

.construction-slider:after {
  content: "";
  background: url("../images/construction/slider/bottom-strip.jpg") center center/auto repeat local;
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.construction-slider .slide {
  position: relative;
}

.construction-slider .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.construction-slider .slide .container {
  height: 100%;
  position: relative;
}

.construction-slider .slide .container > .row {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.construction-slider .slide-caption h1,
.construction-slider .slide-caption p,
.construction-slider .slide-caption .construction-theme-btn,
.construction-slider .slide-caption .charity-theme-btn {
  opacity: 0;
}

.construction-slider .slide-caption h1 {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 0.83em;
}

@media (max-width: 991px) {
  .construction-slider .slide-caption h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .construction-slider .slide-caption h1 {
    font-size: 30px;
  }
}

.construction-slider .slide-caption h1 span {
  font-size: 20px;
  font-weight: normal;
  display: block;
}

@media (max-width: 991px) {
  .construction-slider .slide-caption h1 span {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .construction-slider .slide-caption h1 span {
    font-size: 15px;
  }
}

.construction-slider .slide-caption h1 span:first-child {
  margin-bottom: 0.2em;
}

.construction-slider .slide-caption h1 span:last-child {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0.5em;
  color: #ffb600;
}

@media (max-width: 991px) {
  .construction-slider .slide-caption h1 span:last-child {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .construction-slider .slide-caption h1 span:last-child {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .construction-slider .slide-caption {
    max-width: 800px;
  }
}

.construction-slider .slide-caption p {
  font-size: 18px;
  line-height: 1.8em;
  color: #fff;
  margin: 0 0 2.4em;
}

@media (max-width: 991px) {
  .construction-slider .slide-caption p {
    font-size: 16px;
  }
}

.construction-slider .owl-controls {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 55px;
  margin: 0;
}

.construction-slider .owl-controls .owl-dots .owl-dot span {
  background-color: #fff;
  margin: 0 14px 0 0;
}

.construction-slider .owl-controls .owl-dots .active span {
  background-color: #ffb600;
}

.construction-slider .owl-stage .active .slide-caption h1 {
  -webkit-animation: fadeInLeftSlow 1s 0.5s forwards;
  -moz-animation: fadeInLeftSlow 1s 0.5s forwards;
  -o-animation: fadeInLeftSlow 1s 0.5s forwards;
  -ms-animation: fadeInLeftSlow 1s 0.5s forwards;
  animation: fadeInLeftSlow 1s 0.5s forwards;
}

.construction-slider .owl-stage .active .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1s 1s forwards;
  -moz-animation: fadeInLeftSlow 1s 1s forwards;
  -o-animation: fadeInLeftSlow 1s 1s forwards;
  -ms-animation: fadeInLeftSlow 1s 1s forwards;
  animation: fadeInLeftSlow 1s 1s forwards;
}

.construction-slider .owl-stage .active .slide-caption > .construction-theme-btn, .construction-slider .owl-stage .active .slide-caption > .charity-theme-btn {
  -webkit-animation: fadeInLeftSlow 1s 1.5s forwards;
  -moz-animation: fadeInLeftSlow 1s 1.5s forwards;
  -o-animation: fadeInLeftSlow 1s 1.5s forwards;
  -ms-animation: fadeInLeftSlow 1s 1.5s forwards;
  animation: fadeInLeftSlow 1s 1.5s forwards;
}

/*** charity-hero-section ***/
.charity-hero-section {
  position: relative;
}

.charity-hero-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.charity-hero-section .container {
  height: 100%;
}

.charity-hero-section .hero-inner {
  width: 70%;
  text-align: center;
  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%);
}

@media (max-width: 991px) {
  .charity-hero-section .hero-inner {
    width: 80%;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .charity-hero-section .hero-inner {
    width: 100%;
  }
}

.charity-hero-section .hero-inner h1 {
  width: 80%;
  font-size: 48px;
  color: #fff;
  margin: 0 auto 0.56em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .charity-hero-section .hero-inner h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .charity-hero-section .hero-inner h1 {
    width: 100%;
    font-size: 30px;
  }
}

.charity-hero-section .hero-inner p {
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  margin: 0 0 3.8em;
}

@media (max-width: 991px) {
  .charity-hero-section .hero-inner p {
    font-size: 16px;
  }
}

.charity-hero-section .hero-inner .charity-theme-btn {
  padding: 10px 30px;
}

@media (max-width: 767px) {
  .charity-hero-section .hero-inner .charity-theme-btn {
    padding: 8px 25px;
  }
}

/*** events-hero ***/
.events-hero:before {
  background-color: rgba(7, 24, 33, 0.78);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 992px) {
  .events-hero .hero-title {
    padding: 0 200px;
    top: 60%;
  }
}

@media screen and (min-width: 1200px) {
  .events-hero .hero-title {
    padding: 0 250px;
  }
}

@media (max-width: 991px) {
  .events-hero .hero-title {
    padding: 0 150px;
  }
}

@media (max-width: 767px) {
  .events-hero .hero-title {
    padding: 0;
  }
}

.events-hero .hero-title h1 {
  font-size: 60px;
  margin: 0.4em 0 0.5em;
}

@media (max-width: 991px) {
  .events-hero .hero-title h1 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .events-hero .hero-title h1 {
    font-size: 35px;
  }
}

.events-hero .hero-title h1 span {
  display: inline;
  font-size: inherit;
  color: #e43426;
}

.events-hero .hero-title .social-links {
  display: inline-block;
  opacity: 0;
}

.events-hero .hero-title .social-links li {
  margin-right: 30px;
}

.events-hero .hero-title .social-links li:last-child {
  margin-right: 0;
}

.events-hero .hero-title .social-links a {
  font-size: 25px;
  color: #fff;
}

@media (max-width: 991px) {
  .events-hero .hero-title .social-links a {
    font-size: 18px;
  }
}

.events-hero .hero-title .social-links a:hover {
  color: #e43426;
}

.events-hero .active > .social-links {
  -webkit-animation: fadeInUp 1s 1s forwards;
  -moz-animation: fadeInUp 1s 1s forwards;
  -o-animation: fadeInUp 1s 1s forwards;
  -ms-animation: fadeInUp 1s 1s forwards;
  animation: fadeInUp 1s 1s forwards;
}

/*** angecy slider ***/
.agency-slider {
  position: relative;
}

.agency-slider .container {
  position: relative;
  height: 100%;
}

.agency-slider .slide-caption {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .agency-slider .slide-caption {
    width: 750px;
  }
}

@media screen and (min-width: 1200px) {
  .agency-slider .slide-caption {
    width: 850px;
  }
}

@media (max-width: 991px) {
  .agency-slider .slide-caption {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .agency-slider .slide-caption {
    width: 100%;
    padding-right: 15px;
  }
}

.agency-slider .slide-caption h1 {
  font-size: 60px;
  color: #fff !important;
  margin: 0 0 0.83em;
}

@media (max-width: 1199px) {
  .agency-slider .slide-caption h1 {
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .agency-slider .slide-caption h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .agency-slider .slide-caption h1 {
    font-size: 35px;
  }
}

.agency-slider .slide-caption h1 span {
  display: block;
  font-size: 48px;
  color: #ebe0b3;
  margin: 0.27em 0 0;
}

@media (max-width: 1199px) {
  .agency-slider .slide-caption h1 span {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .agency-slider .slide-caption h1 span {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .agency-slider .slide-caption h1 span {
    font-size: 20px;
  }
}

.agency-slider .slide-caption p {
  font-size: 22px;
  color: #fff;
  margin: 0;
}

@media (max-width: 1199px) {
  .agency-slider .slide-caption p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .agency-slider .slide-caption p {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .agency-slider .owl-controls {
    width: 1170px;
    padding: 0 15px;
    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%);
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .agency-slider .owl-controls {
    width: 970px;
  }
}

@media screen and (min-width: 992px) {
  .agency-slider .owl-controls .owl-dots {
    width: auto;
    float: right;
  }
  .agency-slider .owl-controls .owl-dots .owl-dot {
    display: block;
  }
  .agency-slider .owl-controls .owl-dot span {
    background-color: #ebe0b3;
    margin: 0 0 30px;
    width: 20px;
    height: 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    float: right;
    clear: both;
  }
  .agency-slider .owl-controls .owl-dots .active span {
    background-color: #ebe0b3;
    width: 50px;
    display: inline-block;
  }
  .agency-slider .owl-controls .owl-dot:hover span {
    background-color: #ebe0b3;
  }
}

@media (max-width: 991px) {
  .agency-slider .owl-controls {
    margin: 0;
    position: relative;
    top: -35px;
  }
  .agency-slider .owl-controls .owl-dots .owl-dot.active span,
  .agency-slider .owl-controls .owl-dots .owl-dot:hover span {
    background-color: #c8b370;
  }
}

.hero-slider-wrapper {
  position: relative;
}

.hero-slider-wrapper .social-slideinfo {
  overflow: hidden;
  position: relative;
  top: -20%;
  z-index: 10;
}

@media (max-width: 991px) {
  .hero-slider-wrapper .social-slideinfo {
    top: -100px;
  }
}

.hero-slider-wrapper .social-links {
  float: left;
}

.hero-slider-wrapper .social-links a {
  font-size: 22px;
  color: #ebe0b3;
}

@media (max-width: 991px) {
  .hero-slider-wrapper .social-links a {
    font-size: 18px;
  }
}

.hero-slider-wrapper .social-links li {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .hero-slider-wrapper .social-links li {
    margin-right: 10px;
  }
}

.hero-slider-wrapper .social-links li:last-child {
  margin-right: 0;
}

.hero-slider-wrapper #info {
  float: right;
  font-size: 36px;
  font-weight: bold;
  color: #ebe0b3;
}

@media (max-width: 1199px) {
  .hero-slider-wrapper #info {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .hero-slider-wrapper #info {
    font-size: 18px;
  }
}

.hero-slider-wrapper #info .all-slide {
  font-size: 22px;
  color: #fff;
}

@media (max-width: 1199px) {
  .hero-slider-wrapper #info .all-slide {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .hero-slider-wrapper #info .all-slide {
    font-size: 14px;
  }
}

.agency-slider {
  /*** slide caption animation ***/
}

.agency-slider .slide-caption h1,
.agency-slider .slide-caption > p {
  opacity: 0;
}

.agency-slider .owl-stage .active .slide-caption h1 {
  -webkit-animation: fadeInLeftSlow 1s 0.5s forwards;
  -moz-animation: fadeInLeftSlow 1s 0.5s forwards;
  -o-animation: fadeInLeftSlow 1s 0.5s forwards;
  -ms-animation: fadeInLeftSlow 1s 0.5s forwards;
  animation: fadeInLeftSlow 1s 0.5s forwards;
}

.agency-slider .owl-stage .active .slide-caption > p {
  -webkit-animation: fadeInLeftSlow 1s 0.8s forwards;
  -moz-animation: fadeInLeftSlow 1s 0.8s forwards;
  -o-animation: fadeInLeftSlow 1s 0.8s forwards;
  -ms-animation: fadeInLeftSlow 1s 0.8s forwards;
  animation: fadeInLeftSlow 1s 0.8s forwards;
}

/*** app-langind-hero ***/
.app-landing-hero {
  position: relative;
  height: 100vh;
}

@media (max-width: 767px) {
  .app-landing-hero {
    min-height: 420px;
  }
}

.app-landing-hero > .container {
  position: relative;
  height: 100%;
}

.app-landing-hero .hero-title {
  margin: 0 15px;
  position: absolute;
  left: 0;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .app-landing-hero .hero-title {
    width: 600px;
  }
}

@media (max-width: 991px) {
  .app-landing-hero .hero-title .logo {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  .app-landing-hero .hero-title .logo {
    max-width: 80px;
  }
}

.app-landing-hero .hero-title h1 {
  font-size: 48px;
  font-weight: normal;
  color: #fff;
  margin: 0.6em 0 0.42em;
}

@media (max-width: 991px) {
  .app-landing-hero .hero-title h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .app-landing-hero .hero-title h1 {
    font-size: 35px;
  }
}

.app-landing-hero .hero-title .rating {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .app-landing-hero .hero-title .rating {
    margin-bottom: 20px;
  }
}

.app-landing-hero .hero-title .rating i {
  font-size: 18px;
  color: #fcce00;
}

@media (max-width: 991px) {
  .app-landing-hero .hero-title .rating i {
    font-size: 16px;
  }
}

.app-landing-hero .hero-title p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 2.5em;
}

@media (max-width: 991px) {
  .app-landing-hero .hero-title p {
    font-size: 16px;
  }
}

.app-landing-hero .hero-title .theme-btn, .app-landing-hero .hero-title .theme-btn-s2, .app-landing-hero .hero-title .transport-theme-btn, .app-landing-hero .hero-title .theme-btn-s3, .app-landing-hero .hero-title .theme-btn-s4, .app-landing-hero .hero-title .construction-theme-btn, .app-landing-hero .hero-title .charity-theme-btn, .app-landing-hero .hero-title .events-theme-btn-red {
  background-color: transparent;
  border: 2px solid #fff;
}

.app-landing-hero .hero-title .theme-btn:before, .app-landing-hero .hero-title .theme-btn-s2:before, .app-landing-hero .hero-title .transport-theme-btn:before, .app-landing-hero .hero-title .theme-btn-s3:before, .app-landing-hero .hero-title .theme-btn-s4:before, .app-landing-hero .hero-title .construction-theme-btn:before, .app-landing-hero .hero-title .charity-theme-btn:before, .app-landing-hero .hero-title .events-theme-btn-red:before {
  background-color: #4548b3;
}

.app-landing-hero .iphone {
  background: url("../images/app-landing/hero-iphone.png") center center/cover no-repeat local;
  width: 256px;
  height: 600px;
  position: absolute;
  right: 0;
  bottom: -20px;
}

@media (max-width: 1199px) {
  .app-landing-hero .iphone {
    width: 235px;
    height: 550px;
  }
}

@media (max-width: 991px) {
  .app-landing-hero .iphone {
    display: none;
  }
}

/*** transport-hero-slider ***/
.transport-hero-slider {
  text-align: center;
}

.transport-hero-slider .slide {
  position: relative;
}

.transport-hero-slider .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.transport-hero-slider .container {
  position: relative;
  height: 100%;
}

.transport-hero-slider .slide-caption {
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.transport-hero-slider .slide-caption h1,
.transport-hero-slider .slide-caption span,
.transport-hero-slider .slide-caption h5 {
  color: #fff;
  text-transform: uppercase;
}

.transport-hero-slider .slide-caption > span {
  font-size: 24px;
}

@media (max-width: 991px) {
  .transport-hero-slider .slide-caption > span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .transport-hero-slider .slide-caption > span {
    font-size: 16px;
  }
}

.transport-hero-slider .slide-caption h1 {
  font-size: 48px;
  margin: 0 0 0.15em;
}

@media (max-width: 991px) {
  .transport-hero-slider .slide-caption h1 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .transport-hero-slider .slide-caption h1 {
    font-size: 30px;
  }
}

.transport-hero-slider .slide-caption h5 {
  display: inline-block;
  background-color: #ff9c00;
  font-size: 28px;
  margin: 0 0 2.5em;
  padding: 6px 25px;
}

@media (max-width: 991px) {
  .transport-hero-slider .slide-caption h5 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .transport-hero-slider .slide-caption h5 {
    font-size: 18px;
  }
}

.transport-hero-slider .owl-controls {
  position: relative;
  top: -100px;
}

@media (max-width: 991px) {
  .transport-hero-slider .owl-controls {
    top: -70px;
  }
}

.transport-hero-slider .owl-controls .owl-dots .owl-dot span {
  background-color: #fff;
  margin: 0 10px 0 0;
}

.transport-hero-slider .owl-controls .owl-dots .active span {
  background-color: #2447b9;
}

/** seo hero section ***/
.seo-home .hero-slider-wrapper,
.seo-home .hero-slider,
.seo-home .hero-slider-wrapper .slide {
  height: 650px !important;
}

@media (max-width: 991px) {
  .seo-home .hero-slider-wrapper,
  .seo-home .hero-slider,
  .seo-home .hero-slider-wrapper .slide {
    height: 600px !important;
  }
}

@media (max-width: 767px) {
  .seo-home .hero-slider-wrapper,
  .seo-home .hero-slider,
  .seo-home .hero-slider-wrapper .slide {
    height: 450px !important;
  }
}

.seo-home .hero-slider:before {
  display: none;
}

.seo-home .hero-slider .container {
  position: relative;
  height: 100%;
}

.seo-home .hero-slider .col {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seo-home .hero-slider .col .title {
  font-size: 36px;
  color: #111;
  margin: 0 0 0.47em;
}

@media (max-width: 991px) {
  .seo-home .hero-slider .col .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .seo-home .hero-slider .col .title {
    font-size: 25px;
  }
}

.seo-home .hero-slider .col p {
  font-size: 18px;
  color: #555;
  margin: 0 0 2.5em;
}

@media (max-width: 767px) {
  .seo-home .hero-slider .col p {
    font-size: 15px;
  }
}

.seo-home .hero-slider .owl-controls {
  margin: 0;
  position: relative;
  top: -100px;
}

@media (max-width: 991px) {
  .seo-home .hero-slider .owl-controls {
    top: -50px;
  }
}

.seo-home .hero-slider .owl-controls .owl-dots > div span {
  background-color: rgba(1, 177, 105, 0.6) !important;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}

@media (max-width: 991px) {
  .seo-home .hero-slider .owl-controls .owl-dots > div span {
    width: 10px;
    height: 10px;
  }
}

.seo-home .hero-slider .owl-controls .owl-dots > .active span {
  background-color: rgba(1, 177, 105, 0.9) !important;
}

/*** hosting-hero ***/
.hosting .hero-slider-wrapper,
.hosting .hero-slider,
.hosting .hero-slider-wrapper .slide {
  height: 650px !important;
}

@media (max-width: 991px) {
  .hosting .hero-slider-wrapper,
  .hosting .hero-slider,
  .hosting .hero-slider-wrapper .slide {
    height: 600px !important;
  }
}

@media (max-width: 767px) {
  .hosting .hero-slider-wrapper,
  .hosting .hero-slider,
  .hosting .hero-slider-wrapper .slide {
    height: 450px !important;
  }
}

.hosting .hero-slider-wrapper {
  border-top: 1px solid #e6e6e6;
}

.hosting-hero .container {
  position: relative;
  height: 100%;
}

.hosting-hero .col {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hosting-hero:before {
  display: none;
}

.hosting-hero h1,
.hosting-hero p {
  color: #111 !important;
}

.hosting-hero .caption .title {
  font-size: 35px;
  margin: 0 0 0.51em;
}

@media (max-width: 1199px) {
  .hosting-hero .caption .title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hosting-hero .caption .title {
    font-size: 25px;
  }
}

.hosting-hero .caption p {
  font-size: 20px;
  margin: 0 0 1.5em;
  color: #888888 !important;
}

@media (max-width: 1199px) {
  .hosting-hero .caption p {
    font-size: 18px;
  }
}

.hosting-hero .caption .btns a {
  min-width: 130px;
}

@media (max-width: 1199px) {
  .hosting-hero .caption .btns a {
    min-width: auto;
  }
}

.hosting-hero .caption .btns a:first-child {
  margin-right: 15px;
}

.hosting-hero .owl-controls {
  margin: 0;
  position: relative;
  top: -100px;
}

@media (max-width: 991px) {
  .hosting-hero .owl-controls {
    top: -50px;
  }
}

.hosting-hero .owl-controls .owl-dots > div span {
  background-color: rgba(15, 154, 238, 0.6) !important;
  width: 12px;
  height: 12px;
  margin: 0 10px 0 0;
}

@media (max-width: 991px) {
  .hosting-hero .owl-controls .owl-dots > div span {
    width: 10px;
    height: 10px;
  }
}

.hosting-hero .owl-controls .owl-dots > .active span {
  background-color: rgba(15, 154, 238, 0.9) !important;
}

/*** wedding hero ***/
.wedding-hero {
  min-height: 820px;
  max-height: 820px;
}

@media (max-width: 991px) {
  .wedding-hero {
    min-height: 600px;
    max-height: 600px;
  }
}

@media (max-width: 767px) {
  .wedding-hero {
    min-height: 450px;
    max-height: 450px;
  }
}

.wedding-hero:before {
  background-color: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
footer {
  background-color: #111;
  padding: 160px 0 100px;
  /*** 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 .img-holder {
  width: 20%;
  float: left;
}

footer .recent-news-widget .img-holder img {
  max-width: 100%;
}

@media (max-width: 500px) {
  footer .recent-news-widget .img-holder {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }
}

footer .recent-news-widget .post-details {
  width: 75%;
  float: right;
}

@media (max-width: 500px) {
  footer .recent-news-widget .post-details {
    width: 100%;
    float: none;
  }
}

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 .newsletter-widget .form {
  overflow: hidden;
  margin-bottom: 20px;
}

footer .newsletter-widget .form > div:first-child {
  width: 60%;
  float: left;
}

footer .newsletter-widget .form > div:last-child {
  width: 38%;
  float: right;
}

footer .newsletter-widget .form input {
  background-color: transparent;
  border-color: #af9a84;
}

footer .newsletter-widget .form .btn {
  background-color: #af9a84;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 12px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  footer .newsletter-widget .form .btn {
    font-size: 12px;
    padding: 10px 12px;
  }
}

footer .newsletter-widget .form .btn:hover {
  background-color: #9b8165;
}

footer .newsletter-widget p {
  font-size: 14px;
  color: #fff;
}

footer .newsletter-widget .flickr-photo ul {
  overflow: hidden;
  padding-right: 35px;
  margin: 40px 0 0;
}

@media (max-width: 991px) {
  footer .newsletter-widget .flickr-photo ul {
    padding-right: 0;
    margin: 20px 0 0;
  }
}

footer .newsletter-widget .flickr-photo ul li {
  width: 20%;
  float: left;
}

footer .newsletter-widget .flickr-photo ul img {
  max-width: 100%;
}

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 .instagram-widget ul {
  overflow: hidden;
  margin: 0 -7px 0;
}

footer .instagram-widget ul li {
  float: left;
  width: 33.33%;
  padding: 0 7px 15px;
}

footer .twitter-post-widget ul > li {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  footer .twitter-post-widget ul > li {
    margin-bottom: 20px;
  }
}

footer .twitter-post-widget ul > li:last-child {
  margin-bottom: 0;
}

footer .twitter-post-widget li p {
  color: #fff;
  margin: 0;
  line-height: 1.3em;
}

footer .twitter-post-widget .date {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}

/*** footer style two ***/
.footer-style-two, .footer-style-three {
  padding: 145px 0 100px;
}

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

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

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

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

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

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

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

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

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

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

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

/*** footer style three ***/
.footer-style-three .contact-widget ul li span {
  color: #666666;
}

.footer-style-three .newsletter-widget .form input {
  border: 2px solid #4548b3;
}

.footer-style-three .newsletter-widget .form input:focus {
  box-shadow: none;
}

.footer-style-three .newsletter-widget .form > div:last-child {
  width: 40%;
}

.footer-style-three .newsletter-widget .form .btn {
  background-color: #4548b3;
}

@media (max-width: 767px) {
  .footer-style-three .newsletter-widget .form .btn {
    padding: 0 12px;
    height: 34px;
  }
}

.footer-style-three .newsletter-widget .form .btn:hover {
  background: #3e41a1;
}

.footer-style-three .newsletter-widget .social-links {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .footer-style-three .newsletter-widget .social-links {
    margin-top: 20px;
  }
}

.footer-style-three .newsletter-widget .social-links li {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .footer-style-three .newsletter-widget .social-links li {
    margin-right: 10px;
  }
}

.footer-style-three .newsletter-widget .social-links a {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .footer-style-three .newsletter-widget .social-links a {
    font-size: 15px;
  }
}

/*--------------------------------------------------------------
#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 > .container .about-man {
  background: url("../images/about-man.jpg") center center/cover no-repeat local;
  width: 300px;
  height: 475px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .about > .container .about-man {
    width: 270px;
    height: 427px;
    top: auto;
    bottom: 0;
  }
}

@media (max-width: 991px) {
  .about > .container .about-man {
    display: none;
  }
}

.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;
  }
}

.about .about-content-wrapper .about-content blockquote {
  display: inline;
  font-size: 28px;
  border: 0;
  padding: 0;
  color: #333333;
  position: relative;
}

@media (max-width: 1199px) {
  .about .about-content-wrapper .about-content blockquote {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .about .about-content-wrapper .about-content blockquote {
    font-size: 20px;
  }
}

.about .about-content-wrapper .about-content blockquote + p {
  margin: 35px 0 0;
}

@media (max-width: 991px) {
  .about .about-content-wrapper .about-content blockquote + p {
    margin: 15px 0 0;
  }
}

.about .about-content-wrapper .about-content .signature {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .about .about-content-wrapper .about-content .signature img {
    max-width: 150px;
  }
}

/*--------------------------------------------------------------
#0.8	skill
--------------------------------------------------------------*/
.skills {
  position: relative;
  text-align: center;
}

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

.skills:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.skills .container {
  position: relative;
}

.skills .section-title h2, .skills .section-title-s2 h2, .skills .section-title-s3 h2, .skills .construction-section-title h2, .skills .charity-section-title h2, .skills .events-section-title h2, .skills .agency-section-title-s2 h2, .skills .agency-section-title h2, .skills .app-landing-section-title h2,
.skills .section-title p,
.skills .section-title-s2 p,
.skills .section-title-s3 p,
.skills .construction-section-title p,
.skills .charity-section-title p,
.skills .events-section-title p,
.skills .agency-section-title-s2 p,
.skills .agency-section-title p,
.skills .app-landing-section-title p {
  color: #fff;
}

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

.skills .skill-box {
  position: relative;
}

.skills .skill-box p {
  font-size: 17px;
  color: #af9a84;
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .skills .skill-box p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .skills .skill-box p {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
#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;
  }
}

@media (max-width: 767px) {
  .services .content > .row .img-holder {
    display: none;
  }
}

.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;
  }
}

.services .content > .row:nth-child(odd) .img-holder {
  padding-left: 40px;
}

.services .christmas-offer {
  margin-top: 70px;
}

.services .christmas-offer .inner {
  border: 2px solid #af9a84;
  padding: 40px 305px 40px 155px;
  position: relative;
}

@media (max-width: 1199px) {
  .services .christmas-offer .inner {
    padding: 40px 205px 40px 125px;
  }
}

@media (max-width: 767px) {
  .services .christmas-offer .inner {
    padding: 30px 15px;
    text-align: center;
    border-width: 1px;
  }
}

.services .christmas-offer .inner .stocking-cap,
.services .christmas-offer .inner .button {
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .services .christmas-offer .inner .stocking-cap,
  .services .christmas-offer .inner .button {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .services .christmas-offer .inner .stocking-cap,
  .services .christmas-offer .inner .button {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.services .christmas-offer .inner .button {
  left: auto;
  right: 155px;
}

@media (max-width: 1199px) {
  .services .christmas-offer .inner .button {
    right: 55px;
  }
}

.services .christmas-offer .inner .button .theme-btn, .services .christmas-offer .inner .button .theme-btn-s2, .services .christmas-offer .inner .button .transport-theme-btn, .services .christmas-offer .inner .button .theme-btn-s3, .services .christmas-offer .inner .button .theme-btn-s4, .services .christmas-offer .inner .button .construction-theme-btn, .services .christmas-offer .inner .button .charity-theme-btn, .services .christmas-offer .inner .button .events-theme-btn-red {
  background-color: #000;
}

.services .christmas-offer .inner .button .theme-btn:before, .services .christmas-offer .inner .button .theme-btn-s2:before, .services .christmas-offer .inner .button .transport-theme-btn:before, .services .christmas-offer .inner .button .theme-btn-s3:before, .services .christmas-offer .inner .button .theme-btn-s4:before, .services .christmas-offer .inner .button .construction-theme-btn:before, .services .christmas-offer .inner .button .charity-theme-btn:before, .services .christmas-offer .inner .button .events-theme-btn-red:before {
  background-color: #1a1a1a;
}

.services .christmas-offer .details span {
  display: block;
  font-size: 16px;
  color: #af9a84;
  margin: 0 0 0.43em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .services .christmas-offer .details span {
    font-size: 14px;
  }
}

.services .christmas-offer .details h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 991px) {
  .services .christmas-offer .details h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .services .christmas-offer .details h4 {
    font-size: 17px;
    margin: 0 0 1.4em;
  }
}

/*--------------------------------------------------------------
#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
--------------------------------------------------------------*/
.fun-fact {
  padding: 70px 0;
  text-align: center;
  position: relative;
}

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

.fun-fact:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact > .container {
  position: relative;
}

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

.fun-fact h3,
.fun-fact p {
  color: #fff;
  margin: 0;
}

.fun-fact .icon {
  width: 120px;
  height: 120px;
  line-height: 130px;
  border: 1px solid #af9a84;
  margin: 0 auto 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .fun-fact .icon {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
}

.fun-fact .icon i {
  display: inline-block;
  background-color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #af9a84;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .fun-fact .icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.fun-fact .icon i:before {
  font-size: 30px;
}

@media (max-width: 991px) {
  .fun-fact .icon i:before {
    font-size: 20px;
  }
}

.fun-fact h3 {
  font-size: 48px;
  margin: 0 0 0.15em;
}

@media (max-width: 991px) {
  .fun-fact h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .fun-fact h3 {
    font-size: 30px;
  }
}

.fun-fact p {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .fun-fact p {
    font-size: 12px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
#1.2	projects
--------------------------------------------------------------*/
.projects .project-filters, .projects-s2 .project-filters, .construction-projects .project-filters {
  text-align: center;
}

.projects .project-filters ul, .projects-s2 .project-filters ul, .construction-projects .project-filters ul {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .projects .project-filters ul, .projects-s2 .project-filters ul, .construction-projects .project-filters ul {
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .projects .project-filters ul, .projects-s2 .project-filters ul, .construction-projects .project-filters ul {
    display: block;
  }
}

.projects .project-filters ul li, .projects-s2 .project-filters ul li, .construction-projects .project-filters ul li {
  float: left;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .projects .project-filters ul li, .projects-s2 .project-filters ul li, .construction-projects .project-filters ul li {
    margin-right: 15px;
    padding-right: 15px;
  }
}

.projects .project-filters ul li:before, .projects-s2 .project-filters ul li:before, .construction-projects .project-filters ul li:before {
  content: "/";
  position: absolute;
  right: 0;
  color: #af9a84;
}

@media (max-width: 500px) {
  .projects .project-filters ul li:before, .projects-s2 .project-filters ul li:before, .construction-projects .project-filters ul li:before {
    display: none;
  }
}

@media (max-width: 500px) {
  .projects .project-filters ul li, .projects-s2 .project-filters ul li, .construction-projects .project-filters ul li {
    float: none;
    display: block;
    margin: 0 0 3px;
    padding: 0 0 3px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.projects .project-filters ul li:last-child, .projects-s2 .project-filters ul li:last-child, .construction-projects .project-filters ul li:last-child {
  margin: 0;
  padding: 0;
}

.projects .project-filters ul li:last-child:before, .projects-s2 .project-filters ul li:last-child:before, .construction-projects .project-filters ul li:last-child:before {
  display: none;
}

.projects .project-filters ul li a, .projects-s2 .project-filters ul li a, .construction-projects .project-filters ul li a {
  font-size: 17px;
  font-weight: bold;
  color: #505050;
}

@media (max-width: 767px) {
  .projects .project-filters ul li a, .projects-s2 .project-filters ul li a, .construction-projects .project-filters ul li a {
    font-size: 15px;
  }
}

.projects .project-filters ul li .current, .projects-s2 .project-filters ul li .current, .construction-projects .project-filters ul li .current {
  color: #af9a84;
}

.projects .view-all, .projects-s2 .view-all, .construction-projects .view-all {
  text-align: center;
  margin-top: 45px;
}

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

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

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

.faq .left-col .inner {
  background: url("../images/faq/faq-video-poster.jpg") center center/cover no-repeat local;
  height: 100%;
  position: relative;
}

.faq .left-col .inner:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.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: #af9a84;
  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 .img-holder {
  width: 20%;
  float: left;
}

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

@media (max-width: 767px) {
  .faq .right-col .panel-body .img-holder {
    width: 100%;
    float: none;
    margin-bottom: 8px;
  }
}

.faq .right-col .panel-body .details {
  width: 77%;
  float: right;
}

@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
--------------------------------------------------------------*/
.testimonials .client-testimonials img {
  width: auto;
  display: inline-block;
}

.testimonials .client-testimonials .box {
  padding: 40px 10px 10px;
}

.testimonials .client-testimonials .box-inner {
  background-color: #fff;
  text-align: center;
  padding: 70px 50px 40px;
  position: relative;
  -webkit-box-shadow: 0 0 25px 0 #dbdbdb;
  -moz-box-shadow: 0 0 25px 0 #dbdbdb;
  -o-box-shadow: 0 0 25px 0 #dbdbdb;
  -ms-box-shadow: 0 0 25px 0 #dbdbdb;
  box-shadow: 0 0 25px 0 #dbdbdb;
}

@media (max-width: 1199px) {
  .testimonials .client-testimonials .box-inner {
    padding: 60px 30px 30px;
  }
}

.testimonials .client-testimonials .box-inner .img-holder {
  position: absolute;
  left: 50%;
  top: -40px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials .client-testimonials .box-inner h3 {
  font-size: 20px;
  font-weight: normal;
  color: #000;
  margin: 0 0 0.2em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .testimonials .client-testimonials .box-inner h3 {
    font-size: 17px;
  }
}

.testimonials .client-testimonials .box-inner > span {
  font-size: 15px;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .testimonials .client-testimonials .box-inner > span {
    font-size: 14px;
  }
}

.testimonials .client-testimonials .box-inner p {
  margin: 0;
  color: #222222;
}

.testimonials .testimonials-slider .owl-controls {
  margin-top: 60px;
}

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

.testimonials .testimonials-slider .owl-controls .owl-dot span {
  background-color: #999999;
  width: 15px;
  height: 5px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-controls .owl-dot span {
    width: 10px;
  }
}

.testimonials .testimonials-slider .owl-controls .owl-dots .active span {
  background-color: #af9a84;
  width: 45px;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-controls .owl-dots .active span {
    width: 30px;
  }
}

/*--------------------------------------------------------------
#1.5	partner
--------------------------------------------------------------*/
.partner {
  padding-top: 0;
}

.partner > .container {
  position: relative;
}

.partner .box {
  text-align: center;
  border: 1px solid #c9c9c9;
  padding: 15px 0;
}

.partner .box a {
  display: block;
}

.partner .box img {
  display: inline-block;
  width: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.partner .box:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.partner .partner-slider .owl-controls {
  width: 100%;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partner .partner-slider .owl-controls .owl-nav .owl-prev,
.partner .partner-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partner .partner-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.partner .partner-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

.partner .partner-slider .owl-controls .owl-nav > div {
  background: #af9a84;
  width: 38px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.partner .partner-slider .owl-controls .owl-nav > div:hover {
  background: #9b8165;
}

/*--------------------------------------------------------------
#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 .charity-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 .charity-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 .charity-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;
}

@media (max-width: 991px) {
  .about-s2 .sm-funfact {
    margin-top: 50px;
    text-align: center;
  }
}

.about-s2 .sm-funfact > div {
  position: relative;
  -webkit-box-shadow: 0 0 20px 0 #dbdbdb;
  -moz-box-shadow: 0 0 20px 0 #dbdbdb;
  -o-box-shadow: 0 0 20px 0 #dbdbdb;
  -ms-box-shadow: 0 0 20px 0 #dbdbdb;
  box-shadow: 0 0 20px 0 #dbdbdb;
  padding: 15px 15px 12px 70px;
  margin-bottom: 10px;
}

.about-s2 .sm-funfact > div:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .about-s2 .sm-funfact > div {
    padding-left: 0;
  }
}

.about-s2 .sm-funfact .icon {
  position: absolute;
  left: 15px;
  top: 8px;
}

@media (max-width: 991px) {
  .about-s2 .sm-funfact .icon {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
  }
}

.about-s2 .sm-funfact .icon i:before {
  font-size: 30px;
  color: #fcce00;
}

@media (max-width: 991px) {
  .about-s2 .sm-funfact .icon i:before {
    font-size: 20px;
  }
}

.about-s2 .sm-funfact h5 {
  font-size: 22px;
  line-height: 0.5em;
  color: #081f65;
  margin: 0;
}

@media (max-width: 991px) {
  .about-s2 .sm-funfact h5 {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .about-s2 .sm-funfact h5 {
    font-size: 18px;
    line-height: 0.7em;
  }
}

.about-s2 .sm-funfact h5 + span {
  font-size: 12px;
  font-weight: bold;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
#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 .charity-section-title h2, .services-s2 .events-section-title h2, .services-s2 .agency-section-title-s2 h2, .services-s2 .agency-section-title h2, .services-s2 .app-landing-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 .charity-section-title h2:before, .services-s2 .events-section-title h2:before, .services-s2 .agency-section-title-s2 h2:before, .services-s2 .agency-section-title h2:before, .services-s2 .app-landing-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 .charity-section-title h2:after, .services-s2 .events-section-title h2:after, .services-s2 .agency-section-title-s2 h2:after, .services-s2 .agency-section-title h2:after, .services-s2 .app-landing-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;
}

.services-s2 .services-s2-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .services-s2 .services-s2-slider .owl-controls {
    margin-top: 40px;
  }
}

.services-s2 .services-s2-slider .owl-controls .owl-dot span {
  background-color: #fff;
  width: 15px;
  height: 5px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .services-s2 .services-s2-slider .owl-controls .owl-dot span {
    width: 10px;
  }
}

.services-s2 .services-s2-slider .owl-controls .owl-dots .active span {
  background-color: #fcce00;
  width: 45px;
}

@media (max-width: 767px) {
  .services-s2 .services-s2-slider .owl-controls .owl-dots .active span {
    width: 30px;
  }
}

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

/*** projects style two ***/
.projects-s2 {
  background-color: #f0f0f0;
}

.projects-s2 .project-grids .box-inner i {
  background-color: #081f65;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .projects-s2 .project-grids .box-inner i {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.projects-s2 .project-grids .box-inner i:before {
  font-size: 22px;
  color: #fff;
}

@media (max-width: 767px) {
  .projects-s2 .project-grids .box-inner i:before {
    font-size: 16px;
  }
}

.projects-s2 .project-filters ul li .current {
  color: #081f65;
}

/*--------------------------------------------------------------
#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
--------------------------------------------------------------*/
.fun-fact-s2:before {
  background-color: rgba(8, 31, 101, 0.85);
}

.fun-fact-s2 .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border: 2px solid #fff;
}

@media (max-width: 991px) {
  .fun-fact-s2 .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #fff;
  }
}

.fun-fact-s2 .icon i {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.fun-fact-s2 .icon i:before {
  color: #fcce00;
}

@media (max-width: 991px) {
  .fun-fact-s2 .icon i:before {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
#2.1	skills
--------------------------------------------------------------*/
.skills-chart {
  /*** skill ***/
  /*** middle-text ***/
}

.skills-chart .skill {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .skills-chart .skill {
    margin-bottom: 20px;
  }
}

.skills-chart .skill:last-child {
  margin-bottom: 0;
}

.skills-chart .skill h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0.5em;
}

.skills-chart .skill .progress-bar {
  background: rgba(8, 31, 101, 0.9) url("../images/skill-graph.png") left top/auto repeat-x local;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.skills-chart .skill .progress {
  background: #e1e1e1;
  height: 15px;
  margin: 0;
  position: relative;
  overflow: visible;
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .skills-chart .skill .progress {
    height: 12px;
  }
}

.skills-chart .skill .progress span {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: -27px;
}

.skills-chart .css .progress-bar {
  background-color: rgba(169, 79, 190, 0.9);
}

.skills-chart .photoshop .progress-bar {
  background-color: rgba(225, 113, 82, 0.9);
}

.skills-chart .wordpress .progress-bar {
  background-color: rgba(91, 170, 223, 0.9);
}

.skills-chart .illustrator .progress-bar {
  background-color: rgba(91, 222, 189, 0.9);
}

@media (max-width: 991px) {
  .skills-chart .middle-text {
    margin: 50px 0;
  }
}

.skills-chart .middle-text h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 1.07em;
}

@media (max-width: 1199px) {
  .skills-chart .middle-text h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .skills-chart .middle-text h3 {
    font-size: 20px;
  }
}

.skills-chart .middle-text p {
  font-size: 17px;
  margin: 0;
  line-height: 1.8em;
}

@media (max-width: 1199px) {
  .skills-chart .middle-text p {
    font-size: 15px;
  }
}

.skills-chart .chart {
  min-height: 290px;
}

/*--------------------------------------------------------------
#2.2	cta
--------------------------------------------------------------*/
.cta {
  background-color: #f0f0f0;
  /*** left col ***/
  /*** consultation form ***/
}

.cta .section-title, .cta .section-title-s2, .cta .section-title-s3, .cta .construction-section-title, .cta .charity-section-title, .cta .events-section-title, .cta .agency-section-title-s2, .cta .agency-section-title, .cta .app-landing-section-title {
  text-align: left;
  margin-bottom: 40px;
}

.cta .section-title h2, .cta .section-title-s2 h2, .cta .section-title-s3 h2, .cta .construction-section-title h2, .cta .charity-section-title h2, .cta .events-section-title h2, .cta .agency-section-title-s2 h2, .cta .agency-section-title h2, .cta .app-landing-section-title h2 {
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  padding-bottom: 1em;
}

@media (max-width: 1199px) {
  .cta .section-title h2, .cta .section-title-s2 h2, .cta .section-title-s3 h2, .cta .construction-section-title h2, .cta .charity-section-title h2, .cta .events-section-title h2, .cta .agency-section-title-s2 h2, .cta .agency-section-title h2, .cta .app-landing-section-title h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .cta .section-title h2, .cta .section-title-s2 h2, .cta .section-title-s3 h2, .cta .construction-section-title h2, .cta .charity-section-title h2, .cta .events-section-title h2, .cta .agency-section-title-s2 h2, .cta .agency-section-title h2, .cta .app-landing-section-title h2 {
    font-size: 20px;
  }
}

.cta .section-title h2:before, .cta .section-title-s2 h2:before, .cta .section-title-s3 h2:before, .cta .construction-section-title h2:before, .cta .charity-section-title h2:before, .cta .events-section-title h2:before, .cta .agency-section-title-s2 h2:before, .cta .agency-section-title h2:before, .cta .app-landing-section-title h2:before {
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.cta .section-title h2:after, .cta .section-title-s2 h2:after, .cta .section-title-s3 h2:after, .cta .construction-section-title h2:after, .cta .charity-section-title h2:after, .cta .events-section-title h2:after, .cta .agency-section-title-s2 h2:after, .cta .agency-section-title h2:after, .cta .app-landing-section-title h2:after {
  left: 63px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -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;
}

.cta .left-col {
  background: url("../images/best-solutation-bg.jpg") center center/cover no-repeat fixed;
  padding: 115px 0 200px;
  position: relative;
}

@media (max-width: 1199px) {
  .cta .left-col {
    padding: 70px 0 230px;
  }
}

@media (max-width: 991px) {
  .cta .left-col {
    padding: 70px 0;
  }
}

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

.cta .left-col .box {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .cta .left-col .box {
    width: 585px;
    float: right;
    padding-right: 150px;
  }
}

@media (max-width: 1199px) {
  .cta .left-col .box {
    padding: 0 45px;
  }
}

.cta .left-col p {
  color: #fff;
  margin: 0 0 2.6em;
}

.cta .consultation-form {
  padding: 115px 25px 0 70px;
}

@media (max-width: 1199px) {
  .cta .consultation-form {
    padding: 70px 25px 0 45px;
  }
}

@media (max-width: 991px) {
  .cta .consultation-form {
    padding: 70px 45px 55px;
  }
}

@media screen and (min-width: 1200px) {
  .cta .consultation-form .box {
    width: 585px;
    float: left;
    padding-right: 60px;
  }
}

.cta .consultation-form h2 {
  font-size: 30px;
  margin: 0 0 1.17em;
}

@media (max-width: 1199px) {
  .cta .consultation-form h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .cta .consultation-form h2 {
    font-size: 20px;
  }
}

.cta .consultation-form .form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: gray;
}

.cta .consultation-form .form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: gray;
}

.cta .consultation-form .form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: gray;
}

.cta .consultation-form .form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: gray;
}

.cta .consultation-form .form > div {
  margin-bottom: 15px;
}

.cta .consultation-form .form input,
.cta .consultation-form .form select,
.cta .consultation-form .form textarea {
  background-color: #fff;
  color: gray;
  height: 35px;
  border: 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;
}

.cta .consultation-form .form select {
  background-position: 97% center;
}

.cta .consultation-form .form textarea {
  height: 130px;
}

.cta .consultation-form .submit-btn {
  margin-top: 20px;
}

/*--------------------------------------------------------------
#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 li .fi {
  position: absolute;
  left: 0;
  top: 5px;
}

.address li .fi:before {
  color: #fcce00;
}

@media (max-width: 991px) {
  .address li .fi:before {
    font-size: 16px;
  }
}

.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 .newsletter-widget .form .btn {
  background-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
--------------------------------------------------------------*/
.home-style-3 .hero-slider-wrapper-s2 .scroll {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

.home-style-3 .hero-slider-wrapper-s2 .scroll a {
  color: #fff;
}

/*--------------------------------------------------------------
#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 .charity-section-title, .about-s3 .events-section-title, .about-s3 .agency-section-title-s2, .about-s3 .agency-section-title, .about-s3 .app-landing-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 .charity-section-title h2, .about-s3 .events-section-title h2, .about-s3 .agency-section-title-s2 h2, .about-s3 .agency-section-title h2, .about-s3 .app-landing-section-title h2 {
  margin: 0 0 0.94em;
}

.about-s3 .right-col .img-holder {
  display: inline-block;
  position: relative;
  margin-top: 35px;
}

.about-s3 .right-col .img-holder:before {
  content: "";
  background-color: #0a22ab;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 35px;
  top: -35px;
}

.about-s3 .right-col .img-holder img {
  -webkit-box-shadow: 0 0 20px 0 #999999;
  -moz-box-shadow: 0 0 20px 0 #999999;
  -o-box-shadow: 0 0 20px 0 #999999;
  -ms-box-shadow: 0 0 20px 0 #999999;
  box-shadow: 0 0 20px 0 #999999;
  position: relative;
}

@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 .charity-section-title, .services-s3 .events-section-title, .services-s3 .agency-section-title-s2, .services-s3 .agency-section-title, .services-s3 .app-landing-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 .charity-section-title h2, .services-s3 .events-section-title h2, .services-s3 .agency-section-title-s2 h2, .services-s3 .agency-section-title h2, .services-s3 .app-landing-section-title h2 {
  color: #fff;
}

.services-s3 .bg-image {
  background: url("../images/services-s3-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-s3 .bg-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-s3 .services-s3-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .services-s3 .services-s3-slider .owl-controls {
    margin-top: 40px;
  }
}

.services-s3 .services-s3-slider .owl-controls .owl-dot span {
  background-color: ligten(#000, 70%);
  width: 15px;
  height: 5px;
  margin: 0 15px 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.services-s3 .services-s3-slider .owl-controls .owl-dot span:hover {
  background-color: #0a22ab;
}

@media (max-width: 767px) {
  .services-s3 .services-s3-slider .owl-controls .owl-dot span {
    width: 10px;
  }
}

.services-s3 .services-s3-slider .owl-controls .owl-dots .active span {
  background-color: #0a22ab;
  width: 45px;
}

@media (max-width: 767px) {
  .services-s3 .services-s3-slider .owl-controls .owl-dots .active span {
    width: 30px;
  }
}

/*--------------------------------------------------------------
#3.2	projects-architects
--------------------------------------------------------------*/
.projects-architects {
  background-color: #f0f0f0;
  /*** slider-nav ***/
}

.projects-architects > .container {
  position: relative;
}

.projects-architects .slider-for .right-col {
  padding: 0 55px 0 45px;
}

@media (max-width: 1199px) {
  .projects-architects .slider-for .right-col {
    padding: 0 15px 0 80px;
  }
}

@media (max-width: 767px) {
  .projects-architects .slider-for .right-col {
    padding: 0 15px;
  }
}

.projects-architects .slider-for .img-holder {
  position: relative;
}

@media (max-width: 767px) {
  .projects-architects .slider-for .img-holder {
    width: 320px;
    margin: 0 auto;
  }
}

.projects-architects .slider-for .img-holder img {
  position: relative;
  top: 70px;
  left: 185px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .projects-architects .slider-for .img-holder img {
    left: 145px;
  }
}

@media (max-width: 991px) {
  .projects-architects .slider-for .img-holder img {
    top: 70px;
    left: 100px;
    padding-bottom: 80px;
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .projects-architects .slider-for .img-holder img {
    top: 70px;
    left: 20px;
    padding-bottom: 100px;
  }
}

.projects-architects .slider-for .img-holder:before {
  content: "";
  background-color: #0a22ab;
  width: 340px;
  height: 415px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .projects-architects .slider-for .img-holder:before {
    width: 260px;
    height: 340px;
  }
}

.projects-architects .slider-for .img-holder .number {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 45px;
  top: 25px;
}

@media (max-width: 991px) {
  .projects-architects .slider-for .img-holder .number {
    font-size: 30px;
    left: 25px;
  }
}

@media (max-width: 767px) {
  .projects-architects .slider-for .img-holder .number {
    font-size: 20px;
    left: 25px;
  }
}

.projects-architects .slider-for .details h3 {
  display: inline-block;
  font-size: 36px;
  margin: 0 0 0.36em;
  position: relative;
}

@media (max-width: 991px) {
  .projects-architects .slider-for .details h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .projects-architects .slider-for .details h3 {
    font-size: 20px;
  }
}

.projects-architects .slider-for .details h3:after {
  content: "";
  background-color: #0a22ab;
  width: 100px;
  height: 2px;
  position: absolute;
  right: -20px;
  bottom: 15px;
}

@media (max-width: 991px) {
  .projects-architects .slider-for .details h3:after {
    width: 70px;
    height: 2px;
    right: -15px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .projects-architects .slider-for .details h3:after {
    display: none;
  }
}

.projects-architects .slider-for .details p {
  margin-bottom: 25px;
  font-size: 17px;
}

@media (max-width: 767px) {
  .projects-architects .slider-for .details p {
    font-size: 14px;
  }
}

.projects-architects .slider-for .details ul {
  overflow: hidden;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .projects-architects .slider-for .details ul {
    margin-bottom: 10px;
  }
}

.projects-architects .slider-for .details ul li {
  font-size: 16px;
  color: #666666;
  float: left;
  margin-right: 25px;
  text-transform: uppercase;
}

.projects-architects .slider-for .details ul li i {
  display: inline-block;
  padding-right: 3px;
}

@media (max-width: 767px) {
  .projects-architects .slider-for .details ul li {
    font-size: 14px;
  }
}

.projects-architects .slider-for .details ul li:last-child {
  margin-right: 0;
}

.projects-architects .slider-nav {
  width: 600px;
  margin: 50px auto 0;
}

.projects-architects .slider-nav .thumb-item {
  border: 2px solid #b3b3b3;
  padding: 8px;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .projects-architects .slider-nav .thumb-item {
    padding: 4px 2px;
    margin: 0 5px;
  }
}

.projects-architects .slider-nav .slick-current {
  border-color: #0a22ab;
}

@media (max-width: 991px) {
  .projects-architects .slider-nav {
    margin: 35px auto 0;
  }
}

@media (max-width: 767px) {
  .projects-architects .slider-nav {
    width: 320px;
    margin: 35px auto 0;
  }
  .projects-architects .slider-nav .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 350px) {
  .projects-architects .slider-nav {
    width: 300px;
  }
}

/*--------------------------------------------------------------
#3.3	team-architects
--------------------------------------------------------------*/
.team-architects {
  padding-bottom: 80px;
}

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

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

.team-architects > .container {
  position: relative;
}

.team-architects .left-col .row > .col {
  margin-bottom: 35px;
}

.team-architects .right-col {
  padding-left: 40px;
}

@media (max-width: 1199px) {
  .team-architects .right-col {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .team-architects .right-col {
    padding-left: 50px;
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .team-architects .right-col {
    padding-left: 15px;
    margin-bottom: 50px;
  }
}

.team-architects .right-col .section-title-s3 {
  position: relative;
}

@media (max-width: 991px) {
  .team-architects .right-col .section-title-s3 {
    margin-bottom: 20px;
  }
}

.team-architects .right-col .section-title-s3:after {
  content: "";
  background-color: #0a22ab;
  width: 2px;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -55px;
}

@media (max-width: 991px) {
  .team-architects .right-col .section-title-s3:after {
    display: none;
  }
}

.team-architects .right-col p {
  margin-bottom: 25px;
}

@media (max-width: 530px) {
  .team-architects .left-col > .row > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#3.4	architects-pricing
--------------------------------------------------------------*/
.architects-pricing {
  position: relative;
}

.architects-pricing .bg-image {
  background: url("../images/architect/pricing-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  top: 0;
}

.architects-pricing .bg-image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .architects-pricing .bg-image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .architects-pricing .bg-image {
    height: 200px;
  }
}

.architects-pricing .section-title, .architects-pricing .section-title-s2, .architects-pricing .section-title-s3, .architects-pricing .construction-section-title, .architects-pricing .charity-section-title, .architects-pricing .events-section-title, .architects-pricing .agency-section-title-s2, .architects-pricing .agency-section-title, .architects-pricing .app-landing-section-title {
  text-align: center;
}

.architects-pricing .section-title h2, .architects-pricing .section-title-s2 h2, .architects-pricing .section-title-s3 h2, .architects-pricing .construction-section-title h2, .architects-pricing .charity-section-title h2, .architects-pricing .events-section-title h2, .architects-pricing .agency-section-title-s2 h2, .architects-pricing .agency-section-title h2, .architects-pricing .app-landing-section-title h2 {
  color: #fff;
}

.architects-pricing > .container {
  position: relative;
}

@media (max-width: 991px) {
  .architects-pricing .content > .col {
    margin-bottom: 50px;
  }
  .architects-pricing .content > .col:last-child {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}

@media (max-width: 550px) {
  .architects-pricing .content > .col {
    width: 100%;
  }
  .architects-pricing .content > .col:last-child {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*--------------------------------------------------------------
#3.5	architects-blog
--------------------------------------------------------------*/
.architects-blog {
  background-color: #f0f0f0;
  position: relative;
  /*** post ***/
}

.architects-blog > .container {
  position: relative;
}

.architects-blog .section-title, .architects-blog .section-title-s2, .architects-blog .section-title-s3, .architects-blog .construction-section-title, .architects-blog .charity-section-title, .architects-blog .events-section-title, .architects-blog .agency-section-title-s2, .architects-blog .agency-section-title, .architects-blog .app-landing-section-title {
  text-align: center;
}

.architects-blog .post {
  overflow: hidden;
  margin-bottom: 50px;
}

.architects-blog .entry-media,
.architects-blog .entry-body {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .architects-blog .entry-media,
  .architects-blog .entry-body {
    width: 100%;
    float: none;
  }
}

.architects-blog .entry-media img {
  display: none;
}

@media (max-width: 767px) {
  .architects-blog .entry-media {
    height: 250px !important;
  }
}

.architects-blog .entry-body {
  background-color: #fff;
  padding: 40px 38px;
}

@media (max-width: 767px) {
  .architects-blog .entry-body {
    height: auto !important;
    padding: 25px 20px;
  }
}

.architects-blog .entry-title h3 {
  font-size: 24px;
  line-height: 1.3em;
  margin: 0 0 0.5em;
}

@media (max-width: 1199px) {
  .architects-blog .entry-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .architects-blog .entry-title h3 {
    font-size: 16px;
  }
}

.architects-blog .entry-title h3 a {
  color: #111;
  position: relative;
}

.architects-blog .entry-title h3 a:after {
  background-color: #0a22ab;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  right: -60px;
  bottom: 10px;
}

@media (max-width: 767px) {
  .architects-blog .entry-title h3 a:after {
    display: none;
  }
}

.architects-blog .entry-title h3 a:hover {
  color: #0a22ab;
}

.architects-blog .entry-title h3 a:hover {
  color: #07187b;
}

.architects-blog .entry-meta ul {
  overflow: hidden;
  margin-bottom: 20px;
}

.architects-blog .entry-meta ul li {
  color: gray;
  float: left;
  padding-right: 10px;
  margin-right: 5px;
  position: relative;
}

.architects-blog .entry-meta ul li:before {
  content: "/";
  color: gray;
  position: absolute;
  right: 0;
}

@media (max-width: 1199px) {
  .architects-blog .entry-meta ul li {
    font-size: 14px;
  }
}

.architects-blog .entry-meta ul li:last-child {
  margin: 0;
  padding: 0;
}

.architects-blog .entry-meta ul li:last-child:before {
  display: none;
}

.architects-blog .entry-details p {
  font-size: 17px;
  margin: 0 0 1.5em;
}

@media (max-width: 1199px) {
  .architects-blog .entry-details p {
    font-size: 16px;
  }
}

.architects-blog .entry-details .read-more {
  font-size: 17px;
  font-weight: bold;
  color: #0a22ab;
}

.architects-blog .entry-details .read-more i {
  position: relative;
  right: -5px;
  top: 2px;
}

@media (max-width: 1199px) {
  .architects-blog .entry-details .read-more {
    font-size: 14px;
  }
}

.architects-blog .view-more {
  text-align: center;
  padding-top: 25px;
}

@media (max-width: 767px) {
  .architects-blog .view-more {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
#3.6	architects-testimonials
--------------------------------------------------------------*/
.architects-testimonials {
  text-align: center;
}

.architects-testimonials .section-title-s3 {
  text-align: center;
}

.architects-testimonials .clients-pic {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
  margin-bottom: 52px;
}

@media (max-width: 1199px) {
  .architects-testimonials .clients-pic {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .architects-testimonials .clients-pic {
    margin-bottom: 5px;
  }
}

.architects-testimonials .clients-pic li {
  width: 100px;
  height: 100px;
  float: left;
  cursor: pointer;
  margin: 0 -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .architects-testimonials .clients-pic li {
    width: 60px;
    height: 60px;
  }
}

.architects-testimonials .clients-pic li img {
  border: 2px solid transparent;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.architects-testimonials .clients-pic li.active img {
  border: 2px solid #0a22ab;
  position: relative;
  z-index: 10;
}

.architects-testimonials .architects-testimonial-slider p {
  font-size: 18px;
  line-height: 1.7em;
  margin: 0;
}

@media (max-width: 991px) {
  .architects-testimonials .architects-testimonial-slider p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .architects-testimonials .architects-testimonial-slider p {
    font-size: 14px;
  }
}

/*** partner ***/
.architects-partner .box {
  border: 1px solid transparent;
}

.architects-partner .box:hover {
  border: 1px solid #0a22ab;
}

.architects-partner .partner-slider .owl-controls .owl-nav > div {
  background-color: transparent;
  border: 1px solid #0a22ab;
  color: #0a22ab;
}

.architects-partner .partner-slider .owl-controls .owl-nav > div i {
  position: relative;
  top: -3px;
}

.architects-partner .partner-slider .owl-controls .owl-nav > div:hover {
  background-color: #0a22ab;
  color: #fff;
}

.architects-intro .box {
  background-color: #0a22ab;
}

.architects-intro .box .theme-btn, .architects-intro .box .theme-btn-s2, .architects-intro .box .transport-theme-btn, .architects-intro .box .theme-btn-s3, .architects-intro .box .theme-btn-s4, .architects-intro .box .construction-theme-btn, .architects-intro .box .charity-theme-btn, .architects-intro .box .events-theme-btn-red {
  background-color: transparent;
}

.architects-intro .box .theme-btn:before, .architects-intro .box .theme-btn-s2:before, .architects-intro .box .transport-theme-btn:before, .architects-intro .box .theme-btn-s3:before, .architects-intro .box .theme-btn-s4:before, .architects-intro .box .construction-theme-btn:before, .architects-intro .box .charity-theme-btn:before, .architects-intro .box .events-theme-btn-red:before {
  background-color: #091d93;
}

/*--------------------------------------------------------------
	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;
  }
}

@media (max-width: 991px) {
  .construction-services .construction-services-grids > .col {
    margin-bottom: 40px;
  }
  .construction-services .construction-services-grids > .col:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 555px) {
  .construction-services .construction-services-grids > .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .construction-services .construction-services-grids > .col:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
#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 .charity-section-title h2, .construction-projects .events-section-title h2, .construction-projects .agency-section-title-s2 h2, .construction-projects .agency-section-title h2, .construction-projects .app-landing-section-title h2 {
  color: #fff;
}

.construction-projects .project-filters ul li {
  margin-right: 30px;
  padding-right: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .construction-projects .project-filters ul li {
    margin-right: 20px;
  }
  .construction-projects .project-filters ul li a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .construction-projects .project-filters ul li {
    margin-right: 15px;
  }
  .construction-projects .project-filters ul li a {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .construction-projects .project-filters ul li {
    float: none;
    display: block;
    margin: 0 0 3px;
    padding: 0 0 3px;
    border-bottom: 1px solid #e6e6e6;
  }
}

.construction-projects .project-filters ul li:before {
  display: none;
}

.construction-projects .project-filters ul li a {
  color: #fff;
}

.construction-projects .project-filters ul li .current {
  color: #ffb600;
}

.construction-projects .project-grids {
  margin: 0 -14px;
}

@media (max-width: 767px) {
  .construction-projects .project-grids {
    margin: 0 -5px;
  }
}

.construction-projects .project-grids .box {
  width: 25%;
  padding: 0 12px 24px;
}

@media (max-width: 991px) {
  .construction-projects .project-grids .box {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .construction-projects .project-grids .box {
    padding: 0 5px 10px;
  }
}

.construction-projects .project-grids .box img {
  width: auto;
}

.construction-projects .project-grids .box i:before {
  font-size: 25px;
  color: #fff;
}

.construction-projects .project-grids .box .box-inner:before {
  background-color: rgba(255, 182, 0, 0.7);
}

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

.construction-about .left-col .img-holder {
  position: relative;
}

@media (max-width: 991px) {
  .construction-about .left-col .img-holder {
    text-align: center;
  }
}

.construction-about .left-col .img-holder:after {
  content: "";
  background-color: #ffb600;
  width: 78%;
  height: 125%;
  position: absolute;
  right: -11%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .construction-about .left-col .img-holder:after {
    display: none;
  }
}

.construction-about .left-col .img-holder img {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 20px 0 #a6a6a6;
  -moz-box-shadow: 0 0 20px 0 #a6a6a6;
  -o-box-shadow: 0 0 20px 0 #a6a6a6;
  -ms-box-shadow: 0 0 20px 0 #a6a6a6;
  box-shadow: 0 0 20px 0 #a6a6a6;
}

@media (max-width: 991px) {
  .construction-about .left-col .img-holder img {
    display: inline-block;
  }
}

.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
--------------------------------------------------------------*/
.construction-why-choose {
  background: #252536 url("../images/construction/why-choose-bg.png") center center/cover no-repeat fixed;
}

.construction-why-choose .section-title h2, .construction-why-choose .section-title-s2 h2, .construction-why-choose .section-title-s3 h2, .construction-why-choose .construction-section-title h2, .construction-why-choose .charity-section-title h2, .construction-why-choose .events-section-title h2, .construction-why-choose .agency-section-title-s2 h2, .construction-why-choose .agency-section-title h2, .construction-why-choose .app-landing-section-title h2 {
  color: #fff;
}

.construction-why-choose .grid {
  text-align: center;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .construction-why-choose .grid {
    padding: 0;
  }
}

.construction-why-choose .grid .icon {
  background-color: #ffb600;
  width: 70px;
  height: 65px;
  line-height: 65px;
  color: #252536;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .construction-why-choose .grid .icon {
    width: 50px;
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .construction-why-choose .grid .icon {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}

.construction-why-choose .grid .icon i:before {
  font-size: 30px;
}

@media (max-width: 991px) {
  .construction-why-choose .grid .icon i:before {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .construction-why-choose .grid .icon i:before {
    font-size: 17px;
  }
}

.construction-why-choose .grid h3 {
  font-size: 24px;
  color: #fff;
  margin: 1em 0;
  padding: 0 0 0.75em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 991px) {
  .construction-why-choose .grid h3 {
    font-size: 17px;
  }
}

.construction-why-choose .grid h3:after {
  content: "";
  background-color: #ffb600;
  width: 50px;
  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;
}

.construction-why-choose .grid p {
  color: #999999;
  margin: 0;
}

@media (max-width: 991px) {
  .construction-why-choose .grid p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .construction-why-choose .content > .col {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #232333;
  }
  .construction-why-choose .content > .col:last-child {
    border: 0;
    padding-bottom: 0;
    margin: 0;
  }
}

/*--------------------------------------------------------------
#4.4	construction-team
--------------------------------------------------------------*/
.construction-team .grid:hover .details:before,
.construction-team .grid:hover .details-inner {
  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 .details-inner {
  width: 100%;
  padding: 45px 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  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 (max-width: 991px) {
  .construction-team .grid .details-inner {
    padding: 35px 20px;
  }
}

.construction-team .grid .details-inner h3 {
  font-size: 24px;
  color: #333333;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .construction-team .grid .details-inner h3 {
    font-size: 18px;
  }
}

.construction-team .grid .details-inner > span {
  color: #fff;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 991px) {
  .construction-team .grid .details-inner > span {
    margin-bottom: 10px;
  }
}

.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;
  }
}

.construction-team .owl-controls .owl-dot span {
  background: #111;
  width: 12px;
  height: 12px;
  margin: 0 12px 0 0;
}

.construction-team .owl-controls .owl-dots .active span,
.construction-team .owl-controls .owl-dot:hover span {
  background: #ffb600;
}

/*--------------------------------------------------------------
#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 .charity-section-title, .construction-news-faq .events-section-title, .construction-news-faq .agency-section-title-s2, .construction-news-faq .agency-section-title, .construction-news-faq .app-landing-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 .charity-section-title h2:before, .construction-news-faq .events-section-title h2:before, .construction-news-faq .agency-section-title-s2 h2:before, .construction-news-faq .agency-section-title h2:before, .construction-news-faq .app-landing-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-news .post a:hover,
.construction-news-faq .construction-news .post .entry-meta a:hover {
  color: #f5af00;
}

.construction-news-faq .construction-news .post h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

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

.construction-news-faq .construction-news .post h3 a {
  color: #111;
}

.construction-news-faq .construction-news .post:hover h3 a {
  color: #ffb600;
}

.construction-news-faq .construction-news .post .entry-meta ul {
  overflow: hidden;
}

.construction-news-faq .construction-news .post .entry-meta ul li {
  float: left;
  margin-right: 15px;
}

.construction-news-faq .construction-news .post .entry-meta ul a {
  color: #999999;
}

.construction-news-faq .construction-news .post .entry-meta ul a i {
  display: inline-block;
  padding-right: 3px;
  color: #ffb600;
}

.construction-news-faq .construction-news .most-recent-post:hover h3 a {
  color: #ffb600;
}

.construction-news-faq .construction-news .most-recent-post .entry-body {
  background-color: #fff;
  padding: 35px 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .construction-news-faq .construction-news .most-recent-post .entry-body {
    padding: 35px 10px;
  }
}

.construction-news-faq .construction-news .most-recent-post h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 0.56em;
}

@media (max-width: 991px) {
  .construction-news-faq .construction-news .most-recent-post h3 {
    font-size: 18px;
  }
}

.construction-news-faq .construction-news .most-recent-post .read-more {
  font-size: 20px;
  color: #ffb600;
}

.construction-news-faq .construction-news .most-recent-post .entry-meta ul {
  margin-top: 35px;
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .construction-news-faq .construction-news .other-post {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .construction-news-faq .construction-news .other-post {
    margin-top: 40px;
  }
}

.construction-news-faq .construction-news .other-post .post {
  background-color: #fff;
  padding: 20px 18px 15px;
  margin-bottom: 10px;
  -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-news .other-post .post h3 {
  color: #000;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

.construction-news-faq .construction-news .other-post .entry-meta ul {
  border-top: 1px solid #e6e6e6;
  margin-top: 10px;
  padding-top: 5px;
}

.construction-news-faq .construction-news .other-post .entry-meta ul li {
  font-size: 13px;
}

.construction-news-faq .construction-news .other-post .more-news {
  margin-top: 23px;
}

.construction-news-faq .construction-news .other-post .more-news a {
  background-color: #ffb600;
  display: block;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .construction-news-faq .construction-news .other-post .more-news a {
    font-size: 15px;
  }
}

.construction-news-faq .construction-news .other-post .more-news a:hover {
  background-color: #f0ab00;
}

.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
--------------------------------------------------------------*/
.construction-fun-fact {
  background-color: #252536;
  padding: 60px 0;
}

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

@media (max-width: 767px) {
  .construction-fun-fact .row > .col {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .construction-fun-fact .row > .col .box {
    min-height: 90px;
    max-height: 90px;
  }
}

.construction-fun-fact .box > .amount,
.construction-fun-fact .box > span {
  display: inline-block;
}

@media (max-width: 991px) {
  .construction-fun-fact .box > .amount,
  .construction-fun-fact .box > span {
    display: block;
    text-align: center;
  }
}

.construction-fun-fact .amount h3,
.construction-fun-fact .amount > span {
  font-size: 36px;
  font-weight: bold;
  color: #ffb600;
  display: inline-block;
  margin: 0;
}

@media (max-width: 991px) {
  .construction-fun-fact .amount h3,
  .construction-fun-fact .amount > span {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .construction-fun-fact .amount h3,
  .construction-fun-fact .amount > span {
    padding-bottom: 0.5em;
  }
}

.construction-fun-fact .box > span {
  font-size: 14px;
  color: #fff;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .construction-fun-fact .box > span {
    margin-left: 0;
  }
}

/*--------------------------------------------------------------
#4.7	construction-testimonials
--------------------------------------------------------------*/
.construction-testimonials {
  text-align: center;
}

.construction-testimonials h3 {
  font-size: 22px;
  margin: 0 0 0.45em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .construction-testimonials h3 {
    font-size: 18px;
  }
}

.construction-testimonials .rating {
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .construction-testimonials .rating {
    margin-bottom: 15px;
  }
}

.construction-testimonials .rating i {
  color: #ffb600;
}

.construction-testimonials p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .construction-testimonials p {
    font-size: 15px;
  }
}

.construction-testimonials .clients-pic {
  background-color: #252536;
  margin-top: 80px;
  padding-bottom: 8px;
  position: relative;
}

@media (max-width: 767px) {
  .construction-testimonials .clients-pic {
    margin-top: 40px;
    padding-bottom: 0;
  }
}

.construction-testimonials .clients-pic:after {
  content: "";
  background: url("../images/construction/testimonials/client-pic-bg.jpg") left bottom/auto repeat-x local;
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .construction-testimonials .clients-pic:after {
    height: 5px;
  }
}

.construction-testimonials .clients-pic li {
  display: inline-block;
  margin-right: 30px;
  border: 2px solid transparent;
  position: relative;
  top: -20px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.construction-testimonials .clients-pic li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .construction-testimonials .clients-pic li {
    width: 55px;
    height: 55px;
    margin-right: 2px;
  }
  .construction-testimonials .clients-pic li img {
    max-width: 100%;
  }
}

.construction-testimonials .clients-pic li:last-child {
  margin-right: 0;
}

.construction-testimonials .clients-pic .active {
  border-color: #ffb600;
}

.construction-partner, .charity-partner, .app-landing-partner {
  background-color: #ffb600;
  padding: 40px 0;
}

.construction-partner .box, .charity-partner .box, .app-landing-partner .box {
  border: 0;
}

.construction-partner .partner-slider .owl-controls .owl-nav > div, .charity-partner .partner-slider .owl-controls .owl-nav > div, .app-landing-partner .partner-slider .owl-controls .owl-nav > div {
  background-color: #252536;
}

.construction-partner .partner-slider .owl-controls .owl-nav > div i, .charity-partner .partner-slider .owl-controls .owl-nav > div i, .app-landing-partner .partner-slider .owl-controls .owl-nav > div i {
  position: relative;
  top: -2px;
}

.construction-partner .partner-slider .owl-controls .owl-nav > div:hover, .charity-partner .partner-slider .owl-controls .owl-nav > div:hover, .app-landing-partner .partner-slider .owl-controls .owl-nav > div:hover {
  background-color: #101018;
}

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

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

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

/*--------------------------------------------------------------
	Home charity
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	charity-mission
--------------------------------------------------------------*/
.charity-mission {
  background-color: #f0f0f0;
}

.charity-mission .content > .col > div {
  padding: 55px 35px;
  position: relative;
}

.charity-mission .content > .col > div:before {
  content: "";
  -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) {
  .charity-mission .content > .col > div {
    padding: 45px 25px;
  }
}

.charity-mission .content > .col:first-child > div {
  background: url("../images/charity/mission/img-1.jpg") center center/cover no-repeat local;
}

.charity-mission .content > .col:first-child > div:before {
  background-color: rgba(243, 156, 18, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.charity-mission .content > .col:nth-child(2) > div {
  background: url("../images/charity/mission/img-2.jpg") center center/cover no-repeat local;
}

.charity-mission .content > .col:nth-child(2) > div:before {
  background-color: rgba(236, 28, 51, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.charity-mission .content > .col:last-child > div {
  background: url("../images/charity/mission/img-3.jpg") center center/cover no-repeat local;
}

.charity-mission .content > .col:last-child > div:before {
  background-color: rgba(41, 175, 138, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.charity-mission .content .col {
  text-align: center;
}

.charity-mission .content .col h3,
.charity-mission .content .col p,
.charity-mission .content .col i {
  color: #fff;
  position: relative;
}

.charity-mission .content .col h3 {
  font-size: 24px;
  margin: 0.54em 0 0.58em;
  padding-bottom: 0.54em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .charity-mission .content .col h3 {
    font-size: 20px;
  }
}

.charity-mission .content .col h3:after {
  content: "";
  background: #fff;
  width: 30px;
  height: 6px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .charity-mission .content .col h3:after {
    height: 4px;
  }
}

.charity-mission .content .col p {
  font-size: 16px;
  margin: 0;
}

.charity-mission .content .col i:before {
  font-size: 80px;
  color: #fff;
}

@media (max-width: 1199px) {
  .charity-mission .content .col i:before {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .charity-mission .content .col i:before {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .charity-mission .content > .col {
    margin-bottom: 50px;
  }
  .charity-mission .content > .col:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
#5.1	important-causes
--------------------------------------------------------------*/
.important-causes .more-causes {
  clear: both;
  text-align: center;
  padding-top: 40px;
}

.important-causes-content > .col {
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .important-causes-content > .col {
    width: 100%;
  }
}

.important-causes-content > .col:first-child .grid {
  background: url("../images/charity/important-causes/img-1.jpg") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(2) .grid {
  background: url("../images/charity/important-causes/img-2.jpg") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(3) .grid {
  background: url("../images/charity/important-causes/img-3.jpg") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(4) .grid {
  background: url("../images/charity/important-causes/img-4.jpg") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(5) .grid {
  background: url("../images/charity/important-causes/img-5.jpg") center center/cover no-repeat local;
}

.important-causes-content > .col:nth-child(6) .grid {
  background: url("../images/charity/important-causes/img-6.jpg") center center/cover no-repeat local;
}

/*--------------------------------------------------------------
#5.2	charity-fun-fact
--------------------------------------------------------------*/
.charity-fun-fact {
  background: url("../images/charity/fun-fact-bg.jpg") center center/cover no-repeat local;
  position: relative;
}

.charity-fun-fact:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .charity-fun-fact {
    text-align: center;
    padding: 80px 0;
  }
}

@media (max-width: 450px) {
  .charity-fun-fact {
    padding-bottom: 55px;
  }
}

.charity-fun-fact .top-part,
.charity-fun-fact .bottom-part {
  position: relative;
}

@media (max-width: 767px) {
  .charity-fun-fact .top-part > .col {
    margin-bottom: 50px;
  }
  .charity-fun-fact .top-part > .col:last-child {
    margin-bottom: 0;
  }
}

.charity-fun-fact .top-part .icon i:before {
  font-size: 55px;
}

@media (max-width: 991px) {
  .charity-fun-fact .top-part .icon i:before {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .charity-fun-fact .top-part .icon i:before {
    font-size: 35px;
  }
}

.charity-fun-fact .top-part > .col:first-child i:before {
  color: #29af8a;
}

.charity-fun-fact .top-part > .col:nth-child(2) i:before {
  color: #f39c12;
}

.charity-fun-fact .top-part > .col:last-child i:before {
  color: #3498db;
}

.charity-fun-fact .top-part h3 {
  font-size: 27px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .charity-fun-fact .top-part h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .charity-fun-fact .top-part h3 {
    font-size: 18px;
  }
}

.charity-fun-fact .top-part h3 span {
  font-weight: bold;
}

.charity-fun-fact .top-part p {
  color: #fff;
  margin: 0;
}

.charity-fun-fact .bottom-row {
  margin-top: 120px;
}

@media (max-width: 991px) {
  .charity-fun-fact .bottom-row {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .charity-fun-fact .bottom-row {
    margin-top: 60px;
  }
}

@media (max-width: 450px) {
  .charity-fun-fact .bottom-row > .col {
    width: 50%;
    margin-bottom: 25px;
  }
}

.charity-fun-fact .bottom-row h2 {
  font-size: 50px;
  color: #fff;
  margin: 0 0 0.33em;
}

@media (max-width: 991px) {
  .charity-fun-fact .bottom-row h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .charity-fun-fact .bottom-row h2 {
    font-size: 30px;
  }
}

.charity-fun-fact .bottom-row span {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .charity-fun-fact .bottom-row span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .charity-fun-fact .bottom-row span {
    font-size: 14px;
  }
}

.charity-fun-fact .bottom-row > .col:first-child h2 {
  color: #f39c12;
}

.charity-fun-fact .bottom-row > .col:nth-child(2) h2 {
  color: #3498db;
}

.charity-fun-fact .bottom-row > .col:nth-child(3) h2 {
  color: #29af8a;
}

.charity-fun-fact .bottom-row > .col:last-child h2 {
  color: #ec1c33;
}

/*--------------------------------------------------------------
#5.3	charity-about
--------------------------------------------------------------*/
.charity-about {
  padding-bottom: 0;
}

.charity-about .container {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 115px;
}

@media (max-width: 991px) {
  .charity-about .container {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .charity-about .container {
    padding-bottom: 70px;
  }
}

.charity-about .left-col h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0.2em 0 0.1em;
}

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

.charity-about .left-col h2 span {
  font-weight: bold;
}

.charity-about .left-col h2 + span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .charity-about .left-col h2 + span {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.charity-about .img-holder {
  text-align: right;
}

@media (max-width: 991px) {
  .charity-about .img-holder {
    display: none;
  }
}

.charity-about .img-holder img {
  display: inline-block;
}

/*--------------------------------------------------------------
#5.4	charity-news
--------------------------------------------------------------*/
.charity-news {
  padding: 125px 0 105px;
}

@media (max-width: 991px) {
  .charity-news {
    padding: 90px 0 60px;
  }
}

@media (max-width: 767px) {
  .charity-news {
    padding: 60px 0 40px;
  }
}

@media (max-width: 550px) {
  .charity-news .charity-blog-grid > .col {
    width: 100%;
    margin: 0 0 25px;
  }
  .charity-news .charity-blog-grid > .col:last-child {
    margin-bottom: 0;
  }
}

.charity-news .charity-blog-grid > .col:hover .entry-body {
  -webkit-box-shadow: 0 0 25px 0 #cccccc;
  -moz-box-shadow: 0 0 25px 0 #cccccc;
  -o-box-shadow: 0 0 25px 0 #cccccc;
  -ms-box-shadow: 0 0 25px 0 #cccccc;
  box-shadow: 0 0 25px 0 #cccccc;
}

.charity-news .section-title-s3 {
  margin-bottom: 35px;
}

.charity-news .entry-media .img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .charity-news .entry-media .img {
    display: block;
  }
}

.charity-news .entry-body {
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.charity-news h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin: 0 0 1em;
  padding-bottom: 0.55em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .charity-news h3 {
    font-size: 16px;
  }
}

.charity-news h3:after {
  content: "";
  background-color: #ec1c33;
  width: 35px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.charity-news h3 a {
  color: #000;
}

.charity-news h3 a:hover {
  color: #ec1c33;
}

@media (max-width: 767px) {
  .charity-news h3 {
    font-size: 17px;
  }
}

.charity-news .entry-date {
  position: relative;
}

.charity-news .entry-date > div {
  background-color: #ec1c33;
  color: #fff;
  padding: 11px 13px;
  text-align: center;
  position: absolute;
  left: 17px;
  top: 0;
}

.charity-news .entry-date > div p,
.charity-news .entry-date > div span {
  color: #fff;
  margin: 0;
}

.charity-news .entry-date > div p {
  font-size: 25px;
  font-weight: bold;
  line-height: 0.7em;
}

.charity-news .entry-date > div span {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
}

.charity-news .post:hover .entry-body {
  -webkit-box-shadow: 0 0 25px 0 #dbdbdb;
  -moz-box-shadow: 0 0 25px 0 #dbdbdb;
  -o-box-shadow: 0 0 25px 0 #dbdbdb;
  -ms-box-shadow: 0 0 25px 0 #dbdbdb;
  box-shadow: 0 0 25px 0 #dbdbdb;
}

/*--------------------------------------------------------------
#5.5	next-event-section
--------------------------------------------------------------*/
.next-event-section {
  background: url("../images/charity/next-event-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
  /*** slider controls ***/
}

.next-event-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .next-event-section {
    padding: 90px 0;
  }
}

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

.next-event-section .content {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 75px  135px 75px;
}

@media (max-width: 991px) {
  .next-event-section .content {
    padding: 60px 55px 140px;
  }
}

@media (max-width: 767px) {
  .next-event-section .content {
    padding: 60px 15px 120px;
  }
}

.next-event-section .event-info {
  text-align: center;
}

.next-event-section .event-info h2 {
  font-size: 40px;
  color: #fff;
  margin: 0 0 0.48em;
}

@media (max-width: 991px) {
  .next-event-section .event-info h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .next-event-section .event-info h2 {
    font-size: 25px;
  }
}

.next-event-section .event-info h2 span {
  color: #ec1c33;
}

.next-event-section .event-info ul {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .next-event-section .event-info ul {
    margin-top: 10px;
  }
}

.next-event-section .event-info ul li {
  color: #b3b3b3;
  font-weight: bold;
  float: left;
  margin-right: 43px;
}

.next-event-section .event-info ul li:last-child {
  margin-right: 0;
}

.next-event-section .event-info ul li i {
  color: #ec1c33;
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .next-event-section .event-info ul li {
    margin-right: 20px;
  }
}

.next-event-section .event-info p {
  margin: 0 0 3.33em;
  color: #b3b3b3;
}

.next-event-section .event-countdown {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .next-event-section .event-countdown {
    padding: 0 80px;
  }
}

@media (max-width: 767px) {
  .next-event-section .event-countdown {
    text-align: center;
  }
}

.next-event-section .event-countdown > div {
  display: inline-block;
}

.next-event-section .event-countdown > div:first-child {
  float: left;
}

@media (max-width: 767px) {
  .next-event-section .event-countdown > div:first-child {
    float: none;
  }
}

.next-event-section .event-countdown > div:last-child {
  float: right;
}

@media (max-width: 767px) {
  .next-event-section .event-countdown > div:last-child {
    display: block;
    margin-top: 30px;
    float: none;
  }
}

.next-event-section .event-countdown .join .charity-theme-btn {
  background-color: transparent;
  font-size: 18px;
  font-weight: normal;
  padding: 14px 40px;
  border-color: #ec1c33;
}

@media (max-width: 767px) {
  .next-event-section .event-countdown .join .charity-theme-btn {
    font-size: 16px;
    padding: 8px 20px;
  }
}

.next-event-section .event-clock .box {
  width: 65px;
}

.next-event-section .event-clock .box > div {
  background-color: #af9a84;
  padding: 15px 2px;
}

.next-event-section .event-clock .box span {
  background-color: #1a1a1a;
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding: 4px 0;
  text-transform: uppercase;
}

.next-event-section #clock,
.next-event-section .event-clock {
  overflow: hidden;
}

.next-event-section #clock .box,
.next-event-section .event-clock .box {
  width: 70px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .next-event-section #clock .box,
  .next-event-section .event-clock .box {
    width: 60px;
    font-size: 12px;
    margin-right: 5px;
  }
}

.next-event-section #clock .box:last-child,
.next-event-section .event-clock .box:last-child {
  margin-right: 0;
}

.next-event-section #clock .box > div,
.next-event-section .event-clock .box > div {
  background-color: #fff;
  padding: 8px 5px;
  font-size: 24px;
  color: #000;
}

@media (max-width: 767px) {
  .next-event-section #clock .box > div,
  .next-event-section .event-clock .box > div {
    font-size: 20px;
  }
}

.next-event-section #clock .box span,
.next-event-section .event-clock .box span {
  background-color: #ec1c33;
  display: block;
  padding: 4px 0;
}

.next-event-section .charity-events-slider {
  position: relative;
}

.next-event-section .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .next-event-section .owl-controls {
    top: auto;
    bottom: 10px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.next-event-section .owl-controls .owl-nav .owl-prev,
.next-event-section .owl-controls .owl-nav .owl-next,
.next-event-section .owl-controls .owl-nav .owl-prev:hover,
.next-event-section .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
  border-radius: 0;
}

.next-event-section .owl-controls .owl-nav > div {
  width: 50px;
  height: 40px;
  border: 1px solid #ec1c33;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.next-event-section .owl-controls .owl-nav > div i {
  font-size: 18px;
  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%);
}

@media (max-width: 991px) {
  .next-event-section .owl-controls .owl-nav > div {
    position: relative;
    top: auto;
  }
}

.next-event-section .owl-controls .owl-nav .owl-prev {
  left: -5px;
}

@media (max-width: 991px) {
  .next-event-section .owl-controls .owl-nav .owl-prev {
    position: static;
  }
}

.next-event-section .owl-controls .owl-nav .owl-next {
  right: -5px;
}

@media (max-width: 991px) {
  .next-event-section .owl-controls .owl-nav .owl-next {
    position: static;
  }
}

/*--------------------------------------------------------------
#5.6	charity-gallery
--------------------------------------------------------------*/
.charity-gallery {
  padding-bottom: 0;
}

.charity-gallery .charity-section-title {
  margin-bottom: 20px;
}

.charity-gallery .gallery-filters li:after {
  display: none;
}

.charity-gallery .gallery-filters {
  margin-top: 37px;
}

@media (max-width: 991px) {
  .charity-gallery .gallery-filters {
    margin-top: 15px;
  }
}

@media (max-width: 550px) {
  .charity-gallery .gallery-filters {
    margin-top: 0;
  }
}

.charity-gallery .gallery-filters ul li {
  padding: 0;
  margin-right: 24px;
}

.charity-gallery .gallery-filters ul li:last-child {
  margin-right: 0;
}

@media (max-width: 550px) {
  .charity-gallery .gallery-filters ul li {
    float: none;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #b3b3b3;
  }
}

.charity-gallery .gallery-filters ul li a {
  color: #000;
}

.charity-gallery .gallery-container {
  margin-right: -9px;
}

.charity-gallery .gallery-container .box {
  width: 25%;
  padding: 0 9px 9px 0;
}

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

.charity-gallery .gallery-container .box > a {
  position: relative;
}

.charity-gallery .gallery-container .box > a:after,
.charity-gallery .gallery-container .box > a:before {
  display: none;
}

.charity-gallery .gallery-container .box:hover .hover-text {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.charity-gallery .gallery-container .box .hover-text {
  background: rgba(236, 28, 51, 0.8);
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 10%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.charity-gallery .gallery-container .box .hover-text:before {
  content: "+";
  background-color: transparent;
  font-size: 45px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 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%);
}

.charity-gallery .gallery-container .box .hover-text > div {
  width: 100%;
  position: absolute;
  bottom: 35px;
}

.charity-gallery .gallery-container .box .hover-text h3 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 460px) {
  .charity-gallery .gallery-container .box .hover-text h3 {
    display: none;
  }
}

.charity-gallery .gallery-container .box .hover-text span {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 460px) {
  .charity-gallery .gallery-container .box .hover-text span {
    display: none;
  }
}

/*--------------------------------------------------------------
#5.7	charity-testimonials
--------------------------------------------------------------*/
.charity-testimonials .client-testimonials .box-inner {
  border: 1px solid #ec1c33;
}

.charity-testimonials .testimonials-slider .owl-controls .owl-dots .active span {
  background-color: #ec1c33;
}

.charity-partner {
  background-color: #ec1c33;
}

.charity-partner .partner-slider .owl-controls .owl-nav > div {
  background-color: transparent;
  border: 1px solid #fff;
}

.charity-partner .partner-slider .owl-controls .owl-nav > div:hover {
  border-color: #1a1a1a;
}

.charity-home .footer-style-two .contact-widget p, .charity-home .footer-style-three .contact-widget p,
.charity-home .footer-style-two .contact-widget ul li span,
.charity-home .footer-style-three .contact-widget ul li span,
.charity-home .footer-style-two .site-map ul li a,
.charity-home .footer-style-three .site-map ul li a {
  color: #bbbbbb;
}

.charity-home .footer-style-two .site-map ul li a:hover, .charity-home .footer-style-three .site-map ul li a:hover {
  color: #ec1c33;
}

/*--------------------------------------------------------------
	Home events
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.0	events-about
--------------------------------------------------------------*/
.events-about {
  padding-top: 100px 0;
}

.events-about .left-col .img-holder {
  position: relative;
  top: -165px;
}

@media (max-width: 991px) {
  .events-about .left-col .img-holder {
    max-width: 430px;
    top: 0;
  }
}

.events-about .left-col .img-holder img {
  position: relative;
}

.events-about .left-col .img-holder:before {
  content: "";
  background-color: #262626;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -10px;
  bottom: -10px;
}

.events-about .left-col .img-holder:after {
  content: "";
  background: url("../images/events/about-img-bg.png") left bottom/100% no-repeat local;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.events-about .left-col .img-holder .date {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .events-about .left-col .img-holder .date {
    font-size: 17px;
  }
}

.events-about .left-col .img-holder .date span {
  display: block;
  font-size: 60px;
  position: relative;
  top: 15px;
}

@media (max-width: 767px) {
  .events-about .left-col .img-holder .date span {
    font-size: 40px;
    top: 10px;
  }
}

.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;
}

.events-about .right-col .btns a:first-child {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .events-about .right-col .btns a:first-child {
    margin-right: 5px;
  }
}

/*--------------------------------------------------------------
#6.1	event-speakers
--------------------------------------------------------------*/
.event-speakers {
  background: url("../images/events/speakers/speakers-bg.jpg") center center/cover no-repeat local;
  position: relative;
  /*** left col ***/
  /*** right col ***/
}

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

@media (max-width: 767px) {
  .event-speakers {
    padding-bottom: 55px;
  }
}

.event-speakers:before {
  content: "";
  background-color: rgba(7, 24, 33, 0.78);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.event-speakers .section-title h2, .event-speakers .section-title-s2 h2, .event-speakers .section-title-s3 h2, .event-speakers .construction-section-title h2, .event-speakers .charity-section-title h2, .event-speakers .events-section-title h2, .event-speakers .agency-section-title-s2 h2, .event-speakers .agency-section-title h2, .event-speakers .app-landing-section-title h2 {
  color: #fff;
}

@media screen and (min-width: 992px) {
  .event-speakers .left-col {
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .event-speakers .right-col {
    padding-left: 5px;
  }
}

.event-speakers .box:hover .social {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.event-speakers .img-holder-social {
  position: relative;
}

.event-speakers .img-holder-social .social {
  background-color: rgba(228, 52, 38, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.event-speakers .img-holder-social .social-links {
  width: 135px;
  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%);
}

@media (max-width: 767px) {
  .event-speakers .img-holder-social .social-links {
    width: 105px;
  }
}

.event-speakers .img-holder-social .social-links li {
  width: 45px;
  margin-bottom: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .event-speakers .img-holder-social .social-links li {
    width: 35px;
  }
}

.event-speakers .img-holder-social .social-links a {
  display: inline;
  font-size: 25px;
  color: #fff;
}

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

.event-speakers .img-holder-social .social-links a:hover {
  color: #4e5a76;
}

.event-speakers .details {
  background-color: #fff;
  padding: 20px 22px 15px;
}

@media (max-width: 991px) {
  .event-speakers .details {
    text-align: center;
  }
}

.event-speakers .details h3 {
  font-size: 14px;
  margin: 0 0 0.3em;
  color: #4e5a76;
  text-transform: capitalize;
}

.event-speakers .details > span {
  font-size: 14px;
  text-transform: uppercase;
  color: #4e5a76;
}

@media (max-width: 991px) {
  .event-speakers .left-col {
    margin-bottom: 15px;
  }
  .event-speakers .left-col .box {
    max-width: 475px;
    margin: 0 auto;
  }
}

.event-speakers .left-col .details {
  padding: 28px 40px;
}

.event-speakers .left-col .details h3 {
  font-size: 22px;
  margin: 0;
}

.event-speakers .right-col {
  overflow: hidden;
}

@media (max-width: 991px) {
  .event-speakers .right-col {
    margin-right: -15px;
  }
}

@media (max-width: 400px) {
  .event-speakers .right-col {
    margin-right: 0;
  }
}

.event-speakers .right-col .box {
  width: 33.33%;
  float: left;
  padding: 0 5px 5px 0;
}

@media (max-width: 991px) {
  .event-speakers .right-col .box {
    padding: 0 15px 15px 0;
  }
}

@media (max-width: 767px) {
  .event-speakers .right-col .box {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .event-speakers .right-col .box {
    width: 100%;
    padding-right: 0;
  }
}

.event-speakers .right-col .details h3,
.event-speakers .right-col .details > span {
  line-height: 0;
}

.event-speakers .right-col .box:hover .details {
  background-color: #4e5a76;
}

.event-speakers .right-col .box:hover .details h3 {
  color: #fff;
}

.event-speakers .right-col .box:hover .details > span {
  color: #000;
}

.event-speakers .right-col .details > span {
  font-size: 10px;
}

/*--------------------------------------------------------------
#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: 33.33%;
  float: left;
  padding-right: 15px;
}

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

.event-schedules .tab-list li a {
  display: block;
  background-color: #4e5a76;
  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 .sidebar {
  width: 30%;
  float: left;
}

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

.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 .sidebar li {
  position: relative;
}

.event-schedules .tab-content .sidebar .icon {
  font-size: 25px;
  color: #e43426;
  position: absolute;
  left: 0;
  top: 0;
}

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

.event-schedules .tab-content .sidebar > ul {
  border-right: 1px solid #cccccc;
}

@media (max-width: 767px) {
  .event-schedules .tab-content .sidebar > ul {
    border: 0;
  }
}

.event-schedules .tab-content .sidebar > ul > li {
  padding-left: 45px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .event-schedules .tab-content .sidebar > ul > li {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .event-schedules .tab-content .sidebar > ul > li {
    padding-left: 25px;
    margin-bottom: 15px;
  }
}

.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 .event-details .spakers-pic ul {
  overflow: hidden;
  margin-top: 35px;
}

.event-schedules .tab-content .event-details .spakers-pic li {
  float: left;
  margin-right: 22px;
}

@media (max-width: 991px) {
  .event-schedules .tab-content .event-details .spakers-pic li {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .event-schedules .tab-content .event-details .spakers-pic li {
    margin-right: 3px;
  }
}

.event-schedules .tab-content .event-details .spakers-pic ul li:last-child {
  margin-right: 0;
}

.event-schedules .tab-content .event-details .spakers-pic li img {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.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 .charity-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 .charity-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
--------------------------------------------------------------*/
.event-booking {
  background: url("../images/events/booking-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
}

.event-booking:before {
  content: "";
  background-color: rgba(7, 24, 33, 0.85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.event-booking .section-title h2, .event-booking .section-title-s2 h2, .event-booking .section-title-s3 h2, .event-booking .construction-section-title h2, .event-booking .charity-section-title h2, .event-booking .events-section-title h2, .event-booking .agency-section-title-s2 h2, .event-booking .agency-section-title h2, .event-booking .app-landing-section-title h2 {
  color: #fff;
}

.event-booking .form input,
.event-booking .form select {
  background-color: transparent;
  height: 45px;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  border: 2px solid #e43426;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .event-booking .form input,
  .event-booking .form select {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .event-booking .form input,
  .event-booking .form select {
    border: 1px solid #e43426;
  }
}

@media (max-width: 767px) {
  .event-booking .form input,
  .event-booking .form select {
    height: 40px;
  }
}

.event-booking .form input:focus,
.event-booking .form select:focus {
  box-shadow: none;
}

.event-booking .form select {
  background-position: 95% center;
}

.event-booking .form select option {
  color: #000;
}

.event-booking .form ::-webkit-input-placeholder {
  font-style: 13px;
  font-style: normal;
  color: #fff;
}

.event-booking .form :-moz-placeholder {
  font-style: 13px;
  font-style: normal;
  color: #fff;
}

.event-booking .form ::-moz-placeholder {
  font-style: 13px;
  font-style: normal;
  color: #fff;
}

.event-booking .form :-ms-input-placeholder {
  font-style: 13px;
  font-style: normal;
  color: #fff;
}

.event-booking .form .submit-col {
  margin-top: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .event-booking .form .submit-col {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .event-booking .form > .col {
    margin-bottom: 15px;
  }
  .event-booking .form > .col:last-child {
    margin-bottom: 1px;
  }
}

/*** events gallery ***/
.events-gallery, .agency-portfolio {
  background-color: #eef3f6;
  padding-bottom: 115px;
}

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

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

.events-gallery .gallery-filters, .agency-portfolio .gallery-filters {
  margin-top: 20px;
}

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

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

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

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

.events-gallery .gallery-container .box .hover-text, .agency-portfolio .gallery-container .box .hover-text {
  background-color: rgba(0, 0, 0, 0.8);
}

.events-gallery .gallery-container .box .hover-text > div, .agency-portfolio .gallery-container .box .hover-text > div {
  padding: 0 15px;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.events-gallery .gallery-container .box .hover-text:before, .agency-portfolio .gallery-container .box .hover-text:before {
  display: none;
}

.events-gallery .gallery-container .box .hover-text span, .agency-portfolio .gallery-container .box .hover-text span {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .events-gallery .gallery-container .box .hover-text span, .agency-portfolio .gallery-container .box .hover-text span {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.events-gallery .gallery-container .box .hover-text h3, .agency-portfolio .gallery-container .box .hover-text h3 {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.3em;
  display: block;
}

@media (max-width: 1199px) {
  .events-gallery .gallery-container .box .hover-text h3, .agency-portfolio .gallery-container .box .hover-text h3 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .events-gallery .gallery-container .box .hover-text h3, .agency-portfolio .gallery-container .box .hover-text h3 {
    font-size: 13px;
  }
}

/*--------------------------------------------------------------
#6.4	event-news
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .event-news .content > .col, .agency-news .content > .col, .hosting-blog .content > .col {
    margin-bottom: 40px;
  }
}

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

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

.event-news .entry-body, .agency-news .entry-body, .hosting-blog .entry-body {
  border: 1px solid #cccccc;
  padding: 25px 30px;
  -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: 767px) {
  .event-news .entry-body, .agency-news .entry-body, .hosting-blog .entry-body {
    padding: 20px;
  }
}

.event-news .entry-body > span, .agency-news .entry-body > span, .hosting-blog .entry-body > span {
  background-color: #4e5a76;
  color: #fff;
  display: inline-block;
  padding: 4px 22px;
  text-transform: uppercase;
  -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: 991px) {
  .event-news .entry-body > span, .agency-news .entry-body > span, .hosting-blog .entry-body > span {
    font-size: 13px;
    padding: 4px 18px;
  }
}

.event-news .entry-body h3, .agency-news .entry-body h3, .hosting-blog .entry-body h3 {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0.54em 0 1.9em;
}

@media (max-width: 991px) {
  .event-news .entry-body h3, .agency-news .entry-body h3, .hosting-blog .entry-body h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .event-news .entry-body h3, .agency-news .entry-body h3, .hosting-blog .entry-body h3 {
    font-size: 16px;
  }
}

.event-news .entry-body h3 a, .agency-news .entry-body h3 a, .hosting-blog .entry-body h3 a {
  color: #444444;
}

.event-news .entry-meta, .agency-news .entry-meta, .hosting-blog .entry-meta {
  overflow: hidden;
}

.event-news .entry-meta > span, .agency-news .entry-meta > span, .hosting-blog .entry-meta > span {
  display: inline-block;
  font-size: 14px;
  color: #999999;
}

.event-news .entry-meta > span:first-child, .agency-news .entry-meta > span:first-child, .hosting-blog .entry-meta > span:first-child {
  float: left;
}

.event-news .entry-meta > span:last-child, .agency-news .entry-meta > span:last-child, .hosting-blog .entry-meta > span:last-child {
  float: right;
}

.event-news .post:hover .entry-body, .agency-news .post:hover .entry-body, .hosting-blog .post:hover .entry-body {
  border-color: #e43426;
}

.event-news .post:hover .entry-body > span, .agency-news .post:hover .entry-body > span, .hosting-blog .post:hover .entry-body > span {
  background-color: #e43426;
}

/*--------------------------------------------------------------
#6.5	event-sponsors
--------------------------------------------------------------*/
.event-spnosors {
  background: url("../images/events/sponsors/sponsors-bg.jpg") center center/cover no-repeat local;
  position: relative;
}

.event-spnosors:before {
  content: "";
  background-color: rgba(7, 24, 33, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 500px) {
  .event-spnosors {
    padding-bottom: 55px;
  }
}

.event-spnosors .section-title h2, .event-spnosors .section-title-s2 h2, .event-spnosors .section-title-s3 h2, .event-spnosors .construction-section-title h2, .event-spnosors .charity-section-title h2, .event-spnosors .events-section-title h2, .event-spnosors .agency-section-title-s2 h2, .event-spnosors .agency-section-title h2, .event-spnosors .app-landing-section-title h2 {
  color: #fff;
}

.event-spnosors .sponsors {
  overflow: hidden;
}

.event-spnosors .sponsors h3 {
  font-size: 32px;
  color: #e43426;
  margin: 0 0 1.39em;
}

@media (max-width: 1199px) {
  .event-spnosors .sponsors h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .event-spnosors .sponsors h3 {
    font-size: 18px;
  }
}

.event-spnosors .sponsors .box {
  width: 20%;
  float: left;
}

@media (max-width: 500px) {
  .event-spnosors .sponsors .box {
    width: 50%;
    margin-bottom: 15px;
  }
}

.event-spnosors .sponsors .box img {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .event-spnosors .sponsors .box img {
    max-width: 90%;
  }
}

@media (max-width: 500px) {
  .event-spnosors .sponsors .box img {
    max-width: 85%;
  }
}

.event-spnosors .gold-sponsors {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .event-spnosors .gold-sponsors {
    margin-top: 60px;
  }
}

@media (max-width: 500px) {
  .event-spnosors .gold-sponsors {
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
#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-newsletter {
  background-color: #e43426;
  padding: 85px 0;
  text-align: center;
}

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

.event-newsletter p {
  font-size: 22px;
  color: #fff;
  margin: 0 0 1.2em;
}

@media (max-width: 991px) {
  .event-newsletter p {
    font-size: 18px;
  }
}

.event-newsletter .form {
  overflow: hidden;
}

.event-newsletter .form ::-webkit-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: gray;
}

.event-newsletter .form :-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: gray;
}

.event-newsletter .form ::-moz-placeholder {
  font-style: 18px;
  font-style: normal;
  color: gray;
}

.event-newsletter .form :-ms-input-placeholder {
  font-style: 18px;
  font-style: normal;
  color: gray;
}

.event-newsletter .form > div:first-child {
  width: 70%;
  float: left;
}

@media (max-width: 767px) {
  .event-newsletter .form > div:first-child {
    width: 100%;
    float: none;
  }
}

.event-newsletter .form > div:last-child {
  width: 29%;
  float: right;
}

@media (max-width: 767px) {
  .event-newsletter .form > div:last-child {
    width: 100%;
    float: none;
  }
}

.event-newsletter .form input {
  font-size: 18px;
  height: 60px;
  border: 0;
  padding-left: 25px;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .event-newsletter .form input {
    height: 50px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .event-newsletter .form input {
    height: 40px;
    font-size: 15px;
    padding-left: 15px;
  }
}

.event-newsletter .form .submit .events-theme-btn-red {
  font-size: 18px;
  background-color: #4e5a76;
  padding: 18px 47px;
  float: left;
}

@media (max-width: 991px) {
  .event-newsletter .form .submit .events-theme-btn-red {
    padding: 15px 47px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .event-newsletter .form .submit .events-theme-btn-red {
    padding: 11px 35px;
    font-size: 16px;
    float: none;
    margin-top: 15px;
  }
}

.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
--------------------------------------------------------------*/
.agency-home h1,
.agency-home h2,
.agency-home h3,
.agency-home h4,
.agency-home h5,
.agency-home h6 {
  color: #444444;
}

.agency-featured {
  background-color: #f0f0f0;
  padding-bottom: 100px;
}

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

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

@media (max-width: 991px) {
  .agency-featured .content > .col {
    margin-bottom: 25px;
  }
}

.agency-featured .content > .col:last-child {
  margin-bottom: 0;
}

.agency-featured .box {
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
}

.agency-featured .box:hover .img-holder:before {
  right: -10px;
  opacity: 1;
}

.agency-featured .box:hover .img-holder img {
  -webkit-box-shadow: 0 0 15px 0 #999999;
  -moz-box-shadow: 0 0 15px 0 #999999;
  -o-box-shadow: 0 0 15px 0 #999999;
  -ms-box-shadow: 0 0 15px 0 #999999;
  box-shadow: 0 0 15px 0 #999999;
}

.agency-featured .box .img-holder {
  width: 40%;
  float: left;
  position: relative;
}

@media (max-width: 767px) {
  .agency-featured .box .img-holder {
    width: 100%;
    float: none;
  }
}

.agency-featured .box .img-holder:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid #c8b370;
  position: absolute;
  right: 0;
  bottom: -15px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .agency-featured .box .img-holder:before {
    display: none;
  }
}

.agency-featured .box .img-holder img {
  max-width: 100%;
  position: relative;
}

.agency-featured .box .details {
  width: 60%;
  float: right;
  padding: 30px 0 0 30px;
}

@media (max-width: 1199px) {
  .agency-featured .box .details {
    padding: 0 0 0 30px;
  }
}

@media (max-width: 767px) {
  .agency-featured .box .details {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .agency-featured .box .details {
    padding: 25px 0 0 0;
  }
}

.agency-featured .box .details h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0.61em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .agency-featured .box .details h3 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .agency-featured .box .details h3 {
    font-size: 15px;
  }
}

.agency-featured .box .details .read-more {
  display: inline-block;
  font-size: 14px;
  color: #111;
  margin-top: 11px;
  padding-bottom: 5px;
  border-bottom: 1px solid #666666;
  text-transform: uppercase;
}

.agency-featured .box .details .read-more:hover {
  color: #c8b370;
}

/*--------------------------------------------------------------
#7.1	agency-about
--------------------------------------------------------------*/
.agency-about {
  padding-bottom: 145px;
  position: relative;
}

.agency-about:after {
  content: "";
  background-color: #d9d9d9;
  width: 1170px;
  height: 1px;
  margin: 0 15px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .agency-about:after {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .agency-about:after {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .agency-about:after {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 991px) {
  .agency-about {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .agency-about {
    padding-bottom: 60px;
  }
}

.agency-about .left-col {
  padding-right: 55px;
}

@media (max-width: 991px) {
  .agency-about .left-col {
    padding: 0 0 0 15px;
  }
}

.agency-about .left-col .img-holder {
  position: relative;
}

@media (max-width: 991px) {
  .agency-about .left-col .img-holder {
    max-width: 430px;
  }
}

.agency-about .left-col .img-holder .frame {
  background-color: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 100%;
  border: 3px solid #c8b370;
  position: absolute;
  right: -35px;
  bottom: -35px;
  z-index: 100;
}

@media (max-width: 767px) {
  .agency-about .left-col .img-holder .frame {
    width: 90%;
    height: 90%;
    right: 0;
    bottom: 0;
  }
}

.agency-about .right-col {
  padding: 45px 160px 0 45px;
}

@media (max-width: 1199px) {
  .agency-about .right-col {
    padding: 0 0 0 45px;
  }
}

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

@media (max-width: 767px) {
  .agency-about .right-col {
    padding: 40px 0 0 15px;
  }
}

.agency-about .right-col .section-title, .agency-about .right-col .section-title-s2, .agency-about .right-col .section-title-s3, .agency-about .right-col .construction-section-title, .agency-about .right-col .charity-section-title, .agency-about .right-col .events-section-title, .agency-about .right-col .agency-section-title-s2, .agency-about .right-col .agency-section-title, .agency-about .right-col .app-landing-section-title {
  margin-bottom: 35px;
}

.agency-about .right-col .section-title h2, .agency-about .right-col .section-title-s2 h2, .agency-about .right-col .section-title-s3 h2, .agency-about .right-col .construction-section-title h2, .agency-about .right-col .charity-section-title h2, .agency-about .right-col .events-section-title h2, .agency-about .right-col .agency-section-title-s2 h2, .agency-about .right-col .agency-section-title h2, .agency-about .right-col .app-landing-section-title h2 {
  margin: 0;
}

@media (max-width: 991px) {
  .agency-about .right-col .section-title, .agency-about .right-col .section-title-s2, .agency-about .right-col .section-title-s3, .agency-about .right-col .construction-section-title, .agency-about .right-col .charity-section-title, .agency-about .right-col .events-section-title, .agency-about .right-col .agency-section-title-s2, .agency-about .right-col .agency-section-title, .agency-about .right-col .app-landing-section-title {
    margin-bottom: 25px;
  }
}

.agency-about .right-col .section-title > span, .agency-about .right-col .section-title-s2 > span, .agency-about .right-col .section-title-s3 > span, .agency-about .right-col .construction-section-title > span, .agency-about .right-col .charity-section-title > span, .agency-about .right-col .events-section-title > span, .agency-about .right-col .agency-section-title-s2 > span, .agency-about .right-col .agency-section-title > span, .agency-about .right-col .app-landing-section-title > span {
  display: block;
  color: #8c8c8c;
  font-style: italic;
  margin: 0 0 0.8em;
}

.agency-about .right-col .details {
  border: 1px solid transparent;
}

.agency-about .right-col .details p {
  font-size: 17px;
  line-height: 1.8em;
  margin-bottom: 1.3em;
}

@media (max-width: 991px) {
  .agency-about .right-col .details p {
    font-size: 15px;
  }
}

.agency-about .right-col .details .footer-info {
  font-size: 18px;
  margin-top: 36px;
}

@media (max-width: 991px) {
  .agency-about .right-col .details .footer-info {
    font-size: 16px;
    margin-top: 20px;
  }
}

.agency-about .right-col .details .footer-info p {
  color: #8c8c8c;
  margin: 0;
  padding: 15px 0 0;
}

.agency-about .right-col .details .footer-info p span {
  font-family: "Montserrat", sans-serif;
  color: #111;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.agency-about .right-col .details .footer-info p span:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c8b370;
  position: absolute;
  top: -6px;
  left: 0;
}

/*--------------------------------------------------------------
#7.2	agency-services
--------------------------------------------------------------*/
.agency-services {
  padding-bottom: 55px;
  /*** top row ***/
  /*** all service ***/
}

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

.agency-services .top-row .title > span {
  display: block;
  color: #8c8c8c;
  font-style: italic;
}

.agency-services .top-row .title h3 {
  font-size: 22px;
  font-weight: normal;
  margin: 0.43em 0 1.6em;
}

@media (max-width: 767px) {
  .agency-services .top-row .title h3 {
    font-size: 18px;
    margin: 0.43em 0 1em;
  }
}

.agency-services .our-skills {
  max-width: 570px;
  margin-top: 35px;
}

.agency-services .our-skills h6 {
  font-size: 17px;
  font-weight: normal;
  margin: 0 0 0.68em;
}

@media (max-width: 767px) {
  .agency-services .our-skills h6 {
    font-size: 15px;
  }
}

.agency-services .our-skills > .skill:last-child .progress {
  margin-bottom: 0;
}

.agency-services .progress {
  background-color: #e6e6e6;
  height: 15px;
  margin-bottom: 35px;
  position: relative;
  overflow: visible;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .agency-services .progress {
    height: 12px;
    margin-bottom: 25px;
  }
}

.agency-services .progress span {
  font-size: 17px;
  color: #c8b370;
  position: absolute;
  top: -35px;
}

@media (max-width: 767px) {
  .agency-services .progress span {
    font-size: 15px;
  }
}

.agency-services .progress .progress-bar {
  background: url("../images/agency/progress-bg.jpg") left top/auto repeat local;
}

@media (max-width: 991px) {
  .agency-services .why-choose-phone {
    display: none;
  }
}

.agency-services .all-services {
  padding-top: 115px;
}

@media (max-width: 767px) {
  .agency-services .all-services {
    padding-top: 70px;
  }
}

.agency-services .all-services > .col {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .agency-services .all-services > .col {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .agency-services .all-services > .col {
    width: 100%;
  }
}

.agency-services .all-services .box:hover h3,
.agency-services .all-services .box:hover i {
  color: #c8b370;
}

.agency-services .all-services .box {
  position: relative;
  padding: 0 80px 0 55px;
}

@media (max-width: 1199px) {
  .agency-services .all-services .box {
    padding: 0 20px 0 55px;
  }
}

@media (max-width: 767px) {
  .agency-services .all-services .box {
    padding: 0 0 0 35px;
  }
}

.agency-services .all-services .box > i {
  font-size: 35px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .agency-services .all-services .box > i {
    font-size: 25px;
  }
}

.agency-services .all-services .box h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 1.11em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 767px) {
  .agency-services .all-services .box h3 {
    font-size: 16px;
  }
}

.agency-services .all-services .box p {
  margin: 0;
}

/*--------------------------------------------------------------
#7.3	agency-fun-fact
--------------------------------------------------------------*/
.agency-fun-fact {
  background: -webkit-linear-gradient(top, #0e1e3a, #537884);
}

.agency-fun-fact:before {
  display: none;
}

.agency-fun-fact p {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #c8b370;
}

@media (max-width: 1199px) {
  .agency-fun-fact p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .agency-fun-fact p {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .agency-fun-fact p {
    font-size: 25px;
  }
}

.agency-fun-fact h5 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .agency-fun-fact h5 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .agency-fun-fact h5 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .agency-fun-fact h5 {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
#7.4	agency-team
--------------------------------------------------------------*/
.agency-team .team-members {
  text-align: center;
}

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

.agency-team .team-members .box:hover .img-holder {
  border-color: #c8b370;
  -webkit-box-shadow: 0 0 15px 0 #b3b3b3;
  -moz-box-shadow: 0 0 15px 0 #b3b3b3;
  -o-box-shadow: 0 0 15px 0 #b3b3b3;
  -ms-box-shadow: 0 0 15px 0 #b3b3b3;
  box-shadow: 0 0 15px 0 #b3b3b3;
}

.agency-team .team-members .box:hover h4 {
  color: #c8b370;
}

.agency-team .team-members .img-holder {
  border: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.agency-team .team-members .member-info {
  padding: 45px 15px;
}

@media (max-width: 991px) {
  .agency-team .team-members .member-info {
    padding: 35px 15px;
  }
}

@media (max-width: 767px) {
  .agency-team .team-members .member-info {
    padding: 20px 15px 35px;
  }
}

.agency-team .team-members .member-info h4 {
  font-size: 18px;
  margin: 0 0 0.28em;
  text-transform: uppercase;
  -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: 767px) {
  .agency-team .team-members .member-info h4 {
    font-size: 14px;
  }
}

.agency-team .team-members .member-info > span {
  color: #999999;
  font-style: italic;
}

.agency-team .bottom-info {
  padding: 80px 0 0;
}

@media (max-width: 767px) {
  .agency-team .bottom-info {
    padding: 40px 0 0;
  }
}

.agency-team .bottom-info h4 {
  font-size: 20px;
  letter-spacing: 4px;
  margin: 0 0 1em;
  text-transform: uppercase;
}

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

.agency-team .bottom-info p {
  margin: 0;
}

.agency-team .bottom-info .join-us-btn {
  font-family: "Montserrat", sans-serif;
  text-align: right;
}

@media (max-width: 991px) {
  .agency-team .bottom-info .join-us-btn {
    text-align: left;
  }
}

.agency-team .bottom-info .join-us-btn a {
  font-size: 18px;
  color: #444444;
  border-bottom: 1px solid #444444;
  display: inline-block;
  padding-bottom: 6px;
  margin-top: 45px;
  -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: 991px) {
  .agency-team .bottom-info .join-us-btn a {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .agency-team .bottom-info .join-us-btn a {
    font-size: 16px;
  }
}

.agency-team .bottom-info .join-us-btn a i {
  position: relative;
  top: 2px;
  right: -2px;
}

.agency-team .bottom-info .join-us-btn a:hover {
  color: #c8b370;
  border-color: #c8b370;
}

/*--------------------------------------------------------------
#7.5	agency-portfolio
--------------------------------------------------------------*/
.agency-portfolio .gallery-filters ul li a:hover,
.agency-portfolio .gallery-filters ul li .current {
  color: #c8b370;
}

.agency-portfolio .gallery-container .box .hover-text h3 {
  color: #fff;
}

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

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

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

/*--------------------------------------------------------------
#7.6	agency-testimonials
--------------------------------------------------------------*/
.agency-testimonials > .container .agency-testimonials-slider {
  padding-top: 85px;
}

@media (max-width: 991px) {
  .agency-testimonials > .container .agency-testimonials-slider {
    padding-top: 45px;
    margin: 0 0 20px;
  }
}

.agency-testimonials .architects-testimonial-slider {
  text-align: center;
  margin: 0 0 50px;
  position: relative;
}

.agency-testimonials .architects-testimonial-slider:before {
  font-family: "FontAwesome";
  content: "\f10d";
  font-size: 55px;
  color: #c8b370;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .agency-testimonials .architects-testimonial-slider:before {
    font-size: 35px;
  }
}

@media screen and (min-width: 992px) {
  .agency-testimonials .architects-testimonial-slider {
    padding: 0 100px;
  }
}

.agency-testimonials .architects-testimonial-slider p {
  font-size: 18px;
  line-height: 1.8em;
}

@media (max-width: 991px) {
  .agency-testimonials .architects-testimonial-slider p {
    font-size: 15px;
  }
}

.agency-testimonials .clients-pic {
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .agency-testimonials .clients-pic {
    padding-left: 80px;
  }
}

.agency-testimonials .clients-pic > li {
  width: 33.33%;
  float: left;
  cursor: pointer;
}

@media (max-width: 991px) {
  .agency-testimonials .clients-pic > li {
    text-align: center;
  }
}

.agency-testimonials .clients-pic .img-holder {
  display: block;
  width: 80px;
  height: 80px;
  float: left;
}

@media (max-width: 991px) {
  .agency-testimonials .clients-pic .img-holder {
    float: none;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .agency-testimonials .clients-pic .img-holder {
    width: 50px;
    height: 50px;
  }
}

.agency-testimonials .clients-pic .img-holder img {
  max-width: 100%;
  display: inline-block;
}

.agency-testimonials .clients-pic .details {
  display: block;
  float: left;
  padding: 20px 0 0 20px;
}

@media (max-width: 991px) {
  .agency-testimonials .clients-pic .details {
    float: none;
    padding: 15px 0 0 0;
  }
}

.agency-testimonials .clients-pic h4 {
  font-size: 22px;
  margin: 0;
}

@media (max-width: 991px) {
  .agency-testimonials .clients-pic h4 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .agency-testimonials .clients-pic h4 {
    font-size: 13px;
  }
}

.agency-testimonials .clients-pic p {
  color: #737373;
  margin: 0;
}

@media (max-width: 991px) {
  .agency-testimonials .clients-pic p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .agency-testimonials .clients-pic p {
    font-size: 12px;
  }
}

.agency-testimonials .clients-pic .owl-dot {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.agency-testimonials .clients-pic .active {
  opacity: 1;
}

/*--------------------------------------------------------------
#7.7	agency-cta
--------------------------------------------------------------*/
.agency-cta {
  background-color: #1a1a1a;
  /*** left col ***/
  /*** right col ***/
}

.agency-cta .left-col,
.agency-cta .right-col {
  min-height: 400px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .agency-cta .left-col,
  .agency-cta .right-col {
    min-height: 250px;
  }
}

.agency-cta .left-col .box,
.agency-cta .right-col .box {
  width: 100%;
  padding: 80px 0;
  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%);
}

.agency-cta .left-col {
  background: url("../images/agency/cta-bg.jpg") center center/cover no-repeat local;
}

.agency-cta .left-col .box > span {
  font-size: 22px;
  font-style: italic;
  color: #fff;
}

@media (max-width: 991px) {
  .agency-cta .left-col .box > span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .agency-cta .left-col .box > span {
    font-size: 16px;
  }
}

.agency-cta .left-col h2 {
  font-size: 55px;
  color: #fff;
  margin: 0.2em 0 0.4em;
}

@media (max-width: 991px) {
  .agency-cta .left-col h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .agency-cta .left-col h2 {
    font-size: 30px;
  }
}

.agency-cta .left-col a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .agency-cta .left-col a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .agency-cta .left-col a {
    font-size: 16px;
  }
}

.agency-cta .right-col .box {
  padding: 0 30px;
}

.agency-cta .right-col .box p {
  font-size: 22px;
  color: #fff;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .agency-cta .right-col .box p {
    font-size: 17px;
  }
}

.agency-cta .right-col .box span {
  font-weight: bold;
  font-size: 22px;
  color: #fff;
}

@media (max-width: 991px) {
  .agency-cta .right-col .box span {
    font-size: 17px;
  }
}

/*--------------------------------------------------------------
#7.8	agency-news
--------------------------------------------------------------*/
.agency-news .entry-body, .hosting-blog .entry-body {
  border: 0;
}

.agency-news .entry-body > span, .hosting-blog .entry-body > span {
  background-color: #c8b370;
}

.agency-news .post:hover .entry-body, .hosting-blog .post:hover .entry-body {
  -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;
}

.agency-news .post:hover .entry-body > span, .hosting-blog .post:hover .entry-body > span {
  background-color: #c1a95e;
}

/*--------------------------------------------------------------
#7.9	agency-partner
--------------------------------------------------------------*/
.agency-partner {
  background-color: #c8b370;
  padding: 55px 0;
}

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

.agency-partner .col {
  overflow: hidden;
}

.agency-partner .box {
  width: 20%;
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  .agency-partner .box {
    width: 50%;
    margin-bottom: 15px;
  }
}

.agency-partner .box a {
  display: black;
}

.agency-partner .box img {
  max-width: 90%;
  display: inline-block;
}

@media (max-width: 767px) {
  .agency-partner .box img {
    max-width: 85%;
  }
}

/*** footer ***/
.agency-footer .widget p,
.agency-footer .widget li {
  color: #bbbbbb;
}

.agency-footer .widget h3 {
  color: #fff;
  border-color: #c8b370;
}

.agency-footer .about-widget .copyright {
  color: #c8b370;
}

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

.agency-footer .newsletter-widget p {
  color: #fff;
}

.agency-footer .newsletter-widget .form input {
  border-color: #c8b370;
}

.agency-footer .newsletter-widget .form .btn {
  background-color: #c8b370;
}

.agency-footer .newsletter-widget .form .btn:hover {
  background-color: #c1a95e;
}

.agency-footer .twitter-post-widget .date {
  color: #c8b370;
}

/*--------------------------------------------------------------
	Home app-landing
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	app-landing-features
--------------------------------------------------------------*/
.app-landing-features .content {
  position: relative;
}

.app-landing-features .content .fetatures-tab {
  width: 759px;
  height: 427px;
  background: url("../images/app-landing/features-tab.png") left bottom/100% no-repeat local;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .app-landing-features .content .fetatures-tab {
    width: 700px;
    height: 420px;
  }
}

@media (max-width: 991px) {
  .app-landing-features .content .fetatures-tab {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .app-landing-features .content .right-col {
    width: 430px;
  }
}

@media (max-width: 991px) {
  .app-landing-features .content .right-col {
    width: 100%;
    padding: 0 15px;
  }
}

.app-landing-features .content .right-col > .box:nth-child(2) {
  position: relative;
  left: 100px;
}

@media (max-width: 991px) {
  .app-landing-features .content .right-col > .box:nth-child(2) {
    left: 0;
  }
}

.app-landing-features .content .right-col > .box:last-child {
  margin-bottom: 0;
}

.app-landing-features .content .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #4548b3;
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -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: 991px) {
  .app-landing-features .content .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.app-landing-features .content .icon i {
  font-size: 32px;
  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%);
  -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: 991px) {
  .app-landing-features .content .icon i {
    font-size: 22px;
  }
}

.app-landing-features .content .box {
  padding-left: 90px;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 991px) {
  .app-landing-features .content .box {
    padding-left: 60px;
    margin-bottom: 45px;
  }
}

.app-landing-features .content .box h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0 0 0.77em;
  -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: 991px) {
  .app-landing-features .content .box h3 {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .content .box h3 {
    font-size: 20px;
  }
}

.app-landing-features .content .box p {
  font-size: 17px;
  color: #8c8c8c;
}

@media (max-width: 991px) {
  .app-landing-features .content .box p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .app-landing-features .content .box p {
    font-size: 15px;
  }
}

.app-landing-features .content .box:hover h3 {
  color: #4548b3;
}

.app-landing-features .content .box:hover .icon {
  background-color: #4548b3;
}

.app-landing-features .content .box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
#8.1	app-landing-products
--------------------------------------------------------------*/
.app-landing-products {
  background: url("../images/app-landing/products-bg.jpg") center 140px/100% no-repeat local;
}

@media (max-width: 767px) {
  .app-landing-products {
    background: none;
  }
}

.app-landing-products .product-slider-wrapper {
  padding-top: 50px;
  /*** tab lists ***/
  /*** tab content ***/
}

@media (max-width: 991px) {
  .app-landing-products .product-slider-wrapper {
    padding-top: 20px;
  }
}

.app-landing-products .product-slider-wrapper .slick-list {
  overflow: visible;
}

.app-landing-products .product-slider-wrapper .slick-center img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1.5, 1.2);
  -moz-transform: scale(1.5, 1.2);
  -o-transform: scale(1.5, 1.2);
  -ms-transform: scale(1.5, 1.2);
  transform: scale(1.5, 1.2);
  margin-top: -32px;
  -webkit-box-shadow: 0px 24px 34px -10px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 24px 34px -10px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 24px 34px -10px rgba(0, 0, 0, 0.56);
}

@media (max-width: 767px) {
  .app-landing-products .product-slider-wrapper .slick-center img {
    -webkit-box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.56);
    -moz-box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.56);
    box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.56);
  }
}

@media (max-width: 1199px) {
  .app-landing-products .product-slider-wrapper .slick-center img {
    margin-top: -26px;
  }
}

@media (max-width: 991px) {
  .app-landing-products .product-slider-wrapper .slick-center img {
    margin-top: 0;
  }
}

.app-landing-products .product-slider-wrapper .slider-for {
  width: 765px;
  margin: 80px auto 0;
  text-align: center;
}

@media (max-width: 767px) {
  .app-landing-products .product-slider-wrapper .slider-for {
    width: 100%;
    margin: 50px auto 0;
  }
}

.app-landing-products .product-slider-wrapper .nav-tabs li a,
.app-landing-products .product-slider-wrapper .nav-tabs .active a {
  border: 0;
}

.app-landing-products .product-slider-wrapper .nav-tabs {
  border: 0;
  display: inline-block;
}

.app-landing-products .product-slider-wrapper .nav-tabs a {
  font-size: 22px;
  color: #111;
  position: relative;
}

@media (max-width: 991px) {
  .app-landing-products .product-slider-wrapper .nav-tabs a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .app-landing-products .product-slider-wrapper .nav-tabs a {
    font-size: 15px;
  }
}

.app-landing-products .product-slider-wrapper .nav-tabs a:before {
  content: "";
  background-color: #4548b3;
  width: 30px;
  height: 2px;
  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%);
  opacity: 0;
}

.app-landing-products .product-slider-wrapper .nav-tabs a:hover {
  background-color: transparent;
}

.app-landing-products .product-slider-wrapper .nav-tabs .active a {
  color: #4548b3;
}

.app-landing-products .product-slider-wrapper .nav-tabs .active a:before {
  opacity: 1;
}

.app-landing-products .product-slider-wrapper .tab-content {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .app-landing-products .product-slider-wrapper .tab-content {
    margin-top: 10px;
  }
}

.app-landing-products .product-slider-wrapper .tab-content p {
  font-size: 17px;
  line-height: 1.8em;
  color: #666666;
}

@media (max-width: 991px) {
  .app-landing-products .product-slider-wrapper .tab-content p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .app-landing-products .product-slider-wrapper .tab-content p {
    font-size: 15px;
  }
}

.app-landing-products .product-slider-wrapper .tab-content .theme-btn, .app-landing-products .product-slider-wrapper .tab-content .theme-btn-s2, .app-landing-products .product-slider-wrapper .tab-content .transport-theme-btn, .app-landing-products .product-slider-wrapper .tab-content .theme-btn-s3, .app-landing-products .product-slider-wrapper .tab-content .theme-btn-s4, .app-landing-products .product-slider-wrapper .tab-content .construction-theme-btn, .app-landing-products .product-slider-wrapper .tab-content .charity-theme-btn, .app-landing-products .product-slider-wrapper .tab-content .events-theme-btn-red {
  background-color: #4548b3;
  margin-top: 20px;
}

.app-landing-products .product-slider-wrapper .tab-content .theme-btn:before, .app-landing-products .product-slider-wrapper .tab-content .theme-btn-s2:before, .app-landing-products .product-slider-wrapper .tab-content .transport-theme-btn:before, .app-landing-products .product-slider-wrapper .tab-content .theme-btn-s3:before, .app-landing-products .product-slider-wrapper .tab-content .theme-btn-s4:before, .app-landing-products .product-slider-wrapper .tab-content .construction-theme-btn:before, .app-landing-products .product-slider-wrapper .tab-content .charity-theme-btn:before, .app-landing-products .product-slider-wrapper .tab-content .events-theme-btn-red:before {
  background-color: #37398e;
}

/*--------------------------------------------------------------
#8.2	app-landing-cta
--------------------------------------------------------------*/
.app-landing-cta {
  background-color: #1a1a1a;
  position: relative;
  padding: 335px 0 125px;
}

@media (max-width: 991px) {
  .app-landing-cta {
    padding: 115px 0;
  }
}

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

.app-landing-cta:before {
  background: url("../images/app-landing/cta-phone.jpg") right bottom/cover no-repeat local;
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.app-landing-cta h2,
.app-landing-cta p {
  color: #fff;
  font-weight: normal;
}

.app-landing-cta h2 {
  font-size: 60px;
  margin: 0;
}

@media (max-width: 1199px) {
  .app-landing-cta h2 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .app-landing-cta h2 {
    font-size: 35px;
    margin: 0 0 1em;
  }
}

@media (max-width: 767px) {
  .app-landing-cta h2 {
    font-size: 30px;
  }
}

.app-landing-cta .right-col .inner {
  padding: 0 45px 0 115px;
  position: relative;
}

@media (max-width: 1199px) {
  .app-landing-cta .right-col .inner {
    padding: 0 0 0 115px;
  }
}

@media (max-width: 991px) {
  .app-landing-cta .right-col .inner {
    padding: 0 0 0 75px;
  }
}

@media (max-width: 767px) {
  .app-landing-cta .right-col .inner {
    padding: 0 0 0 55px;
  }
}

.app-landing-cta .right-col .icon {
  background-color: #4548b3;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .app-landing-cta .right-col .icon {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 767px) {
  .app-landing-cta .right-col .icon {
    width: 40px;
    height: 40px;
  }
}

.app-landing-cta .right-col .icon img {
  max-width: 75%;
  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%);
}

.app-landing-cta .right-col p {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}

.app-landing-cta .right-col p span {
  font-weight: bold;
}

@media (max-width: 991px) {
  .app-landing-cta .right-col p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .app-landing-cta .right-col p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
#8.3	app-landing-showcase
--------------------------------------------------------------*/
.app-landing-showcase {
  background-color: #fbf9fa;
}

.app-landing-showcase .left-col {
  text-align: center;
}

.app-landing-showcase .left-col img {
  display: inline-block;
}

@media (max-width: 991px) {
  .app-landing-showcase .left-col {
    display: none;
  }
}

.app-landing-showcase .showcase-details {
  overflow: hiddein;
}

.app-landing-showcase .showcase-details h2 {
  font-size: 36px;
  font-weight: normal;
  color: #404040;
  margin: 1.94em 0 0.95em;
  padding: 0 100px 0 0;
}

@media (max-width: 991px) {
  .app-landing-showcase .showcase-details h2 {
    font-size: 30px;
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details h2 {
    font-size: 25px;
  }
}

.app-landing-showcase .showcase-details > ul {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details > ul {
    width: 100%;
    float: none;
  }
}

.app-landing-showcase .showcase-details .tab-content {
  width: 70%;
  float: left;
  padding: 0 0 0 35px;
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details .tab-content {
    width: 100%;
    float: none;
    padding: 30px 0 0;
  }
}

.app-landing-showcase .showcase-details .tab-content p {
  font-size: 17px;
  margin-bottom: 1.4em;
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details .tab-content p {
    font-size: 15px;
  }
}

.app-landing-showcase .showcase-details .tab-content .details {
  display: inline-block;
  font-size: 17px;
  color: #111;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details .tab-content .details {
    font-size: 15px;
    margin-top: 0;
  }
}

.app-landing-showcase .showcase-details .tab-content .details i {
  display: inline-block;
  padding-left: 8px;
}

.app-landing-showcase .showcase-details .nav > li {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .app-landing-showcase .showcase-details .nav > li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details .nav > li {
    margin-bottom: 0;
  }
}

.app-landing-showcase .showcase-details .nav > li:last-child {
  margin-bottom: 0;
}

.app-landing-showcase .showcase-details .nav a {
  background-color: #fbf9fa;
  color: #fbf9fa;
  font-size: 18px;
  position: relative;
  padding: 15px 10px 15px 55px;
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details .nav a {
    font-size: 14px;
    padding: 10px 10px 10px 45px;
  }
}

.app-landing-showcase .showcase-details .nav .active a {
  background-color: #4548b3;
}

.app-landing-showcase .showcase-details .nav > li.active a i {
  color: #fff;
}

.app-landing-showcase .showcase-details .nav a i {
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .app-landing-showcase .showcase-details .nav a i {
    font-size: 16px;
  }
}

.app-landing-showcase .showcase-details .nav li:nth-child(1) i {
  color: #111;
}

.app-landing-showcase .showcase-details .nav li:nth-child(2) i {
  color: #16b775;
}

.app-landing-showcase .showcase-details .nav li:nth-child(3) i {
  color: #f39c12;
}

.app-landing-showcase .showcase-details .nav li:nth-child(4) i {
  color: #db2314;
}

.app-landing-showcase .showcase-details .nav li:nth-child(5) i {
  color: #b46aa2;
}

/*--------------------------------------------------------------
#8.4	app-landing-team
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .app-landing-team .tab-content {
    width: 810px;
    margin: 0 auto;
  }
}

.app-landing-team .tab-content .member {
  overflow: hidden;
}

.app-landing-team .tab-content .member .member-pic {
  width: 30%;
  float: right;
}

@media (max-width: 767px) {
  .app-landing-team .tab-content .member .member-pic {
    display: none;
  }
}

.app-landing-team .tab-content .member .member-pic img {
  max-width: 100%;
}

.app-landing-team .tab-content .member-info {
  width: 55%;
  float: left;
}

@media (max-width: 767px) {
  .app-landing-team .tab-content .member-info {
    width: 100%;
    float: none;
  }
}

.app-landing-team .tab-content .member-info h3 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 991px) {
  .app-landing-team .tab-content .member-info h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .app-landing-team .tab-content .member-info h3 {
    font-size: 20px;
  }
}

.app-landing-team .tab-content .member-info .title {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .app-landing-team .tab-content .member-info .title {
    margin-bottom: 20px;
  }
}

.app-landing-team .tab-content .member-info .title span {
  color: #4548b3;
}

.app-landing-team .tab-content .member-info p {
  font-size: 17px;
  line-height: 1.9em;
}

@media (max-width: 991px) {
  .app-landing-team .tab-content .member-info p {
    font-size: 15px;
  }
}

.app-landing-team .tab-content .social-links {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .app-landing-team .tab-content .social-links {
    margin-top: 20px;
  }
}

.app-landing-team .tab-content .social-links a {
  font-size: 30px;
  color: #111;
}

@media (max-width: 991px) {
  .app-landing-team .tab-content .social-links a {
    font-size: 20px;
  }
}

.app-landing-team .tab-content .social-links a:hover {
  color: #4548b3;
}

.app-landing-team .tab-content .social-links li {
  margin-right: 25px;
}

@media (max-width: 991px) {
  .app-landing-team .tab-content .social-links li {
    margin-right: 10px;
  }
}

.app-landing-team .member-list {
  overflow: hidden;
  margin-top: 55px;
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .app-landing-team .member-list {
    padding: 0;
  }
}

.app-landing-team .member-list li {
  width: 16.66%;
  float: left;
  border: 1px solid #ebebeb;
  margin: 0 -1px 0 -1px;
}

@media (max-width: 767px) {
  .app-landing-team .member-list li {
    width: 33.33%;
  }
}

.app-landing-team .member-list li img {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.app-landing-team .member-list li a {
  background: #fff;
  padding: 0 10px 0;
}

.app-landing-team .member-list .active {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  z-index: 10;
  margin: -5px 0 0;
  -webkit-box-shadow: 0 0 10px 0 #f2f2f2;
  -moz-box-shadow: 0 0 10px 0 #f2f2f2;
  -o-box-shadow: 0 0 10px 0 #f2f2f2;
  -ms-box-shadow: 0 0 10px 0 #f2f2f2;
  box-shadow: 0 0 10px 0 #f2f2f2;
}

@media (max-width: 767px) {
  .app-landing-team .member-list .active {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    margin: 0 -1px 0 -1px;
    box-shadow: none;
  }
}

.app-landing-team .member-list .active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*--------------------------------------------------------------
#8.5	app-landing-testimonials
--------------------------------------------------------------*/
.app-landing-testimonials {
  background: url("../images/app-landing/app-landing-testimonial/bg.jpg") center center/cover no-repeat local;
  position: relative;
}

.app-landing-testimonials:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.app-landing-testimonial-slider {
  text-align: center;
}

.app-landing-testimonial-slider .img-holder img {
  width: auto;
  display: inline-block;
}

@media (max-width: 991px) {
  .app-landing-testimonial-slider .img-holder img {
    max-width: 80px;
  }
}

.app-landing-testimonial-slider .buyer-info h4 {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  margin: 1.3em 0 0.65em;
}

@media (max-width: 991px) {
  .app-landing-testimonial-slider .buyer-info h4 {
    font-size: 18px;
  }
}

.app-landing-testimonial-slider .buyer-info .rating i {
  color: yellow;
}

@media (max-width: 991px) {
  .app-landing-testimonial-slider .buyer-info .rating i {
    font-size: 14px;
  }
}

.app-landing-testimonial-slider .buyer-comment {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .app-landing-testimonial-slider .buyer-comment {
    margin-top: 15px;
  }
}

.app-landing-testimonial-slider .buyer-comment p {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 991px) {
  .app-landing-testimonial-slider .buyer-comment p {
    font-size: 16px;
  }
}

.app-landing-testimonial-slider .owl-controls {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .app-landing-testimonial-slider .owl-controls {
    margin-top: 20px;
  }
}

.app-landing-testimonial-slider .owl-controls .owl-nav .owl-prev,
.app-landing-testimonial-slider .owl-controls .owl-nav .owl-next {
  background-color: #333333;
  width: 50px;
  height: 30px;
  border-radius: 0;
}

@media (max-width: 991px) {
  .app-landing-testimonial-slider .owl-controls .owl-nav .owl-prev,
  .app-landing-testimonial-slider .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 25px;
  }
  .app-landing-testimonial-slider .owl-controls .owl-nav .owl-prev i,
  .app-landing-testimonial-slider .owl-controls .owl-nav .owl-next i {
    font-size: 12px;
    position: relative;
    top: -2px;
  }
}

.app-landing-testimonial-slider .owl-controls .owl-nav .owl-prev:hover,
.app-landing-testimonial-slider .owl-controls .owl-nav .owl-next:hover {
  background-color: #4548b3;
}

/*--------------------------------------------------------------
#8.6	app-landing-pricing
--------------------------------------------------------------*/
.app-landing-pricing {
  text-align: center;
}

.app-landing-pricing .grid {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.app-landing-pricing .grid img {
  display: inline-block;
}

.app-landing-pricing .grid .theme-btn, .app-landing-pricing .grid .theme-btn-s2, .app-landing-pricing .grid .transport-theme-btn, .app-landing-pricing .grid .theme-btn-s3, .app-landing-pricing .grid .theme-btn-s4, .app-landing-pricing .grid .construction-theme-btn, .app-landing-pricing .grid .charity-theme-btn, .app-landing-pricing .grid .events-theme-btn-red {
  background-color: #333333;
  width: 150px;
  margin-top: 45px;
}

.app-landing-pricing .grid .theme-btn:before, .app-landing-pricing .grid .theme-btn-s2:before, .app-landing-pricing .grid .transport-theme-btn:before, .app-landing-pricing .grid .theme-btn-s3:before, .app-landing-pricing .grid .theme-btn-s4:before, .app-landing-pricing .grid .construction-theme-btn:before, .app-landing-pricing .grid .charity-theme-btn:before, .app-landing-pricing .grid .events-theme-btn-red:before {
  background-color: #4548b3;
}

.app-landing-pricing .grid:hover {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-box-shadow: 0px 19px 39px -8px #d5d6ef;
  -moz-box-shadow: 0px 19px 39px -8px #d5d6ef;
  box-shadow: 0px 19px 39px -8px #d5d6ef;
}

.app-landing-pricing .grid:hover .theme-btn, .app-landing-pricing .grid:hover .theme-btn-s2, .app-landing-pricing .grid:hover .transport-theme-btn, .app-landing-pricing .grid:hover .theme-btn-s3, .app-landing-pricing .grid:hover .theme-btn-s4, .app-landing-pricing .grid:hover .construction-theme-btn, .app-landing-pricing .grid:hover .charity-theme-btn, .app-landing-pricing .grid:hover .events-theme-btn-red {
  background-color: #4548b3;
}

.app-landing-pricing .pricing-title {
  background-color: #333333;
  padding: 25px 10px;
}

@media (max-width: 767px) {
  .app-landing-pricing .pricing-title {
    padding: 15px 10px;
  }
}

.app-landing-pricing .pricing-title h3 {
  font-size: 26px;
  color: #fff;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 1199px) {
  .app-landing-pricing .pricing-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .app-landing-pricing .pricing-title h3 {
    font-size: 18px;
  }
}

.app-landing-pricing .pricing-details {
  padding: 45px 55px;
}

@media (max-width: 1199px) {
  .app-landing-pricing .pricing-details {
    padding: 35px 25px;
  }
}

.app-landing-pricing .pricing-details ul {
  margin-top: 25px;
}

.app-landing-pricing .pricing-details ul li {
  font-size: 16px;
  color: #666666;
  margin-bottom: 18px;
}

@media (max-width: 1199px) {
  .app-landing-pricing .pricing-details ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .app-landing-pricing .pricing-details ul li {
    font-size: 14px;
    margin-bottom: 13px;
  }
}

.app-landing-pricing .pricing-details ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .app-landing-pricing .content {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .app-landing-pricing .content > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .app-landing-pricing .content > .col {
    margin-bottom: 40px;
  }
}

.app-landing-pricing .content > .col:last-child {
  margin-bottom: 0;
}

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

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

.app-landing-partner {
  background-color: #4548b3;
}

/*--------------------------------------------------------------
	Home transport
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.0	transport-services
--------------------------------------------------------------*/
.transport-page .header-search-form form .btn {
  background-color: #2447b9;
}

.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 .img-holder {
  position: relative;
}

.transport-services .img-holder ul {
  position: absolute;
  left: 0;
  top: 0;
}

.transport-services .img-holder ul li {
  background-color: #4d4d4d;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin-bottom: 3px;
}

@media (max-width: 767px) {
  .transport-services .img-holder ul li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.transport-services .img-holder ul a {
  display: block;
  color: #e6e6e6;
}

.transport-services .img-holder ul i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .transport-services .img-holder ul i {
    font-size: 15px;
  }
}

.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;
  }
}

.transport-services .shipping-info {
  position: relative;
}

.transport-services .shipping-info p {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 991px) {
  .transport-services .shipping-info p {
    font-size: 16px;
  }
}

.transport-services .shipping-info p span {
  color: #ff9c00;
}

.transport-services .shipping-info .all-services {
  position: absolute;
  right: 15px;
  top: 0;
}

@media (max-width: 991px) {
  .transport-services .shipping-info .all-services {
    position: static;
  }
}

.transport-services .shipping-info .all-services a {
  font-size: 17px;
  color: #2447b9;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .transport-services .shipping-info .all-services a {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
#9.1	transport-awards
--------------------------------------------------------------*/
.transport-awards {
  background: url("../images/transport/awards/bg.jpg") center center/cover no-repeat local;
  padding-bottom: 70px;
  position: relative;
  /*** right col ***/
}

@media (max-width: 991px) {
  .transport-awards {
    padding: 70px 0 0;
  }
}

.transport-awards:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.transport-awards:after {
  content: "";
  background-color: rgba(36, 71, 185, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  right: -40%;
  top: 0;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

@media (max-width: 991px) {
  .transport-awards:after {
    display: none;
  }
}

.transport-awards .transport-section-title, .transport-awards .transport-section-title-center {
  padding-right: 180px;
  position: relative;
  top: 120px;
}

@media (max-width: 1199px) {
  .transport-awards .transport-section-title, .transport-awards .transport-section-title-center {
    top: 60px;
  }
}

@media (max-width: 991px) {
  .transport-awards .transport-section-title, .transport-awards .transport-section-title-center {
    top: 0;
    padding: 0 0 45px 0;
  }
}

.transport-awards .right-col {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media (max-width: 991px) {
  .transport-awards .right-col {
    overflow: visible;
    padding: 45px 15px 0;
  }
}

@media (max-width: 991px) {
  .transport-awards .right-col:before {
    content: "";
    background-color: rgba(36, 71, 185, 0.9);
    width: 200%;
    height: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.transport-awards .right-col .award-box {
  display: inline-block;
  float: left;
  padding: 0 50px 45px 0;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .transport-awards .right-col .award-box {
    padding: 0 0 45px 0;
  }
  .transport-awards .right-col .award-box img {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .transport-awards .right-col .award-box {
    width: 33.33%;
  }
}

@media (max-width: 500px) {
  .transport-awards .right-col .award-box {
    width: 100%;
    float: none;
    text-align: center;
  }
  .transport-awards .right-col .award-box img {
    display: inline-block;
    max-width: 150px;
  }
}

.transport-awards .right-col .award-box:nth-child(2) {
  padding-right: 0;
}

.transport-awards .right-col .award-box:nth-child(5) {
  padding-right: 0;
}

/*--------------------------------------------------------------
#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 .top-row .img-holder {
  max-width: 450px;
  height: 400px;
  position: relative;
}

.transport-services2 .top-row .img-holder img:first-child {
  position: absolute;
  left: 0;
  top: 30px;
}

.transport-services2 .top-row .img-holder img:last-child {
  position: absolute;
  right: 0;
  -webkit-box-shadow: 0 0 25px 0 #b3b3b3;
  -moz-box-shadow: 0 0 25px 0 #b3b3b3;
  -o-box-shadow: 0 0 25px 0 #b3b3b3;
  -ms-box-shadow: 0 0 25px 0 #b3b3b3;
  box-shadow: 0 0 25px 0 #b3b3b3;
}

@media (max-width: 991px) {
  .transport-services2 .top-row .img-holder {
    margin-bottom: 35px;
  }
}

.transport-services2 .bottom-row .img-holder {
  position: relative;
  top: 40px;
}

.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
--------------------------------------------------------------*/
.transport-fun-fact {
  background: url("../images/transport/fun-fact-bg.jpg") center center/cover no-repeat local;
  position: relative;
  height: 230px;
  margin-top: 95px;
}

@media (max-width: 991px) {
  .transport-fun-fact {
    height: 150px;
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .transport-fun-fact {
    height: auto;
    margin: 0;
    padding: 0;
  }
}

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

.transport-fun-fact .container {
  position: relative;
}

.transport-fun-fact .inner {
  width: 100%;
  background-color: #1a1a1a;
  padding: 55px 140px;
  overflow: hidden;
  position: absolute;
  top: -140px;
}

@media (max-width: 1199px) {
  .transport-fun-fact .inner {
    padding: 55px;
  }
}

@media (max-width: 991px) {
  .transport-fun-fact .inner {
    padding: 25px 15px;
    top: -100px;
  }
}

@media (max-width: 767px) {
  .transport-fun-fact .inner {
    position: static;
    padding: 50px 0;
  }
  .transport-fun-fact .inner > .col {
    margin-bottom: 35px;
  }
  .transport-fun-fact .inner > .col:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
#9.4	transport-features
--------------------------------------------------------------*/
.transport-features {
  padding-bottom: 65px;
}

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

.transport-features .content .col {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .transport-features .content .col {
    margin-bottom: 35px;
  }
}

.transport-features .grid {
  position: relative;
  padding-left: 55px;
}

@media (max-width: 767px) {
  .transport-features .grid {
    padding-left: 45px;
  }
}

.transport-features .grid i {
  font-size: 35px;
  color: #2447b9;
  position: absolute;
  left: 0;
  top: 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;
}

@media (max-width: 1199px) {
  .transport-features .grid i {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .transport-features .grid i {
    font-size: 25px;
  }
}

.transport-features .grid h3 {
  font-size: 22px;
  margin: 0 0 0.68em;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .transport-features .grid h3 {
    font-size: 18px;
  }
}

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

.transport-features .grid p {
  margin: 0;
}

.transport-features .grid:hover i {
  color: #ff9c00;
}

/*--------------------------------------------------------------
#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 .inner {
  width: 560px;
  position: absolute;
  left: 80px;
  bottom: 80px;
  text-transform: uppercase;
}

@media screen and (min-width: 1600px) {
  .transport-faq .left-col .inner {
    width: 600px;
  }
}

@media (max-width: 1199px) {
  .transport-faq .left-col .inner {
    left: 40px;
  }
}

@media (max-width: 991px) {
  .transport-faq .left-col .inner {
    width: 100%;
    position: relative;
    bottom: auto;
    left: 0;
    padding: 75px 60px;
  }
}

@media (max-width: 767px) {
  .transport-faq .left-col .inner {
    padding: 70px 15px;
  }
}

.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 .left-col .inner > span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ff9c00;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .transport-faq .left-col .inner > span {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .transport-faq .left-col .inner > span {
    font-size: 14px;
  }
}

.transport-faq .left-col .video-btn {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

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

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

.transport-faq .left-col .video-btn i {
  display: inline-block;
  padding-right: 5px;
  color: #ff9c00;
}

.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
--------------------------------------------------------------*/
.transport-testimonials {
  padding-bottom: 0;
}

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

.transport-testimonial-slider, .hosting-testimonials .hosting-testimonial-slider {
  text-align: center;
}

.transport-testimonial-slider .owl-stage-outer, .hosting-testimonials .hosting-testimonial-slider .owl-stage-outer {
  padding-top: 50px;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .transport-testimonial-slider .owl-stage-outer, .hosting-testimonials .hosting-testimonial-slider .owl-stage-outer {
    margin-top: -45px;
  }
}

.transport-testimonial-slider .client, .hosting-testimonials .hosting-testimonial-slider .client {
  -webkit-box-shadow: 0 0 20px 0 #e6e6e6;
  -moz-box-shadow: 0 0 20px 0 #e6e6e6;
  -o-box-shadow: 0 0 20px 0 #e6e6e6;
  -ms-box-shadow: 0 0 20px 0 #e6e6e6;
  box-shadow: 0 0 20px 0 #e6e6e6;
  margin: 5px;
  padding: 90px 150px 65px;
  position: relative;
}

@media (max-width: 1199px) {
  .transport-testimonial-slider .client, .hosting-testimonials .hosting-testimonial-slider .client {
    padding: 90px 80px 65px;
  }
}

@media (max-width: 991px) {
  .transport-testimonial-slider .client, .hosting-testimonials .hosting-testimonial-slider .client {
    padding: 70px 40px 35px;
  }
}

@media (max-width: 767px) {
  .transport-testimonial-slider .client, .hosting-testimonials .hosting-testimonial-slider .client {
    padding: 70px 20px 35px;
  }
}

.transport-testimonial-slider .img-holder, .hosting-testimonials .hosting-testimonial-slider .img-holder {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .transport-testimonial-slider .img-holder, .hosting-testimonials .hosting-testimonial-slider .img-holder {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

.transport-testimonial-slider .img-holder img, .hosting-testimonials .hosting-testimonial-slider .img-holder img {
  width: auto;
  max-width: 100%;
  display: inline-block;
  border: 2px solid #ff9c00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.transport-testimonial-slider .client-info h4, .hosting-testimonials .hosting-testimonial-slider .client-info h4 {
  font-size: 20px;
  margin: 0 0 0.1em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .transport-testimonial-slider .client-info h4, .hosting-testimonials .hosting-testimonial-slider .client-info h4 {
    font-size: 16px;
  }
}

.transport-testimonial-slider .client-info > span, .hosting-testimonials .hosting-testimonial-slider .client-info > span {
  font-size: 14px;
  color: #666666;
}

.transport-testimonial-slider .client-info .rating, .hosting-testimonials .hosting-testimonial-slider .client-info .rating {
  margin-top: 3px;
}

.transport-testimonial-slider .client-info .rating i, .hosting-testimonials .hosting-testimonial-slider .client-info .rating i {
  color: #ff9c00;
}

@media (max-width: 991px) {
  .transport-testimonial-slider .client-info .rating i, .hosting-testimonials .hosting-testimonial-slider .client-info .rating i {
    font-size: 14px;
  }
}

.transport-testimonial-slider .client-comment, .hosting-testimonials .hosting-testimonial-slider .client-comment {
  margin-top: 15px;
}

.transport-testimonial-slider .client-comment p, .hosting-testimonials .hosting-testimonial-slider .client-comment p {
  font-size: 18px;
}

@media (max-width: 991px) {
  .transport-testimonial-slider .client-comment p, .hosting-testimonials .hosting-testimonial-slider .client-comment p {
    font-size: 16px;
  }
}

.transport-testimonial-slider .owl-controls, .hosting-testimonials .hosting-testimonial-slider .owl-controls {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .transport-testimonial-slider .owl-controls, .hosting-testimonials .hosting-testimonial-slider .owl-controls {
    top: auto;
    bottom: -50px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.transport-testimonial-slider .owl-controls .owl-dots, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-dots {
  display: none !important;
}

@media (max-width: 991px) {
  .transport-testimonial-slider .owl-controls .owl-dots, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-dots {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .transport-testimonial-slider .owl-controls .owl-nav, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav {
    display: none;
  }
}

.transport-testimonial-slider .owl-controls .owl-nav .owl-prev, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-prev,
.transport-testimonial-slider .owl-controls .owl-nav .owl-next, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-next {
  background-color: #2447b9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  color: #fff;
  border-radius: 0;
  margin: 0;
  position: absolute;
}

.transport-testimonial-slider .owl-controls .owl-nav .owl-prev i, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-prev i,
.transport-testimonial-slider .owl-controls .owl-nav .owl-next i, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-next i {
  font-size: 20px;
  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%);
}

.transport-testimonial-slider .owl-controls .owl-nav .owl-prev:hover, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-prev:hover,
.transport-testimonial-slider .owl-controls .owl-nav .owl-next:hover, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-next:hover {
  background-color: #2447b9;
}

.transport-testimonial-slider .owl-controls .owl-prev, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-prev {
  left: -70px;
}

.transport-testimonial-slider .owl-controls .owl-next, .hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-next {
  right: -70px;
}

/*--------------------------------------------------------------
#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%;
  }
}

.transport-blog .grid .entry-meta {
  background-color: #1c2332;
}

.transport-blog .grid .entry-content h3 a:hover {
  color: #ff9c00;
}

.transport-blog .grid .entry-content .read-more {
  color: #2447b9;
}

.transport-blog .grid .entry-meta a i {
  color: #fff;
}

.transport-blog .grid:hover .entry-content .read-more {
  color: #ff9c00;
}

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

.transport-partner {
  background-color: #1c2332;
}

.transport-partner .partner-slider .owl-controls .owl-nav .owl-prev,
.transport-partner .partner-slider .owl-controls .owl-nav .owl-next {
  background-color: #2447b9;
}

.transport-partner .partner-slider .owl-controls .owl-nav .owl-prev:hover,
.transport-partner .partner-slider .owl-controls .owl-nav .owl-next:hover {
  background-color: #203fa4;
}

.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
--------------------------------------------------------------*/
.seo-home-page .header-search-form form .btn {
  background-color: #01b169;
}

.seo-home p {
  font-size: 17px;
  line-height: 1.8em;
}

@media (max-width: 767px) {
  .seo-home p {
    font-size: 15px;
  }
}

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

.seo-about .content p {
  margin-bottom: 1em;
}

.seo-about .about-rocket {
  background: url("../images/seo/about-rocket.png") center bottom/100% no-repeat local;
  width: 230px;
  height: 328px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .seo-about .about-rocket {
    width: 180px;
  }
}

@media (max-width: 991px) {
  .seo-about .about-rocket {
    display: none;
  }
}

.seo-about .seo-theme-btn {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .seo-about .seo-theme-btn {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#10.1	seo-featured
--------------------------------------------------------------*/
.seo-featured {
  text-align: center;
}

.seo-featured .seo-featured-slider {
  position: relative;
}

.seo-featured .seo-featured-slider img {
  width: auto;
  display: inline-block;
}

.seo-featured .seo-featured-slider .owl-controls {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .seo-featured .seo-featured-slider .owl-controls {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 40px;
  }
}

.seo-featured .seo-featured-slider .owl-controls .owl-nav > div {
  background-color: #f9c202;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 1199px) {
  .seo-featured .seo-featured-slider .owl-controls .owl-nav > div {
    display: none !important;
  }
}

.seo-featured .seo-featured-slider .owl-controls .owl-nav > div:hover {
  background-color: #01b169;
}

.seo-featured .seo-featured-slider .owl-controls .owl-nav .owl-prev,
.seo-featured .seo-featured-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seo-featured .seo-featured-slider .owl-controls .owl-nav .owl-prev {
  left: -40px;
}

.seo-featured .seo-featured-slider .owl-controls .owl-nav .owl-next {
  right: -40px;
}

.seo-featured .seo-featured-slider .owl-dots {
  display: none !important;
}

@media (max-width: 1199px) {
  .seo-featured .seo-featured-slider .owl-dots {
    display: block !important;
  }
}

.seo-featured .bottom-text {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .seo-featured .bottom-text {
    margin-top: 50px;
  }
}

.seo-featured .bottom-text h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 991px) {
  .seo-featured .bottom-text h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .seo-featured .bottom-text h3 {
    font-size: 20px;
  }
}

.seo-featured .bottom-text h3 span {
  color: #01b169;
}

/*--------------------------------------------------------------
#10.2	seo-cta
--------------------------------------------------------------*/
.seo-cta {
  background: #01b169 url("../images/seo/cta-bg.png") center 50px/100% no-repeat local;
  text-align: center;
}

.seo-cta h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0.55em;
}

@media (max-width: 991px) {
  .seo-cta h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .seo-cta h2 {
    font-size: 22px;
  }
}

.seo-cta p {
  color: #fff;
  margin: 0;
}

.seo-cta .form {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .seo-cta .form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .seo-cta .form > .col {
    padding-left: 0;
  }
}

.seo-cta .form .input-fild {
  padding-right: 0;
}

.seo-cta .form input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  box-shadow: none;
  border: 0;
}

@media (max-width: 767px) {
  .seo-cta .form input {
    height: 37px;
  }
}

.seo-cta .form input:focus {
  box-shadow: none;
  border: 0;
}

.seo-cta .form .submit-btn {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .seo-cta .form .submit-btn {
    padding-left: 15px;
  }
}

.seo-cta .form .seo-theme-btn {
  float: left;
}

@media (max-width: 767px) {
  .seo-cta .form .seo-theme-btn {
    float: none;
    margin-top: 10px;
  }
}

.seo-cta .form .seo-theme-btn:hover {
  background-color: #f9c202;
}

/*--------------------------------------------------------------
#10.3	seo-services
--------------------------------------------------------------*/
.seo-services .content > .col {
  margin-bottom: 75px;
}

@media (max-width: 767px) {
  .seo-services .content > .col {
    margin-bottom: 30px;
  }
}

.seo-services .grid {
  position: relative;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .seo-services .grid {
    padding-left: 75px;
  }
}

@media (max-width: 767px) {
  .seo-services .grid {
    padding-left: 60px;
  }
}

.seo-services .grid .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 35px;
  color: #01b169;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .seo-services .grid .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .seo-services .grid .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
}

.seo-services .grid h3 {
  font-size: 22px;
  margin: 0 0 0.62em;
  text-transform: capitalize;
}

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

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

.seo-services .grid p {
  margin: 0;
}

.seo-services .more-services {
  text-align: center;
}

.seo-services .more-services .btn {
  -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;
}

/*--------------------------------------------------------------
#10.4	seo-fun-fact
--------------------------------------------------------------*/
.seo-fun-fact {
  background: url("../images/seo/fun-fact-bg.jpg") center center/cover no-repeat local;
  text-align: center;
  padding: 115px 0;
  position: relative;
}

@media (max-width: 767px) {
  .seo-fun-fact {
    padding: 70px 0 30px;
  }
}

.seo-fun-fact:before {
  content: "";
  background: url("../images/seo/fun-fact-bg-curve.png") center center/cover no-repeat local;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

@media (max-width: 767px) {
  .seo-fun-fact:before {
    display: none;
  }
}

.seo-fun-fact:after {
  content: "";
  background-color: rgba(1, 177, 105, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.seo-fun-fact img {
  display: inline-block;
}

.seo-fun-fact .content {
  overflow: hidden;
  position: relative;
  z-index: 20;
}

.seo-fun-fact .box {
  width: 20%;
  float: left;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .seo-fun-fact .box {
    width: 33.33%;
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .seo-fun-fact .box {
    width: 50%;
  }
}

@media (max-width: 350px) {
  .seo-fun-fact .box {
    width: 100%;
    float: none;
  }
}

.seo-fun-fact .box .icon {
  background-color: #f9c202;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto 45px;
  -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 8px rgba(249, 194, 2, 0.7);
  -moz-box-shadow: 0 0 0 8px rgba(249, 194, 2, 0.7);
  -o-box-shadow: 0 0 0 8px rgba(249, 194, 2, 0.7);
  -ms-box-shadow: 0 0 0 8px rgba(249, 194, 2, 0.7);
  box-shadow: 0 0 0 8px rgba(249, 194, 2, 0.7);
}

@media (max-width: 991px) {
  .seo-fun-fact .box .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-box-shadow: 0 0 0 5px rgba(249, 194, 2, 0.7);
    -moz-box-shadow: 0 0 0 5px rgba(249, 194, 2, 0.7);
    -o-box-shadow: 0 0 0 5px rgba(249, 194, 2, 0.7);
    -ms-box-shadow: 0 0 0 5px rgba(249, 194, 2, 0.7);
    box-shadow: 0 0 0 5px rgba(249, 194, 2, 0.7);
  }
}

@media (max-width: 767px) {
  .seo-fun-fact .box .icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .seo-fun-fact .box img {
    max-width: 60%;
  }
}

.seo-fun-fact .box h3 {
  font-size: 48px;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .seo-fun-fact .box h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .seo-fun-fact .box h3 {
    font-size: 25px;
  }
}

.seo-fun-fact .box span {
  color: #fff;
  text-transform: capitalize;
}

.seo-fun-fact .box > span {
  font-size: 18px;
}

@media (max-width: 991px) {
  .seo-fun-fact .box > span {
    font-size: 16px;
  }
}

.seo-fun-fact .box .amount {
  display: block;
  min-height: 55px;
}

@media (max-width: 991px) {
  .seo-fun-fact .box .amount {
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .seo-fun-fact .box .amount {
    max-height: 35px;
  }
}

/*--------------------------------------------------------------
#10.5	seo-app
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .seo-app .app-mobile {
    display: none;
  }
}

.seo-app-slider .item {
  overflow: hidden;
  padding: 15px 0 0 15px;
}

@media (max-width: 767px) {
  .seo-app-slider .item {
    padding: 7px 0 0 7px;
  }
}

.seo-app-slider .grid {
  width: 50%;
  float: left;
  padding: 0 50px 0 100px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 1199px) {
  .seo-app-slider .grid {
    padding: 0 35px 0 75px;
  }
}

@media (max-width: 767px) {
  .seo-app-slider .grid {
    width: 100%;
    float: none;
    padding: 0 15px 0 65px;
    margin-bottom: 35px;
  }
}

.seo-app-slider .grid .icon {
  background-color: #01b169;
  width: 70px;
  height: 70px;
  line-height: 55px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border: 6px solid #b2ffdf;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.seo-app-slider .grid .icon i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 1199px) {
  .seo-app-slider .grid .icon {
    width: 50px;
    height: 50px;
    line-height: 42px;
    font-size: 20px;
    border: 4px solid #b2ffdf;
  }
}

@media (max-width: 767px) {
  .seo-app-slider .grid .icon {
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-size: 16px;
  }
}

.seo-app-slider .grid h3 {
  font-size: 22px;
  margin: 0 0 0.82em;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .seo-app-slider .grid h3 {
    font-size: 18px;
  }
}

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

.seo-app-slider .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#10.6	seo-team
--------------------------------------------------------------*/
.seo-team {
  background-color: #eef3f6;
  text-align: center;
}

.seo-team .seo-section-title-center h2:before {
  width: 105px;
}

.seo-team .seo-section-title-center h2:after {
  width: 60px;
  left: 48%;
}

.seo-team .grid:hover .img-holder:before {
  top: 0;
  opacity: 1;
}

.seo-team .grid:hover .social {
  bottom: 0;
  opacity: 1;
}

.seo-team .img-social {
  position: relative;
  overflow: hidden;
}

.seo-team .img-holder {
  position: relative;
}

.seo-team .img-holder:before {
  content: "";
  background-color: rgba(1, 177, 105, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.seo-team .social {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  bottom: -10%;
  left: 50%;
  opacity: 0;
  z-index: 20;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  transition: all 0.6s;
}

@media (max-width: 767px) {
  .seo-team .social {
    width: 120px;
  }
}

.seo-team .social li {
  background-color: #0060d6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .seo-team .social li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .seo-team .social li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
  }
}

.seo-team .social li:nth-child(2) {
  background-color: #59d5fe;
}

.seo-team .social li:last-child {
  background-color: #0099cb;
  margin-right: 0;
}

.seo-team .social a {
  display: block;
  font-size: 25px;
  color: #fff;
}

@media (max-width: 1199px) {
  .seo-team .social a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .seo-team .social a {
    font-size: 16px;
  }
}

.seo-team .member-info {
  padding: 30px 15px;
}

@media (max-width: 767px) {
  .seo-team .member-info {
    padding: 20px 15px;
  }
}

.seo-team .member-info h3 {
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .seo-team .member-info h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .seo-team .member-info h3 {
    font-size: 16px;
  }
}

.seo-team .member-info > span {
  color: #666666;
}

@media (max-width: 991px) {
  .seo-team .member-info > span {
    font-size: 14px;
  }
}

.seo-team .owl-controls {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .seo-team .owl-controls {
    margin-top: 20px;
  }
}

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

.seo-team .owl-controls .owl-nav > .owl-prev,
.seo-team .owl-controls .owl-nav > .owl-next {
  background-color: #f9c202;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding: 0;
  margin-top: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .seo-team .owl-controls .owl-nav > .owl-prev,
  .seo-team .owl-controls .owl-nav > .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .seo-team .owl-controls .owl-nav > .owl-prev,
  .seo-team .owl-controls .owl-nav > .owl-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.seo-team .owl-controls .owl-nav > .owl-prev:hover,
.seo-team .owl-controls .owl-nav > .owl-next:hover {
  background-color: #f9c202;
}

/*--------------------------------------------------------------
#10.7	seo-cta2
--------------------------------------------------------------*/
.seo-cta2 {
  background-color: #01b169;
  padding: 40px 0;
}

.seo-cta2 .content {
  position: relative;
}

.seo-cta2 .content .seo-theme-btn {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .seo-cta2 .content .seo-theme-btn {
    position: relative;
    left: 0;
    margin-top: 45px;
  }
}

.seo-cta2 .content .seo-theme-btn:hover {
  background-color: #f9c202;
}

.seo-cta2 .content .quote {
  position: absolute;
  left: 15px;
}

@media (max-width: 767px) {
  .seo-cta2 .content .quote img {
    max-width: 80%;
  }
}

.seo-cta2 .content .text {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .seo-cta2 .content .text {
    padding-left: 80px;
  }
}

.seo-cta2 .content .text > span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  margin-top: 12px;
}

@media (max-width: 991px) {
  .seo-cta2 .content .text > span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .seo-cta2 .content .text > span {
    font-size: 14px;
  }
}

.seo-cta2 .content .text h4 {
  font-size: 30px;
  color: #fff;
  margin: 0.2em 0 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .seo-cta2 .content .text h4 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .seo-cta2 .content .text h4 {
    font-size: 20px;
  }
}

/*--------------------------------------------------------------
#10.8	seo-projects
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .seo-projects .projects-text {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .seo-projects .projects-text {
    margin-bottom: 15px;
  }
}

.seo-projects .project-gallery {
  overflow: hidden;
}

.seo-projects .project-gallery .box {
  width: 33.33%;
  float: left;
}

@media (max-width: 991px) {
  .seo-projects .project-gallery .box {
    width: 50%;
  }
}

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

.seo-projects .project-grids .box-inner:before {
  background-color: rgba(1, 177, 105, 0.9);
}

.seo-projects .project-grids .box i {
  background-color: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 992px) {
  .seo-projects .project-grids .box i {
    line-height: 65px;
  }
}

@media (max-width: 991px) {
  .seo-projects .project-grids .box i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .seo-projects .project-grids .box i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.seo-projects .project-grids .box i:before {
  font-size: 25px;
  color: #4d4d4d;
  position: absolute;
  left: 47%;
  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%);
}

@media (max-width: 991px) {
  .seo-projects .project-grids .box i:before {
    font-size: 18px;
    left: 48%;
  }
}

@media (max-width: 500px) {
  .seo-projects .project-grids .box i:before {
    left: 50%;
  }
}

.seo-projects .more-projects {
  margin-top: 40px;
  text-align: center;
}

.seo-projects .more-projects .btn {
  -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;
}

/*--------------------------------------------------------------
#10.9	seo-packages
--------------------------------------------------------------*/
.seo-packages {
  position: relative;
}

.seo-packages:before {
  content: "";
  background: url("../images/seo/pricing-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .seo-packages:before {
    display: none;
  }
}

.seo-packages:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .seo-packages:after {
    display: none;
  }
}

.seo-packages .seo-section-title-center h2 {
  position: relative;
  z-index: 10;
}

.seo-packages .seo-section-title-center h2:before {
  width: 105px;
}

.seo-packages .seo-section-title-center h2:after {
  width: 60px;
  left: 48%;
}

.seo-packages .content {
  position: relative;
  z-index: 10;
}

.seo-packages .pricing-grid {
  background-color: #fff;
  border: 0;
  outline: 0;
}

.seo-packages .pricing-grid .pricing-header {
  background-color: #01b169;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.seo-packages .pricing-grid:hover {
  outline: none;
  border: 0;
}

.seo-packages .pricing-grid:hover .seo-theme-btn,
.seo-packages .pricing-grid:hover .pricing-header {
  background-color: #f9c202;
}

.seo-packages .seo-theme-btn {
  background-color: #01b169;
}

.seo-packages .seo-theme-btn:hover {
  background-color: #f9c202;
}

/*--------------------------------------------------------------
#10.10	seo-blog
--------------------------------------------------------------*/
.seo-blog {
  padding-top: 0;
  /*** left posts ***/
  /*** right posts ***/
}

.seo-blog .entry-meta ul {
  overflow: hidden;
}

.seo-blog .entry-meta ul li {
  float: left;
  padding-right: 6px;
  margin-right: 6px;
  position: relative;
}

.seo-blog .entry-meta ul li:after {
  content: "/";
  color: #666666;
  position: absolute;
  right: -3px;
}

.seo-blog .entry-meta ul li:last-child:after {
  display: none;
}

.seo-blog .entry-meta ul a {
  color: #666666;
}

@media (max-width: 1199px) {
  .seo-blog .entry-meta ul a {
    font-size: 14px;
  }
}

.seo-blog .post h3 {
  font-size: 22px;
  line-height: 1.3em;
  padding-bottom: 0.7em;
  margin: 0 0 1em;
  text-transform: capitalize;
  position: relative;
}

@media (max-width: 1199px) {
  .seo-blog .post h3 {
    font-size: 18px;
  }
}

.seo-blog .post h3 a {
  color: #111;
}

.seo-blog .post h3:after {
  content: "";
  background: #01b169;
  background: -webkit-linear-gradient(left, #01b169 65%, #e6e6e6 65.1%);
  background: -moz-linear-gradient(left, #01b169 65%, #e6e6e6 65.1%);
  background: -o-linear-gradient(left, #01b169 65%, #e6e6e6 65.1%);
  background: -ms-linear-gradient(left, #01b169 65%, #e6e6e6 65.1%);
  background: linear-gradient(left, #01b169 65%, #e6e6e6 65.1%);
  width: 75px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.seo-blog .left-posts {
  overflow: hidden;
  margin: 0 -15px;
}

@media (max-width: 991px) {
  .seo-blog .left-posts {
    margin-top: 20px;
  }
}

.seo-blog .left-posts .post {
  width: 50%;
  float: left;
  padding: 0 15px;
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 550px) {
  .seo-blog .left-posts .post {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}

.seo-blog .left-posts .post:hover .entry-body {
  -webkit-box-shadow: 0 0 30px 0 #cccccc;
  -moz-box-shadow: 0 0 30px 0 #cccccc;
  -o-box-shadow: 0 0 30px 0 #cccccc;
  -ms-box-shadow: 0 0 30px 0 #cccccc;
  box-shadow: 0 0 30px 0 #cccccc;
}

.seo-blog .left-posts .date {
  background-color: #01b169;
  width: 65px;
  height: 65px;
  padding-top: 15px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50px;
}

.seo-blog .left-posts .date h6 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 0.7em;
  margin: 0;
}

.seo-blog .left-posts .date span {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.seo-blog .left-posts .entry-body {
  padding: 25px 15px;
  -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: 550px) {
  .seo-blog .left-posts .entry-body {
    -webkit-box-shadow: 0 0 30px 0 #cccccc;
    -moz-box-shadow: 0 0 30px 0 #cccccc;
    -o-box-shadow: 0 0 30px 0 #cccccc;
    -ms-box-shadow: 0 0 30px 0 #cccccc;
    box-shadow: 0 0 30px 0 #cccccc;
  }
}

@media (max-width: 991px) {
  .seo-blog .right-posts {
    margin-top: 40px;
  }
}

@media (max-width: 550px) {
  .seo-blog .right-posts {
    margin-top: 20px;
  }
}

.seo-blog .right-posts .post {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .seo-blog .right-posts .post {
    padding: 0 0 42px 150px;
  }
}

@media (max-width: 767px) {
  .seo-blog .right-posts .post {
    margin-bottom: 20px;
  }
}

@media (max-width: 550px) {
  .seo-blog .right-posts .post {
    padding: 0;
    margin-bottom: 25px;
  }
}

.seo-blog .right-posts .post h3 {
  line-height: 1.2em;
}

.seo-blog .right-posts .entry-media {
  width: 40%;
  float: left;
}

@media (max-width: 1199px) {
  .seo-blog .right-posts .entry-media {
    width: 30%;
  }
}

@media (max-width: 991px) {
  .seo-blog .right-posts .entry-media {
    width: 130px;
    height: 100px;
    float: none;
    position: absolute;
    left: 0;
  }
}

@media (max-width: 550px) {
  .seo-blog .right-posts .entry-media {
    position: static;
    margin-bottom: 15px;
  }
}

.seo-blog .right-posts .entry-body {
  width: 60%;
  float: left;
}

@media (max-width: 1199px) {
  .seo-blog .right-posts .entry-body {
    width: 70%;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .seo-blog .right-posts .entry-body {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.seo-blog .right-posts h3 {
  font-size: 18px;
}

@media (max-width: 1199px) {
  .seo-blog .right-posts h3 {
    font-size: 15px;
    margin-bottom: 0.5em;
  }
}

.seo-blog .right-posts .all-posts {
  margin-bottom: 0;
}

.seo-blog .right-posts .all-posts .btn {
  width: 100%;
  font-size: 16px;
  -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
  -moz-box-shadow: 0 0 15px 0 #e6e6e6;
  -o-box-shadow: 0 0 15px 0 #e6e6e6;
  -ms-box-shadow: 0 0 15px 0 #e6e6e6;
  box-shadow: 0 0 15px 0 #e6e6e6;
}

.seo-blog .right-posts .all-posts .btn:after {
  left: 60%;
}

.seo-blog .right-posts .all-posts .btn:hover:after {
  left: 100%;
}

/*--------------------------------------------------------------
#10.11	seo-testimonials
--------------------------------------------------------------*/
.seo-testimonials {
  background-color: #eef3f6;
}

.seo-testimonials .seo-section-title-center h2:before {
  width: 105px;
}

.seo-testimonials .seo-section-title-center h2:after {
  width: 60px;
  left: 48%;
}

.seo-testimonials .content .box {
  background-color: #fff;
  padding: 35px 35px 35px 170px;
  position: relative;
  -webkit-box-shadow: 0 0 35px 0 #cccccc;
  -moz-box-shadow: 0 0 35px 0 #cccccc;
  -o-box-shadow: 0 0 35px 0 #cccccc;
  -ms-box-shadow: 0 0 35px 0 #cccccc;
  box-shadow: 0 0 35px 0 #cccccc;
}

@media (max-width: 991px) {
  .seo-testimonials .content .box {
    margin-bottom: 35px;
    padding: 25px 25px 55px 155px;
  }
}

@media (max-width: 767px) {
  .seo-testimonials .content .box {
    margin-bottom: 35px;
    padding: 25px;
  }
}

.seo-testimonials .content .box:after {
  content: "“";
  font-family: "Montserrat", sans-serif;
  font-size: 125px;
  color: #01b169;
  position: absolute;
  right: 0;
  top: -42px;
}

.seo-testimonials .content .box .img-holder {
  position: absolute;
  left: 35px;
  top: 35px;
}

@media (max-width: 991px) {
  .seo-testimonials .content .box .img-holder {
    left: 25px;
    top: 25px;
  }
}

@media (max-width: 767px) {
  .seo-testimonials .content .box .img-holder {
    position: static;
    margin-bottom: 15px;
  }
}

.seo-testimonials .content .box p {
  font-size: 16px;
}

.seo-testimonials .content .box h6 {
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .seo-testimonials .content .box h6 {
    font-size: 14px;
  }
}

.seo-testimonials .content .box h6 span {
  color: #f9c202;
}

.seo-testimonials .content .col:last-child .box {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#10.12	seo-footer
--------------------------------------------------------------*/
.seo-footer, .hosting-footer {
  background-color: #01b169;
}

.seo-footer .widget p, .hosting-footer .widget p,
.seo-footer .widget a, .hosting-footer .widget a,
.seo-footer .widget li, .hosting-footer .widget li {
  color: #fff;
}

.seo-footer .widget h3, .hosting-footer .widget h3 {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .seo-footer .container .row > .col, .hosting-footer .container .row > .col {
    width: 100%;
    min-height: auto;
  }
}

.seo-footer .about-widget .contact-info, .hosting-footer .about-widget .contact-info {
  margin-top: 30px;
}

.seo-footer .about-widget .contact-info i, .hosting-footer .about-widget .contact-info i {
  font-size: 30px;
  color: #f9c202;
  position: absolute;
  left: 0;
  top: 0;
}

.seo-footer .about-widget .contact-info li, .hosting-footer .about-widget .contact-info li {
  margin-bottom: 20px;
  padding-left: 45px;
  position: relative;
}

.seo-footer .twitter-post-widget p, .hosting-footer .twitter-post-widget p {
  line-height: 1.7em;
}

.seo-footer .twitter-post-widget span, .hosting-footer .twitter-post-widget span {
  color: #f9c202;
}

.seo-footer .site-map ul li, .hosting-footer .site-map ul li {
  border-bottom: 1px solid #34c187;
  margin: 0;
}

.seo-footer .site-map a, .hosting-footer .site-map a {
  display: block;
  padding: 7px 0;
}

.seo-footer .site-map ul li:last-child, .hosting-footer .site-map ul li:last-child {
  border: 0;
}

.seo-footer .site-map a:hover, .hosting-footer .site-map a:hover {
  color: #f9c202;
}

.seo-footer .recent-news-widget .date, .hosting-footer .recent-news-widget .date {
  color: #f9c202;
}

.seo-footer .recent-news-widget ul li, .hosting-footer .recent-news-widget ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #34c187;
}

.seo-footer .recent-news-widget ul li:last-child, .hosting-footer .recent-news-widget ul li:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .seo-footer .recent-news-widget .img-holder, .hosting-footer .recent-news-widget .img-holder {
    width: 56px;
    float: none;
    margin-bottom: 15px;
  }
  .seo-footer .recent-news-widget .post-details, .hosting-footer .recent-news-widget .post-details {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
	Home hosting
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1	hosting-partner
--------------------------------------------------------------*/
.hosting p,
.hosting li {
  color: #888888;
}

.hosting-partner {
  background-color: #0f9aee;
}

.hosting-partner .partner-slider .owl-controls .owl-nav > div {
  background-color: #0c7bbe;
}

.hosting-partner .partner-slider .owl-controls .owl-nav > div:hover {
  background-color: #0a6ba6;
}

/*--------------------------------------------------------------
#11.2	hosting-domain
--------------------------------------------------------------*/
.hosting-domain .container {
  position: relative;
}

.hosting-domain .domain-cartoon {
  background: url("../images/hosting/domain-cartoon.jpg") right top/auto no-repeat local;
  width: 165px;
  height: 400px;
  position: absolute;
  right: 160px;
  top: -45px;
}

@media (max-width: 1199px) {
  .hosting-domain .domain-cartoon {
    right: 100px;
  }
}

@media (max-width: 991px) {
  .hosting-domain .domain-cartoon {
    display: none;
  }
}

.hosting-domain .form {
  border: 1px solid #0f9aee;
  margin-top: 27px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.hosting-domain .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b3b3b3;
}

.hosting-domain .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b3b3b3;
}

.hosting-domain .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b3b3b3;
}

.hosting-domain .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #b3b3b3;
}

@media (max-width: 767px) {
  .hosting-domain .form {
    width: 300px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

.hosting-domain .form > div {
  float: left;
  min-height: 50px;
}

@media (max-width: 767px) {
  .hosting-domain .form > div {
    min-height: 40px;
  }
}

.hosting-domain .form > div input {
  background-color: #ecf8ff;
  padding-left: 30px;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .hosting-domain .form > div input {
    padding-left: 15px;
  }
}

.hosting-domain .form > div input,
.hosting-domain .form > div select,
.hosting-domain .form > div button {
  width: 100%;
  min-height: 50px;
  font-size: 18px;
  border: 0;
  outline: 0;
  box-shadow: none;
}

.hosting-domain .form > div input:focus,
.hosting-domain .form > div select:focus,
.hosting-domain .form > div button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .hosting-domain .form > div input,
  .hosting-domain .form > div select,
  .hosting-domain .form > div button {
    min-height: 40px;
    font-size: 15px;
  }
}

.hosting-domain .input-item {
  width: 70%;
}

@media (max-width: 767px) {
  .hosting-domain .input-item {
    width: 180px;
  }
}

.hosting-domain .select-item {
  background-color: #d9e5ec;
  width: 15%;
  padding: 0 10px;
}

@media (max-width: 1199px) {
  .hosting-domain .select-item {
    padding: 0 5px 0 0;
  }
}

@media (max-width: 991px) {
  .hosting-domain .select-item {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .hosting-domain .select-item {
    width: 60px;
    padding: 0 5px 0 0;
  }
}

.hosting-domain .select-item select {
  font-style: normal;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .hosting-domain .select-item select {
    padding: 0 12px 0 8px;
  }
}

.hosting-domain .search-btn {
  width: 15%;
}

@media (max-width: 767px) {
  .hosting-domain .search-btn {
    width: 58px;
  }
}

.hosting-domain .search-btn .btn {
  background-color: #0f9aee;
  color: #fff;
  border-radius: 0 10px 10px 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .hosting-domain .search-btn .btn {
    border-radius: 0 5px 5px 0;
    padding: 0;
  }
}

.hosting-domain .domain-list ul {
  margin-top: 25px;
  overflow: hidden;
}

.hosting-domain .domain-list ul li {
  font-size: 18px;
  float: left;
  margin-right: 25px;
}

@media (max-width: 767px) {
  .hosting-domain .domain-list ul li {
    font-size: 14px;
    margin-right: 10px;
  }
}

.hosting-domain .domain-list ul li span {
  color: #0f9aee;
}

.hosting-domain .domain-list ul li:last-child {
  margin: 0;
}

.hosting-domain .right-col {
  text-align: center;
}

.hosting-domain .right-col img {
  display: inline-block;
}

/*--------------------------------------------------------------
#11.3	hosting-features
--------------------------------------------------------------*/
.hosting-features {
  /*** features list ***/
}

.hosting-features .features-video {
  background: url("../images/hosting/features/video-bg.jpg") center center/cover no-repeat local;
  position: relative;
}

@media (max-width: 991px) {
  .hosting-features .features-video {
    height: 300px !important;
  }
}

.hosting-features .features-video:before {
  content: "";
  background-color: rgba(15, 154, 238, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hosting-features .features-video .video-btn {
  background-color: #fff;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 35px;
  text-align: center;
  color: #0f9aee;
  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%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .hosting-features .features-video .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .hosting-features .features-video .video-btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

.hosting-features .features-list {
  padding: 110px 0 70px 50px;
  position: relative;
}

.hosting-features .features-list:before, .hosting-features .features-list:after {
  content: "";
  width: 400%;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}

.hosting-features .features-list:after {
  top: auto;
  bottom: 0;
}

@media screen and (min-width: 1200px) {
  .hosting-features .features-list {
    width: 780px;
  }
}

@media (max-width: 767px) {
  .hosting-features .features-list {
    padding: 70px 0 40px 15px;
  }
}

.hosting-features .all-features {
  overflow: hidden;
  margin: 45px -30px 0 0;
}

@media (max-width: 1199px) {
  .hosting-features .all-features {
    margin: 30px -15px 0 0;
  }
}

.hosting-features .all-features .grid {
  width: 50%;
  float: left;
  padding: 0 30px 0 80px;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .hosting-features .all-features .grid {
    width: 100%;
    float: none;
    padding: 0 15px 0 60px;
    margin-bottom: 30px;
  }
}

.hosting-features .all-features .grid .icon {
  position: absolute;
  left: 0;
}

.hosting-features .all-features .grid .icon img {
  max-width: 70%;
}

@media (max-width: 767px) {
  .hosting-features .all-features .grid .icon img {
    max-width: 40px;
  }
}

.hosting-features .all-features .grid h3 {
  font-size: 22px;
  margin: 0 0 0.73em;
}

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

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

.hosting-features .all-features .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#11.4	hosting-pricing
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .hosting-pricing {
    padding-bottom: 18px;
  }
}

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

.hosting-pricing .content {
  margin: 48px -60px 0 0;
}

@media (max-width: 991px) {
  .hosting-pricing .content {
    margin: 48px 0 0 0;
  }
}

@media (max-width: 767px) {
  .hosting-pricing .content {
    margin: 0;
  }
}

.hosting-pricing .content > .col {
  padding: 0;
  margin: 0 -20px 0 0;
}

@media (max-width: 991px) {
  .hosting-pricing .content > .col {
    margin: 0 0 98px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .hosting-pricing .content > .col {
    margin-bottom: 70px;
    padding: 0;
  }
}

.hosting-pricing .grid {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.hosting-pricing .grid:hover .pricing-header {
  background-color: #0f9aee;
}

.hosting-pricing .grid:hover .pricing-header h3 {
  color: #fff;
}

.hosting-pricing .pricing-header {
  background-color: #fff;
  padding: 70px 60px 30px;
  text-align: center;
  border-radius: 20px 20px 0 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;
}

@media (max-width: 767px) {
  .hosting-pricing .pricing-header {
    padding: 50px 15px 30px;
  }
}

.hosting-pricing .pricing-header .icon {
  max-width: 80px;
  position: absolute;
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .hosting-pricing .pricing-header .icon {
    max-width: 60px;
    top: -36px;
  }
}

.hosting-pricing .pricing-header h3 {
  font-size: 40px;
  color: #0f9aee;
  margin: 0 0 0.5em;
}

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

.hosting-pricing .pricing-header h3 span {
  font-size: 20px;
}

.hosting-pricing .pricing-header > span {
  background-color: #ecf8ff;
  display: inline-block;
  color: #000;
  padding: 3px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.hosting-pricing .pricing-body {
  background-color: #ecf8ff;
  text-align: center;
  padding: 30px 10px;
  border-radius: 0 0 20px 20px;
}

.hosting-pricing .pricing-body ul li {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .hosting-pricing .pricing-body ul li {
    font-size: 14px;
  }
}

.hosting-pricing .pricing-body ul li:last-child {
  margin-bottom: 0;
}

.hosting-pricing .pricing-body .disable {
  color: #b3b3b3;
}

.hosting-pricing .pricing-body .fa-check {
  color: green;
}

.hosting-pricing .pricing-body .fa-close {
  color: red;
}

.hosting-pricing .pricing-body .btn {
  background-color: #0f9aee;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  padding: 0;
  margin-top: 40px;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

@media (max-width: 767px) {
  .hosting-pricing .pricing-body .btn {
    width: 150px;
  }
}

/*--------------------------------------------------------------
#11.5	hosting-cta
--------------------------------------------------------------*/
.hosting-cta {
  background: url("../images/hosting/cta-bg.jpg") center center/cover no-repeat fixed;
  position: relative;
}

.hosting-cta:before {
  content: "";
  background-color: rgba(15, 154, 238, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hosting-cta p,
.hosting-cta h2,
.hosting-cta h6,
.hosting-cta span {
  color: #fff;
}

.hosting-cta .content {
  position: relative;
}

.hosting-cta .text h2 {
  font-size: 32px;
  margin: 0 0 0.63em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .hosting-cta .text h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .hosting-cta .text h2 {
    font-size: 24px;
  }
}

.hosting-cta .upload-part {
  margin-top: 35px;
}

.hosting-cta .upload-part .btn {
  background-color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  color: #0f9aee;
  padding: 0 35px;
  margin-top: 55px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .hosting-cta .upload-part .btn {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .hosting-cta .upload-part .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 25px;
    margin-top: 15px;
  }
}

.hosting-cta .pg {
  margin-bottom: 25px;
}

.hosting-cta .pg h6 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0.5em;
}

@media (max-width: 991px) {
  .hosting-cta .pg h6 {
    font-size: 14px;
  }
}

.hosting-cta .pg .progress {
  background: transparent;
  height: 20px;
  margin: 0;
  position: relative;
  overflow: visible;
  box-shadow: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .hosting-cta .pg .progress {
    height: 15px;
  }
}

.hosting-cta .pg .progress span {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -27px;
}

@media (max-width: 991px) {
  .hosting-cta .pg .progress span {
    font-size: 14px;
  }
}

.hosting-cta .pg .progress-bar2 {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.hosting-cta .right-col {
  text-align: center;
}

@media (max-width: 991px) {
  .hosting-cta .right-col {
    display: none;
  }
}

.hosting-cta .right-col img {
  display: inline-block;
}

/*--------------------------------------------------------------
#11.6	hosting-fun-fact
--------------------------------------------------------------*/
.hosting-fun-fact {
  background-color: #fff;
  padding: 115px 0 0;
}

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

.hosting-fun-fact .content {
  overflow: hidden;
}

.hosting-fun-fact .content .box:nth-child(3),
.hosting-fun-fact .content .box:nth-child(4) {
  margin-bottom: 0;
}

.hosting-fun-fact .box {
  width: 25%;
  float: left;
  padding-left: 95px;
  position: relative;
}

@media (max-width: 991px) {
  .hosting-fun-fact .box {
    padding-left: 50px;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .box {
    width: 50%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .hosting-fun-fact .box .amount {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .box .amount {
    text-align: center;
  }
}

.hosting-fun-fact .box .icon {
  position: absolute;
  left: 22px;
  top: 0;
}

@media (max-width: 991px) {
  .hosting-fun-fact .box .icon {
    left: 0;
  }
}

@media (max-width: 767px) {
  .hosting-fun-fact .box .icon {
    position: static;
    margin-bottom: 15px;
  }
}

.hosting-fun-fact .box .icon img {
  max-width: 60px;
}

@media (max-width: 991px) {
  .hosting-fun-fact .box .icon img {
    max-width: 40px;
  }
}

.hosting-fun-fact .box h3 {
  color: #111;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

.hosting-fun-fact .box span {
  color: #111;
}

.hosting-fun-fact .box p {
  margin: 0;
}

/*--------------------------------------------------------------
#11.7	hosting-team
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .hosting-team {
    padding-bottom: 90px;
  }
}

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

@media (max-width: 991px) {
  .hosting-team .content > .col {
    margin-bottom: 25px;
  }
  .hosting-team .content > .col:last-child {
    margin-bottom: 0;
  }
}

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

.hosting-team .grid:hover .img-holder:before {
  top: 0;
  opacity: 1;
}

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

.hosting-team .img-holder {
  position: relative;
  overflow: hidden;
}

.hosting-team .img-holder:before {
  content: "";
  background-color: rgba(15, 154, 238, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 30%;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.hosting-team .member-info {
  padding: 25px 15px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .hosting-team .member-info {
    padding: 20px 15px 0;
  }
}

.hosting-team .member-info h3 {
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .hosting-team .member-info h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hosting-team .member-info h3 {
    font-size: 16px;
  }
}

.hosting-team .member-info > span {
  color: #666666;
  display: block;
}

@media (max-width: 991px) {
  .hosting-team .member-info > span {
    font-size: 14px;
  }
}

.hosting-team .social {
  overflow: hidden;
  display: inline-block;
  margin-top: 25px;
  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;
}

@media (max-width: 991px) {
  .hosting-team .social {
    margin-top: 15px;
  }
}

.hosting-team .social li {
  float: left;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .hosting-team .social li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .hosting-team .social li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
  }
}

.hosting-team .social li:last-child {
  margin-right: 0;
}

.hosting-team .social a {
  background-color: #0f9aee;
  display: block;
  font-size: 22px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .hosting-team .social a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hosting-team .social a {
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

/*--------------------------------------------------------------
#11.8	hosting-faq-section
--------------------------------------------------------------*/
.hosting-faq-section {
  background-color: #f3f6f8;
  position: relative;
  overflow: hidden;
}

.hosting-faq-section:before {
  content: "";
  background: url("../images/hosting/faq-man.jpg") center center/100% no-repeat local;
  width: 600px;
  height: 462px;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .hosting-faq-section:before {
    width: 500px;
    height: 385px;
  }
}

@media (max-width: 991px) {
  .hosting-faq-section:before {
    display: none;
  }
}

.hosting-faq-section .hosting-section-title-s1, .hosting-faq-section .hosting-section-title-s2 {
  margin-bottom: 38px;
}

.hosting-faq-section .hosting-section-title-s1 h2, .hosting-faq-section .hosting-section-title-s2 h2 {
  margin: 0 0 0.5em;
}

.hosting-faq-section .hosting-section-title-s1 p, .hosting-faq-section .hosting-section-title-s2 p {
  text-transform: none;
}

.hosting-faq-section .hosting-faq {
  margin-bottom: 0;
}

.hosting-faq-section .panel {
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 #d9d9d9;
  -moz-box-shadow: 0 0 10px 0 #d9d9d9;
  -o-box-shadow: 0 0 10px 0 #d9d9d9;
  -ms-box-shadow: 0 0 10px 0 #d9d9d9;
  box-shadow: 0 0 10px 0 #d9d9d9;
}

@media (max-width: 767px) {
  .hosting-faq-section .panel {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

.hosting-faq-section .panel-heading {
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .hosting-faq-section .panel-heading {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

.hosting-faq-section .panel-heading a {
  background-color: #0f9aee;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 15px 25px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .hosting-faq-section .panel-heading a {
    font-size: 15px;
    padding: 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
}

.hosting-faq-section .panel-heading .collapsed {
  background-color: #fff;
  color: #111;
}

.hosting-faq-section .panel-heading .collapsed i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 40%;
}

@media (max-width: 767px) {
  .hosting-faq-section .panel-heading .collapsed i {
    top: 30%;
  }
}

.hosting-faq-section .panel-heading a i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -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-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center 5px;
  -ms-transform-origin: center 5px;
  transform-origin: center 5px;
}

@media (max-width: 600px) {
  .hosting-faq-section .panel-heading a i {
    display: none;
  }
}

.hosting-faq-section .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.hosting-faq-section .panel-body {
  padding: 20px 30px;
}

@media (max-width: 767px) {
  .hosting-faq-section .panel-body {
    padding: 15px 20px;
  }
}

/*--------------------------------------------------------------
#11.9	hosting-testimonials
--------------------------------------------------------------*/
.hosting-testimonials {
  padding-bottom: 0;
}

.hosting-testimonials .hosting-testimonial-slider .client {
  background-color: #f3f6f8;
  padding: 80px 30px 45px;
  border: 1px solid #0f9aee;
}

@media (max-width: 991px) {
  .hosting-testimonials .hosting-testimonial-slider .client {
    padding: 70px 25px 35px;
  }
}

.hosting-testimonials .hosting-testimonial-slider .client .img-holder img {
  border-color: #0f9aee;
}

.hosting-testimonials .hosting-testimonial-slider .client p {
  color: #555;
}

.hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-prev,
.hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-next {
  background-color: #0f9aee;
  border-radius: 8px;
}

.hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-prev:hover,
.hosting-testimonials .hosting-testimonial-slider .owl-controls .owl-nav .owl-next:hover {
  background-color: #0f9aee;
}

/*--------------------------------------------------------------
#11.10	hosting-blog
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .hosting-blog {
    margin-top: 25px;
  }
}

.hosting-blog .hosting-section-title-s2 {
  margin-bottom: 30px;
}

.hosting-blog .entry-body {
  border: 1px solid transparent;
}

.hosting-blog .entry-body > span,
.hosting-blog .post:hover .entry-body > span {
  background-color: #0f9aee;
}

.hosting-blog .post:hover .entry-body {
  border: 1px solid #0f9aee;
  -webkit-box-shadow: 0 0 10px 0 #e6e6e6;
  -moz-box-shadow: 0 0 10px 0 #e6e6e6;
  -o-box-shadow: 0 0 10px 0 #e6e6e6;
  -ms-box-shadow: 0 0 10px 0 #e6e6e6;
  box-shadow: 0 0 10px 0 #e6e6e6;
}

/*--------------------------------------------------------------
#11.11	hosting-location
--------------------------------------------------------------*/
.hosting-contact .contact-info i {
  color: #0f9aee;
}

.hosting-contact .form input,
.hosting-contact .form textarea {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.hosting-contact .form .submit .btn {
  background-color: #0f9aee;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.hosting-contact .form .submit .btn:before {
  display: none;
}

/*--------------------------------------------------------------
#11.12	hosting-footer
--------------------------------------------------------------*/
.hosting-footer {
  background-color: #0f9aee;
}

.hosting-footer .about-widget .contact-info i {
  color: #fff;
}

.hosting-footer .twitter-post-widget span,
.hosting-footer .site-map a:hover,
.hosting-footer .recent-news-widget .date {
  color: #023d61;
}

/*--------------------------------------------------------------
	Home wedding
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	wedding-card
--------------------------------------------------------------*/
.wedding-home .pic-section {
  height: 300px;
  position: relative;
}

.wedding-home .pic-section:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wedding-home .pic-section-2:before {
  display: none;
}

@media (max-width: 991px) {
  .wedding-home .parallax {
    background-position: center center !important;
  }
}

.wedding-card .content {
  background-color: #fff;
  position: relative;
  padding: 90px 0;
  margin-top: -150px;
  border: 1px solid #d9d9d9;
}

@media (max-width: 991px) {
  .wedding-card .content {
    padding: 70px 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .wedding-card .content {
    margin-top: 0;
  }
}

.wedding-card .card-title {
  text-align: center;
}

.wedding-card .card-title img {
  display: inline-block;
}

@media (max-width: 767px) {
  .wedding-card .card-title img {
    max-width: 170px;
  }
}

.wedding-card .right-col {
  padding-right: 115px;
}

@media (max-width: 991px) {
  .wedding-card .right-col {
    padding: 0 45px;
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .wedding-card .right-col {
    padding: 0 25px;
    margin-top: 35px;
  }
}

.wedding-card .right-col p {
  font-size: 18px;
  line-height: 1.8em;
}

@media (max-width: 991px) {
  .wedding-card .right-col p {
    font-size: 16px;
  }
}

.wedding-card .right-col .btn {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .wedding-card .right-col .btn {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#12.1	wedding-count-down
--------------------------------------------------------------*/
.wedding-count-down {
  text-align: center;
}

@media (max-width: 400px) {
  .wedding-count-down {
    padding-bottom: 40px;
  }
}

.wedding-count-down .content > .col {
  overflow: hidden;
}

.wedding-count-down .box {
  width: 20%;
  float: left;
}

@media (max-width: 400px) {
  .wedding-count-down .box {
    width: 50%;
    margin-bottom: 30px;
  }
}

.wedding-count-down .box h3 {
  font-size: 48px;
  color: #e65360;
  margin: 0;
}

@media (max-width: 991px) {
  .wedding-count-down .box h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .wedding-count-down .box h3 {
    font-size: 25px;
  }
}

.wedding-count-down .box span {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .wedding-count-down .box span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .wedding-count-down .box span {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
#12.2	wedding-couple
--------------------------------------------------------------*/
.wedding-couple {
  background-color: #f0f0f0;
  text-align: center;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .wedding-couple {
    padding-bottom: 55px;
  }
}

.wedding-couple img,
.wedding-couple ul {
  display: inline-block;
}

.wedding-couple .img-holder {
  display: inline-block;
}

.wedding-couple .img-holder .photo {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
  -moz-box-shadow: 0 0 15px 0 #e6e6e6;
  -o-box-shadow: 0 0 15px 0 #e6e6e6;
  -ms-box-shadow: 0 0 15px 0 #e6e6e6;
  box-shadow: 0 0 15px 0 #e6e6e6;
  margin-bottom: 15px;
}

.wedding-couple .grid .icon {
  position: relative;
}

.wedding-couple .grid .icon img {
  background-color: #f0f0f0;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}

.wedding-couple .grid .icon:before {
  content: "";
  background: #cacaca;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.wedding-couple .details {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .wedding-couple .details {
    margin-top: 15px;
  }
}

.wedding-couple .details h3 {
  font-size: 22px;
  color: #444444;
  margin: 0 0 0.9em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .wedding-couple .details h3 {
    font-size: 18px;
  }
}

.wedding-couple .details p {
  line-height: 1.8em;
}

.wedding-couple .social-links {
  margin-top: 22px;
}

@media (max-width: 991px) {
  .wedding-couple .social-links {
    margin-top: 10px;
  }
}

.wedding-couple .social-links li {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .wedding-couple .social-links li {
    margin-right: 10px;
  }
}

.wedding-couple .social-links li:last-child {
  margin-right: 0;
}

.wedding-couple .social-links a {
  font-size: 20px;
  color: #444444;
}

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

.wedding-couple .social-links a:hover {
  color: #e65360;
}

@media (max-width: 767px) {
  .wedding-couple .groom {
    margin-bottom: 50px;
  }
}

/*--------------------------------------------------------------
#12.3	wedding-story
--------------------------------------------------------------*/
.wedding-story .masonry-grid {
  overflow: hidden;
  margin: 0 -15px;
}

.wedding-story .masonry-grid .box {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 991px) {
  .wedding-story .masonry-grid .box {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .wedding-story .masonry-grid .box {
    width: 100%;
    float: none;
  }
}

.wedding-story .box .details {
  padding: 35px 40px;
  -webkit-box-shadow: 0 0 10px 0 #e6e6e6;
  -moz-box-shadow: 0 0 10px 0 #e6e6e6;
  -o-box-shadow: 0 0 10px 0 #e6e6e6;
  -ms-box-shadow: 0 0 10px 0 #e6e6e6;
  box-shadow: 0 0 10px 0 #e6e6e6;
}

@media (max-width: 991px) {
  .wedding-story .box .details {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .wedding-story .box .details {
    padding: 20px;
  }
}

.wedding-story .box .details p,
.wedding-story .box .details span {
  color: #999999;
}

.wedding-story .box h3 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  color: #444444;
  margin: 0 0 0.45em;
}

@media (max-width: 991px) {
  .wedding-story .box h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wedding-story .box h3 {
    font-size: 16px;
  }
}

.wedding-story .box .posted-by {
  display: block;
  font-size: 14px;
  margin-bottom: 18px;
}

.wedding-story .box .posted-by span {
  color: #e65360;
}

.wedding-story .box p {
  line-height: 1.8em;
}

.wedding-story .box .continue-reading {
  font-size: 17px;
  color: #e65360;
  display: inline-block;
  margin-top: 15px;
}

@media (max-width: 991px) {
  .wedding-story .box .continue-reading {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .wedding-story .box .continue-reading {
    font-size: 15px;
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
#12.4	wedding-events
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .wedding-events {
    padding-bottom: 65px;
  }
}

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

.wedding-events table,
.wedding-events tr,
.wedding-events td,
.wedding-events .map-direction {
  border: 1px solid #e1e1e1;
  border-collapse: collapsed;
}

@media (max-width: 991px) {
  .wedding-events .all-events > .col {
    margin-bottom: 50px;
  }
}

.wedding-events .table {
  margin-bottom: 10px;
  border: 0;
}

.wedding-events .table td {
  padding: 20px;
}

@media (max-width: 991px) {
  .wedding-events .table td {
    padding: 10px 15px;
  }
}

.wedding-events .table tr > td:first-child {
  width: 20px;
  color: #777777;
  text-align: center;
}

@media (max-width: 991px) {
  .wedding-events .table tr > td:first-child {
    width: auto;
  }
}

.wedding-events .event-title {
  background-color: #e65360;
  text-align: center;
  padding: 40px 15px;
}

@media (max-width: 991px) {
  .wedding-events .event-title {
    padding: 30px 15px;
  }
}

@media (max-width: 767px) {
  .wedding-events .event-title {
    padding: 20px 15px;
  }
}

.wedding-events .event-title h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .wedding-events .event-title h3 {
    font-size: 20px;
  }
}

.wedding-events .map-direction {
  text-align: center;
  padding: 22px 10px;
}

@media (max-width: 991px) {
  .wedding-events .map-direction {
    padding: 10px 15px;
  }
}

.wedding-events .map-direction a {
  color: #e65360;
  font-size: 18px;
}

.wedding-events .map-direction a i {
  display: inline-block;
  padding-right: 10px;
}

.wedding-events .event-map {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.wedding-events .event-map iframe {
  width: 70%;
  height: 70%;
  margin: 0 auto;
  border: 0;
  position: fixed;
  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%);
  z-index: 9999;
}

@media (max-width: 767px) {
  .wedding-events .event-map iframe {
    width: 90%;
    height: 70%;
  }
}

/*--------------------------------------------------------------
#12.5	wedding-gallery
--------------------------------------------------------------*/
.wedding-gallery {
  background-color: #f0f0f0;
}

.wedding-gallery .wedding-section-title .sub-title p {
  background-color: #f0f0f0;
}

.wedding-gallery .wedding-gallery-slider {
  position: relative;
}

.wedding-gallery .wedding-gallery-slider .grid {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.wedding-gallery .wedding-gallery-slider .img-holder {
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 15px 0 #e6e6e6;
  -moz-box-shadow: 0 0 15px 0 #e6e6e6;
  -o-box-shadow: 0 0 15px 0 #e6e6e6;
  -ms-box-shadow: 0 0 15px 0 #e6e6e6;
  box-shadow: 0 0 15px 0 #e6e6e6;
}

.wedding-gallery .wedding-gallery-slider .owl-stage-outer {
  overflow: visible;
}

.wedding-gallery .wedding-gallery-slider .owl-stage-outer .center .grid {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  position: relative;
  z-index: 200;
  box-shadow: none;
}

.wedding-gallery .wedding-gallery-slider .owl-stage-outer .center .img-holder {
  box-shadow: none;
}

.wedding-gallery .wedding-gallery-slider .owl-controls {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-prev,
.wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-next {
  background-color: #fff;
  color: #000;
  font-size: 18px;
  position: absolute;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  margin: 0;
}

@media (max-width: 767px) {
  .wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-prev,
  .wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-next {
    font-size: 14px;
    padding: 0 15px;
  }
}

.wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-prev span,
.wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-next span {
  display: block;
}

.wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-prev div,
.wedding-gallery .wedding-gallery-slider .owl-controls .owl-nav .owl-next 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%);
}

.wedding-gallery .wedding-gallery-slider .owl-controls .owl-prev {
  left: 0;
}

.wedding-gallery .wedding-gallery-slider .owl-controls .owl-next {
  right: 0;
}

/*--------------------------------------------------------------
#12.6	wedding-wishes
--------------------------------------------------------------*/
.wedding-wishes {
  text-align: center;
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .wedding-wishes {
    padding-bottom: 50px;
  }
}

.wedding-wishes .friends-pic {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .wedding-wishes .friends-pic {
    margin-bottom: 20px;
  }
}

.wedding-wishes .friends-pic li {
  float: left;
  position: relative;
  margin-right: 30px;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .wedding-wishes .friends-pic li {
    margin-right: 5px;
    max-width: 60px;
    max-height: 60px;
  }
  .wedding-wishes .friends-pic li img {
    max-width: 100%;
  }
}

.wedding-wishes .friends-pic li:before {
  content: "";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 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;
}

.wedding-wishes .friends-pic .active:before {
  opacity: 0;
}

.wedding-wishes .friends-pic li:last-child {
  margin-right: 0;
}

.wedding-wishes .friends-wishes-details p {
  font-size: 18px;
  margin: 0;
}

@media (max-width: 991px) {
  .wedding-wishes .friends-wishes-details p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wedding-wishes .friends-wishes-details p {
    font-size: 15px;
  }
}

.wedding-wishes .friend-info {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .wedding-wishes .friend-info {
    margin-top: 20px;
  }
}

.wedding-wishes .friend-info h4 {
  font-size: 22px;
  font-weight: normal;
  color: #444444;
  margin: 0 0 0.31em;
}

@media (max-width: 991px) {
  .wedding-wishes .friend-info h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wedding-wishes .friend-info h4 {
    font-size: 16px;
  }
}

.wedding-wishes .friend-info span {
  color: #e65360;
}

/*--------------------------------------------------------------
#12.7	wedding-rsvp
--------------------------------------------------------------*/
.wedding-rsvp {
  position: relative;
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .wedding-rsvp {
    padding: 180px 0 0;
  }
}

.wedding-rsvp:before {
  content: "";
  background: url("../images/wedding/rsvp-bg.jpg") center center/cover no-repeat local;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
}

.wedding-rsvp .wedding-section-title h2 {
  color: #fff;
}

.wedding-rsvp .wedding-section-title p {
  background-color: #e65360;
  color: #e3e3e3;
}

.wedding-rsvp .wedding-section-title .sub-title:before {
  background: #e3e3e3;
}

.wedding-rsvp .rsvp {
  background-color: #e65360;
  padding: 60px 100px;
}

@media (max-width: 991px) {
  .wedding-rsvp .rsvp {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .wedding-rsvp .rsvp {
    padding: 40px 25px;
  }
}

.wedding-rsvp .rsvp ::-webkit-input-placeholder {
  font-style: auto;
  font-style: normal;
  color: gray;
}

.wedding-rsvp .rsvp :-moz-placeholder {
  font-style: auto;
  font-style: normal;
  color: gray;
}

.wedding-rsvp .rsvp ::-moz-placeholder {
  font-style: auto;
  font-style: normal;
  color: gray;
}

.wedding-rsvp .rsvp :-ms-input-placeholder {
  font-style: auto;
  font-style: normal;
  color: gray;
}

.wedding-rsvp .rsvp input,
.wedding-rsvp .rsvp select,
.wedding-rsvp .rsvp textarea {
  background-color: #fff;
  width: 100%;
  height: 35px;
  font-size: 16px;
  border: 0;
  padding: 5px 25px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .wedding-rsvp .rsvp input,
  .wedding-rsvp .rsvp select,
  .wedding-rsvp .rsvp textarea {
    font-size: 14px;
  }
}

.wedding-rsvp .rsvp textarea {
  height: 170px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .wedding-rsvp .rsvp textarea {
    height: 120px;
    padding-top: 10px;
  }
}

.wedding-rsvp .rsvp select {
  background-position: 95% center;
  font-style: normal;
  color: gray;
}

.wedding-rsvp .rsvp .submit-btn {
  text-align: center;
}

.wedding-rsvp .rsvp .submit-btn .btn {
  background-color: #fff;
  color: #e65360;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px 0 #737373;
  -moz-box-shadow: 0 0 10px 0 #737373;
  -o-box-shadow: 0 0 10px 0 #737373;
  -ms-box-shadow: 0 0 10px 0 #737373;
  box-shadow: 0 0 10px 0 #737373;
}

.wedding-rsvp .form > .col {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .wedding-rsvp .form > .col {
    margin-bottom: 15px;
  }
}

@media (max-width: 500px) {
  .wedding-rsvp .form > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#12.8	wedding-gift-registry
--------------------------------------------------------------*/
@media (max-width: 767px) {
  .wedding-gift-registry {
    padding-bottom: 40px;
  }
}

.wedding-gift-registry .content > .col {
  overflow: hidden;
}

.wedding-gift-registry .grid {
  width: 25%;
  float: left;
  text-align: center;
}

@media (max-width: 767px) {
  .wedding-gift-registry .grid {
    width: 100%;
    margin-bottom: 30px;
  }
}

.wedding-gift-registry .grid img {
  display: inline-block;
  max-width: 90%;
}

@media (max-width: 991px) {
  .wedding-gift-registry .grid img {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .wedding-gift-registry .grid img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
#12.9	wedding-footer
--------------------------------------------------------------*/
.wedding-footer {
  background-color: transparent;
  text-align: center;
  position: relative;
  padding: 115px 0;
}

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

.wedding-footer:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wedding-footer .container {
  position: relative;
}

.wedding-footer img {
  display: inline-block;
}

@media (max-width: 767px) {
  .wedding-footer img {
    max-width: 120px;
  }
}

.wedding-footer p {
  font-size: 18px;
  color: #e65360;
  margin: 20px 0 0;
}

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



.bits{
  min-height: 550px;;
}