body,
html {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #666;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #f3a417;
}

::selection {
  color: white;
  background: #f3a417;
}

h2 {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 32px;
  color: #333;
}
h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
  text-align: justify;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: white;
  font-weight: 400;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #f3a417;
}
ul,
ol {
  list-style: none;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #575756;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 10px;
  transition: all 0.8s;
}

#logo-img {
  width: 350px; /*260*/
}

#menu.navbar-default {
  background-color: #fff;
  border-color: rgba(231, 231, 231, 0);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
#menu a.navbar-brand {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #f3a417;
  text-transform: uppercase;
  letter-spacing: -1px;
}
#menu.navbar-default .navbar-nav > li > a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #575756;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 2px;
  border-radius: 0;
  margin: 25px 20px 0 20px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #f3a417;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #f3a417 !important;
  background-color: transparent;
}
#menu .phone {
  font-family: "Montserrat", sans-serif;
  margin: 4px 0 0 120px;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
#menu .phone span {
  font-size: 14px;
  display: block;
  color: #f3a417;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
  border-color: #fff;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #f3a417;
}
.section-title {
  margin-bottom: 70px;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.section-title h2::after {
  position: absolute;
  content: "";
  background-color: #f3a417;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}
.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #f3a417;
  padding: 14px 20px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
  color: #fff;
  background-color: #575756;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  background: url(../img/intro-bg.webp) center center no-repeat;
  background-color: #e5e5e5;
  background-size: cover;
  -o-background-size: cover;
}
.intro .overlay {
  background: rgba(0, 0, 0, 0.479);
}
.intro h1 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 62px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.intro p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  padding: 15px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}
header .intro-text {
  padding-top: 250px;
  padding-bottom: 150px;
  text-align: center;
}
/* Get Touch Section */
#get-touch {
  padding: 40px 0 30px;
  color: rgba(255, 255, 255, 0.7);
  background: #f3a417;
}
#get-touch h3 {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px 0;
}
#get-touch .btn-custom {
  margin: 0;
  background: transparent;
  border: 2px solid #fff;
}
#get-touch .btn-custom:hover {
  color: #f3a417;
  background: #fff;
  border: 2px solid #fff;
}
.contact-button {
  margin-top: 30px;
}

/* Get Touch Section */
#ibb {
  /*padding: 40px 0 30px;*/
  padding: 100px 0;
  /*color: rgba(255, 255, 255, 0.7);*/
  background: #dddddd;
}
#ibb h3 {
  font-size: 24px;
  font-weight: 400;
  /*color: #fff;*/
  margin: 0 0 10px 0;
}
.place2 {
  padding: 20px;
  width: 450px;
  margin-top: 10px;
}
#ibb .btn-custom {
  margin: 0;
  background: transparent;
  border: 2px solid #fff;
}
#ibb .btn-custom:hover {
  color: #f3a417;
  background: #fff;
  border: 2px solid #fff;
}
.contact-button {
  margin-top: 30px;
}


/* About Section */
#about {
  padding: 100px 0;
  background: #f6f6f6;
}
#about h3 {
  font-size: 22px;
  margin: 0 0 20px 0;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
#about h2::after {
  position: absolute;
  content: "";
  background-color: #f3a417;
  height: 3px;
  width: 50px;
  bottom: -1px;
  left: 0;
}
#about .about-text li {
  margin-bottom: 6px;
  margin-left: 6px;
  list-style: none;
  padding: 0;
}
#about .about-text li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  color: #1f386e;
  font-size: 11px;
  font-weight: 300;
  padding-right: 8px;
}
.place {
  padding: 20px;
  width: 450px;
  margin-top: 10px;
  background: #fff;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 30px 0;
}

.img-about {
  width: 10%;
}

.about-icon img {
  width: 30%;
  margin: 60px 0 40px 35%;
}

/* Services Section */
#services {
  padding: 100px 0;
}
#services .service-media {
  margin: 10px;
}
#services .service-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.service-desc {
  margin: 10px 10px 20px;
}
#services h3 {
  font-weight: 700;
  padding: 5px 0;
}
#services .service-desc hr {
  margin-left: 0;
}

.photo-gallery {
  color: #575756;
  background-color: rgb(255, 255, 255);
}
.photo-gallery .item {
  padding: 0;
}
.item img {
  width: 100%;
}

/* Contact Section */
#contact {
  padding: 100px 0 60px 0;
  background: #f3a417;
  color: rgba(255, 255, 255, 0.911);
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact h4 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
#contact form {
  padding-top: 20px;
}
#contact h3 {
  font-size: 17px;
  font-weight: 600;
}
#contact .text-danger {
  color: #f3a417;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: transparent;
  border: 2px solid #fff;
}
#contact .btn-custom:hover {
  color: #f3a417;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #f3a417;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #f3a417;
  outline: 0;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #f3a417;
}
.form-control:-moz-placeholder {
  color: #f3a417;
}
.form-control::-moz-placeholder {
  color: #f3a417;
}
.form-control:-ms-input-placeholder {
  color: #f3a417;
}
#contact .contact-item {
  margin: 20px 0;
}
#contact > .contact-item a {
  text-decoration: none;
  color: white;
}
#contact .contact-item a:hover {
  text-decoration: underline;
  color: white;
}

#contact .contact-item span {
  color: rgba(255, 255, 255, 1);
  display: block;
}
#contact .social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
  margin-top: 50px;
  text-align: center;
}
#contact .social ul li {
  display: inline-block;
  margin: 0 20px;
}
#contact .social i.fa {
  font-size: 24px;
  padding: 10px;
  color: rgba(255, 255, 255, 0.6);
  transition: all 0.3s;
}
#contact .social i.fa:hover {
  color: #fff;
}
/* Footer Section*/
#footer {
  background: #f6f6f6;
  padding: 30px 0;
}
#footer p {
  color: #888;
  font-size: 14px;
}
#footer a {
  color: #f3a417;
}
#footer a:hover {
  color: #f3a417;
}

@media (max-width: 450px) {

  .photos>div>a> img {
    height: 20%;
  }

}

@media (max-width: 768px) {
  .place {
    margin: 50px 0;
  }
}
