@font-face {
    font-family: 'ringside_light';
    src: url('../fonts/Ringside-Light.otf');
}

@font-face {
    font-family: 'ringside_book';
    src: url('../fonts/Ringside-Book.otf');
}

@font-face {
    font-family: 'ringside_medium';
    src: url('../fonts/Ringside-Medium.otf');
}

@font-face {
    font-family: 'ringside_semibold';
    src: url('../fonts/Ringside-Semibold.otf');
}

@font-face {
    font-family: 'ringside_bold';
    src: url('../fonts/Ringside-Bold.otf');
}

@font-face {
    font-family: 'ringside_black';
    src: url('../fonts/Ringside-Black.otf');
}

body {
    font-family: 'ringside_book' !important;
    letter-spacing: .5px !important;
    background: #ebebe9 !important;
    color: #121212 !important;
}

.fw-300 {
    font-family: 'ringside_light' !important;
}

.fw-500 {
    font-family: 'ringside_medium' !important;
}

.fw-600 {
    font-family: 'ringside_semibold' !important;
}

.fw-700 {
    font-family: 'ringside_bold' !important;
}

body a:hover,
body a:focus,
body a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

body h2,
body h1,
.display-5,
.display-4,
.display-3,
.display-2,
.display-1 {
    font-family: 'ringside_bold';
    line-height: .85 !important;
}

.display-6{
    font-family: 'ringside_book';
}

.link:hover {
    color: #007398 !important;
}

.fs-14 {
    font-size: .875em;
}

.fs-12 {
    font-size: .75em;
}

.fs-18{
    font-size: 1.125em;
}

.text-main{
    color: #007398 !important;
}
.text-1c{
    color: #1c1c1c !important;
}
.text-white-60 {
    color: rgba(255,255,255,.6)!important;
}
.text-white-80 {
    color: rgba(255,255,255,.8)!important;
}

.bg-f5f5f5 {
    background-color: #f5f5f5 !important;
}

.btn.btn1 {
    background: #007398;
    border-color: #007398;
    color: #1c1c1c;
    border-radius: 10px;
    padding: 15px 24px;
    min-width: 160px;
    font-size: 1em;
    font-family: 'ringside_book';
    box-shadow: none;
    outline: none;
    transition: all .4s ease;
}

.btn.btn1:hover {
    background: #a2a695 !important;
    color: #fff !important;
    border-color: #a2a695 !important;
}

.btn.btn-white{
    background: #fff;
    border-color: #fff;
    color: #1c1c1c;
}
.btn.btn-white:hover {
    background: #a2a695 !important;
    color: #fff !important;
    border-color: #a2a695 !important;
}



.padding {
    padding: 8em 8px;
}


.space-top {
    margin-top: 164px !important;
}

.logo1 {
    width: 175px;
    vertical-align: middle;
    transition: all 1s ease;
}

.header-top {
    padding: 28px 8px;
    background-color: #ebebe9;
    transition: all 1s ease;
    z-index: 999;
}
nav.navbar {
    padding: 0;
}
nav.navbar .nav-item .nav-link {
    color: #007398;
    padding: 0 20px;
    font-size: 1em;
    font-weight: 400;
    transition: all .4s ease;
}
nav.navbar .nav-item .nav-link.show,
nav.navbar .nav-item .nav-link:hover {
    color: #a2a695;
    /* -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12); */
}

nav.navbar .nav-item .nav-link.active {
    color: #a2a695;
}

nav.navbar .nav-item .nav-link i.fa-minus {
    display: none;
}

nav.navbar .navbar-toggler {
    border: 0;
    padding: 4px 4px;
    margin: 0;
    box-shadow: none !important;
    background: transparent;
}

nav.navbar .nav-item .btn {
    color: #fff;
    background: #007398;
    border-radius: 3px;
    padding: 14px 20px;
    line-height: 1;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    display: inline-block;
}

nav.navbar .nav-item .btn:hover {
    background: #007398;
    color: #fff;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

nav.navbar .nav-item .btn.btn-login {
    background: transparent;
    transition: all .4s ease, background .1s ease;
}


nav.navbar .nav-item .btn.btn-login:hover {
    background: #007398;
}

nav.navbar .nav-item .dropdown-menu {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 2px 30px rgb(0 0 0 / 12%);
}

nav.navbar .nav-item .dropdown-menu .dropdown-item {
    font-size: 1em;
    padding: 10px 20px;
    color: #007398;
}

nav.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    color: #a2a695;
    background: transparent;
}
nav.navbar .nav-item .dropdown-menu {
    right: 0;
    left: auto;
}

.banner-section {
    background: url(../images/city-with-modern-skyscrapers-daytime.jpg);
    background-size: cover;
    background-position: center;
}
.banner-section .overlay {
    background: rgb(0 0 0 / 50%);
    height: 86vh;
}


.booknook-pattern {
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 2000px;
    height: 100%;
    object-fit: cover;
    opacity: .12;
    z-index: 0;
}

.arrow {
    width: 1px;
    height: 150px;
    background: #fff;
    margin: auto;
    position: relative;
}

.arrow:after {
    content: '';
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 2px;
    left: -5px;
    transform: rotate(45deg);
}

/* .nav.nav1 */

.nav.nav1 .nav-link {
    color: #fff;
    font-size: 1em;
    padding: 8px 20px;
    font-family: 'ringside_light';
}

.nav.nav1 .nav-link:hover {
    color: #a2a695;
}


.section-01 {
    background: #1c1c1c;
}
.section-01 .box1 {
    background: #007398;
    padding: 60px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
.section-01 .img1 {
    object-fit: cover;
}

.section-01 .wood-bg:after {
    content: '';
    background: linear-gradient(45deg, rgb(0 0 0 / 0%), #000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.section-01 .wood-icon {
    position: absolute;
    width: 180px;
    right: 40px;
    bottom: 40px;
    z-index: 2;
    opacity: .50;
}



.btn-arrow {
    position: absolute;
    bottom: 40px;
    right: -26px;
    z-index: 3;
}

.arrow2 {
    width: calc(100% - 260px) !important;
    height: 1px;
    background: #fff;
    margin: auto;
    position: absolute;
    bottom: 62px;
    left: 70px;
    z-index: 3;
}
.arrow2:after {
    content: '';
    border: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -4.5px;
    right: 1px;
    transform: rotate(-45deg);
}

.banner-section.contact .overlay{
    background: linear-gradient(90deg, #fff, rgb(255 255 255 / 50%), transparent, transparent);
}


.section-works{
    background: #1c1c1c;
}
.section-works .box1 {
    background: #007398;
    padding: 60px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    height: 100%;
}
.section-works .img-work {
    height: 400px;
    object-fit: cover;
}

.choose-box {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    height: 100%;
}

.choose-box img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 40px;
}


.services-box {
    background: transparent;
    border-radius: 10px;
    height: 100%;
}
.services-box .img {
    width: 75px;
    height: 75px;
    line-height: 68px;
    margin: auto;
    margin-bottom: 24px;
    text-align: center;
    background: #121212;
    border-radius: 50%;
}
.services-box .img img {
    width: 52%;
    height: 52%;
    object-fit: contain;
    filter: contrast(0);
}

.contact-div {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.contact-div .iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.contact-div .iframe iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
}

hr.hr1 {
    border-color: #a2a695;
    border-width: 2px;
    opacity: .15 !important;
}

.weoffer-box {
    background: #fff;
    border-radius: 10px;
    padding: 60px 50px;
    margin-bottom: 40px;
}

.weoffer-box .icon {
    margin-right: 40px;
}

.weoffer-box .icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.img-div1 {
    margin-top: -120px;
    height: 78vh;
    min-height: 500px;
}

/* tree */
.tree {
    padding: 0;
}

.tree:not(:empty):before,
.tree:not(:empty):after,
.tree ul:not(:empty):before,
.tree ul:not(:empty):after,
.tree li:not(:empty):before,
.tree li:not(:empty):after {
    display: block;
    position: absolute;
    content: "";
}

.tree ul,
.tree li {
    position: relative;
    margin: 0;
    padding: 0;
}

.tree li {
    list-style: none;
}


.tree.vertical {
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.tree.vertical ul {
    display: flex;
    justify-content: center;
}

.tree.vertical li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.tree.vertical li .tree-box {
    margin-top: 75px;
}

.tree.vertical li:before {
    border-left: 1px solid #737372;
    height: 62px;
    width: 0;
    top: 0;
}

.tree.vertical li:after {
    border-top: 1px solid #737372;
    height: 0;
    width: 100%;
}

.tree.vertical li:first-child:after {
    border-top: 1px solid #737372;
    height: 0;
    width: 50%;
    left: 50%;
}

.tree.vertical li:last-child:after {
    border-top: 1px solid #737372;
    height: 0;
    width: 50%;
    right: 50%;
}

.tree.vertical li:only-child:after {
    content: none;
}

.tree.vertical li ul:before {
    border-left: 1px solid #737372;
    height: 62px;
    width: 0;
    top: -62px;
}

.tree.vertical>li:only-child:before,
.tree.vertical>li:only-child:after {
    content: none;
}

.tree.vertical li ul li {
    width: 25%;
    padding: 0 15px;
}
  




/* footer-section */
.footer-section {
    background: #007398;
    padding: 80px 8px;
}

.logo-ftr{
    width: 180px;
}

.footer-section hr {
    border-color: #a2a695;
    border-width: 2px;
}