/*
  Theme Name: Name - Multipurpose HTML Template
  Author: mdsalim400@gmail.com
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/

body {
    zoom: 85%
}

/* 1. Theme default css */

@font-face {
    font-family: 'Anivers';
    src: url('fonts/Anivers-Regular.eot');
    src: url('fonts/Anivers-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Anivers-Regular.woff2') format('woff2'),
        url('fonts/Anivers-Regular.woff') format('woff'),
        url('fonts/Anivers-Regular.ttf') format('truetype'),
        url('fonts/Anivers-Regular.svg#Anivers-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anivers';
    src: url('fonts/Anivers-Bold.eot');
    src: url('fonts/Anivers-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Anivers-Bold.woff2') format('woff2'),
        url('fonts/Anivers-Bold.woff') format('woff'),
        url('fonts/Anivers-Bold.ttf') format('truetype'),
        url('fonts/Anivers-Bold.svg#Anivers-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: 'Anivers';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #85A7B1;
    background: #F7FBFE;
    line-height: 1.4;
}

img,
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    color: #85A7B1;
    text-decoration: none;
}

a {
    color: #85A7B1;
    outline: medium none;
}

a:hover {
    color: #004060;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anivers';
    font-weight: norman;
    color: #004060;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: bold;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

*::-moz-selection {
    background: #d6b161;
    color: #F7FCFE;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #F7FCFE;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #F7FCFE;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

.form-control {
    font-weight: normal;
    color: #85A7B1;
    font-size: 18px;
    font-family: 'Anivers';
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */
.btn {
    background: #0c4060 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #F7FCFE;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    padding: 13px 25px;
    transition: all 0.3s ease 0s;
    border: 1px solid #0c4060;
}

.btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.btn:hover {
    background-color: transparent;
    color: #0c4060;
}

.btn-trans {
    background-color: transparent;
    color: #0c4060;
    border-color: 1px solid #0c4060;
    border-radius: 0px;
}

.btn-full {
    display: block;
    width: 100%;
}

.btn-trans:hover {
    background-color: #0c4060;
    color: #fff;
    border-color: 1px solid #0c4060;
}

.breadcrumb>.active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: #2B96CC;
    color: #F7FCFE
}

p:last-child {
    margin-bottom: 0
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.sec-padding {
    padding: 50px 0px;
}

.sec-margin-top {
    margin-top: 70px;
}

.sec-pb-70 {
    padding-bottom: 70px;
}

.primary-bg {
    background: #004060;
}

.primary-text {
    color: #004060;
}

/*Mega Menu*/


.lead {
    font-size: 21px;
    line-height: 32px;
    color: #181825;
}

.z-index-0 {
    z-index: 0;
}

::selection {
    background: rgba(255, 244, 147, .8);
    color: #272c30;
}

/*--- btn default --*/
.btn-brand {
    color: #F7FCFE;
    background-color: #000;
    border-color: #000;
}

.btn-brand:hover {
    color: #F7FCFE;
    background-color: #08b072;
    border-color: #08b072;
}

.btn-brand.focus,
.btn-brand:focus {
    color: #F7FCFE;
    background-color: #08b072;
    border-color: #08b072;
    box-shadow: none;
}

/*----------------- 7. Headers ---------------------------------*/
.header-classic {
    background-color: #004060;
}

/*-------------------- Navigation classic ---------------------*/
nav.navbar.navbar-expand-lg.navbar-classic {
    padding-left: 0;
    padding-right: 0;
}

.navbar-classic.navbar-light .navbar-nav .nav-link {
    color: #004060;

    padding: 12px 16px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    color: #F7FCFE;
    padding: 30px 10px;
    line-height: 20px;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover {
    color: #85A7B1;
}

.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #85A7B1;
}

.navbar-classic .dropdown-toggle::after {
    margin-top: 4px;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    vertical-align: -2px;
    content: "\f107";
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: #bdbebf;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    margin-right: 15px;
    font-size: 13px;
    float: right;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f1f1f6;
    border-radius: 0px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color: #181825;
    font-size: 24px;
}

.dropdown-menu {
    position: absolute;
    top: 88px;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 16rem;
    padding: 12px 0px;
    font-size: 1rem;
    color: #004060;
    text-align: left;
    list-style: none;
    background-color: #ececec;
    background-clip: padding-box;
    border: 0px solid rgb(255, 255, 255);
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: none;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 10px;
    clear: both;
    color: #004060;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: none;
    border-radius: 0px;
}

.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
    color: #000;
}

@media(min-width:992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
        margin: 0;
    }

    .dropdown:hover>.dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        margin: 0px;
    }

    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 25px;
}

.dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: 0px;
    margin-right: .1rem;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.mega-dropdown {
    position: unset;
}

.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 96px;
}

.mega-dropdown-menu ul {
    list-style: none;
}

.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}

.nav-dropitem-arrow i {
    position: absolute;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0c4060;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0px;
}

.dropdown-item:hover .nav-dropitem-arrow {
    color: #4955ef;
    opacity: 1;
    margin-right: 5px;
}

.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #eaeaf0;
    border-radius: .25rem;
    position: relative;
}

/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #F7FCFE;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #85A7B1;
}

.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #F7FCFE;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #F7FCFE;
    box-shadow: none;
    margin: 7px 0px;
}

.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #85A7B1;
}

.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}

.icon-bar {
    width: 21px;
    height: 3px;
    background-color: #004060;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler:focus {
    outline: 0px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #004060;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #004060;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #004060;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #004060;
}

.dropdown .dropdown-toggle {
    position: relative;
    transition: .3s;
}

.dropdown .dropdown-toggle:hover:before {
    transition: .3s;
    border-bottom: 10px solid #ececec;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    left: calc(50% - 10px);
    position: absolute;
    bottom: -.6rem;
}


/*End Mega Menu*/

/*Search Css*/
.has-search .form-control {
    padding-left: 2.375rem;
    background: transparent;
    border-radius: 8px;
    border: 1px solid #85A7B1;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #85A7B1;
}

.search_area .form-group.has-search {
    margin-bottom: 0;
    border: none;
}

.user_profile_area li {
    position: relative;
}

.user_profile_area li a.nav-link {
    color: #F7FCFE;
}

.user_profile_area .dropdown-menu {
    top: 72px;
    margin: 0;
}

.user_profile_area li img:hover {
    opacity: .7;
    transition: .3s;
    background: #ececec;
}

/*Slider*/
.slider-section .carousel-caption {
    left: 20px;
    background: #004060eb;
    right: auto;
    width: 500px;
    text-align: left;
    padding: 20px;
}

.slider-section .carousel-caption p.date {
    color: #F7FCFE;
    font-size: 18px;
    font-weight: normal;
}

.slider-section .carousel-caption h2 {
    color: #F7FCFE;
}

.slider-section .carousel-caption a {
    color: #b9c7cf;
    text-transform: uppercase;
    text-decoration: underline;
}

.slider-section .carousel-caption a:hover {
    color: #F7FCFE;
}

.carousel-control-next,
.carousel-control-prev {
    width: auto;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .8;
}

/*News Category*/
.single-news .post-thumb {
    height: 422px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}

.single-news .post-thumb a img {
    display: block;
    margin: auto;
}

.single-news {
    padding: 0px 20px;
    height: 100%;
}

.cat-half-two.news-home .single-news {
    padding: 0px;
    height: auto;
}

.single-news .post-thumb img {
    position: absolute;
    bottom: 0;
    max-height: 422px;
}

.news-cat-sec .row .col-md-4 {
    border-right: 1px solid #003e60;
}

@media (min-width: 800px) {
    .blueBorderRight {
        border-right: 1px solid #003e60;
    }
}

@media (max-width: 600px) {
    .single-news, .heading{
        text-align: center;
    } 
}


.news-cat-sec .row .col-md-4:last-child {
    border: none;
}

h2.heading {
    margin-bottom: 20px;
    font-weight: bold;
}

.single-news p {
    color: #85A7B1;
    margin-bottom: 0px;
}

.single-news h3 {
    margin: 5px 0px;
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 24px;
}

.single-news h3 a,
.news-item h3 a {
    text-decoration: none;
}

.single-news h4 {
    font-weight: normal;
    color: #85A7B1;
    font-size: 18px;
}

a.news-cat-link {
    margin-top: 40px;
    display: block;
    text-decoration: underline;
    color: #004060;
    letter-spacing: 2px;
}

.exhibitions .single-news h3 {
    margin: 0;
}

.exhibitions .single-news h4 {
    margin-bottom: 0px;
    margin-top: 30px;
}

.exhibitions .single-news h4 span.text-right {
    float: right;
}

a.news-cat-link:hover {
    color: #85A7B1;
}

.news-cat {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #004060;
}

.news-cat-sec .news-cat:first-child {
    padding-top: 0;
}

.news-cat:last-child {
    border-bottom: 0px solid #004060;
}

/*News Carousel*/
.post-active img {
    margin-bottom: 20px;
}

.post-active .owl-nav button.owl-prev,
.post-active .owl-nav button.owl-next {
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
}

.post-active .owl-nav button.owl-prev {
    left: -20px;
}

.post-active .owl-nav button.owl-next {
    right: -30px;
}

.post-active .owl-nav button i {
    color: #0c3e5f;
    border-radius: 50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: 30px;
}

.post-active.owl-theme .owl-nav [class*='owl-']:hover {
    background: #0c3e5f08;
}

.half-two .single-news .post-thumb {
    height: auto;
    max-width: 300px;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
}

.cat-half-two .single-news .post-thumb img {
    position: inherit;
    max-width: 100%;
}

.half-two .single-news {
    overflow: hidden;
    margin-bottom: 40px;
    height: auto;
}

.cat-half-two .single-news .post-thumb {
    margin-bottom: 0px;
}



/*footer section*/
section.footer-section {
    padding: 30px 0px;
}

.footer-widget a img {
    margin-bottom: 20px;
}

.footer-section a,
.footer-section p {
    color: #ececec;
}

.footer-widget h3.widget-title {
    color: #F7FCFE;
    margin-bottom: 30px;
}

.footer-widget ul li a {
    padding: 5px 0px;
    display: block;
}

.footer-widget ul li a:hover,
.footer-section a:hover {
    color: #ecececc9;
}

.copyright-text {
    text-align: right;
}

.logo_left a {
    display: block;
    margin-bottom: 0;
}

.footer_bottom {
    border-top: 1px solid #85A7B1;
    padding-top: 30px;
    margin-top: 30px;
}

.logo_left a.f-my-acc img {
    margin-bottom: 0;
    margin-right: 10px;
}

a.f-my-acc:hover img {
    opacity: .7;
    transition: .3s;
    background: #ececec;
}







/*---start now Uppbodssida & writte now Masud Rana----*/
.bg_gray {
    background: #F5F5F6;
}

.bg_white {
    background: #fff;
}


.hedding {
    margin-bottom: 30px;
}

.number {
    margin-bottom: 40px;
}

.number-1 {
    float: left;
}

.number-2 {
    float: right;
}

.product_section .card {
    margin-bottom: 30px;
    color: #85A7B1;
}

.card .post-thumb {
    padding: 20px 0px;
    text-align: center;
    min-height: 130px;
    border: 1px solid #85A7B16e;
}

.product_section .card {
    width: 100%;
    border: none;
    outline: none;
    background-color: #F7FCFE;
    border-radius: 10px;
    transition: transform .3s;
}

/*
.card:hover{
	transform: translateY(-10px);
	transition: transform .3s;
}
*/
.btn-1 {
    margin-top: 15px;
    text-align: start;
}

.btn-1 ul {
    padding: 0;
    list-style: none;
    margin: 0px -5px;
    text-align: center;
}

.btn-1 ul li {
    display: inline-block;
    width: 33.33%;
    float: left;
}

.btn-1 ul li a {
    padding: 5px;
    border: 1px solid #85A7B1;
    color: #00415e;
    display: block;
    margin: 0px 5px;
}

.btn-1 ul:after {
    content: "";
    clear: both;
    display: table;
}

.btn-1 a:hover {
    background-color: #0c4060;
    color: #F7FCFE;
}

section.myac_footer {
    padding: 15px 0px;
    border-top: 1px solid #0c4060;
}

.f-logo {
    text-align: center;
}

.f-logo img {
    margin-left: 5px;
}

.f-logo a:hover img {
    opacity: .7;
    transition: .3s;
    background: #ececec;
}

.staff.founder {
    text-align: center;
}

.staff.founder img {
    margin-bottom: 10px;
}

section.staf-section h1.sec-heading {
    margin-bottom: 30px;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

hr.sec-border {
    border-color: #004060;
}

.staff.card {
    background: transparent;
}

.staff.card .card-body {
    padding-top: 0;
}

.staff.card ul li {
    padding: 5px 0px;
    color: #004060;
}

.title {
    margin-bottom: 30px;
}

h3.staff-title {
    margin-bottom: 10px;
}

/*Product details page*/

.pd-wrap {
    padding: 40px 0;
}

.heading-section {
    text-align: center;
    margin-bottom: 20px;
}

.sub-heading {
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.heading-section h2 {
    font-size: 32px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}

.carousel-testimonial .item {
    padding: 30px 10px;
}

.quote {
    position: absolute;
    top: -23px;
    color: #2e9da1;
    font-size: 27px;
}

.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}

.position {
    color: #adadad;
    font-size: 14px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    outline: none;
    height: 25px;
}

.owl-nav button svg {
    width: 25px;
    height: 25px;
}

.owl-nav button.owl-prev {
    left: 25px;
}

.owl-nav button.owl-next {
    right: 25px;
}

.owl-nav button span {
    font-size: 45px;
}

.product-thumb .item img {
    height: 100px;
}

.product-name {
    font-size: 22px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px;
}

.product-price-discount {
    font-size: 22px;
    padding: 10px 0;
}

.variable-product-price {
    font-size: 22px;
    padding: 0px 0;
}

.product-price-discount span.line-through {
    text-decoration: line-through;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    color: #a5a5a5;
}

.display-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.product-info {
    width: 100%;
}

.reviews-counter {
    font-size: 13px;
}

.reviews-counter span {
    vertical-align: -2px;
}

.rate {
    float: left;
    padding: 0 10px 0 0;
}

.rate:not(:checked)>input {
    position: absolute;
    top: -9999px;
}

.rate:not(:checked)>label {
    float: right;
    width: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 21px;
    color: #ccc;
    margin-bottom: 0;
    line-height: 21px;
}

.rate:not(:checked)>label:before {
    content: '\2605';
}

.rate>input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.product-dtl .product-title h3 {
    color: #85A7B1;
}

.product-dtl p {
    font-size: 18px;
    line-height: 1.5;
}

.product-dtl .form-control {
    font-size: 15px;
}

.product-dtl label {
    line-height: 16px;
    font-size: 15px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.product-count {
    margin-top: 15px;
}

.product-count .qtyminus,
.product-count .qtyplus {
    width: 34px;
    height: 34px;
    background: #0c4060;
    text-align: center;
    font-size: 19px;
    line-height: 36px;
    color: #F7FCFE;
    cursor: pointer;
}

.product-count .qtyminus {
    border-radius: 3px 0 0 3px;
}

.product-count .qtyplus {
    border-radius: 0 3px 3px 0;
}

.product-count .qty {
    width: 60px;
    text-align: center;
}

.round-black-btn {
    border-radius: 4px;
    background: #0c4060;
    color: #F7FCFE;
    padding: 7px 45px;
    display: inline-block;
    border: solid 2px #0c4060;
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.round-black-btn:hover,
.round-black-btn:focus {
    background: transparent;
    color: #0c4060;
    text-decoration: none;
}

.gift-cart-page .round-black-btn {
    margin-top: 20px;
}

.product-info-tabs {
    margin-top: 25px;
}

.product-info-tabs .nav-tabs {
    border-bottom: 1px solid #0c406024;
}

.product-info-tabs .nav-tabs .nav-item {
    margin-bottom: 0;
}

.product-info-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
    color: #0c4060;
}

.product-info-tabs .nav-tabs .nav-item .nav-link:hover {
    border: none;
}

.product-info-tabs .nav-tabs .nav-item.show .nav-link,
.product-info-tabs .nav-tabs .nav-link.active,
.product-info-tabs .nav-tabs .nav-link.active:hover {
    border: none;
    border-bottom: 1px solid #0c4060;
}

.product-info-tabs .tab-content .tab-pane {
    padding: 30px 20px;
    background: #F7FCFE;
}

.review-form .form-group {
    clear: both;
}

.mb-20 {
    margin-bottom: 20px;
}

.review-form .rate {
    float: none;
    display: inline-block;
}

.review-heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #000;
}

.review-form .form-control {
    font-size: 14px;
}

.review-form input.form-control {
    height: 40px;
}

.review-form textarea.form-control {
    resize: none;
}

.review-form .round-black-btn {
    text-transform: uppercase;
    cursor: pointer;
}

#thumb .owl-nav button svg path {
    stroke: #F7FCFE !important;
}

#thumb .owl-carousel .owl-nav button.owl-next,
#thumb .owl-carousel .owl-nav button.owl-prev {
    background: #00406087;
}

.social_icon ul li {
    display: inline-block;
    margin-right: 3px;
}

.social_icon ul li a {
    border: 1px solid #85A7B1;
    color: #0c4060;
    padding: 3px;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #004fa2;
    box-shadow: inset 0 0 3px #004fa2;
}

.social_icon {
    margin: 30px 0px;
}

.social_icon ul li a:hover {
    background: #0c4060;
    color: #F7FCFE;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    cursor: pointer;
}

.news-carousel .owl-stage {
    display: flex;
    align-items: end;
}

/* Fix for mobile: use flex layout on all owl-carousel stages to prevent
   float + translate3d rendering issues on actual mobile browsers.
   Applies to all carousels including banner slider and content sections. */
.owl-carousel .owl-stage {
    display: flex;
}

.search-section .search_area {
    padding-top: 30px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: normal;
    color: #85A7B1;
    font-size: 18px;
    font-family: 'Anivers';
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: normal;
    color: #85A7B1;
    font-size: 18px;
    font-family: 'Anivers';
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    font-weight: normal;
    color: #85A7B1;
    font-size: 18px;
    font-family: 'Anivers';
}

.search-section .search_area input.form-control {
    color: #004060;
}

.artists .single-news .post-thumb {
    margin-bottom: 20px;
}

.artists-row {
    margin-bottom: 40px;
    border-bottom: 1px solid #004060;
    padding-bottom: 40px;
}

.artists-row:last-child {
    margin-bottom: 0px;
    border-bottom: 0px solid #004060;
    padding-bottom: 0px;
}

.artists .single-news h3 {
    text-transform: capitalize;
}

.auction-menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auction-menu {
    padding-top: 30px;
}

.auction-menu ul li a {
    font-family: 'Anivers';
    color: #083E5E;
    font-weight: 600;
    text-transform: uppercase;
}

.container.news-cat.artists {
    border-bottom: 0px;
}

.artists-more-btn a.news-cat-link {
    text-align: center;
    margin-top: 0px;
}

.borderless td,
.borderless th {
    border: none;
}

table.table.borderless tr td {
    padding: 0px;
    font-size: 28px;
    color: #85A7B1;
    cursor: pointer;
}

table.table.borderless tr td:hover,
table.table.borderless tr td.active {
    color: #004060;
}

.news-heading-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.news-heading-area a.news-more-link {
    font-size: 24px;
    text-decoration: underline;
}

.news-heading-area h2.heading {
    margin-bottom: 0;
}

.news-page .col-md-6.half-one {
    border-right: 1px solid #003e60;
}

.news-page .artists-row {
    border-bottom: 0px solid #004060;
}

.news-page .single-news .post-thumb {
    margin-bottom: 20px;
}

.news-page .news-cat {
    border-bottom: 0px solid #004060;
}

.sidebar-left {
    padding-right: 20px;
}

.right-content {
    padding-left: 20px;
}

button.button.btn_submit {
    color: #004060;
    margin-top: 0px;
    font-style: normal;
    font-size: 28px;
    background: transparent;
    padding: 0;
    border: none;
    text-decoration: underline;
    margin-top: 20px;
}

.gift-cart-page .form-check {
    margin-top: 30px;
}

.staff-page .staff.card {
    border: none;
}

.staff-page h3.staff-title {
    font-weight: bold;
    font-size: 24px;
}

.weight-bold {
    font-weight: bold;
}

.staff-page .card p {
    font-size: 24px;
    margin-bottom: 20px;
}

.news-cat-sec .row .col-md-6 {
    border-right: 1px solid #003e60;
}

.news-cat-sec .row .col-md-6:last-child {
    border: none;
}

.news-cat-sec .row .col-md-6 .staff.card {
    padding: 0px 50px;
    padding-right: 0px;
}

.news-cat-sec .row .col-md-6:first-child .staff.card {
    padding-left: 0px;
}

.staff-page .img-square-wrapper img {
    max-width: 250px;
}

.news-cat-sec .row .col-md-6 .staff.card.other-list {
    padding: 0;
    text-align: center;
}

.staff-page .staff.card.other-list h3.staff-title {
    margin-bottom: 20px;
}

.staff-page .staff.card.other-list p {
    margin-bottom: 5px;
}

.about-page h2.heading {
    margin-bottom: 20px;
}

ul.vertical-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.vertical-menu li,
ul.vertical-menu li a {
    font-size: 24px;
    color: #004060;
}

.page .single-widget {
    margin-bottom: 20px;
    border-bottom: 1px solid #003e60;
    padding-bottom: 20px;
}

.about-page .col-md-8 {
    border-left: 1px solid #003e60;
}

.page .single-widget:last-child {
    border: none;
}

.page .single-widget h3 {
    font-weight: bold;
}

.text-block {
    margin-bottom: 20px;
}

.underline a {
    text-decoration: underline;
}

.underline a:hover {
    color: #85A7B1;
}

.map-sec {
    margin-top: 40px;
    ;
}

.valuation-start .text-block {
    margin-bottom: 40px;
}

.valuation-start .text-block a {
    text-decoration: underline;
    color: #00415e;
}

.valuation-start .text-block a:hover {
    text-decoration: none;
    color: #85A7B1;
}

/*Custom file css*/
.upload__box {
    display: flex;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    font-weight: 400;
    color: #85A7B1;
    min-width: 180px;
    padding: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 3px solid;
    background-color: transparent;
    border-color: #85A7B1;
    font-size: 16px;
    height: 185px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
}

.upload__btn:hover {
    background-color: unset;
    color: #00415e;
    transition: all 0.3s ease;
    border-color: #00415e;
}

.upload__btn:hover p i.fa.fa-plus {
    border-color: #00415e;
}

.upload__btn p {
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.upload__btn p i.fa.fa-plus {
    font-size: 22px;
    border: 2px solid #85A7B1;
    padding: 3px 6px;
    border-radius: 50px;
}

.upload__btn-box {
    margin-right: 20px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: space-between;
}

.upload__img-box {
    width: 210px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: "✖";
    font-size: 14px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
}

.input-tranparent .form-control {
    border: none;
    border-bottom: 1px solid;
    background: transparent;
    padding-left: 0;
}

.action-btn button {
    margin-left: 20px;
}

.action-btn {
    text-align: right;
}

.img-gallery img {
    max-height: 200px;
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
}

.img-gallery img:last-child {
    margin-right: 0px;
}

ul.list-item {
    list-style: circle;
    margin: 30px 0px;
    padding-left: 20px;
}

ul.list-item li {
    list-style: disc;
    margin-bottom: 30px;
}

.valuation-web .submit-area {
    padding: 20px 0px;
}

.auction-live .heading h4 {
    font-size: 34px;
    color: #85A7B1;
    font-weight: bold;
}

.auction-live .heading {
    margin-bottom: 20px;
}

ul.art-info {
    margin-bottom: 20px;
}

ul.art-info li {
    line-height: 1.3;
}

.heading-top {
    min-height: 116px;
    display: block;
    margin-bottom: 10px;
}

.auction-live .auction-menu {
    padding-top: 0;
}

.btn-2 ul li:first-child {
    width: 66.67%;
}

.pt-0 {
    padding-top: 0px !important;
}

mt-20 {
    margin-top: 20px
}

mt-30 {
    margin-top: 30px
}

mb-30 {
    margin-bottom: 30px;
}

.product-count a.round-black-btn {
    margin-top: 15px;
}

.text-container {
    margin-top: 30px;
}

.item-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.item-pagination h2.sec-heading {
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bold;
}

.color_gray {
    color: #85A7B1;
}

.item-pagination .btn-1 ul li {
    display: inline-block;
    width: 110px;
    float: none;
}

.item-pagination .btn-1 {
    margin-top: 0;
}

.item-pagination .btn-1 ul li a {
    margin: 0px 3px;
}

.single-product div#thumb {
    padding: 20px 40px;
}

.single-product #thumb .owl-nav button svg path {
    stroke: #85A7B1 !important;
}

.single-product .owl-nav button.owl-prev {
    left: 0;
}

.single-product .owl-nav button.owl-next {
    right: 0;
}

.action2btn .btn-2 ul li:first-child a {
    margin-right: 40px;
}

.action2btn .btn-2.btn-1 ul li a {
    padding: 7px;
    font-size: 20px;
}

hr.h-line {
    border-bottom: 1px solid #85A7B1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.single-product .product-thumb .item img {
    height: auto;
}

.bid-history ul li {
    display: flex;
    justify-content: space-between;
    color: #004060;
    padding: 2px 0px;
}

.product-description {
    margin-top: 30px;
}

.product-description h2.heading {
    margin-bottom: 10px;
}

.product-description p {
    font-size: 22px;
    line-height: 1.5;
}

.action3btn .btn-2 ul li:first-child {
    width: 33.33%;
}

.action3btn .btn-2 ul li:first-child a {
    margin-right: 5px;
}

.auction-terms {
    display: flex;
}

.auction-terms img {
    max-width: 250px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.conditions-link a {
    text-decoration: underline;
}

.auction-totals .sum-totals {
    min-height: auto;
}

.choose-amount {
    max-width: 300px;
}

.auction-terms p {
    margin-bottom: 0;
}

.bid-history ul li .telephone {
    width: 48%;
}

/*sign-in*/
/* not active */
.tab-area ul.nav.nav-pills {
    justify-content: space-between;
    border-bottom: 1px solid #85A7B1;
}

.nav-pills .nav-link {
    font-size: 24px;
    padding: 0px;
}

.nav-pills .pill-1 .nav-link:not(.active) {
    border: none;
    color: #85A7B1 !important;
    transition: width 0.4s;
}

.nav-pills .pill-2 .nav-link:not(.active) {
    border: none;
    color: #85A7B1 !important;
    transition: width 0.4s;
}


/* active (faded) */
.nav-pills .pill-1 .nav-link {
    background: transparent !important;
    border-bottom: 3px solid #00415e;
    color: #00415e !important;

}

.nav-pills .pill-2 .nav-link {
    background: transparent !important;
    border-bottom: 3px solid #00415e;
    color: #00415e !important;
}

.nav-pills .pill-1 .nav-link:hover {
    color: #212529 !important;
    width: 100%;
    border-bottom: 3px solid #00415e;

}

.nav-pills .pill-2 .nav-link:hover {
    color: #212529 !important;
    width: 100%;
    border-bottom: 3px solid #00415e;
}

a.forgot {
    text-decoration: underline;
}

.signin-page .signin-right {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
}

.signin-page {
    position: relative;
    min-height: 480px;
}

.signin-right .single-item {
    min-height: 480px;
    background-size: cover;
    background-repeat: no-repeat;
}

.signin-right .carousel-caption {
    left: 20px;
    background: #004060eb;
    right: auto;
    max-width: 400px;
    text-align: left;
    padding: 20px;
}

.signin-right .carousel-caption h3 {
    color: #F7FCFE;
}

.signin-right .carousel-caption a {
    color: #b9c7cf;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 14px;
}

.exhibition-img .exhibition-details {
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
}

.exhibitions-page .heading-top {
    min-height: auto;
    margin-bottom: 20px;
}

.exh-details th {
    font-weight: normal;
}

.exh-details th,
.exh-details td {
    padding: 0;
    border: none;
}

.exhibitions-page .single-news h3 {
    margin-bottom: 0;
}

.exhibitions-page .nav-pills .nav-link {
    font-weight: bold;
}

.item-btn .btn-1 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.item-exhibition-page .variable-product-price span {
    display: block;
}

.art-right {
    padding: 0px 20px;
}

.art-right .post-thumb {
    margin-bottom: 20px;
}

#otherAmount {
    margin-top: 10px;
    display: none;
}


h3.curriculum-vitae a {
    text-decoration: underline;
}

.single-artist-page .heading-top {
    min-height: 67px;
}

.single-artist-page .more-artist-link {
    margin-top: -50px;
}