/*--font-family: 'P22 Cezanne';
    font-family: "Open Sans", sans-serif;--*/
::-moz-selection{
    color: #ffffff;
    background: #6D702E;
}
::selection{
    color: #ffffff;
    background: #6D702E;
}
*{
    margin: 0;
    padding: 0;
}
html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 1rem;
    scroll-behavior: inherit !important;
}
:focus, button:focus, .form-control:focus{
    outline: none;
    box-shadow: none;
}
button{
    border: none;
    outline: none;
}
body{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #6a6a6a;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 7.625rem;
}
.scroll_off{
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: inherit;
    color: #606060;
}
p{
    margin: 0;
}
ul, ol{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
    padding: 0;
}
body a{
    text-decoration: none;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #ff6633;
}
body a:hover{
    text-decoration: none;
    color: #bc472b;
}
body h1{
    font-size: 2.5rem;
    line-height: 2.75rem;
}
body h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
body h3{
    font-size: 2rem;
    line-height: 2.25rem;
}
body h4{
    font-size: 1.75rem;
    line-height: 2rem;
}
body h5{
    font-size: 1.5rem;
    line-height: 1.75rem;
}
body h6{
    font-size: 1.375rem;
    line-height: 1.625rem;
}
body ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body input, body .form-control{
    font-size: 1rem;
    line-height: 1.25rem;
    color: #b3b3b3;
    background: #fff;
    height: 3.125rem;
    border: none;
    border-radius: 0;
    padding: 0.625rem 0.75rem;
}
body .form-control.fill_area{
    height: 7.5rem;
    resize: none;
}
input::-webkit-input-placeholder,
body .form-control::-webkit-input-placeholder{
    color: #b3b3b3;
    opacity: 1;
}
input:-moz-placeholder,
body .form-control:-moz-placeholder{
    color: #b3b3b3;
    opacity: 1;
}
input::-moz-placeholder,
body .form-control::-moz-placeholder{
    color: #b3b3b3;
    opacity: 1;
}
body *::-moz-placeholder{
    color: #b3b3b3;
    opacity: 1;
}
body .form-select{
    background: #fff url(../images/icon/down-arrow.svg) no-repeat right 0.9375rem center;
    background-size: 0.9375rem 0.9375rem;
}
.common_btn{
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff;
    text-transform: none;
    background: #ff6633;
    text-align: center;
    padding: 0.875rem 1.375rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}
.common_btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6D702E;
    z-index: -1;
    -ms-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transform-origin: right;
    transform: scaleX(0);
}
.common_btn:hover{
    color: #fff;
}
.common_btn:hover::before{
    transform-origin: left;
    transform: scaleX(1);
}
.arrow{
    padding-right: 2.8125rem;
}
.arrow_link{
    font-weight: 600;
    color: #ff6633;
    padding-right: 1.25rem;
    position: relative;
}
.arrow::after, .arrow_link::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0.9375rem;
    transform: translateY(-50%);
    background: url(../images/icon/arrow.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.8125rem;
    height: 0.8125rem;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin-top: 0.0625rem;
}
.arrow_link::before{
    right: 0;
    filter: none;
    -webkit-filter: none;
}
.arrow_link:hover::before{
    filter: invert(47%) sepia(91%) saturate(2259%) hue-rotate(340deg) brightness(75%) contrast(101%);
    -webkit-filter: invert(47%) sepia(91%) saturate(2259%) hue-rotate(340deg) brightness(75%) contrast(101%);
}
.arrow:hover::after{
    animation: arrow 0.6s linear infinite;
}
.arrow_link.white_txt::before{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.arrow_link.white_txt:hover{
    color: #fff;
}
@keyframes arrow{
    0%{
        right: 0.875rem;
    }
    50%{
        right: 0.5625rem;
    }
    100%{
        right: 0.875rem;
    }
}
.small_btn{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 500;
    padding: 0.625rem 0.9375rem;
}
.small_btn::after{
    content: none;
}
.border_btn{
    background: #fff;
    color: #6D702E;
    box-shadow: 0 0 0 0.0625rem #666666 inset;
    border-radius: 2.1875rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
}
.border_btn:hover{
    box-shadow: 0 0 0 0.0625rem #6D702E inset;
}

/*--------Pre loading-------*/
.preloading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #6D702E;
    z-index: 99999;
}
.lds-ellipsis{
    width: 5rem;
    height: 5rem;
}
.lds-ellipsis div{
    position: absolute;
    top: 2.0625rem;
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1){
    left: 0.5rem;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2){
    left: 0.5rem;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3){
    left: 2rem;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4){
    left: 3.5rem;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1{
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3{
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2{
    0%{
        transform: translate(0, 0);
    }
    100%{
        transform: translate(1.5rem, 0);
    }
}

/*--------skip to content-------*/
.skip_main{
    position: absolute;
    top: -9999px;
    left: 0;
    overflow: hidden;
    z-index: -9999;
    background: #808080;
}
.skip_main:focus, .skip_main:focus-within, .skip_main:active{
    background: #ff6633;
    left: 0;
    top: 0;
    height: auto;
    overflow: auto;
    margin: 0 auto;
    color: #fff;
    font-weight: 500;
    border-radius: 0.25rem;
    text-transform: uppercase;
    padding: 0.75rem 0.9375rem;
    text-align: center;
    z-index: 9999;
}
.skip_main:focus, .skip_main:focus-within{
    outline-offset: -0.3125rem;
    outline-color: #fff;
}

/*--------Top bar--------*/
.top_bar{
    background: #f5f4ee;
    z-index: 2;
}
.top_bar .container-fluid{
    padding: 0 2.5rem;
}
.link_wrap ul li{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 500;
    color: #606060;
    padding: 0.75rem 0.9375rem;
    margin-right: 0.625rem;
}
.link_wrap ul li img{
    width: 0.9375rem;
    height: 0.9375rem;
    margin-right: 0.625rem;
}
.link_wrap ul li span{
    margin-right: 0.5rem;
}
.link_wrap ul li a{
    color: #606060;
}
.link_wrap ul li a:hover{
    color: #ff6633;
}

/*--------Social icon-------*/
.social_icon ul li a{
    margin-right: 0.75rem;
}
.social_icon ul li:last-child a{
    margin-right: 0;
}
.social_icon ul li a img{
    width: 1.5rem;
    height: 1.5rem;
}
.social_icon ul li a:hover img{
    filter: invert(54%) sepia(33%) saturate(5773%) hue-rotate(340deg) brightness(85%) contrast(101%);
    -webkit-filter: invert(54%) sepia(33%) saturate(5773%) hue-rotate(340deg) brightness(85%) contrast(101%);
}

/*----------------Header-------------*/
header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.main_header{
    padding-top: 1.25rem;
}
.main_header .container-fluid, .inner_caption .container-fluid{
    padding: 0 3.75rem;
}
header .logo{
    width: 13.4375rem;
    z-index: 4;
    margin-bottom: 0.9375rem;
}
/* menu */
.menuArea{
    padding-top: 0.5rem;
}
.menu_wrapper{
    width: 50%;
    padding-left: 3.75rem;
}
.menu_wrap{
    justify-content: center;
}
.navBar > li{
    margin-right: 1.5625rem;
}
.navBar > li:last-child{
    margin-right: 0;
}
.navBar li a{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #606060;
    text-transform: capitalize;
    padding: 0.75rem 0;
    display: block;
    position: relative;
    z-index: 1;
}
.menuNotClick > a{
   pointer-events: none;
   cursor: default;
}
.navBar li:hover > a, .navBar li.active > a, .navBar li.current_page_active > a{
    color: #ff6633;
}
.navBar .dropdown{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navBar .dropdown-menu{
    padding: 1.25rem 0.9375rem;
    border-radius: 0;
    margin: 0;
    border: 0;
    float: none;
    width: 15.625rem;
    box-shadow: 0.0625rem 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.18);
    top: 100%;
    left: 0;
    background: #fff;
}
.navBar .dropdown-menu li a{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 500;
    color: #606060;
    background: #fff;
/*    border-bottom: 0.0625rem solid #d5d5d5;*/
    display: block;
    padding: 0.625rem 0.75rem;
}
/*
.navBar .dropdown-menu li:last-child a{
    border-bottom: 0;
}
*/
.navBar .dropdown-menu li:hover > a{
    color: #fff;
    background: #ff6633;
}

/*----------Menu backbtn---------*/
.menuBackBtn{
    height: 2.1875rem;
    width: 2.1875rem;
    position: absolute;
    top: 0.3125rem;
    left: 0;
    z-index: 9999;
    margin-bottom: 0;
}
.menuBackBtn li{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    display: none;
}
.menuBackBtn li.step_1{
    z-index: 1;
}
.menuBackBtn li.step_2{
    z-index: 3;
}
.menuBackBtn li button{
    display: block;
    height: 100%;
    width: 100%;
    border: none;
    background: #838f3d;
}
.menuBackBtn li button img{
    width: 1.125rem;
    height: 1.375rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

/*----------Fixed menu-----------*/
header.fixed{
    position: fixed;
    top: -5.4375rem;
    z-index: 999;
}
header.fixed .search_icon, header.fixed .top_bar{
    display: none;
}
header.fixed .navBar > li > a{
    padding: 1.625rem 0;
}
header.fixed .menu_wrap{
    justify-content: center !important;
}
header.fixed .menuArea{
    padding-top: 0;
}
header.fixed .main_header{
    -webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0.125rem 0.3125rem 0 rgba(0, 0, 0, .1);
    padding-top: 0.625rem;
}
header.fixed .logo{
    width: 10.625rem;
}
header.fixed.in_view{
    -ms-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    top: 0;
    z-index: 999;
}

/*--------mobile menuBtn---------*/
.mobElement{
    display: none;
}
.menuBtn{
    width: 2.8125rem;
    height: 1.6875rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 99;
}
.menuBtn span{
    display: block;
    position: absolute;
    left: 0;
    height: 0.1875rem;
    width: 100%;
    background: #ff6633;
    border-radius: 0.125rem;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
.menuBtn span:nth-child(1){
    top: 0;
}
.menuBtn span:nth-child(2),
.menuBtn span:nth-child(3){
    top: 0.75rem;
}
.menuBtn span:nth-child(4){
    top: 1.5rem;
}
.menuBtn.open span:nth-child(1){
    top: 0.75rem;
    width: 0%;
    left: 50%;
}
.menuBtn.open span:nth-child(2){
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menuBtn.open span:nth-child(3){
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.menuBtn.open span:nth-child(4){
    top: 0.75rem;
    width: 0%;
    left: 50%;
}
.smVersion{
    width: 100%;
    display: none;
    padding: 0.9375rem 0.75rem 0;
}

/*----------Search---------*/
.search_icon a{
    padding: 0.75rem 0.75rem;
    margin-left: 4.6875rem;
}
.search_icon a img{
    width: 1.1875rem;
}
.search_icon a:hover img{
    filter: invert(47%) sepia(89%) saturate(4508%) hue-rotate(347deg) brightness(92%) contrast(96%);
    -webkit-filter: invert(47%) sepia(89%) saturate(4508%) hue-rotate(347deg) brightness(92%) contrast(96%);
}

/*--------Search box----------*/
.search_box{
    z-index: 9;
    padding: 0.625rem 1.875rem;
    display: none;
    background: #838f3d;
}
.search_wrap{
    max-width: 78%;
}
.search_box .form-control[type=text]{
    border-radius: 0.3125rem 0 0 0.3125rem;
    color: #606060;
}
.search_box .form-control[type=submit]{
    border-radius: 0 0.3125rem 0.3125rem 0;
    width: 9.5rem;
    background: #ff6633;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: none;
}
.search_box .form-control[type=submit]:hover{
    background: #6D702E;
    color: #fff;
}

/*---------Home banner---------*/
.home_banner{
    background: #43403a;
}
.home_banner, .banner_item{
    height: 32.8125rem;
}
.banner_item .video{
    object-fit: cover;
}
.bg_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_caption{
    top: 5.625rem;
    z-index: 4;
    width: 85%;
    padding: 0 0.75rem;
    opacity: 0;
    transition: 1s;
    transform: scale(0);
    overflow: visible !important;
}
.banner_slider .slick-active .banner_caption{
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.5s;
}
.banner_caption h1{
    font-size: 4.875rem;
    line-height: 5.125rem;
    font-weight: 400;
    font-family: 'P22 Cezanne';
    color: #fff;
    text-transform: inherit;
    transform: translateX(-10%);
}
.banner_caption h1 span{
    transform: translateX(20%);
}
.banner_slider .slick-prev, .banner_slider .slick-next{
    background: #ff6633;
    border-color: #ff6633;
}
.banner_slider .slick-prev:hover, .banner_slider .slick-next:hover{
    background: #6D702E;
    border-color: #6D702E;
}
.banner_slider .slick-prev:before, .banner_slider .slick-next:before{
    opacity: 1;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.banner_slider .slick-prev{
    left: 1.25rem;
}
.banner_slider .slick-next{
    right: 1.25rem;
}

/*--------Service icon sec--------*/
.serviceIcon_sec{
    background: #838f3d;
    padding-bottom: 1.875rem;
}
.serviceIcon_wrapper{
    padding-top: 5.9375rem;
}
.serviceIcon_wrap{
    background: #fff;
    border-left: 1.25rem solid #ff6633;
    border-right: 1.25rem solid #ff6633;
    padding: 1.875rem 0.75rem;
    top: -4.6875rem;
}
.serviceIcon_wrap ul li{
    width: calc(100% / 6);
}
.serviceIcon_item img{
    width: 3.125rem;
    height: 3.125rem;
    transition: all 0.3s ease;
}
.serviceIcon_item:hover img{
    transform: scale(1.1);
}
.serviceIcon_item p{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    color: #606060;
    margin-top: 0.9375rem;
}
.serviceIcon_item:hover p{
    color: #ff6633;
}
.serviceIcon_txt p{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #fff;
}

/*--------Welcome sec--------*/
.welcome_sec{
    background: #efece2;
    padding-top: 2.5rem;
}
.welcome_sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5rem;
    background: #fff;
    z-index: 0;
}
.welcome_wrap{
    padding-bottom: 4.375rem;
}
.welcome_txt{
    padding-top: 6.25rem;
    padding-right: 2.8125rem;
}
.welcome_txt h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #606060;
    margin-bottom: 0.9375rem;
}
.welcome_txt h2 span{
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: 400;
    margin-bottom: 0.3125rem;
}
.welcome_txt p{
    font-size: 1.0625rem;
    line-height: 1.625rem;
    padding-bottom: 1.25rem;
}
.statue_img{
    position: absolute;
    bottom: 0;
    width: 28.125rem;
    transform: translateX(14%);
    z-index: -1;
}

/*----------Department sec---------*/
.department_sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    background: #e3e0d0;
}
.department_item_wrap > .row > [class*="col-"]{
    margin: 0.625rem 0;
}
.department_item{
/*
    padding: 1.875rem;
    min-height: 12.5rem;
*/
    padding: 1.25rem 1.875rem;
    min-height: 14.375rem;
}
.department_item:hover{
    box-shadow: 0rem 0.625rem 2.5rem 0rem rgba(6, 22, 58, 0.1);
}
.department_txt{
    padding-right: 4.0625rem;
}
.department_txt h4{
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #606060;
    margin-bottom: 0.9375rem;
}
.department_txt p{
    font-size: 1.0625rem;
    line-height: 1.625rem;
    padding-bottom: 1.25rem;
}
.showing_content img{
    width: 3.125rem;
    margin-bottom: 1.125rem;
    transition: all 0.5s ease;
}
.department_item:hover .showing_content img{
    transform: translateY(-100%);
    visibility: hidden;
    opacity: 0;
}
.showing_content h5{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    transition: all 0.5s ease;
}
.showing_content h5 a{
    color: #606060;
}
.showing_content h5 a:hover{
    color: #ff6633;
}
.department_item:hover .showing_content h5{
    transform: translateY(-4.0625rem);
}
.hover_content{
    transform: translateY(100%);
    transition: all 0.5s ease;
    padding: 0 1.875rem 1.5625rem;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.department_item:hover .hover_content{
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    top: 2.5rem;
}
.hover_content p{
/*
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    padding: 1.125rem 0;
*/
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 0.625rem 0;
}
.hover_content .arrow_link{
    margin-top: auto;
}
.hover_img{
    width: 3.75rem;
    right: 1.875rem;
    margin-bottom: 0.5rem;
}
.hover_img img{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
    opacity: 0.2;
}

/* For extra style for ul li */
.department_txt.cmn_list ul li{
    line-height: 1.8;
}

/*------------Newsletter sec------------*/
.newsLetter_sec{
    background: #838f3d url(../images/tree.svg) repeat-x bottom;
    padding: 4.375rem 0;
}
.newsLetter_wrap .column:first-child{
    width: 32%;
    text-align: right;
}
.newsletter_title{
    padding-right: 3.125rem;
}
.newsletter_title h5{
    font-size: 1.875rem;
    line-height: 2.125rem;
    font-weight: 700;
    color: #fff;
}
.newletter_form .row{
    margin: 0 -0.4063rem;
}
.newletter_form .row [class*="col-"]{
    width: 38%;
    padding: 0 0.4063rem;
}
.newletter_form .row [class*="col-"]:last-child{
    width: 22%;
}

/*----------Newletter form-----------*/
.newletter_form .small_btn{
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #fff;
    background: #ff6633;
    width: 100%;
    padding: 0.9375rem 0.3125rem;
    border: none;
    transition: all 0.5s ease;
    position: relative;
    height: auto;
}
.newletter_form .small_btn:hover{
    color: #fff;
}
.newletter_form .small_btn:hover, .newletter_form .small_btn::before{
    background: #6D702E;
}
.newletter_form .form-control{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #b3b3b3;
    height: 3.125rem;
    border: none;
    background: #fff;
}
.newletter_form .wpcf7-spinner{
    margin: 0 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.newletter_form .wpcf7 form .wpcf7-response-output{
    margin: 1.875rem 0 0;
    padding: 0.625rem 0.9375rem;
    text-align: center;
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 500;
}
.newletter_form .wpcf7-not-valid-tip{
    color: #d3d800;
    font-size: 0.9375rem;
    font-weight: 500;
    margin-top: 0.3125rem;
}
.newletter_form .wpcf7 form.invalid .wpcf7-response-output,
.newletter_form .wpcf7 form.unaccepted .wpcf7-response-output,
.newletter_form .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #e74310;
    background: rgba(231, 67, 16, 0.45);
}
.newletter_form .wpcf7 form.sent .wpcf7-response-output{
    border-color: #4db4e4;
    background: rgba(77, 180, 228, 0.50);
}

/*----------News sec---------*/
.sec_head{
    margin-bottom: 1.875rem;
}
.sec_head h5, .sec_head h6{
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}
.sec_head p{
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.news_item{
    box-shadow: 0 0.625rem 2.5rem 0 rgba(6, 22, 58, 0.1);
}
.news_img{
    padding-top: 64%;
}
.news_txt{
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: #606060;
    padding: 1.875rem 1.5625rem 2.5rem;
}
.news_txt h5{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: inherit;
    margin-bottom: 0.9375rem;
}
.news_txt h5 a{
    color: #606060;
}
.news_txt h5 a:hover{
    color: #ff6633;
}
.date_bg{
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-weight: 700;
    color: #fff;
    padding: 0.4375rem 0.75rem;
    background: #ff6633;
    top: -1.125rem;
    left: auto;
}
.upcoming_content{
    padding: 1.875rem 1.5625rem 0;
}
.upcoming_content h4{
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 700;
    color: #ff6633;
}
.news_txt ul li{
    padding-bottom: 1.5625rem;
}
.news_txt ul li:last-child{
    padding-bottom: 0;
}
.news_txt ul li h5{
    margin-bottom: 0.3125rem;
}
.news_txt ul li p{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
}

/*---------Stay sec----------*/
.stay_sec{
    background: #ff6600;
}
.white_txt{
    color: #fff;
}
.white_txt h6, .white_txt p{
    color: #fff;
}
.stay_txt{
    max-width: 60%;
    padding: 1.875rem 0;
}
.stay_txt h6{
    margin-bottom: 1.125rem;
}
.stay_txt p{
    padding-bottom: 1.125rem;
}
.circle_btn{
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #ff6600;
    background: #fff;
    border-radius: 0.3125rem;
    padding: 0.5rem 1.125rem;
    display: inline-block;
}
.circle_btn:hover{
    color: #fff;
    background: #6D702E;
}

/*----------Map sec----------*/
.map_wrap{
    height: 28.125rem;
}
.map_info{
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: #606060;
    background: #fff;
    padding: 2.1875rem 1.875rem;
    border-bottom: 0.75rem solid #ff6633;
    box-shadow: 0 0 0.9375rem 0.3125rem rgba(0, 0, 0, 0.25);
    left: 25%;
    max-width: 16.25rem;
}
.map_info p{
    font-weight: 700;
    color: #ff6633;
    margin-bottom: 1.125rem;
}
.map_info ul li{
    margin-bottom: 0.9375rem;
}
.map_info ul li:last-child{
    margin-bottom: 0;
}
.map_info ul li a{
    color: #606060;
}
.map_info ul li a:hover{
    color: #ff6633;
}

/*--------------Footer--------------*/
.site_footer{
    background: #d2d1bc;
}
.main_footer{
    padding: 3.75rem 0 4.375rem;
}
.footer_logo{
    width: 14.375rem;
}
.footer_box{
    font-size: 1.0625rem;
    line-height: 1.4375rem;
    color: #606060;
}
.footer_box .social_icon{
    margin-top: 1.875rem;
}

/*-----------Footer link------------*/
.footer_link ul li{ 
    padding-bottom: 0.9375rem;
}
.footer_link ul li:last-child{
    padding-bottom: 0;
}
.footer_link ul li a{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    color: #606060;
}
.footer_link ul li a:hover{
    color: #ff6633;
}

/*-----------Footer contact------------*/
.contact_link ul li{
    color: #606060;
    margin-bottom: 1.125rem;
}
.contact_link ul li:last-child{
    margin-bottom: 0;
}
.icon img{
    width: 1.125rem;
    height: 1.125rem;
}
.link{
    padding-left: 0.625rem;
}
.link p{
    margin-bottom: 0;
}
.link a{
    color: #606060;
    margin-bottom: 0.1875rem;
    margin-left: 0.3125rem;
}
.link a:last-child{
    margin-bottom: 0;
}
.link a:hover{
    color: #ff6633;
}

/*----------Copy right----------*/
.copy_right_wrap{
    background: #c5c3a5;
    padding: 0.9375rem 0;
}
.copy_right, .copy_right p a{
    color: #4d4d4d;
}
.copy_right p{
    padding-bottom: 0.5rem;
}
.copy_right p:last-child{
    padding-bottom: 0;
}
.copy_right p a:hover{
    color: #ff6633;
}

/*--------Return to top--------*/
.return_to_top{
    position: fixed;
    bottom: 1.25rem;
    right: 0.9375rem;
    z-index: 99;
    background: #ff6633;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    border-radius: 0.3125rem;
    display: none;
    transition: all 0.3s ease;
}
.return_to_top img{
    width: 1.125rem;
    transition: all 0.3s ease;
}
.return_to_top:hover img{
    transform: translateY(-0.3125rem);
}
.return_to_top:hover{
    background: #6D702E;
}

/*-------------Inner Page----------*/
/*-------------Inner Banner----------*/
.inner_banner{
    padding-top: 36.8%;
}
.inner_banner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 22, 58, 0.4);
}
.inrBnr_txt h1{
    color: #fff;
    margin-bottom: 0.9375rem;
}
.bread_crumb ul li{
    padding-right: 1.25rem;
    margin-right: 0.625rem;
    color: #fff;
}
.bread_crumb ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/icon/arrow.svg) no-repeat center;
    background-size: 100% 100%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin-top: 0.125rem;
}
.bread_crumb ul li:last-child::before{
    content: none;
}
.bread_crumb ul li a{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    color: #fff;
}
.bread_crumb ul li a:hover{
    color: #ff6633;
}
.bread_crumb ul li:last-child a{
    pointer-events: none;
    cursor: default;
}

/*------------Inner sec-----------*/
.common_padding{
    padding: 5rem 0;
}
.withSideBar_sec .inner_sidebar{
    padding-left: 3.75rem;
}
.inner_content{
    font-size: 1.0625rem;
    line-height: 1.625rem;
    width: 100%;
}
.inner_content > h1{
    margin-bottom: 1.25rem;
}
.inner_content > h2{
    margin: 1.5625rem 0 1.25rem;
}
.inner_content > h3{
    margin: 1.375rem 0 1.125rem;
}
.inner_content > h4{
    margin: 1.25rem 0 0.9375rem;
}
.inner_content > h5{
    margin: 1.125rem 0 0.75rem;
}
.inner_content > h6{
    margin: 0.9375rem 0 0.75rem;
}
.inner_content > h1:first-of-type, .inner_content > h2:first-of-type, .inner_content > h3:first-of-type, .inner_content > h4:first-of-type, .inner_content > h5:first-of-type, .inner_content > h6:first-of-type{
    margin-top: 0;
}
.inner_content p{
    padding-bottom: 0.9375rem;
}
.inner_content a{
    font-weight: 500;
}
.inner_content ul li, .cmn_list ul li{
    position: relative;
    padding: 0 0 0.75rem 1.5rem;
}
.inner_content ul li ul{
    padding: 0.9375rem 0 0;
}
.inner_content ul li::before, .cmn_list ul li::before{
    content: "";
    position: absolute;
    top: 0.3312rem;
    left: 0;
    background: url(../images/icon/check.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
}
.inner_content ol{
    padding-left: 1.25rem;
}
.inner_content ol li ol{
    padding-top: 0.625rem;
    padding-bottom: 0;
}
.inner_content ol li{
    padding-bottom: 0.75rem;
}
.inner_content ol li ol li:last-child, .inner_content ul li ul li:last-child{
    padding-bottom: 0;
}
.alignleft, .alignright{
    float: left;
    width: 23.75rem;
    object-fit: cover;
    margin: 0 1.875rem 1.875rem 0;
    box-shadow: 0 0 0.5rem 0.25rem rgba(218, 218, 218);
}
.alignright{
    float: right;
    margin: 0 0 1.875rem 1.875rem;
}
.alignright > img, .alignleft > img{
    width: 100%;
}
.list_none ul li{
    padding: 0 0 0.3125rem;
}
.list_none ul li::before{
    content: none;
}

/* Multiple button group */
.multiBtn_grp ul{
    margin: 0 -0.75rem;
}
.multiBtn_grp ul li{
    width: calc(100% / 3);
    padding: 0 0.75rem;
    margin-bottom: 1.25rem;
}

/*--------------Sidebar Wrap-------------*/
.sidebar_wrap{
    background: #ff6600;
    overflow: hidden;
    padding: 2.5rem 1.25rem 1.875rem;
}
.title_wrap{
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid #ff944c;
    margin: 0 0.9375rem;
}
.title_wrap h3{
    color: #fff;
}
.sidebar_link ul li{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 400;
/*    overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 0 0.9375rem;
}
.sidebar_link ul li::after, .sidebar_link ul li::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.0625rem;
    width: 100%;
    height: 0.0625rem;
    background: #fff;
    visibility: hidden;
    z-index: 1;
    opacity: 0;
    transition: 0.8s;
}
.sidebar_link ul li:after{
    bottom: auto;
    top: -0.0625rem;
}
.sidebar_link ul li:hover::after, .sidebar_link ul li:hover::before{
    visibility: visible;
    opacity: 1;
}
.sidebar_link ul li a{
    width: 100%;
    color: #fff;
    display: block;
    padding: 0.75rem 1.5625rem 0.75rem 0;
    border-bottom: 0.0625rem solid #ff8635;
    position: relative;
}
.sidebar_link ul li:last-child a{
    border-bottom: none;
}
.sidebar_link ul li a::before, .sidebar_link ul li a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/icon/arrow.svg) no-repeat center;
    background-size: 100% 100% !important;
    width: 0.9375rem;
    height: 0.9375rem;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.sidebar_link ul li a::after{
    background: url(../images/icon/right-arrow.svg) no-repeat center;
    right: 1.875rem;
    opacity: 0;
    visibility: hidden;
    filter: none;
    -webkit-filter: none;
}
.sidebar_link ul li a:hover::after{
    right: 0.3125rem;
    opacity: 1;
    visibility: visible;
}
.sidebar_link ul li a:hover::before{
    opacity: 0;
}
.sidebar_link ul li:hover a{
    color: #ff6633;
    border-color: #fff;
}
.sidebar_link ul li:hover a::before{
    filter: none;
    -webkit-filter: none;
}
.sidebar_link ul li:hover{
    color: #ff6633;
    background: #fff;
    box-shadow: 0 0.625rem 2.5rem 0 rgba(6, 22, 58, 0.05);
}

/* Inr side wrap */
/*
.inrSide_wrap{
    position: -webkit-sticky;
    position: sticky;
    top: 8.75rem;
}
*/
.inrSide_wrap .title_wrap{
    border-bottom: 0.0625rem solid #e3e0d0;
    margin: 0;
}
.inrSide_wrap .title_wrap h3{
    color: #6D702E;
}
.inrSide_wrap .title_wrap h3:hover{
    color: #ff6633;
}
.inrSide_wrap .title{
    padding-left: 1.875rem;
}
.inrSide_wrap .title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url(../images/icon/arrow.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.9375rem;
    height: 0.9375rem;
    transform: translateY(-50%) rotate(180deg);
}
.inrSide_wrap .sidebar_wrap{
    background: #f2f2f2;
    margin-bottom: 1.875rem;
}
.inrSide_wrap .sidebar_link ul li{
    color: #6D702E;
    padding: 0 0.75rem;
    border-bottom: 0.0625rem solid #e3e0d0;
}
.inrSide_wrap .sidebar_link ul li a{
    color: #6D702E;
    border-bottom: none;
}
.inrSide_wrap .sidebar_link ul li.active{
    background: #fff;
}
.inrSide_wrap .sidebar_link ul li.active a, .inrSide_wrap .sidebar_link ul li:hover a{
    color: #ff6633;
}
.inrSide_wrap .sidebar_link ul li::before, .inrSide_wrap .sidebar_link ul li a::before, .inrSide_wrap .sidebar_link ul li a::after{
    content: none;
}
.backBtn a{
    display: block;
    margin-top: 1.25rem;
    background: #ff6633;
    text-align: left;
    padding: 0.875rem 1.5625rem 0.875rem 3rem;
}
.backBtn a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    background: url(../images/icon/arrow.svg) no-repeat center;
    background-size: 100% 100%;
    width: 0.9375rem;
    height: 0.9375rem;
    transform: translateY(-50%) rotate(180deg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.backBtn a::before{
    background: #6D702E;
}

/*--------------Sidebar Icon-------------*/
.sidebarIcon{
    display: none;
}
.sidebarIcon{
    width: 2.1875rem;
    height: 1.6875rem;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.sidebarIcon.open span{
    background: #ff6633;
}
.sidebarIcon span{
    display: block;
    position: absolute;
    height: 0.1875rem;
    width: 100%;
    background: #ff6633;
    border-radius: 0.125rem;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.sidebarIcon span:nth-child(1){
    top: 0;
}
.sidebarIcon span:nth-child(2){
    top: 0.75rem;
}
.sidebarIcon span:nth-child(3){
    top: 1.5rem;
}
.sidebarIcon.open span:nth-child(1){
    top: 0.75rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.sidebarIcon.open span:nth-child(2){
    opacity: 0;
    left: -2.8125rem;
}
.sidebarIcon.open span:nth-child(3){
    top: 0.75rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* Accordion */
.accordion .accordion-item{
    border: none;
    border: 0.0625rem solid #d2d3c7;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
}
/*
.accordion-item:has(> .accordion-collapse.show), .accordion-item:hover{ 
    border-color: #065e12;
}
*/
.accordion .accordion-header .accordion-button{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 600;
    color: #6D702E;
    background: #dbdace;
    text-transform: inherit;
    padding: 1.125rem 2.8125rem 1.125rem 1.25rem;
    white-space: normal;
    position: relative;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin: 0;
    border-radius: 0 !important;
    box-shadow: none;
}
/*
.accordion .accordion-item.active > .accordion-button, .accordion .accordion-item .accordion-button:hover, .accordion .accordion-button:not(.collapsed){
    color: #fff;
    background: #065e12;
}
*/
.accordion .accordion-header .accordion-button::after{
    content: "";
    position: absolute;
    background: url(../images/icon/down-arrow.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.125rem;
    height: 1.125rem;
    top: auto;
    right: 0.9375rem;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transform: rotate(180deg);
    transition: all 0.5s ease;
/*
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
*/
}
.accordion .accordion-header .accordion-button.collapsed::after{
    transform: rotate(0deg);
    filter: none;
    -webkit-filter: none;
}
/*
.accordion .accordion-item:hover .accordion-header .accordion-button::after{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
*/
.accordion .accordion-body{
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    color: #6a6a6a;
    padding: 1.125rem 0.9375rem;
}
.accordion .accordion-body p:last-child{
    padding-bottom: 0;
}

/*--------Contact page----------*/
/*--------Contact wrap----------*/
.common_padding_100{
    padding: 6.25rem 0;
}
.contact_slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.contact_slider .item{
    padding: 0.9375rem 0.9375rem 1.875rem;
}
.contact_item{
    font-weight: 500;
    padding: 1.875rem 1.875rem;
    background: #fff;
    box-shadow: 0 0.3125rem 1.125rem 0 rgba(0, 0, 0, 0.12);
}
.contact_txt > p{
    padding-bottom: 0.9375rem;
}
.contact_txt .date_bg{
    margin-bottom: 1.25rem;
}
.contact_txt .date_bg:hover{
    background: #6D702E;
}
.contact_txt ul li{
    margin-bottom: 0.75rem;
    padding-bottom: 0;
}
.contact_txt ul li:last-child{
    margin-bottom: 0;
}
.contact_txt ul li img{
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    margin-top: 0.1875rem;
}
.contact_txt ul li > span{
    padding-right: 0.3125rem;
}
.contact_txt ul li > p span{
    padding-top: 0.3125rem;
}
.contact_txt ul li > p{
    padding-bottom: 0;
}
.contact_txt ul li a{
    color: #808080;
    word-break: break-all;
}
.contact_txt ul li a:hover{
    color: #bc472b;
}
.contact_txt ul{
    margin-bottom: 1.5625rem;
}

/* Contact slider nav */
.contact_slider .slick-prev, .contact_slider .slick-next{
    left: -34%;
    bottom: 0;
    top: auto;
    transform: inherit;
    bottom: 3.125rem;
}
.contact_slider .slick-next{
    left: -28%;
}

/*-----------Contact form wrap---------*/
.sec_head h3{
    color: #606060;
}
.contactFrom_wrap .sec_head h2, .contactSlider_wrapper .sec_head h3{
    margin-bottom: 0.75rem;
}
.contact_form .form-group{
    margin-bottom: 1.5625rem;
}
.contact_form .form-group label{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 600;
    color: #065e12;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
}
.contact_form .form-group .form-control{
    border: 0.0625rem solid #d7d7d7;
}
.contact_form .form-group label sup{
    font-size: 100%;
    color: #e40500;
    top: -0.125rem;
}
.btn_right{
    text-align: right;
}

/* Placeholder color */
body .contact_form .form-control::-webkit-input-placeholder, body .contact_form .form-control{
    color: #606060;
}
body .contact_form .form-control:-moz-placeholder{
    color: #606060;
}
body .contact_form .form-control::-moz-placeholder{
    color: #606060;
}
body .contact_form *::-moz-placeholder{
    color: #606060;
}

/*-------Contact form/wb form 7----------*/
.contact_form .common_btn{
    border: none;
}
.contact_form .common_btn:hover{
    background: #f26420;
}
.contact_form .wpcf7-not-valid-tip{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-top: 0.5rem;
}
.contact_form .wpcf7-spinner{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0.3125rem 1.5rem 0;
}
.contact_form .wpcf7 form .wpcf7-response-output{
    text-align: center;
}

/*--------------Map sec--------------*/
.map_sec{
    position: relative;
    z-index: 1;
}
.map_area{
    height: 34.375rem;
}

/*------------404 Page----------*/
/*------------404 Sec----------*/
.error_sec{
    box-shadow: inset 0 0.1875rem 0.625rem 0rem rgba(0, 0, 0, 0.10);
}
.error_content{
    font-size: 1.25rem;
    line-height: 1.625rem;
}
.error_content h1{
    font-size: 12.5rem;
    line-height: 12.75rem;
    color: #6D702E;
    margin-bottom: 1.25rem;
}
.error_content h2{
    margin-bottom: 0.9375rem;
}
.error_content p{
    margin-bottom: 0.9375rem;
}

/*------------Blog Page----------*/
/*------------Blog Sec----------*/
.blog_item{
    background: #fff;
    box-shadow: 0rem 0.625rem 2.5rem 0rem rgba(6, 22, 58, 0.1);
}
.blog_img{
    padding-top: 70%;
    transition: all 0.5s ease;
}
.blog_item:hover .blog_img, .blogImg_wrap:hover .blog_img{
    transform: scale(1.03);
}
.blog_info{
    padding: 1.5625rem 1.125rem;
}
.blog_info h2{
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}
.blog_info h2 a{
    font-weight: 600;
}
.inner_content ul.date_auther li::before, .inner_content .pagination_wrap ul li::before{
    content: none;
}
.date_auther{
    margin-bottom: 0.9375rem;
}
.inner_content ul.date_auther li{
    padding: 0 1.5625rem 0 0;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    color: #6D702E;
}
.date_auther li::after{
    content: "";
    position: absolute;
    background: #6D702E;
    width: 0.125rem;
    height: 0.875rem;
    top: 48%;
    transform: translateY(-50%);
    left: -0.75rem;
}
.date_auther li:first-child::after{
    content: none;
}
.inner_content .pagination_wrap ul li{
    padding: 0;
}

/*------------Pagination wrap----------*/
.pagination_wrap .page-link{
    font-weight: 600;
    color: #6D702E;
    border: none;
    border-radius: 0.3125rem;
    padding: 0.3125rem 0.9375rem;
    background: rgba(0, 0, 0, 0.1);
}
/*
.pagination_wrap .page-item:first-child .page-link, .pagination_wrap .page-item:last-child .page-link{
    border-radius: 0;
}
*/
.pagination_wrap{
    justify-content: center;
}
.pagination_wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.pagination_wrap ul li{
    padding: 0;
    margin: 0 0.3125rem;
}
.pagination_wrap ul li::before{
    content: none;
}
.pagination_wrap ul li .page-numbers{
    display: block;
    border: 0.0625rem solid #574031;
    padding: 0.375rem 0.75rem;
}
.pagination_wrap ul li:not(:first-child) .page-numbers{
    margin-left: -0.0625rem;
}
.pagination_wrap ul li a:hover{
    background: #ff6633;
    color: #fff;
}

/*------------Blog deatails page----------*/
/*------------Blog details sec----------*/
.blogDetails_content h1{
    font-size: 1.625rem;
    line-height: 1.875rem;
    font-weight: 700;
    color: #606060;
}
.blogDetails_content .blogImg_wrap{
    margin-bottom: 1.25rem;
}
.blogDetails_content .blog_img{
    padding-top: 35%;
}

/*-----Service page----------*/
.allPage_sec.serviceIcon_sec{
    padding: 1.0625rem 0;
}

/*-----Service Page Sec----------*/
.servicePage_sec .department_item{
    border: 0.0625rem solid #e1e1e1;
    display: flex;
    align-items: center;
    min-height: 10.3125rem;
}
.servicePage_sec .department_item:hover .showing_content h5{
    transform: translateY(-5.3125rem);
}

/*------Offer Online sec-----*/
.grey_bg{
    background: #efece2;
}
.offerOnline_sec .cmn_list ul{
    margin-bottom: 1.5625rem;
}
.image_txt{
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #fff;
    bottom: 15%;
    right: -3.75rem;
    background: #ff6633;
    padding: 1.875rem 1.875rem;
    max-width: 18.75rem;
    border-radius: 0.3125rem;
}
.image_txt p{
    padding-bottom: 1.25rem;
}

/*------Explore Online sec-----*/
.grey_bg_2{
    background: #e3e0d0;
}
.exploreOnline_sec::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 15%;
}
.multiSidebar_wrap{
    box-shadow: 0.1875rem 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.20);
}
.bg_green, .bg_green .sidebar_wrap{
    background: #838f3d;
}
.bg_green .sidebar_link ul li a{
    border-color: #b9c380;
}
.bg_green .sidebar_link ul li::before{
    bottom: 0;
}
.red_txt{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #ff6633;
    margin-bottom: 1.5625rem;
}

/*-----Department page----------*/
/*-----Department page sec------*/
.cmnBox_list > .row > [class*="col-"]{
    margin-bottom: 2.5rem;
}
.cmnBox_list .news_txt{
    padding-top: 3.75rem;
}
.paddinTop_0 .news_txt{
    padding-top: 1.875rem;
}
.cmnBox_list .news_txt p{
    padding-bottom: 1.25rem;
}
.icon_circle{
    width: 5rem;
    height: 5rem;
    top: -2.8125rem;
    background: #fff;
    box-shadow: 0.625rem 0 2.5rem rgba(6, 22, 58, 0.1);
    transition: all 0.3s ease;
}
.icon_circle img{
    width: 2.8125rem;
    transition: all 0.3s ease;
}
.cmnBox_list .news_item:hover .icon_circle{
    background: #ff6633;
}
.cmnBox_list .news_item:hover .icon_circle img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.page-id-795 .news_wrap > .row > [class*="col-"]:nth-child(2) > .news_item .icon_circle img{
    width: 3.4375rem;
}

/*--------Team page----------*/
/*-------Team section--------*/
.team_wrap > .row > [class*="col-"]{
    margin-bottom: 2.5rem;
}
.team_item{
    background: #fff;
    box-shadow: 0 0.625rem 2.5rem 0 rgba(6, 22, 58, 0.1);
}
.team_img{
    padding-top: 100%;
}
.team_txt{
    padding: 1.5625rem 1.25rem 1.875rem;
/*    word-break: break-all;*/
}
.team_txt h6 > a{
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: 600;
    color: #6D702E;
    margin-bottom: 0.3125rem;
}
.team_txt h6 > a:hover{
    color: #606060;
}
.team_txt h6 span{
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 600;
    color: #ff6633;
}
.team_txt ul li{
    padding-bottom: 0.3125rem;
}
.team_txt ul li:last-child{
    padding-bottom: 0;
}
.team_txt ul li a{
    font-weight: 500;
}
.team_txt .contact_txt{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-top: 0.9375rem;
    padding-top: 1.125rem;
}
.team_txt .contact_txt::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 0.0625rem;
    background: #bbbbbb;
}
.team_txt .contact_txt ul{
    margin-bottom: 0;
}
.team_txt .contact_txt ul li > span{
    padding-right: 0;
    padding-left: 0.3125rem;
    font-weight: 500;
}

/* Team social icon */
.team_item .social_icon{
    bottom: 0.9375rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(1.25rem);
}
.team_item:hover .social_icon{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.social_bg.social_icon ul li a{
    padding: 0.3125rem 0.4375rem;
    background: #fff;
    margin-right: 0;
}
.social_bg.social_icon ul li:first-child a{
    border-radius: 2.1875rem 0 0 2.1875rem;
    padding-left: 0.9375rem;
}
.social_bg.social_icon ul li:last-child a{
    border-radius: 0 2.1875rem 2.1875rem 0;
    padding-right: 0.9375rem;
}

/*------------Gallery Page----------*/
/*------------Gallery Sec----------*/
.gallery_wrap ul{
    columns: 2;
    column-gap: 0.9375rem;
    margin-bottom: 2.5rem;
}
.gallery_wrap ul li{
    margin-bottom: 0.9375rem;
    padding-bottom: 0;
}
body.compensate-for-scrollbar{
    margin-right: 0;
}
.topBottom_40{
    padding: 2.5rem 0;
}
.gallery_img::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55) url(../images/icon/plus.svg) no-repeat center;
    background-size: 3.125rem 3.125rem;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.gallery_img:hover::before{
    opacity: 1;
    visibility: visible;
}

/*-----Assessing Property Page-----*/
.common_padding_60{
    padding: 3.75rem 0;
}

/*---------Tax Relief Sec----------*/
.tax_relief_sec{
    padding-bottom: 1.25rem;
}
.tax_relief_wrap .multiSidebar_wrap{
    margin-right: 1.875rem;
}

/*--------Town council page---------*/
.council_wrap h4{
    margin-bottom: 1.125rem;
}
.council_item{
    margin-bottom: 1.875rem;
}
.council_item ul li span{
    padding: 0 0.625rem;
    position: relative;
}
.council_item ul li span::before{
    content: "";
    position: absolute;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    width: 0.125rem;
    height: 1.125rem;
    background: #6a6a6a;
}
.council_item ul li h5{
    margin-right: 0.625rem;
}
.council_item ul li p{
    display: flex;
    padding-bottom: 0;
}
.designation{
    font-weight: 600;
    color: #ff6633;
}

/*------Online Registrations Page-------*/
.cmnIcon_item h6{
    margin-bottom: 0.9375rem;
}
.cmnIcon_item .icon_circle{
    background: #ff6633;
}
.cmnIcon_item .icon_circle img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.cmnIcon_item ul{
    margin-bottom: 1.25rem;
}
.pb_50{
    padding-bottom: 3.125rem;
}

/*------Passport Processing Page------*/
/* Common table */
.table_wrap{
    margin-bottom: 0.9375rem;
}
.table_wrap .table{
    border-color: #c8c8c8;
    margin-bottom: 1.875rem;
}
.table_wrap .table th{
    background: #f7f7f6;
}
.table_wrap .table th span{
    font-weight: 400;
}
.table_wrap .table p{
    padding-bottom: 0;
}
.table_wrap .table th, .table_wrap .table td{
    padding: 0.75rem 0.9375rem;
    vertical-align: middle;
}
.btn_group{
    margin: 1.5625rem 0;
}
.btn_group .common_btn{
    margin: 0 0.9375rem;
}

/*------Airport Page------*/
.basic_box .contact_txt, .basic_box{
    font-size: 1rem;
    line-height: 1.5rem;
}
.basic_box .contact_txt .common_btn{
    margin-top: 1.5625rem;
}
.basic_box .contact_txt ul li p{
    padding-top: 0.625rem;
}
.basic_box .contact_txt ul li a{
    color: #ff6633;
}
.basic_box .contact_txt ul li a:hover{
    color: #bc472b;
}
.basic_box .team_txt > p{
    padding-top: 0.9375rem;
}

/* For third party calender plugin style */
.simcal-default-calendar-grid > table,
.simcal-default-calendar-grid td,
.simcal-default-calendar-grid th,
.simcal-default-calendar-grid tr{
    border: 0.0625rem solid #d0d99b;
}
.simcal-default-calendar-grid .simcal-week-day{
    padding: 0.375rem;
    font-size: 1.25rem;
}
.simcal-default-calendar-grid .simcal-today{
    box-shadow: 0 0 0.375rem 0 rgba(255, 102, 51, 0.70) inset;
}
.simcal-default-calendar-grid .simcal-today > div{
    border: none !important;
}
.simcal-default-calendar-grid .simcal-today > div .simcal-day-label{
    background: #ff6633 !important;
    color: #fff !important;
}
.simcal-default-calendar-grid .simcal-events li::before{
    display: none !important;
}
.simcal-default-calendar-grid .simcal-day-has-events .simcal-day-label{
    background: #838f3d !important;
}
.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav{
    padding: 1rem 0 !important;
}
.simcal-default-calendar-grid .simcal-calendar-head .simcal-nav h3{
    font-size: 2.25rem;
}
.simcal-default-calendar-grid .simcal-day-number{
    padding: 0.1875rem 0.25rem 0.25rem !important;
    font-weight: 500;
    font-size: 1.125rem;
}
.simcal-default-calendar-grid .simcal-events > .simcal-event{
    margin: 0 0 0.1875rem 0 !important;
    padding: 0.25rem !important;
}
.simcal-default-calendar-grid .simcal-events{
    font-size: 0.85em !important;
    line-height: 1.3 !important;
}
.qtip-content {
    padding: 0.3125rem 0.5625rem !important;
}
.simcal-default-calendar .simcal-tooltip-content{
    font-size: 0.875rem !important;
    line-height: 1.375 !important;
    padding: 0.3125rem 0 !important;
}
.qtip{
    max-width: 25rem !important;
}
.simcal-default-calendar .simcal-nav-button{
    font-size: 1.375rem;
}
.simcal-default-calendar-light .simcal-nav-button{
    color: #606060 !important;
}
.simcal-default-calendar-light .simcal-nav-button:focus,
.simcal-default-calendar-light .simcal-nav-button:hover{
    color: #838f3d !important;
}

/*------Police Page------*/
.policeSec_item{
    margin-top: 1.875rem;
    padding-top: 1.875rem;
    border-top: 0.0625rem solid #e1e1e1;
}
.policeSec_item h3{
    margin-bottom: 1.25rem;
}
.sm_txt{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    font-weight: 500;
    margin-top: 0.3125rem;
}
.tag_txt h6{
    font-weight: 600;
    margin: 0.625rem 0 0.9375rem;
}

/* Common tab */
.tab_wrap{
    background: #fff;
    box-shadow: 0 0.625rem 2.5rem 0 rgba(6, 22, 58, 0.1);
}
.tab_nav_wrap > ul > li{
    width: calc(100% / 3);
}
.tab_w_2 > ul > li{
    width: calc(100% / 2);
}
.tab_wrap .nav-link{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 500;
    color: #606060;
    padding: 0.875rem 0.625rem;
    border-radius: 0;
    background: #d2d1bc;
    width: 100%;
    height: 100%;
    border-right: 0.0625rem solid #c5c3a5;
}
.tab_wrap ul li:last-child .nav-link{
    border-right: none;
}
.tab_wrap .nav-link.active{
    color: #fff;
    background: #838f3d;
}
.tab_wrap .nav-link:focus-visible{
    box-shadow: none;
}
.tab_info{
    padding: 1.875rem 1.5625rem;
}
.tab_info h2, .tab_info h3, .tab_info h4, .tab_info h5, .tab_info h6{
    margin-bottom: 0.9375rem;
}

/* Stiky inner header */
.stiky_hdr{
    overflow-x: initial;
    overflow-y: initial;
}
.stiky_inrHdr{
    position: -webkit-sticky;
    position: sticky;
    top: 6.25rem;
}

/* Tab Form */
.contact_form .form-switch{
    padding-left: 0;
    margin: 0;
}
.contact_form .form-switch .form-check-input{
    margin: 0;
    float: inherit;
    width: 2.8125rem;
    border: 0.0625rem solid #606060;
}
.contact_form .form-group label.form-check-label{
    color: #606060;
    display: block;
}
.contact_form .form-check-input:focus{
    box-shadow: none;
}
.contact_form .form-check-input:checked{
    background-color: #838f3d;
    border-color: #838f3d;
}
.borderGap_none .contact_txt::before{
    content: none;
}
.borderGap_none .contact_txt{
    padding-top: 0;
    margin-top: 0;
}

/* For form switch */
.contact_form .show_input{
    margin-bottom: 0;
    padding-left: 0;
}
.contact_form .wpcf7-list-item{
    margin-left: 0;
    display: flex;
    align-items: center;
}
.contact_form .wpcf7-list-item input{
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 0;
    padding: 0;
    margin-right: 0.625rem;
}
.police_staff .team_txt h6 span{
    color: #606060;
}

/* Email small */
.email_txt, .team_txt .contact_txt ul li:last-child{
    font-size: 0.8125rem;
    letter-spacing: -0.0313rem;
}
.policeSec_wrap .team_txt .contact_txt ul li:last-child{
    font-size: inherit;
    letter-spacing: inherit;
}
.policeSec_item .row [class*="col-"]{
    margin-bottom: 1.25rem;
}

/*------Archives Page------*/
.table_link{
    width: 1.875rem;
}
.table_link{
    margin-right: 0.625rem;
    margin-bottom: 0.625rem;
}
.info_icon{
    width: 1.5625rem;
    margin-left: 0.3125rem;
}

/* Basic modal wrap */
body.modal-open {
    padding-right: 0 !important;
}
.basicModal_wrap .linkValue_info{
    background: #fff;
    border-radius: 0.3125rem;
    padding: 1.5625rem 1.25rem;
}
.basicModal_wrap .modal-header{
    top: -2.1875rem;
    right: -2.1875rem;
}
.basicModal_wrap .modal-header span{
    width: 2rem;
    height: 2rem;
    background: url(../images/icon/close.svg) no-repeat center;
    background-size: 1.125rem 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
    border: 0.125rem solid #fff;
}
.infoLink_txt > span{
    font-size: 0.875rem;
    line-height: 1;
}
.linkValue_info.cmn_list ul li::before{
    top: 0.0938rem;
}

/* Accordion table */
.accordion .table th:nth-child(1), .accordion .table td:nth-child(1){
    width: 20%;
}
.accordion .table th:nth-child(2), .accordion .table td:nth-child(2){
    width: 44%;
}
.accordion .table th:nth-child(3), .accordion .table td:nth-child(3), .accordion .table th:nth-child(4), .accordion .table td:nth-child(4), .accordion .table th:nth-child(5), .accordion .table td:nth-child(5){
    width: 12%;
}

/* Police page */
.team_txt h6 > a.mail_sm{
    font-size: 0.875rem;
    line-height: 1.1;
    font-weight: 400;
    color: #ff6633;
    word-break: break-all;
    margin: 0.5rem 0;
}
.team_txt h6 > a.mail_sm:hover{
    color: #606060;
}


/*--------------End CSS--------------*/


