@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
VINAYAK ENGICOM Stylesheet
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> 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


----------------------------------------------------------------*/
/*---------------------------
	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: #233b76 ;
  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 #00c9b5;
    color: #00c9b5;
    transition: all 0.3s ease;
  }
  
  .theme-btn-s4:hover, .construction-theme-btn:hover, .charity-theme-btn:hover {
    background-color: #00c9b5;
    color: #fff;
    transform: translateY(-2px);
  }
  
  .theme-btn-s4:before, .construction-theme-btn:before, .charity-theme-btn:before {
    content: "";
    background-color: #00c9b5;
  }

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

/* Custom styles for architect-header */
.architect-header .navigation {
  padding: 20px 0;
}

.architect-header .navigation .navbar-brand {
  padding: 0;
  display: flex;
  align-items: center;
}

.architect-header .navigation .navbar-brand img {
  height: 88px;
  width: auto;
}

.architect-header nav.sticky {
  background-color: #fff;
  padding: 5px 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.architect-header nav.sticky .navbar-brand {
  padding: 0;
}

.architect-header nav.sticky .navbar-brand img {
  max-height: 64px;
  width: auto;
}

@media screen and (min-width: 992px) {
  .architect-header #navbar > ul > li > a {
    padding: 30px 0;
  }
  
  .architect-header .navigation .navbar-brand {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .architect-header .navigation {
    padding: 15px 0;
  }
  
  .architect-header .navigation .navbar-brand img {
    max-height: 55px;
  }
}

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

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

.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: #233b76 ;
  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: #233b76 ;
}

.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 #233b76 ;
  -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 #233b76 ;
    -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: #233b76 ;
  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: #233b76 ;
  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;
  }
}

/* Scroll-based animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease;
}

.slide-in-left.active {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease;
}

.slide-in-right.active {
  opacity: 1;
  transform: translateX(0);
}

.fade-in {
  opacity: 0;
  transition: all 1s ease;
}

.fade-in.active {
  opacity: 1;
}

/* Enhanced animations */
.reveal {
  transition-delay: 0.1s;
}

.reveal:nth-child(2) {
  transition-delay: 0.2s;
}

.reveal:nth-child(3) {
  transition-delay: 0.3s;
}

.reveal:nth-child(4) {
  transition-delay: 0.4s;
}

/* Color scheme updates */
.section-title-s3 h2 {
  color: #233b76;
}

.about-s3 .details p {
  color: #666;
  line-height: 1.8;
}

/* Industries Slider Layout */
.services-s3 {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.services-s3 .bg-image {
  opacity: 0.05;
}

.industries-slider-wrapper {
  overflow: hidden;
  position: relative;
  margin: 50px 0;
  padding: 20px 0;
  width: 100%;
}

.industries-slider {
  display: flex;
  flex-wrap: nowrap;
  animation: infiniteScroll 30s linear infinite;
  gap: 30px;
  width: max-content;
  will-change: transform;
}

.industries-slider:hover {
  animation-play-state: paused;
}

.industries-slider.paused-animation {
  animation-play-state: paused;
}

@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 15px));
  }
}

/* Force horizontal layout */
.industries-slider .industry-card {
  white-space: normal;
  flex-shrink: 0;
}

.industry-card {
  flex: 0 0 350px;
  min-height: 280px;
  max-width: 350px;
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  transition: all 0.4s ease;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
  border-color: #00c9b5;
}

.industry-card .icon-wrapper {
  margin-bottom: 25px;
}

.industry-card .icon-wrapper .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #233b76;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.industry-card:hover .icon-wrapper .icon {
  background: #00c9b5;
  transform: scale(1.1);
}

.industry-card .icon-wrapper .icon i {
  font-size: 36px;
  color: #fff;
  transition: all 0.3s ease;
}

.industry-card h3 {
  color: #233b76;
  margin: 20px 0 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.industry-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Why-us section improvements */
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.advantage-item {
  text-align: center;
  padding: 40px 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.advantage-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.advantage-item .icon-medium {
  font-size: 96px;
  color: #00c9b5;
  margin-bottom: 25px;
  display: inline-block;
  transition: all 0.6s ease;
}

.advantage-item.flip-icon .icon-medium {
  transform: rotateY(180deg);
}

.advantage-item h3 {
  color: #233b76;
  margin: 20px 0 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.advantage-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

/* Additional color scheme updates */
.projects-architects .details h3 {
  color: #233b76;
  margin-bottom: 15px;
}

.projects-architects .details p {
  color: #666;
  line-height: 1.7;
}

.projects-architects .number {
  color: #00c9b5;
  font-weight: 700;
}

.architects-blog .entry-title h3 a {
  color: #233b76;
  transition: color 0.3s ease;
}

.architects-blog .entry-title h3 a:hover {
  color: #00c9b5;
}

.architects-blog .entry-meta span {
  color: #00c9b5;
}

.architects-blog .read-more {
  color: #00c9b5;
  transition: all 0.3s ease;
}

.architects-blog .read-more:hover {
  color: #233b76;
}

/* Team section improvements */
.team-architects .details h3 {
  color: #233b76;
  margin-bottom: 10px;
}

.team-architects .social-links li a {
  color: #666;
  transition: color 0.3s ease;
}

.team-architects .social-links li a:hover {
  color: #00c9b5;
}

/* Pricing section improvements */
.architects-pricing .grid {
  transition: all 0.3s ease;
}

.architects-pricing .grid:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.architects-pricing .pricing-header h3 {
  color: #233b76;
}

.architects-pricing .price .value {
  color: #00c9b5;
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Mobile responsive for industries */
@media (max-width: 768px) {
  .services-s3 {
    padding: 40px 0;
  }

  .site-header-s3 .navigation {
    background-color: #fff;
  }

  .industries-slider-wrapper {
    margin: 30px 0;
    padding: 10px 0;
    overflow: hidden;
  }

  .industries-slider {
    animation-duration: 40s;
    gap: 20px;
    flex-wrap: nowrap;
    width: max-content;
  }

  .industries-slider:hover {
    animation-play-state: running; /* Keep running on mobile */
  }

  .industry-card {
    flex: 0 0 280px;
    min-height: 240px;
    max-width: 280px;
    padding: 25px 15px;
  }

  .industry-card .icon-wrapper {
    margin-bottom: 20px;
  }

  .industry-card .icon-wrapper .icon {
    width: 60px;
    height: 60px;
  }

  .industry-card .icon-wrapper .icon i {
    font-size: 28px;
  }

  .industry-card h3 {
    font-size: 16px;
    margin: 15px 0 10px;
    line-height: 1.2;
  }

  .industry-card p {
    font-size: 13px;
    line-height: 1.4;
  }

  /* Mobile touch optimization */
  .industry-card:hover,
  .advantage-item:hover {
    transform: none; /* Disable hover transforms on mobile */
  }

  .industry-card:active,
  .advantage-item:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
  }

  /* Ensure animations are smoother on mobile */
  .reveal,
  .slide-in-left,
  .slide-in-right,
  .fade-in {
    transition-duration: 0.6s;
  }

  /* General responsive improvements */
  .hero-slider-wrapper-s2 .slide-caption h1 {
    font-size: 60px;
  }

  .hero-slider-wrapper-s2 .slide-caption p {
    font-size: 18px;
  }

  .section-title-s3 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Why-us mobile responsiveness */
  .advantages-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .advantage-item {
    padding: 30px 15px;
    margin: 0 10px;
  }

  .advantage-item .icon-medium {
    font-size: 72px;
    margin-bottom: 20px;
  }

  .advantage-item h3 {
    font-size: 18px;
    margin: 15px 0 10px;
  }

  .advantage-item p {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Extra small mobile devices */
@media (max-width: 480px) {
  .industries-slider {
    animation-duration: 50s;
    gap: 15px;
    flex-wrap: nowrap;
    width: max-content;
  }

  .industry-card {
    flex: 0 0 250px;
    max-width: 250px;
    min-height: 220px;
    padding: 20px 12px;
  }

  .industry-card .icon-wrapper .icon {
    width: 50px;
    height: 50px;
  }

  .industry-card .icon-wrapper .icon i {
    font-size: 24px;
  }

  .industry-card h3 {
    font-size: 15px;
    margin: 12px 0 8px;
  }

  .industry-card p {
    font-size: 12px;
  }

  .hero-slider-wrapper-s2 .slide-caption h1 {
    font-size: 48px;
  }

  .hero-slider-wrapper-s2 .slide-caption p {
    font-size: 16px;
  }

  .section-title-s3 h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .advantages-grid {
    gap: 15px;
    margin-top: 20px;
  }

  .advantage-item {
    padding: 25px 12px;
    margin: 0 5px;
  }

  .advantage-item .icon-medium {
    font-size: 60px;
    margin-bottom: 15px;
  }

  .advantage-item h3 {
    font-size: 16px;
    margin: 12px 0 8px;
    line-height: 1.2;
  }

  .advantage-item p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* Desktop styles */
@media screen and (min-width: 992px) {
  .site-header-s3 .navigation #navbar {
    background-color: #233b76;
  }

  .navbar-container {
    width: 1600px;
    height: 70px;
  }

  /* Navbar hover effects */
  .architect-header #navbar > ul > li > a {
    position: relative;
    transition: all 0.3s ease;
  }

  .architect-header #navbar > ul > li > a:hover {
    color: #00c9b5 !important;
  }

  .architect-header #navbar > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #00c9b5;
    transition: all 0.3s ease;
    transform: translateX(-50%);
  }

  .architect-header #navbar > ul > li > a:hover::after {
    width: 100%;
  }
}

@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: 24px 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: 200px;
  }
}

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

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

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

.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: #00c9b5;
}

/*** 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/banner-img.jpeg") 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: #000000b8;
  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: #00c9b5;
    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: #233b76 ;
  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: #00c9b5;
    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: #233b76 ;
}

.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: #233b76 ;
}

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

/*--------------------------------------------------------------
# 7. QUALITY SECTION
--------------------------------------------------------------*/
.quality-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.quality-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="%23233b76" opacity="0.03"/><circle cx="80" cy="80" r="1" fill="%2300c9b5" opacity="0.03"/><circle cx="40" cy="60" r="1" fill="%23233b76" opacity="0.02"/><circle cx="60" cy="40" r="1" fill="%2300c9b5" opacity="0.02"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
  pointer-events: none;
}

.quality-section .section-title-s3 {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.quality-section .section-title-s3 p {
  color: #666;
  font-size: 18px;
  line-height: 1.7;
  max-width: 800px;
  margin: 5px 0px;
}

.quality-cards-wrapper {
  position: relative;
  z-index: 2;
}

.quality-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(35, 59, 118, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.quality-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #233b76 0%, #00c9b5 100%);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.quality-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 201, 181, 0.3);
}

.quality-card:hover::before {
  transform: scaleX(1);
}

.quality-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.quality-content h3 {
  color: #233b76;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.quality-card:hover .quality-content h3 {
  color: #00c9b5;
}

.quality-content p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  flex: 1;
}

/* Centering for second row */
.quality-cards-centered {
  justify-content: center;
}

@media (max-width: 991px) {
  .quality-cards-centered {
    justify-content: flex-start;
  }
  
  .quality-cards-centered .col {
    margin-bottom: 25px;
  }
}

/* Animation delays for reveal effect */
.quality-card:nth-child(1) { animation-delay: 0.1s; }
.quality-card:nth-child(2) { animation-delay: 0.2s; }
.quality-card:nth-child(3) { animation-delay: 0.3s; }
.quality-card:nth-child(4) { animation-delay: 0.4s; }
.quality-card:nth-child(5) { animation-delay: 0.5s; }

/* Responsive Design */
@media (max-width: 991px) {
  .quality-section .section-title-s3 {
    margin-bottom: 50px;
  }
  
  .quality-section .section-title-s3 p {
    font-size: 16px;
  }
  
  .quality-card {
    padding: 35px 25px;
    margin-bottom: 25px;
  }
  
  .quality-content h3 {
    font-size: 20px;
  }
  
  .quality-cards-centered .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .quality-section {
    padding: 60px 0;
  }
  
  .quality-section .section-title-s3 {
    margin-bottom: 40px;
  }
  
  .quality-section .section-title-s3 h2 {
    font-size: 28px;
  }
  
  .quality-section .section-title-s3 p {
    font-size: 15px;
    padding: 0 15px;
  }
  
  .quality-card {
    padding: 30px 20px;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  
  .quality-content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  
  .quality-content p {
    font-size: 14px;
  }
  
  /* Stack cards on mobile */
  .quality-cards-centered .col {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  
  .quality-cards-centered .col-lg-offset-2 {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .quality-card {
    padding: 25px 15px;
    text-align: center;
  }
  
  .quality-content h3 {
    font-size: 17px;
  }
}

/*--------------------------------------------------------------
# 8. CONTACT SECTION
--------------------------------------------------------------*/
.contact-section {
  background: #f8f9fa;
  position: relative;
}

.contact-section .section-title-s3 {
  margin-bottom: 60px;
}

.contact-section .section-title-s3 p {
  color: #666;
  font-size: 16px;
  margin-top: 15px;
}

/* Contact Form Styles */
.contact-form-wrapper {
  background: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.contact-form-header h3 {
  color: #233b76;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form label {
  color: #333;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}

.contact-form .form-control {
  width: 100%;
  padding: 10px 15px;
  height: 44px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  outline: none;
  border-color: #00c9b5;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(0, 201, 181, 0.1);
}

.contact-form .form-control::placeholder {
  color: #999;
  font-size: 14px;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.contact-form .btn {
  background: #233b76;
  border: 2px solid #233b76;
  color: #fff;
  padding: 15px 40px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.contact-form .btn:hover {
  background: #00c9b5;
  border-color: #00c9b5;
  transform: translateY(-2px);
}

/* Contact Information Styles */
.contact-info-wrapper {
  padding: 0 20px;
}

.contact-info-header h3 {
  color: #233b76;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.contact-info-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.contact-info-item .icon {
  width: 50px;
  height: 50px;
  background: #233b76;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.contact-info-item:hover .icon {
  background: #00c9b5;
  transform: scale(1.1);
}

.contact-info-item .icon i {
  color: #fff;
  font-size: 18px;
}

.contact-info-item .details h4 {
  color: #233b76;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.contact-info-item .details p {
  color: #666;
  font-size: 16px;
  margin: 0;
  line-height: 1.4;
}



/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-form-wrapper {
    padding: 30px 20px;
    margin-bottom: 40px;
  }

  .contact-info-wrapper {
    padding: 0 10px;
  }

  .contact-info-item {
    padding: 15px;
    margin-bottom: 20px;
  }

  .contact-info-item .icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }

  .contact-info-item .icon i {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .contact-form-wrapper {
    padding: 25px 15px;
  }

  .contact-form-header h3 {
    font-size: 20px;
  }

  .contact-info-header h3 {
    font-size: 20px;
  }

  .contact-form .btn {
    width: 100%;
    padding: 15px 20px;
  }
}

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

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

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

footer p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

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

.navbar-brand > img {
  max-width: 300px;
}

.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}

.advantage-item {
  background-color: #fff;
  padding: 36px 28px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-bottom: 3px solid transparent;
}

.advantage-item:hover {
  transform: translateY(-8px);
  border-bottom: 3px solid #10b981;
}

.advantage-item:hover .icon-medium {
  color: var(--primary-color);
  transform: rotateY(360deg);
}

.advantage-item h3 {
  font-size: 1.3rem;
  color: var(--dark);
  margin-top: 16px;
}

.advantage-item:hover {
  transform: translateY(-8px);
  border-bottom: 3px solid #10b981;
}


/* Scroll Animations */
/* .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
} */

/*--------------------------------------------------------------
#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: #233b76 ;
  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: #233b76 ;
}

@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: #233b76 ;
  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: #e6e6e6;
  /*** 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: 90px;
  left: 98px;
  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: 40px;
    padding-bottom: 100px;
  }
}

.projects-architects .slider-for .img-holder:before {
  content: "";
  background-color: #233b76 ;
  width: 300px;
  height: 328px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 991px) {
  .projects-architects .slider-for .img-holder:before {
    width: 200px;
        height: 300px;
  }
}

.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: #233b76 ;
  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: #233b76 ;
}

@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: #233b76 ;
  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: #233b76 ;
  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: #233b76 ;
}

.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: #233b76 ;
}

.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;
  background: #efefef;
}

.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 #233b76 ;
  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 #233b76 ;
}

.architects-partner .partner-slider .owl-controls .owl-nav > div {
  background-color: transparent;
  border: 1px solid #233b76 ;
  color: #233b76 ;
}

.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: #233b76 ;
  color: #fff;
}

.architects-intro .box {
  background-color: #233b76 ;
}

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