@charset "UTF-8";

/*
Theme Name: Adam & Meads
*/
/*==============Global Style=============*/
/*------variables-----*/
:root {
    --green: #01321f;
    --dark: #333333;
    --orange: #f05023;
    --yellow: #f49719;
    --golden: #d2b669;
}

/*   Typography  */
@font-face {
    font-family: MuseoSans;
    src: url(fonts/MuseoSans-300.otf);
}

@font-face {
    font-family: MuseoSans-semibold;
    src: url(fonts/MuseoSans_500.otf);
}

@font-face {
    font-family: MuseoSans-bold;
    src: url(fonts/MuseoSans_700.otf);
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: calc(14rem/16);
    line-height: calc(24/14);
    color: #777777;
}

.navbar-nav .nav-link {
    color: #333;
    text-transform: capitalize;
    transition: all 0.3s;
    font-weight: 400;
}

.header:not(.fixed) .navbar-dark .navbar-nav .nav-link,
.header:not(.fixed) .s-btn {
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #666;
    font-size: 15px;
}

.ff-ms {
    font-family: MuseoSans;
}

h1,
h2,
h3,
h4 {
    font-family: MuseoSans-semibold;
}

h1,
.h1 {
    font-size: calc(36rem/16);
}

h2,
.h2,
.section-title {
    font-size: calc(30rem/16);
    position: relative;
    color: #333;
    margin-bottom: 30px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}

.entry-title {
    font-family: MuseoSans-bold;
}

.section-title.bar:after,
.section-title.bar-center:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    margin-top: 10px;
    background: url(assets/images/bar.png) no-repeat;
}

.section-title-new::after {
    display: none;
}

.section-title.bar-center:after {
    background-position: center center;
}

.text-dark {
    color: #333333 !important;
}

h3,
h4 {
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #0e0e0e;
}

.text-orange {
    color: #f05023;
}

/*
*:after,
*,
*:before {
    transition: all 0.4s;
}
*/
figure {
    margin-bottom: 0;
}

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

/*---------Typography-----*/
.text-golden {
    color: #d2b669;
}

.form-control::-webkit-input-placeholder {
    color: rgba(102, 102, 102, 0.5);
}

.form-control:-ms-input-placeholder {
    color: rgba(102, 102, 102, 0.5);
}

.form-control::placeholder {
    color: rgba(102, 102, 102, 0.5);
}

[type="button"]:focus {
    outline: 0 none;
}

a,
a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 none;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

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

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.w100p {
    width: 100%;
}

.theme-grd {
    background: linear-gradient(to right, #f05023, #f9a01d);
}

form {
    font-size: 14px;
}

.form-control {
    height: 50px;
    font-size: 14px;
    color: #666;
    border-color: #d5d5d5;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cccccc;
    outline: 0;
    box-shadow: 0 0 3px 0.1px rgba(0, 0, 0, 0.25);
}

img {
    max-width: 100%;
}

.text-green {
    color: #01321f !important;
}

.texture-bg,
.arc .btn[aria-expanded="true"] {
    background-color: #01321f;
}

.texture-bg,
.arc .btn[aria-expanded="true"] {
    background-image: url(images/green-texture.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.btn,
.ur-frontend-form.ur-frontend-form--rounded form button[type="submit"],
.ur-frontend-form.ur-frontend-form--rounded form input[type="submit"],
.user-registration-Button,
.ur-frontend-form button[type="submit"],
.ur-frontend-form input[type="submit"] {
    color: #01321f;
    font-size: 14px;
    user-select: none;
    white-space: nowrap;
    text-transform: capitalize;
    border: 1px solid #01321f;
    padding: .6rem 1.8rem;
    font-family: 'Open Sans', sans-serif;
    border-radius: 3px;
    background: #fff;
    white-space: normal;
}

.btn-gold {
    color: #fff;
    border: 1px solid #d2b669;
    background: #d2b669;
}

.btn:hover,
.btn:focus,
.btn-gold:hover,
.btn-gold:focus {
    box-shadow: none;
    color: #01321f !important;
    outline: none;
    border-color: #01321f;
    background: #fff;
}

.green-overlay {
    position: relative;
}

.vid-pop .modal-dialog {
    max-width: 820px;
}

.bg-green {
    background: #01321f;
}

.green-overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/green-texture.jpg) repeat;
    background-color: #01321f;
    opacity: 0.9;
    pointer-events: none;
}

.l-shadow {
    -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.2);
}

.section-title:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-title.text-left::after {
    right: auto;
}.slick-slider * {
    outline: none !important;
}

/*===Slick slider style===*/
.slick-next:before,
.slick-prev:before {
    content: none !important;
}

.cs-arrow .slick-arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    background: #fff !important;
    /*     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    z-index: 2;
    border: 1px solid #dedede;
    position: absolute;
    top: 40%;
    left: -25px;
    font-size: 0;
}

.cs-arrow .slick-arrow:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.051);
}
.cs-arrow .slick-next {
    left: auto;
    right: -25px;
}
.cs-arrow .slick-arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border: 2px solid #dedede;
    border-width: 2px 0 0 2px;
    transform: rotate(-45deg);
    left: calc(50% - 3px);
    top: calc(50% - 5px);
}

.cs-arrow .slick-next:after {
    border-width: 0 2px 2px 0;
    right: calc(50% - 3px);
    left: auto;
}

/*============== HEADER START================*/
.header {
    padding: 10px 0 9px;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
}

.search-btn img {
    width: 25px;
    height: 25px;
    display: block;
}

.header .login {
    border-color: #01321f;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .current-menu-item .nav-link {
    color: #01321f;
}

/*------custom-navbar --------*/
.cross-menu {
    width: 40px;
    height: 30px;
    display: inline-block;
    padding-top: 15px;
}

.cross-menu:before,
.cross-menu:after {
    content: '';
    height: 1px;
    width: 30px;
    background: #666;
    display: block;
    transform: rotate(45deg);
    position: relative;
    cursor: pointer;
}

.cross-menu:after {
    content: '';
    position: absolute;
    transform: rotate(-45deg);
}

.custom-navbar {
    position: fixed;
    padding: 2rem 0;
    background: #fff;
    box-shadow: -15px 5px 30px 0 rgba(0, 0, 0, 0.2);
    right: -500px;
    top: 100%;
    z-index: 3;
    width: 15%;
    min-width: 450px;
    max-width: 90vw;
    height: 100vh;
    top: 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.custom-navbar.active {
    right: 0;
    opacity: 1;
}

.custom-navbar > ul {
    border-top: 1px solid #ccc;
    overflow-y: auto;
    max-height: calc(100vh - 75px);
}

.custom-navbar .navbar-nav .nav-link {
    font-size: 20px;
    padding: 1rem 3rem;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}

.custom-navbar .nav-item {
    margin-top: 3rem;
    opacity: 0;
    transition: margin 1s 0.35s, opacity 1s 0.40s;
}

.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .current-menu-item .nav-link {
    color: #d2b669;
}

.custom-navbar.active .nav-item {
    margin-top: 0;
    opacity: 1
}

/*-----------BANNER------------*/
.banner {
    min-height: 480px;
}

.banner.logged-in {
    min-height: 0;
}

.vdo-frame .iframe-poster {
    cursor: pointer;
}

.vdo-frame .iframe-poster {
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
}

.vdo-frame .iframe-poster img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    object-fit: contain;
    max-width: 35%;
}

/*
.vdo-frame .iframe-poster .play-icon {
    object-fit: none;
}
*/
.banner-content {
    position: relative;
    top: 150px;
}

.banner .vdo-link {
    border: 1px solid #fff;
}

.related-content {
    padding: 75px 0 65px;
}

/*   time line section   */
.timeline-start {
    padding: 65px 0 0;
    background: #fbfbfb;
}

.start-timeline img {
    /*-webkit-animation: arrowDown 01.5s ease-in-out infinite;
    -o-animation: arrowDown 01.5s ease-in-out infinite;
    animation: arrowDown 01.5s ease-in-out infinite;*/
    position: relative;
    top: 0;
}

-webkit-@keyframes arrowDown {
    50% {
        top: 10px
    }
}

-moz-@keyframes arrowDown {
    50% {
        top: 10px
    }
}

-ms-@keyframes arrowDown {
    50% {
        top: 10px
    }
}

-o-@keyframes arrowDown {
    50% {
        top: 10px
    }
}

@keyframes arrowDown {
    50% {
        top: 10px;
    }
}

.timeline-wrapper {
    /*padding: 75px 0;*/
    background: url(./assets/images/timeline-bg.jpg) no-repeat center/cover;
    min-height: calc(100vh - 85px)
}

.time-title {
    position: absolute;
    font-size: 60px;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    color: #fff;
}

.side-img {
    right: 0;
    bottom: 0;
    transform: translate(50%, 30%);
}

.timeline-box:before,
.timeline-box:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: calc(100% - 150px);
    height: 100%;
    border: 1px solid #d2b669;
    right: 0;
    border-width: 1px 1px 0 0;
    border-radius: 0 5px 0;
    pointer-events: none;
    top: 0;
}

.timeline-box:after {
    left: 0;
    bottom: 0;
    top: auto;
    border-width: 0 0px 1px 1px;
    border-radius: 0 0 0 5px;
    height: calc(100% - 50px);
    width: 100%;
}

.timeline-box.noImg:after {
    width: 100%;
}

.timeline-box.noImg:before {
    height: 100%;
}

.timeline-box {
    position: relative;
    padding: 73px 50px 45px;
}

.timelineEnd {
    padding: 100px 0 85px;
}

/*----------Timeline slider css----------*/
.timelineSlider.slick-vertical .slick-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.timeline-wrapper .slick-dots,
.a-z {
    position: absolute;
    left: 92%;
    height: 100%;
    z-index: 2;
    top: 0px;
    padding: 28px 5px 28px 30px;
    overflow: auto;
    width: 135px;
}

.timeline-wrapper .slick-dots li,
.a-z li {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    margin-left: 12px;
}

.timeline-wrapper .slick-dots li.hide {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.timeline-wrapper .slick-dots li:before,
.a-z li:before {
    content: '';
    height: 60px;
    background: #d2b669;
    left: 0;
    position: absolute;
    transition: all 0.1s;
    top: 10px;
    width: 3px;
    left: -1px;
    pointer-events: none;
}

.timeline-wrapper .slick-dots li:last-child::before {
    height: 0;
}

.timeline-wrapper .slick-dots li:after,
.a-z li:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #d2b669;
    position: absolute;
    border-radius: 50%;
    left: -4px;
    z-index: 1;
    top: 10px;
}

.timeline-wrapper .slick-dots li.slick-active ~ li:before,
.a-z li.active ~ li:before {
    width: 1px;
    left: 0;
}

.timeline-wrapper .slick-dots li.slick-active::after,
.a-z li.active::after {
    box-shadow: 0 0 0 5px rgba(210, 182, 105, 0.35);
    animation: beep 1.5s infinite;
    width: 13px;
    height: 13px;
    left: -6px;
}

.timeline-wrapper .slick-dots li button {
    background: transparent;
    border: 0;
    color: #d2b669;
    font-size: 18px;
    padding-left: 15px;
}

.timeline-wrapper .mCSB_scrollTools {
    opacity: 0.1;
}

.timeline-wrapper .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #d2b669 !important;
}

.timeline-wrapper .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.timeline-wrapper .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
}

/*.timeline-wrapper .slick-dots li:first-child button,
.timeline-wrapperr .slick-dots li:last-child button {
    position: relative;
    left: -35px;
    top: -30px;
    background: #fbfbfb;
    color: #01321f;
    z-index: 1;
    font-size: 20px;
    font-weight: 600;
}
.timeline-wrapper .slick-dots li:last-child button {
    top: auto;
    background: transparent;
    bottom: -25px;
}*/
/*---------------.a-z----------------*/
.a-z {
    left: -80px;
    right: 100%;
    bottom: -140px;
    padding-top: 16px;
    top: -115px;
    display: none;
}

.a-z li {
    width: 30px;
    text-align: right;
    text-transform: uppercase;
    cursor: auto;
}

.a-z li:after {
    top: 6px;
}

.a-z li span {
    visibility: hidden;
    color: #d2b669;
    transition: all 0.3s;
    opacity: 0;
}

.a-z li:first-child span,
.a-z li:last-child span {
    position: relative;
    bottom: -20px;
    left: -23px;
    font-size: 18px;
    visibility: visible;
    opacity: 1;
    color: #01321f;
}

.a-z li:first-child span {
    top: -20px;
    background: #f8f8f8;
    z-index: 1;
}

.a-z li:after {
    visibility: hidden;
}

.a-z li.active:after,
.a-z li.active span {
    visibility: visible;
    opacity: 1;
}

.a-z:hover li span {
    visibility: visible;
    opacity: 1;
}

.a-z li.active:after {
    animation: beep 1.5s infinite;
}

/*-----------Beep animete--------------*/
@keyframes beep {
    00% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}

.blog-title {
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01321f+0,01321f+99&0+0,0.8+60,1+100 */
    background: -moz-linear-gradient(top, rgba(1, 50, 31, 0) 0%, rgba(1, 50, 31, 0.8) 60%, rgba(1, 50, 31, 1) 99%, rgba(1, 50, 31, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(1, 50, 31, 0) 0%, rgba(1, 50, 31, 0.8) 60%, rgba(1, 50, 31, 1) 99%, rgba(1, 50, 31, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(1, 50, 31, 0) 0%, rgba(1, 50, 31, 0.8) 60%, rgba(1, 50, 31, 1) 99%, rgba(1, 50, 31, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0001321f', endColorstr='#01321f', GradientType=0);
    /* IE6-9 */
}

.blog-title > div,
.art-list li {
    border-left: 2px solid #d2b669;
}

.search-field {
    background: url(images/search.png) no-repeat left 15px center;
    padding-left: 3.0rem;
}

.p-list li img {
    flex: 0 0 70px;
    max-width: 70px;
    height: 70px;
}

.vid-banner:not(.logged-in) > div {
    transform: translateY(48px);
}

.arc .btn[aria-expanded="true"] {
    color: white;
}

/*.arc .card-body {
	height: 250px;
	overflow: hidden;
}*/
.mCSB_inside > .mCSB_container {
    margin-right: 12px;
}

.az-list span ,.az-list2 span {
    cursor: pointer;
}

.az-list span.active ,.az-list2 span.active {
    background: #d2b669 !important;
    color: #fff !important;
}

.share li a {
    width: 35px;
    height: 35px;
    background: #000;
}

.share li a.f {
    background: #3b5998;
}

.share li a.t {
    background: #55acee;
}

.share li a.l {
    background: #007bb5;
}

.ur-frontend-form {
    border: 1px solid #afafaf;
}

.password-input-group {
    width: 100%;
}

.user-registration-Input {
    border: 1px solid #9f9f9f !important;
}

.bg-light {
    background-color: #eae9e5 !important;
}

.rsc:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers {
    min-width: 40px;
    height: 40px;
    display: inline-flex;
    border: 1px solid #ccc;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    margin: 0 0.2rem;
    background: #fafafa;
    transition: 0.3s all ease-in-out;
}

a.page-numbers:hover,
.page-numbers.current {
    background: #01321f;
    border-color: #01321f;
    color: white;
}

.screen-reader-text {
    display: none;
}

/*new home page design*/
.new-home-banner {
    padding-top: 115px
}

.new-home-banner h1,
.new-home-banner h2 {
    font-weight: 700;
}

.new-home-banner h1 {
    margin: 0 !important;
}

.new-home-banner h2 {
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 8px;
}

.new-home-banner .name {
    font-weight: 500;
}

.new-home-banner .themebtn {
    background: transparent;
    color: #fff;
    border-color: #fff;
    margin-top: 33px;
}

.new-home-banner .themebtn:hover {
    background: #fff;
    color: #fff;
}

.slider-section {
    padding: 100px 0;
}

.slider-section .slider-box-wrapper {
    padding: 20px;
    height: auto;
}

.slider-section .slider-box {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.06);
    padding: 91px 44px 65px;
    position: relative;
}

.slider-section .slider-box::before {
    content: '';
    position: absolute;
    left: 44px;
    top: 22px;
    width: 47px;
    height: 38px;
    background: url(images/quote.png) 0 0/cover;
    opacity: 0.2;
}
.no_quote:before{
	content:none !important;
}
.slider-section .slider-box .entry-content {
    color: #0e0e0e;
    font-size: 16px;
    margin-bottom: 14px;
}

.slider-section .slider-box h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

.slider-section .slider-wrapper .slick-dots {
    padding: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: center;
    margin: 0;
    margin-top: 26px;
}

.slider-section .slider-wrapper .slick-track {
    display: -ms-flexbox !important;
    display: flex !important;
}

.slider-section .slider-wrapper .slider-box {
    height: 100%;
}

.slider-section .slider-wrapper .slick-dots li {
    margin: 0 5px;
}

.slider-section .slider-wrapper .slick-dots button {
    padding: 0;
    border: 0;
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #e3e3e3;
    border-radius: 50%;
}

.slider-section .slider-wrapper .slick-dots .slick-active button {
    width: 20px;
    border-radius: 10px;
}

.slider-section.intro-section .section-title:after {
    background: #cdb368;
}

.intro-section .section-title {
    font-weight: 700;
    margin-bottom: 45px;
}

.intro-section .entry-content {
    color: #0e0e0e;
}

.intro-section .entry-content strong {
    color: #25b04a;
}

/*accordion*/
.cs_accordion [aria-expanded] {
    transition: all 0.2s;
    position: relative;
    font-weight: 500;
}

.cs_accordion .card-header {
    border-radius: 0 !important;
}

.cs_accordion [aria-expanded]:after,
.cs_accordion [aria-expanded]:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #333;
    right: 22px;
    top: calc(50% - 2px);
    transition: 0.35s;
}

.cs_accordion [aria-expanded]:before {
    transform: rotate(90deg);
}

.cs_accordion [aria-expanded="true"]:before {
    background: #fff;
    transform: rotate(180deg);
}

.cs_accordion [aria-expanded="true"]:after {
    background: transparent;
    transform: rotate(45deg);
}

.cs_accordion [aria-expanded="true"] {
    color: #fff !important;
    background: #01321f !important;
}

.cs_accordion .card-header {
    background: transparent;
    border: 0;
}

.cs_accordion .card,
.cs_accordion > .card:first-of-type {
    border: 1px solid #e8e8e8 !important;
    border-radius: 0 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.025);
}
.page-template-book_page{
	color:#000000;
}
/*media query=======================
=============RESPONSIVE=============
=======================starts here*/
@media (min-width:576px) {}

@media (min-width:768px) {
    .position-md-absolute {
        position: absolute;
    }

    /*  .modal-dialog {
        max-width: 75vw;
        max-height: 80vh;
        margin: 1.75rem auto;
    }*/
    .embed-responsive {
        max-height: 100%;
    }
}

@media (min-width:992px) {
    #ur-frontend-form {
        max-width: 35%;
        margin: auto;
    }

    .b-list img {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .new-home-banner .section-title {
        font-size: 51px;
    }

    .new-home-banner h2 {
        font-size: 32px;
        margin-top: 0;
    }

    .new-home-banner .name {
        font-size: 21.54px;
    }

    .new-home-banner .row .col-md-7 {
        padding-left: 38px;
    }

    .new-home-banner .row .col-md-5 {
        position: relative;
        top: 14px;
        left: -33px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px;
    }

    .header.fixed {
        background: white !important;
    }

    .header:not(.fixed) nav > .scroll,
    .header.fixed nav > .navbar-brand:not(.scroll) {
        display: none;
    }

    .navbar-brand img {
        height: auto;
        max-width: 322px;
    }
	.navbar-dark .navbar-nav .nav-link{
		font-size:14px;
	}

}

@media (max-width:1199.99px) {
    .header {
        position: absolute !important;
    }

    .header:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(images/green-texture.jpg) repeat;
        background-color: #01321f;
        opacity: 0.9;
        pointer-events: none;
    }

    .navbar-brand.scroll {
        display: none !important;
    }

    .navbar-brand img {
        height: auto;
        max-width: 190px;
    }

    .slick-dots {
        display: none !important;
    }

    .timeline-box + span {
        display: none !important;
    }

    .slick-prev,
    .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 100%;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0;
        background: transparent;
    }

    .slick-prev {
        left: 50%;
        transform: translateX(-50px);
    }

    .slick-next {
        right: 50%;
        transform: translateX(50px);
    }

    .slick-prev::before,
    .slick-next::before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev::before {
        content: '←';
    }

    .slick-next::before {
        content: '→';
    }

    .side-img {
        position: static !important;
        transform: none;
    }
}

@media (max-width:991.99px) {
    .timeline-box {
        padding: 43px 20px 15px;
    }
}

@media (max-width:767.98px) {
    .slider-section {
        padding: 60px 0;
    }

    .slider-section .container {
        padding: 0;
    }

    .slider-section .slider-box {
        padding: 81px 24px 45px;
    }

    .slider-section .slider-box::before {
        left: 24px;
    }

    .slider-section.intro-section .container {
        padding: 0 15px;
    }
}

@media (max-width:575.99px) {}

.folder + .dropdown-menu {
    position: static !important;
    transform: none !important;
    top: 100% !important;
    max-height: 200px;
    overflow-y: auto;
}

.t-mobile,
.t-year .close {
    width: 50px;
    height: 50px;
    right: 20px;
    top: 20px;
    padding-top: 9px;
    opacity: 1;
    z-index: 9;
}

.t-mobile i {
    font-size: 7px;
    display: block;
}

.t-year {
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.t-year ul {
    overflow: auto;
    height: calc(100vh - 100px);
}

/*.t-year ul::before, .t-year ul::after {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 46%;
	content: '';
	background: rgba(0, 0, 0, 0.43);
}
.t-year ul::after {
	top: auto;
	bottom: 0;
	height: 42%;
}*/
.social-links {
    font-size: 16px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid #01321f;
}

.social-links a:hover {
    color: #01321f !important;
    background: white;
}

.footer .social-links a:hover {
    transition: 0.25s;
    background: #01321f !important;
    color: #fff !important;
}