/*
*  html5resetcss
*/

html,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    background: #fff !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 1;
}

html,
body {
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: var(--btxt);
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: var(--btxt);
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #676767;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #676767;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #676767;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #676767;
}

.loadScreen {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
}

.loadScreen img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    width: 50px;
}

img {
    width: 100%;
    height: auto;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    background: transparent;
    text-decoration: none !important;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}


/* Custom CSS
============================================= */

.container {
    width: 100% !important;
    max-width: 1520px;
    margin: 0 auto;
    display: block;
}

.header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.top_txt_left {
    float: left;
    padding: 20px 0;
}

.top_txt_left span {
    display: block;
    float: left;
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    color: var(--btxt);
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #000;
}

.top_txt_left span:last-child {
    border: none;
    margin-right: 0;
}

.header_top {
    background: var(--h-top-bg);
    width: 100%;
    float: left;
}

.h_top_right {
    float: right;
    padding: 20px 0;
}

.h_top_right a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    color: var(--btxt);
    display: block;
    float: left;
    padding: 0 10px;
    border-right: 1px solid var(--btxt);
}

.h_top_right a:hover {
    text-decoration: underline !important;
}

.txt_size {
    float: left;
    border-right: 1px solid var(--btxt);
    margin: 0 5px;
    padding-right: 5px;
}

.txt_size a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    border: none;
}

#decreasetext {
    background: url(images/txt-minus.png) 0 0 no-repeat;
    background-size: contain;
}

#resettext {
    background: url(images/txt-actual.png) 0 0 no-repeat;
    background-size: contain;
}

#increasetext {
    background: url(images/txt-plus.png) 0 0 no-repeat;
    background-size: contain;
}

.dark #decreasetext {
    background: url(images/w-txt-minus.png) 0 0 no-repeat;
    background-size: contain;
}

.dark #resettext {
    background: url(images/w-txt-actual.png) 0 0 no-repeat;
    background-size: contain;
}

.dark #increasetext {
    background: url(images/w-txt-plus.png) 0 0 no-repeat;
    background-size: contain;
}

.theme_btn {
    float: left;
    border-right: 1px solid #000;
    /* margin-right: 5px; */
    padding-right: 5px;
}

.theme_btn a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0;
    border: none;
}

.language {
    margin-right: 5px;
    float: left;
}

.social {
    float: left;
}

.social a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 5px;
    border: none;
}

.header_center {
    background: #fff;
    width: 100%;
    float: left;
    padding: 20px 0;
}

.site_logo {
    width: 325px;
    float: left;
}

.site_logo a {
    display: block;
}

.site_logo a img {
    display: block;
}

.logo_img {
    float: right;
    padding: 20px 0;
}

.logo_img img {
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.logo_img img:nth-child(2) {
    width: 100px;
}

.logo_img img:nth-child(3) {
    width: 125px;
}

.header_bottom {
    background: var(--blue-bg);
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.header_nav {
    float: left;
}

.header_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_nav ul>li {
    float: left;
    padding: 25px 20px;
    position: relative;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_nav li:first-child {
    padding-left: 0;
}

.header_nav ul>li>a {
    display: block;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: var(--wtxt);
    cursor: pointer;
    font-weight: 700;
    position: relative;
}

.header_nav ul>li>a::after {
    background: #FFE9D3;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.header_nav ul>li>a:hover::after {
    width: 100%;
}

.header_nav ul>li:hover>a {
    color: #FFE9D3;
}

.nav-drp-arw {
    position: absolute;
    right: 0px;
    top: 32px;
    cursor: pointer;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}

.nav-drp-arw.current {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.header_nav ul ul {
    background: var(--w-bg);
    border: 1px solid #001F67;
    width: 300px;
    position: absolute;
    left: 0;
    top: 54px;
    display: none;
    overflow: hidden;
    padding: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.header_nav ul ul>li {
    width: 100%;
    padding: 0;
}

.header_nav ul ul>li:hover a {
    background: #001F67;
    color: #fff;
}

.dark .header_nav ul ul>li:hover a {
    background: #fff;
    color: #000 !important;
}

.header_nav ul ul>li>a {
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: var(--btxt);
    padding: 6px 20px;
}

.login_btn {
    float: right;
    margin-top: 9px;
}

.login_btn a {
    background: var(--w-bg);
    width: 150px;
    height: 50px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    color: var(--btxt);
    display: block;
    float: left;
    text-align: center;
    margin-left: 20px;
    padding: 17px 10px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.login_btn a:last-child {
    background: #FFf;
}

.login_btn a:hover {
    background: #FFEC43;
}

.banner {
    width: 100%;
    float: left;
    position: relative;
}

.banner_slider {
    width: 100%;
    float: left;
    position: relative;
}


/* .banner_slider .item {
    padding-right: 20px;
} */

.banner_slider .item img {
    display: block;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 5;
    text-align: center;
    font-size: 0;
}

.banner .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.banner .slick-dots li button {
    background: transparent;
    border: 2px solid #fff;
    padding: 0;
    font-size: 0;
    outline: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
}

.marquee_panel {
    background: var(--blue-bg);
    width: 100%;
    float: left;
    height: 80px;
    overflow: hidden;
    margin-bottom: 40px;
}

.marquee_panel p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: var(--wtxt);
    white-space: nowrap;
    margin: 27px 0;
}

.marquee_panel p strong {
    display: inline-block;
    font-weight: 700;
}

.c_block_1 {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}


/* .c_block_1 ul {
    list-style: none;
    padding: 0;
    margin: 0 -1.6%;
}

.c_block_1 li {
    width: 12.7%;
    float: left;
    margin: 0 1.9%;
    text-align: center;
} */

.c_block_1 ul {
    margin: 0;
    padding: 0 13%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 15px;
}

.c_block_1 li {
    width: 100%;
    text-align: center;
}

.c_block_1 li figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.c_block_1 li strong {
    display: block;
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: var(--btxt);
}

.line {
    background: url(images/line.png) center no-repeat;
    background-size: 1490px auto;
    width: 100%;
    height: 40px;
    float: left;
}

.c_block_2 {
    width: 100%;
    float: left;
    /* padding: 15px 0; */
}

.c_block_2 h2 {
    font-size: 35px;
    line-height: 100px;
    font-weight: 300;
    /* color: var(--btxt); */
    color: #fff;
    margin: 0 0 40px;
    text-align: center;
    background: var(--blue-bg);
    /* background-color: #f3f3f3; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.c_block_2 ul {
    list-style: none;
    padding: 0;
    /* margin: 0 -0.8%; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-auto-rows: 1fr;
}

.c_block_2 li {
    /*width: 15%;
    height: 150px;
    float: left;
    */
    width: 100% !important;
    padding: 25px 20px;
    /*margin: 0 0.8%;
    */
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.c_block_2 li img {
    width: 65px;
    height: 65px;
    display: block;
    /* margin-bottom: 20px; */
}

.c_block_2 li strong {
    display: block;
    font-size: 25px;
    line-height: 37px;
    font-weight: 600;
    color: #000;
}

.c_block_2 li a.arrowbtn1 {
    /* width: 32px;
    height: 24px;
    position: absolute;
    display: flex;
    left: 20px;
    bottom: 40px; */
    margin: 0 10px;
}

.c_block_2 li a.arrowbtn1 img {
    width: 32px !important;
    height: 24px !important;
}

.c_block_3 {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.c_block_3 h2 {
    font-size: 60px;
    line-height: 100px;
    font-weight: 300;
    color: var(--btxt);
    margin: 0 0 70px;
    text-align: center;
}

.c_block_3.odd ul {
    margin: 0;
}

.c_block_3.odd ul li {
    width: 100%;
    margin: 0;
}

.c_block_3 ul {
    list-style: none;
    padding: 0;
    margin: 0 -0.8%;
}

.c_block_3 li {
    width: 31.7%;
    float: left;
    display: table;
    padding: 0px 30px;
    margin: 0 0.8%;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.c_block_3 li strong {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #000;
}

.c_block_3 li a.arrowbtn2 {
    width: 70px;
    height: 70px;
    padding: 20px 0px;
    margin: 25px 0;
    text-align: center;
    display: block;
    float: right;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.c_block_3 li a.arrowbtn2 img {
    width: 40px !important;
    height: 30px !important;
}

.custom_panel_1 {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.custom_panel_1_left {
    width: 42%;
    float: left;
}

.custom_panel_1_left strong {
    display: block;
    font-size: 35px;
    line-height: 50px;
    font-weight: 600;
    color: var(--btxt);
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.star_line {
    width: 100%;
    float: left;
    position: relative;
}

.star_line::after {
    background: #001F67;
    width: 92.2%;
    height: 1px;
    position: absolute;
    content: '';
    left: 0;
    top: 30px;
}

.star_line img {
    width: 40px;
    display: block;
    float: right;
    margin-top: 10px;
}

.custom_panel_1_left h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    color: var(--bluetxt);
    padding: 4px 0 55px;
    margin-bottom: 0;
}

.custom_panel_1_right {
    width: 53.7%;
    float: right;
}

.custom_panel_1_right p {
    font-size: 20px;
    line-height: 56px;
    font-weight: 400;
    color: var(--btxt);
    margin-bottom: 40px;
}

.custom_panel_2 {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.panel_2_block {
    width: 49.3%;
    float: left;
}

.panel_2_block:last-child {
    float: right;
}

.panel_2_block h3 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 800;
    color: var(--btxt);
    margin: 0 0 30px;
}

.cont_box {
    background: var(--bg1);
    width: 100%;
    float: left;
    padding: 10px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.panel_2_block:last-child .cont_box {
    background: var(--bg2);
}

.cont_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cont_box li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #BE9D7C;
}

.cont_box li:last-child {
    border: none;
}

.cont_box li a {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    color: var(--btxt);
    padding: 18px 0;
    display: block;
}

a.readMore {
    display: inline-block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700 !important;
    color: var(--btxt);
}

.our_client {
    background: #fff;
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0;
}

.our_client figure {
    display: inline-block;
}

.map_display {
    width: 100%;
    float: left;
    margin: 30px 0;
}

.map_display iframe {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.footer {
    background: var(--blue-bg);
    width: 100%;
    float: left;
}

.footer_top {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
}

a.footer_logo {
    width: 350px;
    display: block;
    float: left;
    margin-right: 200px;
}

.footer_link {
    /* width: 21%; */
    width: 55%;
    float: left;
}

.footer_link:last-child {
    /* width: 10%; */
    float: right;
}

.footer_link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer_link li {
    /* width: 100%; */
    float: left;
    margin-right: 30px;
}

.footer_link li a {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    color: #fff;
    position: relative;
}

.footer_link li a::after {
    background: #edd5bd;
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: '';
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
}

.footer_link li a:hover::after {
    width: 100%;
    left: 0;
}

.footer_link li a:hover {
    color: #edd5bd;
}

.footer_bottom {
    width: 100%;
    float: left;
    padding: 25px 0 5px;
}

.l_box {
    float: left;
}

.l_box p {
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
    white-space: nowrap;
}

.l_box p strong {
    display: inline-block;
    font-weight: 700;
}

.l_box p img {
    width: 154px;
    display: inline-block;
    vertical-align: middle;
}

.f_logo {
    width: 200px;
    float: right;
    padding-top: 11px;
}

.l_box p a {
    display: inline-block;
    margin: 0 5px;
}

.gallery_tab_panel {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 60px 0;
}

.gallery_nav {
    width: 100%;
    float: left;
}

.gallery_nav a {
    display: block;
    float: left;
    width: 300px;
    height: 100px;
    font-size: 30px;
    line-height: 37px;
    font-weight: 800;
    padding: 31px 20px;
    margin-right: 40px;
    color: #000;
    text-align: center;
    outline: none;
    border: 2px solid #000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.gallery_nav a.current {
    background-color: #FF7F00;
    border-color: #FF7F00;
    color: #fff;
}

a.display_gallay {
    font-size: 30px;
    line-height: 37px;
    font-weight: 800;
    display: block;
    float: right;
    color: var(--btxt);
    position: relative;
    margin-top: -117px;
    z-index: 1;
}

a.display_gallay:hover {
    color: #FF7F00;
}

.tabs_container {
    width: 100%;
    float: left;
}

.tab_cont {
    width: 100%;
    float: left;
    position: relative;
    display: none;
}

.tab_cont_inner {
    width: 2000px;
    float: left;
}

.tab_slider {
    width: 100%;
    float: left;
    position: relative;
}

.tab_slider .item {
    padding-right: 20px;
}

.tab_slider .item img {
    border-radius: 30px;
}

a.nav_menu_btn,
a.close_btn {
    display: none;
    visibility: hidden;
}

.gallery_tab_panel h3 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 800;
    color: var(--btxt);
    margin: 0 0 30px;
}

.about {
    padding: 80px 0;
}


/*responsive CSS
=================================================================*/

@media only screen and (max-width:2560px) {}

@media only screen and (max-width:2100px) {}

@media only screen and (max-width:1900px) {}

@media only screen and (max-width:1700px) {
    .container {
        max-width: 1400px;
    }
    .c_block_1 li strong {
        font-size: 18px;
        line-height: 33px;
    }
    .marquee_panel p {
        font-size: 20px;
        line-height: 28px;
    }
    .c_block_2 h2 {
        font-size: 30px;
        line-height: 50px;
        margin: 0 0 30px;
        padding: 15px 0;
    }
    .c_block_2 li {
        width: 15%;
        /* height: 250px; */
        padding: 25px 20px;
    }
    .c_block_2 li img {
        width: 60px;
        height: 60px;
    }
    .c_block_2 li strong {
        font-size: 25px;
        line-height: 35px;
    }
    .c_block_2 li a.arrowbtn1 {
        bottom: 25px;
    }
    .c_block_3 li strong {
        font-size: 28px;
    }
    /* .c_block_3 li a.arrowbtn2 {
        width: 80px;
        height: 80px;
        padding: 28px 0px;
        margin: 35px 0;
    }
    .c_block_3 li a.arrowbtn2 img {
        width: 30px !important;
        height: 24px !important;
    } */
    .c_block_3 {
        padding: 30px 0;
    }
    .line {
        background-size: 1370px auto;
    }
    /* .custom_panel_1_left strong {
        font-size: 40px;
        line-height: 48px;
    }
    .custom_panel_1_left h2 {
        font-size: 60px;
        line-height: 80px;
    } */
    .cont_box li a {
        font-size: 19px;
    }
    .panel_2_block h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .g_video {
        width: 100% !important;
        height: 400px !important;
    }
    .gallery_nav a {
        width: 250px;
        height: 80px;
        font-size: 22px;
        line-height: 37px;
        padding: 19px 20px;
        margin-right: 30px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .our_client {
        padding: 50px 0;
    }
    .map_display {
        margin: 60px 0 120px;
    }
    a.display_gallay {
        font-size: 24px;
        margin-top: -110px;
    }
}

@media only screen and (max-width:1500px) {
    .container {
        max-width: 1300px;
    }
    .site_logo {
        width: 300px;
    }
    .logo_img {
        padding: 5px 0;
    }
    .logo_img img {
        width: 95px;
    }
    .logo_img img:nth-child(2) {
        width: 106px;
    }
    .logo_img img:nth-child(3) {
        width: 165px;
    }
    /* .banner {
        margin-bottom: 50px;
    } */
    .marquee_panel {
        margin-bottom: 50px;
    }
    .c_block_1 li strong {
        font-size: 16px;
        line-height: 32px;
    }
    .c_block_2 h2 {
        font-size: 25px;
        line-height: 50px;
    }
    .c_block_2 li strong {
        font-size: 21px;
        line-height: 33px;
    }
    .c_block_3 li strong {
        font-size: 24px;
    }
    .c_block_3 li a.arrowbtn2 {
        margin: 15px 0;
        width: 60px;
        height: 60px;
    }
    .c_block_3 li a.arrowbtn2 img {
        width: 25px !important;
        height: 20px !important;
    }
    .custom_panel_1_left strong {
        font-size: 30px;
        line-height: 48px;
    }
    .custom_panel_1_left h2 {
        font-size: 30px;
        line-height: 48px;
    }
    .custom_panel_1 {
        padding: 30px 0 25px;
    }
    .cont_box li a {
        font-size: 17px;
    }
    .panel_2_block h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    a.footer_logo {
        width: 350px;
        margin-right: 180px;
    }
    .gallery_tab_panel h3 {
        font-size: 30px;
        line-height: 48px;
    }
    .tab_cont_inner {
        width: 1700px;
    }
}

@media only screen and (max-width:1365px) {
    .container {
        max-width: 1170px;
    }
    .line {
        background-size: 1140px auto;
    }
    .header_nav ul>li {
        padding: 25px 15px;
    }
    .login_btn {
        margin-top: 11px;
    }
    .login_btn a {
        background: var(--w-bg);
        width: 138px;
        height: 45px;
        font-size: 15px;
        margin-left: 15px;
        padding: 15px 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    a.footer_logo {
        margin-right: 120px;
    }
    .footer_link:last-child {
        width: 11%;
    }
    .tab_cont_inner {
        width: 1500px;
    }
}

@media only screen and (max-width:1199px) {
    .header {
        position: relative;
        z-index: 10;
    }
    .container {
        max-width: 1070px;
    }
    .line {
        background-size: 1040px auto;
    }
    .top_txt_left {
        width: 100%;
        text-align: center;
    }
    .top_txt_left span {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    .h_top_right {
        width: 100%;
        padding-top: 0;
        text-align: center;
        font-size: 0;
    }
    .h_top_right a,
    .txt_size,
    .theme_btn,
    .language,
    .social {
        float: none;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 20px;
    }
    .txt_size a,
    .theme_btn a,
    .language a,
    .social a {
        margin-bottom: 0;
    }
    a.nav_menu_btn {
        display: block;
        visibility: visible;
        float: left;
        width: 50px;
        height: 50px;
        margin-top: 4px;
    }
    .header_nav {
        background: #02184b !important;
        width: 300px;
        position: fixed;
        left: -600px;
        top: 0;
        height: 100vh;
        opacity: 0;
        z-index: 20;
        transition: all ease-in-out 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        -moz-transition: all ease-in-out 0.2s;
        -ms-transition: all ease-in-out 0.2s;
        -o-transition: all ease-in-out 0.2s;
    }
    .header_nav.change {
        left: 0;
        opacity: 1;
        box-shadow: 0px 0 0px 2000px rgb(2 24 75 / 70%);
    }
    .header_nav ul>li {
        width: 100%;
        padding: 0;
    }
    .header_nav ul>li>a {
        padding: 15px 20px;
    }
    .nav-drp-arw {
        position: absolute;
        right: 19px;
        top: 22px;
    }
    .header_nav ul>li:hover>a {
        color: #000;
        background: #e3cdb7;
    }
    .header_nav ul ul {
        background: #8999bf;
        border: none;
        position: static;
        width: 100%;
        padding: 0;
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }
    .header_nav ul ul>li {
        padding: 0;
    }
    .header_nav ul ul>li>a {
        padding: 4px 10px 4px 28px;
    }
    .header_nav ul ul>li:hover a {
        background: #486199;
        color: #fff;
    }
    .login_btn {
        margin-top: 4px;
    }
    a.close_btn {
        display: block;
        visibility: visible;
        width: 30px;
        height: 30px;
        float: right;
        margin: 10px;
    }
    .nav-drp-arw.current {
        border-top-color: #000;
    }
    .gallery_nav a {
        width: 200px;
        height: 71px;
        font-size: 19px;
        line-height: 37px;
        padding: 14px 20px;
        margin-right: 20px;
    }
    a.display_gallay {
        font-size: 20px;
        margin-top: -104px;
    }
    a.footer_logo {
        margin-right: 55px;
        width: 300px;
    }
    /* .footer_link {
        width: 23%;
    }
    .footer_link:last-child {
        width: 14%;
    } */
    .l_box {
        width: 75%;
    }
    .l_box p {
        white-space: normal;
        line-height: normal;
    }
    .our_client {
        padding: 0;
    }
    .map_display {
        margin: 60px 0;
    }
    .custom_panel_1_left strong {
        font-size: 25px;
        line-height: 35px;
    }
    .custom_panel_1_left h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .panel_2_block h3 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .gallery_tab_panel h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .gallery_tab_panel {
        margin: 25px 0;
    }
    .c_block_1 ul {
        padding: 0;
    }
}

@media only screen and (max-width:1099px) {
    .line {
        background-size: 962px auto;
    }
    .c_block_1 {
        padding-bottom: 0;
    }
    /* .c_block_1 ul {
        margin: 0 -1%;
    }
    .c_block_1 li {
        width: 15%;
        margin: 0 .8%;
    } */
    .c_block_1 li strong {
        font-size: 15px;
        line-height: 29px;
    }
    /* .c_block_2 {
        padding: 34px 0 46px;
    } */
    .c_block_3 li strong {
        font-size: 19px;
    }
    a.footer_logo {
        margin: 0 auto 30px;
        width: 300px;
        float: none;
    }
    .footer_link {
        width: 100% !important;
        text-align: center;
    }
    .footer_link li {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0 10px;
    }
    .f_logo {
        width: 200px;
        float: none;
        padding-top: 11px;
        margin: 0 auto 20px;
    }
    .l_box {
        float: left;
        width: 100%;
        text-align: center;
    }
    .c_block_2 h2 {
        font-size: 30px;
        line-height: 45px;
        margin: 0 0 30px;
    }
    /* .c_block_2 ul {
        margin: 0 -1%;
    }
    .c_block_2 li {
        width: 31.3%;
        height: 250px;
        margin: 0 1% 20px;
    } */
    .c_block_3 {
        padding: 35px 0;
    }
    .c_block_2 h2 {
        font-size: 25px;
    }
    .c_block_2 li strong {
        font-size: 20px;
    }
    .tab_cont_inner {
        width: 1200px;
    }
}

@media only screen and (max-width:992px) {
    .h_top_right {
        padding: 20px 0 4px;
    }
    .site_logo {
        width: 200px;
    }
    .logo_img img {
        width: 57px;
    }
    .logo_img img:nth-child(3) {
        width: 97px;
    }
    .c_block_1 li strong {
        font-size: 18px;
        line-height: 21px;
    }
    .custom_panel_1_left {
        width: 100%;
        float: left;
    }
    .custom_panel_1_right {
        width: 100%;
    }
    .gallery_tab_panel {
        margin-bottom: 36px;
    }
    .map_display {
        margin: 16px 0 75px;
    }
    .banner_slider {
        height: 400px !important;
        overflow: hidden;
    }
    .c_block_1 {
        padding-bottom: 30px;
    }
    .c_block_1 li figure img {
        width: 100% !important;
        height: 265px !important;
        object-fit: cover;
    }
    .c_block_2 h2 {
        font-size: 21px;
        line-height: 35px;
    }
    .tab_cont_inner {
        width: 1000px;
    }
}

@media only screen and (max-width:767px) {
    .top_txt_left {
        padding-bottom: 0;
    }
    .site_logo {
        width: 160px;
    }
    .logo_img img {
        width: 44px;
    }
    .logo_img img:nth-child(2) {
        width: 53px;
    }
    .c_block_2 li {
        width: 48%;
    }
    .c_block_3 ul {
        margin: 0 -0.8%;
    }
    .c_block_3 li {
        width: 100%;
        margin-bottom: 20px;
    }
    .panel_2_block {
        width: 100%;
        margin: 0 0 20px;
    }
    a.display_gallay {
        font-size: 20px;
        margin-top: -34px;
        margin-bottom: 21px;
    }
    .footer_link {
        width: 100% !important;
        padding: 0 0 23px;
    }
    .l_box p {
        white-space: normal;
    }
    .banner {
        margin-bottom: 25px;
    }
    .banner_slider .item img {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }
    /* .c_block_1 ul {
        margin: 0 -1%;
    }
    .c_block_1 li {
        width: 31.3%;
        margin: 0 1% 22px;
    } */
    .c_block_2 h2 {
        font-size: 21px;
        line-height: 38px;
        margin: 0 0 21px;
    }
    .custom_panel_2 {
        padding: 30px 0;
    }
    .gallery_nav a {
        width: 152px;
        height: 60px;
        font-size: 15px;
        line-height: 30px;
        padding: 13px 20px;
        margin-right: 15px;
    }
    .c_block_2 ul {
        grid-template-columns: 1fr;
    }
    .tab_cont_inner {
        width: 100% !important;
    }
    .tab_cont_inner .item {
        padding: 0;
    }
    .footer_link {
        padding: 0;
    }
    .banner_slider {
        height: 300px !important;
    }
}

@media only screen and (max-width:690px) {
    .c_block_1 ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width:560px) {
    /* .tab_cont_inner {
        width: 100%;
        float: left;
    } 
    .tab_cont_inner .item {
        padding: 0;
    }*/
    .c_block_1 ul {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width:479px) {
    .footer_link li {
        width: 100%;
    }
}

@media only screen and (max-width:420px) {
    .login_btn a {
        width: 126px;
    }
    .logo_img img {
        width: 28px;
        margin-left: 6px;
    }
    .logo_img img:nth-child(2) {
        width: 45px;
    }
    .logo_img img:nth-child(3) {
        width: 72px;
    }
    .c_block_1 ul {
        margin: 0;
    }
    .c_block_1 li {
        width: 100%;
        margin: 0 0 22px;
    }
    .c_block_1 li strong {
        font-size: 17px;
        line-height: 27px;
    }
    /* .custom_panel_1_left h2 {
        font-size: 39px;
        line-height: 63px;
    } */
    .c_block_1 li figure img {
        height: 300px !important;
    }
}

@media only screen and (max-width:390px) {}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {}