/*--font-family: "Open Sans", sans-serif;--*/
:root{
    --font-size-base: 1rem;
    --line-height-base: 1.2;
    --font-size-17: 1.0625rem;
    --font-size-18: 1.125rem;
    --font-size-22: 1.375rem;
    --font-size-26: 1.625rem;
    --font-size-28: 1.75rem;
    --font-family-base: "Open Sans", sans-serif;
    --base-color: #2e2d2d;
    --white-color: #fff;
    --dark-blue: #0152a3;
    --blue-color: #2490fc;
    --blue-color2: #0053a3;
    --blue-color3: #197ce1;
    --common-padding: 3.75rem 0;
    --common-padding-70: 4.375rem 0;
    --padding-left-right-60: 0 3.75rem;
}
::-moz-selection{
    color: var(--white-color);
    background: var(--blue-color);
}
::selection{
    color: var(--white-color);
    background: var(--blue-color);
}
*{
    margin: 0;
    padding: 0;
}
html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: var(--font-size-base);
    scroll-behavior: inherit !important;
}
:focus, button:focus{
    outline: none;
}
button{
    border: none;
    outline: none;
}
body{
    margin: 0;
    padding: 0;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    font-weight: 400;
    font-family: var(--font-family-base);
    color: var(--base-color);
    background: var(--white-color);
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 11.1875rem;
}
.scroll_off{
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-family: var(--font-family-base);
    font-weight: 700;
    text-transform: uppercase;
}
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: var(--dark-color);
}
body a:hover{
    color: var(--blue-color);
    text-decoration: none;
}
body h1{
    font-size: 2.375rem;
    line-height: 2.625rem;
    color: var(--blue-color);
}
body h2{
    font-size: 2.125rem;
    line-height: 2.375rem;
    color: var(--blue-color);
}
body h3{
    font-size: 1.875rem;
    line-height: 2.125rem;
    color: var(--blue-color);
}
body h4{
    font-size: 1.75rem;
    line-height: 2rem;
    color: var(--blue-color);
}
body h5{
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: var(--blue-color);
}
body h6{
    font-size: 1.375rem;
    line-height: 1.625rem;
    color: var(--blue-color);
}
body ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
body input, body .form-control{
    font-size: 1rem;
    line-height: 1.25rem;
    color: #717171;
    background: #fff;
    height: 3.3125rem;
    border: none;
    border-radius: 0.25rem;
    padding: 0.625rem 1.0625rem;
}
body .form-control.fill_area{
    height: 7.5rem;
    resize: none;
}
input::-webkit-input-placeholder,
body .form-control::-webkit-input-placeholder{
    color: #717171;
    opacity: 1;
}
input:-moz-placeholder,
body .form-control:-moz-placeholder{
    color: #717171;
    opacity: 1;
}
input::-moz-placeholder,
body .form-control::-moz-placeholder{
    color: #717171;
    opacity: 1;
}
body *::-moz-placeholder{
    color: #717171;
    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: var(--font-size-17);
    line-height: var(--line-height-base);
    font-weight: 800;
    font-family: var(--font-family-base);
    color: var(--white-color);
    background: var(--blue-color);
    text-align: center;
    padding: 1.125rem 2.5rem;
    border-radius: 0.625rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    text-transform: uppercase;
}
.common_btn:hover{
    background: var(--dark-blue);
    color: var(--white-color);
}
.white_btn{
    background: var(--white-color);
    color: var(--blue-color);
}
.white_btn:hover{
    color: var(--white-color);
    background: var(--blue-color);
}
.btn_md{
    font-size: var(--font-size-base);
    padding: 0.875rem 1.5625rem;
}
.small_btn{
    font-size: 0.9375rem;
    font-weight: 500;
    border-radius: 0.1875rem;
    padding: 0.625rem 0.9375rem;
}
.common_padding{
    padding: var(--common-padding);
}

/*--------Pre loading-------*/
.preloading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--blue-color);
    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: #64527e;
    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{
    position: absolute;
    top: 3.75rem;
    right: 0;
    z-index: 1;
    padding-right: 4.375rem;
}

/*--------Social icon-------*/
.social_icon ul li a{
    margin-right: 0.625rem;
}
.social_icon ul li:last-child a{
    margin-right: 0;
}
.social_icon ul li a img{
    width: 1.5625rem;
    height: 1.5625rem;
}
.social_icon ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(3234%) hue-rotate(197deg) brightness(96%) contrast(103%);
}

/*----------------Header-------------*/
header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white-color);
    border-top: 0.3125rem solid var(--blue-color);
}
.gapLR_60{
    padding: var(--padding-left-right-60);
}
header .logo{
    width: 20.9375rem;
    z-index: 4;
    margin-left: 1.5625rem;
}

/* menu */
.main_header{
    padding-top: 3.75rem;
}
.menu_wrapper{
    width: 50%;
}
.navBar > li{
    margin-right: 0.9375rem;
}
.navBar > li:last-child{
    margin-right: 0;
}
.navBar li a{
    font-size: var(--font-size-18);
    line-height: var(--line-height-base);
    font-weight: 700;
    font-family: var(--font-family-base);
    color: var(--dark-blue);
    text-transform: capitalize;
    padding: 0.625rem 0.625rem;
    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{
    background: #eeeff3;
}
.navBar .dropdown{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.navBar .dropdown-menu{
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    float: none;
    width: 17.5rem;
    top: 95%;
    left: 0;
    background: #fff;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.10);
    border-top: 0.3125rem solid var(--dark-green);
}
.navBar .dropdown:nth-child(n + 3) .dropdown-menu{
    left: auto;
    right: 0;
}
.navBar .dropdown:nth-child(n + 3) .dropdown-menu .dropdown .dropdown-menu{
    right: 100%;
}
.navBar .dropdown-menu li a{
    font-size: var(--font-size-17);
    font-weight: 600;
    background: #fff;
    display: block;
    padding: 0.75rem 1.25rem;
}
.navBar .dropdown-menu li:hover > a{
    color: var(--white-color);
    background: var(--blue-color);
}

/*----------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;
    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: var(--dark-blue);
    border-radius: 50%;
}
.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: -6.3125rem;
    z-index: 999;
}
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: 0.9375rem 0;
}
header.fixed .top_bar{
    display: none;
}
header.fixed .menuArea{
    align-items: center !important;
}
header.fixed .logo{
    width: 11.25rem;
}
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: var(--blue-color);
    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;
}

/*---------Home banner---------*/
.home_banner{
    background-color: var(--white-color);
}
.tree_img::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.125rem;
    background: url(../images/icon/tree.svg) no-repeat bottom;
    background-size: 100% auto !important;
    height: 45%;
}
.home_banner, .banner_item{
    height: 40rem;
}
.banner_item .video{
    object-fit: cover;
}
.bg_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner_caption{
    top: 50%;
    z-index: 2;
    padding: 0 0.75rem;
    width: 90%;
    justify-content: flex-end;
    transform: translateY(-50%);
}
/*
.banner_slider .slick-active .banner_caption{
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transition-delay: 0.5s;
}
*/
.img_1{
    width: 37.1875rem;
    margin-left: auto;
}
.img_2{
    width: 35.3125rem;
    margin-left: auto;
}
.img_3{
    position: absolute;
    left: 0;
    bottom: -13%;
    width: 10rem;
}
.banner_caption p{
    font-size: var(--font-size-26);
    line-height: var(--line-height-base);
    font-weight: 700;
    color: var(--dark-blue);
    margin-top: 0.625rem;
}
.banner_slider .slick-dots{
    bottom: 3.125rem;
}
.banner_slider .slick-dots li button{
    border-color: #f3f3f3;
}
.banner_slider .slick-dots li.slick-active button, .banner_slider .slick-dots li:hover button{
    background: #f3f3f3;
}

/* Inner page */
.home_banner.inner_banner{
    height: 33.125rem;
}
/*
.home_banner.inner_banner .banner_caption{
    justify-content: flex-start;
}
*/
.inner_banner .img_1{
    width: 27.5rem;
}
.inner_banner .img_2{
    width: 25.625rem;
}
.inner_banner .img_3{
    bottom: 10%;
    width: 7.8125rem;
}

/*-----------Days sec----------*/
.sec_head h2{
    font-size: var(--font-size-28);
    line-height: var(--line-height-base);
    font-weight: 700;
    color: var(--white-color);
}
.days_txt{
    text-align: center;
}
.days_txt .sec_head h2 span{
    font-size: var(--font-size-17);
    line-height: var(--line-height-base);
    font-weight: 400;
    text-transform: initial;
    margin-top: 0.1875rem;
}
.days_txt p{
    font-size: 0.8125rem;
    line-height: var(--line-height-base);
    color: var(--white-color);
    margin-bottom: 1.5625rem;
}
.days_txt p span{
    font-weight: 700;
}
.days_slider .item{
    padding: 0 2.5rem;
}
.days_slider .slick-prev, .days_slider .slick-next{
    border-color: var(--white-color);
}
.days_slider .slick-prev:hover, .days_slider .slick-next:hover{
    background: var(--white-color);
}
.days_slider .slick-prev, .days_slider .slick-next{
    width: 3.4375rem;
    height: 3.4375rem;
    top: 9.375rem;
    transform: none;
}.
.days_slider .slick-prev::before, .days_slider .slick-next::before{
    filter: brightness(0) saturate(100%) invert(96%) sepia(15%) saturate(166%) hue-rotate(288deg) brightness(114%) contrast(100%);
}
.days_slider .slick-prev:hover::before, .days_slider .slick-next:hover::before{
    filter: none;
}
.days_slider .slick-prev{
    left: -3.125rem;
}
.days_slider .slick-next{
    right: -3.125rem;
}

/*-----------Parade sec----------*/
.parade_sec{
    background-color: var(--blue-color);
    padding-bottom: 13.75rem;
}
.parade_sec::before{
    background: url(../images/icon/tree2.svg) no-repeat bottom;
}
.parade_txt h1{
    font-size: var(--font-size-28);
    line-height: var(--line-height-base);
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 0.9375rem;
}
.parade_txt{
    font-size: var(--font-size-18);
    line-height: 1.4;
    color: var(--white-color);
}
.parade_txt p{
    margin-bottom: 1.875rem;
}
.parade_sec .parade_txt ul li::before{
    background: var(--white-color);
}
.parade_sec .parade_sidebar{
    margin-left: 4.0625rem;
    margin-top: 1.25rem;
}
.parade_sidebar{
    background-color: var(--white-color);
    padding: 1.875rem 1.875rem 9.375rem;
    border-radius: 0.625rem;
}
.parade_sidebar::before{
    background: url(../images/icon/tree3.svg) no-repeat bottom;
}
.parade_sidebar ul li{
    margin-bottom: 0.9375rem;
}
.parade_sidebar ul li a{
    font-size: var(--font-size-22);
    line-height: var(--line-height-base);
    font-weight: 600;
    color: var(--blue-color2);
    padding: 0.625rem 0;
}

/*-----------Sponsor sec----------*/
.sponsor_sec{
    background: var(--blue-color2);
}
.sponsor_wrap{
    position: relative;
    z-index: 1;
}
.sponsor_title{
    margin-bottom: 3.75rem;
}
.sponsor_title_txt h1 {
    font-size: var(--font-size-28);
    line-height: var(--line-height-base);
    font-weight: 700;
    color: var(--white-color);
    text-transform: inherit;
}
.sponsor_logo_wrap ul{
    margin: 0 -0.625rem;
}
.sponsor_logo_wrap ul li{
    width: calc(100% / 4);
    margin: 0.625rem 0;
    padding: 0 0.625rem;
}
.sponsor_logo{
    height: 9.375rem;
}

/*-----------Fun sec----------*/
.fun_sec{
    background: var(--blue-color2);
    line-height: 0;
}
.sec_head{
    margin-bottom: 2.5rem;
}
.sec_head h3{
    font-size: var(--font-size-28);
    line-height: var(--line-height-base);
    font-weight: 700;
    color: var(--white-color);
    text-transform: inherit;
}
.fun_slider .slick-track{
    display: flex;
    flex-wrap: wrap;
}
.fun_slider .slick-prev{
    left: 1.5625rem;
}
.fun_slider .slick-next{
    right: 1.5625rem;
}
.fun_slider .partner_item{
    height: 25rem !important;
}
body.compensate-for-scrollbar{
    margin-right: 0;
}

/*--------------Footer--------------*/
.site_footer{
    background: var(--blue-color3);
}
.main_footer{
    background: var(--blue-color);
}
.common_padding_70{
    padding: var(--common-padding-70);
}
.footer_logo{
    width: 16.25rem;
    margin: 3.125rem auto 0;
}
.footer_logo_2{
    width: 21.5625rem;
    margin: 0 auto;
}
.footer_box{
    font-size: var(--font-size-19);
    line-height: 1.4;
    color: var(--white-color);
    margin-top: 2.5rem;
}

/*-----------Footer link------------*/
.footer_link ul li{
    padding-bottom: 0.9375rem;
    padding-left: 0.625rem;
    position: relative;
}
.footer_link ul li:last-child{
    padding-bottom: 0;
}
.footer_link ul li a{
    font-weight: 700;
    color: var(--white-color);
}
.footer_link ul li a:hover{
    color: var(--base-color);
}

/*-----------Footer contact------------*/
/* Footer social icon */
.footer_box .social_icon{
    margin-top: 2.8125rem;
}
.footer_box .social_icon ul li a img{
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.footer_box .social_icon ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(2034%) hue-rotate(197deg) brightness(92%) contrast(99%);
    -webkit-filter: brightness(0) saturate(100%) invert(19%) sepia(95%) saturate(2034%) hue-rotate(197deg) brightness(92%) contrast(99%);
}

/*----------Copy right----------*/
.copy_right{
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    color: var(--white-color);
    padding: 1.5625rem 0;
}
.copy_right p{
    margin-bottom: 0.625rem;
}
.copy_right p:last-child{
    margin-bottom: 0;
}
.copy_right p a{
    color: var(--white-color);
}
.copy_right p a:hover{
    color: var(--base-color);
}
.copy_right p a b{
    font-weight: 700;
}

/*--------Return to top--------*/
.return_to_top{
    position: fixed;
    bottom: 1.25rem;
    right: 0.9375rem;
    z-index: 99;
    background: var(--dark-blue);
    width: 3.125rem;
    height: 3.125rem;
    display: block;
    border-radius: 50%;
    display: none;
    transition: all 0.3s ease;
    border: 0.125rem solid var(--blue-color);
}
.return_to_top img{
    width: 0.9375rem;
    transition: all 0.3s ease;
}
.return_to_top:hover img{
    transform: translateY(-0.3125rem);
}
.return_to_top:hover{
    background: var(--blue-color);
    border-color: var(--dark-blue);
}







/*-------------Inner Page----------*/
/*-------------Inner Banner----------*/
/*
.inner_banner{
    padding-top: 24%;
}
*/
.inrBnr_txt h1{
    color: var(--white-color);
    margin-bottom: 0.9375rem;
}
.bread_crumb ul li{
    padding-right: 1.25rem;
    margin-right: 0.625rem;
    color: var(--white-color);
}
.bread_crumb ul li::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../images/icon/arrow-right.svg) no-repeat center;
    background-size: 100% 100%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    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: var(--white-color);
}
.bread_crumb ul li a:hover{
    color: var(--blue-color);
}
.bread_crumb ul li:last-child a{
    pointer-events: none;
    cursor: default;
}

/*------------Inner sec-----------*/
.inner_content{
    font-size: 1.125rem;
    line-height: 1.6;
    width: 100%;
}
.inner_content h1{
    margin-bottom: 1.25rem;
}
.inner_content h2{
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
}
.inner_content h3{
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
}
.inner_content h4{
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
}
.inner_content h5{
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
}
.inner_content h6{
    margin-bottom: 0.75rem;
    margin-top: 0.625rem;
}
.inner_content p{
    padding-bottom: 0.9375rem;
}
.inner_content a{
    font-weight: 500;
}
.inner_content ul li, .parade_txt ul li{
    position: relative;
    padding: 0 0 0.625rem 1.125rem;
}
.inner_content ul li ul{
    padding: 0.9375rem 0 0;
}
.inner_content ul li::before, .parade_txt ul li::before{
    content: "";
    position: absolute;
    top: 0.4375rem;
    left: 0;
    background: var(--blue-color);
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
}
.inner_content ul li ul li{
    padding-left: 1.5625rem;
}
.inner_content ul li ul li::before{
    top: 0.4375rem;
    background: var(--green-color3);
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
}
.inner_content ul li ul li ul li{
    padding-left: 1.25rem;
}
.inner_content ul li ul li ul li::before{
    top: 0.625rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0;
}
.inner_content ul li ol{
    padding-top: 0.9375rem;
}
.inner_content ul li ol li::before{
    content: none;
}
.inner_content ul li ol li{
    list-style-type: inherit;
    padding-left: 0;
}
.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, .aligncenter{
    width: 100%;
}
.shadow_none{
    box-shadow: none;
}
.shadow_none.aligncenter{
    margin: 1.5625rem auto;
    max-width: 80%;
    display: block;
}

/*--------------Sidebar Wrap-------------*/
.sidebar_wrap{
    background: #f6f6f6;
    border: 0.0625rem solid #d6d6d6;
    overflow: hidden;
    padding: 2.1875rem 1.875rem;
}
.title_wrap{
    padding-bottom: 0.625rem;
    margin-bottom: 1.25rem;
    border-bottom: 0.25rem solid var(--green-color3);
}
.sidebar_link{
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 500;
    color: var(--green-color3);
    text-transform: capitalize;
}
.sidebar_link ul li{
    font-size: 1.0625rem;
    line-height: 1.3125rem;
    font-weight: 600;
    padding-right: 0.9375rem;
    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;
    border-bottom: 0.0625rem solid #cdcdcd;
}
.sidebar_link ul li:last-child{
    border-bottom: none;
}
.sidebar_link ul li::before{
    content: "";
    position: absolute;
    top: 14;
    left: 0;
    background: url(../images/icon/arrow-right.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.0625rem;
    height: 1.0625rem;
    transition: all 0.5s ease;
}
.sidebar_link ul li a{
    width: 90%;
    color: var(--green-color3);
    display: block;
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
}
.sidebar_link ul li:hover a{
    padding-left: 2.1875rem;
}
.sidebar_link ul li:hover::before{
    left: 0.625rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.sidebar_link ul li:hover{
    color: var(--white-color);
    background: var(--green-color3);
}
.sidebar_link ul li:hover, .sidebar_link ul li:hover a{
    color: var(--white-color);
}
.backBtn a{
    display: block;
    margin-top: 1.25rem;
}
.backBtn a::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.9375rem;
    transform: translateY(-50%);
    background: url(../images/icon/arrow-left.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.5625rem;
    height: 1.5625rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}


/*--------------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: #43403a;
}
.sidebarIcon span{
    display: block;
    position: absolute;
    height: 0.1875rem;
    width: 100%;
    background: #43403a;
    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 #d6d6d6;
    margin-bottom: 1.5625rem;
    transition: all 0.3s ease;
}
.accordion .accordion-header .accordion-button{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 700;
    font-family: var(--font-family-base);
    color: var(--blue-color);
    background: #f6f6f6;
    text-transform: uppercase;
    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: var(--green-color3);
}
.accordion .accordion-header .accordion-button::after{
    content: "";
    position: absolute;
    background: url(../images/icon/arrow-right.svg) no-repeat center;
    background-size: 100% 100%;
    width: 1.375rem;
    height: 1.625rem;
    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(90deg);
    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--------------*/
.contact_wrap{
    padding-bottom: 2.5rem;
}
.contact_wrap > .row > [class*="col-"]{
    margin-bottom: 1.875rem;
}
.contact_item{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    padding: 1.875rem 0.9375rem;
    background: #f6f6f6;
    border: 0.0625rem solid #d6d6d6;
}
.icon_circle{
    width: 5.3125rem;
    height: 5.3125rem;
    background: var(--white-color);
    border: 0.125rem solid var(--blue-color);
    margin-bottom: 0.9375rem;
}
.icon_circle img{
    width: 2.1875rem;
}
a.icon_circle:hover img{
    filter: brightness(0) saturate(100%) invert(11%) sepia(42%) saturate(4349%) hue-rotate(211deg) brightness(97%) contrast(107%)
}
.contact_item h2{
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 1.25rem 0 0.625rem;
}
.contact_item a{
    color: var(--base-color);
    word-break: break-all;
}
.contact_item a:hover{
    color: var(--blue-color);
}

/*-----------Social icon------------*/
.contact_wrap .social_icon{
    padding-top: 1.5625rem;
}
.contact_wrap .social_icon ul li a img{
    width: 2.1875rem;
}

/*-----------Contact form wrap---------*/
.contactFrom_wrap{
    padding: 3.125rem 2.5rem;
    background: #f6f6f6;
    border: 0.0625rem solid #d6d6d6;
}
.contactFrom_wrap .sec_head h3{
    color: var(--blue-color);
    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 label sup{
    font-size: 100%;
    color: #e40500;
    top: -0.125rem;
}
.contact_form .form-group .form-control{
    border: 0.0625rem solid #d6d6d6;
}
.btn_right{
    text-align: right;
}

/*-------Contact form/wb form 7----------*/
.contact_form .text-center p{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.contact_form .common_btn{
    border: none;
    height: auto;
}
.contact_form .wpcf7-not-valid-tip{
    font-size: 0.9375rem;
    line-height: 1.1875rem;
    margin-top: 0.5rem;
}

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

/*------------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;
    margin-bottom: 1.25rem;
}
.error_content h2{
    margin-bottom: 0.9375rem;
}
.error_content p{
    margin-bottom: 0.9375rem;
}

/*------------Blog Page----------*/
/*------------Blog Sec----------*/
.all_blog > .row > [class*="col-"]{
    margin-bottom: 1.875rem;
}
.blog_item{
    background: #f6f6f6;
    border: 0.0625rem solid #d6d6d6;
}
.blog_img{
    padding-top: 60%;
    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.25rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}
.blog_info h2 a{
    font-weight: 700;
}
.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: var(--blue-color);
}
.date_auther li::after{
    content: "";
    position: absolute;
    background: var(--blue-color);
    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{
    color: var(--blue-color);
    border-color: var(--blue-color);
}
.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;
}
.pagination_wrap ul li::before{
    content: none;
}
.pagination_wrap ul li .page-numbers{
    display: block;
    border: 0.0625rem solid var(--blue-color);
    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: var(--blue-color);
    color: #fff;
}

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

/*-------About page----------*/
/*-------Team section--------*/
.bg_light{
    background: #f9f9f9;
}
.team_wrap > .row > [class*="col-"]{
    margin-top: 1.5rem;
}
.team_item{
    background: #f8fff6;
    overflow: hidden;
    border: 0.0625rem solid #d6d6d6;
    cursor: pointer;
}
.team_img{
    padding-top: 125%;
}
.team_txt{
    padding: 0.9375rem 0.75rem;
}
.team_txt h4{
    font-size: var(--font-size-18);
    line-height: var(--line-height-base);
    color: var(--blue-color);
}
.team_txt span{
    font-size: var(--font-size-17);
    line-height: var(--line-height-base);
    font-weight: 600;
    color: var(--blue-color);
    margin-top: 0.3125rem;
}
.team_txt span.location{
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
    font-weight: 500;
    color: var(--blue-color);
    margin-top: 0.625rem;
}
.team_txt .social_icon ul{
    margin-top: 0.9375rem;
}
.team_txt .social_icon ul li a img{
    width: 1.75rem;
    height: 1.75rem;
}
.list_none ul li{
     padding: 0;
}
.list_none ul li::before{
    content: none;
}
.common_modal .social_icon{
    margin-bottom: 1.875rem;
}

/* Basic modal wrap */
body.modal-open{
    padding-right: 0 !important;
}
.common_modal .modal-header{
    top: -0.9375rem;
    right: -0.9375rem;
    z-index: 99;
}
.common_modal .modal-header span{
    width: 2rem;
    height: 2rem;
    background: var(--white-color) url(../images/icon/close.svg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    cursor: pointer;
}

/*-----Area maps page----------*/
/*-------Area map sec----------*/
.listing_none ul{
    margin: 0 -0.3125rem 1.25rem;
}
.listing_none ul li{
    padding: 0 0.3125rem;
    margin-bottom: 0.625rem;
    width: calc(100% / 6);
}
.listing_none ul li::before{
    content: none;
}
.listing_none ul li .nav-link{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
    color: #fff;
    background: #808080;
    border-radius: 0.25rem;
    padding: 0.875rem 0.9375rem;
    width: 100%;
    height: 100%;
}
.listing_none ul li .nav-link:hover, .listing_none ul li .nav-link.active{
    background: #065e12;
}
.map_box{
    background: #fff;
    height: 37.5rem;
    padding: 1.25rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0.0625rem 0.1875rem 0.625rem 0.0625rem rgba(0, 0, 0, 0.25);
}
.tab-pane{
    opacity: 0;
    transform: translateY(1.25rem);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.tab-pane.show{
    opacity: 1;
    transform: translateY(0);
}

/*-----List your property page-------*/
.list_property_sec .contactFrom_wrap{
    margin-top: 2.5rem;
}

/*-----Reviews page-------*/
.all_review{
    padding-top: 3.75rem;
}
.all_review > .row > [class*="col-"]{
    margin-bottom: 1.5625rem;
}
.review_qutes{
    margin-bottom: 1.25rem;
}
.review_qutes p{
    font-weight: 500;
    font-style: italic;
    color: #575653;
    display: inline;
    position: relative;
    padding: 0 1.875rem;
}
.review_qutes p::before, .review_qutes p::after{
    content: "";
    position: absolute;
    top: -0.3125rem;
    left: 0;
    background: url(../images/icon/up-quotes.svg) no-repeat center;
    background-size: 100% 100% !important;
    width: 1.5625rem;
    height: 1.5625rem;
    opacity: 0.3;
}
.review_qutes p::before{
    background: url(../images/icon/down-quotes.svg) no-repeat center;
    top: auto;
    left: auto;
    right: 0;
    bottom: -0.3125rem;
}
.review_info h5{
    font-weight: 600;
    margin-bottom: 0.3125rem;
}
.review_info h6{
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 500;
}
.review_info .star{
    margin-top: 0.9375rem;
}

/* Rating wrapper */
.captcha_wrap{
    margin: 1.5625rem 0;
}
.captcha_wrap #rtn{
    margin: 0;
    margin-left: 0.625rem;
    min-width: 14.6875rem;
}

/* Common section */
.commonWrapper_box{
    background: #f8fff6;
    overflow: hidden;
    border: 0.0625rem solid #d6d6d6;
    padding: 1.875rem 1.25rem;
    margin: 1.875rem 0;
    clear: both;
}
.commonWrapper_box .img_item{
    margin-bottom: 1.25rem;
}
.commonWrapper_box .img_item:last-child{
    margin-bottom: 0;
}
.commonWrapper_box p{
    margin-top: 0.9375rem;
}
.commonWrapper_box p:first-of-type{
    margin-top: 0;
}
.commonWrapper_box ol li ul{
    margin-top: 0.625rem;
}
.commonWrapper_box ol > li::marker {
    font-weight: 700;
}

/*------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: var(--blue-color2);
    color: var(--white-color);
}
.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;
}

.inner_content figure figcaption{
    font-size: 0.75rem;
    line-height: 1.05rem;
    padding: 0.625rem 0.9375rem;
}

/* Btn seperate */
.btn_seperate{
    flex-wrap: wrap;
}
.btn_seperate a{
    width: 31%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_seperate .common_btn:nth-child(even){
    background: var(--blue-color);
}
.btn_seperate .common_btn:nth-child(even)::before{
    background: var(--blue-color);
}

/* Image box */
.image_wrap > .row > [class*="col-"]{
    margin: 1.25rem 0;
}
.image_box{
    border: 0.0625rem solid #dddddd;
    padding: 1.25rem;
}

/* Circle wrap */
.circle_wrap ul{
    margin: 0 -0.75rem;
}
.circle_wrap ul li{
    width: calc(100% / 4);
    padding: 0 0.75rem;
    margin-bottom: 1.25rem;
}
.product_list_item{
    padding-bottom: 2.5rem;
}
.product_list_wrap .product_list_item:last-child{
    padding-bottom: 0;
}
.product_list_item > h6{
    margin-bottom: 1.875rem;
}
.circle_item{
    background: #f8fff6;
    border: 0.0625rem solid #d6d6d6;
    padding: 1.25rem 0.75rem;
}
.circle_wrap .circle_icon{
    background: var(--blue-color);
    border-color: var(--blue-color);
    width: 7.5rem;
    height: 7.5rem;
    border: 0.125rem solid var(--blue-color);
}
.circle_wrap .circle_icon img{
    width: 3.875rem;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.circle_item h6{
    font-size: var(--font-size-18);
    line-height: var(--line-height-base);
    font-weight: 600;
    color: var(--blue-color);
    text-transform: inherit;
    margin: 0.9375rem 0 0; 
}

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


