@font-face {
    font-family: 'RB';
    src: url('../fonts/RB-Regular.eot');
    src: url('../fonts/RB-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RB-Regular.woff2') format('woff2'),
        url('../fonts/RB-Regular.woff') format('woff'),
        url('../fonts/RB-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika Md';
    src: url('../fonts/Klavika-Medium.eot');
    src: url('../fonts/Klavika-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Klavika-Medium.woff2') format('woff2'),
        url('../fonts/Klavika-Medium.woff') format('woff'),
        url('../fonts/Klavika-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
:root {
  scroll-behavior: smooth;
}
body {
  font-family: 'RB', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #343434;
  overflow-x: hidden;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #434343;
  text-decoration: none;
}
a:hover {
  color: #133478;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #133478;
  line-height: 1.3;
}
p {
  font-weight: 300;
}
a,
p,
#header,
#header.header-scrolled,
.contact .info:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
::selection {
  background: #133478;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
  outline: 0;
}
p:last-child {
  margin-bottom: 0;
}
section {
  overflow: hidden;
  padding: 7rem 0;
  scroll-margin-top: 100px;
}

.header {
  background: transparent;
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
  margin: 1.5rem;
  border-radius: 0;
}
.header.sticked {
  background: #fff;
  padding: 1rem 0;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  margin: 0;
  border-radius: 0;
  transition: none !important;
}
.header .logo img {
  height: 70px;
  transition: 0.5s cubic-bezier(0, 0, 0.12, 1);
  filter: brightness(0) invert(1);
}
.header.sticked .logo img {
  height: 50px;
  filter: none;
}
@media (max-width: 767px) {
  .header {
    padding: 14px 0 !important;
    margin: 0;
  }
  .header .logo img {
    height: 50px;
    padding: 0 10px;
  }
}
.header-social-links {
  margin: 0 2% 0 0;
}
@media (max-width: 991px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}
.header-social-links a {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.header.sticked .header-social-links a {
  color: #133478;
}
.header-social-links a:hover,
.header.sticked .header-social-links a:hover {
  color: #C1AE89;
}

@media screen and (max-width: 991px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

#home {
  width: 100%;
  height: 100vh;
      padding: 100px 0;
    background-color: #143478;
    background-image: url(../img/pattern.svg);
    background-attachment: fixed;
    background-size: 15em;
    background-position: bottom;
    background-repeat: repeat-x;
  /* background-size: cover; */
  position: relative;

}

#home h1 {
  font-size: calc(1.5rem + 1.5vw);
  font-weight: 300;
  margin: 0;
  color: #fff;
  position: relative;
}
#home span {
  line-height: 1.5;
  color: #fff;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}


/*---------------
# Contact Section
-----------------*/
.contact {
  background: #C1AE89;
  position: relative;
  padding: 3rem 0;
  z-index: -1;
}
.contact .section-header h1,
.contact p,.contact a {
  color: #fff;
}
.contact a:hover,
.contact p:hover {
  color: #133478;
}
.contact .info {
  max-width: max-content;
  margin: auto;
}
.contact .info i {
  font-size: 1.5rem;
    color: #fff;
    float: left;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .info h4 {
  padding: 0 0 0 70px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  color: #686868;
}
.contact .info p {
  padding: 5px 40px 0 0;
  font-size: 19px;
  line-height: 1.3;
}
.info-blk {
  margin-bottom: 1.25rem;
}
.contact .info p,
.contact .info a {
  font-weight: 600;
}

.map {
  height: auto;
  text-align: center;
  padding: 0 !important;
  position: relative;
}
.map iframe {
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  z-index: 10;
  margin-bottom: -10px;
}
.map iframe .gm-style > div:first-child {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.map .map-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}
.map i {
  color: #fff;
  font-size: 40px;
}

@media (max-width: 768px) {
  .contact .info p {
    font-size: 15px;
  }
  .info-wrap.d-flex {
    display: block !important;
  }
}


.contact .info i {
  float: right;
}

@media (max-width: 1199px){
 .header .logo img {
    height: 50px;
}

}

