@charset "UTF-8";

/*------------ START language--------------*/
.header-layout1 .header-top .header-links li {
    padding: 0;
}

.same-style {
    position: relative;
    z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .same-style {
        margin-right: 25px;
    }
}

.same-style.same-style-mrg-2:last-child {
    margin-right: 0px;
}

.same-style.same-style-mrg-2 a {
    color: white;
}

.same-style:last-child {
    margin-right: 0px;
}

.same-style a {
    color: #000000;
    display: inline-block;
}

.same-style a i {
    font-size: 12px;
    margin: 0 0 0 3px;
    color: black;
}

.same-style .language-dropdown {
    /*background: #151515 none repeat scroll 0 0;*/
    position: absolute;
    right: -10px;
    z-index: 9;
    border: 1px solid var(--tj-heading-secondary);
    -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.1);
    display: none;
    border-radius: 5px;
    cursor: pointer;
}

.same-style .language-dropdown ul{
    padding: 10px;
    /*margin-top: revert;*/
}

.same-style .language-dropdown ul li{
    display: block;
    padding-bottom: 5px;
}

.same-style .language-dropdown ul li:hover{
    background-color: var(--tj-heading-secondary);
    border-radius: 5px;
}

.same-style .same-style ul li:last-child {
    padding-bottom: 0;
}

.same-style .language-dropdown ul li a{
    color: #151515;
    padding: 0 17px 0 0;
}

.same-style .language-dropdown ul li a:hover {
    color: var(--tj-theme-secondary);
    background-color: var(--tj-heading-secondary);
}
/*------------ END language--------------*/



.main-menu ul.sub-menu li a {
    text-transform: inherit;
}

/*.location-area .location-page-thumb img {*/
/*    object-fit: none;*/
/*}*/

.pagination {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-menu a {
    font-size: 13px;
}



.pro-pagination-style ul li {
    background-color: #493625;
}


.pro-pagination-style ul li a {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
}


.pro-pagination-style ul .active {
    background-color: aliceblue;
}

.pro-pagination-style ul li {
    display: inline-block;
    margin: 0 4px;
}


.pro-pagination-style ul li a:hover {
    background-color: #ff2f2f;
    color: #fff;
}

.pro-pagination-style ul li a.active {
    background-color: #ff2f2f;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pro-pagination-style ul li a.active:hover {
    background-color: #333;
}

.pro-pagination-style ul li a.prev,
.pro-pagination-style ul li a.next {
    background-color: #f0f4f6;
    color: #000000;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pro-pagination-style ul li a.prev:hover,
.pro-pagination-style ul li a.next:hover {
    background-color: #ff2f2f;
    color: #fff;
}


.portfolio-details h3 a p {
    font-size: 18px;
    color: white;
}

.header-logo a img,
.footer-logo a img{
    width: 250px;
}


.category nav li a {
    font-size: 18px;
    font-weight: bold;
}

.header-layout2 .category .main-menu > ul > li > a {
    color: var(--theme-color);
}

.header-layout2 .category .main-menu > ul > li > a:hover {
    color: var(--smoke-color);
}


.location-area .location-page-thumb img {
    width: 39%;

}


/***********************************/
.category-menu {
    border: 1px solid #e1e1e1;
    width: 247px;
    position: absolute;
    top: 220%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 9px 0 3px;
}

.category-menu.categori-not-visible {
    display: none;
    top: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .category-menu {
        /*left: 50%;*/
        /*-webkit-transform: translateX(-50%);*/
        /*-ms-transform: translateX(-50%);*/
        /*transform: translateX(-50%);*/
    }
}

@media only screen and (max-width: 767px) {
    .category-menu {
        /*left: 50%;*/
        /*-webkit-transform: translateX(-50%);*/
        /*-ms-transform: translateX(-50%);*/
        /*transform: translateX(-50%);*/
    }
}

.category-menu nav > ul > li {
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.category-menu nav > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.category-menu nav > ul > li:last-child {
    border-bottom: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu nav > ul > li {
        padding: 10px 0;
    }
}

.category-menu nav > ul > li > a {
    color: #000000;
    font-weight: 700;
    padding: 0 20px;
    display: block;
    font-size: 18px;
}

.category-menu nav > ul > li > a span {
    float: right;
    font-size: 10px;
    position: relative;
    top: 6px;
    color: #000000;
}

.category-menu nav > ul > li .category-menu-dropdown {
    position: absolute;
    left: 100%;
    top: -9px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px 20px 20px;
    margin-left: 1px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0.4px rgba(0, 0, 0, 0.1);
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu {
    display: inline-block;
    width: 50%;
    float: left;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-bottom {
    margin-bottom: 74px;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.ct-menu-mrg-left {
    padding-left: 38px;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border {
    position: relative;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu.category-menu-border:before {
    position: absolute;
    content: "";
    bottom: -36px;
    left: 0;
    background-color: #d6d7da;
    height: 1px;
    width: 180px;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu h4 {
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 18px;
    letter-spacing: .2px;
    text-transform: uppercase;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li {
    padding: 0 0 9px;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li:last-child {
    padding: 0 0 0px;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a {
    color: #333;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu ul li a:hover {
    color: #C57642;
}

.category-menu nav > ul > li .category-menu-dropdown .single-category-menu > a img {
    width: 100%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .category-menu nav > ul > li .category-menu-dropdown.ct-menu-res-height-1 {
        height: 280px;
        overflow-y: auto;
    }
}

.category-menu nav > ul > li:hover > a, .category-menu nav > ul > li:hover > a span {
    color: #C57642;
}

.category-menu nav > ul > li:hover .category-menu-dropdown {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
}


.event-card .event-card-location {
    font-size: 14px;
    font-weight: 500;

}

.portfolio-img img {
    max-width: 20%;

}

.portfolio-details-wrap .fw-semibold {
    font-size: 30px;
}

.event-card-thumb img {
    max-width: 60%;
}

.event-card .event-card-title {
    font-size: 25px;
}

.event-card .event-card-date {
    width: 125px;
    padding: 8px 0;
    font-size: 16px;
}

.portfolio-card-3 .portfolio-thumb img{
    max-width: 100%;
    max-height: 20vh;
    object-fit: cover;
}

.portfolio-card-3 .portfolio-thumb {
    border: 2px solid var(--border-color);
}

.btn.btn-border2 {
    border: 2px solid var(--title-color);
}

.event-card .event-card-thumb {
    max-width: 200px;
}
.portfolio-card-3 .portfilio-card-title a {
    font-size: 40px;
}

.hero-style1 .hero-title .text-stroke {
    -webkit-text-stroke: 1px #493625;
    font-size: 70px;
    right: 0px;
}

.hero-title p{
    margin-top: -70px;
}

.hero-style1 > .slider-custom-anim-left {
    color: #493625;
}

.hero-slider1 .hero-thumb1 img {
    height: initial;

}

.video-area-1 {
    margin-bottom: 50px;
}

.event-card .event-card-date {
    background: #493625;
}

.btn {
    background-color: #493625;
}

.easyzoom-style {
    position: relative;
}



.easyzoom-style a.easyzoom-pop-up {

    position: absolute;

    right: 25px;

    bottom: 20px;

    width: 50px;

    height: 50px;

    line-height: 50px;

    display: inline-block;

    background-color: #fff;

    color: #000;

    font-size: 16px;

    text-align: center;

    border-radius: 100%;

    z-index: 999;

}



@media only screen and (max-width: 767px) {

    .easyzoom-style a.easyzoom-pop-up {

        width: 40px;

        height: 40px;

        font-size: 14px;

        line-height: 40px;

    }

}



.easyzoom-style a.easyzoom-pop-up i {

    line-height: 50px;

}



@media only screen and (max-width: 767px) {

    .easyzoom-style a.easyzoom-pop-up i {

        line-height: 40px;

    }

}



.easyzoom-style a.easyzoom-pop-up:hover {

    color: #E3000E;

}



.easyzoom-style .easyzoom {

    display: block;

}



.easyzoom-style .easyzoom > a {

    -webkit-transition: none;

    -o-transition: none;

    transition: none;

}



.easyzoom-style .easyzoom > a img {

    width: 100%;

    -webkit-transition: none;

    -o-transition: none;

    transition: none;
    object-fit: contain;
}

.easyzoom-style .easyzoom-popup > a img {
    width: 100%;
}

.product-dec-small-style1 {
    width: auto;
    margin: 16px auto 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .product-dec-small-style1 {
        width: 400px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-small-style1 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-small-style1 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-small-style1 {
        width: 100%;
    }
}

.product-dec-small-style1 .product-dec-small {
    margin: 0 5px 0px 5px;
    cursor: pointer;
}

.product-dec-small-style1 .product-dec-small img {
    width: 100%;
    /*height: 89px;*/
    object-fit: contain;
}

.product-dec-small-style1 .product-dec-small.slick-active {
    border: 1px solid transparent;
}

.product-dec-small-style1 .product-dec-small.slick-active.slick-current {
    border: 1px solid #493625;
}

.product-dec-small-style1 .product-dec-small:last-child {
    margin: 0 0 0px;
}

.product-dec-small-style1 span {
    color: #262626;
    font-size: 14px;
    position: absolute;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    width: 40px;
    height: 40px;
    line-height: 24px;
    border: 2px solid #C57642;
    color: #C57642;
    text-align: center;
    border-radius: 100%;
}

.product-dec-small-style1 span:hover {
    color: #ffffff;
    border: 2px solid #493625;
    background-color: #493625;
}

.product-dec-small-style1 span.pro-dec-prev {
    left: 0%;
    padding: 6px 4px 0 0;
    margin-left: 20px;
    margin-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-small-style1 span.pro-dec-prev {
        left: -4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-small-style1 span.pro-dec-prev {
        left: -4%;
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-small-style1 span.pro-dec-prev {
        left: -2%;
    }
}

.product-dec-small-style1 span.pro-dec-next {
    left: auto;
    right: 1.3%;
    padding: 6px 0px 0 2px;
    margin-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-dec-small-style1 span.pro-dec-next {
        right: -4%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-dec-small-style1 span.pro-dec-next {
        right: -4%;
    }
}

@media only screen and (max-width: 767px) {
    .product-dec-small-style1 span.pro-dec-next {
        right: -2%;
    }
}

.product-dec-small-style1 .slick-slide,
.product-dec-small-style2 .slick-slide {
    border: 1px solid transparent;
}

.slick-slider{
    border: 5px solid #F0F0F0;
    padding: 5px;
}

.widget-project-details {
    background: var(--smoke-color);
    border: 1px solid #E3E5DE;
    margin-bottom: 30px;
}

/*================START SEARCH===========*/

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: auto;
    padding: 5px 0;
    margin: 8px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    width: auto;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
    cursor: pointer;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #C57642;
    border-radius: 4px;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    /*height: 30px;*/
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 37px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

.input-group-btn .button-search {
    background: transparent;
    border: 0;
    font-size: 16px;
    height: 30px;
    padding: 0 8px;
    border-radius: 0;
    margin-left: -35px !important;
    margin-top: 9px;
}

.input-group-btn .button-search i {
    color: #493625;
    font-size: 16px;
}
/*==============END SEARCH=============*/


.sec-title{
    font-size: 20px;
}

.post-single{
    margin: 50px;
    border: 5px solid #493625;
}
.post-single .post-img {
    padding: 10px;
}
.post-single .post-title{
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}

.post-single .post-contents {
    padding: 20px;
}

.text-theme {
    color: #493625 !important;
}


.hero-title {
    font-size: 105px;
}



.breadcumb-title, .breadcumb-menu li{
    color: #FEDE98;

}

.breadcumb-title, .breadcumb-menu li{

    -webkit-text-stroke: 1px #493625;

}

.breadcumb-menu a{
    color: #011E46;
}

.breadcumb-menu li::after{
    color: #011E46;
}

.sidemenu-wrapper{
    z-index: 99;
}
.mobile-menu-wrapper{
    z-index: 999;
}

.popup-search-box {
    z-index: 9999;

}

.header-layout2 .search-btn {
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-color);
}


.header-layout2 .search-btn:hover {
    color: var(--white-color);
}


.widget-about .header-button {
    display: grid;
    padding: 20px;
    margin-bottom: 20px;
    text-align: initial;
    border: 2px solid var(--theme-color);

}
.widget-about .search-btn {
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-color);
    border: 0;
    background: transparent;

}

.widget-about .about-text {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}

.mobile-menu-wrapper .col-auto{
    margin: 15px;
}
.mobile-menu-wrapper .header-button {
    display: grid;
    padding: 20px;
    margin-bottom: 20px;
    text-align: initial;
    border: 2px solid var(--theme-color);

}
.mobile-menu-area .search-btn {
    font-size: 30px;
    font-weight: 500;
    color: var(--theme-color);
    border: 0;
    background: transparent;

}

.mobile-menu-area .about-text {
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    font-weight: 700;
}


@media (max-width: 990px) {
    .header-logo a img, .footer-logo a img {
        width: 160px;
        margin-left: 45px;
    }
    .main-categori-wrap.main-categori-wrap-modify > a {
        width: 35%;
        margin-top: 5px;
    }
}



@media (max-width: 767px) {
    .header-logo a img, .footer-logo a img {
        width: 140px;
        margin-left: 20px;
    }
    .single-gallery-card .gallery-card .card-title {
        font-size: 18px;
    }
    .hero-style1 .hero-title .text-stroke {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .header-logo a img, .footer-logo a img {
        width: 140px;
        margin-left: 17px;
    }
    .hero-title {
        font-size: 36px;
    }

}

@media (max-width: 475px) {
    .pro-pagination-style ul li a {
        font-size: 14px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .main-categori-wrap.main-categori-wrap-modify > a {
        width: 50%;
        margin-top: 5px;
    }
}

@media (max-width: 414px) {

    .hero-title {
        font-size: 32px;
    }
    .hero-style1 .hero-title .text-stroke {
        font-size: 32px;
    }
    .hero-title p {
        margin-top: -30px;
    }
}



@media (max-width: 380px) {
    .pro-pagination-style ul li a {
        font-size: 12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

.hero-style1 > .slider-custom-anim-right{
    font-style: italic;
    right: 0px;
    -webkit-text-stroke: 2px #493625;
    -webkit-background-clip: text;
    -webkit-text-fill-color: var(--theme-color);
    color: var(--theme-color);
    line-height: 1.2;

}
