.nav-wrapper {
    background: #ffffff;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 0;
    box-shadow: 0px 5px 15px -15px #212121;
}

body.stickyn {
    padding-top: 120px;
}

.stickyn .nav-wrapper {
    position: fixed;
}

.nav-wrapper .nav-bars {
    position: relative;
    display: flex;
    max-width: calc(100% - 200px);
    margin: 0 auto;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}

nav .nav-content {
    /* display: flex; */
    display: contents;
    align-items: center;
}

nav .nav-content .nav-links {
    margin-right: 80px;
    display: flex;
    margin-top: revert;
}

.nav-content .nav-logo a {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
}

.nav-content .nav-logo {
    height: 100%;
}

.nav-content .nav-logo img {
    height: 100%;
    padding: 4px;
}

.nav-content .nav-links li {
    list-style: none;
    line-height: 70px;
}

.nav-content .nav-links li a,
.nav-content .nav-links li label {
    color: #212121;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 13px;
    border-radius: 0px;
}

.nav-content .nav-links li label {
    display: none;
}

.nav-content .nav-links li a:hover,
.nav-content .nav-links li label:hover {
    color: #cda401;
}
.nav-content .nav-links ul li a:hover{
    color: #fafafa;
    background: #cda401;
    transition-duration: 0s;
}
.nav-wrapper .search-icon,
.nav-wrapper .menu-icon {
    color: #cda401;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
}

.nav-wrapper .menu-icon {
    display: none;
}

.nav-wrapper #show-search:checked~.search-icon i::before {
    content: "";
}

.nav-wrapper #show-search:checked~.nav-content {
    visibility: hidden;
}

.nav-wrapper .search-box {
    position: absolute;
    height: 100%;
    max-width: calc(100% - 90px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    line-height: 70px;
}

.nav-wrapper #show-search:checked~.search-box {
    opacity: 1;
    pointer-events: auto;
}

.search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #212121;
    background: #ffffff;
    padding: 0 15px 0 100px;
    border: 2px solid #f5f5f5;
    border-radius: 5px 0 0 5px !important;
    height: 45px;
    border-radius: 0 !important;
}

.search-box input::placeholder {
    color: #cda40133;
}

.search-box .go-icon {
    line-height: 48px;
    height: 45px;
    width: 45px;
    background: unset;
    outline: none;
    color: #cda401;
    font-size: 20px;
    cursor: pointer;
    border-right: 0px solid #fafafa;
    border: unset;
    z-index: 5;
}

.nav-wrapper input[type="checkbox"] {
    display: none;
}


/* Dropdown Menu code start */

.nav-content .nav-links ul {
    position: absolute;
    background: #ffffff;
    top: 80px;
    opacity: 0;
    visibility: hidden;
}

.nav-content .nav-links li>ul {
    /* padding: 0 10px 10px 30px; */
    padding: 0;
}

.nav-content .nav-links li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.nav-content .nav-links ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
}

.nav-content .nav-links ul ul {
    position: absolute;
    top: 0;
    left: calc(-100% + 8px);
}

.nav-content .nav-links ul li {
    position: relative;
}

.nav-content .nav-links ul li:hover ul {
    top: 0;
}


/* Responsive code start */

@media screen and (min-width: 900px) {
    .nav-content .nav-links li ul {
        transition-delay: .5s;
        /* background: #ffffffcc; */
        /* backdrop-filter: brightness(0.5); */
        box-shadow: 0 3px 6px -3px #424242;
        max-height: 60vh;
        overflow-y: scroll;
        transition: all 0.3s ease-in-out;
        top: 80px;
        font-size: 16px;
        box-shadow: 0 3px 5px rgb(0 0 0 / 25%), inset 0 2px 0px #cda401;
    }
    .sidemenu-logo{
        display: none !important;
    }
}
@media screen and (min-width: 700px) {
    .social-footer-icons ul{
        padding-right: 0;
    }
}
.search-box .input-group{
    margin: auto;
}
.nav-wrapper .search-box input {
    padding: 0 15px 0 5px;
    margin-left: -45px !important;
    border-left: 0;
}
@media screen and (max-width: 1250px) {
    .nav-wrapper .nav-bars {
        max-width: 100%;
        padding: 0 20px;
    }
    .nav-bars .nav-content .nav-links {
        margin-right: 30px;
    }
    .nav-content .nav-links li a {
        padding: 8px 13px;
    }
    .nav-wrapper .search-box {
        max-width: calc(100% - 100px);
    }
    .nav-wrapper .search-box input {
        /*padding: 0 15px 0 42px;*/
        /* margin-left: -45px !important; */
    }
}

@media screen and (max-width: 900px) {
    .nav-content .nav-links ul li {
        width: 90%;
        border-radius: 0;
        border: 1px solid #eeeeee;
    }
    .nav-wrapper .menu-icon {
        display: block;
    }
    .nav-wrapper .menu-icon.showside {
        z-index: 1000;
        top: 0;
        right: 0;
        position: fixed;
        display: block;
        /* height: 50px;
        width: 300px;
        line-height: 50px; */
        /* background: #e0e0e0; */
        color: #424242;
        background: #21212180;
        height: 100%;
        width: 100%;
        z-index: 999;
        /* box-shadow: 0 0 10px 0px #212121; */
    }
    .nav-wrapper #show-menu:checked~.menu-icon i::before {
        content: "";
        visibility: hidden;
    }
    .nav-bars .nav-content .nav-links {
        display: block;
        position: fixed;
        background: #ffffff;
        height: 100%;
        width: 100%;
        top: 0px;
        right: -100%;
        margin-right: 0;
        margin-top: 0px;
        max-width: 300px;
        overflow-y: auto;
        /* padding-bottom: 100px; */
        transition: all 0.5s ease;
        transition-delay: 0s;
        padding-right: 0;
        box-shadow: 5px 15px 15px 0px #212121;
        z-index: 999;
        padding-top: 20px;
    }
    .fulllight {
        display: none;
    }
    .fulllight.active {
        display: block;
        /* background: #212121b3; */
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 995;
        backdrop-filter: blur(5px);
    }
    .nav-bars #show-menu:checked~.nav-content .nav-links {
        right: 0%;
    }
    .nav-content .nav-links li {
        margin: 10px 15px;
    }
    .nav-content .nav-links li a,
    .nav-content .nav-links li label {
        line-height: 40px;
        font-size: 20px;
        display: block;
        cursor: pointer;
    }
    .nav-content .nav-links li a {
        padding: 8px 18px;
    }
    .nav-content .nav-links li label {
        padding: 8px 13px;
    }
    .nav-content .nav-links li a.desktop-link {
        display: none;
    }
    /* dropdown responsive code start */
    .nav-content .nav-links ul,
    .nav-content .nav-links ul ul {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        max-height: 0px;
        overflow: hidden;
        padding: 0 !important;
    }
    .nav-content .nav-links input[type=checkbox]:checked~ul {
        max-height: 100%;
    }
    .nav-content .nav-links ul li {
        margin: 7px 20px;
    }
    .nav-content .nav-links ul li a {
        font-size: 18px;
        line-height: 30px;
    }
    .subsubmenu {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width: 400px) {
    .nav-wrapper .nav-bars {
        padding: 0 10px;
    }
    .nav-content .nav-logo a {
        font-size: 27px;
    }
    .nav-wrapper .search-box {
        max-width: calc(100% - 90px);
    }
    .nav-wrapper .search-box .go-icon {
        /*width: 30px;*/
        left: 0;
        border-radius: 15px;
        background: none;
    }
    .nav-wrapper .search-box input {
        /*padding-left: 30px;*/
    }
}

.dummy-text {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 100%;
    z-index: -1;
    padding: 0 20px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.dummy-text h2 {
    font-size: 45px;
    margin: 5px 0;
}

.search-box .input-group {
    height: 100%;
    max-width: 800px;
    align-items: center;
    flex-direction: row;
}

.search-box .form-control:focus,
.search-box .form-select:focus {
    /* background-color: unset; */
    border-color: rgb(245, 245, 245);
    box-shadow: none;
    color: inherit;
    outline: none;
    z-index: inherit;
}

.search-box .input-group-text {
    background-color: #ffffff;
    border: unset;
    padding: 0;
    height: 55px;
}

.search-box .input-group-text .form-select {
    height: 45px;
    border-radius: 0;
    border: 2px solid #f5f5f5;
    border-left: 0;
    background-position: left 0.75rem center;
    padding: .375rem .75rem .375rem 2.25rem;
}

.dima-topbar {
    background: #0b206c;
    margin: 0;
}

.dima-topbar * {
    color: #fafafa;
    font-size: 14px;
}

.dima-topbar .container-lg {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
}

.dima-topbar .dima-menu,
.dima-topbar .social-icons {
    list-style: none;
    margin: 0;
}

.dima-topbar .dima-menu li {
    display: inline-block;
    padding: 0px 5px;
    text-align: right;
}

.dima-topbar .social-icons li {
    display: inline-block;
    padding-left: 5px;
}

.dima-topbar .dima-menu li {
    border-left: 1px solid #ffffff80;
}

.dima-topbar .dima-menu li:last-child {
    border-left: 0;
}

.dima-topbar .social-icons li a {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #fff; */
    border-radius: 4px;
}

.dima-topbar .social-icons li a:hover {
    background: #fff;
    transition: all .2s ease-in-out;
}

.dima-topbar .social-icons li a:hover i {
    color: #cda401;
    transition: all .2s ease-in-out;
}

@media screen and (max-width: 700px) {
    .dima-topbar .dima-menu,
    .dima-topbar .social-icons {
        display: block;
        padding: 5px 0;
    }
    .dima-topbar .dima-menu li {
        display: block;
        border-left: 0;
    }
    .search-box .input-group-text .form-select{
        padding-left: 25px;
        width: 0;
    }
}
a.social-share-btn{
    padding: 5px;
}
a.social-share-btn >img{
    width: 100%;
    transition-duration: .3s;
    max-width: 10rem;
}
a.social-share-btn:hover > img {
    transform: scale(1.025);
}
.nav-wrapper .search-box .go-icon{
    border: 2px solid #f5f5f5;
    border-radius: 0;
    border-right: 0;
    margin-left: 0px;
}
