@font-face {
    font-family: 'ft-regola-neue';
    font-weight: 300;
    src: url('../fonts/ft-regola-neue-light.ttf');
}

@font-face {
    font-family: 'ft-regola-neue';
    font-weight: 400;
    src: url('../fonts/ft-regola-neue-regular.ttf');
}

@font-face {
    font-family: 'ft-regola-neue';
    font-weight: 500;
    src: url('../fonts/ft-regola-neue-medium.ttf');
}

@font-face {
    font-family: 'ft-regola-neue';
    font-weight: 600;
    src: url('../fonts/ft-regola-neue-semibold.ttf');
}

@font-face {
    font-family: 'ft-regola-neue';
    font-weight: 700;
    src: url('../fonts/ft-regola-neue-heavy.ttf');
}

@font-face {
    font-family: 'ft-regola-neue-heavy';
    font-weight: 700;
    src: url('../fonts/ft-regola-neue-heavy.ttf');
}



body {
    font-family: 'ft-regola-neue' !important;
    color: #4b483c !important;
    font-weight: 400 !important;
    background: #eaecf1 !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body p a:hover{
    color: #847d6b;
}

.btn.btn1 {
    color: #fff !important;
    background-color: #847d6b !important;
    border-color: #847d6b !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 7px;
    padding: 12px 20px;
    font-weight: 500;
    transition: all .4s ease;
    min-width: 160px;
    margin-top: 15px;
}

.btn.btn1:hover {
    color: #fff !important;
    background-color: #333448 !important;
    border-color: #333448 !important;
}

.btn.btn2{
    color: #fff !important;
    background-color: #847d6b !important;
    border-color: #847d6b !important;
}
.btn.btn2:hover {
    color: #847d6b !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

.btn.btn-white{
    color: #4b483c !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.btn.btn-white:hover {
    color: #fff !important;
    background-color: #333448 !important;
    border-color: #333448 !important;
}


.fs-12{
    font-size: .75rem;
}
.fs-14{
    font-size: .875rem;
}
.fs-18{
    font-size: 1.125rem;
}

.fw-500{
    font-weight: 500 !important;
}

.text-main {
    color: #847d6b !important;
}

.text-blue {
    color: #333448 !important;
}


.padding{
    padding-top: 80px;
    padding-bottom: 80px;
}

.margin-top {
    margin-top: 130px;
}


.logo1 {
    width: 340px;
}

nav.navbar {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
    padding: 50px 0;
}

nav.navbar .nav-item .nav-link {
    color: #4b483c;
    padding: 9px 14px;
    margin: 0 8px;
    font-size: .9375em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 1px;
}

nav.navbar .nav-item .nav-link:hover {
    color: #847d6b;
}

nav.navbar .nav-item .nav-link.active {
    color: #847d6b;
}
nav.navbar .nav-item .nav-link i.fa-minus{
    display: none;
}

nav.navbar .navbar-toggler {
    border: 0;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
}
/*nav.navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url('../images/menu-icon.svg') !important;
}*/

nav.navbar .nav-item .btn {
    background: #847d6b;
    border-radius: 0;
    padding: 12px 15px;
    line-height: 1;
    box-shadow: none;
    outline: none;
    display: inline-block;
}
nav.navbar .nav-item .btn:hover {
    background: #847d6b;
    color: #fff;
}

nav.navbar .r-icons .nav-item .nav-link {
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 12px;
    border: 0px solid #fff;
}

nav.navbar .r-icons .nav-item .nav-link:hover {
    background: #847d6b;
    color: #fff;
}
nav.navbar .r-icons .nav-item .nav-link img {
    height: 15px;
}
nav.navbar .r-icons .nav-item .nav-link .num {
    background: #be0723;
    color: #fff;
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: -2px;
    right: -5px;
    z-index: 2;
    font-style: normal;
}
nav.navbar .r-icons .nav-item .nav-link i.fa-circle {
    position: absolute;
    top: 0;
    right: -4px;
    z-index: 1;
}



nav.navbar .search-01 {
    position: relative;
}

nav.navbar .search-01 .form-control {
    border-radius: 100px;
    height: 32px;
    padding-left: 32px;
    background: #fff;
    border-color: #fff;
    box-shadow: none !important;
    outline: none !important;
    font-size: .875em;
    width: 180px;
}

nav.navbar .search-01 .icon {
    position: absolute;
    left: 12px;
    top: 5px;
    font-size: 1em;
    color: #000;
    z-index: 1;
}
nav.navbar .search-01 .icon img {
    width: 15px;
}



/*banner-video*/
.banner-video {
  position: relative;
  background-color: black;
  width: 100%;
  /* height: 100vh; */
  overflow: hidden;
  padding-top: 300px;
  padding-bottom: 450px;
}

.banner-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-video .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(0deg,#eaecf1 0%,rgb(0 0 0 / 0%) 100%);
  z-index: 1;
}


.banner-video .text-box {
    position: relative;
    z-index: 2;
}

.banner-video .text-box h1 {
    letter-spacing: 1.5px;
}

.banner-video .img1 {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.banner-video.other-pages{
    height: 80vh;
}

.box-01 {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 40px;
}

.box-01 .img1 {
    border-radius: 10px;
    max-height: 500px;
    object-fit: cover;
}

.box-01.top{
    margin-top: -490px;
    position: relative;
    z-index: 2;
}

.box-01 iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
}


.box-02 {
    background: #fff;
    border-radius: 20px;
    position: relative;
}
.box-02 .txt {
    padding: 50px 40px;
}

.box-02 .img1 {
    border-radius: 20px;
    height: 100%;
    max-height: 600px;
    object-fit: cover;
}



.portfolio-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio-box .img img {
    border-radius: 8px;
    height: 240px;
    object-fit: cover;
}

.portfolio-box .txt {
    padding: 15px;
}

.portfolio-box2 {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.portfolio-box2 .img img {
    border-radius: 8px;
    height: 380px;
    object-fit: cover;
}

.portfolio-box2 .txt {
    padding: 20px;
}






















/* footer-section */
.footer-section {
    background: #847d6b;
    padding: 35px 0;
}