body {
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

img {
    display: inline-block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input,
textarea {
    display: block;
    font-size: 16px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.clear_fix {
    clear: both;
}

.clear_fix:after {
    display: table;
    content: '';
    clear: both;
}

.list_inline li {
    display: inline-block;
}

.social li {
    display: inline-block;
    font-size: 14px;
}

.social li a {
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.default_link {
    font-size: 14px;
    text-transform: uppercase;
    color: #48c7ec;
    font-weight: 600;
}

.default_link:hover {
    color: #48c7ec;
}

.default_link i {
    margin-left: 3px;
    font-weight: 700;
    font-size: 18px;
}

.uppercase {
    text-transform: uppercase;
}

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

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.center {
    text-align: center;
}

.row-5 {
    margin: 0 -5px;
}

.thm-color {
    color: #48c7ec;
}

.bold {
    font-weight: 700;
}

.s-bold,
.m-bold {
    font-weight: 600;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

.thm-btn {
    position: relative;
    background: var(--background-primary-color);
    font-size: 14px;
    line-height: 42px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 26px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    white-space: nowrap;
    border-radius: 2px 2px 20px 20px;
}

.thm-btn:hover {
    background: var(--background-hover-primary-color);
    color: var(--hover-color);
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transition: all 0.3s cubic-bezier(0.4, 0, 1, 1);
    transform: translateY(2px);
}

.theme_menu .link_btn {
    margin-top: 24px;
    color: #222222;
}

.button-style-one {
    margin-top: 8px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.5s;
}

.button-style-one:before {
    content: '';
}

.button-style-one:hover {
    color: #ffc104;
}

.button-style-two {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffc104;
    padding: 9px 23px;
    border: 1px solid #ffc104;
    letter-spacing: 1px;
}

.button-style-two:hover {
    color: #ffc104;
}

.anim-3 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.anim-5 {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.sec-title {
    position: relative;
    margin-bottom: 17px;
}

.sec-title h2 {
    position: relative;
    font-size: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-weight: 500;
}

.sec-title h2:before {
    content: '';
    position: absolute;
    bottom: -10px;
    width: 55px;
    height: 3px;
    background: #ffc104;
}

.sec-title.a-center h2:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: -10px;
    width: 56px;
    height: 3px;
    background: #ffc104;
}

.sec-title span {
    color: #ffc104;
}

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #ffc104;
}

.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, transparent 80%);
}

.header-top {
    position: relative;
    font-size: 13px;
    padding: 7px 0px;
    background: #00254a;
    color: #ffffff;
    border-bottom: 1px solid #ffc104;
}

.header-top a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-top .links-nav li {
    position: relative;
    float: left;
    margin-right: 25px;
}

.header-top .top-right .links-nav li {
    margin-right: 0px;
    margin-left: 25px;
}

.header-top .links-nav li a {
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-top .links-nav li a:hover {
    color: #ffc104;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.header-top .links-nav li .fa {
    padding-right: 8px;
    font-size: 16px;
    color: #ffffff;
}

.header-top .social-links a {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 0px 15px 0 0;
    line-height: 26px;
}

.header-top a:hover {
    color: #ffc104;
}

.header-top li.search {
    position: relative;
    margin-left: 10px;
    text-align: right;
    float: right;
    padding-right: 0;
}

.header-top li.search a {
    padding-left: 15px;
    border: 3px solid var(--background-primary-color);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header-top li.search form {
    margin: 0;
}

.header-top li.search .header_search {
    display: none;
    padding: 10px;
    border: 1px solid #ebebeb;
    position: absolute;
    width: 280px;
    right: 0;
    z-index: 100;
}

.header-top li.search a > .fa {
    color: #fff;
}

.header-top li.search:hover .header_search {
    display: block;
    background: #fff;
}

.main-logo {
    margin: 20px 0px 20px;
}

.theme_menu .menu-column,
.theme_menu .menuzord {
    padding: 0;
}

.menuzord-menu {
    margin-top: 29px;
}

.menuzord-menu > li > a {
    padding: 8px 17px 28px;
    text-transform: uppercase;
    color: #000000;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
}

.menuzord-menu > li > a:hover {
    color: #ffc104;
}

.menuzord-menu > li.current > a {
    position: relative;
    color: #ffc104;
}

.menuzord-menu > li.current > a:before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: #ffc104;
}

.menuzord-menu ul.dropdown {
    padding: 0 30px;
    min-width: 230px;
    background: #00254a;
    border-top: 3px solid #ffc104;
}

.menuzord-menu ul.dropdown li ul.dropdown {
    padding: 0 30px;
    min-width: 230px;
    background: #00254a;
    border-top: 3px solid #ffc104;
}

.menuzord-menu ul.dropdown li a {
    padding: 10px 0 9px;
    color: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 14px;
}

.menuzord-menu ul.dropdown li:hover > a {
    padding-left: 0px;
    padding-right: 0px;
    color: #ffc104;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    font-size: 14px;
}

.nav_side_content {
    margin-top: 33px;
    float: left;
    position: relative;
    left: -20px;
}

.nav_side_content .cart_select {
    border-left: 1px solid #ececec;
    padding-left: 5px;
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

.theme_menu.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.page-title {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.page-title .clearfix .pull-left,
.page-title .clearfix .pull-right {
    position: relative;
    z-index: 10;
}

.page-title .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.75);
    opacity: 1;
    content: '';
}

.page-title h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
}

.page-title p {
    color: #fff;
    margin-top: 14px;
    letter-spacing: 1px;
}

.page-title .path {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 28px;
    padding: 18px 15px 0px;
}

.page-title .path a {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    transition: 0.5s;
}

.page-title .path a:hover {
    color: #ffc104;
    transition: 0.5s;
}

.latest-news {
    padding: 80px 0px 80px;
}

.latest-news .sec-title h2 {
    margin-bottom: 50px;
}

.latest-news .sec-title p {
    max-width: 650px;
    margin-bottom: 50px;
    color: #848484;
}

.latest-news .item h3 {
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0px 5px;
    color: #222222;
}

.latest-news .item h3 a {
    color: #222222;
    transition: 0.5s;
}

.latest-news .item h3 a:hover {
    color: #ffc104;
    transition: 0.5s;
}

.latest-news .item p {
    margin-top: 14px;
    color: #848484;
}

.latest-news .content-box {
    border: 1px solid #ededed;
    padding: 0px 15px 15px;
}

.latest-news .item .image-box {
    position: relative;
}

.latest-news .item .image-box .date {
    height: 60px;
    width: 70px;
    background: #ffc104;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    bottom: 0px;
}

.latest-news .item .date h5 {
    font-size: 22px;
    font-weight: 700;
}

.latest-news .item .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
}

.latest-news .item .admin-comments {
    margin-bottom: 5px;
    padding: 10px 0px 13px;
    border-bottom: 1px solid #ededed;
}

.latest-news .item .admin-comments .icon {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.latest-news .item .admin-comments .icon:before {
    color: #ffc104;
    margin: 0;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
}

.latest-news .item .admin-comments li {
    display: inline-block;
}

.latest-news .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 10px;
}

.latest-news .owl-theme .owl-nav [class*='owl-'] {
    color: #202f35;
    font-size: 26px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 22px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.latest-news .owl-theme .owl-nav [class*='owl-']:hover {
    color: #ffc104;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.feature {
    padding: 100px 0px 0px;
}

.feature .item-list .item {
    margin-bottom: 50px;
    position: relative;
    transition: all ease-in 400ms;
    -webkit-transition: all ease-in 400ms;
    -moz-transition: all ease-in 400ms;
}

.feature .item-list .item:hover .overlay {
    bottom: 0;
}

.feature .item-list .item:hover .content-box {
    opacity: 111;
}

.feature .item-list .item .content-box {
    top: 40%;
    margin-top: -30px;
    padding: 0px 45px 0px 15px;
    position: absolute;
    text-align: center;
    z-index: 1;
    color: #fff;
    opacity: 0;
}

.feature .item-list .item .content-box h3 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.feature .item-list .item .overlay {
    background-color: rgba(0, 37, 74, 0.88);
    display: inline-block;
    left: 0;
    padding: 50px 30px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: -100%;
    height: 100%;
    transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
    z-index: 0;
}

.feature .item-list .item .image-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffc104;
    overflow: hidden;
}

.feature .item-list .item .image-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.feature .item-list .item:hover .image-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.feature .item-list .item .feature-btn .button-style-two {
    border-radius: 50px;
    position: relative;
    top: -24px;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #00254a;
    color: #00254a;
    transition: 0.5s;
}

.feature .item-list .item:hover .feature-btn .button-style-two {
    background: #00254a;
    color: #fff;
    border: 1px solid #ffffff;
    transition: 0.5s;
}

.home-google-map .google-map {
    width: 100%;
    height: 400px;
}

.home-google-map .gmnoprint {
    display: none;
}

.testimonials {
    position: relative;
    padding-bottom: 30px;
}

.single-testimonial h3,
.single-testimonial p {
    margin: 0;
}

.single-testimonial h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-top: 12px;
    margin-bottom: 6px;
}

.single-testimonial .img-box {
    position: relative;
}

.single-testimonial .img-box img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.testimonials .single-testimonial {
    margin-bottom: 40px;
    border: 1px solid #f4f4f4;
    padding: 30px 10px 26px;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.testimonials .single-testimonial:hover {
    box-shadow: 0 1px 16px 0 transparent, 0 0px 82px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.single-testimonial .author-info {
    overflow: hidden;
    border: 2px solid #f4f4f4;
    padding: 6px 0 9px;
    margin-top: 5px;
}

.single-testimonial p a {
    color: #48c7ec;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.single-testimonial .text {
    margin-top: 15px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 22px;
    margin-bottom: 20px;
}

.single-testimonial .text p {
    font-size: 16px;
}

.latest-gallery {
    padding: 95px 0px 70px;
}

.latest-gallery .single-item {
    padding-bottom: 30px;
}

.latest-gallery .single-item .img-box {
    position: relative;
    overflow: hidden;
}

.latest-gallery .single-item .img-box img {
    width: 100%;
}

.latest-gallery .single-item .title h5 {
    color: #222;
    padding: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.latest-gallery .single-item:hover .title h5 {
    color: #48c7ec;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.latest-gallery .single-item .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.latest-gallery .single-item .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.latest-gallery .single-item .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.latest-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}

.latest-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%;
}

.latest-gallery .single-item .img-box .overlay .box .content {
    display: table-cell;
    vertical-align: bottom;
}

.latest-gallery .single-item .img-box .overlay .top {
    text-align: center;
}

.latest-gallery .single-item .img-box .overlay .top ul {
    margin-bottom: 0;
    margin-bottom: 20%;
}

.latest-gallery .single-item .img-box .overlay .top li a {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background: #222;
    display: block;
    border-radius: 50%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.latest-gallery .single-item .img-box .overlay .top li a:hover {
    background: #1f1f1f;
    color: #48c7ec;
}

.latest-gallery .single-item .img-box .overlay .bottom {
    padding: 10px 0px;
    padding-right: 0;
    text-align: center;
}

.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.latest-gallery .single-item:hover .img-box .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.post-filter {
    display: inline-block;
    margin: 0;
    margin-bottom: 50px;
}

.post-filter li {
    padding: 5px 5px;
}

.post-filter li span {
    padding: 7px 20px;
    color: #343434;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding-right: 16px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.post-filter li:hover span,
.post-filter li.active span {
    color: #fff;
    background: #ffc104;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.sidebar_styleOne .theme_title,
.sidebar_styleTwo .theme_title {
    padding-bottom: 18px;
}

.sidebar_search {
    height: 54px;
    margin-bottom: 35px;
    position: relative;
}

.sidebar_search input {
    width: 100%;
    height: 50px;
    border: none;
    border: 1px solid #f1f1f1;
    padding: 0 56px 0 12px;
    color: #9e9e9e;
}

.sidebar_search button {
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffc104;
}

.sidebar_categories {
    margin-top: 60px;
}

.sidebar_categories ul {
    margin-top: 22px;
    margin-bottom: 35px;
}

.sidebar_categories ul li {
    line-height: 48px;
    border-bottom: 1px solid #f1f1f1;
}

.sidebar_categories ul li:last-child {
    border: none;
}

.sidebar_categories ul li a {
    font-weight: normal;
    color: #9e9e9e;
    position: relative;
}

.sidebar_categories ul li a:hover {
    color: #ab7442;
}

.sidebar_categories ul li input[type='checkbox'] {
    float: right;
    position: relative;
    top: 14px;
}

.sidebar_categories ul li a:before {
    content: '\f114';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.sidebar_categories.archive ul li a:before {
    content: '\f00c';
}

.sidebar_categories ul li a:hover {
    color: #ffc104;
}

.recent_news_sidebar {
    margin-bottom: 62px;
}

.recent_news_sidebar .theme_title {
    margin-bottom: 40px;
}

.recent_news_sidebar .single_news_sidebar {
    margin-bottom: 29px;
}

.recent_news_sidebar .img_holder img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
}

.recent_news_sidebar .post {
    padding-left: 26px;
    width: 72%;
    margin-top: -10px;
}

.recent_news_sidebar .post h6 a {
    font-size: 16px;
    color: #272727;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 2px;
}

.recent_news_sidebar .post p a {
    font-size: 14px;
}

.recent_news_sidebar .post p a i {
    margin-right: 4px;
    font-size: 16px;
}

.recent_news_sidebar .img_holder {
    position: relative;
}

.recent_news_sidebar .img_holder .opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transform: scale(0.1);
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
}

.recent_news_sidebar .img_holder .opacity .icon {
    display: table;
    width: 100%;
    height: 100%;
}

.recent_news_sidebar .img_holder .opacity .icon span {
    display: table-cell;
    vertical-align: middle;
}

.recent_news_sidebar .img_holder .opacity .icon span a {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    line-height: 45px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.recent_news_sidebar .single_news_sidebar:hover .opacity {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.sidebar_tags {
    margin-bottom: 30px;
}

.sidebar_tags ul {
    padding: 15px 0px;
}

.sidebar_tags ul li {
    display: inline-block;
    margin: 0 4px 8px 0;
}

.sidebar_tags ul li a {
    display: block;
    font-weight: normal;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 32px;
    border: 1px solid #f1f1f1;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    padding: 0 14px;
}

.sidebar_tags ul li a:hover {
    color: #ffffff;
    background: #ffc104;
}

.single-sidebar.price-ranger .ui-widget-content {
    background: #f7f7f7;
    border: none;
    height: 2px;
}

.single-sidebar.price-ranger .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #222;
    margin-left: -4px;
    outline: none;
    background: #ffc104;
}

.single-sidebar.price-ranger .ui-slider .ui-slider-range {
    background: #252525;
}

.single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
}

.single-sidebar.price-ranger #slider-range {
    margin-top: 25px;
}

.single-sidebar.price-ranger .ranger-min-max-block {
    margin-top: 20px;
    margin-bottom: 45px;
}

.single-sidebar.price-ranger .ranger-min-max-block input {
    display: inline-block;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
    width: 80px;
    border: none;
    border-radius: 0px;
    text-align: center;
    outline: none;
    line-height: 35px;
    font-size: 14px;
    margin-right: 37px;
    color: #ffffff;
    font-weight: 700;
    background: #ffc104;
    text-transform: uppercase;
    border: 2px solid #ffc104;
}

.single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
    border: none;
    text-align: center;
    outline: none;
    width: 40px;
    color: #9c9c9c;
    font-weight: 400;
    text-align: right;
}

.single-sidebar.price-ranger .ranger-min-max-block span {
    color: #9c9c9c;
    font-weight: 400;
}

.best_sellers .theme_title {
    margin-bottom: 36px;
}

.best_sellers .best_selling_item {
    margin: 20px 0 20px 0;
    padding-bottom: 17px;
}

.best_sellers .best_selling_item .text {
    padding-left: 20px;
    margin-top: -3px;
}

.best_sellers .best_selling_item .text h6 {
    font-size: 16px;
    font-weight: 700;
    color: #272727;
}

.best_sellers .best_selling_item .text ul li {
    display: inline-block;
    margin-right: 3px;
    font-size: 12px;
    margin-top: 10px;
    color: #ffc104;
}

.best_sellers .best_selling_item .text span {
    display: block;
    margin-top: 10px;
    color: #ffc104;
    font-size: 16px;
    font-weight: 400;
}

.best_sellers .best_selling_item.border {
    border-bottom: 1px solid #f7f7f7;
}

.sidebar_styleTwo .sidebar_categories {
    margin-top: 30px;
}

.sidebar_styleTwo .sidebar_tags {
    margin: 19px 0 51px 0;
}

.page_pagination li {
    display: inline-block;
    margin: 0 4px;
}

.page_pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(229, 229, 229, 0.57);
    text-align: center;
    color: #848484;
    font-size: 18px;
}

.page_pagination li a.active,
.page_pagination li a:hover {
    color: #fff;
    background: #ffc104;
}

.footer p {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
}

.footer .footer-upper {
    padding: 60px 0px 50px;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    list-style: none;
}

.footer-widget.about-widget img {
    margin-bottom: 27px;
}

.footer-widget.about-widget p {
    margin: 0;
}

.footer-widget h3.title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0;
}

.footer-widget.quick-links ul li a {
    font-size: 14px;
    line-height: 38px;
    tranisition: all 0.3s ease;
}

.footer-widget.quick-links ul li a:hover {
    color: #d62929;
}

.footer-widget.contact-widget input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
}

.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 20px;
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.footer-widget.contact-widget button {
    width: 100%;
    letter-spacing: 1px;
    height: 50px;
    background: #2098d1;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    outline: none;
    padding: 0;
    line-height: 50px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #ffc104;
}

.footer-widget.contact-widget .column {
    padding: 0 10px;
}

.row-10 {
    margin: 0px -10px;
}

.footer .footer-upper .item {
    margin-top: 40px;
}

.footer .footer-upper .link_btn .button-style-one {
    color: #fff;
    margin-top: 20px;
    border-bottom: 1px solid #fff;
}

.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}

.footer.bg-style .footer-widget h3.title {
    margin-bottom: 31px;
    position: relative;
    font-weight: 500;
    color: #ffc104;
}

.footer.bg-style .footer-widget.quick-links ul li {
    margin-bottom: 8px;
}

.footer.bg-style .footer-widget.quick-links ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
}

.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #ffc104;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover:before {
    color: #fff;
}

.footer .footer-upper .footer-map .google-map {
    height: 200px;
}

.footer.bg-style .footer-widget.our-doctor ul li {
    margin-bottom: 8px;
}

.footer.bg-style .footer-widget.our-doctor ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
    font-weight: 400;
}

.footer.bg-style .footer-widget.our-doctor ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}

.footer.bg-style .footer-widget.our-doctor ul li a:hover {
    color: #ffc104;
}

.footer.bg-style .footer-widget.our-doctor ul li a:hover:before {
    color: #fff;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: transparent;
    color: #fff;
}

.contact-section-btn {
    max-width: 170px;
    margin: 0 auto;
}

.footer.bg-style .footer-widget.contact-widget input {
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #fff;
    color: #fff;
    margin-bottom: 10px;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 90px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    margin: 5px 0px 20px;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 50px;
    line-height: 45px;
}

.footer-bottom {
    color: #d1d1d1;
    border-top: 1px solid #ffc104;
    padding: 20px 0px 54px;
}

.footer-bottom .social-links a {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    padding: 0px 15px;
    line-height: 26px;
}

.footer-bottom a:hover {
    color: #ffc104;
}

.footer-bottom .copyright-text {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
}

.footer-bottom .copyright-text a {
    color: #fff;
}

.fact-counter {
    position: relative;
    overflow: hidden;
    color: #ffffff;
}

.fact-counter:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0.8;
    z-index: 0;
}

.fact-counter .auto-container {
    position: relative;
    z-index: 1;
}

.fact-counter .column {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    z-index: 5;
}

.fact-counter .item {
    color: #222;
}

.fact-counter .column .icon span {
    position: relative;
    top: 0px;
    font-size: 50px;
    position: absolute;
    line-height: 70px;
    top: -5px;
    left: 0;
    margin-bottom: 20px;
    color: #ab7442;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fact-counter .count-outer {
    margin-top: 10px;
    color: #f8f8f8;
    position: relative;
    font-size: 40px;
    font-weight: 700;
}

.fact-counter .counter-outer {
    padding: 50px 0px 0px;
}

.fact-counter .counter-outer .item .inner-box {
    position: relative;
}

.fact-counter .counter-outer .item .inner-box .icon-box i {
    color: #ffc104;
}

.fact-counter .counter-outer .item .inner-box .icon-box i:before {
    margin: 0;
    font-size: 54px;
}

.call-to-action {
    background: #00254a;
    padding: 40px 0;
    color: #fff;
}

.call-to-action h3 {
    font-size: 34px;
    font-weight: 700;
    margin: 0;
    color: #fff;
    line-height: 30px;
    margin-bottom: 16px;
}

.call-to-action p {
    margin: 0;
}

.call-to-action a.thm-btn {
    padding: 0px 24px;
    margin: 7px 0;
    border-radius: 25px;
    background: #fff;
    color: #222222;
    letter-spacing: 1px;
    transition: 0.5s;
}

.call-to-action a.thm-btn.inverse:hover {
    color: var(--hover-color);
    background: var(--background-hover-primary-color);
    transition: 0.5s;
}

.parallax-style-one {
    position: relative;
    padding: 80px 0px 80px;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center center;
    color: #ffffff;
}

.parallax-style-one .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(1 1 1 / 40%);
    opacity: 1;
    content: '';
}

.parallax-style-one .sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.parallax-style-one .sec-title h2 {
    font-weight: 700;
    line-height: 39px;
    text-transform: none;
}

.parallax-style-one .sec-title h2:before {
    display: none;
}

.parallax-style-one .sec-title p {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 15px;
}

.parallax-style-one .link_btn li {
    display: inline-block;
    margin: 20px 10px 0px 0px;
}

.parallax-style-one .link_btn li a {
    letter-spacing: 1px;
}

.parallax-style-one .link_btn .thm-btn.style-two:hover {
    background: transparent;
    color: #ffc104;
    border: 2px solid #fff;
    color: #fff;
}

.two-column {
    padding: 100px 0px 0px;
}

.two-column .sec-title {
    margin-bottom: 30px;
}

.two-column .sec-title p {
    max-width: 650px;
    color: #848484;
    margin-top: 20px;
}

.two-column .content-box {
    padding: 20px 0px 50px;
    position: relative;
}

.two-column .content-box p {
    color: #666666;
}

.two-column .content-box .clearfix {
    margin-top: 30px;
}

.two-column .inner-box .image-box {
    position: relative;
    text-align: center;
}

.two-column .inner-box .image-box img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.single-choose-item {
    margin-bottom: 26px;
    position: relative;
    background: #fff;
    border: 1px solid #ededed;
    border-left: 1px solid #2098d1;
    border-bottom: 1px solid #2098d1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-left-bg {
    float: left;
    height: 100%;
    position: absolute;
    overflow: hidden;
    width: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-icon {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    margin-top: 25px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-align: center;
}

.choose-icon i {
    font-size: 36px;
    color: #ffc104;
    position: relative;
    top: 1px;
    margin: 0;
    font-size: 36px;
    color: #ffc104;
    position: relative;
    top: 1px;
    margin: 0;
}

.choose-icon i:before {
    font-size: 36px;
    color: #ffc104;
    position: relative;
    top: 1px;
    margin: 0;
    font-size: 36px;
    color: #ffc104;
    position: relative;
    top: 1px;
    margin: 0;
}

.choose-text {
    overflow: hidden;
    padding: 26px 0px 38px;
}

.choose-text h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 13px;
    margin-top: 0;
    text-transform: capitalize;
}

.choose-text h4 a {
    color: #222222;
    transition: 0.5s;
}

.choose-text h4 a:hover {
    color: #ffc104;
    transition: 0.5s;
}

.choose-text p {
    color: #777777;
    font-size: 14px;
    line-height: 22px;
}

.service-single {
    padding: 95px 0px 100px;
}

.service-catergory {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f8f8f8;
    padding: 30px 30px;
}

.service-single .service-sidebar {
    margin-right: 20px;
}

.service-catergory li {
    list-style: none;
    position: relative;
    background: #fff;
    padding: 10px 0;
    margin-bottom: 10px;
}

.service-catergory li:last-child {
    margin-bottom: 0px;
}

.service-catergory li.active {
    background: #ffc104;
}

.service-catergory li.active a {
    color: #fff;
}

.service-catergory li a {
    display: block;
    font-size: 14px;
    color: #848484;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
    padding-left: 20px;
    transition: all 0.5s ease;
    position: relative;
}

.service-catergory span {
    margin-right: 8px;
    font-size: 12px;
}

.service-catergory li a:hover {
    color: #ffc104;
}

.service-catergory li.active a:hover {
    color: #fff;
}

.service-single .outer-box .content-box {
    margin-top: 48px;
}

.service-single .outer-box .content-box .sec-title {
    margin-bottom: 20px;
}

.service-single .outer-box .content-box .sec-title h4 {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
}

.service-single .outer-box .content-box .text p {
    color: #848484;
}

.service-single .outer-box .content-box .text.style-two {
    margin-top: 25px;
}

.service-single .outer-box .content-box .clearfix {
    margin-top: 25px;
}

.service-single .outer-box .content-box .clearfix h4 {
    font-weight: 500;
    font-size: 20px;
    color: #222222;
    margin: 15px 0px 20px;
}

.service-single .outer-box .content-box .clearfix p {
    color: #848484;
}

.our-gallery {
    position: relative;
    padding: 70px 0px 100px;
    background: #fff;
}

.style-3.our-gallery,
.style-2.our-gallery {
    padding: 109px 0 121px;
    background: #fff;
}

.our-gallery .single-item .img-holder {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.our-gallery .single-item .img-holder img {
    width: 100%;
}

.style-2.our-gallery .single-item .img-holder img {
    width: 100%;
}

.our-gallery .single-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.our-gallery .single-item:hover .img-holder .overlay {
    opacity: 1;
}

.our-gallery .single-item .img-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.our-gallery .single-item .img-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.our-gallery .single-item .img-holder .overlay .social li {
    display: inline;
    margin-right: 4px;
}

.our-gallery .single-item .img-holder .overlay .social li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    transition: 0.5s ease-in;
}

.our-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}

.our-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.our-gallery .link_btn .thm-btn {
    margin-top: 70px;
}

.sidebar-page .sidebar {
    position: relative;
    padding-left: 40px;
}

.sidebar .widget {
    position: relative;
    margin-bottom: 35px;
}

.sidebar .sidebar-title {
    position: relative;
    margin-top: 0px;
    margin-bottom: 15px;
}

.sidebar .sidebar-title h3 {
    font-size: 20px;
    color: #222222;
    font-weight: 500;
}

.sidebar .sidebar-title:before,
.sidebar .sidebar-title:after {
    content: '';
}

.sidebar-page .contact-info {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.sidebar-page .contact-info .text {
    position: relative;
    font-size: 13px;
    margin-bottom: 10px;
    color: #7f7f7f;
}

.sidebar-page .contact-info li {
    position: relative;
    margin-bottom: 5px;
    line-height: 1.8em;
    color: #7f7f7f;
}

.sidebar-page .contact-info li strong {
    position: relative;
    padding-right: 10px;
    font-weight: 600;
    color: #292929;
}

.sidebar-page .contact-info a {
    color: #f17338;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}

.sidebar-page .contact-info a:hover {
    color: #3d3d3d;
}

.sidebar .popular-categories .list {
    position: relative;
}

.sidebar .popular-categories .list li {
    position: relative;
    margin-bottom: 10px;
    line-height: 27px;
}

.sidebar .popular-categories .list li .count {
    position: relative;
    color: #f9ad0a;
}

.sidebar .popular-categories .list li a {
    position: relative;
    display: block;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
}

.sidebar .popular-categories .list li a:hover {
    color: #ffc104;
    transition: 0.5s;
}

.sidebar .popular-categories .list span {
    margin-right: 7px;
    font-size: 11px;
}

.sidebar .call {
    max-width: 330px;
    margin-bottom: 50px;
}

.sidebar .call .content-box {
    padding: 45px 3px 45px 30px;
    color: #fff;
    position: relative;
}

.sidebar .call .content-box p {
    position: relative;
}

.sidebar .call .content-box h2 {
    position: relative;
    font-size: 24px;
    margin-top: 14px;
    font-weight: 700;
}

.sidebar .call .content-box .overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(13, 42, 74, 0.82);
    opacity: 1;
    content: '';
}

.sidebar-page {
    position: relative;
    padding: 100px 0px 50px;
}

.blog-container {
    position: relative;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.blog-post.style-two {
    padding: 0px;
}

.sidebar-page .blog-post {
    position: relative;
    background: #ffffff;
    margin-bottom: 2px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sidebar-page .blog-post .post-header {
    position: relative;
    padding: 18px 0px 0px;
    background: #ffffff;
}

.sidebar-page .blog-post .post-header h2 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    margin: 5px 0px 8px;
    color: #222222;
}

.sidebar-page .blog-post .post-header h2 a {
    position: relative;
    display: block;
    color: #222222;
    transition: 0.5s;
}

.sidebar-page .blog-post .post-header a:hover {
    color: #ffc104;
    transition: 0.5s;
}

.sidebar-page .blog-post .post-header h4 {
    color: #f9ad0a;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-page .blog-post .post-info {
    position: relative;
    margin-bottom: 18px;
}

.sidebar-page .blog-post .post-info li {
    position: relative;
    display: inline-block;
    margin: 0px 25px 0px 0px;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-page .blog-post .post-info li span:before {
    color: #ffc104;
    margin: 0;
    font-size: 14px;
}

.sidebar-page .blog-post .image-box {
    position: relative;
}

.sidebar-page .blog-post .image-box .date {
    height: 60px;
    width: 70px;
    background: #ffc104;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: 20px;
    left: -13px;
}

.sidebar-page .blog-post .image-box .date h5 {
    font-size: 22px;
    font-weight: 700;
}

.sidebar-page .blog-post .image-box .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.sidebar-page .blog-post .image-box .date p:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 8px solid #ffc104;
    border-right: 4px solid #ffc104;
    position: absolute;
    left: 0px;
    bottom: -22px;
}

.sidebar-page .blog-post .image-box img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.sidebar-page .image-slider .owl-controls {
    margin: 0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-prev {
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none !important;
    font-size: 0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-next {
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: none !important;
    font-size: 0px !important;
}

.sidebar-page .image-slider .owl-nav .owl-prev:after {
    content: '\f104';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    display: block;
    font-size: 32px;
    color: #ffffff;
    text-align: center;
    width: 50px;
    height: 50px;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sidebar-page .image-slider .owl-nav .owl-prev:hover:after,
.sidebar-page .image-slider .owl-nav .owl-next:hover:after {
    background: #f9ad0a;
    opacity: 1;
}

.sidebar-page .image-slider .owl-dots {
    display: none !important;
}

.sidebar-page .blog-post .post-desc {
    position: relative;
    padding: 20px 0px;
    background: #ffffff;
    border-top: 1px solid #ededed;
}

.sidebar-page .blog-post .text {
    position: relative;
    margin-bottom: 33px;
    color: #848484;
}

.sidebar-page .blog-post .text.style-two {
    margin-bottom: 10px;
}

.sidebar-page .blog-post .post-header .post-options {
    position: relative;
    float: right;
}

.sidebar-page .blog-post .post-header .post-options a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    color: #777777;
}

.sidebar-page .blog-post .post-header .post-options a:hover {
    color: #00bff5;
}

.sidebar-page .blog-post blockquote {
    position: relative;
    margin-left: 54px;
    padding: 0px 20px 0px 26px;
    line-height: 2em;
    font-size: 14px;
    color: #848484;
    font-style: italic;
    border-left: 2px solid #e7e7e7;
}

.sidebar-page .blog-post .quate {
    position: absolute;
    top: 24px;
    left: -50px;
    font-size: 30px;
    color: #ffc104;
}

.sidebar-page .blog-detail .post-desc h2 {
    font-size: 20px;
    margin-bottom: 22px;
    color: #1a1a1a;
}

.sidebar-page .blog-detail .post-desc h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.sidebar-page .blog-detail h4 {
    font-size: 16px;
    margin-bottom: 20px;
}

.check-list li .fa {
    position: relative;
    color: #cbda37;
}

.remove-list li .fa {
    position: relative;
    color: #ff0000;
}

.sidebar-page .blog-detail .post-tags {
    position: relative;
    padding: 15px;
    font-size: 16px;
    background: #f5f5f5;
    color: #999999;
    margin-bottom: 50px;
}

.sidebar-page .blog-detail .post-tags a {
    position: relative;
    color: #777777;
    font-size: 15px;
}

.sidebar-page .blog-detail .post-tags a:hover {
    color: #f7a34a;
}

.sidebar-page .post-author {
    position: relative;
    background: #ccedf9;
    padding: 25px;
    color: #555555;
    border-bottom: 3px solid #f7a34a;
    margin-bottom: 50px;
}

.sidebar-page .post-author:before {
    content: '';
    position: absolute;
    left: 50px;
    top: -28px;
    border: 15px solid transparent;
    border-bottom-color: #ccedf9;
}

.sidebar-page .post-author .inner-box {
    position: relative;
    padding: 15px 0px 0px 100px;
    min-height: 80px;
}

.sidebar-page .post-author .inner-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    box-shadow: 0px 0px 2px 0px #f7a34a;
    -moz-box-shadow: 0px 0px 2px 0px #f7a34a;
    -ms-box-shadow: 0px 0px 2px 0px #f7a34a;
    -o-box-shadow: 0px 0px 2px 0px #f7a34a;
    -webkit-box-shadow: 0px 0px 2px 0px #f7a34a;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

.sidebar-page .post-author .inner-box .author-thumb img {
    display: block;
    width: 76px;
}

.sidebar-page .post-author h4 {
    margin-bottom: 10px;
    color: #1a1a1a;
}

.sidebar-page .post-author h4 .author-occ {
    position: relative;
    left: 10px;
    padding: 5px 10px;
    font-size: 10px;
    background: #f7a34a;
    border-radius: 5px;
    color: #ffffff;
}

.leave-comment .section-title {
    margin-bottom: 20px;
}

.leave-comment .section-title h3 {
    position: relative;
    display: block;
    margin: 67px 0px 25px;
    color: #222222;
    transition: 0.5s;
    font-size: 20px;
    font-weight: 500;
}

.sidebar-page .form-control:focus {
    border-color: #ffc104;
}

.blog-latest-news.style-two {
    padding: 0px 15px 50px;
}

.blog-latest-news .item {
    margin-bottom: 70px;
}

.blog-latest-news .item h3 {
    font-weight: 500;
    font-size: 18px;
    padding: 30px 0px 5px;
    color: #222222;
}

.blog-latest-news .item h3 a {
    color: #222222;
    transition: 0.5s;
}

.blog-latest-news .item h3 a:hover {
    color: #ffc104;
    transition: 0.5s;
}

.blog-latest-news .item p {
    margin-top: 14px;
    color: #848484;
}

.blog-latest-news .item .image-box {
    position: relative;
}

.blog-latest-news .item .date {
    height: 60px;
    width: 70px;
    background: #ffc104;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: 20px;
    left: 5px;
}

.blog-latest-news .item .date h5 {
    font-size: 22px;
    font-weight: 700;
}

.blog-latest-news .item .date p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.blog-latest-news .item .date p:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 6px solid transparent;
    border-top: 8px solid #ffc104;
    border-right: 4px solid #ffc104;
    position: absolute;
    left: 0px;
    bottom: -16px;
}

.blog-latest-news .item .admin-comments {
    margin-bottom: 5px;
    padding: 10px 0px 13px;
    border-bottom: 1px solid #ededed;
}

.blog-latest-news .item .admin-comments .icon {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.blog-latest-news .item .admin-comments .icon:before {
    color: #ffc104;
    margin: 0;
    padding: 0px 10px 0px 0px;
    font-size: 14px;
}

.blog-latest-news .item .admin-comments li {
    display: inline-block;
}

.feature-style-three {
    padding: 72px 0px 0px;
}

.feature-style-three .item-list {
    border-bottom: 1px solid #ededed;
}

.feature-style-three .item-list .row {
    margin: 0px;
}

.feature-style-three .item-list .item .column {
    padding: 29px 16px 32px;
}

.feature-style-three .item-list .item .inner-box {
    position: relative;
    padding-left: 94px;
    color: #fff;
}

.feature-style-three .item-list .item .inner-box h3 {
    font-size: 18px;
    color: #222222;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: capitalize;
}

.feature-style-three .item-list .item .inner-box .icon-box {
    position: absolute;
    left: 22px;
    top: -5px;
}

.feature-style-three .item-list .item .inner-box .icon-box .icon {
    color: #ffc104;
    line-height: 47px;
    margin-left: -11px;
}

.feature-style-three .item-list .item .inner-box .icon-box .icon:before {
    font-size: 36px;
}

.feature-style-three .item-list .item .inner-box .text {
    position: relative;
    line-height: 27px;
    color: #848484;
    font-size: 14px;
    font-weight: 400;
}

.portfolio-section .single-item .image-holder {
    position: relative;
    overflow: hidden;
}

.portfolio-section .single-item .image-holder img {
    width: 100%;
}

.portfolio-section .single-item .image-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.portfolio-section .single-item:hover .image-holder .overlay {
    opacity: 1;
}

.portfolio-section .single-item .image-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.portfolio-section .single-item .image-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.portfolio-section .single-item .image-holder .overlay .social li a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    text-align: center;
    font-size: 12px;
    line-height: 62px;
    color: #fff;
    transition: 0.5s ease-in;
}

.portfolio-section .single-item .image-holder .overlay .social i:before {
    font-size: 22px;
}

.sidebar-page .comments-area {
    position: relative;
}

.sidebar-page .group-title {
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 15px;
}

.sidebar-page .group-title h2 {
    position: relative;
    display: block;
    margin: 50px 0px 10px;
    color: #222222;
    transition: 0.5s;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar-page .group-title:before,
.sidebar-page .group-title:after {
    content: '';
}

.sidebar-page .comments-area .comment-box {
    position: relative;
}

.sidebar-page .comments-area .comment {
    position: relative;
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 10px 100px;
}

.sidebar-page .comments-area .reply-comment {
    margin-left: 50px;
}

.sidebar-page .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 84px;
    height: 84px;
    border: 3px solid #ffffff;
}

.sidebar-page .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page .comments-area .comment-info {
    margin-bottom: 5px;
    color: #bcbcbc;
    font-size: 16px;
}

.sidebar-page .comments-area .comment-box strong {
    color: #222;
    font-weight: 600;
}

.sidebar-page .comments-area .comment-box .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #848484;
}

.sidebar-page .comments-area .reply-option {
    color: #202020;
    font-size: 14px;
    margin-top: 5px;
}

.sidebar-page .comments-area .reply-option .theme-btn {
    padding: 6px 25px;
    margin: 3px 10px;
    float: right;
}

.sidebar-page .comments-area .reply-option .theme-btn:hover {
    color: #5f5f5f;
}

.expart-details {
    padding: 100px 0px;
}

.expart-details .single-team-member h3 {
    margin-bottom: 8px;
}

.awards-wrapper {
    margin-left: -13.5px;
    margin-right: -13.5px;
    margin-bottom: 20px;
    margin-top: 25px;
}

.single-award {
    width: 25%;
    float: left;
    padding: 0 13.5px;
}

.single-award .inner {
    background: #00254a;
    text-align: center;
    color: #fff;
    padding: 25px 0 10px;
}

.single-award .inner i {
    font-size: 40px;
    margin-bottom: 15px;
}

.single-award .inner i:before {
    font-size: 40px;
}

.single-award .inner p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.single-award .inner span.block {
    display: block;
    line-height: 15px;
}

.single-award .inner span.number {
    font-size: 36px;
    font-weight: bold;
    display: block;
    margin-top: -3px;
}

.expart-details ul.infos {
    padding: 0;
    margin: 22px 0px 15px;
}

.expart-details ul.infos li {
    list-style: none;
    line-height: 35px;
}

.expart-details ul.infos li span {
    display: table-cell;
    vertical-align: middle;
}

.expart-details ul.infos li span:first-child {
    text-transform: uppercase;
    color: #222e35;
    font-size: 13px;
    font-weight: 600;
}

.expart-details ul.infos li span:last-child {
    padding-left: 40px;
    color: #9c9c9c;
}

.expart-details ul.social {
    margin-top: 25px;
}

.expart-details ul.social li {
    display: inline-block;
}

.expart-details ul.social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: #3b3b3b;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    transition: all 0.3s ease;
}

.expart-details ul.social li:hover a {
    background: #ffc104;
}

.latest-projects {
    padding: 80px 0px 60px;
    background: #f7f7f7;
}

.latest-projects .sec-title h2:before {
    left: 50%;
    margin-left: -27px;
}

.latest-projects .single-item {
    padding-bottom: 30px;
}

.latest-projects .single-item .img-box {
    position: relative;
    overflow: hidden;
}

.latest-projects .single-item .img-box img {
    width: 100%;
}

.latest-projects .single-item .title h5 {
    color: #222;
    padding: 25px 0 0;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.latest-projects .single-item:hover .title h5 {
    color: #48c7ec;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.latest-projects .single-item .img-box {
    overflow: hidden;
}

.latest-projects .single-item .img-box .overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 74, 0.88);
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.latest-projects .single-item .img-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.latest-projects .single-item:hover .img-box img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.latest-projects .single-item .img-box .overlay-2 .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.latest-projects .single-item .img-box .overlay-2 .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.latest-projects .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}

.latest-projects .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
}

.latest-projects .single-item .social h4 a {
    color: #fff;
}

.latest-projects .single-item .img-box .overlay-2 .box {
    display: table;
    width: 100%;
    height: 100%;
}

.latest-projects .single-item .img-box .overlay-2 .box .content {
    display: table-cell;
    vertical-align: bottom;
}

.latest-projects .single-item .img-box .overlay-2 .top {
    text-align: center;
}

.latest-gallery .single-item .img-box .overlay-2 .top ul {
    margin-bottom: 0;
    margin-bottom: 20%;
}

.latest-projects .single-item .img-box .overlay-2 .top li a {
    width: 45px;
    height: 45px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    background: #222;
    display: block;
    border-radius: 50%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.latest-projects .single-item .img-box .overlay-2 .top li a:hover {
    background: #1f1f1f;
    color: #48c7ec;
}

.latest-projects .single-item .img-box .overlay-2 .bottom {
    padding: 10px 0px;
    padding-right: 0;
    text-align: center;
}

.latest-projects .single-item .img-box .overlay-2 .bottom .title h3 {
    margin: 0;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
}

.latest-projects .single-item:hover .img-box .overlay-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}

.latest-projects .post-filter {
    display: inline-block;
    margin: 0;
    margin-bottom: 40px;
}

.latest-projects .post-filter li {
    padding: 5px 5px;
}

.latest-projects .post-filter li span {
    padding: 7px 20px;
    color: #343434;
    font-size: 14px;
    border: 1px solid #e5e5e5;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding-right: 16px;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.latest-projects .post-filter li:hover span {
    color: var(--hover-color);
    background: var(--background-hover-primary-color);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.post-filter li.active span {
    color: #fff;
    background: var(--background-primary-color);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.shop {
    position: relative;
    padding: 80px 0px 80px;
}

.shop .hover-effect {
    margin-bottom: 15px;
    padding-top: 10px;
    transition: 0.5s ease;
}

.shop .hover-effect:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    transition: 0.5s ease-in-out;
}

.single-shop-item .img-box {
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
    transition: 0.5s ease;
    background: #f7f7f7;
    text-align: center;
}

.single-shop-item:hover .img-box {
    transition: 0.5s ease;
}

.single-shop-item .img-box .offer-box {
    position: absolute;
    top: 10px;
    left: 10px;
}

.single-shop-item .img-box .offer-box .inner {
    position: relative;
}

.single-shop-item .img-box .offer-box .inner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 0;
    height: 0;
    background-color: transparent;
    border-bottom: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-top: 35px solid #ab7442;
    border-left: 35px solid #ab7442;
    border-right: 35px solid transparent;
}

.single-shop-item .img-box .offer-box .inner span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transform: rotate(-45deg);
    line-height: 35px;
    transform-origin: 70% 35%;
}

.single-shop-item .text-box h3,
.single-shop-item .text-box p {
    margin: 0;
}

.single-shop-item .text-box h3 {
    font-size: 18px;
    line-height: 50px;
    color: #1f1f1f;
    margin-top: 10px;
}

.single-shop-item .text-box p {
    font-size: 20px;
    line-height: 24px;
}

.single-shop-item .text-box p i {
    font-size: 18px;
}

.single-shop-item .text-box p span {
    display: inline-block;
    vertical-align: top;
    color: #ab7442;
    font-size: 18px;
    font-weight: 400;
}

.single-shop-item .text-box p del {
    color: #9f9f9f;
    font-size: 14px;
    line-height: 24px;
    vertical-align: super;
    display: inline-block;
    font-weight: normal;
}

.single-shop-item .text-box p del i {
    font-size: 14px;
}

.single-shop-item .thm-btn.thm-tran-bg {
    color: #ffffff;
    border-color: #fff;
}

.single-shop-item .thm-btn:hover {
    color: #00254a;
    background: #ffffff;
}

.single-shop-item:hover .img-box .overlay {
    background-color: rgba(255, 255, 255, 0.9);
}

.single-shop-item:hover .img-box .overlay .box .content ul li a {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
}

.default-overlay-outer {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 10px;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.default-overlay-outer .inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
}

.default-overlay-outer .inner .content-layer {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

.single-shop-item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(0, 37, 74, 0.88);
}

.single-shop-item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}

.single-shop-item .content-box {
    position: relative;
    padding: 20px 0px;
}

.single-shop-item .content-box h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0px 0px;
    line-height: 1.4em;
    color: #252525;
    margin-bottom: 6px;
}

.single-shop-item .content-box a {
    color: #b89b5e;
}

.single-shop-item .content-boxa:hover {
    color: #b89b5e;
}

.single-shop-item .content-box h4 a {
    color: #252525;
    text-transform: uppercase;
}

.single-shop-item .content-box .rating {
    font-size: 13px;
    color: #ffc104;
    margin-bottom: 15px;
    position: absolute;
    right: 5px;
    top: 14px;
}

.single-shop-item .content-box .item-price {
    font-size: 16px;
    font-weight: 400;
    color: #ffc104;
    line-height: 24px;
}

.single-shop-item .content-box .item-price del {
    color: #a2a2a2;
    margin-left: 7px;
    font-size: 15px;
}

.single-shop-item .content-box .item-price .strike-through {
    color: #999999;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
    line-height: 20px;
}

.mainmenu-area {
    background: var(--background-header-color);
}

.main-menu {
    position: relative;
    margin-top: 29px;
}

.navbar-collapse {
    padding: 0px;
}

.navigation {
    position: relative;
}

.navigation li {
    display: inline-block;
}

.navigation li a {
    padding: 8px 13px 28px;
    text-transform: uppercase;
    color: var(--header-color);
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
}

.navigation > li:hover > a {
    color: var(--hover-color);
}

.navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    background: #333;
    width: 230px;
    border-top: 2px solid #ffc104;
    padding: 12px 0px;
    z-index: 999;
    display: none;
}

.navigation > li > ul > li {
    position: relative;
    display: block;
}

.navigation > li > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 25px 10px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.navigation > li > ul > li > a i.fa.fa-angle-right {
    position: absolute;
    right: 15px;
    top: 14px;
}

.navigation > li > ul > li:hover > a {
    color: var(--hover-color);
}

.navigation > li > ul > li.third-menu {
    position: relative;
}

.navigation > li > ul > li.third-menu ul {
    position: absolute;
    left: 230px;
    top: 0px;
    background: #333;
    width: 200px;
    border-top: 2px solid #fff;
    padding: 12px 0px;
    z-index: 999;
    display: none;
}

.navigation > li > ul > li.third-menu ul a {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 20px;
    margin: 0;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
}

.navigation > li > ul > li.third-menu ul a:hover {
    color: #fdc716;
}

.navigation > li > ul > li.third-menu:after {
    position: absolute;
    content: '\f0de';
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    right: 14px;
    transform: rotate(90deg);
    top: 3px;
}

.mobile-menu {
    background: #000;
}

.mobile-menu .dropdown-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid #ffc104;
    cursor: pointer;
    display: block;
    z-index: 5;
}

.mobile-menu .dropdown-btn:after {
    position: absolute;
    content: '\f107';
    font-family: FontAwesome;
    color: #ffc104;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.mobile-menu > li > ul {
    background: #000;
    display: none;
}

.mobile-menu > li > ul > li > ul {
    background: #000;
    display: none;
}

.mobile-menu > li > a {
    background: #fff;
    padding: 10px 20px;
    line-height: 22px;
    color: #222;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid #ffc104;
}

.mobile-menu > li > ul > li > a,
.mobile-menu > li > ul > li > ul > li > a {
    background: #fff;
    padding: 10px 20px;
    line-height: 22px;
    color: #222;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid #ffc104;
}

.mainmenu-area .right-area .link_btn {
    margin-top: 24px;
}

.mainmenu-area .navigation > li.current > a {
    position: relative;
    color: var(--background-primary-color);
}

.mainmenu-area .navigation > li.current > a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: var(--background-primary-color);
}

.mainmenu-area .navigation > li.current > a:after {
    content: '';
}

.theme_menu {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
}

.theme_menu .menu-column {
    padding: 0;
}

.nav_side_content {
    margin-top: 33px;
    float: left;
    position: relative;
    left: -20px;
}

.nav_side_content .cart_select {
    border-left: 1px solid #ececec;
    padding-left: 5px;
}

@-webkit-keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

.mainmenu-area.stricky-fixed {
    margin: 0;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.mainmenu-area .right-area .link_btn {
    margin-top: 19px;
}

.about-us {
    padding: 80px 0px 80px;
    background: #f7f7f7;
}

.about-us .sec-title {
    text-align: center;
    margin-bottom: 50px;
}

.about-us .sec-title h2:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: -10px;
    width: 56px;
    height: 3px;
    background: #ffc104;
}

.about-us .about-info .text p {
    color: #848484;
}

.about-us .about-info .link_btn {
    margin-top: 20px;
}

.benifit {
    margin-bottom: 10px;
}

.benifit li {
    position: relative;
    color: #848484;
    padding-left: 20px;
    margin: 15px 0;
}

.benifit li:after {
    position: absolute;
    content: '';
    background: #48c7ec;
    height: 8px;
    width: 8px;
    left: 0;
    top: 7px;
}

.benifit-list li {
    margin: 5px 0;
    color: #848484;
    font-size: 14px;
}

.benifit-list li i {
    color: #ffc104;
    margin-right: 15px;
    font-weight: 700;
    font-size: 18px;
}

.video-image-box {
    position: relative;
}

.video-image-box .image {
    position: relative;
}

.video-image-box img {
    display: block;
    width: 100%;
}

.video-image-box .image .overlay-link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 37, 74, 0.46);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
    background: rgba(0, 37, 74, 0.84);
}

.video-image-box .image .overlay-link .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 58px;
    height: 41px;
    line-height: 43px;
    font-size: 60px;
    color: #f7f7f7;
}

.service {
    position: relative;
    padding: 80px 0px 30px;
}

.service.style-2 {
    padding: 80px 0px 80px;
}

.service h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.service .item {
    /*padding: 4px;*/
    margin-bottom: 5px;
    /*border: 1px solid #ededed;*/
}

.service.style-2 .sec-title {
    margin-bottom: 0px;
}

.service.style-2 .sec-title h2 {
    margin-bottom: 0px;
}

.service.style-2 .single-column {
    margin-top: 50px;
}

.service .item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 98%;
    left: 10%;
    right: 10%;
    height: 15px;
    width: 80%;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    z-index: 9;
}

.service .item:hover:before {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.service .item .img-box {
    position: relative;
    overflow: hidden;
}

.service .item .img-box img {
    width: 100%;
}

.service .item .default-overlay-outer {
    opacity: 0;
    top: -100%;
    background: rgba(0, 37, 74, 0.88);
}

.service .item:hover .default-overlay-outer {
    top: 0;
    opacity: 1;
}

.service .item .thm-btn {
    padding: 0 25px;
    line-height: 34px;
}

.service .owl-carousel .owl-stage-outer {
    padding-bottom: 50px;
}

.service .content {
    padding: 12px 8px;
}

.service .content h5 {
    color: #ffc104;
    font-size: 14px;
}

.service .content h4 {
    padding: 15px 0;
    font-size: 20px;
    color: #222;
}

.service .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 10px;
}

.service .owl-theme .owl-nav [class*='owl-'] {
    color: #202f35;
    font-size: 26px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 22px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.service .owl-theme .owl-nav [class*='owl-']:hover {
    color: #ffc104;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.our-team {
    position: relative;
    padding: 80px 0px 80px;
}

.our-team.style-two {
    padding: 80px 0px 30px;
}

.single-team-member .img-box {
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}

.single-team-member .img-box img {
    transition: all 0.5s ease;
    transform: scale(1);
    display: inline-block;
}

.our-team.style-two .single-team-member {
    margin-bottom: 50px;
}

.our-team .single-team-member {
    position: relative;
    display: inline-block;
    width: 100%;
}

.our-team .single-team-member:before {
    pointer-events: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 0%;
    right: 0;
    opacity: 0;
    background: #f7f7f7;
    transition: 0.7s ease;
}

.our-team .single-team-member:hover:before {
    opacity: 1;
    height: 100%;
    transition: 0.7s ease;
}

.single-team-member .img-box .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 37, 74, 0.88);
    width: 100%;
    transform: scale(0.7, 0);
    transition: 0.5s ease-in-out;
}

.single-team-member:hover .img-box .overlay {
    transform: scale(1, 1);
    transition: 0.5s ease-in-out;
}

.single-team-member .inner-box {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.single-team-member .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    transition: 0.2s cubic-bezier(0.4, 0, 1, 1);
}

.single-team-member .social li {
    padding: 0;
    margin: 0 3px;
}

.single-team-member .social li a {
    color: #ffffff;
    transition: color 0.4s ease;
    font-size: 14px;
}

.single-team-member .img-box .overlay ul li a {
    height: 42px;
    width: 42px;
    color: #fff;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 44px;
    border: 1px solid #fff;
    transition: 0.5s ease;
}

.single-team-member .img-box .overlay ul li a:hover {
    background-color: var(--background-hover-primary-color);
    border-color: #fff;
    color: var(--hover-color);
    transition: 0.5s ease;
}

.single-team-member h4 {
    color: #222;
    margin-top: 12px;
    margin-bottom: 6px;
}

.single-team-member .author-info {
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    padding: 15px 20px;
}

.single-team-member p {
    color: #282828;
    transition: 0.5s ease;
    margin-bottom: 8px;
}

.single-team-member .text {
    margin-top: 15px;
}

.single-team-member ul {
    border-top: 1px solid #ededed;
    padding-top: 22px;
}

.single-team-member ul li {
    color: #848484;
    margin: 4px 0;
}

.single-team-member ul li a {
    color: #848484;
}

.single-team-member .author-info ul li i {
    font-size: 12px;
    background: #ffc104;
    margin-right: 10px;
    color: #fff;
    border-radius: 2px;
    height: 18px;
    width: 18px;
    text-align: center;
    line-height: 19px;
    transform: translateY(-1px);
}

.our-team .owl-theme .owl-nav {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0;
    margin-bottom: 10px;
}

.our-team .owl-theme .owl-nav [class*='owl-'] {
    color: #202f35;
    font-size: 26px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    height: 40px;
    width: 22px;
    line-height: 36px;
    font-weight: 700;
    text-align: center;
    margin-left: 1px;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.our-team .owl-theme .owl-nav [class*='owl-']:hover {
    color: #ffc104;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.brand-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #00254a;
}

.brand-area .brand .owl-stage-outer {
    z-index: 10;
}

.brand-area .brand .single-item {
    border: 1px dashed #dadada;
    height: 105px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
}

.brand-area .brand .single-item img {
    display: inline-block;
    max-width: 100% !important;
    opacity: 1;
    padding: 35px 0;
    position: relative;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: auto !important
}

.brand-area .brand .single-item:hover {
    border: 1px dashed #ffc104;
}

.brand-area .brand .single-item:hover img {
    opacity: 0.6;
}

.brand-area .owl-controls {
    display: none;
}

.latest-news-carousel .owl-stage-outer {
    padding-bottom: 3px;
}
