@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
html {
  overflow-x: hidden;
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #abacae;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  margin-bottom: 150px;
}

.main {
  margin-bottom: 45px;
}

footer {
  background-color: #E3DCCF;
  color: #c1ab72;
  padding: 20px 0 15px 0;
  margin-top: auto;
}

footer .social i {
  font-size: 24px;
  color: #c1ab72;
  margin-right: 5px;
}

h1, h2, h3, h4 {
  font-size: 32px;
  color: #585b60;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #c1ab72;
}

a:hover {
  text-decoration: none;
  color: #7c9294;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

img {
  width: 100%;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  padding-bottom: 20px;
}

.section-title img {
  width: 75%;
}

.section-header .icon img {
    height: 50px;
    width: 50px;
}

.padding-none {
  padding: 0px;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #137ED9;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #4297e0;
  -webkit-box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.btn-border {
  color: #137ED9;
  background-color: transparent;
  border: 1px solid #137ED9;
}

.btn-border:hover {
  color: #fff;
  border-color: #137ED9;
  background-color: #137ED9;
}

.btn-border:focus {
  color: #fff;
  border-color: #137ED9;
  background-color: #137ED9;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #137ED9;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #137ED9;
}

#loader-1:before {
  z-index: 100;
  -webkit-animation: spin 1s infinite;
          animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

hr {
  border-top: 1px dotted #ddd;
}

.slick-slider {
  outline: 0;
}

.slick-slider .slick-active:focus {
  outline: 0;
}

#feature {
  background: #f8f9fb;
}

.text-wrapper {
  height: 100%;
  display: table;
}

.wrapper-left {
  padding-right: 30px;
}

.wrapper-right {
  padding-left: 30px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.feature-thumb {
  margin-right: -60px;
}

.title-hl {
  font-size: 32px;
  margin-bottom: 30px;
}

.features-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.features-box .features-icon {
  margin-bottom: 15px;
}

.features-box .features-icon i {
  color: #137ED9;
  font-size: 30px;
}

.features-box .features-content h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.client-item-wrapper {
  text-align: center;
  padding: 40px;
}

#about-company ul li,
#about-designer ul li {
  list-style: disc;
  padding-bottom: 10px;
  margin-left: 15px;
}

/* Content Item */
.content-item {
  padding: 15px;
  border-radius: 4px;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.content-item .icon img {
  height: 50px;
  width: 50px;
}

.content-item .content p {
    margin-bottom: 10px;
}

.content-item .content p.top {
  margin-top: 10px;
}

.content-item .content h3 {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  color: #585b60;
  letter-spacing: 4px;
}

.content-item .content h3 a {
    color: #585b60;
}

.verification {
    max-width: 450px;
    margin: 0 auto;
}

.navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 20px 0;
}

.navigation.sticky {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  padding: 7px 0;
}

.navbar {
  padding: 0;
}

.navbar .navbar-brand img {
  height: 75px;
  width: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar .btn-sing {
    position: absolute;
    top: 10px;
    right: 65px;
  }
}

@media (max-width: 767px) {
  .navbar .btn-sing {
    position: absolute;
    top: 13px;
    right: 65px;
  }
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #585b60;
  display: block;
  margin: 6px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 5px 16px;
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  }
}

.navbar-nav .nav-item a {
  color: #585b60;
  font-weight: 400;
  padding: 8px 17px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  letter-spacing: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #212121;
    display: block;
    padding: 4px 0;
  }
}

.navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
  color: #c1ab72;
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
}

#hero-area .contents {
  padding: 20px 0px 30px;
}

#hero-area .contents h5 {
  font-size: 50px;
}

#hero-area .contents .head-title {
  color: #585b60;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: 6px;
}

#hero-area .sub-banner {
  width: 25%;
  margin: 25px 25px 25px 0;
}

#hero-area .line {
  color: #c1ab72;
  background-color: #c1ab72;
  border: none;
  height: 1px;
  margin-right: 20px;
}

#hero-area .social {
  line-height: 0;
}

#hero-area .social i {
  font-size: 30px;
  color: #000000;
  margin-left: 5px;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 25px 20px;
  border: 1px solid #abacae;
}

.form-control:focus {
  border-color: #137ED9;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 20px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 5px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #137ED9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact #contactForm {
  margin-top: 30px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

.h3 {
  font-size: 16px;
  margin-top: 26px;
}
/*# sourceMappingURL=main.css.map */