@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap");
/************************************/
/*** 	 01. Global Variables	  ***/
/************************************/
@import url(https://fonts.bunny.net/css?family=chivo:400,700|noto-sans:400,700);
:root { --site-color: #b52b31; --site-color-5: #b52b310d; --site-color-10: #b52b311a; --site-color-15: #b52b3126; --site-color-20: #b52b3133; --site-color-25: #b52b3140; --site-color-30: #b52b314d; --site-color-35: #b52b3159; --site-color-40: #b52b3166; --site-color-45: #b52b3173; --site-color-50: #b52b3180; --site-color-55: #b52b318c; --site-color-60: #b52b3199; --site-color-65: #b52b31a6; --site-color-70: #b52b31b3; --site-color-75: #b52b31bf; --site-color-80: #b52b31cc; --site-color-85: #b52b31d9; --site-color-90: #b52b31e6; --site-color-95: #b52b31f2; --primary-color: #0E0D1B; --secondary-color: #f8f8f8; --text-color: #737577; --accent-color: #00509c; --white-color: #FFFFFF; --divider-color: #E8E8E8; --dark-divider-color: #ffffff20; --error-color: rgb(230, 87, 87); --default-font: "Plus Jakarta Sans", sans-serif; --site-font: "Nunito",sans-serif; --site-font-two: "Barlow",sans-serif; --site-gray: #666; --site-gray-rgb: 102,102,102; --site-base: #00509c; --site-base-rgb: 110,84,243; --site-black: #070d1a; --site-black-rgb: 7,13,26; --site-extra: #edf0fa; --site-extra-rgb: 237,240,250; --site-secondary: #F0F4FF; --site-secondary-rgb: 240,244,255; --site-white: #fff; --site-white-rgb: 255,255,255; --site-bdr-radius: 5px; --site-primary: #00509c; --site-primary-rgb: 105, 192, 118; --site-text-opacity:0.8; }

@font-face { font-family: "uicons-regular-rounded"; src: url("../fonts/uicons/uicons-regular-rounded.eot#iefix") format("embedded-opentype"), url("../fonts/uicons/uicons-regular-rounded.woff2") format("woff2"), url("../fonts/uicons/uicons-regular-rounded.woff") format("woff"); }

/*----------------------------------------*/
/*  2.9 ListPage
/*----------------------------------------*/
.pagination { display: block; }

.list_page { text-align: center; margin: 10px; display: block; margin-top: 10px; width: 100%; }

.list_page:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }

.list_page ul { list-style: none; margin: 0; padding: 0; display: inline-block; vertical-align: bottom; }

.list_page ul li { display: inline-block; border: solid 1px #ddd; border-radius: 4px; }

.list_page ul a { color: #333; padding: 12px 18px; line-height: 18px; display: block; transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s; background: #fff; }

.page_group ul { border-right: solid 1px #ddd; border-radius: 4px; }

.page_group ul li { border-right: none; border-radius: 0; float: left; }

.page_group ul li:not(:first-child):not(:last-child) { border-radius: 0; }

.page_group ul li:first-child { border-radius: 3px 0 0 3px; }

.page_group ul li:last-child { border-radius: 0 3px 3px 0; }

.page_group ul .active a { background: #f3f3f3; border-radius: 0; }

@media (max-width: 480px) { .list_page .page_total { display: none !important; }
  .list_page .page_pre a span { display: none; }
  .list_page .page_pre a:after { content: '<'; }
  .list_page .page_next a span { display: none; }
  .list_page .page_next a:after { content: '>'; }
  .list_page ul a { padding: 10px 14px !important; }
  .list_page .page_number { display: none !important; } }

/**
* 溢出省略号
* @param {Number} 行数
*/
/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after { position: absolute; top: 50%; left: 50%; height: 85px; width: 85px; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); -webkit-transform-origin: center; transform-origin: center center; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 0 0 #fff; -moz-box-shadow: 0 0 0 0 #fff; -ms-box-shadow: 0 0 0 0 #fff; -o-box-shadow: 0 0 0 0 #fff; box-shadow: 0 0 0 0 #fff; -webkit-animation: ripple 3s infinite; -moz-animation: ripple 3s infinite; -ms-animation: ripple 3s infinite; -o-animation: ripple 3s infinite; animation: ripple 3s infinite; }

.play-now { position: relative; height: 85px; width: 85px; text-align: center; line-height: 92px; background-color: transparent; border: 3px solid #fff; color: #fff; z-index: 1; font-size: 28px; padding-left: 5px; display: block; -webkit-transform-origin: center; transform-origin: center center; border-radius: 50%; margin: 0 auto; }

.play-now .ripple:before { -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; -ms-animation-delay: 0.9s; -o-animation-delay: 0.9s; animation-delay: 0.9s; content: ""; position: absolute; }

.play-now .ripple:after { -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -ms-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s; content: ""; position: absolute; }

@-webkit-keyframes ripple { 70% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes ripple { 70% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

/* 响应式的嵌入内容和图片 S */
.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }

.embed-responsive img { position: absolute; -o-object-fit: cover; object-fit: cover; width: 100%; height: 100%; border: 0; left: 0; top: 0; }

.embed-responsive-16by9 { padding-bottom: 56.25%; }

.embed-responsive-3by2 { padding-bottom: 66.66%; }

.embed-responsive-4by3 { padding-bottom: 75%; }

.embed-responsive-square { padding-bottom: 100%; }

.section-padding { padding: 100px 0; }

@media (max-width: 1199px) { .section-padding { padding: 80px 0; } }

@media (max-width: 991px) { .section-padding { padding: 60px 0; } }

@media (max-width: 768px) { .section-padding { padding: 50px 0; } }

@media (max-width: 576px) { .section-padding { padding: 40px 0; } }

.rts-section-gap { padding: 120px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gap { padding: 80px 0; } }

@media only screen and (max-width: 767px) { .rts-section-gap { padding: 60px 0; } }

.rts-section-gapBottom { padding-bottom: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gapBottom { padding-bottom: 80px; } }

@media only screen and (max-width: 767px) { .rts-section-gapBottom { padding-bottom: 60px; } }

.rts-section-gapTop { padding-top: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gapTop { padding-top: 70px; } }

@media only screen and (max-width: 767px) { .rts-section-gapTop { padding-top: 60px; } }

.rts-section-gap2 { padding: 130px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gap2 { padding: 80px 0; } }

@media only screen and (max-width: 767px) { .rts-section-gap2 { padding: 60px 0; } }

.rts-section-gap2Bottom { padding-bottom: 130px; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gap2Bottom { padding-bottom: 80px; } }

@media only screen and (max-width: 767px) { .rts-section-gap2Bottom { padding-bottom: 60px; } }

.rts-section-gap2Top { padding-top: 130px; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gap2Top { padding-top: 70px; } }

@media only screen and (max-width: 767px) { .rts-section-gap2Top { padding-top: 60px; } }

.rts-section-gap3 { padding: 150px 0; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gap3 { padding: 80px 0; } }

@media only screen and (max-width: 767px) { .rts-section-gap3 { padding: 60px 0; } }

.rts-section-gap3Bottom { padding-bottom: 150px; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gap3Bottom { padding-bottom: 80px; } }

@media only screen and (max-width: 767px) { .rts-section-gap3Bottom { padding-bottom: 60px; } }

.rts-section-gap3Top { padding-top: 150px; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .rts-section-gap3Top { padding-top: 70px; } }

@media only screen and (max-width: 767px) { .rts-section-gap3Top { padding-top: 60px; } }

/*---------------------------------
            General Styles 
-----------------------------------*/
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

:focus, button:focus, .btn:focus { outline: 0; box-shadow: none; }

.form-control:focus { -webkit-box-shadow: none; box-shadow: none; }

a, button, input[type="submit"] { cursor: pointer; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Firefox */
input[type=number] { -moz-appearance: textfield; appearance: textfield; }

a { color: #000; text-transform: inherit; text-decoration: none; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

a:hover, a :focus { text-decoration: none; box-shadow: none; color: #000; }

a:focus { outline: 0 solid; }

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

h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; color: #000; }

select { cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url(../img/down-arrow.png); background-repeat: no-repeat; background-size: 10px; background-position: 94% 50%; }

.pt-10 { padding-top: 10px; }

.pt-20 { padding-top: 20px; }

.pt-30 { padding-top: 30px; }

.pt-40 { padding-top: 40px; }

.pt-50 { padding-top: 50px; }

.pt-60 { padding-top: 60px; }

.pt-70 { padding-top: 70px; }

.pt-75 { padding-top: 75px; }

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

.pt-90 { padding-top: 90px; }

.pt-100 { padding-top: 100px; }

.pt-200 { padding-top: 200px; }

.pb-10 { padding-bottom: 10px; }

.pb-20 { padding-bottom: 20px; }

.pb-30 { padding-bottom: 30px; }

.pb-40 { padding-bottom: 40px; }

.pb-50 { padding-bottom: 50px; }

.pb-60 { padding-bottom: 60px; }

.pb-70 { padding-bottom: 70px; }

.pb-75 { padding-bottom: 75px; }

.pb-80 { padding-bottom: 80px; }

.pb-90 { padding-bottom: 90px; }

.pb-100 { padding-bottom: 100px; }

.pb-130 { padding-bottom: 130px; }

.ptb-10 { padding-bottom: 10px; padding-bottom: 10px; }

.ptb-20 { padding-bottom: 20px; padding-bottom: 20px; }

.ptb-30 { padding-top: 30px; padding-bottom: 30px; }

.ptb-40 { padding-top: 40px; padding-bottom: 40px; }

.ptb-50 { padding-top: 50px; padding-bottom: 50px; }

.ptb-60 { padding-top: 60px; padding-bottom: 60px; }

.ptb-70 { padding-top: 70px; padding-bottom: 70px; }

.ptb-80 { padding-top: 80px; padding-bottom: 80px; }

.ptb-90 { padding-top: 90px; padding-bottom: 90px; }

.ptb-100 { padding-top: 100px; padding-bottom: 100px; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .ptb-100 { padding-top: 50px; padding-bottom: 50px; } }

.mb-0 { margin-bottom: 0px !important; }

.mb-10 { margin-bottom: 10px !important; }

.mb-15 { margin-bottom: 15px !important; }

.mb-20 { margin-bottom: 20px !important; }

.mb-25 { margin-bottom: 25px !important; }

.mb-30 { margin-bottom: 30px !important; }

.mb-40 { margin-bottom: 40px !important; }

.mb-50 { margin-bottom: 50px !important; }

.mb-60 { margin-bottom: 60px !important; }

.mb-70 { margin-bottom: 70px !important; }

.mb-80 { margin-bottom: 80px !important; }

.mb-90 { margin-bottom: 90px !important; }

.mb-100 { margin-bottom: 100px !important; }

.mmt-10 { margin-top: -10px !important; }

.mt-0 { margin-top: 0px !important; }

.mt-10 { margin-top: 10px !important; }

.mt-15 { margin-top: 15px !important; }

.mt-20 { margin-top: 20px !important; }

.mt-25 { margin-top: 25px !important; }

.mt-30 { margin-top: 30px !important; }

.mt-35 { margin-top: 35px !important; }

.mt-40 { margin-top: 40px !important; }

.mt-50 { margin-top: 50px !important; }

.mt-60 { margin-top: 60px !important; }

.mt-70 { margin-top: 70px !important; }

.mt-80 { margin-top: 80px !important; }

.mt-100 { margin-top: 100px !important; }

.mtb-100 { margin-top: 100px !important; margin-bottom: 100px !important; }

/************************************/
/*** 	   02. General css		  ***/
/************************************/
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select { margin: 0; padding: 0; }

body { font-family: var(--default-font); font-size: 16px; font-weight: 400; line-height: 1.6em; color: var(--text-color); background-color: var(--white-color); }

p { line-height: 1.6em; margin-bottom: 1.6em; }

h1, h2, h3, h4, h5, h6 { margin: 0; font-weight: 600; color: var(--primary-color); line-height: 1.1em; }

figure { margin: 0; }

img { max-width: 100%; }

a { text-decoration: none; }

a:hover { text-decoration: none; outline: 0; }

a:focus { text-decoration: none; outline: 0; }

html, body { width: 100%; overflow-x: clip; }

.container { max-width: 1300px; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { padding-right: 15px; padding-left: 15px; }

.image-anime { position: relative; overflow: hidden; }

.image-anime:after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, 0.3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; }

.image-anime:hover:after { height: 250%; transition: all 600ms linear; background-color: transparent; }

.reveal { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; visibility: hidden; overflow: hidden; }

.reveal img { height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transform-origin: left; transform-origin: left; }

.row { margin-right: -15px; margin-left: -15px; }

.row > * { padding-right: 15px; padding-left: 15px; }

.row.no-gutters { margin-right: 0px; margin-left: 0px; }

.row.no-gutters > * { padding-right: 0px; padding-left: 0px; }

.btn-default { display: inline-block; font-size: 16px; font-weight: 400; line-height: 1em; color: var(--white-color); background: var(--accent-color); text-transform: capitalize; padding: 20px 50px 20px 30px; border: none; transition: 0.5s ease-in-out; position: relative; overflow: hidden; z-index: 1; }

.btn-default::before { content: '\f062'; position: absolute; top: 50%; right: 0; bottom: 0; font-family: 'FontAwesome'; font-size: 16px; font-weight: 900; transition: 0.3s ease-in-out; background: transparent; color: var(--white-color); transform: translate(-30px, -50%) rotate(45deg); display: flex; align-items: center; justify-content: center; }

.btn-default::after { content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 0; height: 106%; background: var(--primary-color); transition: 0.4s ease-in-out; z-index: -1; }

.btn-default:hover { color: var(--accent-color); }

.btn-default:hover:before { color: var(--accent-color); transform: translate(-30px, -50%) rotate(90deg); }

.btn-default:hover::after { width: 106%; }

.btn-default.btn-highlighted { background-color: var(--secondary-color); color: var(--primary-color); }

.btn-default.btn-highlighted::before { color: var(--primary-color); }

.btn-default.btn-highlighted::after { background-color: var(--accent-color); }

.btn-default.btn-highlighted:hover { color: var(--white-color); }

.btn-default.btn-highlighted:hover:before { color: var(--white-color); }

.btn-large { font-size: 20px; padding: 20px 65px 20px 20px; }

.btn-default.btn-large::before { width: 40px; height: 40px; background-size: 15px; }

#magic-cursor { position: absolute; width: 10px !important; height: 10px !important; pointer-events: none; z-index: 1000000; }

#ball { position: fixed; display: block; left: 0; top: 0; transform: translate(-50%, -50%); width: 8px !important; height: 8px !important; background: var(--accent-color); margin: 0; border-radius: 50%; pointer-events: none; opacity: 1 !important; }

.preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background-color: var(--secondary-color); display: flex; align-items: center; justify-content: center; }

.loading-container, .loading { height: 100px; position: relative; width: 100px; border-radius: 100%; }

.loading-container { margin: 40px auto; }

.loading { border: 1px solid transparent; border-color: transparent var(--accent-color) transparent var(--primary-color); animation: rotate-loading 1.5s linear 0s infinite normal; transform-origin: 50% 50%; }

.loading-container:hover .loading, .loading-container .loading { transition: all 0.5s ease-in-out; }

#loading-icon { position: absolute; top: 50%; left: 50%; max-width: 66px; transform: translate(-50%, -50%); }

@keyframes rotate-loading { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }

.section-row { margin-bottom: 60px; }

.section-row .section-title { margin-bottom: 0; }

.section-btn { text-align: end; }

.section-btn .btn-default.btn-highlighted { margin: 0; }

.section-title { margin-bottom: 30px; }

.section-title h3 { display: inline-block; background-color: var(--secondary-color); color: var(--accent-color); font-size: 12px; font-weight: 600; line-height: 1em; letter-spacing: 0.095em; text-transform: uppercase; padding: 10px; margin-bottom: 15px; border-radius: 5px; }

.section-title h1, .section-title h2 { font-size: 50px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 0; cursor: none; }

.section-title-content { margin-left: 100px; text-align: right; }

.section-title-content p { margin: 0; }

.help-block.with-errors ul { margin: 0; text-align: left; }

.help-block.with-errors ul li { color: var(--error-color); font-weight: 500; font-size: 14px; }

.pl--0 { padding-left: 0 !important; }

.pr--0 { padding-right: 0 !important; }

.pt--0 { padding-top: 0 !important; }

.pb--0 { padding-bottom: 0 !important; }

.mr--0 { margin-right: 0 !important; }

.ml--0 { margin-left: 0 !important; }

.mt--0 { margin-top: 0 !important; }

.mb--0 { margin-bottom: 0 !important; }

.ptb--5 { padding: 5px 0 !important; }

.plr--5 { padding: 0 5px !important; }

.pt--5 { padding-top: 5px !important; }

.pb--5 { padding-bottom: 5px !important; }

.pl--5 { padding-left: 5px !important; }

.pr--5 { padding-right: 5px !important; }

.mt--5 { margin-top: 5px !important; }

.mb--5 { margin-bottom: 5px !important; }

.mr--5 { margin-right: 5px !important; }

.ml--5 { margin-left: 5px !important; }

.ptb--10 { padding: 10px 0 !important; }

.plr--10 { padding: 0 10px !important; }

.pt--10 { padding-top: 10px !important; }

.pb--10 { padding-bottom: 10px !important; }

.pl--10 { padding-left: 10px !important; }

.pr--10 { padding-right: 10px !important; }

.mt--10 { margin-top: 10px !important; }

.mb--10 { margin-bottom: 10px !important; }

.mr--10 { margin-right: 10px !important; }

.ml--10 { margin-left: 10px !important; }

.ptb--15 { padding: 15px 0 !important; }

.plr--15 { padding: 0 15px !important; }

.pt--15 { padding-top: 15px !important; }

.pb--15 { padding-bottom: 15px !important; }

.pl--15 { padding-left: 15px !important; }

.pr--15 { padding-right: 15px !important; }

.mt--15 { margin-top: 15px !important; }

.mb--15 { margin-bottom: 15px !important; }

.mr--15 { margin-right: 15px !important; }

.ml--15 { margin-left: 15px !important; }

.ptb--20 { padding: 20px 0 !important; }

.plr--20 { padding: 0 20px !important; }

.pt--20 { padding-top: 20px !important; }

.pb--20 { padding-bottom: 20px !important; }

.pl--20 { padding-left: 20px !important; }

.pr--20 { padding-right: 20px !important; }

.mt--20 { margin-top: 20px !important; }

.mb--20 { margin-bottom: 20px !important; }

.mr--20 { margin-right: 20px !important; }

.ml--20 { margin-left: 20px !important; }

.ptb--25 { padding: 25px 0 !important; }

.plr--25 { padding: 0 25px !important; }

.pt--25 { padding-top: 25px !important; }

.pb--25 { padding-bottom: 25px !important; }

.pl--25 { padding-left: 25px !important; }

.pr--25 { padding-right: 25px !important; }

.mt--25 { margin-top: 25px !important; }

.mb--25 { margin-bottom: 25px !important; }

.mr--25 { margin-right: 25px !important; }

.ml--25 { margin-left: 25px !important; }

.ptb--30 { padding: 30px 0 !important; }

.plr--30 { padding: 0 30px !important; }

.pt--30 { padding-top: 30px !important; }

.pb--30 { padding-bottom: 30px !important; }

.pl--30 { padding-left: 30px !important; }

.pr--30 { padding-right: 30px !important; }

.mt--30 { margin-top: 30px !important; }

.mb--30 { margin-bottom: 30px !important; }

.mr--30 { margin-right: 30px !important; }

.ml--30 { margin-left: 30px !important; }

.ptb--35 { padding: 35px 0 !important; }

.plr--35 { padding: 0 35px !important; }

.pt--35 { padding-top: 35px !important; }

.pb--35 { padding-bottom: 35px !important; }

.pl--35 { padding-left: 35px !important; }

.pr--35 { padding-right: 35px !important; }

.mt--35 { margin-top: 35px !important; }

.mb--35 { margin-bottom: 35px !important; }

.mr--35 { margin-right: 35px !important; }

.ml--35 { margin-left: 35px !important; }

.ptb--40 { padding: 40px 0 !important; }

.plr--40 { padding: 0 40px !important; }

.pt--40 { padding-top: 40px !important; }

.pb--40 { padding-bottom: 40px !important; }

.pl--40 { padding-left: 40px !important; }

.pr--40 { padding-right: 40px !important; }

.mt--40 { margin-top: 40px !important; }

.mb--40 { margin-bottom: 40px !important; }

.mr--40 { margin-right: 40px !important; }

.ml--40 { margin-left: 40px !important; }

.ptb--45 { padding: 45px 0 !important; }

.plr--45 { padding: 0 45px !important; }

.pt--45 { padding-top: 45px !important; }

.pb--45 { padding-bottom: 45px !important; }

.pl--45 { padding-left: 45px !important; }

.pr--45 { padding-right: 45px !important; }

.mt--45 { margin-top: 45px !important; }

.mb--45 { margin-bottom: 45px !important; }

.mr--45 { margin-right: 45px !important; }

.ml--45 { margin-left: 45px !important; }

.ptb--50 { padding: 50px 0 !important; }

.plr--50 { padding: 0 50px !important; }

.pt--50 { padding-top: 50px !important; }

.pb--50 { padding-bottom: 50px !important; }

.pl--50 { padding-left: 50px !important; }

.pr--50 { padding-right: 50px !important; }

.mt--50 { margin-top: 50px !important; }

.mb--50 { margin-bottom: 50px !important; }

.mr--50 { margin-right: 50px !important; }

.ml--50 { margin-left: 50px !important; }

.ptb--55 { padding: 55px 0 !important; }

.plr--55 { padding: 0 55px !important; }

.pt--55 { padding-top: 55px !important; }

.pb--55 { padding-bottom: 55px !important; }

.pl--55 { padding-left: 55px !important; }

.pr--55 { padding-right: 55px !important; }

.mt--55 { margin-top: 55px !important; }

.mb--55 { margin-bottom: 55px !important; }

.mr--55 { margin-right: 55px !important; }

.ml--55 { margin-left: 55px !important; }

.ptb--60 { padding: 60px 0 !important; }

.plr--60 { padding: 0 60px !important; }

.pt--60 { padding-top: 60px !important; }

.pb--60 { padding-bottom: 60px !important; }

.pl--60 { padding-left: 60px !important; }

.pr--60 { padding-right: 60px !important; }

.mt--60 { margin-top: 60px !important; }

.mb--60 { margin-bottom: 60px !important; }

.mr--60 { margin-right: 60px !important; }

.ml--60 { margin-left: 60px !important; }

.ptb--65 { padding: 65px 0 !important; }

.plr--65 { padding: 0 65px !important; }

.pt--65 { padding-top: 65px !important; }

.pb--65 { padding-bottom: 65px !important; }

.pl--65 { padding-left: 65px !important; }

.pr--65 { padding-right: 65px !important; }

.mt--65 { margin-top: 65px !important; }

.mb--65 { margin-bottom: 65px !important; }

.mr--65 { margin-right: 65px !important; }

.ml--65 { margin-left: 65px !important; }

.ptb--70 { padding: 70px 0 !important; }

.plr--70 { padding: 0 70px !important; }

.pt--70 { padding-top: 70px !important; }

.pb--70 { padding-bottom: 70px !important; }

.pl--70 { padding-left: 70px !important; }

.pr--70 { padding-right: 70px !important; }

.mt--70 { margin-top: 70px !important; }

.mb--70 { margin-bottom: 70px !important; }

.mr--70 { margin-right: 70px !important; }

.ml--70 { margin-left: 70px !important; }

.ptb--75 { padding: 75px 0 !important; }

.plr--75 { padding: 0 75px !important; }

.pt--75 { padding-top: 75px !important; }

.pb--75 { padding-bottom: 75px !important; }

.pl--75 { padding-left: 75px !important; }

.pr--75 { padding-right: 75px !important; }

.mt--75 { margin-top: 75px !important; }

.mb--75 { margin-bottom: 75px !important; }

.mr--75 { margin-right: 75px !important; }

.ml--75 { margin-left: 75px !important; }

.ptb--80 { padding: 80px 0 !important; }

.plr--80 { padding: 0 80px !important; }

.pt--80 { padding-top: 80px !important; }

.pb--80 { padding-bottom: 80px !important; }

.pl--80 { padding-left: 80px !important; }

.pr--80 { padding-right: 80px !important; }

.mt--80 { margin-top: 80px !important; }

.mb--80 { margin-bottom: 80px !important; }

.mr--80 { margin-right: 80px !important; }

.ml--80 { margin-left: 80px !important; }

.ptb--85 { padding: 85px 0 !important; }

.plr--85 { padding: 0 85px !important; }

.pt--85 { padding-top: 85px !important; }

.pb--85 { padding-bottom: 85px !important; }

.pl--85 { padding-left: 85px !important; }

.pr--85 { padding-right: 85px !important; }

.mt--85 { margin-top: 85px !important; }

.mb--85 { margin-bottom: 85px !important; }

.mr--85 { margin-right: 85px !important; }

.ml--85 { margin-left: 85px !important; }

.ptb--90 { padding: 90px 0 !important; }

.plr--90 { padding: 0 90px !important; }

.pt--90 { padding-top: 90px !important; }

.pb--90 { padding-bottom: 90px !important; }

.pl--90 { padding-left: 90px !important; }

.pr--90 { padding-right: 90px !important; }

.mt--90 { margin-top: 90px !important; }

.mb--90 { margin-bottom: 90px !important; }

.mr--90 { margin-right: 90px !important; }

.ml--90 { margin-left: 90px !important; }

.ptb--95 { padding: 95px 0 !important; }

.plr--95 { padding: 0 95px !important; }

.pt--95 { padding-top: 95px !important; }

.pb--95 { padding-bottom: 95px !important; }

.pl--95 { padding-left: 95px !important; }

.pr--95 { padding-right: 95px !important; }

.mt--95 { margin-top: 95px !important; }

.mb--95 { margin-bottom: 95px !important; }

.mr--95 { margin-right: 95px !important; }

.ml--95 { margin-left: 95px !important; }

.ptb--100 { padding: 100px 0 !important; }

.plr--100 { padding: 0 100px !important; }

.pt--100 { padding-top: 100px !important; }

.pb--100 { padding-bottom: 100px !important; }

.pl--100 { padding-left: 100px !important; }

.pr--100 { padding-right: 100px !important; }

.mt--100 { margin-top: 100px !important; }

.mb--100 { margin-bottom: 100px !important; }

.mr--100 { margin-right: 100px !important; }

.ml--100 { margin-left: 100px !important; }

.ptb--105 { padding: 105px 0 !important; }

.plr--105 { padding: 0 105px !important; }

.pt--105 { padding-top: 105px !important; }

.pb--105 { padding-bottom: 105px !important; }

.pl--105 { padding-left: 105px !important; }

.pr--105 { padding-right: 105px !important; }

.mt--105 { margin-top: 105px !important; }

.mb--105 { margin-bottom: 105px !important; }

.mr--105 { margin-right: 105px !important; }

.ml--105 { margin-left: 105px !important; }

.ptb--110 { padding: 110px 0 !important; }

.plr--110 { padding: 0 110px !important; }

.pt--110 { padding-top: 110px !important; }

.pb--110 { padding-bottom: 110px !important; }

.pl--110 { padding-left: 110px !important; }

.pr--110 { padding-right: 110px !important; }

.mt--110 { margin-top: 110px !important; }

.mb--110 { margin-bottom: 110px !important; }

.mr--110 { margin-right: 110px !important; }

.ml--110 { margin-left: 110px !important; }

.ptb--115 { padding: 115px 0 !important; }

.plr--115 { padding: 0 115px !important; }

.pt--115 { padding-top: 115px !important; }

.pb--115 { padding-bottom: 115px !important; }

.pl--115 { padding-left: 115px !important; }

.pr--115 { padding-right: 115px !important; }

.mt--115 { margin-top: 115px !important; }

.mb--115 { margin-bottom: 115px !important; }

.mr--115 { margin-right: 115px !important; }

.ml--115 { margin-left: 115px !important; }

.ptb--120 { padding: 120px 0 !important; }

.plr--120 { padding: 0 120px !important; }

.pt--120 { padding-top: 120px !important; }

.pb--120 { padding-bottom: 120px !important; }

.pl--120 { padding-left: 120px !important; }

.pr--120 { padding-right: 120px !important; }

.mt--120 { margin-top: 120px !important; }

.mb--120 { margin-bottom: 120px !important; }

.mr--120 { margin-right: 120px !important; }

.ml--120 { margin-left: 120px !important; }

.ptb--125 { padding: 125px 0 !important; }

.plr--125 { padding: 0 125px !important; }

.pt--125 { padding-top: 125px !important; }

.pb--125 { padding-bottom: 125px !important; }

.pl--125 { padding-left: 125px !important; }

.pr--125 { padding-right: 125px !important; }

.mt--125 { margin-top: 125px !important; }

.mb--125 { margin-bottom: 125px !important; }

.mr--125 { margin-right: 125px !important; }

.ml--125 { margin-left: 125px !important; }

.ptb--130 { padding: 130px 0 !important; }

.plr--130 { padding: 0 130px !important; }

.pt--130 { padding-top: 130px !important; }

.pb--130 { padding-bottom: 130px !important; }

.pl--130 { padding-left: 130px !important; }

.pr--130 { padding-right: 130px !important; }

.mt--130 { margin-top: 130px !important; }

.mb--130 { margin-bottom: 130px !important; }

.mr--130 { margin-right: 130px !important; }

.ml--130 { margin-left: 130px !important; }

.ptb--135 { padding: 135px 0 !important; }

.plr--135 { padding: 0 135px !important; }

.pt--135 { padding-top: 135px !important; }

.pb--135 { padding-bottom: 135px !important; }

.pl--135 { padding-left: 135px !important; }

.pr--135 { padding-right: 135px !important; }

.mt--135 { margin-top: 135px !important; }

.mb--135 { margin-bottom: 135px !important; }

.mr--135 { margin-right: 135px !important; }

.ml--135 { margin-left: 135px !important; }

.ptb--140 { padding: 140px 0 !important; }

.plr--140 { padding: 0 140px !important; }

.pt--140 { padding-top: 140px !important; }

.pb--140 { padding-bottom: 140px !important; }

.pl--140 { padding-left: 140px !important; }

.pr--140 { padding-right: 140px !important; }

.mt--140 { margin-top: 140px !important; }

.mb--140 { margin-bottom: 140px !important; }

.mr--140 { margin-right: 140px !important; }

.ml--140 { margin-left: 140px !important; }

.ptb--145 { padding: 145px 0 !important; }

.plr--145 { padding: 0 145px !important; }

.pt--145 { padding-top: 145px !important; }

.pb--145 { padding-bottom: 145px !important; }

.pl--145 { padding-left: 145px !important; }

.pr--145 { padding-right: 145px !important; }

.mt--145 { margin-top: 145px !important; }

.mb--145 { margin-bottom: 145px !important; }

.mr--145 { margin-right: 145px !important; }

.ml--145 { margin-left: 145px !important; }

.ptb--150 { padding: 150px 0 !important; }

.plr--150 { padding: 0 150px !important; }

.pt--150 { padding-top: 150px !important; }

.pb--150 { padding-bottom: 150px !important; }

.pl--150 { padding-left: 150px !important; }

.pr--150 { padding-right: 150px !important; }

.mt--150 { margin-top: 150px !important; }

.mb--150 { margin-bottom: 150px !important; }

.mr--150 { margin-right: 150px !important; }

.ml--150 { margin-left: 150px !important; }

.ptb--155 { padding: 155px 0 !important; }

.plr--155 { padding: 0 155px !important; }

.pt--155 { padding-top: 155px !important; }

.pb--155 { padding-bottom: 155px !important; }

.pl--155 { padding-left: 155px !important; }

.pr--155 { padding-right: 155px !important; }

.mt--155 { margin-top: 155px !important; }

.mb--155 { margin-bottom: 155px !important; }

.mr--155 { margin-right: 155px !important; }

.ml--155 { margin-left: 155px !important; }

.ptb--160 { padding: 160px 0 !important; }

.plr--160 { padding: 0 160px !important; }

.pt--160 { padding-top: 160px !important; }

.pb--160 { padding-bottom: 160px !important; }

.pl--160 { padding-left: 160px !important; }

.pr--160 { padding-right: 160px !important; }

.mt--160 { margin-top: 160px !important; }

.mb--160 { margin-bottom: 160px !important; }

.mr--160 { margin-right: 160px !important; }

.ml--160 { margin-left: 160px !important; }

.ptb--165 { padding: 165px 0 !important; }

.plr--165 { padding: 0 165px !important; }

.pt--165 { padding-top: 165px !important; }

.pb--165 { padding-bottom: 165px !important; }

.pl--165 { padding-left: 165px !important; }

.pr--165 { padding-right: 165px !important; }

.mt--165 { margin-top: 165px !important; }

.mb--165 { margin-bottom: 165px !important; }

.mr--165 { margin-right: 165px !important; }

.ml--165 { margin-left: 165px !important; }

.ptb--170 { padding: 170px 0 !important; }

.plr--170 { padding: 0 170px !important; }

.pt--170 { padding-top: 170px !important; }

.pb--170 { padding-bottom: 170px !important; }

.pl--170 { padding-left: 170px !important; }

.pr--170 { padding-right: 170px !important; }

.mt--170 { margin-top: 170px !important; }

.mb--170 { margin-bottom: 170px !important; }

.mr--170 { margin-right: 170px !important; }

.ml--170 { margin-left: 170px !important; }

.ptb--175 { padding: 175px 0 !important; }

.plr--175 { padding: 0 175px !important; }

.pt--175 { padding-top: 175px !important; }

.pb--175 { padding-bottom: 175px !important; }

.pl--175 { padding-left: 175px !important; }

.pr--175 { padding-right: 175px !important; }

.mt--175 { margin-top: 175px !important; }

.mb--175 { margin-bottom: 175px !important; }

.mr--175 { margin-right: 175px !important; }

.ml--175 { margin-left: 175px !important; }

.ptb--180 { padding: 180px 0 !important; }

.plr--180 { padding: 0 180px !important; }

.pt--180 { padding-top: 180px !important; }

.pb--180 { padding-bottom: 180px !important; }

.pl--180 { padding-left: 180px !important; }

.pr--180 { padding-right: 180px !important; }

.mt--180 { margin-top: 180px !important; }

.mb--180 { margin-bottom: 180px !important; }

.mr--180 { margin-right: 180px !important; }

.ml--180 { margin-left: 180px !important; }

.ptb--185 { padding: 185px 0 !important; }

.plr--185 { padding: 0 185px !important; }

.pt--185 { padding-top: 185px !important; }

.pb--185 { padding-bottom: 185px !important; }

.pl--185 { padding-left: 185px !important; }

.pr--185 { padding-right: 185px !important; }

.mt--185 { margin-top: 185px !important; }

.mb--185 { margin-bottom: 185px !important; }

.mr--185 { margin-right: 185px !important; }

.ml--185 { margin-left: 185px !important; }

.ptb--190 { padding: 190px 0 !important; }

.plr--190 { padding: 0 190px !important; }

.pt--190 { padding-top: 190px !important; }

.pb--190 { padding-bottom: 190px !important; }

.pl--190 { padding-left: 190px !important; }

.pr--190 { padding-right: 190px !important; }

.mt--190 { margin-top: 190px !important; }

.mb--190 { margin-bottom: 190px !important; }

.mr--190 { margin-right: 190px !important; }

.ml--190 { margin-left: 190px !important; }

.ptb--195 { padding: 195px 0 !important; }

.plr--195 { padding: 0 195px !important; }

.pt--195 { padding-top: 195px !important; }

.pb--195 { padding-bottom: 195px !important; }

.pl--195 { padding-left: 195px !important; }

.pr--195 { padding-right: 195px !important; }

.mt--195 { margin-top: 195px !important; }

.mb--195 { margin-bottom: 195px !important; }

.mr--195 { margin-right: 195px !important; }

.ml--195 { margin-left: 195px !important; }

.ptb--200 { padding: 200px 0 !important; }

.plr--200 { padding: 0 200px !important; }

.pt--200 { padding-top: 200px !important; }

.pb--200 { padding-bottom: 200px !important; }

.pl--200 { padding-left: 200px !important; }

.pr--200 { padding-right: 200px !important; }

.mt--200 { margin-top: 200px !important; }

.mb--200 { margin-bottom: 200px !important; }

.mr--200 { margin-right: 200px !important; }

.ml--200 { margin-left: 200px !important; }

@media only screen and (min-width: 1200px) and (max-width: 1599px) { .ptb_lp--5 { padding: 5px 0; }
  .plr_lp--5 { padding: 0 5px; }
  .pt_lp--5 { padding-top: 5px; }
  .pb_lp--5 { padding-bottom: 5px; }
  .pl_lp--5 { padding-left: 5px; }
  .pr_lp--5 { padding-right: 5px; }
  .mt_lp--5 { margin-top: 5px; }
  .mb_lp--5 { margin-bottom: 5px; }
  .ptb_lp--10 { padding: 10px 0; }
  .plr_lp--10 { padding: 0 10px; }
  .pt_lp--10 { padding-top: 10px; }
  .pb_lp--10 { padding-bottom: 10px; }
  .pl_lp--10 { padding-left: 10px; }
  .pr_lp--10 { padding-right: 10px; }
  .mt_lp--10 { margin-top: 10px; }
  .mb_lp--10 { margin-bottom: 10px; }
  .ptb_lp--15 { padding: 15px 0; }
  .plr_lp--15 { padding: 0 15px; }
  .pt_lp--15 { padding-top: 15px; }
  .pb_lp--15 { padding-bottom: 15px; }
  .pl_lp--15 { padding-left: 15px; }
  .pr_lp--15 { padding-right: 15px; }
  .mt_lp--15 { margin-top: 15px; }
  .mb_lp--15 { margin-bottom: 15px; }
  .ptb_lp--20 { padding: 20px 0; }
  .plr_lp--20 { padding: 0 20px; }
  .pt_lp--20 { padding-top: 20px; }
  .pb_lp--20 { padding-bottom: 20px; }
  .pl_lp--20 { padding-left: 20px; }
  .pr_lp--20 { padding-right: 20px; }
  .mt_lp--20 { margin-top: 20px; }
  .mb_lp--20 { margin-bottom: 20px; }
  .ptb_lp--25 { padding: 25px 0; }
  .plr_lp--25 { padding: 0 25px; }
  .pt_lp--25 { padding-top: 25px; }
  .pb_lp--25 { padding-bottom: 25px; }
  .pl_lp--25 { padding-left: 25px; }
  .pr_lp--25 { padding-right: 25px; }
  .mt_lp--25 { margin-top: 25px; }
  .mb_lp--25 { margin-bottom: 25px; }
  .ptb_lp--30 { padding: 30px 0; }
  .plr_lp--30 { padding: 0 30px; }
  .pt_lp--30 { padding-top: 30px; }
  .pb_lp--30 { padding-bottom: 30px; }
  .pl_lp--30 { padding-left: 30px; }
  .pr_lp--30 { padding-right: 30px; }
  .mt_lp--30 { margin-top: 30px; }
  .mb_lp--30 { margin-bottom: 30px; }
  .ptb_lp--35 { padding: 35px 0; }
  .plr_lp--35 { padding: 0 35px; }
  .pt_lp--35 { padding-top: 35px; }
  .pb_lp--35 { padding-bottom: 35px; }
  .pl_lp--35 { padding-left: 35px; }
  .pr_lp--35 { padding-right: 35px; }
  .mt_lp--35 { margin-top: 35px; }
  .mb_lp--35 { margin-bottom: 35px; }
  .ptb_lp--40 { padding: 40px 0; }
  .plr_lp--40 { padding: 0 40px; }
  .pt_lp--40 { padding-top: 40px; }
  .pb_lp--40 { padding-bottom: 40px; }
  .pl_lp--40 { padding-left: 40px; }
  .pr_lp--40 { padding-right: 40px; }
  .mt_lp--40 { margin-top: 40px; }
  .mb_lp--40 { margin-bottom: 40px; }
  .ptb_lp--45 { padding: 45px 0; }
  .plr_lp--45 { padding: 0 45px; }
  .pt_lp--45 { padding-top: 45px; }
  .pb_lp--45 { padding-bottom: 45px; }
  .pl_lp--45 { padding-left: 45px; }
  .pr_lp--45 { padding-right: 45px; }
  .mt_lp--45 { margin-top: 45px; }
  .mb_lp--45 { margin-bottom: 45px; }
  .ptb_lp--50 { padding: 50px 0; }
  .plr_lp--50 { padding: 0 50px; }
  .pt_lp--50 { padding-top: 50px; }
  .pb_lp--50 { padding-bottom: 50px; }
  .pl_lp--50 { padding-left: 50px; }
  .pr_lp--50 { padding-right: 50px; }
  .mt_lp--50 { margin-top: 50px; }
  .mb_lp--50 { margin-bottom: 50px; }
  .ptb_lp--55 { padding: 55px 0; }
  .plr_lp--55 { padding: 0 55px; }
  .pt_lp--55 { padding-top: 55px; }
  .pb_lp--55 { padding-bottom: 55px; }
  .pl_lp--55 { padding-left: 55px; }
  .pr_lp--55 { padding-right: 55px; }
  .mt_lp--55 { margin-top: 55px; }
  .mb_lp--55 { margin-bottom: 55px; }
  .ptb_lp--60 { padding: 60px 0; }
  .plr_lp--60 { padding: 0 60px; }
  .pt_lp--60 { padding-top: 60px; }
  .pb_lp--60 { padding-bottom: 60px; }
  .pl_lp--60 { padding-left: 60px; }
  .pr_lp--60 { padding-right: 60px; }
  .mt_lp--60 { margin-top: 60px; }
  .mb_lp--60 { margin-bottom: 60px; }
  .ptb_lp--65 { padding: 65px 0; }
  .plr_lp--65 { padding: 0 65px; }
  .pt_lp--65 { padding-top: 65px; }
  .pb_lp--65 { padding-bottom: 65px; }
  .pl_lp--65 { padding-left: 65px; }
  .pr_lp--65 { padding-right: 65px; }
  .mt_lp--65 { margin-top: 65px; }
  .mb_lp--65 { margin-bottom: 65px; }
  .ptb_lp--70 { padding: 70px 0; }
  .plr_lp--70 { padding: 0 70px; }
  .pt_lp--70 { padding-top: 70px; }
  .pb_lp--70 { padding-bottom: 70px; }
  .pl_lp--70 { padding-left: 70px; }
  .pr_lp--70 { padding-right: 70px; }
  .mt_lp--70 { margin-top: 70px; }
  .mb_lp--70 { margin-bottom: 70px; }
  .ptb_lp--75 { padding: 75px 0; }
  .plr_lp--75 { padding: 0 75px; }
  .pt_lp--75 { padding-top: 75px; }
  .pb_lp--75 { padding-bottom: 75px; }
  .pl_lp--75 { padding-left: 75px; }
  .pr_lp--75 { padding-right: 75px; }
  .mt_lp--75 { margin-top: 75px; }
  .mb_lp--75 { margin-bottom: 75px; }
  .ptb_lp--80 { padding: 80px 0; }
  .plr_lp--80 { padding: 0 80px; }
  .pt_lp--80 { padding-top: 80px; }
  .pb_lp--80 { padding-bottom: 80px; }
  .pl_lp--80 { padding-left: 80px; }
  .pr_lp--80 { padding-right: 80px; }
  .mt_lp--80 { margin-top: 80px; }
  .mb_lp--80 { margin-bottom: 80px; }
  .ptb_lp--85 { padding: 85px 0; }
  .plr_lp--85 { padding: 0 85px; }
  .pt_lp--85 { padding-top: 85px; }
  .pb_lp--85 { padding-bottom: 85px; }
  .pl_lp--85 { padding-left: 85px; }
  .pr_lp--85 { padding-right: 85px; }
  .mt_lp--85 { margin-top: 85px; }
  .mb_lp--85 { margin-bottom: 85px; }
  .ptb_lp--90 { padding: 90px 0; }
  .plr_lp--90 { padding: 0 90px; }
  .pt_lp--90 { padding-top: 90px; }
  .pb_lp--90 { padding-bottom: 90px; }
  .pl_lp--90 { padding-left: 90px; }
  .pr_lp--90 { padding-right: 90px; }
  .mt_lp--90 { margin-top: 90px; }
  .mb_lp--90 { margin-bottom: 90px; }
  .ptb_lp--95 { padding: 95px 0; }
  .plr_lp--95 { padding: 0 95px; }
  .pt_lp--95 { padding-top: 95px; }
  .pb_lp--95 { padding-bottom: 95px; }
  .pl_lp--95 { padding-left: 95px; }
  .pr_lp--95 { padding-right: 95px; }
  .mt_lp--95 { margin-top: 95px; }
  .mb_lp--95 { margin-bottom: 95px; }
  .ptb_lp--100 { padding: 100px 0; }
  .plr_lp--100 { padding: 0 100px; }
  .pt_lp--100 { padding-top: 100px; }
  .pb_lp--100 { padding-bottom: 100px; }
  .pl_lp--100 { padding-left: 100px; }
  .pr_lp--100 { padding-right: 100px; }
  .mt_lp--100 { margin-top: 100px; }
  .mb_lp--100 { margin-bottom: 100px; }
  .ptb_lp--105 { padding: 105px 0; }
  .plr_lp--105 { padding: 0 105px; }
  .pt_lp--105 { padding-top: 105px; }
  .pb_lp--105 { padding-bottom: 105px; }
  .pl_lp--105 { padding-left: 105px; }
  .pr_lp--105 { padding-right: 105px; }
  .mt_lp--105 { margin-top: 105px; }
  .mb_lp--105 { margin-bottom: 105px; }
  .ptb_lp--110 { padding: 110px 0; }
  .plr_lp--110 { padding: 0 110px; }
  .pt_lp--110 { padding-top: 110px; }
  .pb_lp--110 { padding-bottom: 110px; }
  .pl_lp--110 { padding-left: 110px; }
  .pr_lp--110 { padding-right: 110px; }
  .mt_lp--110 { margin-top: 110px; }
  .mb_lp--110 { margin-bottom: 110px; }
  .ptb_lp--115 { padding: 115px 0; }
  .plr_lp--115 { padding: 0 115px; }
  .pt_lp--115 { padding-top: 115px; }
  .pb_lp--115 { padding-bottom: 115px; }
  .pl_lp--115 { padding-left: 115px; }
  .pr_lp--115 { padding-right: 115px; }
  .mt_lp--115 { margin-top: 115px; }
  .mb_lp--115 { margin-bottom: 115px; }
  .ptb_lp--120 { padding: 120px 0; }
  .plr_lp--120 { padding: 0 120px; }
  .pt_lp--120 { padding-top: 120px; }
  .pb_lp--120 { padding-bottom: 120px; }
  .pl_lp--120 { padding-left: 120px; }
  .pr_lp--120 { padding-right: 120px; }
  .mt_lp--120 { margin-top: 120px; }
  .mb_lp--120 { margin-bottom: 120px; }
  .ptb_lp--125 { padding: 125px 0; }
  .plr_lp--125 { padding: 0 125px; }
  .pt_lp--125 { padding-top: 125px; }
  .pb_lp--125 { padding-bottom: 125px; }
  .pl_lp--125 { padding-left: 125px; }
  .pr_lp--125 { padding-right: 125px; }
  .mt_lp--125 { margin-top: 125px; }
  .mb_lp--125 { margin-bottom: 125px; }
  .ptb_lp--130 { padding: 130px 0; }
  .plr_lp--130 { padding: 0 130px; }
  .pt_lp--130 { padding-top: 130px; }
  .pb_lp--130 { padding-bottom: 130px; }
  .pl_lp--130 { padding-left: 130px; }
  .pr_lp--130 { padding-right: 130px; }
  .mt_lp--130 { margin-top: 130px; }
  .mb_lp--130 { margin-bottom: 130px; }
  .ptb_lp--135 { padding: 135px 0; }
  .plr_lp--135 { padding: 0 135px; }
  .pt_lp--135 { padding-top: 135px; }
  .pb_lp--135 { padding-bottom: 135px; }
  .pl_lp--135 { padding-left: 135px; }
  .pr_lp--135 { padding-right: 135px; }
  .mt_lp--135 { margin-top: 135px; }
  .mb_lp--135 { margin-bottom: 135px; }
  .ptb_lp--140 { padding: 140px 0; }
  .plr_lp--140 { padding: 0 140px; }
  .pt_lp--140 { padding-top: 140px; }
  .pb_lp--140 { padding-bottom: 140px; }
  .pl_lp--140 { padding-left: 140px; }
  .pr_lp--140 { padding-right: 140px; }
  .mt_lp--140 { margin-top: 140px; }
  .mb_lp--140 { margin-bottom: 140px; }
  .ptb_lp--145 { padding: 145px 0; }
  .plr_lp--145 { padding: 0 145px; }
  .pt_lp--145 { padding-top: 145px; }
  .pb_lp--145 { padding-bottom: 145px; }
  .pl_lp--145 { padding-left: 145px; }
  .pr_lp--145 { padding-right: 145px; }
  .mt_lp--145 { margin-top: 145px; }
  .mb_lp--145 { margin-bottom: 145px; }
  .ptb_lp--150 { padding: 150px 0; }
  .plr_lp--150 { padding: 0 150px; }
  .pt_lp--150 { padding-top: 150px; }
  .pb_lp--150 { padding-bottom: 150px; }
  .pl_lp--150 { padding-left: 150px; }
  .pr_lp--150 { padding-right: 150px; }
  .mt_lp--150 { margin-top: 150px; }
  .mb_lp--150 { margin-bottom: 150px; }
  .ptb_lp--155 { padding: 155px 0; }
  .plr_lp--155 { padding: 0 155px; }
  .pt_lp--155 { padding-top: 155px; }
  .pb_lp--155 { padding-bottom: 155px; }
  .pl_lp--155 { padding-left: 155px; }
  .pr_lp--155 { padding-right: 155px; }
  .mt_lp--155 { margin-top: 155px; }
  .mb_lp--155 { margin-bottom: 155px; }
  .ptb_lp--160 { padding: 160px 0; }
  .plr_lp--160 { padding: 0 160px; }
  .pt_lp--160 { padding-top: 160px; }
  .pb_lp--160 { padding-bottom: 160px; }
  .pl_lp--160 { padding-left: 160px; }
  .pr_lp--160 { padding-right: 160px; }
  .mt_lp--160 { margin-top: 160px; }
  .mb_lp--160 { margin-bottom: 160px; }
  .ptb_lp--165 { padding: 165px 0; }
  .plr_lp--165 { padding: 0 165px; }
  .pt_lp--165 { padding-top: 165px; }
  .pb_lp--165 { padding-bottom: 165px; }
  .pl_lp--165 { padding-left: 165px; }
  .pr_lp--165 { padding-right: 165px; }
  .mt_lp--165 { margin-top: 165px; }
  .mb_lp--165 { margin-bottom: 165px; }
  .ptb_lp--170 { padding: 170px 0; }
  .plr_lp--170 { padding: 0 170px; }
  .pt_lp--170 { padding-top: 170px; }
  .pb_lp--170 { padding-bottom: 170px; }
  .pl_lp--170 { padding-left: 170px; }
  .pr_lp--170 { padding-right: 170px; }
  .mt_lp--170 { margin-top: 170px; }
  .mb_lp--170 { margin-bottom: 170px; }
  .ptb_lp--175 { padding: 175px 0; }
  .plr_lp--175 { padding: 0 175px; }
  .pt_lp--175 { padding-top: 175px; }
  .pb_lp--175 { padding-bottom: 175px; }
  .pl_lp--175 { padding-left: 175px; }
  .pr_lp--175 { padding-right: 175px; }
  .mt_lp--175 { margin-top: 175px; }
  .mb_lp--175 { margin-bottom: 175px; }
  .ptb_lp--180 { padding: 180px 0; }
  .plr_lp--180 { padding: 0 180px; }
  .pt_lp--180 { padding-top: 180px; }
  .pb_lp--180 { padding-bottom: 180px; }
  .pl_lp--180 { padding-left: 180px; }
  .pr_lp--180 { padding-right: 180px; }
  .mt_lp--180 { margin-top: 180px; }
  .mb_lp--180 { margin-bottom: 180px; }
  .ptb_lp--185 { padding: 185px 0; }
  .plr_lp--185 { padding: 0 185px; }
  .pt_lp--185 { padding-top: 185px; }
  .pb_lp--185 { padding-bottom: 185px; }
  .pl_lp--185 { padding-left: 185px; }
  .pr_lp--185 { padding-right: 185px; }
  .mt_lp--185 { margin-top: 185px; }
  .mb_lp--185 { margin-bottom: 185px; }
  .ptb_lp--190 { padding: 190px 0; }
  .plr_lp--190 { padding: 0 190px; }
  .pt_lp--190 { padding-top: 190px; }
  .pb_lp--190 { padding-bottom: 190px; }
  .pl_lp--190 { padding-left: 190px; }
  .pr_lp--190 { padding-right: 190px; }
  .mt_lp--190 { margin-top: 190px; }
  .mb_lp--190 { margin-bottom: 190px; }
  .ptb_lp--195 { padding: 195px 0; }
  .plr_lp--195 { padding: 0 195px; }
  .pt_lp--195 { padding-top: 195px; }
  .pb_lp--195 { padding-bottom: 195px; }
  .pl_lp--195 { padding-left: 195px; }
  .pr_lp--195 { padding-right: 195px; }
  .mt_lp--195 { margin-top: 195px; }
  .mb_lp--195 { margin-bottom: 195px; }
  .ptb_lp--200 { padding: 200px 0; }
  .plr_lp--200 { padding: 0 200px; }
  .pt_lp--200 { padding-top: 200px; }
  .pb_lp--200 { padding-bottom: 200px; }
  .pl_lp--200 { padding-left: 200px; }
  .pr_lp--200 { padding-right: 200px; }
  .mt_lp--200 { margin-top: 200px; }
  .mb_lp--200 { margin-bottom: 200px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) { .ptb_lg--5 { padding: 5px 0 !important; }
  .plr_lg--5 { padding: 0 5px !important; }
  .pt_lg--5 { padding-top: 5px !important; }
  .pb_lg--5 { padding-bottom: 5px !important; }
  .pl_lg--5 { padding-left: 5px !important; }
  .pr_lg--5 { padding-right: 5px !important; }
  .mt_lg--5 { margin-top: 5px !important; }
  .mb_lg--5 { margin-bottom: 5px !important; }
  .ml_lg--5 { margin-left: 5px !important; }
  .ptb_lg--10 { padding: 10px 0 !important; }
  .plr_lg--10 { padding: 0 10px !important; }
  .pt_lg--10 { padding-top: 10px !important; }
  .pb_lg--10 { padding-bottom: 10px !important; }
  .pl_lg--10 { padding-left: 10px !important; }
  .pr_lg--10 { padding-right: 10px !important; }
  .mt_lg--10 { margin-top: 10px !important; }
  .mb_lg--10 { margin-bottom: 10px !important; }
  .ml_lg--10 { margin-left: 10px !important; }
  .ptb_lg--15 { padding: 15px 0 !important; }
  .plr_lg--15 { padding: 0 15px !important; }
  .pt_lg--15 { padding-top: 15px !important; }
  .pb_lg--15 { padding-bottom: 15px !important; }
  .pl_lg--15 { padding-left: 15px !important; }
  .pr_lg--15 { padding-right: 15px !important; }
  .mt_lg--15 { margin-top: 15px !important; }
  .mb_lg--15 { margin-bottom: 15px !important; }
  .ml_lg--15 { margin-left: 15px !important; }
  .ptb_lg--20 { padding: 20px 0 !important; }
  .plr_lg--20 { padding: 0 20px !important; }
  .pt_lg--20 { padding-top: 20px !important; }
  .pb_lg--20 { padding-bottom: 20px !important; }
  .pl_lg--20 { padding-left: 20px !important; }
  .pr_lg--20 { padding-right: 20px !important; }
  .mt_lg--20 { margin-top: 20px !important; }
  .mb_lg--20 { margin-bottom: 20px !important; }
  .ml_lg--20 { margin-left: 20px !important; }
  .ptb_lg--25 { padding: 25px 0 !important; }
  .plr_lg--25 { padding: 0 25px !important; }
  .pt_lg--25 { padding-top: 25px !important; }
  .pb_lg--25 { padding-bottom: 25px !important; }
  .pl_lg--25 { padding-left: 25px !important; }
  .pr_lg--25 { padding-right: 25px !important; }
  .mt_lg--25 { margin-top: 25px !important; }
  .mb_lg--25 { margin-bottom: 25px !important; }
  .ml_lg--25 { margin-left: 25px !important; }
  .ptb_lg--30 { padding: 30px 0 !important; }
  .plr_lg--30 { padding: 0 30px !important; }
  .pt_lg--30 { padding-top: 30px !important; }
  .pb_lg--30 { padding-bottom: 30px !important; }
  .pl_lg--30 { padding-left: 30px !important; }
  .pr_lg--30 { padding-right: 30px !important; }
  .mt_lg--30 { margin-top: 30px !important; }
  .mb_lg--30 { margin-bottom: 30px !important; }
  .ml_lg--30 { margin-left: 30px !important; }
  .ptb_lg--35 { padding: 35px 0 !important; }
  .plr_lg--35 { padding: 0 35px !important; }
  .pt_lg--35 { padding-top: 35px !important; }
  .pb_lg--35 { padding-bottom: 35px !important; }
  .pl_lg--35 { padding-left: 35px !important; }
  .pr_lg--35 { padding-right: 35px !important; }
  .mt_lg--35 { margin-top: 35px !important; }
  .mb_lg--35 { margin-bottom: 35px !important; }
  .ml_lg--35 { margin-left: 35px !important; }
  .ptb_lg--40 { padding: 40px 0 !important; }
  .plr_lg--40 { padding: 0 40px !important; }
  .pt_lg--40 { padding-top: 40px !important; }
  .pb_lg--40 { padding-bottom: 40px !important; }
  .pl_lg--40 { padding-left: 40px !important; }
  .pr_lg--40 { padding-right: 40px !important; }
  .mt_lg--40 { margin-top: 40px !important; }
  .mb_lg--40 { margin-bottom: 40px !important; }
  .ml_lg--40 { margin-left: 40px !important; }
  .ptb_lg--45 { padding: 45px 0 !important; }
  .plr_lg--45 { padding: 0 45px !important; }
  .pt_lg--45 { padding-top: 45px !important; }
  .pb_lg--45 { padding-bottom: 45px !important; }
  .pl_lg--45 { padding-left: 45px !important; }
  .pr_lg--45 { padding-right: 45px !important; }
  .mt_lg--45 { margin-top: 45px !important; }
  .mb_lg--45 { margin-bottom: 45px !important; }
  .ml_lg--45 { margin-left: 45px !important; }
  .ptb_lg--50 { padding: 50px 0 !important; }
  .plr_lg--50 { padding: 0 50px !important; }
  .pt_lg--50 { padding-top: 50px !important; }
  .pb_lg--50 { padding-bottom: 50px !important; }
  .pl_lg--50 { padding-left: 50px !important; }
  .pr_lg--50 { padding-right: 50px !important; }
  .mt_lg--50 { margin-top: 50px !important; }
  .mb_lg--50 { margin-bottom: 50px !important; }
  .ml_lg--50 { margin-left: 50px !important; }
  .ptb_lg--55 { padding: 55px 0 !important; }
  .plr_lg--55 { padding: 0 55px !important; }
  .pt_lg--55 { padding-top: 55px !important; }
  .pb_lg--55 { padding-bottom: 55px !important; }
  .pl_lg--55 { padding-left: 55px !important; }
  .pr_lg--55 { padding-right: 55px !important; }
  .mt_lg--55 { margin-top: 55px !important; }
  .mb_lg--55 { margin-bottom: 55px !important; }
  .ml_lg--55 { margin-left: 55px !important; }
  .ptb_lg--60 { padding: 60px 0 !important; }
  .plr_lg--60 { padding: 0 60px !important; }
  .pt_lg--60 { padding-top: 60px !important; }
  .pb_lg--60 { padding-bottom: 60px !important; }
  .pl_lg--60 { padding-left: 60px !important; }
  .pr_lg--60 { padding-right: 60px !important; }
  .mt_lg--60 { margin-top: 60px !important; }
  .mb_lg--60 { margin-bottom: 60px !important; }
  .ml_lg--60 { margin-left: 60px !important; }
  .ptb_lg--65 { padding: 65px 0 !important; }
  .plr_lg--65 { padding: 0 65px !important; }
  .pt_lg--65 { padding-top: 65px !important; }
  .pb_lg--65 { padding-bottom: 65px !important; }
  .pl_lg--65 { padding-left: 65px !important; }
  .pr_lg--65 { padding-right: 65px !important; }
  .mt_lg--65 { margin-top: 65px !important; }
  .mb_lg--65 { margin-bottom: 65px !important; }
  .ml_lg--65 { margin-left: 65px !important; }
  .ptb_lg--70 { padding: 70px 0 !important; }
  .plr_lg--70 { padding: 0 70px !important; }
  .pt_lg--70 { padding-top: 70px !important; }
  .pb_lg--70 { padding-bottom: 70px !important; }
  .pl_lg--70 { padding-left: 70px !important; }
  .pr_lg--70 { padding-right: 70px !important; }
  .mt_lg--70 { margin-top: 70px !important; }
  .mb_lg--70 { margin-bottom: 70px !important; }
  .ml_lg--70 { margin-left: 70px !important; }
  .ptb_lg--75 { padding: 75px 0 !important; }
  .plr_lg--75 { padding: 0 75px !important; }
  .pt_lg--75 { padding-top: 75px !important; }
  .pb_lg--75 { padding-bottom: 75px !important; }
  .pl_lg--75 { padding-left: 75px !important; }
  .pr_lg--75 { padding-right: 75px !important; }
  .mt_lg--75 { margin-top: 75px !important; }
  .mb_lg--75 { margin-bottom: 75px !important; }
  .ml_lg--75 { margin-left: 75px !important; }
  .ptb_lg--80 { padding: 80px 0 !important; }
  .plr_lg--80 { padding: 0 80px !important; }
  .pt_lg--80 { padding-top: 80px !important; }
  .pb_lg--80 { padding-bottom: 80px !important; }
  .pl_lg--80 { padding-left: 80px !important; }
  .pr_lg--80 { padding-right: 80px !important; }
  .mt_lg--80 { margin-top: 80px !important; }
  .mb_lg--80 { margin-bottom: 80px !important; }
  .ml_lg--80 { margin-left: 80px !important; }
  .ptb_lg--85 { padding: 85px 0 !important; }
  .plr_lg--85 { padding: 0 85px !important; }
  .pt_lg--85 { padding-top: 85px !important; }
  .pb_lg--85 { padding-bottom: 85px !important; }
  .pl_lg--85 { padding-left: 85px !important; }
  .pr_lg--85 { padding-right: 85px !important; }
  .mt_lg--85 { margin-top: 85px !important; }
  .mb_lg--85 { margin-bottom: 85px !important; }
  .ml_lg--85 { margin-left: 85px !important; }
  .ptb_lg--90 { padding: 90px 0 !important; }
  .plr_lg--90 { padding: 0 90px !important; }
  .pt_lg--90 { padding-top: 90px !important; }
  .pb_lg--90 { padding-bottom: 90px !important; }
  .pl_lg--90 { padding-left: 90px !important; }
  .pr_lg--90 { padding-right: 90px !important; }
  .mt_lg--90 { margin-top: 90px !important; }
  .mb_lg--90 { margin-bottom: 90px !important; }
  .ml_lg--90 { margin-left: 90px !important; }
  .ptb_lg--95 { padding: 95px 0 !important; }
  .plr_lg--95 { padding: 0 95px !important; }
  .pt_lg--95 { padding-top: 95px !important; }
  .pb_lg--95 { padding-bottom: 95px !important; }
  .pl_lg--95 { padding-left: 95px !important; }
  .pr_lg--95 { padding-right: 95px !important; }
  .mt_lg--95 { margin-top: 95px !important; }
  .mb_lg--95 { margin-bottom: 95px !important; }
  .ml_lg--95 { margin-left: 95px !important; }
  .ptb_lg--100 { padding: 100px 0 !important; }
  .plr_lg--100 { padding: 0 100px !important; }
  .pt_lg--100 { padding-top: 100px !important; }
  .pb_lg--100 { padding-bottom: 100px !important; }
  .pl_lg--100 { padding-left: 100px !important; }
  .pr_lg--100 { padding-right: 100px !important; }
  .mt_lg--100 { margin-top: 100px !important; }
  .mb_lg--100 { margin-bottom: 100px !important; }
  .ml_lg--100 { margin-left: 100px !important; }
  .ptb_lg--105 { padding: 105px 0 !important; }
  .plr_lg--105 { padding: 0 105px !important; }
  .pt_lg--105 { padding-top: 105px !important; }
  .pb_lg--105 { padding-bottom: 105px !important; }
  .pl_lg--105 { padding-left: 105px !important; }
  .pr_lg--105 { padding-right: 105px !important; }
  .mt_lg--105 { margin-top: 105px !important; }
  .mb_lg--105 { margin-bottom: 105px !important; }
  .ml_lg--105 { margin-left: 105px !important; }
  .ptb_lg--110 { padding: 110px 0 !important; }
  .plr_lg--110 { padding: 0 110px !important; }
  .pt_lg--110 { padding-top: 110px !important; }
  .pb_lg--110 { padding-bottom: 110px !important; }
  .pl_lg--110 { padding-left: 110px !important; }
  .pr_lg--110 { padding-right: 110px !important; }
  .mt_lg--110 { margin-top: 110px !important; }
  .mb_lg--110 { margin-bottom: 110px !important; }
  .ml_lg--110 { margin-left: 110px !important; }
  .ptb_lg--115 { padding: 115px 0 !important; }
  .plr_lg--115 { padding: 0 115px !important; }
  .pt_lg--115 { padding-top: 115px !important; }
  .pb_lg--115 { padding-bottom: 115px !important; }
  .pl_lg--115 { padding-left: 115px !important; }
  .pr_lg--115 { padding-right: 115px !important; }
  .mt_lg--115 { margin-top: 115px !important; }
  .mb_lg--115 { margin-bottom: 115px !important; }
  .ml_lg--115 { margin-left: 115px !important; }
  .ptb_lg--120 { padding: 120px 0 !important; }
  .plr_lg--120 { padding: 0 120px !important; }
  .pt_lg--120 { padding-top: 120px !important; }
  .pb_lg--120 { padding-bottom: 120px !important; }
  .pl_lg--120 { padding-left: 120px !important; }
  .pr_lg--120 { padding-right: 120px !important; }
  .mt_lg--120 { margin-top: 120px !important; }
  .mb_lg--120 { margin-bottom: 120px !important; }
  .ml_lg--120 { margin-left: 120px !important; }
  .ptb_lg--125 { padding: 125px 0 !important; }
  .plr_lg--125 { padding: 0 125px !important; }
  .pt_lg--125 { padding-top: 125px !important; }
  .pb_lg--125 { padding-bottom: 125px !important; }
  .pl_lg--125 { padding-left: 125px !important; }
  .pr_lg--125 { padding-right: 125px !important; }
  .mt_lg--125 { margin-top: 125px !important; }
  .mb_lg--125 { margin-bottom: 125px !important; }
  .ml_lg--125 { margin-left: 125px !important; }
  .ptb_lg--130 { padding: 130px 0 !important; }
  .plr_lg--130 { padding: 0 130px !important; }
  .pt_lg--130 { padding-top: 130px !important; }
  .pb_lg--130 { padding-bottom: 130px !important; }
  .pl_lg--130 { padding-left: 130px !important; }
  .pr_lg--130 { padding-right: 130px !important; }
  .mt_lg--130 { margin-top: 130px !important; }
  .mb_lg--130 { margin-bottom: 130px !important; }
  .ml_lg--130 { margin-left: 130px !important; }
  .ptb_lg--135 { padding: 135px 0 !important; }
  .plr_lg--135 { padding: 0 135px !important; }
  .pt_lg--135 { padding-top: 135px !important; }
  .pb_lg--135 { padding-bottom: 135px !important; }
  .pl_lg--135 { padding-left: 135px !important; }
  .pr_lg--135 { padding-right: 135px !important; }
  .mt_lg--135 { margin-top: 135px !important; }
  .mb_lg--135 { margin-bottom: 135px !important; }
  .ml_lg--135 { margin-left: 135px !important; }
  .ptb_lg--140 { padding: 140px 0 !important; }
  .plr_lg--140 { padding: 0 140px !important; }
  .pt_lg--140 { padding-top: 140px !important; }
  .pb_lg--140 { padding-bottom: 140px !important; }
  .pl_lg--140 { padding-left: 140px !important; }
  .pr_lg--140 { padding-right: 140px !important; }
  .mt_lg--140 { margin-top: 140px !important; }
  .mb_lg--140 { margin-bottom: 140px !important; }
  .ml_lg--140 { margin-left: 140px !important; }
  .ptb_lg--145 { padding: 145px 0 !important; }
  .plr_lg--145 { padding: 0 145px !important; }
  .pt_lg--145 { padding-top: 145px !important; }
  .pb_lg--145 { padding-bottom: 145px !important; }
  .pl_lg--145 { padding-left: 145px !important; }
  .pr_lg--145 { padding-right: 145px !important; }
  .mt_lg--145 { margin-top: 145px !important; }
  .mb_lg--145 { margin-bottom: 145px !important; }
  .ml_lg--145 { margin-left: 145px !important; }
  .ptb_lg--150 { padding: 150px 0 !important; }
  .plr_lg--150 { padding: 0 150px !important; }
  .pt_lg--150 { padding-top: 150px !important; }
  .pb_lg--150 { padding-bottom: 150px !important; }
  .pl_lg--150 { padding-left: 150px !important; }
  .pr_lg--150 { padding-right: 150px !important; }
  .mt_lg--150 { margin-top: 150px !important; }
  .mb_lg--150 { margin-bottom: 150px !important; }
  .ml_lg--150 { margin-left: 150px !important; }
  .ptb_lg--155 { padding: 155px 0 !important; }
  .plr_lg--155 { padding: 0 155px !important; }
  .pt_lg--155 { padding-top: 155px !important; }
  .pb_lg--155 { padding-bottom: 155px !important; }
  .pl_lg--155 { padding-left: 155px !important; }
  .pr_lg--155 { padding-right: 155px !important; }
  .mt_lg--155 { margin-top: 155px !important; }
  .mb_lg--155 { margin-bottom: 155px !important; }
  .ml_lg--155 { margin-left: 155px !important; }
  .ptb_lg--160 { padding: 160px 0 !important; }
  .plr_lg--160 { padding: 0 160px !important; }
  .pt_lg--160 { padding-top: 160px !important; }
  .pb_lg--160 { padding-bottom: 160px !important; }
  .pl_lg--160 { padding-left: 160px !important; }
  .pr_lg--160 { padding-right: 160px !important; }
  .mt_lg--160 { margin-top: 160px !important; }
  .mb_lg--160 { margin-bottom: 160px !important; }
  .ml_lg--160 { margin-left: 160px !important; }
  .ptb_lg--165 { padding: 165px 0 !important; }
  .plr_lg--165 { padding: 0 165px !important; }
  .pt_lg--165 { padding-top: 165px !important; }
  .pb_lg--165 { padding-bottom: 165px !important; }
  .pl_lg--165 { padding-left: 165px !important; }
  .pr_lg--165 { padding-right: 165px !important; }
  .mt_lg--165 { margin-top: 165px !important; }
  .mb_lg--165 { margin-bottom: 165px !important; }
  .ml_lg--165 { margin-left: 165px !important; }
  .ptb_lg--170 { padding: 170px 0 !important; }
  .plr_lg--170 { padding: 0 170px !important; }
  .pt_lg--170 { padding-top: 170px !important; }
  .pb_lg--170 { padding-bottom: 170px !important; }
  .pl_lg--170 { padding-left: 170px !important; }
  .pr_lg--170 { padding-right: 170px !important; }
  .mt_lg--170 { margin-top: 170px !important; }
  .mb_lg--170 { margin-bottom: 170px !important; }
  .ml_lg--170 { margin-left: 170px !important; }
  .ptb_lg--175 { padding: 175px 0 !important; }
  .plr_lg--175 { padding: 0 175px !important; }
  .pt_lg--175 { padding-top: 175px !important; }
  .pb_lg--175 { padding-bottom: 175px !important; }
  .pl_lg--175 { padding-left: 175px !important; }
  .pr_lg--175 { padding-right: 175px !important; }
  .mt_lg--175 { margin-top: 175px !important; }
  .mb_lg--175 { margin-bottom: 175px !important; }
  .ml_lg--175 { margin-left: 175px !important; }
  .ptb_lg--180 { padding: 180px 0 !important; }
  .plr_lg--180 { padding: 0 180px !important; }
  .pt_lg--180 { padding-top: 180px !important; }
  .pb_lg--180 { padding-bottom: 180px !important; }
  .pl_lg--180 { padding-left: 180px !important; }
  .pr_lg--180 { padding-right: 180px !important; }
  .mt_lg--180 { margin-top: 180px !important; }
  .mb_lg--180 { margin-bottom: 180px !important; }
  .ml_lg--180 { margin-left: 180px !important; }
  .ptb_lg--185 { padding: 185px 0 !important; }
  .plr_lg--185 { padding: 0 185px !important; }
  .pt_lg--185 { padding-top: 185px !important; }
  .pb_lg--185 { padding-bottom: 185px !important; }
  .pl_lg--185 { padding-left: 185px !important; }
  .pr_lg--185 { padding-right: 185px !important; }
  .mt_lg--185 { margin-top: 185px !important; }
  .mb_lg--185 { margin-bottom: 185px !important; }
  .ml_lg--185 { margin-left: 185px !important; }
  .ptb_lg--190 { padding: 190px 0 !important; }
  .plr_lg--190 { padding: 0 190px !important; }
  .pt_lg--190 { padding-top: 190px !important; }
  .pb_lg--190 { padding-bottom: 190px !important; }
  .pl_lg--190 { padding-left: 190px !important; }
  .pr_lg--190 { padding-right: 190px !important; }
  .mt_lg--190 { margin-top: 190px !important; }
  .mb_lg--190 { margin-bottom: 190px !important; }
  .ml_lg--190 { margin-left: 190px !important; }
  .ptb_lg--195 { padding: 195px 0 !important; }
  .plr_lg--195 { padding: 0 195px !important; }
  .pt_lg--195 { padding-top: 195px !important; }
  .pb_lg--195 { padding-bottom: 195px !important; }
  .pl_lg--195 { padding-left: 195px !important; }
  .pr_lg--195 { padding-right: 195px !important; }
  .mt_lg--195 { margin-top: 195px !important; }
  .mb_lg--195 { margin-bottom: 195px !important; }
  .ml_lg--195 { margin-left: 195px !important; }
  .ptb_lg--200 { padding: 200px 0 !important; }
  .plr_lg--200 { padding: 0 200px !important; }
  .pt_lg--200 { padding-top: 200px !important; }
  .pb_lg--200 { padding-bottom: 200px !important; }
  .pl_lg--200 { padding-left: 200px !important; }
  .pr_lg--200 { padding-right: 200px !important; }
  .mt_lg--200 { margin-top: 200px !important; }
  .mb_lg--200 { margin-bottom: 200px !important; }
  .ml_lg--200 { margin-left: 200px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .ptb_md--0 { padding: 0 !important; }
  .pl_md--0 { padding-left: 0 !important; }
  .pr_md--0 { padding-right: 0 !important; }
  .pt_md--0 { padding-top: 0 !important; }
  .pb_md--0 { padding-bottom: 0 !important; }
  .mr_md--0 { margin-right: 0 !important; }
  .ml_md--0 { margin-left: 0 !important; }
  .mt_md--0 { margin-top: 0 !important; }
  .mb_md--0 { margin-bottom: 0 !important; }
  .ptb_md--250 { padding: 250px 0 !important; }
  .ptb_md--5 { padding: 5px 0 !important; }
  .plr_md--5 { padding: 0 5px !important; }
  .pt_md--5 { padding-top: 5px !important; }
  .pb_md--5 { padding-bottom: 5px !important; }
  .pl_md--5 { padding-left: 5px !important; }
  .pr_md--5 { padding-right: 5px !important; }
  .mt_md--5 { margin-top: 5px !important; }
  .mb_md--5 { margin-bottom: 5px !important; }
  .ptb_md--10 { padding: 10px 0 !important; }
  .plr_md--10 { padding: 0 10px !important; }
  .pt_md--10 { padding-top: 10px !important; }
  .pb_md--10 { padding-bottom: 10px !important; }
  .pl_md--10 { padding-left: 10px !important; }
  .pr_md--10 { padding-right: 10px !important; }
  .mt_md--10 { margin-top: 10px !important; }
  .mb_md--10 { margin-bottom: 10px !important; }
  .ptb_md--15 { padding: 15px 0 !important; }
  .plr_md--15 { padding: 0 15px !important; }
  .pt_md--15 { padding-top: 15px !important; }
  .pb_md--15 { padding-bottom: 15px !important; }
  .pl_md--15 { padding-left: 15px !important; }
  .pr_md--15 { padding-right: 15px !important; }
  .mt_md--15 { margin-top: 15px !important; }
  .mb_md--15 { margin-bottom: 15px !important; }
  .ptb_md--20 { padding: 20px 0 !important; }
  .plr_md--20 { padding: 0 20px !important; }
  .pt_md--20 { padding-top: 20px !important; }
  .pb_md--20 { padding-bottom: 20px !important; }
  .pl_md--20 { padding-left: 20px !important; }
  .pr_md--20 { padding-right: 20px !important; }
  .mt_md--20 { margin-top: 20px !important; }
  .mb_md--20 { margin-bottom: 20px !important; }
  .ptb_md--25 { padding: 25px 0 !important; }
  .plr_md--25 { padding: 0 25px !important; }
  .pt_md--25 { padding-top: 25px !important; }
  .pb_md--25 { padding-bottom: 25px !important; }
  .pl_md--25 { padding-left: 25px !important; }
  .pr_md--25 { padding-right: 25px !important; }
  .mt_md--25 { margin-top: 25px !important; }
  .mb_md--25 { margin-bottom: 25px !important; }
  .ptb_md--30 { padding: 30px 0 !important; }
  .plr_md--30 { padding: 0 30px !important; }
  .pt_md--30 { padding-top: 30px !important; }
  .pb_md--30 { padding-bottom: 30px !important; }
  .pl_md--30 { padding-left: 30px !important; }
  .pr_md--30 { padding-right: 30px !important; }
  .mt_md--30 { margin-top: 30px !important; }
  .mb_md--30 { margin-bottom: 30px !important; }
  .ptb_md--35 { padding: 35px 0 !important; }
  .plr_md--35 { padding: 0 35px !important; }
  .pt_md--35 { padding-top: 35px !important; }
  .pb_md--35 { padding-bottom: 35px !important; }
  .pl_md--35 { padding-left: 35px !important; }
  .pr_md--35 { padding-right: 35px !important; }
  .mt_md--35 { margin-top: 35px !important; }
  .mb_md--35 { margin-bottom: 35px !important; }
  .ptb_md--40 { padding: 40px 0 !important; }
  .plr_md--40 { padding: 0 40px !important; }
  .pt_md--40 { padding-top: 40px !important; }
  .pb_md--40 { padding-bottom: 40px !important; }
  .pl_md--40 { padding-left: 40px !important; }
  .pr_md--40 { padding-right: 40px !important; }
  .mt_md--40 { margin-top: 40px !important; }
  .mb_md--40 { margin-bottom: 40px !important; }
  .ptb_md--45 { padding: 45px 0 !important; }
  .plr_md--45 { padding: 0 45px !important; }
  .pt_md--45 { padding-top: 45px !important; }
  .pb_md--45 { padding-bottom: 45px !important; }
  .pl_md--45 { padding-left: 45px !important; }
  .pr_md--45 { padding-right: 45px !important; }
  .mt_md--45 { margin-top: 45px !important; }
  .mb_md--45 { margin-bottom: 45px !important; }
  .ptb_md--50 { padding: 50px 0 !important; }
  .plr_md--50 { padding: 0 50px !important; }
  .pt_md--50 { padding-top: 50px !important; }
  .pb_md--50 { padding-bottom: 50px !important; }
  .pl_md--50 { padding-left: 50px !important; }
  .pr_md--50 { padding-right: 50px !important; }
  .mt_md--50 { margin-top: 50px !important; }
  .mb_md--50 { margin-bottom: 50px !important; }
  .ptb_md--55 { padding: 55px 0 !important; }
  .plr_md--55 { padding: 0 55px !important; }
  .pt_md--55 { padding-top: 55px !important; }
  .pb_md--55 { padding-bottom: 55px !important; }
  .pl_md--55 { padding-left: 55px !important; }
  .pr_md--55 { padding-right: 55px !important; }
  .mt_md--55 { margin-top: 55px !important; }
  .mb_md--55 { margin-bottom: 55px !important; }
  .ptb_md--60 { padding: 60px 0 !important; }
  .plr_md--60 { padding: 0 60px !important; }
  .pt_md--60 { padding-top: 60px !important; }
  .pb_md--60 { padding-bottom: 60px !important; }
  .pl_md--60 { padding-left: 60px !important; }
  .pr_md--60 { padding-right: 60px !important; }
  .mt_md--60 { margin-top: 60px !important; }
  .mb_md--60 { margin-bottom: 60px !important; }
  .ptb_md--65 { padding: 65px 0 !important; }
  .plr_md--65 { padding: 0 65px !important; }
  .pt_md--65 { padding-top: 65px !important; }
  .pb_md--65 { padding-bottom: 65px !important; }
  .pl_md--65 { padding-left: 65px !important; }
  .pr_md--65 { padding-right: 65px !important; }
  .mt_md--65 { margin-top: 65px !important; }
  .mb_md--65 { margin-bottom: 65px !important; }
  .ptb_md--70 { padding: 70px 0 !important; }
  .plr_md--70 { padding: 0 70px !important; }
  .pt_md--70 { padding-top: 70px !important; }
  .pb_md--70 { padding-bottom: 70px !important; }
  .pl_md--70 { padding-left: 70px !important; }
  .pr_md--70 { padding-right: 70px !important; }
  .mt_md--70 { margin-top: 70px !important; }
  .mb_md--70 { margin-bottom: 70px !important; }
  .ptb_md--75 { padding: 75px 0 !important; }
  .plr_md--75 { padding: 0 75px !important; }
  .pt_md--75 { padding-top: 75px !important; }
  .pb_md--75 { padding-bottom: 75px !important; }
  .pl_md--75 { padding-left: 75px !important; }
  .pr_md--75 { padding-right: 75px !important; }
  .mt_md--75 { margin-top: 75px !important; }
  .mb_md--75 { margin-bottom: 75px !important; }
  .ptb_md--80 { padding: 80px 0 !important; }
  .plr_md--80 { padding: 0 80px !important; }
  .pt_md--80 { padding-top: 80px !important; }
  .pb_md--80 { padding-bottom: 80px !important; }
  .pl_md--80 { padding-left: 80px !important; }
  .pr_md--80 { padding-right: 80px !important; }
  .mt_md--80 { margin-top: 80px !important; }
  .mb_md--80 { margin-bottom: 80px !important; }
  .ptb_md--85 { padding: 85px 0 !important; }
  .plr_md--85 { padding: 0 85px !important; }
  .pt_md--85 { padding-top: 85px !important; }
  .pb_md--85 { padding-bottom: 85px !important; }
  .pl_md--85 { padding-left: 85px !important; }
  .pr_md--85 { padding-right: 85px !important; }
  .mt_md--85 { margin-top: 85px !important; }
  .mb_md--85 { margin-bottom: 85px !important; }
  .ptb_md--90 { padding: 90px 0 !important; }
  .plr_md--90 { padding: 0 90px !important; }
  .pt_md--90 { padding-top: 90px !important; }
  .pb_md--90 { padding-bottom: 90px !important; }
  .pl_md--90 { padding-left: 90px !important; }
  .pr_md--90 { padding-right: 90px !important; }
  .mt_md--90 { margin-top: 90px !important; }
  .mb_md--90 { margin-bottom: 90px !important; }
  .ptb_md--95 { padding: 95px 0 !important; }
  .plr_md--95 { padding: 0 95px !important; }
  .pt_md--95 { padding-top: 95px !important; }
  .pb_md--95 { padding-bottom: 95px !important; }
  .pl_md--95 { padding-left: 95px !important; }
  .pr_md--95 { padding-right: 95px !important; }
  .mt_md--95 { margin-top: 95px !important; }
  .mb_md--95 { margin-bottom: 95px !important; }
  .ptb_md--100 { padding: 100px 0 !important; }
  .plr_md--100 { padding: 0 100px !important; }
  .pt_md--100 { padding-top: 100px !important; }
  .pb_md--100 { padding-bottom: 100px !important; }
  .pl_md--100 { padding-left: 100px !important; }
  .pr_md--100 { padding-right: 100px !important; }
  .mt_md--100 { margin-top: 100px !important; }
  .mb_md--100 { margin-bottom: 100px !important; }
  .ptb_md--105 { padding: 105px 0 !important; }
  .plr_md--105 { padding: 0 105px !important; }
  .pt_md--105 { padding-top: 105px !important; }
  .pb_md--105 { padding-bottom: 105px !important; }
  .pl_md--105 { padding-left: 105px !important; }
  .pr_md--105 { padding-right: 105px !important; }
  .mt_md--105 { margin-top: 105px !important; }
  .mb_md--105 { margin-bottom: 105px !important; }
  .ptb_md--110 { padding: 110px 0 !important; }
  .plr_md--110 { padding: 0 110px !important; }
  .pt_md--110 { padding-top: 110px !important; }
  .pb_md--110 { padding-bottom: 110px !important; }
  .pl_md--110 { padding-left: 110px !important; }
  .pr_md--110 { padding-right: 110px !important; }
  .mt_md--110 { margin-top: 110px !important; }
  .mb_md--110 { margin-bottom: 110px !important; }
  .ptb_md--115 { padding: 115px 0 !important; }
  .plr_md--115 { padding: 0 115px !important; }
  .pt_md--115 { padding-top: 115px !important; }
  .pb_md--115 { padding-bottom: 115px !important; }
  .pl_md--115 { padding-left: 115px !important; }
  .pr_md--115 { padding-right: 115px !important; }
  .mt_md--115 { margin-top: 115px !important; }
  .mb_md--115 { margin-bottom: 115px !important; }
  .ptb_md--120 { padding: 120px 0 !important; }
  .plr_md--120 { padding: 0 120px !important; }
  .pt_md--120 { padding-top: 120px !important; }
  .pb_md--120 { padding-bottom: 120px !important; }
  .pl_md--120 { padding-left: 120px !important; }
  .pr_md--120 { padding-right: 120px !important; }
  .mt_md--120 { margin-top: 120px !important; }
  .mb_md--120 { margin-bottom: 120px !important; }
  .ptb_md--125 { padding: 125px 0 !important; }
  .plr_md--125 { padding: 0 125px !important; }
  .pt_md--125 { padding-top: 125px !important; }
  .pb_md--125 { padding-bottom: 125px !important; }
  .pl_md--125 { padding-left: 125px !important; }
  .pr_md--125 { padding-right: 125px !important; }
  .mt_md--125 { margin-top: 125px !important; }
  .mb_md--125 { margin-bottom: 125px !important; }
  .ptb_md--130 { padding: 130px 0 !important; }
  .plr_md--130 { padding: 0 130px !important; }
  .pt_md--130 { padding-top: 130px !important; }
  .pb_md--130 { padding-bottom: 130px !important; }
  .pl_md--130 { padding-left: 130px !important; }
  .pr_md--130 { padding-right: 130px !important; }
  .mt_md--130 { margin-top: 130px !important; }
  .mb_md--130 { margin-bottom: 130px !important; }
  .ptb_md--135 { padding: 135px 0 !important; }
  .plr_md--135 { padding: 0 135px !important; }
  .pt_md--135 { padding-top: 135px !important; }
  .pb_md--135 { padding-bottom: 135px !important; }
  .pl_md--135 { padding-left: 135px !important; }
  .pr_md--135 { padding-right: 135px !important; }
  .mt_md--135 { margin-top: 135px !important; }
  .mb_md--135 { margin-bottom: 135px !important; }
  .ptb_md--140 { padding: 140px 0 !important; }
  .plr_md--140 { padding: 0 140px !important; }
  .pt_md--140 { padding-top: 140px !important; }
  .pb_md--140 { padding-bottom: 140px !important; }
  .pl_md--140 { padding-left: 140px !important; }
  .pr_md--140 { padding-right: 140px !important; }
  .mt_md--140 { margin-top: 140px !important; }
  .mb_md--140 { margin-bottom: 140px !important; }
  .ptb_md--145 { padding: 145px 0 !important; }
  .plr_md--145 { padding: 0 145px !important; }
  .pt_md--145 { padding-top: 145px !important; }
  .pb_md--145 { padding-bottom: 145px !important; }
  .pl_md--145 { padding-left: 145px !important; }
  .pr_md--145 { padding-right: 145px !important; }
  .mt_md--145 { margin-top: 145px !important; }
  .mb_md--145 { margin-bottom: 145px !important; }
  .ptb_md--150 { padding: 150px 0 !important; }
  .plr_md--150 { padding: 0 150px !important; }
  .pt_md--150 { padding-top: 150px !important; }
  .pb_md--150 { padding-bottom: 150px !important; }
  .pl_md--150 { padding-left: 150px !important; }
  .pr_md--150 { padding-right: 150px !important; }
  .mt_md--150 { margin-top: 150px !important; }
  .mb_md--150 { margin-bottom: 150px !important; }
  .ptb_md--155 { padding: 155px 0 !important; }
  .plr_md--155 { padding: 0 155px !important; }
  .pt_md--155 { padding-top: 155px !important; }
  .pb_md--155 { padding-bottom: 155px !important; }
  .pl_md--155 { padding-left: 155px !important; }
  .pr_md--155 { padding-right: 155px !important; }
  .mt_md--155 { margin-top: 155px !important; }
  .mb_md--155 { margin-bottom: 155px !important; }
  .ptb_md--160 { padding: 160px 0 !important; }
  .plr_md--160 { padding: 0 160px !important; }
  .pt_md--160 { padding-top: 160px !important; }
  .pb_md--160 { padding-bottom: 160px !important; }
  .pl_md--160 { padding-left: 160px !important; }
  .pr_md--160 { padding-right: 160px !important; }
  .mt_md--160 { margin-top: 160px !important; }
  .mb_md--160 { margin-bottom: 160px !important; }
  .ptb_md--165 { padding: 165px 0 !important; }
  .plr_md--165 { padding: 0 165px !important; }
  .pt_md--165 { padding-top: 165px !important; }
  .pb_md--165 { padding-bottom: 165px !important; }
  .pl_md--165 { padding-left: 165px !important; }
  .pr_md--165 { padding-right: 165px !important; }
  .mt_md--165 { margin-top: 165px !important; }
  .mb_md--165 { margin-bottom: 165px !important; }
  .ptb_md--170 { padding: 170px 0 !important; }
  .plr_md--170 { padding: 0 170px !important; }
  .pt_md--170 { padding-top: 170px !important; }
  .pb_md--170 { padding-bottom: 170px !important; }
  .pl_md--170 { padding-left: 170px !important; }
  .pr_md--170 { padding-right: 170px !important; }
  .mt_md--170 { margin-top: 170px !important; }
  .mb_md--170 { margin-bottom: 170px !important; }
  .ptb_md--175 { padding: 175px 0 !important; }
  .plr_md--175 { padding: 0 175px !important; }
  .pt_md--175 { padding-top: 175px !important; }
  .pb_md--175 { padding-bottom: 175px !important; }
  .pl_md--175 { padding-left: 175px !important; }
  .pr_md--175 { padding-right: 175px !important; }
  .mt_md--175 { margin-top: 175px !important; }
  .mb_md--175 { margin-bottom: 175px !important; }
  .ptb_md--180 { padding: 180px 0 !important; }
  .plr_md--180 { padding: 0 180px !important; }
  .pt_md--180 { padding-top: 180px !important; }
  .pb_md--180 { padding-bottom: 180px !important; }
  .pl_md--180 { padding-left: 180px !important; }
  .pr_md--180 { padding-right: 180px !important; }
  .mt_md--180 { margin-top: 180px !important; }
  .mb_md--180 { margin-bottom: 180px !important; }
  .ptb_md--185 { padding: 185px 0 !important; }
  .plr_md--185 { padding: 0 185px !important; }
  .pt_md--185 { padding-top: 185px !important; }
  .pb_md--185 { padding-bottom: 185px !important; }
  .pl_md--185 { padding-left: 185px !important; }
  .pr_md--185 { padding-right: 185px !important; }
  .mt_md--185 { margin-top: 185px !important; }
  .mb_md--185 { margin-bottom: 185px !important; }
  .ptb_md--190 { padding: 190px 0 !important; }
  .plr_md--190 { padding: 0 190px !important; }
  .pt_md--190 { padding-top: 190px !important; }
  .pb_md--190 { padding-bottom: 190px !important; }
  .pl_md--190 { padding-left: 190px !important; }
  .pr_md--190 { padding-right: 190px !important; }
  .mt_md--190 { margin-top: 190px !important; }
  .mb_md--190 { margin-bottom: 190px !important; }
  .ptb_md--195 { padding: 195px 0 !important; }
  .plr_md--195 { padding: 0 195px !important; }
  .pt_md--195 { padding-top: 195px !important; }
  .pb_md--195 { padding-bottom: 195px !important; }
  .pl_md--195 { padding-left: 195px !important; }
  .pr_md--195 { padding-right: 195px !important; }
  .mt_md--195 { margin-top: 195px !important; }
  .mb_md--195 { margin-bottom: 195px !important; }
  .ptb_md--200 { padding: 200px 0 !important; }
  .plr_md--200 { padding: 0 200px !important; }
  .pt_md--200 { padding-top: 200px !important; }
  .pb_md--200 { padding-bottom: 200px !important; }
  .pl_md--200 { padding-left: 200px !important; }
  .pr_md--200 { padding-right: 200px !important; }
  .mt_md--200 { margin-top: 200px !important; }
  .mb_md--200 { margin-bottom: 200px !important; } }

@media only screen and (max-width: 767px) { .ptb_sm--250 { padding: 250px 0 !important; }
  .ptb_sm--0 { padding: 0 !important; }
  .pl_sm--0 { padding-left: 0 !important; }
  .pr_sm--0 { padding-right: 0 !important; }
  .pt_sm--0 { padding-top: 0 !important; }
  .pb_sm--0 { padding-bottom: 0 !important; }
  .mr_sm--0 { margin-right: 0 !important; }
  .ml_sm--0 { margin-left: 0 !important; }
  .mt_sm--0 { margin-top: 0 !important; }
  .mb_sm--0 { margin-bottom: 0 !important; }
  .pt_sm--150 { padding-top: 150px !important; }
  .pb_sm--110 { padding-bottom: 110px !important; }
  .ptb_sm--5 { padding: 5px 0 !important; }
  .plr_sm--5 { padding: 0 5px !important; }
  .pt_sm--5 { padding-top: 5px !important; }
  .pb_sm--5 { padding-bottom: 5px !important; }
  .pl_sm--5 { padding-left: 5px !important; }
  .pr_sm--5 { padding-right: 5px !important; }
  .mt_sm--5 { margin-top: 5px !important; }
  .ml_sm--5 { margin-left: 5px !important; }
  .mr_sm--5 { margin-right: 5px !important; }
  .mb_sm--5 { margin-bottom: 5px !important; }
  .ptb_sm--10 { padding: 10px 0 !important; }
  .plr_sm--10 { padding: 0 10px !important; }
  .pt_sm--10 { padding-top: 10px !important; }
  .pb_sm--10 { padding-bottom: 10px !important; }
  .pl_sm--10 { padding-left: 10px !important; }
  .pr_sm--10 { padding-right: 10px !important; }
  .mt_sm--10 { margin-top: 10px !important; }
  .ml_sm--10 { margin-left: 10px !important; }
  .mr_sm--10 { margin-right: 10px !important; }
  .mb_sm--10 { margin-bottom: 10px !important; }
  .ptb_sm--15 { padding: 15px 0 !important; }
  .plr_sm--15 { padding: 0 15px !important; }
  .pt_sm--15 { padding-top: 15px !important; }
  .pb_sm--15 { padding-bottom: 15px !important; }
  .pl_sm--15 { padding-left: 15px !important; }
  .pr_sm--15 { padding-right: 15px !important; }
  .mt_sm--15 { margin-top: 15px !important; }
  .ml_sm--15 { margin-left: 15px !important; }
  .mr_sm--15 { margin-right: 15px !important; }
  .mb_sm--15 { margin-bottom: 15px !important; }
  .ptb_sm--20 { padding: 20px 0 !important; }
  .plr_sm--20 { padding: 0 20px !important; }
  .pt_sm--20 { padding-top: 20px !important; }
  .pb_sm--20 { padding-bottom: 20px !important; }
  .pl_sm--20 { padding-left: 20px !important; }
  .pr_sm--20 { padding-right: 20px !important; }
  .mt_sm--20 { margin-top: 20px !important; }
  .ml_sm--20 { margin-left: 20px !important; }
  .mr_sm--20 { margin-right: 20px !important; }
  .mb_sm--20 { margin-bottom: 20px !important; }
  .ptb_sm--25 { padding: 25px 0 !important; }
  .plr_sm--25 { padding: 0 25px !important; }
  .pt_sm--25 { padding-top: 25px !important; }
  .pb_sm--25 { padding-bottom: 25px !important; }
  .pl_sm--25 { padding-left: 25px !important; }
  .pr_sm--25 { padding-right: 25px !important; }
  .mt_sm--25 { margin-top: 25px !important; }
  .ml_sm--25 { margin-left: 25px !important; }
  .mr_sm--25 { margin-right: 25px !important; }
  .mb_sm--25 { margin-bottom: 25px !important; }
  .ptb_sm--30 { padding: 30px 0 !important; }
  .plr_sm--30 { padding: 0 30px !important; }
  .pt_sm--30 { padding-top: 30px !important; }
  .pb_sm--30 { padding-bottom: 30px !important; }
  .pl_sm--30 { padding-left: 30px !important; }
  .pr_sm--30 { padding-right: 30px !important; }
  .mt_sm--30 { margin-top: 30px !important; }
  .ml_sm--30 { margin-left: 30px !important; }
  .mr_sm--30 { margin-right: 30px !important; }
  .mb_sm--30 { margin-bottom: 30px !important; }
  .ptb_sm--35 { padding: 35px 0 !important; }
  .plr_sm--35 { padding: 0 35px !important; }
  .pt_sm--35 { padding-top: 35px !important; }
  .pb_sm--35 { padding-bottom: 35px !important; }
  .pl_sm--35 { padding-left: 35px !important; }
  .pr_sm--35 { padding-right: 35px !important; }
  .mt_sm--35 { margin-top: 35px !important; }
  .ml_sm--35 { margin-left: 35px !important; }
  .mr_sm--35 { margin-right: 35px !important; }
  .mb_sm--35 { margin-bottom: 35px !important; }
  .ptb_sm--40 { padding: 40px 0 !important; }
  .plr_sm--40 { padding: 0 40px !important; }
  .pt_sm--40 { padding-top: 40px !important; }
  .pb_sm--40 { padding-bottom: 40px !important; }
  .pl_sm--40 { padding-left: 40px !important; }
  .pr_sm--40 { padding-right: 40px !important; }
  .mt_sm--40 { margin-top: 40px !important; }
  .ml_sm--40 { margin-left: 40px !important; }
  .mr_sm--40 { margin-right: 40px !important; }
  .mb_sm--40 { margin-bottom: 40px !important; }
  .ptb_sm--45 { padding: 45px 0 !important; }
  .plr_sm--45 { padding: 0 45px !important; }
  .pt_sm--45 { padding-top: 45px !important; }
  .pb_sm--45 { padding-bottom: 45px !important; }
  .pl_sm--45 { padding-left: 45px !important; }
  .pr_sm--45 { padding-right: 45px !important; }
  .mt_sm--45 { margin-top: 45px !important; }
  .ml_sm--45 { margin-left: 45px !important; }
  .mr_sm--45 { margin-right: 45px !important; }
  .mb_sm--45 { margin-bottom: 45px !important; }
  .ptb_sm--50 { padding: 50px 0 !important; }
  .plr_sm--50 { padding: 0 50px !important; }
  .pt_sm--50 { padding-top: 50px !important; }
  .pb_sm--50 { padding-bottom: 50px !important; }
  .pl_sm--50 { padding-left: 50px !important; }
  .pr_sm--50 { padding-right: 50px !important; }
  .mt_sm--50 { margin-top: 50px !important; }
  .ml_sm--50 { margin-left: 50px !important; }
  .mr_sm--50 { margin-right: 50px !important; }
  .mb_sm--50 { margin-bottom: 50px !important; }
  .ptb_sm--55 { padding: 55px 0 !important; }
  .plr_sm--55 { padding: 0 55px !important; }
  .pt_sm--55 { padding-top: 55px !important; }
  .pb_sm--55 { padding-bottom: 55px !important; }
  .pl_sm--55 { padding-left: 55px !important; }
  .pr_sm--55 { padding-right: 55px !important; }
  .mt_sm--55 { margin-top: 55px !important; }
  .ml_sm--55 { margin-left: 55px !important; }
  .mr_sm--55 { margin-right: 55px !important; }
  .mb_sm--55 { margin-bottom: 55px !important; }
  .ptb_sm--60 { padding: 60px 0 !important; }
  .plr_sm--60 { padding: 0 60px !important; }
  .pt_sm--60 { padding-top: 60px !important; }
  .pb_sm--60 { padding-bottom: 60px !important; }
  .pl_sm--60 { padding-left: 60px !important; }
  .pr_sm--60 { padding-right: 60px !important; }
  .mt_sm--60 { margin-top: 60px !important; }
  .ml_sm--60 { margin-left: 60px !important; }
  .mr_sm--60 { margin-right: 60px !important; }
  .mb_sm--60 { margin-bottom: 60px !important; }
  .ptb_sm--65 { padding: 65px 0 !important; }
  .plr_sm--65 { padding: 0 65px !important; }
  .pt_sm--65 { padding-top: 65px !important; }
  .pb_sm--65 { padding-bottom: 65px !important; }
  .pl_sm--65 { padding-left: 65px !important; }
  .pr_sm--65 { padding-right: 65px !important; }
  .mt_sm--65 { margin-top: 65px !important; }
  .ml_sm--65 { margin-left: 65px !important; }
  .mr_sm--65 { margin-right: 65px !important; }
  .mb_sm--65 { margin-bottom: 65px !important; }
  .ptb_sm--70 { padding: 70px 0 !important; }
  .plr_sm--70 { padding: 0 70px !important; }
  .pt_sm--70 { padding-top: 70px !important; }
  .pb_sm--70 { padding-bottom: 70px !important; }
  .pl_sm--70 { padding-left: 70px !important; }
  .pr_sm--70 { padding-right: 70px !important; }
  .mt_sm--70 { margin-top: 70px !important; }
  .ml_sm--70 { margin-left: 70px !important; }
  .mr_sm--70 { margin-right: 70px !important; }
  .mb_sm--70 { margin-bottom: 70px !important; }
  .ptb_sm--75 { padding: 75px 0 !important; }
  .plr_sm--75 { padding: 0 75px !important; }
  .pt_sm--75 { padding-top: 75px !important; }
  .pb_sm--75 { padding-bottom: 75px !important; }
  .pl_sm--75 { padding-left: 75px !important; }
  .pr_sm--75 { padding-right: 75px !important; }
  .mt_sm--75 { margin-top: 75px !important; }
  .ml_sm--75 { margin-left: 75px !important; }
  .mr_sm--75 { margin-right: 75px !important; }
  .mb_sm--75 { margin-bottom: 75px !important; }
  .ptb_sm--80 { padding: 80px 0 !important; }
  .plr_sm--80 { padding: 0 80px !important; }
  .pt_sm--80 { padding-top: 80px !important; }
  .pb_sm--80 { padding-bottom: 80px !important; }
  .pl_sm--80 { padding-left: 80px !important; }
  .pr_sm--80 { padding-right: 80px !important; }
  .mt_sm--80 { margin-top: 80px !important; }
  .ml_sm--80 { margin-left: 80px !important; }
  .mr_sm--80 { margin-right: 80px !important; }
  .mb_sm--80 { margin-bottom: 80px !important; }
  .ptb_sm--85 { padding: 85px 0 !important; }
  .plr_sm--85 { padding: 0 85px !important; }
  .pt_sm--85 { padding-top: 85px !important; }
  .pb_sm--85 { padding-bottom: 85px !important; }
  .pl_sm--85 { padding-left: 85px !important; }
  .pr_sm--85 { padding-right: 85px !important; }
  .mt_sm--85 { margin-top: 85px !important; }
  .ml_sm--85 { margin-left: 85px !important; }
  .mr_sm--85 { margin-right: 85px !important; }
  .mb_sm--85 { margin-bottom: 85px !important; }
  .ptb_sm--90 { padding: 90px 0 !important; }
  .plr_sm--90 { padding: 0 90px !important; }
  .pt_sm--90 { padding-top: 90px !important; }
  .pb_sm--90 { padding-bottom: 90px !important; }
  .pl_sm--90 { padding-left: 90px !important; }
  .pr_sm--90 { padding-right: 90px !important; }
  .mt_sm--90 { margin-top: 90px !important; }
  .ml_sm--90 { margin-left: 90px !important; }
  .mr_sm--90 { margin-right: 90px !important; }
  .mb_sm--90 { margin-bottom: 90px !important; }
  .ptb_sm--95 { padding: 95px 0 !important; }
  .plr_sm--95 { padding: 0 95px !important; }
  .pt_sm--95 { padding-top: 95px !important; }
  .pb_sm--95 { padding-bottom: 95px !important; }
  .pl_sm--95 { padding-left: 95px !important; }
  .pr_sm--95 { padding-right: 95px !important; }
  .mt_sm--95 { margin-top: 95px !important; }
  .ml_sm--95 { margin-left: 95px !important; }
  .mr_sm--95 { margin-right: 95px !important; }
  .mb_sm--95 { margin-bottom: 95px !important; }
  .ptb_sm--100 { padding: 100px 0 !important; }
  .plr_sm--100 { padding: 0 100px !important; }
  .pt_sm--100 { padding-top: 100px !important; }
  .pb_sm--100 { padding-bottom: 100px !important; }
  .pl_sm--100 { padding-left: 100px !important; }
  .pr_sm--100 { padding-right: 100px !important; }
  .mt_sm--100 { margin-top: 100px !important; }
  .ml_sm--100 { margin-left: 100px !important; }
  .mr_sm--100 { margin-right: 100px !important; }
  .mb_sm--100 { margin-bottom: 100px !important; }
  .ptb_sm--105 { padding: 105px 0 !important; }
  .plr_sm--105 { padding: 0 105px !important; }
  .pt_sm--105 { padding-top: 105px !important; }
  .pb_sm--105 { padding-bottom: 105px !important; }
  .pl_sm--105 { padding-left: 105px !important; }
  .pr_sm--105 { padding-right: 105px !important; }
  .mt_sm--105 { margin-top: 105px !important; }
  .ml_sm--105 { margin-left: 105px !important; }
  .mr_sm--105 { margin-right: 105px !important; }
  .mb_sm--105 { margin-bottom: 105px !important; }
  .ptb_sm--110 { padding: 110px 0 !important; }
  .plr_sm--110 { padding: 0 110px !important; }
  .pt_sm--110 { padding-top: 110px !important; }
  .pb_sm--110 { padding-bottom: 110px !important; }
  .pl_sm--110 { padding-left: 110px !important; }
  .pr_sm--110 { padding-right: 110px !important; }
  .mt_sm--110 { margin-top: 110px !important; }
  .ml_sm--110 { margin-left: 110px !important; }
  .mr_sm--110 { margin-right: 110px !important; }
  .mb_sm--110 { margin-bottom: 110px !important; }
  .ptb_sm--115 { padding: 115px 0 !important; }
  .plr_sm--115 { padding: 0 115px !important; }
  .pt_sm--115 { padding-top: 115px !important; }
  .pb_sm--115 { padding-bottom: 115px !important; }
  .pl_sm--115 { padding-left: 115px !important; }
  .pr_sm--115 { padding-right: 115px !important; }
  .mt_sm--115 { margin-top: 115px !important; }
  .ml_sm--115 { margin-left: 115px !important; }
  .mr_sm--115 { margin-right: 115px !important; }
  .mb_sm--115 { margin-bottom: 115px !important; }
  .ptb_sm--120 { padding: 120px 0 !important; }
  .plr_sm--120 { padding: 0 120px !important; }
  .pt_sm--120 { padding-top: 120px !important; }
  .pb_sm--120 { padding-bottom: 120px !important; }
  .pl_sm--120 { padding-left: 120px !important; }
  .pr_sm--120 { padding-right: 120px !important; }
  .mt_sm--120 { margin-top: 120px !important; }
  .ml_sm--120 { margin-left: 120px !important; }
  .mr_sm--120 { margin-right: 120px !important; }
  .mb_sm--120 { margin-bottom: 120px !important; }
  .ptb_sm--125 { padding: 125px 0 !important; }
  .plr_sm--125 { padding: 0 125px !important; }
  .pt_sm--125 { padding-top: 125px !important; }
  .pb_sm--125 { padding-bottom: 125px !important; }
  .pl_sm--125 { padding-left: 125px !important; }
  .pr_sm--125 { padding-right: 125px !important; }
  .mt_sm--125 { margin-top: 125px !important; }
  .ml_sm--125 { margin-left: 125px !important; }
  .mr_sm--125 { margin-right: 125px !important; }
  .mb_sm--125 { margin-bottom: 125px !important; }
  .ptb_sm--130 { padding: 130px 0 !important; }
  .plr_sm--130 { padding: 0 130px !important; }
  .pt_sm--130 { padding-top: 130px !important; }
  .pb_sm--130 { padding-bottom: 130px !important; }
  .pl_sm--130 { padding-left: 130px !important; }
  .pr_sm--130 { padding-right: 130px !important; }
  .mt_sm--130 { margin-top: 130px !important; }
  .ml_sm--130 { margin-left: 130px !important; }
  .mr_sm--130 { margin-right: 130px !important; }
  .mb_sm--130 { margin-bottom: 130px !important; }
  .ptb_sm--135 { padding: 135px 0 !important; }
  .plr_sm--135 { padding: 0 135px !important; }
  .pt_sm--135 { padding-top: 135px !important; }
  .pb_sm--135 { padding-bottom: 135px !important; }
  .pl_sm--135 { padding-left: 135px !important; }
  .pr_sm--135 { padding-right: 135px !important; }
  .mt_sm--135 { margin-top: 135px !important; }
  .ml_sm--135 { margin-left: 135px !important; }
  .mr_sm--135 { margin-right: 135px !important; }
  .mb_sm--135 { margin-bottom: 135px !important; }
  .ptb_sm--140 { padding: 140px 0 !important; }
  .plr_sm--140 { padding: 0 140px !important; }
  .pt_sm--140 { padding-top: 140px !important; }
  .pb_sm--140 { padding-bottom: 140px !important; }
  .pl_sm--140 { padding-left: 140px !important; }
  .pr_sm--140 { padding-right: 140px !important; }
  .mt_sm--140 { margin-top: 140px !important; }
  .ml_sm--140 { margin-left: 140px !important; }
  .mr_sm--140 { margin-right: 140px !important; }
  .mb_sm--140 { margin-bottom: 140px !important; }
  .ptb_sm--145 { padding: 145px 0 !important; }
  .plr_sm--145 { padding: 0 145px !important; }
  .pt_sm--145 { padding-top: 145px !important; }
  .pb_sm--145 { padding-bottom: 145px !important; }
  .pl_sm--145 { padding-left: 145px !important; }
  .pr_sm--145 { padding-right: 145px !important; }
  .mt_sm--145 { margin-top: 145px !important; }
  .ml_sm--145 { margin-left: 145px !important; }
  .mr_sm--145 { margin-right: 145px !important; }
  .mb_sm--145 { margin-bottom: 145px !important; }
  .ptb_sm--150 { padding: 150px 0 !important; }
  .plr_sm--150 { padding: 0 150px !important; }
  .pt_sm--150 { padding-top: 150px !important; }
  .pb_sm--150 { padding-bottom: 150px !important; }
  .pl_sm--150 { padding-left: 150px !important; }
  .pr_sm--150 { padding-right: 150px !important; }
  .mt_sm--150 { margin-top: 150px !important; }
  .ml_sm--150 { margin-left: 150px !important; }
  .mr_sm--150 { margin-right: 150px !important; }
  .mb_sm--150 { margin-bottom: 150px !important; }
  .ptb_sm--155 { padding: 155px 0 !important; }
  .plr_sm--155 { padding: 0 155px !important; }
  .pt_sm--155 { padding-top: 155px !important; }
  .pb_sm--155 { padding-bottom: 155px !important; }
  .pl_sm--155 { padding-left: 155px !important; }
  .pr_sm--155 { padding-right: 155px !important; }
  .mt_sm--155 { margin-top: 155px !important; }
  .ml_sm--155 { margin-left: 155px !important; }
  .mr_sm--155 { margin-right: 155px !important; }
  .mb_sm--155 { margin-bottom: 155px !important; }
  .ptb_sm--160 { padding: 160px 0 !important; }
  .plr_sm--160 { padding: 0 160px !important; }
  .pt_sm--160 { padding-top: 160px !important; }
  .pb_sm--160 { padding-bottom: 160px !important; }
  .pl_sm--160 { padding-left: 160px !important; }
  .pr_sm--160 { padding-right: 160px !important; }
  .mt_sm--160 { margin-top: 160px !important; }
  .ml_sm--160 { margin-left: 160px !important; }
  .mr_sm--160 { margin-right: 160px !important; }
  .mb_sm--160 { margin-bottom: 160px !important; }
  .ptb_sm--165 { padding: 165px 0 !important; }
  .plr_sm--165 { padding: 0 165px !important; }
  .pt_sm--165 { padding-top: 165px !important; }
  .pb_sm--165 { padding-bottom: 165px !important; }
  .pl_sm--165 { padding-left: 165px !important; }
  .pr_sm--165 { padding-right: 165px !important; }
  .mt_sm--165 { margin-top: 165px !important; }
  .ml_sm--165 { margin-left: 165px !important; }
  .mr_sm--165 { margin-right: 165px !important; }
  .mb_sm--165 { margin-bottom: 165px !important; }
  .ptb_sm--170 { padding: 170px 0 !important; }
  .plr_sm--170 { padding: 0 170px !important; }
  .pt_sm--170 { padding-top: 170px !important; }
  .pb_sm--170 { padding-bottom: 170px !important; }
  .pl_sm--170 { padding-left: 170px !important; }
  .pr_sm--170 { padding-right: 170px !important; }
  .mt_sm--170 { margin-top: 170px !important; }
  .ml_sm--170 { margin-left: 170px !important; }
  .mr_sm--170 { margin-right: 170px !important; }
  .mb_sm--170 { margin-bottom: 170px !important; }
  .ptb_sm--175 { padding: 175px 0 !important; }
  .plr_sm--175 { padding: 0 175px !important; }
  .pt_sm--175 { padding-top: 175px !important; }
  .pb_sm--175 { padding-bottom: 175px !important; }
  .pl_sm--175 { padding-left: 175px !important; }
  .pr_sm--175 { padding-right: 175px !important; }
  .mt_sm--175 { margin-top: 175px !important; }
  .ml_sm--175 { margin-left: 175px !important; }
  .mr_sm--175 { margin-right: 175px !important; }
  .mb_sm--175 { margin-bottom: 175px !important; }
  .ptb_sm--180 { padding: 180px 0 !important; }
  .plr_sm--180 { padding: 0 180px !important; }
  .pt_sm--180 { padding-top: 180px !important; }
  .pb_sm--180 { padding-bottom: 180px !important; }
  .pl_sm--180 { padding-left: 180px !important; }
  .pr_sm--180 { padding-right: 180px !important; }
  .mt_sm--180 { margin-top: 180px !important; }
  .ml_sm--180 { margin-left: 180px !important; }
  .mr_sm--180 { margin-right: 180px !important; }
  .mb_sm--180 { margin-bottom: 180px !important; }
  .ptb_sm--185 { padding: 185px 0 !important; }
  .plr_sm--185 { padding: 0 185px !important; }
  .pt_sm--185 { padding-top: 185px !important; }
  .pb_sm--185 { padding-bottom: 185px !important; }
  .pl_sm--185 { padding-left: 185px !important; }
  .pr_sm--185 { padding-right: 185px !important; }
  .mt_sm--185 { margin-top: 185px !important; }
  .ml_sm--185 { margin-left: 185px !important; }
  .mr_sm--185 { margin-right: 185px !important; }
  .mb_sm--185 { margin-bottom: 185px !important; }
  .ptb_sm--190 { padding: 190px 0 !important; }
  .plr_sm--190 { padding: 0 190px !important; }
  .pt_sm--190 { padding-top: 190px !important; }
  .pb_sm--190 { padding-bottom: 190px !important; }
  .pl_sm--190 { padding-left: 190px !important; }
  .pr_sm--190 { padding-right: 190px !important; }
  .mt_sm--190 { margin-top: 190px !important; }
  .ml_sm--190 { margin-left: 190px !important; }
  .mr_sm--190 { margin-right: 190px !important; }
  .mb_sm--190 { margin-bottom: 190px !important; }
  .ptb_sm--195 { padding: 195px 0 !important; }
  .plr_sm--195 { padding: 0 195px !important; }
  .pt_sm--195 { padding-top: 195px !important; }
  .pb_sm--195 { padding-bottom: 195px !important; }
  .pl_sm--195 { padding-left: 195px !important; }
  .pr_sm--195 { padding-right: 195px !important; }
  .mt_sm--195 { margin-top: 195px !important; }
  .ml_sm--195 { margin-left: 195px !important; }
  .mr_sm--195 { margin-right: 195px !important; }
  .mb_sm--195 { margin-bottom: 195px !important; }
  .ptb_sm--200 { padding: 200px 0 !important; }
  .plr_sm--200 { padding: 0 200px !important; }
  .pt_sm--200 { padding-top: 200px !important; }
  .pb_sm--200 { padding-bottom: 200px !important; }
  .pl_sm--200 { padding-left: 200px !important; }
  .pr_sm--200 { padding-right: 200px !important; }
  .mt_sm--200 { margin-top: 200px !important; }
  .ml_sm--200 { margin-left: 200px !important; }
  .mr_sm--200 { margin-right: 200px !important; }
  .mb_sm--200 { margin-bottom: 200px !important; }
  .pl_sm--0 { padding-left: 0; }
  .pr_sm--0 { padding-right: 0; }
  .pt_sm--0 { padding-top: 0; }
  .pb_sm--0 { padding-bottom: 0; }
  .mr_sm--0 { margin-right: 0; }
  .ml_sm--0 { margin-left: 0; }
  .mt_sm--0 { margin-top: 0; }
  .mb_sm--0 { margin-bottom: 0; } }

@media only screen and (max-width: 575px) { .ptb_mobile--5 { padding: 5px 0 !important; }
  .plr_mobile--5 { padding: 0 5px !important; }
  .pt_mobile--5 { padding-top: 5px !important; }
  .pb_mobile--5 { padding-bottom: 5px !important; }
  .pl_mobile--5 { padding-left: 5px !important; }
  .pr_mobile--5 { padding-right: 5px !important; }
  .mt_mobile--5 { margin-top: 5px !important; }
  .mb_mobile--5 { margin-bottom: 5px !important; }
  .ptb_mobile--10 { padding: 10px 0 !important; }
  .plr_mobile--10 { padding: 0 10px !important; }
  .pt_mobile--10 { padding-top: 10px !important; }
  .pb_mobile--10 { padding-bottom: 10px !important; }
  .pl_mobile--10 { padding-left: 10px !important; }
  .pr_mobile--10 { padding-right: 10px !important; }
  .mt_mobile--10 { margin-top: 10px !important; }
  .mb_mobile--10 { margin-bottom: 10px !important; }
  .ptb_mobile--15 { padding: 15px 0 !important; }
  .plr_mobile--15 { padding: 0 15px !important; }
  .pt_mobile--15 { padding-top: 15px !important; }
  .pb_mobile--15 { padding-bottom: 15px !important; }
  .pl_mobile--15 { padding-left: 15px !important; }
  .pr_mobile--15 { padding-right: 15px !important; }
  .mt_mobile--15 { margin-top: 15px !important; }
  .mb_mobile--15 { margin-bottom: 15px !important; }
  .ptb_mobile--20 { padding: 20px 0 !important; }
  .plr_mobile--20 { padding: 0 20px !important; }
  .pt_mobile--20 { padding-top: 20px !important; }
  .pb_mobile--20 { padding-bottom: 20px !important; }
  .pl_mobile--20 { padding-left: 20px !important; }
  .pr_mobile--20 { padding-right: 20px !important; }
  .mt_mobile--20 { margin-top: 20px !important; }
  .mb_mobile--20 { margin-bottom: 20px !important; }
  .ptb_mobile--25 { padding: 25px 0 !important; }
  .plr_mobile--25 { padding: 0 25px !important; }
  .pt_mobile--25 { padding-top: 25px !important; }
  .pb_mobile--25 { padding-bottom: 25px !important; }
  .pl_mobile--25 { padding-left: 25px !important; }
  .pr_mobile--25 { padding-right: 25px !important; }
  .mt_mobile--25 { margin-top: 25px !important; }
  .mb_mobile--25 { margin-bottom: 25px !important; }
  .ptb_mobile--30 { padding: 30px 0 !important; }
  .plr_mobile--30 { padding: 0 30px !important; }
  .pt_mobile--30 { padding-top: 30px !important; }
  .pb_mobile--30 { padding-bottom: 30px !important; }
  .pl_mobile--30 { padding-left: 30px !important; }
  .pr_mobile--30 { padding-right: 30px !important; }
  .mt_mobile--30 { margin-top: 30px !important; }
  .mb_mobile--30 { margin-bottom: 30px !important; }
  .ptb_mobile--35 { padding: 35px 0 !important; }
  .plr_mobile--35 { padding: 0 35px !important; }
  .pt_mobile--35 { padding-top: 35px !important; }
  .pb_mobile--35 { padding-bottom: 35px !important; }
  .pl_mobile--35 { padding-left: 35px !important; }
  .pr_mobile--35 { padding-right: 35px !important; }
  .mt_mobile--35 { margin-top: 35px !important; }
  .mb_mobile--35 { margin-bottom: 35px !important; }
  .ptb_mobile--40 { padding: 40px 0 !important; }
  .plr_mobile--40 { padding: 0 40px !important; }
  .pt_mobile--40 { padding-top: 40px !important; }
  .pb_mobile--40 { padding-bottom: 40px !important; }
  .pl_mobile--40 { padding-left: 40px !important; }
  .pr_mobile--40 { padding-right: 40px !important; }
  .mt_mobile--40 { margin-top: 40px !important; }
  .mb_mobile--40 { margin-bottom: 40px !important; }
  .ptb_mobile--45 { padding: 45px 0 !important; }
  .plr_mobile--45 { padding: 0 45px !important; }
  .pt_mobile--45 { padding-top: 45px !important; }
  .pb_mobile--45 { padding-bottom: 45px !important; }
  .pl_mobile--45 { padding-left: 45px !important; }
  .pr_mobile--45 { padding-right: 45px !important; }
  .mt_mobile--45 { margin-top: 45px !important; }
  .mb_mobile--45 { margin-bottom: 45px !important; }
  .ptb_mobile--50 { padding: 50px 0 !important; }
  .plr_mobile--50 { padding: 0 50px !important; }
  .pt_mobile--50 { padding-top: 50px !important; }
  .pb_mobile--50 { padding-bottom: 50px !important; }
  .pl_mobile--50 { padding-left: 50px !important; }
  .pr_mobile--50 { padding-right: 50px !important; }
  .mt_mobile--50 { margin-top: 50px !important; }
  .mb_mobile--50 { margin-bottom: 50px !important; }
  .ptb_mobile--55 { padding: 55px 0 !important; }
  .plr_mobile--55 { padding: 0 55px !important; }
  .pt_mobile--55 { padding-top: 55px !important; }
  .pb_mobile--55 { padding-bottom: 55px !important; }
  .pl_mobile--55 { padding-left: 55px !important; }
  .pr_mobile--55 { padding-right: 55px !important; }
  .mt_mobile--55 { margin-top: 55px !important; }
  .mb_mobile--55 { margin-bottom: 55px !important; }
  .ptb_mobile--60 { padding: 60px 0 !important; }
  .plr_mobile--60 { padding: 0 60px !important; }
  .pt_mobile--60 { padding-top: 60px !important; }
  .pb_mobile--60 { padding-bottom: 60px !important; }
  .pl_mobile--60 { padding-left: 60px !important; }
  .pr_mobile--60 { padding-right: 60px !important; }
  .mt_mobile--60 { margin-top: 60px !important; }
  .mb_mobile--60 { margin-bottom: 60px !important; }
  .ptb_mobile--65 { padding: 65px 0 !important; }
  .plr_mobile--65 { padding: 0 65px !important; }
  .pt_mobile--65 { padding-top: 65px !important; }
  .pb_mobile--65 { padding-bottom: 65px !important; }
  .pl_mobile--65 { padding-left: 65px !important; }
  .pr_mobile--65 { padding-right: 65px !important; }
  .mt_mobile--65 { margin-top: 65px !important; }
  .mb_mobile--65 { margin-bottom: 65px !important; }
  .ptb_mobile--70 { padding: 70px 0 !important; }
  .plr_mobile--70 { padding: 0 70px !important; }
  .pt_mobile--70 { padding-top: 70px !important; }
  .pb_mobile--70 { padding-bottom: 70px !important; }
  .pl_mobile--70 { padding-left: 70px !important; }
  .pr_mobile--70 { padding-right: 70px !important; }
  .mt_mobile--70 { margin-top: 70px !important; }
  .mb_mobile--70 { margin-bottom: 70px !important; }
  .ptb_mobile--75 { padding: 75px 0 !important; }
  .plr_mobile--75 { padding: 0 75px !important; }
  .pt_mobile--75 { padding-top: 75px !important; }
  .pb_mobile--75 { padding-bottom: 75px !important; }
  .pl_mobile--75 { padding-left: 75px !important; }
  .pr_mobile--75 { padding-right: 75px !important; }
  .mt_mobile--75 { margin-top: 75px !important; }
  .mb_mobile--75 { margin-bottom: 75px !important; }
  .ptb_mobile--80 { padding: 80px 0 !important; }
  .plr_mobile--80 { padding: 0 80px !important; }
  .pt_mobile--80 { padding-top: 80px !important; }
  .pb_mobile--80 { padding-bottom: 80px !important; }
  .pl_mobile--80 { padding-left: 80px !important; }
  .pr_mobile--80 { padding-right: 80px !important; }
  .mt_mobile--80 { margin-top: 80px !important; }
  .mb_mobile--80 { margin-bottom: 80px !important; }
  .ptb_mobile--85 { padding: 85px 0 !important; }
  .plr_mobile--85 { padding: 0 85px !important; }
  .pt_mobile--85 { padding-top: 85px !important; }
  .pb_mobile--85 { padding-bottom: 85px !important; }
  .pl_mobile--85 { padding-left: 85px !important; }
  .pr_mobile--85 { padding-right: 85px !important; }
  .mt_mobile--85 { margin-top: 85px !important; }
  .mb_mobile--85 { margin-bottom: 85px !important; }
  .ptb_mobile--90 { padding: 90px 0 !important; }
  .plr_mobile--90 { padding: 0 90px !important; }
  .pt_mobile--90 { padding-top: 90px !important; }
  .pb_mobile--90 { padding-bottom: 90px !important; }
  .pl_mobile--90 { padding-left: 90px !important; }
  .pr_mobile--90 { padding-right: 90px !important; }
  .mt_mobile--90 { margin-top: 90px !important; }
  .mb_mobile--90 { margin-bottom: 90px !important; }
  .ptb_mobile--95 { padding: 95px 0 !important; }
  .plr_mobile--95 { padding: 0 95px !important; }
  .pt_mobile--95 { padding-top: 95px !important; }
  .pb_mobile--95 { padding-bottom: 95px !important; }
  .pl_mobile--95 { padding-left: 95px !important; }
  .pr_mobile--95 { padding-right: 95px !important; }
  .mt_mobile--95 { margin-top: 95px !important; }
  .mb_mobile--95 { margin-bottom: 95px !important; }
  .ptb_mobile--100 { padding: 100px 0 !important; }
  .plr_mobile--100 { padding: 0 100px !important; }
  .pt_mobile--100 { padding-top: 100px !important; }
  .pb_mobile--100 { padding-bottom: 100px !important; }
  .pl_mobile--100 { padding-left: 100px !important; }
  .pr_mobile--100 { padding-right: 100px !important; }
  .mt_mobile--100 { margin-top: 100px !important; }
  .mb_mobile--100 { margin-bottom: 100px !important; } }

.btn-default { display: inline-block; font-size: 14px; font-weight: 700; line-height: 1em; color: var(--white-color); background: var(--accent-color); text-transform: capitalize; padding: 15px 35px 15px 20px; border: none; transition: 0.5s ease-in-out; position: relative; overflow: hidden; z-index: 1; border-radius: 8px; }

.btn-default::before { content: '\f062'; position: absolute; top: 50%; right: 0; bottom: 0; font-family: 'FontAwesome'; font-size: 16px; font-weight: 900; transition: 0.3s ease-in-out; background: transparent; color: var(--white-color); transform: translate(-15px, -50%) rotate(45deg); display: flex; align-items: center; justify-content: center; }

.btn-default::after { content: ''; display: block; position: absolute; top: 0; left: 0; bottom: 0; width: 0; height: 106%; background: var(--primary-color); transition: 0.4s ease-in-out; z-index: -1; }

.btn-default:hover { color: var(--accent-color); }

.btn-default:hover:before { color: var(--accent-color); transform: translate(-30px, -50%) rotate(90deg); }

.btn-default:hover::after { width: 106%; }

.btn-default.btn-highlighted { background-color: var(--secondary-color); color: var(--primary-color); }

.btn-default.btn-highlighted::before { color: var(--primary-color); }

.btn-default.btn-highlighted::after { background-color: var(--accent-color); }

.btn-large { font-size: 20px; padding: 20px 65px 20px 20px; }

.btn-default.btn-large::before { width: 40px; height: 40px; background-size: 15px; }

button, input, select, textarea { font-weight: normal; font-size: 14px; font-family: Arial, HELVETICA; position: relative; }

input, textarea { border: 1px #ccc solid; background: #ffffff; outline: none; }

img { border: none; vertical-align: middle; }

a { text-decoration: none; color: #868585; }

ul li, ol li { list-style: none; }

.clear { clear: both; overflow: hidden; }

.rt { float: right; }

.lf { float: left; }

.ellipsis_one { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; display: block; }

.ellipsis_two { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.ellipsis_three { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.ellipsis_four { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }

.flex { display: -moz-flex; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: -webkit-box; display: flex; }

.box-sizing { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.word_break { word-wrap: break-word; word-break: keep-all; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-pull-11 { right: 91.66666667%; }

.col-xs-pull-10 { right: 83.33333333%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-8 { right: 66.66666667%; }

.col-xs-pull-7 { right: 58.33333333%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-5 { right: 41.66666667%; }

.col-xs-pull-4 { right: 33.33333333%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-2 { right: 16.66666667%; }

.col-xs-pull-1 { right: 8.33333333%; }

.col-xs-pull-0 { right: auto; }

.col-xs-push-12 { left: 100%; }

.col-xs-push-11 { left: 91.66666667%; }

.col-xs-push-10 { left: 83.33333333%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-8 { left: 66.66666667%; }

.col-xs-push-7 { left: 58.33333333%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-5 { left: 41.66666667%; }

.col-xs-push-4 { left: 33.33333333%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-2 { left: 16.66666667%; }

.col-xs-push-1 { left: 8.33333333%; }

.col-xs-push-0 { left: auto; }

.col-xs-offset-12 { margin-left: 100%; }

.col-xs-offset-11 { margin-left: 91.66666667%; }

.col-xs-offset-10 { margin-left: 83.33333333%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-8 { margin-left: 66.66666667%; }

.col-xs-offset-7 { margin-left: 58.33333333%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-5 { margin-left: 41.66666667%; }

.col-xs-offset-4 { margin-left: 33.33333333%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-2 { margin-left: 16.66666667%; }

.col-xs-offset-1 { margin-left: 8.33333333%; }

.col-xs-offset-0 { margin-left: 0; }

.detail_editor img { max-width: 100%; }

.maodian_anchor_forlink { position: absolute; top: -130px; }

div[contenteditable="false"] { display: none !important; }

.head-haoyue { background: url(../images/headerBg.jpg); background-size: cover; }

.head-haoyue > .container { max-width: unset !important; }

.head-haoyue > .container > .row { margin: 0; }

.head-haoyue a { cursor: pointer; }

.topnav { display: flex; justify-content: space-between; padding: 0 5.2vw !important; }

.topnavrow_title { margin-left: 1.25vw; margin-right: 1.25vw; height: 80px; line-height: 80px; }

.topnavrow_title a h2 { color: #fff; transition: all .4s; font-size: 18px; font-weight: bold; height: 80px; line-height: 80px; color: #333; font-size: 16px !important; font-weight: 600; }

.navtopright { display: flex; }

.haoyue_search input { background: transparent; border: none; border-bottom: 1px solid rgba(255, 255, 255, 0.5); transition: all .3s; width: 260px; height: 30px; line-height: 1.8; font-size: 16px; color: #fff; outline: none; padding: 0; margin: 0px; font-weight: bold; color: #fff; }

.haoyue_search input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }

.haoyue_search input:-moz-placeholder { color: rgba(255, 255, 255, 0.5); }

.haoyue_search input::-moz-placeholder { color: rgba(255, 255, 255, 0.5); }

.haoyue_search input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.5); }

.haoyue_search input:focus { border-bottom: 1px solid #fff; }

#search-submit { width: 30px; height: 30px; transition: all .4s; cursor: pointer; border: none; background: transparent; border-radius: 0; padding: 0; outline: none; }

.haoyue-search { display: flex; align-items: center; }

.mainnav li { position: relative; }

.mainnav li:hover > ul { transform: translate(0, 0); opacity: 1; visibility: visible; transition: all .4s; }

.mainnav li > ul { position: absolute; top: 80px; transform: translate(0, -20px); transition: all .05s .1s; visibility: hidden; opacity: 0; padding: 20px 0; z-index: 99; background: #b52b31; background: #fff !important; left: 50%; min-width: 240px; padding: 0 !important; }

.mainnav li > ul > li { line-height: 1.4; padding: 1px; font-size: 15px; text-align: center; color: #fff; border-bottom: 1px solid #ebebeb; }

.mainnav li > ul > li:hover { background: #b52b31; }

.mainnav li:hover > ul { transform: translate(-50%, 0); }

.mainnav li > ul > li a h2 { color: #fff; font-size: 15px; }

.mainnav li > ul > li:hover { background: none !important; }

.mainnav li > ul > li:hover a { color: var(--accent-color) !important; }

.absnav { position: absolute; top: 80px; z-index: 98; left: 0; width: 100%; justify-content: space-between; transition: all .4s; background-color: #333; opacity: 0.92; }

.navtopleft { display: flex; align-items: center; }

.navtopleft h1 { height: auto; line-height: 0; }

.navtopleft h1 img { max-width: 280px; }

@media only screen and (max-width: 1600px) { .navtopleft h1 img { max-width: 220px; } }

.absnav .item { padding-left: 32px; padding-right: 32px; transition: all .4s; display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: center; padding-top: 20px; padding-bottom: 20px; }

.absnav .img { width: 45px; height: 45px; margin-bottom: .25rem; background-position: center top; background-size: contain; display: none; transition: all .4s; }

.absnav:hover .img { display: block; }

.itembox { height: 410px; padding-top: 50px; margin-top: 0px; padding-bottom: 50px; margin-bottom: 0px; position: absolute; top: 130px; left: 0px; opacity: 0; transform: translateY(-20px); transition: all .4s; visibility: hidden; z-index: -1; }

.absnavli { display: flex; justify-content: flex-start; }

.absnavli:hover .itembox { opacity: 1; transform: translateY(0%); visibility: visible; z-index: 1; }

.absnavli:hover p { color: var(--accent-color); }

.item p { color: #fff; line-height: 1.2; text-align: center; font-size: 17px; margin: 0; }

.last_item { width: 25%; transition: all .4s; }

.last_item a { font-size: 16px; color: #fff; transition: all .4s; }

.last_item:hover { transform: translate(10px, 0); }

.last_itembox { display: flex; }

.absnav .container { position: static; max-width: unset !important; }

.absnav .col-xs-12 { position: static; }

.ulflex { display: flex; justify-content: space-between; }

.head-haoyue_fixed { position: fixed; top: 0; width: 100%; z-index: 999; }

.header_haoyue-nav_container { height: 100%; display: flex; align-items: center; position: relative; margin-left: 20px; }

.header_haoyue-nav_lan svg { width: 24px; height: 24px; stroke: #FFFFFF; }

.header_haoyue-nav_wrapper { position: absolute; top: 100%; right: 0; width: 100%; min-width: 150px; transform: translateY(-20px); opacity: 0; visibility: hidden; transition: .3s all; background: #FFFFFF; z-index: 99; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header_haoyue-nav_container:hover .header_haoyue-nav_wrapper { transform: translateY(0); opacity: 1; visibility: visible; }

.header_haoyue-nav_slide { display: flex; flex-direction: column; align-items: flex-start; padding: 1em; gap: 0.5em; }

.header_haoyue-nav_slide > li, .header_haoyue-nav_slide > li h3 { font-size: 14px; color: #fff; }

.header_haoyue-nav_slide > li::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background-color: #fff; transition: .3s all; }

.header_haoyue-nav_slide > li:hover::after { width: 100%; }

.head-haoyue .menu_drop { position: absolute; top: 100%; left: 0; width: 100%; background: #fff; box-shadow: 0 6px 9px 0 #00000047; display: none; z-index: 99; }

.head-haoyue .menu_drop .menu_drop_list { padding: 60px 0 66px 0; display: flex; flex-wrap: wrap; align-items: stretch; }

.head-haoyue .menu_drop .menu_drop_list li { flex: 0 0 32%; padding-bottom: 16px; }

.head-haoyue .menu_drop .menu_drop_list:not(.pro_haschild) li:not(:nth-child(3n)) { margin-right: 2%; }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec { border-radius: 4px; color: #333; border: 1px solid #0000001a; width: 100%; height: 100%; display: inline-flex; align-items: center; overflow: hidden; }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec .menu_drop_sec_img { border-radius: 4px; height: 100%; width: 90px; display: flex; overflow: hidden; position: relative; aspect-ratio: 1 / 1; }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec .menu_drop_sec_img img { position: absolute; height: 100%; width: 100%; object-fit: cover; }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec .menu_drop_sec_t { flex: 1 0 auto; padding: 20px 10px; max-width: calc(100% - 135px); }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec .menu_drop_sec_t h3 { font-size: 16px; font-weight: bold; }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec .menu_drop_sec_t p { padding-top: 10px; white-space: normal; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; word-wrap: break-word; display: -webkit-box; -webkit-box-orient: vertical; }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec i { width: 45px; flex-shrink: 1; display: flex; justify-content: center; align-items: center; }

.head-haoyue .menu_drop .menu_drop_list .menu_drop_sec:hover i { transform: translateX(5px); }

.haoyue-nav_button { margin-left: 20px; display: flex; align-items: center; }

.haoyue-nav_button-wrapper { background: #fff; color: #333; font-size: 16px; font-weight: bold; padding: 0 20px; height: 40px; display: flex; align-items: center; border: none; border-radius: 5px; font-weight: 500; padding: 0 1.56vw; background: #222222; color: #fff; white-space: nowrap; }

.haoyue_search input { background: #ddd; font-size: 14px; padding-left: 10px; width: 8.4vw; }

#search-submit { background: #69c076; border-radius: 3px; }

.haoyue_search input::placeholder { color: #777 !important; font-weight: normal !important; }

body.sticker header { position: fixed !important; width: 100%; top: 0; left: 0; right: 0; z-index: 999; border-color: transparent; -webkit-animation: sticky 1.2s; animation: sticky 1.2s; -webkit-box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25); box-shadow: 7px 4px 20px rgba(197, 197, 197, 0.25); }

@-webkit-keyframes sticky { 0% { top: -200px; }
  100% { top: 0; } }

@keyframes sticky { 0% { top: -200px; }
  100% { top: 0; } }

.banner_29_con .index_title { font-size: 68px; font-weight: 600; text-align: center; }

.banner_29_con a { background-color: #b52b31; border-radius: 6px; margin-top: .2rem; }

.index_title { font-size: 40px; font-weight: normal; }

.index_sub_title { font-size: 20px; font-weight: normal; }

.index_text { font-size: 16px; font-weight: normal; }

.index_btn { padding: 15px 50px; }

@media (max-width: 1440px) and (min-width: 1366px) { .index_title { font-size: 40px; font-weight: normal; }
  .index_sub_title { font-size: 20px; font-weight: normal; }
  .index_text { font-size: 16px; font-weight: normal; } }

@media (max-width: 1365px) and (min-width: 768px) { .index_title { font-size: 30px; font-weight: normal; }
  .index_sub_title { font-size: 20px; font-weight: normal; }
  .index_text { font-size: 16px; font-weight: normal; }
  .fz36 { font-size: 26px; } }

@media (max-width: 767px) { .index_title { font-size: 24px; font-weight: normal; }
  .index_sub_title { font-size: 18px; font-weight: normal; }
  .index_text { font-size: 14px; font-weight: normal; }
  .index_pd { padding: 40px 0; }
  .index_pd40 { padding: 20px 0; }
  .index_btn { padding: 8px 20px; }
  .pb40 { padding-bottom: 24px; }
  .fz36 { font-size: 20px; } }

/*----------------------------------------*/
/*  3.2 Banner Style
/*----------------------------------------*/
.thm-btn { position: relative; display: inline-flex; align-items: center; overflow: hidden; padding-top: 10px; padding-left: 45px; padding-right: 45px; padding-bottom: 10px; background-color: transparent; color: var(--thm-white); font-size: 14px; line-height: 40px; font-weight: 700; text-transform: uppercase; letter-spacing: .018em; font-family: var(--thm-font); border-radius: 0; -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; z-index: 2; border-radius: 0.088rem; -webkit-border-radius: 0.088rem; -moz-border-radius: 0.088rem; -ms-border-radius: 0.088rem; -o-border-radius: 0.088rem; }

.thm-btn:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; opacity: 1; transform: scaleX(1); transition-duration: 800ms; background-color: var(--accent-color); z-index: -1; }

.thm-btn:hover:after { transform: scaleX(0); transition-duration: 1500ms; }

.thm-btn:before { position: absolute; top: 0; left: 100%; right: -50px; content: ""; background: #070d1a; -webkit-transform: translateY(100%); transform: translateY(100%); border-radius: 0; transition-duration: 800ms; z-index: 1; bottom: 0; }

.thm-btn:hover:before { left: 0; right: 0; -webkit-transform: translateX(0); transform: translateX(0); }

.thm-btn .txt { position: relative; display: inline-flex; align-items: center; z-index: 1; }

.thm-btn:hover, .thm-btn:focus { color: var(--thm-white); -webkit-box-shadow: 2px 2px 20px 0 rgba(var(--thm-black-rgb), 0.1); -moz-box-shadow: 2px 2px 20px 0 rgba(var(--thm-black-rgb), 0.1); box-shadow: 2px 2px 20px 0 rgba(var(--thm-black-rgb), 0.1); }

.main-slider-one { position: relative; display: block; z-index: 1; margin-top: 60px; }

.main-slider-one .image-layer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-attachment: scroll; background-size: cover; background-repeat: no-repeat; background-position: center center; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 7500ms ease; transition: -webkit-transform 7500ms ease; transition: transform 7500ms ease; transition: transform 7500ms ease, -webkit-transform 7500ms ease; z-index: 1; }

.main-slider.main-slider-one .swiper-slide-active .image-layer { -webkit-transform: scale(1.07); transform: scale(1.07); }

.main-slider-one .image-layer::before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: rgba(var(--thm-black-rgb), 0.3); content: ""; z-index: -1; }

.main-slider-one .shape1 { position: absolute; top: 0; left: 0; opacity: 0; -webkit-transition: all 1200ms ease; transition: all 1200ms ease; -webkit-transform: translateX(-0.8rem); transform: translateX(-0.8rem); z-index: 1; width: 1050px; height: 960px; display: none; }

@media only screen and (min-width: 0px) and (max-width: 575px) { .main-slider-one .shape1 { width: 4.5rem; height: 4.6rem; left: -1rem; transform: translateX(-0.4rem); -webkit-transform: translateX(-0.4rem); -moz-transform: translateX(-0.4rem); -ms-transform: translateX(-0.4rem); -o-transform: translateX(-0.4rem); } }

.main-slider-one .swiper-slide-active .shape1 { opacity: 1; transform: translatex(0) scalex(1); filter: blur(0); transition-delay: 1000ms; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 300ms; transition-delay: 300ms; }

.main-slider-one__single { position: relative; display: flex; height: 960px; padding: 38px 0 50px; z-index: 1; }

@media only screen and (min-width: 0px) and (max-width: 575px) { .main-slider-one__single { padding: 1.4rem 0 0.8rem; height: auto; } }

.main-slider-one__content { position: relative; display: flex; z-index: 3; flex-direction: column; align-content: center; justify-content: center; align-items: flex-start; }

.main-slider-one__content .shape2 { position: absolute; bottom: 35px; right: 0; z-index: -1; }

.main-slider-one__content h3 { color: var(--thm-white); font-size: 36px; line-height: 1em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 15px; opacity: 0; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; -webkit-transform: translateY(0.8rem); transform: translateY(0.8rem); z-index: 5; }

@media only screen and (min-width: 0px) and (max-width: 575px) { .main-slider-one__content h3 { line-height: 1; font-size: 22px; } }

.main-slider-one .swiper-slide-active .main-slider-one__content h3 { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 900ms; transition-delay: 900ms; }

.main-slider-one__content h2 { color: var(--thm-white); font-size: 64px; line-height: 1em; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; opacity: 0; -webkit-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(0.8rem); transform: translateY(0.8rem); z-index: 5; }

@media only screen and (min-width: 0px) and (max-width: 575px) { .main-slider-one__content h2 { line-height: 1; font-size: 0.30rem; letter-spacing: 0.05em; } }

.main-slider-one .swiper-slide-active .main-slider-one__content h2 { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 1200ms; transition-delay: 1200ms; }

.main-slider-one__content .btn-box { position: relative; display: flex; align-items: center; margin-top: 45px; opacity: 0; -webkit-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(0.8rem); transform: translateY(0.8rem); z-index: 5; }

.main-slider-one .swiper-slide-active .main-slider-one__content .btn-box { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 1500ms; transition-delay: 1500ms; }

.main-slider-one__content .btn-box .btn-one { position: relative; display: block; }

.main-slider-one__content .btn-box .btn-one .thm-btn::before { background: #000; }

.main-slider-one__content .btn-box .btn-two { position: relative; display: block; margin-left: 0.40rem; }

@media only screen and (min-width: 0px) and (max-width: 575px) { .main-slider-one__content .btn-box .btn-two { display: none; } }

.main-slider-one__content .btn-box .btn-two a { position: relative; display: block; }

.main-slider-one__icon { position: relative; display: flex; align-items: center; }

.main-slider-one__icon i { position: relative; display: flex; align-items: center; justify-content: center; width: 0.6rem; height: 0.6rem; border-radius: 50%; overflow: hidden; border: 1px solid rgba(var(--thm-white-rgb), 0.4); color: var(--thm-primary); background: rgba(4, 23, 26, 0.4); font-size: 18px; font-weight: 700; }

.main-slider-one__icon span { position: relative; display: inline-block; color: var(--thm-white); font-size: 16px; line-height: 0.26rem; font-weight: 400; text-transform: capitalize; margin-left: 0.20rem; }

.main-slider-one__content .contact-info { position: relative; display: block; margin-top: 2rem; opacity: 0; -webkit-transition: all 1500ms ease; transition: all 1500ms ease; -webkit-transform: translateY(0.8rem); transform: translateY(0.8rem); -moz-transform: translateY(0.8rem); -ms-transform: translateY(0.8rem); -o-transform: translateY(0.8rem); }

@media only screen and (min-width: 0px) and (max-width: 575px) { .main-slider-one__content .contact-info { margin-top: 50px; display: none; } }

.main-slider-one .swiper-slide-active .main-slider-one__content .contact-info { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 1800ms; transition-delay: 1800ms; }

.main-slider-one__content .contact-info ul { position: relative; display: flex; align-items: center; }

.main-slider-one__content .contact-info ul li { position: relative; display: flex; align-items: center; margin-right: 0.6rem; }

.main-slider-one__content .contact-info ul li:last-child { margin-right: 0; }

.main-slider-one__content .contact-info ul li .icon-box { position: relative; display: block; }

.main-slider-one__content .contact-info ul li .icon-box span { position: relative; display: inline-block; color: var(--thm-primary); font-size: 15px; line-height: 15px; font-weight: 700; }

.main-slider-one__content .contact-info ul li .text-box { position: relative; display: block; margin-left: 15px; }

.main-slider-one__content .contact-info ul li .text-box p { color: var(--thm-white); }

.main-slider-one__content .contact-info ul li .text-box p a { color: var(--thm-white); }

.main-slider-one__content .contact-info ul li .text-box p a:hover { color: var(--thm-primary); }

.main-slider-one__content .social-links { position: absolute; bottom: 0; right: -226px; display: flex; align-items: center; opacity: 0; -webkit-transition: all 1200ms ease; transition: all 1200ms ease; -webkit-transform: translateX(0.8rem); transform: translateX(0.8rem); z-index: 2; }

.main-slider-one .swiper-slide-active .main-slider-one__content .social-links { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); -webkit-transition-delay: 2000ms; transition-delay: 2000ms; }

.main-slider-one__content .social-links a { position: relative; display: block; color: var(--thm-white); }

.main-slider-one__content .social-links a + a { margin-left: 0.40rem; }

.main-slider-one__content .social-links a span { position: relative; display: inline-block; font-size: 15px; line-height: 15px; }

.main-slider-one__content .social-links a:hover { color: var(--thm-primary); }

#main-slider-one__pagination { position: absolute; top: 49%; left: 1.4rem; width: 0; z-index: 55; }

@media only screen and (min-width: 0px) and (max-width: 575px) { #main-slider-one__pagination { left: auto; top: 60%; right: 30px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } }

#main-slider-one__pagination .swiper-pagination-bullet { position: relative; display: block; width: 15px; height: 15px; margin: 15px 0; background: transparent; border: 1px solid var(--thm-white); border-radius: 50%; opacity: 1; transition: all 200ms linear; transition-delay: .1s; }

#main-slider-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background: transparent; background: #015C3B; border: 1px solid #015C3B; }

#main-slider-one__pagination .swiper-pagination-bullet::before { position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; background: var(--thm-white); border-radius: 50%; transform: scale(1); transition: all 400ms linear; transition-delay: .1s; opacity: 1; content: ""; background: transparent; }

#main-slider-one__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before { background: transparent; transform: scale(0.5); opacity: 0; }

.main-slider-two { position: relative; display: block; z-index: 1; }

.main-slider-two .image-layer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-attachment: scroll; background-size: cover; background-repeat: no-repeat; background-position: center center; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 7500ms ease; transition: -webkit-transform 7500ms ease; transition: transform 7500ms ease; transition: transform 7500ms ease, -webkit-transform 7500ms ease; z-index: 1; }

.main-slider.main-slider-two .swiper-slide-active .image-layer { -webkit-transform: scale(1.07); transform: scale(1.07); }

.main-slider-two__pattern { position: absolute; left: 0; bottom: 0; right: 0; background-attachment: scroll; background-repeat: repeat-x; background-position: center center; height: 0.7rem; animation: bgSlide 20s linear infinite; z-index: 1; }

.main-slider-two__social-links { position: absolute; top: 50%; left: 80px; transform: translateY(-50%); z-index: 5; }

.main-slider-two__social-links a { position: relative; display: block; color: var(--thm-white); }

.main-slider-two__social-links a:hover { color: var(--thm-primary); }

.main-slider-two__social-links a + a { margin-top: 4px; }

.main-slider-two__social-links a span { position: relative; display: inline-block; font-size: 15px; line-height: 15px; }

.main-slider-two__single { position: relative; display: block; padding: 256px 0 270px; z-index: 1; }

.main-slider-two__content { position: relative; display: block; z-index: 10; }

.main-slider-two__content .big-title { position: absolute; top: -71px; left: -60px; opacity: 0; -webkit-transform: perspective(400px) rotateY(0deg) translateX(0.8rem); -ms-transform: perspective(400px) rotateY(0deg) translateX(0.8rem); transform: perspective(400px) rotateY(0deg) translateX(0.8rem); -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transition: all 1000ms ease; -moz-transition: all 1000ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; z-index: 10; }

.main-slider-two .swiper-slide-active .main-slider-two__content .big-title { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px); -ms-transform: perspective(400px) rotateY(0deg) translateX(0px); transform: perspective(400px) rotateY(0deg) translateX(0px); -webkit-transition-delay: 800ms; -moz-transition-delay: 800ms; -ms-transition-delay: 800ms; -o-transition-delay: 800ms; transition-delay: 800ms; }

.main-slider-two__content .big-title h2 { color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1); font-size: 160px; line-height: 1.1em; text-transform: uppercase; font-weight: 700; }

.main-slider-two__content h2 { color: var(--thm-white); font-size: 1rem; line-height: 1em; font-weight: 700; opacity: 0; -webkit-transform: perspective(400px) rotateY(0deg) translateX(0.8rem); -ms-transform: perspective(400px) rotateY(0deg) translateX(0.8rem); transform: perspective(400px) rotateY(0deg) translateX(0.8rem); -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; -webkit-transition: all 1000ms ease; -moz-transition: all 1000ms ease; -ms-transition: all 1000ms ease; -o-transition: all 1000ms ease; transition: all 1000ms ease; z-index: 10; }

.main-slider-two .swiper-slide-active .main-slider-two__content h2 { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px); -ms-transform: perspective(400px) rotateY(0deg) translateX(0px); transform: perspective(400px) rotateY(0deg) translateX(0px); -webkit-transition-delay: 800ms; -moz-transition-delay: 800ms; -ms-transition-delay: 800ms; -o-transition-delay: 800ms; transition-delay: 800ms; }

.main-slider-two__content .btn-box { position: relative; display: flex; align-items: center; margin-top: 49px; opacity: 0; -webkit-transform: perspective(400px) rotateY(0deg) translateY(0.8rem); -ms-transform: perspective(400px) rotateY(0deg) translateY(0.8rem); transform: perspective(400px) rotateY(0deg) translateY(0.8rem); -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-transition: all 1200ms ease; -moz-transition: all 1200ms ease; -ms-transition: all 1200ms ease; -o-transition: all 1200ms ease; transition: all 1200ms ease; z-index: 10; }

.main-slider-two .swiper-slide-active .main-slider-two__content .btn-box { opacity: 1; -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px); -ms-transform: perspective(400px) rotateY(0deg) translateY(0px); transform: perspective(400px) rotateY(0deg) translateY(0px); -webkit-transition-delay: 1000ms; -moz-transition-delay: 1000ms; -ms-transition-delay: 1000ms; -o-transition-delay: 1000ms; transition-delay: 1000ms; }

.main-slider-two__content .btn-two { position: relative; display: block; margin-left: 0.40rem; }

.main-slider-two__content .main-slider-one__icon i { border: 1px solid rgba(var(--thm-white-rgb), 1); background: var(--thm-white); transition: all 200ms linear; transition-delay: .1s; }

.main-slider-two__content .main-slider-one__icon i:hover { border: 1px solid rgba(var(--thm-primary-rgb), 1); color: var(--thm-white); background: var(--thm-primary); }

#main-slider-two__pagination { position: absolute; left: 0; bottom: 0.20rem; right: 0; z-index: 55; }

#main-slider-two__pagination .swiper-pagination-bullet { position: relative; display: inline-block; width: 10px; height: 10px; margin: 0 5px; background: var(--thm-white); border-radius: 50%; opacity: 1; transition: all 200ms linear; transition-delay: .1s; }

#main-slider-two__pagination .swiper-pagination-bullet::before { position: absolute; top: -2px; left: -2px; bottom: -2px; right: -2px; background: var(--thm-primary); border-radius: 50%; transition: all 300ms linear; transition-delay: .1s; transform: scale(0.7); opacity: 0; content: ""; }

#main-slider-two__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before { transform: scale(1); opacity: 1; }

.main-slider__nav { position: absolute; top: 50%; transform: translateY(-50%); right: 80px; z-index: 100; }

.main-slider__nav .swiper-button-next, .main-slider__nav .swiper-button-prev { position: relative; display: flex; align-items: center; justify-content: center; width: 0.6rem; height: 0.6rem; color: #070d1a; font-size: 22px; font-weight: 700; background: var(--thm-white); border: 0; margin: 0; text-align: center; -webkit-transition: all 500ms ease; transition: all 500ms ease; border-radius: 50%; z-index: 100; }

.main-slider__nav .swiper-button-next i, .main-slider__nav .swiper-button-prev i { font-weight: 700; }

.main-slider__nav .swiper-button-next:hover, .main-slider__nav .swiper-button-prev:hover { background: #070d1a; color: var(--thm-white); border: 0; }

.main-slider__nav .swiper-button-next::after, .main-slider__nav .swiper-button-prev::after { display: none; }

.main-slider__nav .swiper-button-next { margin-left: 0; margin-top: 0.20rem; }

.main-slider-three { position: relative; display: block; z-index: 1; }

.main-slider-three .image-layer { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #11161f; background-blend-mode: luminosity; background-attachment: scroll; background-size: cover; background-repeat: no-repeat; background-position: center center; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform 7500ms ease; transition: -webkit-transform 7500ms ease; transition: transform 7500ms ease; transition: transform 7500ms ease, -webkit-transform 7500ms ease; z-index: 1; }

.main-slider.main-slider-three .swiper-slide-active .image-layer { -webkit-transform: scale(1.05); transform: scale(1.05); }

.main-slider-three .image-layer::before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #000d24; opacity: .6; content: ""; z-index: -1; }

.main-slider-three .swiper-container { max-width: 1760px; width: 100%; }

.main-slider-three .container { padding-top: 260px; padding-bottom: 260px; }

.main-slider-three__single { position: relative; display: block; }

.main-slider-three__content { position: relative; display: block; overflow: hidden; z-index: 5; }

.main-slider-three__content .logo-box { position: relative; display: block; margin-bottom: 35px; opacity: 0; visibility: hidden; -webkit-transform: translateY(-120px); transform: translateY(-120px); -webkit-transition-delay: 1000ms; transition-delay: 1000ms; -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; transition: opacity 2000ms ease, -webkit-transform 2000ms ease; transition: transform 2000ms ease, opacity 2000ms ease; transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; z-index: 10; }

.main-slider-three .swiper-slide-active .main-slider-three__content .logo-box { visibility: visible; opacity: 1; -webkit-transform: translateY(0) translateX(0); transform: translateY(0) translateX(0); }

.main-slider-three__content .logo-box img { width: auto; }

.main-slider-three__content .title { position: relative; display: block; opacity: 0; visibility: hidden; -webkit-transform: translateY(120px); transform: translateY(120px); -webkit-transition-delay: 1000ms; transition-delay: 1000ms; -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; transition: opacity 2000ms ease, -webkit-transform 2000ms ease; transition: transform 2000ms ease, opacity 2000ms ease; transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; z-index: 10; }

.main-slider-three .swiper-slide-active .main-slider-three__content .title { visibility: visible; opacity: 1; -webkit-transform: translateY(0) translateX(0); transform: translateY(0) translateX(0); }

.main-slider-three__content .title h2 { color: var(--thm-white); font-size: 110px; line-height: 1em; font-weight: 700; text-transform: uppercase; }

.main-slider-three__content .btn-box { position: relative; display: flex; align-items: center; justify-content: center; margin-top: 0.42rem; opacity: 0; visibility: hidden; -webkit-transform: translateY(120px); transform: translateY(120px); -webkit-transition-delay: 1000ms; transition-delay: 1000ms; -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease; transition: opacity 2000ms ease, -webkit-transform 2000ms ease; transition: transform 2000ms ease, opacity 2000ms ease; transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease; z-index: 10; }

.main-slider-three .swiper-slide-active .main-slider-three__content .btn-box { visibility: visible; opacity: 1; -webkit-transform: translateY(0) translateX(0); transform: translateY(0) translateX(0); }

.main-slider-three__content .btn-box .btn-one { position: relative; display: block; }

.main-slider-three__content .btn-box .btn-two { position: relative; display: block; margin-left: 30px; }

.main-slider-three__content .btn-box .btn-two .thm-btn:after { background-color: transparent; border: 1px solid #003900; }

.main-slider-three__content .btn-box .btn-two .thm-btn::before { background: var(--thm-primary); }

.main-slider-three__social-links { position: absolute; display: flex; align-items: center; top: 0; left: -70px; bottom: 0; transform: rotate(-90deg); z-index: 5; }

.main-slider-three__social-links .title-box { position: relative; display: flex; align-items: center; }

.main-slider-three__social-links .title-box .text { position: relative; display: block; }

.main-slider-three__social-links .title-box .text p { color: var(--thm-white); font-size: 16px; line-height: 0.26rem; font-weight: 700; text-transform: capitalize; }

.main-slider-three__social-links .title-box .border-box { position: relative; display: block; width: 0.6rem; height: 1px; background: var(--thm-white); margin-left: 10px; }

.main-slider-three__social-links .social-links { position: relative; display: block; margin-left: 30px; }

.main-slider-three__social-links .social-links li { position: relative; display: inline-block; margin-right: 11px; }

.main-slider-three__social-links .social-links li:last-child { margin-right: 0; }

.main-slider-three__social-links .social-links li a { position: relative; display: flex; align-items: center; justify-content: center; width: 0.40rem; height: 0.40rem; border-radius: 50%; border: 1px solid #59657c; transition: all 300ms linear; transition-delay: .1s; z-index: 1; }

.main-slider-three__social-links .social-links li a::before { position: absolute; top: 0; left: 0; bottom: 0; right: 0; border-radius: 50%; background: var(--thm-white); transform: scale(0.5); opacity: 0; transition: all 300ms linear; transition-delay: .1s; content: ""; }

.main-slider-three__social-links .social-links li a:hover::before { transform: scale(1); opacity: 1; }

.main-slider-three__social-links .social-links li a:hover { border-color: var(--thm-white); transition: all 300ms linear; transition-delay: .2s; }

.main-slider-three__social-links .social-links li a span { position: relative; display: inline-block; color: var(--thm-white); font-size: 15px; line-height: 15px; transform: rotate(90deg); transition: all 200ms linear; transition-delay: .1s; }

.main-slider-three__social-links .social-links li a:hover span { color: var(--thm-primary); }

.main-slider-three__control-wrap { position: absolute; top: 50%; transform: translateY(-50%); right: 1rem; display: flex; align-items: center; justify-content: flex-start; height: 0; line-height: 0; z-index: 100; }

.main-slider-three__control-wrap .swiper-counter { position: relative; display: inline-flex; align-items: baseline; justify-content: space-between; width: 0.20rem; z-index: 9; }

.main-slider-three__control-wrap .swiper-counter div { position: relative; display: inline-block; color: #fff; font-size: 16px; line-height: 0.26rem; font-weight: 700; font-family: var(--thm-font); }

.main-slider-three__control-wrap .swiper-counter div#current2 { margin-right: 0.06rem; }

.main-slider-three__control-wrap .swiper-counter div#total2 { position: relative; right: 0; color: #fff; font-size: 16px; line-height: 0.26rem; font-weight: 700; font-family: var(--thm-font); }

.rts-footer-one { position: relative; z-index: 1; }

.rts-footer-one .footer-one-left-right-image .one { position: absolute; right: 0; bottom: 0; z-index: -1; opacity: .5; }

.rts-footer-one .footer-one-left-right-image .two { position: absolute; left: 0; bottom: 0; z-index: -1; opacity: .5; }

.bg-cta-footer-one.wrapper { border-bottom: 1px solid #282828; border-radius: 0; padding: 60px 0; }

@media only screen and (max-width: 767px) { .bg-cta-footer-one.wrapper { padding: 25px; } }

@media only screen and (max-width: 575px) { .bg-cta-footer-one.wrapper { padding: 15px 0; } }

.bg-cta-footer-one .logo-area-footer { padding: 0; display: block; border-radius: 10px 0 0 10px; text-align: left; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .bg-cta-footer-one .logo-area-footer { background: 0; padding: 22px; justify-content: flex-start; display: flex; } }

@media only screen and (max-width: 767px) { .bg-cta-footer-one .logo-area-footer { background: 0; padding: 22px; justify-content: flex-start; display: flex; padding: 9px 25px; } }

.bg-cta-footer-one .single-cta-area { display: flex; align-items: center; text-align: left; justify-content: flex-start; }

@media only screen and (max-width: 1199px) { .bg-cta-footer-one .single-cta-area { padding: 9px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .bg-cta-footer-one .single-cta-area { padding: 20px; justify-content: flex-start; } }

@media only screen and (max-width: 767px) { .bg-cta-footer-one .single-cta-area { justify-content: flex-start; padding: 9px 25px; } }

.bg-cta-footer-one .single-cta-area.last { border-radius: 0 10px 10px 0; }

.bg-cta-footer-one .single-cta-area .icon { height: 50px; width: 50px; background: #282828; display: flex; align-items: center; justify-content: center; border-radius: 50%; }

.bg-cta-footer-one .single-cta-area .icon i { color: #fff; }

.bg-cta-footer-one .single-cta-area .contact-info { margin-left: 15px; text-align: left; }

.bg-cta-footer-one .single-cta-area .contact-info p { font-weight: 500; font-size: 16px; line-height: 19px; margin-bottom: 7px; }

.bg-cta-footer-one .single-cta-area .contact-info a { font-weight: 700; font-size: 18px; line-height: 24px; color: #fff; transition: .3s; font-family: var(--font-primary); }

@media only screen and (max-width: 1199px) { .bg-cta-footer-one .single-cta-area .contact-info a { font-size: 15px; } }

@media only screen and (max-width: 767px) { .bg-cta-footer-one .single-cta-area .contact-info a { font-size: 14px; } }

.bg-cta-footer-one .single-cta-area .contact-info a:hover { color: var(--accent-color); }

.footer-bg-one { background-image: url(../images/footer/01.jpg); background-size: cover; background-repeat: no-repeat; }

.single-footer-one-wrapper { display: flex; align-items: flex-start; gap: 100px; justify-content: space-between; }

.single-footer-one-wrapper > :last-child { margin-right: 0; }

@media only screen and (min-width: 1200px) and (max-width: 1599px) { .single-footer-one-wrapper { gap: 80px; } }

@media only screen and (max-width: 1199px) { .single-footer-one-wrapper { flex-wrap: wrap; } }

@media only screen and (max-width: 767px) { .single-footer-one-wrapper { gap: 40px; } }

.single-footer-one-wrapper .single-footer-component { flex-basis: 25%; }

@media only screen and (max-width: 767px) { .single-footer-one-wrapper .single-footer-component { flex-basis: 100%; display: none; } }

.single-footer-one-wrapper .single-footer-component.first { flex-basis: 30%; }

@media only screen and (max-width: 767px) { .single-footer-one-wrapper .single-footer-component.first { flex-basis: 100%; display: block; } }

.single-footer-one-wrapper .single-footer-component.last { flex-basis: 30%; }

@media only screen and (max-width: 767px) { .single-footer-one-wrapper .single-footer-component.last { flex-basis: 100%; display: block; } }

.logo-area-footer img { max-width: 260px; }

.single-footer-one-wrapper .single-footer-component .title-area { position: relative; margin-bottom: 45px; }

.single-footer-one-wrapper .single-footer-component .title-area::after { position: absolute; background-image: url(../images/02.png); background-size: cover; content: ""; left: 0; bottom: -15px; height: 2px; width: 61px; background-repeat: no-repeat; }

.single-footer-one-wrapper .single-footer-component .title-area .title { color: #fff; font-weight: 700; font-size: 24px; line-height: 32px; }

.single-footer-one-wrapper .single-footer-component .body p.disc { margin-bottom: 30px; }



.rts-social-style-one ul { list-style: none; display: flex; align-items: center; padding: 0; }

.rts-social-style-one ul li { margin-right: 10px; }

.rts-social-style-one ul li a { display: block; padding: 13px; background: #222224; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; transition: .3s; }

.rts-social-style-one ul li a i { color: #fff; transition: .3s; }

.rts-social-style-one ul li a:hover { background: var(--accent-color); }

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

.pages-footer ul li { display: flex; align-items: center; margin: 0; }

.pages-footer ul li a { display: flex; align-items: center; }

.pages-footer ul li a i { margin-right: 15px; font-weight: 900; font-size: 16px; line-height: 40px; }

.pages-footer ul li a p { font-weight: 400; font-size: 16px; line-height: 1.35; transition: .3s; margin-bottom: 0; }

.pages-footer ul li a:hover p { color: #fff; }

.gallery-footer ul { padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; }

.gallery-footer ul li { flex-basis: 30%; margin: 0; }

@media only screen and (max-width: 767px) { .gallery-footer ul li { flex-basis: 15%; } }

.copyright-footer-one { background: #1C1C1C; padding: 40px 0; text-align: center; }

.footer-bg-two { background: #1F1F25; background-image: url(../images/footer.jpg); background-size: cover; position: relative; z-index: 1; }

.footer-bg-two:before { content: ""; position: absolute; top: 0; width: 100%; height: 100%; background-color: #222; mix-blend-mode: multiply; opacity: .99; }

.footer-bg-two .shape-image-f-2 { position: absolute; left: 60px; bottom: 0; z-index: 2; opacity: 0.05; }

.footer-bg-two .container { position: relative; z-index: 10; }

.border-top-copyright { border-top: 1px solid rgba(255, 255, 255, 0.15); }

.rts-footer-one.footer-bg-two .copyright-area-two { display: flex; align-items: center; justify-content: center; }

.rts-footer-one.footer-bg-two .copyright-area-two.five { justify-content: space-between; }

.rts-footer-one.footer-bg-two .copyright-area-two.five .right ul { gap: 12px; }

@media only screen and (max-width: 767px) { .rts-footer-one.footer-bg-two .copyright-area-two { flex-direction: column; align-items: center; } }

.rts-footer-one.footer-bg-two .copyright-area-two .left p { margin: 0; }

.rts-footer-one.footer-bg-two .copyright-area-two .right ul { display: flex; align-items: center; padding: 0; margin: 0; list-style: none; gap: 53px; }

.footer-contact-wrapper-2 .contact-single { display: flex; align-items: center; gap: 15px; margin-bottom: 32px; }

.footer-contact-wrapper-2 .info-content a .title { color: #fff; font-weight: 600; font-size: 16px; line-height: 21px; transition: .3s; margin-bottom: 2px; }

.footer-contact-wrapper-2 .info-content a:hover .title { color: var(--accent-color); }

.footer-contact-wrapper-2 .info-content span { font-weight: 400; font-size: 16px; line-height: 19px; color: #D9D9D9; }

.footer-bg-two .pages-footer ul li a p { color: #D9D9D9; transition: .3s; }

.footer-bg-two .pages-footer ul li a:hover { color: var(--accent-color); }

.footer-bg-two .pages-footer ul li a p:hover { color: var(--accent-color); }

.single-footer-one-wrapper.two .single-footer-component .body p.disc { margin-bottom: 30px; color: #D9D9D9; }

.rts-footer-one.footer-bg-one { background-image: none; background-color: #1B1B1B; }

.copyright-area-one { display: flex; align-items: center; justify-content: center; }

@media only screen and (max-width: 575px) { .copyright-area-one { flex-direction: column; align-items: flex-start; } }

.copyright-area-one .left p { margin: 0; }

.copyright-area-one .right ul { display: flex; align-items: center; padding: 0; margin: 0; list-style: none; gap: 53px; }

.rts-footer-one.footer-bg-two.bg-four { background: #1B1B1B; }

.rts-brand-area { background-color: var(--secondary-color); }

.brand-area-h2 { display: flex; align-items: center; justify-content: space-between; }

@media only screen and (max-width: 767px) { .brand-area-h2 img { max-width: 100px !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .brand-area-h2 { flex-wrap: wrap; justify-content: center; gap: 30px; } }

@media only screen and (max-width: 767px) { .brand-area-h2 { justify-content: center; flex-wrap: wrap; gap: 30px; } }

@media only screen and (max-width: 576px) { .brand-area-h2 { justify-content: center; flex-wrap: wrap; gap: 5px; } }

.brand-area-h2 img { max-width: 130px; transition: .3s; }

@media only screen and (max-width: 767px) { .brand-area-h2 img { max-width: 70px !important; } }

@media only screen and (max-width: 576px) { .brand-area-h2 img { max-width: 66px !important; } }

.brand-area-h2 img:hover { transform: translateY(-5px); }

/************************************/
/***        04. Hero css	      ***/
/************************************/
.hero { position: relative; padding: 160px 0 180px; background-image: url("../images/hero-bg.jpg"); background-repeat: no-repeat; background-position: center center; }

.hero::before { content: ''; position: absolute; background: linear-gradient(180deg, rgba(14, 13, 27, 0) 0%, rgba(14, 13, 27, 0.55) 40.5%); background-repeat: no-repeat; background-position: center center; top: 0; bottom: 0; right: 0; left: 0; z-index: 1; }

.hero.hero-slider { text-align: center; background: none; padding: 0; }

.hero-slider-layout .hero-slide { position: relative; padding: 160px 0 180px; min-height: 880px; display: flex; align-items: center; }

.hero.hero-slider:before { display: none; }

.hero.hero-slider .hero-slider-layout { position: relative; z-index: 2; }

.hero-slider-layout .hero-slide::before { content: ''; position: absolute; background: linear-gradient(180deg, rgba(14, 13, 27, 0) 0%, rgba(14, 13, 27, 0.55) 40.5%); background-repeat: no-repeat; background-position: center center; top: 0; bottom: 0; right: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image { position: absolute; top: 0; right: 0; left: 0; bottom: 0; }

.hero.hero-slider .hero-slider-layout .hero-slide .hero-slider-image img { width: 100%; height: 100%; object-fit: cover; }

.hero.hero-slider .hero-slider-layout .hero-slide .hero-content { position: relative; z-index: 2; width: 100%; max-width: 990px; margin: 0 auto; }

.hero-slider-layout .swiper-pagination { bottom: 100px; }

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet { width: 15px; height: 15px; background: var(--accent-color); opacity: 1; transition: all 0.3s ease-in-out; margin: 0 5px; }

.hero-slider-layout .swiper-pagination .swiper-pagination-bullet-active { background-color: var(--white-color); }

.hero-video .hero-bg-video { position: absolute; top: 0; right: 0; left: 0; bottom: 0; }

.hero-video .hero-bg-video video { width: 100%; height: 100%; object-fit: cover; }

.hero-content { position: relative; z-index: 2; width: 100%; max-width: 930px; margin: 0 auto; text-align: center; }

.hero-content-title { margin-bottom: 30px; }

.hero-content-title h3 { font-size: 20px; font-weight: 600; color: var(--accent-color); text-transform: capitalize; margin-bottom: 20px; display: none; }

.hero-content-title h1, .hero-content-title h2 { font-size: 60px; font-weight: 700; letter-spacing: -0.02em; color: var(--white-color); cursor: none; }

.hero-content-body { width: 100%; max-width: 750px; margin: 0 auto; margin-bottom: 30px; }

.hero-content-body p { font-size: 18px; font-weight: 500; color: var(--white-color); margin: 0; }

.hero-content-footer .btn-default.btn-highlighted { margin-left: 20px; }

/************************************/
/***     06. Our Services css	  ***/
/************************************/
.our-services { position: relative; background: var(--secondary-color) url("../images/white-squre-bg-img.svg") no-repeat; background-position: right bottom; background-size: auto; padding: 100px 0; }

.our-services .section-title h3 { background-color: var(--white-color); }

.service-item { position: relative; background-color: var(--white-color); text-align: center; padding: 40px; transition: all 0.4s ease-in-out; overflow: hidden; cursor: none; margin-bottom: 30px; }

.service-item::before { content: ''; position: absolute; left: 0; right: 0; top: 100%; border-radius: 0px; background: var(--primary-color); transition: all 0.4s ease-in-out; height: 100%; z-index: 1; }

.service-item:hover:before { top: 0; }

.service-item::after { content: ''; position: absolute; background-image: url("../images/squre-bg-img.svg"); background-repeat: no-repeat; background-position: right bottom; background-size: contain; top: 0; left: 0; width: 52px; height: 52px; z-index: 1; }

.service-item .icon-box { position: relative; z-index: 2; margin-bottom: 20px; }

.service-body { position: relative; z-index: 2; margin-bottom: 20px; }

.service-body h3 { font-size: 22px; text-transform: capitalize; margin-bottom: 15px; transition: all 0.3s ease-in-out; }

.service-item:hover .service-body h3 { color: var(--white-color); }

.service-body p { margin: 0; transition: all 0.3s ease-in-out; }

.service-item:hover .service-body p { color: var(--white-color); }

.service-footer a { position: relative; color: var(--accent-color); text-transform: capitalize; padding-right: 20px; transition: all 0.3s ease-in-out; z-index: 2; }

.service-footer a:hover { color: var(--white-color); }

.service-footer a::after { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 14px; color: var(--accent-color); position: absolute; top: 0; right: 0; transition: all 0.3s ease-in-out; }

.service-footer a:hover:after { color: var(--white-color); }

.service-footer-btn { display: block; width: 100%; text-align: center; margin-top: 50px; }

/************************************/
/***     07. Why Choose Us css	  ***/
/************************************/
.why-choose-us { position: relative; background: url("../images/squre-bg-img-2.svg") no-repeat left bottom; background-size: auto; padding: 100px 0 70px; }

.why-choose-content { margin-right: 100px; }

.why-choose-image { position: relative; margin-bottom: 30px; }

.why-choose-image figure { display: block; }

.why-choose-image::after { content: ''; position: absolute; background-image: url("../images/white-squre-bg-img.svg"); background-repeat: no-repeat; background-position: bottom right; background-size: contain; right: 0; bottom: 0; width: 52px; height: 52px; z-index: 1; }

.why-choose-image img { aspect-ratio: 1/0.96; object-fit: cover; }

.why-choose-item { position: relative; border: 1px solid #E8E8E8; text-align: center; height: calc(100% - 30px); margin-bottom: 30px; padding: 40px; transition: all 0.4s ease-in-out; overflow: hidden; }

.why-choose-item::before { content: ''; position: absolute; left: 0; right: 0; top: 100%; border-radius: 0px; background: var(--secondary-color); transition: all 0.4s ease-in-out; height: 100%; z-index: -1; }

.why-choose-item:hover:before { top: 0; }

.why-choose-item .icon-box { margin-bottom: 20px; }

.why-choose-body { margin-bottom: 20px; }

.why-choose-body h3 { font-size: 22px; text-transform: capitalize; margin-bottom: 10px; }

.why-choose-body p { margin-bottom: 0; }

.why-choose-footer a { position: relative; color: var(--accent-color); text-transform: capitalize; padding-right: 20px; transition: all 0.3s ease-in-out; }

.why-choose-footer a:hover { color: var(--primary-color); }

.why-choose-footer a::after { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 14px; color: var(--accent-color); position: absolute; top: 0; right: 0; transition: all 0.3s ease-in-out; }

.why-choose-footer a:hover:after { color: var(--primary-color); }

/************************************/
/***     08. Intro Video css	  ***/
/************************************/
.intro-video { position: relative; }

.intro-video::after { content: ''; position: absolute; background-image: url("../images/white-squre-bg-img.svg"); background-repeat: no-repeat; background-position: right bottom; background-size: contain; right: 0; bottom: 0; width: 52px; height: 52px; z-index: 1; }

.intro-video .container-fluid { padding: 0; }

.intro-video-box { position: relative; overflow: hidden; cursor: none; }

.intro-video-box .video-image img { width: 100%; aspect-ratio: 1/0.40; object-fit: cover; transition: all 0.5s ease-in-out; }

.intro-video-box:hover .video-image img { transform: scale(1.1); }

.intro-video-box .video-image a { cursor: none; }

.video-play-button { position: absolute; top: 50%; left: 50%; z-index: 2; transform: translate(-50%, -50%); }

.video-play-button a { position: relative; background-color: var(--accent-color); border-radius: 100%; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; cursor: none; }

.video-play-button a:before { content: ''; position: absolute; top: -30%; left: -30%; width: 160%; height: 160%; border: 50px solid #E8E8E8; border-radius: 50%; transform: scale(0.6); z-index: -1; animation: border-zooming 1.2s infinite linear; }

.video-play-button a:after { content: ''; position: absolute; top: -30%; left: -30%; width: 160%; height: 160%; border: 50px solid #E8E8E8; border-radius: 50%; transform: scale(0.6); z-index: -1; animation: border-zooming 1.2s infinite linear; animation-delay: .3s; }

@keyframes border-zooming { 100% { transform: scale(1);
    opacity: 0; } }

.video-play-button a i { font-size: 40px; color: var(--white-color); }

/************************************/
/***     09. Our Project css	  ***/
/************************************/
.our-project { padding: 0 0 0; padding-top: 100px; }

@media only screen and (max-width: 768px) { .our-project { display: none !important; } }

.our-project .container-fluid { padding: 0; }

.our-project .container-fluid .row .col-lg-3 { padding: 0; }

.project-item { position: relative; }

.project-image a { position: relative; display: block; }

.project-image a::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(102, 102, 102, 0) 45%, var(--primary-color) 100%); }

.project-image img { width: 100%; aspect-ratio: 1/1.2; object-fit: cover; }

.project-content { position: absolute; bottom: 10px; right: 30px; left: 30px; text-align: center; z-index: 1; transition: all 0.4s ease-in-out; }

.project-item:hover .project-content { transform: translateY(-10px); }

.project-content h3 { font-size: 22px; color: var(--white-color); text-transform: capitalize; margin-bottom: 5px; }

.project-content p { color: #f0f0f0; text-transform: capitalize; margin: 0; }

.project-content .project-readmore-btn { height: 0; overflow: hidden; transition: all 0.4s ease-out; margin-top: 10px; }

.project-item:hover .project-content .project-readmore-btn { height: 46px; }

.project-readmore-btn .btn-default { padding: 15px 50px 15px 30px; }

.project-readmore-btn .btn-default::before { transform: translate(-30px, -50%) rotate(45deg); }

.project-readmore-btn .btn-default:hover:before { transform: translate(-30px, -50%) rotate(90deg); }
@media only screen and (max-width: 575px) { 

  .project-readmore-btn .btn-default { padding: 15px 35px 15px 20px; }
  .project-readmore-btn .btn-default::before { transform: translate(-15px, -50%) rotate(45deg); }
  .project-readmore-btn .btn-default:hover:before { transform: translate(-15px, -50%) rotate(90deg); }

}

/************************************/
/***       11. Our Faqs css	      ***/
/************************************/
.our-faqs { background-color: var(--secondary-color); padding: 100px 0; }

.our-faqs .section-title { position: sticky; top: 20px; }

.our-faqs .section-title h3 { background-color: var(--white-color); }

.faq-accordion { margin-left: 30px; }

.faq-accordion .accordion-item { position: relative; background: none; border-bottom: 1px solid #E8E8E8; padding-bottom: 20px; margin-bottom: 20px; }

.faq-accordion .accordion-item:last-child { border: none; margin-bottom: 0; }

.faq-accordion .accordion-item .accordion-button { display: flex; align-items: center; width: 100%; background: none; font-size: 22px; font-weight: 600; color: var(--primary-color); border: none; box-shadow: none; padding: 5px 30px 5px 80px; position: relative; transition: all 0.3s ease-in-out; }

.faq-accordion .accordion-button:not(.collapsed) { color: var(--accent-color); }

.faq-accordion .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after { content: ''; position: absolute; right: 0; top: 50%; bottom: auto; transform: translate(0px, -10px) rotate(45deg); background-image: url(../images/icon-plus.svg); background-repeat: no-repeat; background-position: right center; background-size: contain; display: flex; align-items: center; justify-content: center; width: 18px; height: 18px; padding: 0; transition: all 0.3s ease-in-out; }

.faq-accordion .accordion-item .accordion-button.collapsed::after { transform: translate(0px, -10px) rotate(0deg); }

.faq-accordion .accordion-item .accordion-button span { position: absolute; left: 0; top: 0; bottom: auto; transform: translateY(50%); font-size: 22px; line-height: 1em; color: var(--primary-color); transition: all 0.3s ease-in-out; }

.faq-accordion .accordion-button:not(.collapsed) span { color: var(--accent-color); }

.faq-accordion .accordion-item .accordion-collapse .accordion-body { padding: 5px 30px 5px 80px; }

.faq-accordion .accordion-item .accordion-collapse .accordion-body p { margin: 0; }

/************************************/
/***     12. Latest News css	  ***/
/************************************/
.latest-news { position: relative; background: url("../images/squre-bg-img.svg") no-repeat left top; background-size: auto; padding: 100px 0 70px; }

@media only screen and (max-width: 768px) { .latest-news { display: none !important; } }

.blog-item { position: relative; height: calc(100% - 30px); margin-bottom: 30px; }

.post-featured-image { overflow: hidden; }

.post-featured-image a { display: block; }

.post-featured-image img { aspect-ratio: 1/0.65; object-fit: cover; transition: all 0.5s ease-out; }

.blog-item:hover .post-featured-image img { transform: scale(1.1); }

.post-item-content { border: 1px solid #E8E8E8; border-top: 0; padding: 25px; overflow: hidden; }

.blog-item:hover .post-item-content { border-color: var(--secondary-color); }

.post-item-meta { border-bottom: 1px solid #E8E8E8; padding-bottom: 15px; margin-bottom: 15px; }

.post-item-meta ul { list-style: none; padding: 0; margin: 0; }

.post-item-meta ul li { display: inline-block; margin-right: 20px; }

.post-item-meta ul li:last-child { margin-right: 0; }

.post-item-meta ul li a { color: var(--primary-color); text-transform: capitalize; }

.post-item-meta ul li a i { font-size: 18px; color: var(--accent-color); margin-right: 10px; }

.post-item-body { margin-bottom: 20px; }

.post-item-body h2 { font-size: 20px; line-height: 1.4em; }

.post-item-body h2 a { color: inherit; }

.post-item-footer a { position: relative; color: var(--accent-color); text-transform: capitalize; padding-right: 20px; transition: all 0.3s ease-in-out; vertical-align: middle; }

.post-item-footer a:hover { color: var(--primary-color); }

.post-item-footer a::after { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; font-size: 14px; color: var(--accent-color); position: absolute; top: 0; right: 0; transition: all 0.3s ease-in-out; }

.post-item-footer a:hover:after { color: var(--primary-color); }

/************************************/
/***    14. About us Page css	  ***/
/************************************/
.page-header { position: relative; padding: 150px 0px; background: linear-gradient(180deg, transparent 0%, #0e0d1b8c 40.5%), url("../images/page-header-bg.jpg") no-repeat center center; background-size: cover; background-position: center center; }

.page-header::after { content: ''; position: absolute; background-image: url(../images/white-squre-bg-img.svg); background-repeat: no-repeat; background-position: right bottom; background-size: contain; right: 0; bottom: 0; width: 52px; height: 52px; z-index: 1; }

.page-header-box { position: relative; z-index: 1; text-align: center; }

.page-header-box h1 { color: var(--white-color); font-size: 80px; letter-spacing: -0.02em; margin-bottom: 30px; cursor: none; }

.page-header-box ol { display: inline-flex; margin-bottom: 0; justify-content: center; background-color: var(--accent-color); border-radius: 80px; padding: 15px 20px; }

.page-header-box ol li.breadcrumb-item { color: var(--white-color); font-size: 14px; font-weight: 600; line-height: 1.1em; text-transform: capitalize; }

.page-header-box ol li.breadcrumb-item a { color: inherit; }

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before { color: var(--white-color); }

.breadcrumb-item + .breadcrumb-item a:not(:first-child) { padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item a + ::before { display: inline-block; padding-right: .5rem; color: var(--white-color); content: "/"; }

.page-about-us { padding: 100px 0; background: url("../images/blue-squre-bg-img.svg?11") no-repeat bottom right; background-size: auto; }

.about-us-image { position: relative; padding-bottom: 140px; margin-right: 40px; }

.about-img-2 { position: absolute; bottom: 0; right: 0; width: 75%; border-radius: 30px; overflow: hidden; }

.about-img-1 { position: relative; width: 470px; }

.about-img-1::before { position: absolute; content: ''; background: url("../images/white-squre-bg-img.svg") no-repeat top left; background-size: 100% auto; width: 52px; height: 52px; top: 0; left: 0; z-index: 1; }

.about-img-1 img { aspect-ratio: 1 /1; object-fit: cover; border-radius: 10px; }

.about-img-2 img { object-fit: cover; border-width: 10px 0 0 10px; border-style: solid; border-color: var(--white-color); border-radius: 0px; }

.experience-counter-item { background: var(--accent-color); width: 195px; height: 160px; display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; top: 0; right: 0; }

.experience-counter-item .experience-counter-content h3 { color: var(--white-color); font-size: 50px; margin-bottom: 10px; }

.experience-counter-item .experience-counter-content p { color: #fff; font-size: 22px; font-weight: 600; text-transform: capitalize; letter-spacing: -0.02em; line-height: 1.2em; margin: 0; }

.client-counter-item { display: flex; align-items: center; justify-content: center; text-align: center; position: absolute; bottom: 0; left: 0; transform: translateY(-50%); animation: moveobject 3s infinite linear alternate; }

@keyframes moveobject { 50% { left: 40px; } }

.client-counter-item .client-counter-content h3 { color: var(--primary-color); font-size: 16px; font-weight: 400; text-transform: capitalize; margin-bottom: 10px; }

.about-company-quality { display: flex; flex-wrap: wrap; margin-bottom: 30px; }

.company-quality-item { width: 48%; margin-right: 2%; display: flex; align-items: center; }

.company-quality-item .icon-box { position: relative; background-color: var(--secondary-color); width: 85px; height: 85px; border-radius: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; margin-right: 20px; transition: all 0.3s ease-in-out; }

.company-quality-item .icon-box:before { content: ''; display: block; position: absolute; width: 100%; height: 100%; background-color: var(--primary-color); top: 0; left: 0; transform: scale(0); transition: all 0.3s ease-in-out; border-radius: 0px; z-index: 0; }

.company-quality-item .icon-box img { z-index: 1; position: relative; }

.company-quality-item:hover .icon-box:before { transform: scale(1); }

.company-quality-item .company-quality-content { width: calc(100% - 105px); }

.company-quality-item .company-quality-content h3 { font-size: 16px; font-weight: 600; text-transform: capitalize; }

.about-story-body p { margin-bottom: 15px; }

.about-story-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }

.about-story-footer ul li { width: 88%; margin-right: 2%; color: var(--primary-color); font-size: 16px; font-weight: 600; text-transform: capitalize; padding-left: 30px; margin-bottom: 10px; position: relative; }

.about-story-footer ul li:last-child { margin-bottom: 0; }

.about-story-footer ul li::before { content: '\f00C'; font-family: 'Font Awesome 5 Free'; font-weight: 900; font-size: 18px; color: var(--accent-color); display: inline-block; line-height: normal; position: absolute; top: 6px; left: 0; }

.about-story-btn { margin-top: 20px; }

.company-counter { padding: 50px 0; background: var(--accent-color); }

.company-counter-item { text-align: center; position: relative; }

.company-counter-item:before { content: ''; display: block; position: absolute; top: 50%; right: -15px; bottom: 50%; width: 1px; height: 90%; background: var(--dark-divider-color); transform: translateY(-50%); }

.company-counter .col-lg-3:last-child .company-counter-item:before { display: none; }

.company-counter-item .counter-content h3 { color: var(--white-color); font-size: 50px; letter-spacing: -0.02em; margin-bottom: 10px; }

.company-counter-item .counter-content p { color: var(--white-color); font-size: 22px; font-weight: 700; text-transform: capitalize; margin: 0; }

/************************************/
/*** 	  09. Contact One 	      ***/
/************************************/
.contact-one { background-color: var(--secondary-color); position: relative; display: block; padding: 100px 0; z-index: 1; }

@media only screen and (max-width: 991px) { .contact-one { padding: 50px 0; } }

@media only screen and (max-width: 768px) { .contact-one { display: none !important; } }

.contact-one__shape-1 { position: absolute; top: -100px; left: -20px; opacity: .05; z-index: -1; }

.contact-one__shape-1 img { width: auto; }

.contact-one__shape-2 { position: absolute; width: 481px; height: 448px; right: -221px; bottom: 0; background: rgba(110, 84, 243, 0.12); filter: blur(150px); border-radius: 50%; z-index: -1; }

.contact-one__left { position: relative; display: block; margin-top: 100px; }

@media only screen and (max-width: 1024px) { .contact-one__left { margin-top: 15px; margin-bottom: 15px; } }

@media only screen and (max-width: 991px) { .contact-one__left { margin-top: 0; margin-bottom: 15px; } }

.contact-one__img-and-content { position: relative; display: flex; display: block; align-items: center; gap: 30px; }

@media (min-width: 576px) { .contact-one__img-and-content { display: flex; } }

.contact-one__img { position: relative; display: block; margin-bottom: 15px; }

.contact-one__img img { width: 100%; border-radius: var(--site-bdr-radius); }

.contact-one__content { position: relative; display: block; flex: 1; }

.contact-one__call-box { position: relative; display: flex; align-items: center; gap: 20px; margin-top: 12px; }

.contact-one__call-box .icon { position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background-color: var(--accent-color); border-radius: 50%; }

.contact-one__call-box .icon span { position: relative; display: inline-block; font-size: 16px; color: var(--white-color); }

.contact-one__call-box .content { position: relative; display: block; }

.contact-one__call-box .content h3 { font-size: 18px; font-weight: 700; line-height: 30px; }

.contact-one__call-box .content h3 a { color: var(--site-black); }

.contact-one__call-box .content h3 a:hover { color: var(--accent-color); }

.contact-one__call-box .content p { margin: 0; }

.contact-one__right { position: relative; display: block; background-color: #fff; box-shadow: -10px 0 60px 0 rgba(0, 0, 0, 0.07); border-radius: var(--site-bdr-radius); padding: 43px 50px 50px; margin-left: 20px; }

@media only screen and (max-width: 991px) { .contact-one__right { margin: 0; } }

.contact-one__form { position: relative; display: block; }

.contact-one__input-box { position: relative; display: block; margin-bottom: 23px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }

.contact-one__input-title { font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 7px; color: var(--site-black); }

.contact-one__input-box input[type="text"], .contact-one__input-box input[type="email"] { height: 50px; width: 100%; background-color: transparent; border: 1px solid rgba(7, 13, 26, 0.1); padding-left: 15px; padding-right: 45px; outline: 0; font-size: 16px; color: var(--site-gray); display: block; font-weight: 400; border-radius: var(--site-bdr-radius); line-height: 50px; position: relative; display: block; z-index: 1; }

.contact-one__input-box textarea { position: relative; height: 120px; width: 100%; background-color: transparent; border: 1px solid rgba(7, 13, 26, 0.1); padding-top: 10px; padding-left: 15px; padding-right: 45px; outline: 0; font-size: 16px; color: var(--site-gray); display: block; font-weight: 400; border-radius: var(--site-bdr-radius); margin-bottom: 0; }

.contact-one__input-box.text-message-box { height: 120px; margin-bottom: 23px; }

.contact-one__input-box .msg-box { display: inline; }

.contact-one__btn-box { position: relative; display: block; text-align: right; }

.contact-one__btn-box .thm-btn { border: 0; }

.contact-one__input-icon { position: absolute; top: 14px; right: 16px; }

.contact-one__input-icon span { position: relative; display: inline-block; font-size: 14px; color: var(--site-gray); }

.contact-one__input-box .captchac { position: absolute; top: 16px; left: auto; right: 4px; z-index: 10; }

.contact-two { position: relative; display: block; padding: 120px 0 0; z-index: 1; }

.contact-two__inner { position: relative; display: block; background-color: var(--accent-color); border-radius: var(--site-bdr-radius); padding: 80px 80px 80px; overflow: hidden; z-index: 1; }

.contact-two__bg-shape-1 { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: .05; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: -1; }

.contact-two__img-1 { position: absolute; bottom: 0; right: 80px; animation: topBottom 3s ease-in-out infinite; z-index: -1; }

.contact-two__img-1 img { width: auto; }

.contact-two__inner .section-title { margin-bottom: 30px; }

.contact-two__inner .section-title__tagline { color: var(--white-color); }

.contact-two__inner .section-title__tagline:before { background: #fff; background: linear-gradient(90deg, #ffff9b 0, white 83%); }

.contact-two__inner .section-title__tagline::after { background: #fff; background: linear-gradient(90deg, #ffff9b 0, white 83%); }

.contact-two__inner .section-title__title { color: var(--white-color); }

.contact-two__btn-box { position: relative; display: inline-block; }

.contact-two__btn-box .thm-btn { background-color: var(--site-black); }

.contact-two__btn-box .thm-btn:hover { color: var(--site-black); }

.contact-two__btn-box .thm-btn::before { background-color: var(--white-color); }

.contact-two__btn-box .thm-btn::after { background-color: rgba(var(--site-white-rgb), 0.3); }

.contact-three { position: relative; display: block; padding: 120px 0 0; background: #F0F4FF; background: linear-gradient(180deg, rgba(240, 244, 255, 0.78) 0, rgba(240, 244, 255, 0) 100%); z-index: 1; }

.contact-three__bg-color { position: absolute; top: 90px; right: 0; bottom: 0; width: calc((100% - -344px) / 2); background-color: rgba(var(--site-base-rgb), 1); clip-path: polygon(57% 0, 100% 0, 100% 100%, 0% 100%); z-index: -1; }

.contact-three__bg-shape { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: .05; background-repeat: no-repeat; background-size: cover; background-position: center; }

.contact-three__left { position: relative; display: block; }

.contact-three__left .section-title { margin-bottom: 22px; }

.contact-three__contact-list { position: relative; display: block; max-width: 430px; width: 100%; margin-top: 30px; }

.contact-three__contact-list li { position: relative; display: flex; align-items: flex-start; border: 1px solid rgba(7, 13, 26, 0.1); border-radius: var(--site-bdr-radius); gap: 20px; padding: 19px 20px 13px; }

.contact-three__contact-list li + li { margin-top: 15px; }

.contact-three__contact-list li .icon { position: relative; display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background-color: var(--accent-color); border-radius: var(--site-bdr-radius); -webkit-transition: all 500ms ease; transition: all 500ms ease; }

.contact-three__contact-list li:hover .icon { background-color: var(--site-black); }

.contact-three__contact-list li .icon span { position: relative; display: inline-block; font-size: 18px; color: var(--white-color); }

.contact-three__contact-list li .content { position: relative; display: block; flex: 1; }

.contact-three__contact-list li .content span { font-size: 16px; font-weight: 500; line-height: 16px; text-transform: capitalize; }

.contact-three__contact-list li .content p { font-size: 18px; font-weight: 600; line-height: 28px; color: var(--site-black); margin-top: 1px; }

.contact-three__contact-list li .content p a { color: var(--site-black); }

.contact-three__contact-list li .content p a:hover { color: var(--accent-color); }

.contact-three__sliding-text-list { position: absolute; top: 0; left: 0; display: flex; align-items: center; flex-wrap: wrap; flex-wrap: nowrap; width: fit-content; }

.contact-three__sliding-text-list li { position: relative; display: flex; float: left; margin-left: 60px; }

.contact-three__sliding-text-title { position: relative; display: flex; align-items: center; font-size: 150px; line-height: 1.5em; font-weight: 700; font-family: var(--site-font-two); font-style: normal; text-transform: uppercase; background: linear-gradient(180deg, rgba(110, 84, 243, 0.1) 0, rgba(110, 84, 243, 0) 67.4%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; }

.contact-three__right { position: relative; display: block; }

.contact-three__img-1 { position: absolute; bottom: -25px; left: -174px; z-index: 1; }

.contact-three__img-1 img { width: auto; }

.contact-three__right .contact-one__right { margin-left: 0; }

.contact-three__right .contact-one__btn-box { text-align: center; }

.contact-three__right .contact-one__btn-box .thm-btn { max-width: 400px; width: 100%; }

.contact-info { position: relative; display: block; z-index: 1; }

.contact-info__single { position: relative; display: block; border-radius: var(--site-bdr-radius); background-color: var(--site-extra); text-align: center; padding: 40px 40px 41px; margin-bottom: 30px; }

.contact-info__icon { position: relative; display: flex; align-items: center; justify-content: center; width: 70px; height: 70px; background-color: var(--white-color); border-radius: 50%; margin: 0 auto; z-index: 1; }

.contact-info__icon:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; border-radius: 50%; background-color: var(--site-black); transform: scale(0); transform-origin: center; transform-style: preserve-3d; transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52); z-index: -1; }

.contact-info__single:hover .contact-info__icon:before { transform: scaleX(1); }

.contact-info__icon span { position: relative; display: inline-block; font-size: 32px; color: var(--site-black); transition: all 500ms linear; transition-delay: .1s; transform: scale(1); }

.contact-info__single:hover .contact-info__icon span { transform: scale(0.9); color: var(--white-color); }

.contact-info__single p { margin-top: 20px; margin-bottom: 5px; }

.contact-info__single h3 { font-size: 22px; font-weight: 700; line-height: 32px; color: var(--site-black); font-family: var(--site-font); }

.contact-info__single h3 a { color: var(--site-black); }

.contact-info__single h3 a:hover { color: var(--accent-color); }

.contact-page { position: relative; display: block; padding: 0 0 120px; z-index: 1; }

.contact-page__inner { position: relative; display: block; background-color: var(--site-black); border-radius: var(--site-bdr-radius); padding: 60px 0 60px; z-index: 1; }

.contact-page__bg-shape { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: .30; background-repeat: no-repeat; background-size: cover; background-position: center; z-index: -1; }

.contact-page__left { position: relative; display: block; margin-left: 60px; margin-right: 10px; }

.google-map__one { position: relative; display: block; border: 0; height: 519px; width: 100%; border-radius: var(--site-bdr-radius); }

.contact-page__right { position: relative; display: block; margin-left: 20px; margin-right: 40px; }

.contact-page__form-title { font-size: 45px; font-weight: 700; line-height: 1.2em; letter-spacing: -1.44px; color: var(--white-color); margin-bottom: 26px; }

.contact-page__form { position: relative; display: block; }

.contact-page__input-box { position: relative; display: block; margin-bottom: 30px; }

.contact-page__input-box input[type="text"], .contact-page__input-box input[type="email"], .contact-page__input-box input[type="number"] { height: 60px; width: 100%; background-color: rgba(var(--site-white-rgb), 0.03); border: 1px solid rgba(var(--site-white-rgb), 0.1); padding-left: 20px; padding-right: 20px; outline: 0; font-size: 16px; font-weight: 400; color: rgba(var(--site-white-rgb), 0.7); display: block; border-radius: var(--site-bdr-radius); }

.contact-page__input-box textarea { font-size: 16px; color: rgba(var(--site-white-rgb), 0.7); height: 175px; width: 100%; background-color: rgba(var(--site-white-rgb), 0.03); border: 1px solid rgba(var(--site-white-rgb), 0.1); padding: 15px 20px 30px; border-radius: var(--site-bdr-radius); outline: 0; font-weight: 400; position: relative; display: block; }

.contact-page__input-box.text-message-box { height: 175px; }

.contact-page__btn-box { position: relative; display: block; }

.contact-page__btn-box .thm-btn { border: 0; }

.contact-page__btn-box .thm-btn:hover { color: var(--site-black); }

.contact-page__btn-box .thm-btn::before { background-color: var(--white-color); }

.contact-page__btn-box .thm-btn::after { background-color: rgba(var(--site-white-rgb), 0.3); }

/***
=============================================
Product
=============================================
***/
.product { position: relative; display: block; padding: 120px 0 120px; }

.product__sidebar { position: relative; display: block; }

.product__sidebar-single + .product__sidebar-single { margin-top: 30px; }

.product__sidebar-title { position: relative; display: block; font-size: 22px; font-weight: 700; line-height: 22px; margin: 0; margin-bottom: 22px; padding-left: 27px; }

.product__sidebar-title::before { content: ""; position: absolute; top: 1px; left: 0; width: 17px; height: 17px; background-color: var(--site-base); clip-path: polygon(0 0, 0 100%, 100% 50%); }

.shop-search { position: relative; display: block; background-color: var(--site-secondary); padding: 30px 30px 30px; border-radius: var(--site-bdr-radius); }

.shop-search form { position: relative; }

.shop-search form input[type=search], .shop-search form input[type=text] { width: 100%; height: 60px; background-color: var(--site-white); padding-left: 30px; padding-right: 60px; font-size: 16px; color: var(--site-gray); font-family: var(--site-font); border: none; outline: none; font-weight: 500; }

.shop-search form ::placeholder { color: inherit; opacity: 1; }

.shop-search form button[type="submit"] { background-color: var(--site-base); color: var(--site-white); font-size: 18px; position: absolute; top: 5px; right: 5px; bottom: 5px; width: 50px; outline: none; border: none; display: flex; align-items: center; justify-content: center; padding: 0; border-radius: 3px; -webkit-transition: all 500ms ease; transition: all 500ms ease; }

.shop-search form button:hover[type="submit"] { background-color: var(--site-black); color: var(--site-white); }

.product__price-ranger { position: relative; padding: 27px 30px 30px; margin: 0; background-color: var(--site-secondary); border-radius: var(--site-bdr-radius); }

.product__price-ranger.price-ranger { margin-top: 7px; margin-bottom: 0px; }

.product__price-ranger .price-ranger .ui-widget-content { background: var(--site-white); border: none; height: 5px; }

.product__price-ranger .price-ranger .ui-slider-handle { position: absolute; top: -5px; background: var(--site-base); border: 0; height: 14px; width: 14px !important; border-radius: 50%; margin-left: -2px; outline: medium none; cursor: pointer; z-index: 2; }

.product__price-ranger .price-ranger .ui-slider .ui-slider-range { background: var(--site-base); }

.product__price-ranger .price-ranger #slider-range { margin-left: 3px; margin-right: 0; margin-top: 0; }

.product__price-ranger .price-ranger .ranger-min-max-block { position: relative; display: block; margin-top: 17px; }

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

.product__price-ranger .price-ranger .ranger-min-max-block input[type="submit"] { position: relative; display: block; background: var(--site-black); float: right; text-align: center; border: none; color: var(--site-white); font-size: 12px; font-weight: 700; margin-top: 0; text-transform: uppercase; cursor: pointer; padding: 5px 20px; border-radius: 20px; letter-spacing: 0.1em; }

.product__price-ranger .price-ranger .ranger-min-max-block input[type="text"] { position: relative; display: inline-block; color: var(--site-gray); font-size: 14px; font-weight: 400; width: 40px; line-height: 30px; border: none; padding: 0; text-align: center; background-color: transparent; }

.product__price-ranger .price-ranger .ranger-min-max-block span { position: relative; display: inline-block; color: var(--site-gray); font-size: 14px; font-weight: 400; line-height: 40px; left: -2px; }

.shop-category { position: relative; display: block; background-color: var(--site-secondary); padding: 29px 30px 30px; border-radius: var(--site-bdr-radius); }

.shop-category ul { position: relative; display: block; }

.shop-category ul li { position: relative; line-height: 24px; font-size: 16px; text-transform: capitalize; color: var(--site-gray); margin-bottom: 15px; }

.shop-category ul li:last-child { margin-bottom: 0; }

.shop-category ul li a { position: relative; display: block; overflow: hidden; line-height: 24px; font-size: 16px; text-transform: capitalize; color: var(--site-gray); font-weight: 500; border-radius: 10px; background-color: var(--site-white); padding: 13px 15px 13px; transition: all 0.3s ease; z-index: 1; }

.shop-category ul li:hover a { color: var(--site-base); }

.shop-category ul li a:after { position: absolute; right: 5px; top: 10px; bottom: 10px; display: flex; align-items: center; justify-content: center; width: 30px; background-color: var(--site-base); font-family: 'icomoon' !important; content: "\e92c"; opacity: 1; font-size: 12px; color: var(--site-white); line-height: 30px; border-radius: 5px; transition: all 200ms linear; transition-delay: 0.1s; z-index: 1; }

.shop-product-tags { position: relative; display: block; background: var(--site-secondary); padding: 25px 30px 30px; border-radius: var(--site-bdr-radius); overflow: hidden; z-index: 1; }

.shop-product__tags-list { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }

.shop-product__tags-list a { font-size: 12px; color: var(--site-black); -webkit-transition: all 0.4s ease; transition: all 0.4s ease; background: var(--site-white); display: flex; align-items: center; justify-content: center; padding: 5px 20px 5px; font-weight: 600; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; }

.shop-product__tags-list a:hover { color: var(--site-white); background: var(--site-base); }

.sidebar-rating-box { position: relative; display: block; }

.sidebar-rating-box ul { position: relative; display: block; overflow: hidden; }

.sidebar-rating-box ul li { position: relative; display: block; }

.sidebar-rating-box ul li + li { margin-top: 30px; }

.sidebar-rating-box ul li input[type=radio] { position: absolute; top: 0; left: 0; opacity: 0; }

.sidebar-rating-box ul li label { position: relative; display: block; padding-left: 30px; color: #ffc009; font-size: 16px; line-height: 16px; font-weight: 400; cursor: pointer; transition: all 200ms linear; transition-delay: 0.1s; }

.sidebar-rating-box ul li label span.gray { color: #dddbdb; }

.sidebar-rating-box ul li input[type=radio] + label i { position: absolute; top: 1px; left: 0; width: 15px; height: 15px; overflow: hidden; border: 1px solid var(--site-gray); border-radius: 50%; transition: all 200ms linear; transition-delay: 0.1s; }

.sidebar-rating-box ul li label i::before { content: ""; position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; transform: scale(0); background-color: var(--site-base); border-radius: 0%; transition: all 200ms linear; transition-delay: 0.1s; }

.sidebar-rating-box ul li input[type=radio]:checked + label i { border-color: var(--site-base); }

.sidebar-rating-box ul li input[type=radio]:checked + label i::before { transform: scale(1); }

.shop-product-recent-products { position: relative; display: block; background-color: var(--site-secondary); padding: 29px 30px 27px; border-radius: var(--site-bdr-radius); }

.shop-product-recent-products ul { position: relative; display: block; }

.shop-product-recent-products ul li { position: relative; display: flex; align-items: center; border-bottom: 1px solid #dddbdb; padding-bottom: 20px; margin-bottom: 20px; }

.shop-product-recent-products ul li:last-child { border-bottom: none; padding-bottom: 0px; margin-bottom: 0px; }

.shop-product-recent-products ul li .img { position: relative; display: block; overflow: hidden; border-radius: 10px; }

.shop-product-recent-products ul li .img::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 10px; transition-delay: .1s; transition-timing-function: ease-in-out; transition-duration: .7s; transition-property: all; background: rgba(var(--site-black-rgb), 0.5); opacity: 0; z-index: 1; content: ""; }

.shop-product-recent-products ul li:hover .img::before { opacity: 1; }

.shop-product-recent-products ul li .img img { width: 100%; transition: .5s ease; transform: scale(1.05); }

.shop-product-recent-products ul li:hover .img img { transform: scale(1); }

.shop-product-recent-products ul li .img a { position: absolute; top: 0; left: 0; bottom: 0; right: 0; display: flex; align-items: center; justify-content: center; color: var(--site-white); font-size: 16px; line-height: 0; transform: translateY(10px) scale(0); z-index: 5; }

.shop-product-recent-products ul li:hover .img a { transform: translateY(0) scale(1); }

.shop-product-recent-products ul li .img a:hover { color: var(--site-base); transform: translateY(0) scale(1); }

.shop-product-recent-products ul li .content { position: relative; display: block; flex: 1; margin-left: 20px; }

.shop-product-recent-products ul li .content .title { position: relative; display: block; }

.shop-product-recent-products ul li .content .title h5 { font-size: 16px; line-height: 20px; font-weight: 600; text-transform: capitalize; }

.shop-product-recent-products ul li .content .title h5 a { color: var(--site-black); transition: all 200ms linear; transition-delay: 0.1s; }

.shop-product-recent-products ul li .content .title h5 a:hover { color: var(--site-base); }

.shop-product-recent-products ul li .content .price { position: relative; display: block; padding: 5px 0px 5px; }

.shop-product-recent-products ul li .content .price p { color: var(--site-base); }

.shop-product-recent-products ul li .content .review { position: relative; display: flex; align-items: center; }

.shop-product-recent-products ul li .content .review i { color: #ffc009; font-size: 12px; }

.shop-product-recent-products ul li .content .review i.color { color: #dddbdb; }

.shop-product-recent-products ul li .content .review i + i { margin-left: 5px; }

.product__items { position: relative; display: block; }

.product__showing-result { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; padding-right: 130px; }

.product__showing-text-box { position: relative; display: block; }

.product__showing-text { font-size: 16px; font-weight: 400; }

.product__showing-sort { position: relative; display: block; max-width: 340px; width: 100%; }

.product__showing-sort .select-box .nice-select { background-color: var(--site-secondary); color: var(--site-gray); font-size: 16px; font-weight: 400; height: 70px; line-height: 70px; padding-left: 30px; padding-right: 30px; width: 100%; border-radius: var(--site-bdr-radius); margin-bottom: 0px; }

.product__showing-sort .select-box .nice-select:after { position: absolute; right: 30px; }

.product__all { position: relative; display: block; }

.product__all-tab { position: relative; display: block; }

.product__all-tab-button { position: absolute; top: -100px; right: 0; z-index: 5; }

.product__all-tab-button ul { position: relative; display: flex; align-items: center; justify-content: space-between; background-color: var(--site-secondary); padding: 15px 15px 15px; border-radius: var(--site-bdr-radius); }

.product__all-tab-button ul li { position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; cursor: pointer; border-radius: 3px; background-color: var(--site-white); box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2); transition: all 200ms linear; transition-delay: 0.1s; }

.product__all-tab-button ul li:hover, .product__all-tab-button ul li.active-btn-item { background-color: var(--site-base); }

.product__all-tab-button ul li + li { margin-left: 10px; }

.product__all-tab-button-icon { position: relative; display: block; color: var(--site-base); font-size: 18px; line-height: 0; transition: all 200ms linear; transition-delay: 0.1s; }

.product__all-tab-button-icon.one { transform: rotate(90deg); }

.product__all-tab-button ul li:hover .product__all-tab-button-icon, .product__all-tab-button ul li.active-btn-item .product__all-tab-button-icon { color: var(--site-white); }

.product__all-tab .tabs-content-box { position: relative; display: block; }

.product__all-tab .tab-content-box-item { position: absolute; left: 0px; top: 0px; width: 100%; height: auto; visibility: hidden; }

.product__all-tab .tab-content-box-item.tab-content-box-item-active { position: relative; visibility: visible; z-index: 5; }

.product__all-tab .tab-content-box-item .product__all-tab-content-box-item { transition: all 0.7s ease; opacity: 0; transform: translateY(5px); transform-origin: top bottom; }

.product__all-tab .tab-content-box-item.tab-content-box-item-active .product__all-tab-content-box-item { opacity: 1.0; transform: translateY(0px); transform-origin: bottom top; }

.product__all-tab-single { position: relative; display: block; }

.single-product-style1 { position: relative; display: block; margin-bottom: 30px; border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-white); padding: 0 0 30px; border-radius: var(--site-bdr-radius); transition: all 500ms ease; z-index: 1; }

.single-product-style1:hover { box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }

.single-product-style1__img { position: relative; display: block; overflow: hidden; border-radius: var(--site-bdr-radius); border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); border-bottom-left-radius: 0; border-bottom-right-radius: 0; z-index: 1; }

.single-product-style1__img img:first-child { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 1; -webkit-transform: translatex(50%) scalex(2); transform: translatex(50%) scalex(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); }

.single-product-style1:hover .single-product-style1__img img:first-child { -webkit-transform: translatex(0) scalex(1); transform: translatex(0) scalex(1); opacity: 1; -webkit-filter: blur(0); filter: blur(0); }

.single-product-style1:hover .single-product-style1__img img:nth-child(2) { -webkit-transform: translatex(-50%) scalex(2); transform: translatex(-50%) scalex(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); }

.single-product-style1__img img { position: relative; width: 100%; display: block; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }

.single-product-style1__overlay { position: absolute; top: 10px; left: 10px; z-index: 5; }

.single-product-style1__overlay li { position: relative; display: block; }

.single-product-style1__overlay li + li { margin-top: 8px; }

.single-product-style1__overlay li p { position: relative; display: flex; align-items: center; justify-content: center; width: 70px; background-color: var(--site-white); box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2); color: var(--site-base); line-height: 35px; font-weight: 600; }

.single-product-style1__info { position: absolute; left: 0; bottom: 20px; right: 0; display: flex; align-items: center; justify-content: center; padding-left: 0; opacity: 0; transform: translateY(40px); transition: all 0.4s linear 0s; z-index: 5; }

.single-product-style1:hover .single-product-style1__info { opacity: 1; transform: translateY(0); }

.single-product-style1__info li { position: relative; display: block; }

.single-product-style1__info li + li { margin-left: 8px; }

.single-product-style1__info li a { position: relative; display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 50%; background-color: var(--site-white); box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2); color: var(--site-base); font-size: 15px; line-height: 0; transition: all 200ms linear; transition-delay: 0.1s; }

.single-product-style1__info li a:hover { color: var(--site-white); background-color: var(--site-base); }

.single-product-style1__content { position: relative; display: flex; align-items: flex-end; justify-content: space-between; padding: 23px 15px 0px; }

.single-product-style1__content-left { position: relative; display: block; }

.single-product-style1__content-left h4 { font-size: 17px; font-weight: 700; line-height: 20px; margin-top: 12px; }

.single-product-style1__content-left h4 a { color: var(--site-black); -webkit-transition: all 500ms ease; transition: all 500ms ease; }

.single-product-style1__content-left h4 a:hover { color: var(--site-base); }

.single-product-style1__content-left p { font-size: 16px; font-weight: 500; color: var(--site-gray); margin-top: 4px; }

.single-product-style1__content-left p del { color: var(--site-base); margin-right: 5px; }

.single-product-style1__content-right { position: relative; display: block; }

.single-product-style1__review { position: relative; display: flex; align-items: center; background-color: var(--site-secondary); padding: 3.5px 5px 3.5px; top: -9px; }

.single-product-style1__review i { color: var(--site-base); font-size: 14px; margin-right: 5px; }

.single-product-style1__review p { color: var(--site-black); font-weight: 500; }

.single-product-style2 { position: relative; display: block; margin-bottom: 30px; border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-white); border-radius: var(--site-bdr-radius); transition: all 500ms ease; z-index: 1; }

.single-product-style2:hover { box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05); }

.single-product-style2 .row { --bs-gutter-x: 0px; align-items: center; }

.single-product-style2__img { position: relative; display: block; overflow: hidden; border-radius: var(--site-bdr-radius); border-right: 1px solid rgba(var(--site-black-rgb), 0.1); border-top-right-radius: 0; border-bottom-right-radius: 0; z-index: 1; }

.single-product-style2__img img:first-child { position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; z-index: 1; -webkit-transform: translatex(50%) scalex(2); transform: translatex(50%) scalex(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); }

.single-product-style2:hover .single-product-style2__img img:first-child { -webkit-transform: translatex(0) scalex(1); transform: translatex(0) scalex(1); opacity: 1; -webkit-filter: blur(0); filter: blur(0); }

.single-product-style2:hover .single-product-style2__img img:nth-child(2) { -webkit-transform: translatex(-50%) scalex(2); transform: translatex(-50%) scalex(2); opacity: 0; -webkit-filter: blur(10px); filter: blur(10px); }

.single-product-style2__img img { position: relative; width: 100%; display: block; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; transition: all 500ms ease; }

.single-product-style2__content { position: relative; display: block; padding: 0px 15px 0px; }

.single-product-style2__review { position: relative; display: flex; align-items: center; }

.single-product-style2__review i { color: var(--site-base); font-size: 16px; }

.single-product-style2__review i + i { margin-left: 5px; }

.single-product-style2__text { position: relative; display: block; padding-top: 17px; }

.single-product-style2__text h4 { font-size: 17px; font-weight: 700; line-height: 20px; margin-bottom: 1px; }

.single-product-style2__text h4 a { color: var(--site-black); -webkit-transition: all 500ms ease; transition: all 500ms ease; }

.single-product-style2__text h4 a:hover { color: var(--site-base); }

.single-product-style2__text p { font-size: 16px; font-weight: 500; color: var(--site-gray); margin-top: 4px; }

.single-product-style2__text p del { color: var(--site-base); margin-right: 5px; }

.single-product-style2__info { position: relative; display: flex; align-items: center; padding-top: 16px; padding-left: 0; }

.single-product-style2__info li { position: relative; display: block; }

.single-product-style2__info li + li { margin-left: 8px; }

.single-product-style2__info li a { position: relative; display: flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 50%; background-color: var(--site-white); box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.2); color: var(--site-base); font-size: 15px; line-height: 0; transition: all 200ms linear; transition-delay: 0.1s; }

.single-product-style2__info li a:hover { color: var(--site-white); background-color: var(--site-base); }

/***
=============================================
   Styled Pagination
=============================================
***/
.styled-pagination { position: relative; display: block; width: 100%; height: auto; padding-top: 30px; }

.styled-pagination li { position: relative; display: inline-block; margin-right: 11px; }

.styled-pagination li:last-child { margin-right: 0; }

.styled-pagination li a { position: relative; display: inline-block; width: 40px; height: 40px; background: transparent; border-radius: 50%; color: rgba(var(--site-gray-rgb), 0.5); font-size: 16px; line-height: 40px; font-weight: 600; border: 1px solid rgba(var(--site-gray-rgb), 0.5); text-align: center; transition: all 500ms ease; font-family: var(--site-font); z-index: 1; }

.styled-pagination li:hover a, .styled-pagination li.active a { color: var(--site-white); background: var(--site-base); border-color: var(--site-base); }

.styled-pagination li.prev a, .styled-pagination li.next a { border-radius: 50%; color: rgba(var(--site-gray-rgb), 0.5); }

.styled-pagination li.prev a:hover, .styled-pagination li.next a:hover { color: var(--site-white); }

.styled-pagination li a span:before { position: relative; top: 0px; color: rgba(var(--site-gray-rgb), 0.5); font-size: 14px; font-weight: 700; transition: all 200ms linear; transition-delay: 0.1s; }

.styled-pagination li a:hover span:before, .styled-pagination li.active a span:before { color: var(--site-white); }

/***
=============================================
Product Details
=============================================
***/
.product-details { position: relative; display: block; z-index: 1; }

.product-details__left { position: relative; display: block; margin-right: 80px; }

@media (max-width: 1200px) { .product-details__left { margin-right: 40px; } }

@media (max-width: 992px) { .product-details__left { margin-right: 0; margin-bottom: 30px; } }

.product-details__left-inner { position: relative; display: block; }

.product-details__thumb-box { position: relative; display: block; max-width: 400px; margin-top: 20px; }

#shop-details-one__thumb { z-index: 10; }

.product-details__thumb-img { position: relative; display: block; width: 80px !important; cursor: pointer; overflow: hidden; border-radius: 10px; border: 1px solid rgba(var(--site-black-rgb), 0.1); }

.product-details__thumb-img img { width: 100%; border-radius: 10px; }

.product-details__thumb-img:before { content: ""; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background-color: var(--site-base); opacity: 0; transition: all 500ms ease; }

#shop-details-one__thumb .swiper-slide-thumb-active .product-details__thumb-img:before { opacity: 1; }

.product-details__content-box { position: relative; display: block; }

.product-details__img { position: relative; display: block; }

.product-details__img img { width: 100%; border: 1px solid rgba(var(--site-black-rgb), 0.1); border-radius: 15px; }

.product-details__nav { position: absolute; top: 50%; left: 5px; right: 5px; display: flex; flex-direction: row; justify-content: space-between; transform: translateY(-50%); z-index: 100; }

.product-details__nav .swiper-button-next, .product-details__nav .swiper-button-prev { position: relative; top: auto; left: auto; right: auto; bottom: auto; width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 25px; color: var(--site-black); background-color: none; border-radius: 50%; margin: 0; text-align: center; opacity: 1; transition: all 500ms ease; z-index: 100; }

.product-details__nav .swiper-button-next:hover, .product-details__nav .swiper-button-prev:hover { color: var(--site-white); background-color: var(--site-base); }

.product-details__nav .swiper-button-next { margin-top: 0px; }

.product-details__nav .swiper-button-next i, .product-details__nav .swiper-button-prev i { position: relative; display: flex; align-items: center; }

.product-details__nav .swiper-button-next::after, .product-details__nav .swiper-button-prev::after { display: none; }

.product-details__right { position: relative; display: block; margin-top: -9px; }

.product-details__top { position: relative; display: block; }

.product-details__title { font-size: 34px; line-height: 44px; font-weight: 700; margin: 0; }

.product-details__title span { position: relative; display: inline-block; color: var(--site-base); font-size: 20px; line-height: 26px; font-weight: 700; margin-left: 25px; letter-spacing: 0; }

.product-details__reveiw { display: flex; align-items: center; margin-top: 26px; padding-bottom: 37px; margin-bottom: 28px; border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); }

.product-details__reveiw i { font-size: 16px; color: var(--site-base); }

.product-details__reveiw i + i { margin-left: 4px; }

.product-details__reveiw span { position: relative; top: 1px; line-height: 1; font-size: 16px; color: var(--site-gray); margin-left: 18px; }

.product-details__content { position: relative; display: block; }

.product-details__content-text1 { font-size: 16px; line-height: 30px; margin: 0; margin-bottom: 31px; }

.product-details__content-text2 { font-size: 16px; line-height: 30px; margin: 0; }

.product-details__content table { width: 100%; }

@media (max-width: 768px) { .product-details__content table { width: 100%; } }

.product-details__content table tr { border-bottom: 1px solid #ebebeb; line-height: 2.5em; }

.product-details__content table tr td:first-child { font-weight: bold; color: #222; }

.product-details__select { position: relative; display: flex; align-items: center; flex-wrap: wrap; margin-top: 30px; }

.product-details__select-size { position: relative; display: flex; align-items: center; }

.product-details__select-size h3 { font-size: 20px; line-height: 30px; margin-right: 15px; font-weight: 600; }

.product-details__select-size ul { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; flex: 1; }

.product-details__select-size ul li { position: relative; display: block; }

.product-details__select-size ul li input[type=radio] { position: absolute; top: 0; left: 0; opacity: 0; }

.product-details__select-size ul li label { position: relative; width: 45px; height: 35px; display: flex; align-items: center; justify-content: center; color: var(--site-black); font-size: 16px; line-height: 16px; font-weight: 400; cursor: pointer; transition: all 200ms linear; transition-delay: 0.1s; }

.product-details__select-size ul li input[type=radio]:checked + label { color: var(--site-white); font-weight: 500; }

.product-details__select-size ul li input[type=radio] + label i { position: absolute; top: 0px; left: 0px; bottom: 0; right: 0; width: 45px; height: 35px; overflow: hidden; border: 1px solid var(--site-gray); border-radius: 5px; transition: all 200ms linear; transition-delay: 0.1s; z-index: -1; }

.product-details__select-size ul li label i::before { content: ""; position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; transform: scale(0.3); opacity: 0; background-color: var(--site-base); border-radius: 5px; transition: all 200ms linear; transition-delay: 0.1s; }

.product-details__select-size ul li input[type=radio]:checked + label i { border-color: var(--site-base); }

.product-details__select-size ul li input[type=radio]:checked + label i::before { transform: scale(1); opacity: 1; }

.product-details__inner { position: relative; display: block; margin-top: 30px; margin-bottom: 25px; }

.product-details__quantity { position: relative; display: flex; align-items: center; }

.product-details__quantity-title { margin: 0; color: var(--site-black); font-size: 18px; line-height: 30px; font-weight: 600; margin-right: 20px; }

.product-details__quantity .quantity-box { position: relative; width: 98px; border-radius: 0px; height: 50px; }

.product-details__quantity .quantity-box input { width: 98px; border-radius: 10px; height: 50px; border: 1px solid rgba(var(--site-black-rgb), 0.1); -webkit-appearance: textfield; -moz-appearance: textfield; font-family: var(--site-font); padding-left: 30px; outline: none; font-size: 18px; font-weight: 700; color: var(--site-gray); }

.product-details__quantity .quantity-box button { width: 24px; height: 24px; background-color: transparent; color: var(--site-gray); font-size: 8px; position: absolute; top: 1px; right: 1px; background-color: #fff; border: none; border-left: 1px solid rgba(var(--site-black-rgb), 0.1); border-top-right-radius: 10px; display: flex; align-items: center; justify-content: center; outline: none; }

.product-details__quantity .quantity-box button.sub { bottom: 1px; top: auto; border-top: 1px solid rgba(var(--site-black-rgb), 0.1); border-top-right-radius: 0px; border-bottom-right-radius: 10px; }

.product-details__buttons-boxes { position: relative; display: flex; align-items: center; gap: 10px; margin-top: 25px; }

.product-details__buttons-1 { position: relative; display: block; }

.product-details__buttons-2 { position: relative; display: block; }

.product-details__social { position: relative; display: block; }

.product-details__social .title { position: relative; display: block; }

.product-details__social .title h3 { color: var(--site-black); font-size: 20px; line-height: 30px; font-weight: 600; }

.product-details__social-link { position: relative; display: flex; align-items: center; margin-top: 20px; }

.product-details__social-link a { position: relative; display: flex; align-items: center; justify-content: center; color: var(--site-white); font-size: 15px; transition: all 200ms linear; transition-delay: 0.1s; background-color: var(--site-black); border-radius: 50%; height: 45px; width: 45px; }

.product-details__social-link a + a { margin-left: 10px; }

.product-details__social-link a:hover { color: var(--site-white); background-color: var(--site-base); }

/***
=============================================
Product Description
=====***/
.product-description { position: relative; display: block; padding: 0 0 110px; z-index: 1; }

.product-details__description { position: relative; display: block; }

.product-details__main-tab-box { position: relative; display: block; }

.product-details__main-tab-box .tab-buttons { position: relative; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; line-height: 0; }

.product-details__main-tab-box .tab-buttons .tab-btn { position: relative; display: inline-block; }

.product-details__main-tab-box .tab-buttons .tab-btn span { position: relative; display: block; text-align: center; transition: all 200ms linear; transition-delay: 0.1s; font-size: 18px; line-height: 18px; color: var(--site-black); background-color: var(--site-secondary); padding: 16px 25px 16px; text-transform: capitalize; font-weight: 500; cursor: pointer; overflow: hidden; transition: all 0.3s ease; z-index: 1; }

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span { color: var(--site-white); }

.product-details__main-tab-box .tab-buttons .tab-btn span:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 0%; content: ""; background-color: var(--site-base); transition: all 0.3s ease; z-index: -1; }

.product-details__main-tab-box .tab-buttons .tab-btn.active-btn span:before { height: 100%; }

.product-details__main-tab-box .tabs-content { position: relative; display: block; }

.product-details__main-tab-box .tabs-content .tab { position: relative; display: none; -webkit-transform: translateY(35px); -ms-transform: translateY(35px); transform: translateY(35px); -webkit-transition: all 600ms ease; -moz-transition: all 600ms ease; -ms-transition: all 600ms ease; -o-transition: all 600ms ease; transition: all 600ms ease; z-index: 10; }

.product-details__main-tab-box .tabs-content .tab.active-tab { display: block; margin-top: 0px; -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }

.product-details__tab-content-inner { position: relative; display: block; padding: 40px 40px 50px; border: 1px solid rgba(var(--site-black-rgb), 0.1); }

.product-details__description-content { position: relative; display: block; }

.product-description__list { position: relative; display: block; margin-top: 30px; margin-bottom: 30px; }

.product-description__list ul { position: relative; display: block; }

.product-description__list ul li { position: relative; display: block; margin-bottom: 2px; }

.product-description__list ul li:last-child { margin-bottom: 0px; }

.product-description__list ul li p { color: var(--site-black); margin: 0; font-weight: 500; }

.product-description__list ul li p span:before { position: relative; display: inline-block; color: var(--site-base); font-size: 17px; line-height: 17px; margin-right: 11px; top: 2px; font-weight: 700; }

.product-details__additional-information-content { position: relative; display: block; }

.product-details__additional-information-text-1 { padding-bottom: 24px; }

/*-------------------------------------------------------------- # Review One --------------------------------------------------------------*/
.review-one { position: relative; display: block; }

.comments-area { position: relative; display: block; }

.review-one__title { position: relative; display: block; margin-bottom: 36px; }

.review-one__title h3 { font-size: 30px; line-height: 30px; font-weight: 700; margin: 0; text-transform: capitalize; }

.comments-area .comment-box { position: relative; display: block; margin-bottom: 40px; padding-bottom: 40px; border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); }

.comments-area .comment { position: relative; display: flex; align-items: center; }

.comments-area .comment-box .author-thumb { position: relative; display: block; width: 165px; height: 165px; border-radius: 50%; overflow: hidden; }

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

.comments-area .comment-box .author-thumb figure { margin: 0; }

.review-one__content { position: relative; display: block; padding-left: 45px; flex: 1; }

.review-one__content-top { position: relative; display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }

.review-one__content-top .info { position: relative; display: block; }

.review-one__content-top .info h2 { font-size: 20px; line-height: 30px; font-weight: 700; text-transform: capitalize; }

.review-one__content-top .info h2 span { color: var(--site-base); font-size: 16px; font-weight: 500; letter-spacing: 0; text-transform: capitalize; font-family: var(--site-font); }

.review-one__content-top .reply-btn { position: relative; display: block; }

.review-one__content-top .reply-btn i:before { color: var(--site-base); font-size: 15px; }

.review-one__content-bottom { position: relative; display: block; }

.review-one__content-bottom p { font-size: 16px; line-height: 30px; margin: 0px; }

/*-------------------------------------------------------------- # Review Form One --------------------------------------------------------------*/
.review-form-one { position: relative; display: block; padding: 16px 0px 0px; }

.review-form-one__inner { position: relative; display: block; }

.review-form-one__title { font-size: 30px; font-weight: 700; line-height: 30px; text-transform: capitalize; }

.review-form-one__rate-box { position: relative; display: flex; align-items: center; margin-top: 17px; margin-bottom: 37px; }

.review-form-one__rate-text { font-size: 18px; font-weight: 400; }

.review-form-one__rate { position: relative; display: flex; align-items: center; margin-left: 17px; }

.review-form-one__rate i { font-size: 16px; color: var(--site-base); }

.review-form-one__rate i + i { margin-left: 5px; }

.review-form-one__form { position: relative; display: block; }

.review-form-one__form .row { --bs-gutter-x: 20px; }

.review-form-one__input-box textarea { font-size: 14px; color: var(--site-gray); height: 160px; width: 100%; background-color: var(--site-white); padding: 20px 30px 30px; border: 1px solid rgba(var(--site-black-rgb), 0.1); outline: none; margin-bottom: 0px; font-weight: 500; border-radius: var(--site-bdr-radius); }

.review-form-one__input-box.text-message-box { height: 160px; }

.review-form-one__input-box { position: relative; display: block; margin-bottom: 20px; }

.review-form-one__input-box input[type="text"], .review-form-one__input-box input[type="email"] { height: 50px; width: 100%; border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-white); padding-left: 30px; padding-right: 30px; outline: none; font-size: 14px; color: var(--site-gray); display: block; font-weight: 500; border-radius: var(--site-bdr-radius); }

.review-form-one__form .thm-btn { border: none; }

/*-------------------------------------------------------------- # Related Products --------------------------------------------------------------*/
.related-products { position: relative; display: block; padding: 0px 0px 120px; }

.related-products__title { position: relative; display: block; padding-bottom: 52px; }

.related-products__title h3 { font-size: 40px; line-height: 1.0em; margin-bottom: 16px; font-weight: 700; text-transform: capitalize; }

.related-products__title p { margin: 0; }

.single-product-style1.instyle--2 { margin-bottom: 0px; }

/*-------------------------------------------------------------- # Cart Page --------------------------------------------------------------*/
.cart-page { position: relative; display: block; background: var(--site-white); padding: 112px 0px 112px; }

.cart-page .table-responsive { position: relative; display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (max-width: 1199px) { .cart-table { min-width: 1170px; } }

.cart-table { margin-bottom: 0px; }

.cart-table thead th { color: var(--site-black); font-size: 20px; line-height: 30px; font-weight: 700; padding: 0; border: none; padding-bottom: 22px; font-family: var(--site-font-two); }

.cart-table thead th:last-child { text-align: right; }

.cart-table tbody tr { vertical-align: middle; }

.cart-table tbody tr:last-child { border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); }

.cart-table tbody td { font-size: 18px; color: var(--site-gray); vertical-align: middle; border-top: 1px solid rgba(var(--site-black-rgb), 0.1); border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); padding-top: 30px; padding-bottom: 30px; padding-left: 0; padding-right: 0; }

.cart-table tbody td:last-child { text-align: right; }

.cart-table .product-box { display: flex; align-items: center; }

.cart-table .product-box .img-box { position: relative; display: block; width: 120px; border-radius: 0; overflow: hidden; margin-right: 35px; }

.cart-table .product-box .img-box img { width: 100%; border: 1px solid rgba(var(--site-black-rgb), 0.1); border-radius: 10px; }

.cart-table h3 { color: var(--site-black); font-size: 20px; font-weight: 700; margin: 0; }

.cart-table h3 a { color: var(--site-black); transition: all 200ms linear; transition-delay: 0.1s; }

.cart-table h3 a:hover { color: var(--site-base); }

.cart-table .quantity-box { position: relative; width: 98px; border-radius: 0px; height: 50px; }

.cart-table .quantity-box input { width: 98px; border-radius: 10px; height: 50px; border: 1px solid rgba(var(--site-black-rgb), 0.1); -webkit-appearance: textfield; -moz-appearance: textfield; font-family: var(--site-font); padding-left: 30px; outline: none; font-size: 18px; color: var(--site-gray); font-weight: 700; }

.cart-table .quantity-box button { width: 24px; height: 24px; background-color: transparent; color: var(--thm-black); font-size: 8px; position: absolute; top: 1px; right: 1px; background-color: #fff; border-top-right-radius: 10px; display: flex; align-items: center; justify-content: center; outline: none; border: none; border-left: 1px solid rgba(var(--site-black-rgb), 0.1); }

.cart-table .quantity-box button.sub { bottom: 1px; top: auto; border-top: 1px solid rgba(var(--site-black-rgb), 0.1); border-top-right-radius: 0px; border-bottom-right-radius: 10px; }

.cart-table .cross-icon { position: relative; display: block; }

.cart-table .cross-icon i:before { position: relative; display: inline-block; color: var(--site-black); font-size: 16px; }

.cart-page__right { position: relative; display: block; margin-left: 20px; }

.cart-page__sidebar { position: relative; display: block; padding: 28px 20px 30px; background-color: var(--site-white); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07); border-radius: var(--site-bdr-radius); }

.cart-page__shipping { position: relative; display: block; }

.cart-page__shipping-title { font-size: 24px; font-weight: 700; text-transform: capitalize; line-height: 24px; margin-bottom: 20px; }

.cart-page__shipping-form { position: relative; display: block; }

.cart-page__shipping-form .row { --bs-gutter-x: 20px; }

.cart-page__shipping-input-box { position: relative; display: block; margin-bottom: 20px; }

.cart-page__shipping-input-box .select-box .nice-select { background-color: var(--site-secondary); color: var(--site-gray); font-size: 16px; font-weight: 400; height: 50px; line-height: 50px; padding-left: 20px; padding-right: 20px; border-radius: 8px; width: 100%; margin-bottom: 0px; }

.cart-page__shipping-input-box .select-box .nice-select:after { position: absolute; right: 20px; }

.cart-page__shipping-input-box input[type=email], .cart-page__shipping-input-box input[type=text] { width: 100%; height: 50px; background-color: var(--site-secondary); padding-left: 20px; padding-right: 20px; font-size: 16px; color: var(--site-gray); font-family: var(--site-font); border-radius: 8px; border: none; outline: none; font-weight: 400; }

.cart-page__btn-box { position: relative; display: block; }

.cart-page__btn-box .thm-btn { width: 100%; padding: 13px 20px 11px; border: none; }

.cart-page__coupon-code { position: relative; display: block; border-top: 1px solid rgba(var(--site-black-rgb), 0.1); border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); margin-top: 30px; margin-bottom: 20px; padding-top: 23px; padding-bottom: 30px; }

.cart-page__coupon-code-title { font-size: 24px; font-weight: 700; text-transform: capitalize; line-height: 24px; margin-bottom: 20px; }

.cart-page__coupon-code-text { margin-bottom: 16px; }

.cart-page__coupon-code-form { position: relative; display: block; }

.cart-page__coupon-code-form input[type=email], .cart-page__coupon-code-form input[type=text] { width: 100%; height: 50px; background-color: var(--site-secondary); padding-left: 20px; padding-right: 20px; font-size: 16px; color: var(--site-gray); font-family: var(--site-font); border-radius: 8px; border: none; outline: none; font-weight: 400; }

.cart-page__coupon-code-form .thm-btn { width: 100%; padding: 13px 20px 11px; border: none; margin-top: 20px; }

.cart-total { position: relative; display: block; margin-bottom: 20px; }

.cart-total li { display: flex; justify-content: flex-end; align-items: center; color: var(--site-gray); font-size: 18px; font-weight: 500; }

.cart-total li + li { margin-top: 15px; }

.cart-total li span:first-child { display: block; color: var(--site-black); font-size: 18px; margin-right: 60px; font-weight: 700; width: 140px; text-align: right; }

.cart-total-amount { color: var(--site-base); }

.cart-page__buttons { position: relative; display: flex; align-items: center; justify-content: flex-end; gap: 10px; }

.cart-page__buttons-1 { position: relative; display: block; }

.cart-page__buttons-1 .thm-btn { padding: 13px 20px 11px; }

.cart-page__buttons-2 { position: relative; display: block; }

.cart-page__buttons-2 .thm-btn { padding: 13px 20px 11px; }

/*-------------------------------------------------------------- # Checkout --------------------------------------------------------------*/
.checkout-page { position: relative; display: block; padding: 120px 0 120px; z-index: 1; }

.checkout-page .billing_details { position: relative; display: block; border-radius: 10px; border: 1px solid rgba(var(--site-black-rgb), 0.1); padding: 53px 50px 60px; }

.billing_title { position: relative; display: block; margin-bottom: 45px; }

.billing_title p { font-size: 16px; margin: 0; }

.billing_title a { color: var(--site-base); }

.billing_title h2 { font-size: 30px; line-height: 30px; margin: 0; font-weight: 700; margin-top: 16px; }

.billing_details_form { position: relative; display: block; }

.billing_details_form .bs-gutter-x-20 { --bs-gutter-x: 20px; }

.billing_details_form .btn-light { border: none; }

.billing_details_form .btn-light:hover { border: none; }

.billing_input_box { position: relative; display: block; margin-bottom: 20px; }

.billing_input_box input[type="text"], .billing_input_box input[type="email"], .billing_input_box input[type="tel"] { height: 60px; width: 100%; border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-white); padding-left: 30px; padding-right: 30px; border-radius: 10px; outline: none; font-size: 16px; color: var(--site-gray); display: block; font-weight: 400; }

.billing_input_box textarea { display: block; color: var(--site-gray); font-size: 16px; font-weight: 400; height: 140px; width: 100%; border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-white); padding-left: 30px; padding-right: 30px; padding-top: 13px; border-radius: 10px; outline: none; resize: none; }

.billing_input_box textarea:focus { border: 1px solid rgba(var(--site-black-rgb), 0.1); }

.billing_details .checked-box { position: relative; display: block; margin-top: 17px; }

.billing_details .checked-box label { position: relative; display: inline-block; padding-left: 30px; margin-right: 0px; margin-bottom: 0; color: var(--site-gray); font-size: 16px; line-height: 26px; font-weight: 400; text-transform: none; cursor: pointer; font-family: var(--site-font); }

.billing_details .checked-box input[type="checkbox"] { display: none; }

.billing_details .checked-box input[type="checkbox"] + label span { position: absolute; top: 2px; left: 0; width: 20px; height: 20px; border-radius: 50%; vertical-align: middle; background-color: transparent; background: var(--site-base); cursor: pointer; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; border: 0; }

.billing_details .checked-box label span:before { position: absolute; top: 4px; left: 6px; display: block; border-bottom: 2px solid var(--site-white); border-right: 2px solid var(--site-white); content: ''; width: 6px; height: 9px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; opacity: 0; }

.billing_details.checked-box input[type="checkbox"]:checked + label span { border-color: var(--site-white); }

.billing_details .checked-box input[type="checkbox"]:checked + label span:before { opacity: 1; }

.billing_details_form .select-box .nice-select { border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-white); border-radius: 10px; color: var(--site-gray); font-size: 16px; font-weight: 400; height: 60px; line-height: 60px; padding-left: 30px; padding-right: 30px; width: 100%; margin-bottom: 20px; }

.billing_details_form .select-box .nice-select:after { position: absolute; right: 30px; }

.billing_details_form-btns { position: relative; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 36px; }

.billing_details_form-btn-1 { position: relative; display: block; }

.billing_details_form-btn-1 .thm-btn { border: none; }

.billing_details_form-btn-2 { position: relative; display: block; }

.billing_details_form-btn-2 .thm-btn { border: none; }

.sidebar-order-summary { position: relative; display: block; border-radius: 10px; border: 1px solid rgba(var(--site-black-rgb), 0.1); padding: 37px 30px 45px; z-index: 1; }

.sidebar-order-summary .title-box { position: relative; display: block; padding-bottom: 3px; margin-bottom: 35px; }

.sidebar-order-summary .title-box::before { position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background: var(--site-base); content: ""; }

.sidebar-order-summary .title-box::after { position: absolute; left: 37px; bottom: 0; width: 3px; height: 2px; background: var(--site-white); content: ""; }

.sidebar-order-summary .title-box h3 { font-size: 22px; line-height: 32px; font-weight: 700; text-transform: capitalize; }

.sidebar-order-summary__list { position: relative; display: block; }

.sidebar-order-summary__list > li { position: relative; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(var(--site-black-rgb), 0.1); padding: 13px 0px 12px; }

.sidebar-order-summary__list > li:last-child { border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); }

.sidebar-order-summary__list > li > .left-text { position: relative; display: block; }

.sidebar-order-summary__list > li > .left-text p { font-size: 18px; margin: 0px; }

.sidebar-order-summary__list > li > .right-text { position: relative; display: block; }

.sidebar-order-summary__list > li > .right-text p { font-size: 18px; margin: 0px; }

.sidebar-order-summary__list > li > .right-text > ul { position: relative; display: block; }

.sidebar-order-summary__list > li > .right-text > ul > li { position: relative; display: block; }

.sidebar-order-summary__list > li > .right-text > ul > li + li { margin-top: 5px; }

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio] { position: absolute; top: 0; right: 0; opacity: 0; }

.sidebar-order-summary__list > li > .right-text > ul > li label { position: relative; display: block; padding-right: 24px; font-size: 18px; font-weight: 400; text-align: right; cursor: pointer; transition: all 200ms linear; transition-delay: 0.1s; }

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio] + label i { position: absolute; top: 6px; right: 0; width: 15px; height: 15px; overflow: hidden; border: 1px solid var(--site-gray); border-radius: 50%; transition: all 200ms linear; transition-delay: 0.1s; }

.sidebar-order-summary__list > li > .right-text > ul > li label i::before { content: ""; position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px; transform: scale(0); background-color: var(--site-base); border-radius: 50%; transition: all 200ms linear; transition-delay: 0.1s; }

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio]:checked + label i { border-color: var(--site-base); }

.sidebar-order-summary__list > li > .right-text > ul > li input[type=radio]:checked + label i::before { transform: scale(1); }

.sidebar-order-summary__Payment { position: relative; display: block; margin-top: 37px; }

.checkout__payment { position: relative; margin-bottom: 30px; }

.checkout__payment__item + .checkout__payment__item { margin-top: 23px; }

.checkout__payment__title { display: flex; color: var(--site-black); font-size: 18px; font-weight: 700; margin: 0; align-items: center; cursor: pointer; }

.checkout__payment__title::before { content: ''; width: 20px; height: 20px; background-color: var(--site-white); border: 2px solid rgba(var(--site-black-rgb), 0.1); border-radius: 50%; margin-right: 10px; font-family: 'Font Awesome 5 Pro'; font-weight: 900; font-size: 10px; color: var(--site-white); display: flex; justify-content: center; align-items: center; margin-right: 15px; position: relative; top: 0px; transition: all 500ms ease; }

.checkout__payment__item--active .checkout__payment__title::before { background-color: var(--site-base); border-color: var(--site-base); content: '\f00c'; }

.checkout__payment__content { position: relative; display: block; font-size: 16px; line-height: 30px; color: var(--site-gray); font-weight: 400; margin-top: 15px; }

.sidebar-order-summary__bottom { position: relative; display: block; }

.sidebar-order-summary__bottom .text1 { margin-bottom: 0; }

.sidebar-order-summary__bottom .text1 a { color: var(--site-base); text-decoration: underline; }

.sidebar-order-summary__checked { position: relative; display: block; margin-top: 20px; }

.sidebar-order-summary__checked label { position: relative; display: inline-block; padding-left: 30px; margin-right: 0px; margin-bottom: 0; color: var(--site-gray); font-size: 17px; line-height: 27px; font-weight: 400; text-transform: none; cursor: pointer; font-family: var(--site-font); }

.sidebar-order-summary__checked label a { color: var(--site-base); }

.sidebar-order-summary__checked input[type="checkbox"] { display: none; }

.sidebar-order-summary__checked input[type="checkbox"] + label span { position: absolute; top: 3px; left: 0; width: 20px; height: 20px; border-radius: 50%; vertical-align: middle; background-color: transparent; background: var(--site-base); cursor: pointer; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; border: 0; }

.sidebar-order-summary__checked label span:before { position: absolute; top: 4px; left: 6px; display: block; border-bottom: 2px solid var(--site-white); border-right: 2px solid var(--site-white); content: ''; width: 6px; height: 9px; pointer-events: none; -webkit-transform-origin: 66% 66%; -ms-transform-origin: 66% 66%; transform-origin: 66% 66%; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; opacity: 0; }

.sidebar-order-summary__checked input[type="checkbox"]:checked + label span { border-color: var(--site-white); }

.sidebar-order-summary__checked input[type="checkbox"]:checked + label span:before { opacity: 1; }

.sidebar-order-summary__btn { position: relative; display: block; margin-top: 27px; }

/*--------------------------------------------------------------
# Wishlist Page
--------------------------------------------------------------*/
.wishlist-page { position: relative; display: block; background: var(--site-white); padding: 120px 0px 120px; }

.wishlist-page .table-responsive { position: relative; display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }

@media (max-width: 1199px) { .wishlist-table { min-width: 1170px; } }

.wishlist-table { margin-bottom: 0px; }

.wishlist-table thead th { color: var(--site-black); font-size: 20px; line-height: 30px; font-weight: 700; padding: 0; border: none; border-top: 1px solid rgba(var(--site-black-rgb), 0.1); padding-top: 22px; padding-bottom: 22px; font-family: var(--site-font-two); text-align: center; }

.wishlist-table tbody tr { vertical-align: middle; }

.wishlist-table tbody tr:last-child { border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); }

.wishlist-table tbody td { font-size: 18px; color: var(--site-gray); vertical-align: middle; border-top: 1px solid rgba(var(--site-black-rgb), 0.1); border-bottom: 1px solid rgba(var(--site-black-rgb), 0.1); padding-top: 30px; padding-bottom: 30px; padding-left: 0; padding-right: 0; text-align: center; }

.wishlist-table .product-box { display: flex; align-items: center; }

.wishlist-table .cross-icon { position: relative; display: block; }

.wishlist-table .cross-icon i:before { position: relative; display: inline-block; color: var(--site-black); font-size: 16px; }

.wishlist-table .product-box .img-box { position: relative; display: block; width: 120px; border-radius: 0; overflow: hidden; margin-left: 35px; margin-right: 35px; }

.wishlist-table .product-box .img-box img { width: 100%; border: 1px solid rgba(var(--site-black-rgb), 0.1); border-radius: 10px; }

.wishlist-table h3 { color: var(--site-black); font-size: 20px; font-weight: 600; margin: 0; }

.wishlist-table h3 a { color: var(--site-black); transition: all 200ms linear; transition-delay: 0.1s; }

.wishlist-table h3 a:hover { color: var(--site-base); }

.product-details__social.two { margin-top: 42px; }

/*--------------------------------------------------------------
# Sign Up One
--------------------------------------------------------------*/
.sign-up-one { position: relative; display: block; background-color: var(--site-white); padding: 112px 0px 120px; z-index: 1; }

.sign-up-one .container { max-width: 620px; }

.sign-up-one__form { position: relative; display: block; }

.sign-up-one__form .inner-title { position: relative; display: block; padding-bottom: 60px; }

.sign-up-one__form .inner-title h2 { font-size: 60px; line-height: 1.0em; font-weight: 700; text-transform: capitalize; }

.sign-up-one__form form { position: relative; display: block; background-color: var(--site-white); box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06); padding: 60px 50px 52px; }

.sign-up-one__form form .form-group { position: relative; display: block; margin-bottom: 20px; }

.sign-up-one__form form .input-box { position: relative; display: block; }

.sign-up-one__form form input[type="text"], .sign-up-one__form form input[type="email"] { position: relative; display: block; border-radius: 10px; border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-secondary); width: 100%; height: 60px; color: var(--site-black); font-size: 16px; font-family: var(--site-font); font-weight: 400; font-style: normal; padding-left: 30px; padding-right: 30px; outline: none; transition: all 500ms ease; }

.sign-up-one__form form input[type="text"]:focus, .sign-up-one__form form input[type="email"]:focus { border-color: var(--site-base); background-color: var(--site-white); }

.sign-up-one__form form input[type="text"]::-webkit-input-placeholder { color: var(--site-gray); }

.sign-up-one__form form input[type="text"]:-moz-placeholder { color: var(--site-gray); }

.sign-up-one__form form input[type="text"]::-moz-placeholder { color: var(--site-gray); }

.sign-up-one__form form input[type="text"]:-ms-input-placeholder { color: var(--site-gray); }

.sign-up-one__form form input[type="email"]::-webkit-input-placeholder { color: var(--site-gray); }

.sign-up-one__form form input[type="email"]:-moz-placeholder { color: var(--site-gray); }

.sign-up-one__form form input[type="email"]::-moz-placeholder { color: var(--site-gray); }

.sign-up-one__form form input[type="email"]:-ms-input-placeholder { color: var(--site-gray); }

.sign-up-one__form form .thm-btn { width: 100%; justify-content: center; border: none; }

.sign-up-one__form form .google-facebook { position: relative; display: flex; align-items: center; margin-top: 10px; }

.sign-up-one__form form .google-facebook a { position: relative; display: flex; align-items: center; justify-content: center; border: 1px solid var(--site-gray); background-color: var(--site-white); color: var(--site-black); font-size: 16px; line-height: 28px; font-family: var(--site-font); font-weight: 500; padding: 10px 10px 10px; border-radius: 5px; letter-spacing: -0.01em; transition: all 200ms linear; transition-delay: 0.1s; }

.sign-up-one__form form .google-facebook a:hover { border: 1px solid var(--site-base); background-color: var(--site-white); }

.sign-up-one__form form .google-facebook a + a { margin-left: 14px; }

.sign-up-one__form form .google-facebook a .icon { position: relative; display: block; line-height: 0; margin-right: 10px; }

.sign-up-one__form form .create-account { position: relative; display: block; padding-top: 22px; }

.sign-up-one__form form .create-account p { margin: 0; }

.sign-up-one__form form .create-account p a { font-weight: 500; }

.sign-up-one__form form .create-account p a:hover { color: var(--site-base); }

/*--------------------------------------------------------------
# Login One
--------------------------------------------------------------*/
.login-one { position: relative; display: block; background-color: var(--site-white); padding: 112px 0px 120px; z-index: 1; }

.login-one .container { max-width: 620px; }

.login-one__form { position: relative; display: block; }

.login-one__form .inner-title { position: relative; display: block; padding-bottom: 60px; }

.login-one__form .inner-title h2 { font-size: 60px; line-height: 1.0em; font-weight: 700; text-transform: capitalize; }

.login-one__form form { position: relative; display: block; background-color: var(--site-white); box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.06); padding: 60px 50px 52px; }

.login-one__form form .form-group { position: relative; display: block; margin-bottom: 20px; }

.login-one__form form .input-box { position: relative; display: block; }

.login-one__form form input[type="text"], .login-one__form form input[type="email"] { position: relative; display: block; border-radius: 10px; border: 1px solid rgba(var(--site-black-rgb), 0.1); background-color: var(--site-secondary); width: 100%; height: 60px; color: var(--site-black); font-size: 16px; font-family: var(--site-font); font-weight: 400; font-style: normal; padding-left: 30px; padding-right: 30px; outline: none; transition: all 500ms ease; }

.login-one__form form input[type="text"]:focus, .login-one__form form input[type="email"]:focus { border-color: var(--site-base); background-color: var(--site-white); }

.login-one__form form input[type="text"]::-webkit-input-placeholder { color: var(--site-gray); }

.login-one__form form input[type="text"]:-moz-placeholder { color: var(--site-gray); }

.login-one__form form input[type="text"]::-moz-placeholder { color: var(--site-gray); }

.login-one__form form input[type="text"]:-ms-input-placeholder { color: var(--site-gray); }

.login-one__form form input[type="email"]::-webkit-input-placeholder { color: var(--site-gray); }

.login-one__form form input[type="email"]:-moz-placeholder { color: var(--site-gray); }

.login-one__form form input[type="email"]::-moz-placeholder { color: var(--site-gray); }

.login-one__form form input[type="email"]:-ms-input-placeholder { color: var(--site-gray); }

.login-one__form form .thm-btn { width: 100%; justify-content: center; border: none; }

.login-one__form form .remember-forget { position: relative; display: flex; align-items: center; justify-content: space-between; padding-top: 24px; }

.login-one__form form .checked-box1 { position: relative; display: block; min-height: 26px; }

.login-one__form form .checked-box1 input[type="checkbox"] { display: none; }

.login-one__form form .checked-box1 label { position: relative; display: inline-block; padding-left: 25px; color: var(--site-gray); font-size: 16px; line-height: 26px; font-weight: 400; cursor: pointer; font-family: var(--site-font); }

.login-one__form form .checked-box1 input[type="checkbox"] + label span { position: absolute; display: block; top: 5px; left: 0; width: 16px; height: 16px; background-color: transparent; border: 1px solid #e3e4ea; cursor: pointer; border-radius: 4px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

.login-one__form form .checked-box1 label span:before { position: absolute; top: 0px; left: 0px; bottom: 0; right: 0; content: ""; width: 8px; height: 8px; background: var(--site-base); border-radius: 2px; margin: 3px auto 0px; transform: scale(0); -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

.login-one__form form .checked-box1 input[type="checkbox"]:checked + label span { border-color: var(--site-base); }

.login-one__form form .checked-box1 input[type="checkbox"]:checked + label span:before { transform: scale(1); }

.login-one__form form .forget { position: relative; display: block; }

.login-one__form form .forget a { color: var(--site-black); font-size: 16px; line-height: 26px; font-family: var(--site-font); font-weight: 400; transition: all 200ms linear; transition-delay: 0.1s; }

.login-one__form form .forget a:hover { color: var(--site-base); }

.login-one__form form .create-account { position: relative; display: block; padding-top: 25px; }

.login-one__form form .create-account p { color: var(--site-black); }

.login-one__form form .create-account p a { color: var(--site-base); font-weight: 500; }

/***
=============================================
End
=============================================
***/
/*-------------------------------
   FAQ & Error Section  CSS
-------------------------------*/
.accordion-item { border: none; margin: 0 0 25px; background: transparent; }

.accordion-item:last-child { margin-bottom: 0; }

.accordion-item .accordion-header { margin-bottom: 0; position: relative; z-index: 3; }

.accordion-item .accordion-header .faq-shape { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.accordion-item .accordion-header .accordion-button { width: 100%; border-radius: 5px 5px 0 0; margin: 0; font-size: 18px; line-height: 1.5; font-weight: 500; border-radius: 0; color: #000; text-align: left; align-items: center; border: none; padding: 15px 30px 15px 15px; -webkit-transition: 0.4s; transition: 0.4s; background-color: transparent; box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); }

@media (min-width: 576px) { .accordion-item .accordion-header .accordion-button { width: 100%; } }

@media (min-width: 768px) { .accordion-item .accordion-header .accordion-button { width: 100%; font-size: 19px; } }

@media (min-width: 992px) { .accordion-item .accordion-header .accordion-button { width: 100%; font-size: 20px; padding: 20px 60px 22px 20px; } }

@media (min-width: 1199px) { .accordion-item .accordion-header .accordion-button { width: 100%; border-radius: 5px 5px 0 0; margin: 0; font-size: 20px; font-weight: 500; border-radius: 0; color: #000; text-align: left; align-items: center; border: none; padding: 20px 60px 22px 20px; -webkit-transition: 0.4s; transition: 0.4s; background-color: transparent; box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); } }

.accordion-item .accordion-header .accordion-button:before { position: absolute; top: 50%; left: 0; content: ""; width: 2px; height: 70%; background-color: var(--accent-color); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); }

.accordion-item .accordion-header .accordion-button.collapsed { color: #000; }

.accordion-item .accordion-header .accordion-button.collapsed span { background-color: var(--accent-color) !important; }

.accordion-item .accordion-header .accordion-button:after { display: none; }

.accordion-item .accordion-header .accordion-button:focus { outline: none; }

.accordion-item .accordion-header .accordion-button.collapsed { color: #000; background-color: transparent; }

.accordion-item .accordion-header .accordion-button.collapsed span { background-color: transparent !important; }

.accordion-item .accordion-header .accordion-button.collapsed span i { color: #666666; }

.accordion-item .accordion-header .accordion-button span { display: inline-block; min-width: 50px; height: 100%; position: absolute; top: 0; right: 0; padding: 20px 20px; text-align: center; }

.accordion-item .accordion-header .accordion-button span i { position: absolute; top: 50%; right: 20px; font-size: 18px; line-height: 0.8; color: var(--accent-color); display: block; margin: 0 auto; margin-top: -0.5em; }

.accordion-item .accordion-header .accordion-button span i.minus { visibility: hidden; opacity: 0; }

.accordion-item .accordion-header .accordion-button span i.minus { visibility: hidden; opacity: 0; }

.accordion-item .accordion-body { border-radius: 0 0 5px 5px; padding-bottom: 15px; border-top: none; padding: 20px 0 0; }

.accordion-item .accordion-body p { margin: 0 0 10px; }

.accordion-item .accordion-body p:last-child { margin: 0; }

.accordion-collapse { border: none; }

.accordion-item .accordion-header .accordion-button:not(.collapsed) { box-shadow: 0 0 15px rgba(0, 0, 0, 0.07); }

.accordion-button:not(.collapsed) span i.plus { visibility: hidden; opacity: 0; }

.accordion-button:not(.collapsed) span i.minus { visibility: visible !important; opacity: 1 !important; }

.error-content { text-align: center; }

.error-content img { display: block; margin: 0 auto 30px; max-width: 600px; }

.error-content p { margin: 0 auto 20px; max-width: 520px; }

/*----------------------------------------*/
/*  3.2 contact
/*----------------------------------------*/
.contact-info__bottom-left { border: 1px solid #E8E8E8; padding: 40px 30px; margin-bottom: 30px; }

.contact-info__right-title { font-size: 30px; letter-spacing: -0.02em; margin-bottom: 20px; }

.contact-info__right-desc { font-size: 22px; }

.contact_list { margin-top: 30px; }

.contact_list > ul > li { margin-bottom: 30px; }

.contact_list > ul > li .item { display: flex; width: 100%; }

.contact_list > ul > li .item .icon { --tw-bg-opacity: 1; align-items: center; background-color: rgba(238, 238, 238, var(--tw-bg-opacity)); border-radius: 9999px; display: flex; flex-shrink: 0; height: 50px; justify-content: center; width: 50px; font-size: 22px; color: var(--accent-color); }

.contact_list > ul > li .item .icon i { color: var(--accent-color); }

.contact_list > ul > li .item .info { flex: 1 1 0%; --tw-space-x-reverse: 0; margin-left: calc(10px*(1 - var(--tw-space-x-reverse))); margin-right: calc(10px* var(--tw-space-x-reverse)); }

.contact_list > ul > li .item .info .info_t { --site-text-opacity: 1; color: rgba(153, 153, 153, 0.9); display: block; font-size: 16px; }

.contact_list > ul > li .item .info .info_des, .contact_list > ul > li .item .info .info_des a { --site-text-opacity: 1; color: rgba(34, 34, 34, 0.9); display: block; font-family: Manrope; font-size: 18px; text-align: left; }

.contact_list > ul > li .item .info .info_maplink { align-items: center; display: flex; margin-top: 10px; }

.contact_message { margin-top: 30px; }

.contact_message .form > ul > li.item { margin-bottom: 20px; width: 100%; }

.contact_message .form > ul > li input { --tw-border-opacity: 1; border: 1px solid rgba(221, 221, 221, var(--tw-border-opacity)); display: block; font-size: 14px; height: 3em; line-height: 3em; outline-color: #185b98; padding-left: 20px; padding-right: 20px; width: 100%; }

.contact_message .form > ul > li textarea { --tw-border-opacity: 1; border: 1px solid rgba(221, 221, 221, var(--tw-border-opacity)); display: block; font-size: 14px; height: 8em; line-height: 2em; outline-color: #185b98; padding: 20px; width: 100%; }

.contact_message .form > ul > li.item_submit { display: flex; justify-content: space-between; }

.contact_message .form > ul > li.item_submit .captcha { flex: none; width: 200px; position: relative; }

.contact_message .form > ul > li.item_submit .captcha .wpcf7-captchac { --tw-translate-y: -50%; position: absolute; right: 10px; top: 50%; transform: translate(0, -50%); z-index: 10; }

.contact_message .form > ul > li.item_submit .submit .wpcf7-submit { --tw-bg-opacity: 1; --site-text-opacity: 1; background-color: rgba(24, 91, 152, var(--tw-bg-opacity)); border-radius: 10px; color: rgba(255, 255, 255, 0.9); cursor: pointer; font-size: 14px; height: 100%; transition-duration: .5s; transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); width: 100%; background: linear-gradient(90deg, #0084ff 0%, #00305e 99.88%); }

/* 样册下载、资料下载 */
.single-download { display: block; background: #ffffff; margin-bottom: 30px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; overflow: hidden; transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; }

.single-download a { border: 1px solid #ededed; padding: 10px; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all .5s; transition: all .5s; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }

@media (min-width: 576px) { .single-download a { padding: 15px; } }

@media (min-width: 768px) { .single-download a { padding: 20px; } }

@media (min-width: 992px) { .single-download a { padding: 20px; } }

.single-download a .txt { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden; }

.single-download a .txt b.t { display: block; color: #333; font-size: 16px; line-height: 2; font-weight: normal; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 98%; -webkit-transition: all .5s; transition: all .5s; }

.single-download a .icon { width: 36px; height: 36px; -webkit-transition: all .5s; transition: all .5s; }

.single-download a .icon svg { width: 100%; height: 100%; color: #e71421; -webkit-transition: all .5s; transition: all .5s; -moz-transition: all .5s; -ms-transition: all .5s; -o-transition: all .5s; }

.single-download a .icon i { font-size: 36px; line-height: 36px; color: rgba(var(--site-primary-rgb), 1); }

.single-download:hover { background: rgba(var(--site-primary-rgb), 1); box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1); }

.single-download:hover a .txt b.t { color: #ffffff; }

.single-download:hover a .icon i { color: #ffffff; }

.product-block { position: relative; margin-bottom: 30px; }

.product-block.mix { display: none; }

.product-block .inner-box { position: relative; border: 2px solid #e4e1d5; border-radius: 10px; text-align: center; background: #fff; overflow: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; }

.product-block .inner-box:hover { border: 2px solid var(--accent-color); -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.product-block .image { position: relative; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; margin-bottom: 0; }

.product-block .image:before { position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff)); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#00ffffff", GradientType=1); content: ""; opacity: .3; left: -100%; pointer-events: none; z-index: 1; }

.product-block .inner-box:hover .image:before { left: 100%; -webkit-transition: all 1000ms ease; transition: all 1000ms ease; }

.product-block .image img { width: auto; left: 0; top: 0; -webkit-transition: all 300ms ease; transition: all 300ms ease; }

.product-block .inner-box:hover .image img { -webkit-transform: scale(0.9); transform: scale(0.9); }

.product-block .content { position: relative; padding: 15px; }

.product-block h4 { display: block; font-size: 18px; color: var(--theme-color2); font-weight: 700; margin-bottom: 5px; }

.product-block h4 a { color: var(--theme-color-dark); -webkit-transition: all 300ms ease; transition: all 300ms ease; }

.product-block h4 a:hover { color: var(--accent-color); }

.product-block .price { display: block; font-size: 16px; line-height: 26px; color: var(--text-gray-silver); font-weight: 600; }

.product-block .price del { display: inline-block; margin-left: 15px; font-size: 16px; color: #f00; line-height: 27px; opacity: .3; }

.product-block .rating { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; color: #ffc737; }

.product-block .tag { position: absolute; top: 30px; left: 20px; font-size: 14px; line-height: 23px; color: #fff; background: #FD5F5C; font-weight: 400; padding: 0 12px; border-radius: 3px; z-index: 9; font-style: italic; text-transform: uppercase; }

.product-block .icon-box { position: absolute; right: 20px; top: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; opacity: 0; visibility: hidden; -webkit-transition: all 300ms ease; transition: all 300ms ease; }

.product-block .inner-box:hover .icon-box { top: 20px; opacity: 1; visibility: visible; -webkit-transition-delay: 300ms; transition-delay: 300ms; }

.product-block .ui-btn { background-color: var(--accent-color); border-radius: 50px; color: #fff; cursor: pointer; display: block; height: 40px; font-size: 14px; line-height: 40px; margin-bottom: 10px; position: relative; text-align: center; width: 40px; z-index: 9; -webkit-transition: all 300ms ease; transition: all 300ms ease; }

.product-block .ui-btn:hover { background-color: var(--theme-color-yellow); color: var(--theme-color-dark); }

.product-block .cat { display: block; font-size: 18px; color: #707070; font-style: italic; font-family: "Jost", sans-serif; margin-bottom: 5px; }

/* 应用领域综合页 */
.solution-area { width: 100%; }

.solution-area .container-fluid { padding: 0; }

.solution-item { width: 100%; padding: 2rem 0 2rem; }

@media (min-width: 768px) { .solution-item { padding: 3rem 0 3rem; } }

@media (min-width: 992px) { .solution-item { padding: 6rem 0 6rem; } }

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

.solution-item .container { display: flex; flex-direction: column; }

@media (min-width: 992px) { .solution-item .container { display: flex; flex-direction: row; } }

.solution-content { float: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: calc(100% - 55%); height: 0; padding-left: 10%; }

@media (min-width: 0) { .solution-content { width: 100%; margin-top: 1.5rem; padding: 0; height: auto; } }

@media (min-width: 992px) { .solution-content { float: right; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: calc(100% - 55%); height: auto; padding-left: 8%; } }

.solution-content .common-title { text-align: left; }

.solution-content .common-cont { margin-top: 15px; padding: 0; }

.solution-content .common-cont p { overflow: hidden; -webkit-line-clamp: 3; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; line-height: 1.5; }

@media (min-width: 768px) { .solution-content .common-cont p { overflow: hidden; -webkit-line-clamp: 2; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; } }

@media (min-width: 992px) { .solution-content .common-cont p { overflow: hidden; -webkit-line-clamp: 5; display: -webkit-box; text-overflow: ellipsis; -webkit-box-orient: vertical; } }

.solution-content .ui-btn { background-color: #e60012; margin-top: 1rem; width: 12rem; height: 3.2rem; line-height: 3.2rem; color: #fff; text-align: center; }

@media (min-width: 768px) { .solution-content .ui-btn { background-color: #e60012; margin-top: 4.8rem; width: 12.8rem; height: 4.5rem; line-height: 4.5rem; font-size: 1.8rem; color: #fff; border-radius: 4.5rem; -webkit-border-radius: 4.5rem; -moz-border-radius: 4.5rem; -ms-border-radius: 4.5rem; -o-border-radius: 4.5rem; text-align: center; } }

@media (min-width: 992px) { .solution-content .ui-btn { background-color: #e60012; margin-top: 4.8rem; width: 12.8rem; height: 4.5rem; line-height: 4.5rem; font-size: 1.8rem; color: #fff; border-radius: 4.5rem; -webkit-border-radius: 4.5rem; -moz-border-radius: 4.5rem; -ms-border-radius: 4.5rem; -o-border-radius: 4.5rem; text-align: center; } }

.solution-content .ui-btn:hover { -webkit-box-shadow: 0 4px 12px 4px rgba(255, 125, 65, 0.6); box-shadow: 0 4px 12px 4px rgba(255, 125, 65, 0.6); }

.solution-content .btn-default { width: fit-content; }

.solution-show { float: left; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; width: 700px; }

@media (min-width: 0) { .solution-show { width: 100%; } }

@media (min-width: 992px) { .solution-show { width: 55%; } }

.solution-show a { display: block; }

.solution-img { width: 100%; height: 510px; border-radius: 1em; overflow: hidden; }

@media (min-width: 0) { .solution-img { height: 0; } }

.solution-img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.solution-item:nth-child(2n) { background-color: #f5f5f5; }

.solution-item:nth-child(2n) .container { display: flex; flex-direction: column; }

@media (min-width: 992px) { .solution-item:nth-child(2n) .container { display: flex; flex-direction: row-reverse; } }

.solution-item:nth-child(2n) .solution-content { float: left; padding-left: 0; }

@media (min-width: 992px) { .solution-item:nth-child(2n) .solution-content { padding-right: 110px; } }

.solution-item:nth-child(2n) .solution-show { float: right; }

.solution-details-area-main .thumbnail { margin-bottom: 30px; overflow: hidden; }

.solution-details-area-main .thumbnail img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; max-width: 100%; height: auto; border-radius: 0.5em; transition: .3s ease-in-out; }

.thumbnail:hover img { transform: scale(1.15) rotate(2deg); }

.solution-details__title { margin-top: 0; margin-bottom: 30px; font-size: 18px; }

@media (min-width: 768px) { .solution-details__title { font-size: 20px; } }

@media (min-width: 992px) { .solution-details__title { font-size: 30px; } }

/*----------------------------------------*/
/*  3.1 Blog-details
/*----------------------------------------*/
.blog-details { position: relative; display: block; z-index: 1; background: #ffffff; }

.blog-details__left { position: relative; display: block; background-color: var(--thm-white); }

.blog-details__img-box { position: relative; display: block; }

.blog-details__img { position: relative; display: block; }

.blog-details__img img { width: 100%; }

.blog-details__content { position: relative; display: block; padding: 10px 10px 0; padding-top: 0; }

@media (min-width: 576px) { .blog-details__content { padding-top: 0; } }

@media (min-width: 768px) { .blog-details__content { padding-top: 0; } }

@media (min-width: 992px) { .blog-details__content { padding: 13px 30px 0; } }

@media (min-width: 1199px) { .blog-details__content { padding: 23px 40px 0; } }

.blog-details__meta { position: relative; display: flex; align-items: center; gap: 17px; justify-content: center; }

.blog-details__meta li { position: relative; display: flex; align-items: center; gap: 13px; }

.blog-details__meta li .icon { position: relative; display: inline-block; top: 1px; }

.blog-details__meta li .icon span { position: relative; display: inline-block; color: var(--accent-color); font-size: 16px; }

.blog-details__meta li a { font-size: 14px; color: var(--thm-gray); }

.blog-details__meta li a:hover { color: var(--accent-color); }

.blog-details__title { font-size: 20px; font-weight: 700; line-height: 1.25; text-transform: capitalize; margin-top: 0; margin-bottom: 20px; text-align: center; }

@media (min-width: 576px) { .blog-details__title { font-size: 20px; } }

@media (min-width: 768px) { .blog-details__title { font-size: 22px; } }

@media (min-width: 992px) { .blog-details__title { font-size: 28px; } }

@media (min-width: 1199px) { .blog-details__title { font-size: 28px; } }

.blog-details__text-2 { margin-top: 30px; margin-bottom: 23px; }

.blog-details__img-box { position: relative; display: block; }

.blog-details__img-box .row { --bs-gutter-x: 12px; }

.blog-details__img-box-img { position: relative; display: block; margin-bottom: 30px; }

.blog-details__img-box-img img { width: 100%; }

.blog-details__category-and-tag { position: relative; display: flex; align-items: center; justify-content: space-between; background-color: #E6ECFF; margin-left: -40px; margin-right: -40px; padding: 0.26rem 40px 25px; margin-top: 27px; }

.blog-details__category { position: relative; display: flex; align-items: center; gap: 20px; }

.blog-details__category-title { position: relative; display: block; }

.blog-details__category-title span { font-weight: 700; color: var(--thm-black); }

.blog-details__category-list { position: relative; display: flex; align-items: center; gap: 7px; }

.blog-details__category-list a { font-size: 12px; color: var(--thm-white); background-color: var(--accent-color); line-height: 12px; padding: 8px 10px 8px; }

.blog-details__category-list a:hover { background-color: var(--thm-black); }

.blog-details__tag { position: relative; display: flex; align-items: center; gap: 20px; }

.blog-details__tag-title { position: relative; display: block; }

.blog-details__tag-title span { font-weight: 700; color: var(--thm-black); }

.blog-details__tag-list { position: relative; display: flex; align-items: center; gap: 10px; }

.blog-details__tag-list a { color: var(--thm-gray); }

.blog-details__tag-list a:hover { color: var(--accent-color); }

.blog-details__delHandle { position: relative; display: flex; align-items: center; justify-content: space-between; margin-left: -40px; margin-right: -40px; padding: 0.26rem 40px 25px; margin-top: 27px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; height: 70px; line-height: 1; align-items: center; padding: 0 40px; justify-content: space-between; }

.blog-details__delHandle .item i { display: inline-block; font-size: 16px; }

.blog-details__delHandle .item a { transition: color .3s ease-in-out; align-items: center; }

.blog-details__delHandle .delNext span { margin-right: 15px; }

.blog-details__delHandle .delPrev span { margin-left: 15px; }

.blog-details__delHandle .delBackLi a { color: #ccc; }

.blog-details__delHandle .delBackLi i { font-size: 30px; }

.blog-details__text { margin-top: 15px; padding-top: 15px; border-top: 1px solid #ddd; font-size: 16px; line-height: 30px; }

.blog-details__text p { line-height: 1.75; margin: 0 0 15px; }

.offer-section { position: relative; background-color: #f0f0f0; }

.offer-section .line-shape { position: absolute; top: -13%; left: 0; }

.offer-section .line-shape img { width: 100%; height: 100%; }

.offer-section .mask-shape { position: absolute; top: 10%; right: -2%; }

.offer-items { margin-top: 65px; position: relative; text-align: center; z-index: 9; padding: 30px 10px; padding-top: 1px; }

.offer-items::before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; content: ""; border: 1px solid var(--secondary); opacity: 0.3; border-radius: 8px; top: 0; z-index: -1; }

.offer-items .icon { width: 70px; height: 70px; line-height: 70px; text-align: center; border-radius: 50%; background: var(--white); margin: 0 auto; margin-top: -35px; transition: all 0.4s ease-in-out; }

@media (min-width: 0) { .offer-items .icon { width: 100px; height: 100px; line-height: 100px; margin-top: -50px; } }

@media (min-width: 992px) { .offer-items .icon { width: 80px; height: 80px; line-height: 80px; margin-top: -40px; } }

.offer-items .icon img { width: 75%; }

.offer-items .content { margin-top: 20px; }

.offer-items .content h5 { color: #333; font-size: 1rem; }

.offer-items .shape-top { position: absolute; top: 50%; right: 50%; opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out; }

.offer-items .shape-bottom { position: absolute; bottom: 50%; left: 50%; opacity: 0; visibility: hidden; transition: all 0.4s ease-in-out; }

.offer-items:hover::before { background: #fff; }

.offer-items:hover .shape-top { top: -1px; right: -1px; opacity: 1; visibility: visible; }

.offer-items:hover .shape-bottom { position: absolute; bottom: -1px; left: -1px; opacity: 1; visibility: visible; }

.offer-items:hover .icon { background-image: none; background-color: var(--accent-color); transform: rotateY(360deg); }

.offer-items:hover .icon svg path { fill: #fff; }

.offer-items.active .shape-top { top: -1px; right: -1px; opacity: 1; visibility: visible; }

.offer-items.active .shape-bottom { position: absolute; bottom: -1px; left: -1px; opacity: 1; visibility: visible; }

.offer-items.active .icon { background-image: none; background-color: var(--accent-color); transform: rotateY(360deg); }

.offer-items.active .icon svg path { fill: #fff; }

/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.tj-about-section { padding-bottom: 120px; position: relative; z-index: 1; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .tj-about-section { padding-bottom: 80px; } }

.tj-about-section.tj-about-page { padding-top: 120px; padding-bottom: 120px; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .tj-about-section.tj-about-page { padding-top: 50px; } }

.tj-about-section .tj-sec-heading { margin-bottom: 40px; }

.tj-about-section .sec-shape { position: absolute; top: 0; left: 10%; width: 92px; height: 18px; -webkit-mask-image: url(../images/shape/service-hover.svg); mask-image: url(../images/shape/service-hover.svg); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; background: var(--tj-color-grey-3); }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .tj-about-section .sec-shape { left: 50%; } }

.tj-about-section-two { padding-top: 120px; padding-bottom: 200px; position: relative; z-index: 1; }

@media only screen and (min-width: 1400px) and (max-width: 1599px) { .tj-about-section-two { padding-bottom: 170px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) { .tj-about-section-two { padding-bottom: 120px; } }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .tj-about-section-two { padding-bottom: 80px; } }

.tj-about-section-two .about-sec-shape { position: absolute; right: 30px; bottom: 26%; z-index: 2; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-content-one { margin-bottom: 50px; } }

.about-content-one .desc { max-width: 100%; }

.about-content-one .desc p { margin-bottom: 0; font-size: 18px; line-height: 2.1; }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-content-one .desc p { font-size: 16px; line-height: 1.9; } }

.about-content-one .tj-about-button { margin-top: 50px; }

.about-content-two .desc p { margin-bottom: 0; font-size: 18px; line-height: 2.1; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-content-two .desc p { font-size: 16px; } }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-content-two .desc p { line-height: 1.9; } }

.about-content-two .tj-progress-bar { margin-top: 20px; width: 520px; }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) { .about-content-two .tj-progress-bar { width: 400px; } }

@media (max-width: 575px) { .about-content-two .tj-progress-bar { width: 250px; } }

.about-content-two .tj-progress-bar label { font-size: 22px; font-weight: 700; font-family: var(--tj-ff-heading); color: var(--tj-color-light-6); margin-bottom: 18px; }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-content-two .tj-progress-bar label { font-size: 20px; margin-bottom: 15px; } }

.about-content-two .tj-progress-bar .skills { background-color: var(--tj-color-light-2); height: 5px; position: relative; border-radius: 20px; }

.about-content-two .tj-progress-bar .skills span { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: -60px; font-size: 22px; font-weight: 700; font-family: var(--tj-ff-heading); color: var(--accent-color); }

.about-content-two .tj-progress-bar .skills .skillbar { background-color: var(--tj-color-light-5); width: 0px; height: 5px; border-radius: 20px; }

.about-content-two .tj-about-button { margin-top: 40px; }

.about-image-group { position: relative; z-index: 1; text-align: right; right: -135px; }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group { right: 0; } }

.about-image-group .about-lg-image { position: relative; }

.about-image-group .about-lg-image .about-circle { position: absolute; top: 40px; right: 40px; background: var(--site-white); width: 147px; height: 150px; border-radius: 50%; border: 2px solid var(--accent-color); z-index: 1; display: none; }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group .about-lg-image .about-circle { width: 110px; height: 110px; top: 20px; right: 20px; } }

.about-image-group .about-lg-image .about-circle svg { position: absolute; top: -43px; left: -43px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); font-weight: var(--tj-fw-medium); z-index: 2; width: 120px; height: 120px; }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group .about-lg-image .about-circle svg { width: 90px; height: 90px; top: -28px; left: -28px; } }

.about-image-group .about-lg-image .about-circle svg.shape-1 { -webkit-animation: rotateImg 10s infinite linear; animation: rotateImg 10s infinite linear; }

.about-image-group .about-lg-image .about-circle .video-play { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; }

.about-image-group .about-lg-image .about-circle .video-play a { width: 34px; height: 34px; line-height: 34px; display: inline-block; text-align: center; background: var(--accent-color); color: var(--site-white); border-radius: 50%; font-size: 16px; word-spacing: 2px; }

.about-image-group .about-experience { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: var(--site-white); position: absolute; bottom: 25px; left: -65%; padding: 30px 30px; max-width: 374px; width: 100%; }

@media only screen and (min-width: 1200px) and (max-width: 1399px) { .about-image-group .about-experience { left: -35%; } }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group .about-experience { max-width: 300px; left: 25px; } }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group .about-experience { padding: 15px 15px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) { .about-image-group .about-experience { left: 45px; } }

.about-image-group .about-experience::before { position: absolute; content: ""; width: 100%; height: 50%; bottom: 0; left: 0; background: rgba(123, 123, 123, 0.4); -webkit-filter: blur(60px); filter: blur(60px); z-index: -1; }

.about-image-group .about-experience .about-icon { width: 60px; height: 87px; line-height: 70px; text-align: center; color: var(--site-white); background: var(--accent-color); font-size: 35px; }

.about-image-group .about-experience .counter-number { text-align: left; }

.about-image-group .about-experience .counter-number .tj-count { font-size: 30px; color: #323c45; font-weight: 700; line-height: 1.8em; }

.about-image-group .about-experience .sub-title { font-size: 18px; font-weight: var(--tj-fw-medium); font-family: var(--tj-ff-heading); position: relative; padding-left: 35px; }

.about-image-group .about-experience .sub-title::before { position: absolute; content: ""; width: 25px; height: 2px; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: var(--accent-color); }

.about-image-group .about-experience .about-shape { position: absolute; top: 50px; right: 30px; width: 92px; height: 18px; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; -webkit-mask-size: contain; mask-size: contain; background: var(--tj-color-grey-3); }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group .about-experience .about-shape { top: 20px; right: 20px; } }

.about-image-group-two { position: relative; z-index: 1; left: -110px; max-width: 665px; width: 100%; }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group-two { left: 0; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) { .about-image-group-two { margin-bottom: 175px; } }

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .about-image-group-two { margin-bottom: 150px; } }

.about-image-group-two .group-1 { max-width: 550px; width: 100%; }

@media only screen and (min-width: 1400px) and (max-width: 1599px) { .about-image-group-two .group-1 { max-width: 510px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) { .about-image-group-two .group-1 { max-width: 430px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) { .about-image-group-two .group-1 { max-width: 420px; } }

@media (max-width: 575px) { .about-image-group-two .group-1 { max-width: 280px; } }

.about-image-group-two .group-2 { max-width: 545px; width: 100%; position: absolute; top: 74px; right: 25px; }

@media only screen and (min-width: 1400px) and (max-width: 1599px) { .about-image-group-two .group-2 { max-width: 505px; top: 45px; right: 85px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) { .about-image-group-two .group-2 { max-width: 420px; top: 74px; right: 80px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) { .about-image-group-two .group-2 { max-width: 400px; top: 60px; right: 55px; } }

@media (max-width: 575px) { .about-image-group-two .group-2 { max-width: 270px; top: 45px; right: 50px; } }

.about-image-group-two .group-3 { max-width: 535px; width: 100%; position: absolute; top: 141px; right: -30px; }

@media only screen and (min-width: 1400px) and (max-width: 1599px) { .about-image-group-two .group-3 { max-width: 495px; top: 140px; right: 40px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) { .about-image-group-two .group-3 { max-width: 420px; top: 140px; right: 35px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) { .about-image-group-two .group-3 { max-width: 380px; top: 130px; right: 10px; } }

@media (max-width: 575px) { .about-image-group-two .group-3 { max-width: 260px; top: 115px; right: 30px; } }

.about-image-group-two .group-shape { position: absolute; top: -50px; left: -60px; }

@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) { .about-image-group-two .group-shape { left: -20px; } }

@media (max-width: 575px) { .about-image-group-two .group-shape { left: 0; max-width: 200px; } }

/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.tj-counter-section { padding-top: 120px; padding-bottom: 100px; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .tj-counter-section { padding-top: 50px; padding-bottom: 60px; } }

.tj-counter-section-two { background: var(--tj-color-theme-secondary); padding: 60px 0; }

.fun-fact-area { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 80px; }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) { .fun-fact-area { gap: 50px; } }

@media (max-width: 575px) { .fun-fact-area { gap: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) { .counter-wrapper { margin-top: 50px; } }

@media only screen and (min-width: 576px) and (max-width: 767px) { .counter-wrapper { margin-top: 20px; } }

.counter-item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.counter-item .about-icon { font-size: 50px; color: var(--accent-color); }

.counter-item .tj-count { font-size: 30px; font-weight: 700; color: var(--accent-color); font-family: var(--tj-ff-heading); margin-bottom: 5px; letter-spacing: 3px; }

@media (max-width: 575px) { .counter-item .tj-count { font-size: 25px; } }

.counter-item .sub-title { color: var(--tj-color-heading-heading); font-size: 16px; font-weight: var(--tj-fw-medium); }

@media only screen and (min-width: 576px) and (max-width: 767px) { .counter-content-area { display: grid; grid-template-columns: repeat(2, 1fr); } }

.counter-content-area .counter-item-two { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 30px; margin-bottom: 20px; }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-content-area .counter-item-two { gap: 15px; margin-bottom: 10px; } }

.counter-content-area .counter-item-two:last-child { margin-bottom: 0; }

@media only screen and (min-width: 576px) and (max-width: 767px) { .counter-content-area .counter-item-two:last-child { margin-bottom: 20px; } }

.counter-content-area .counter-item-two .counter-icon { font-size: 60px; color: #323c45; width: 75px; overflow: hidden; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-content-area .counter-item-two .counter-icon { font-size: 40px; width: 50px; } }

.counter-content-area .counter-item-two .counter-number .tj-count { font-size: 42px; color: #323c45; font-family: var(--tj-ff-heading); font-weight: 700; line-height: 1.8em; letter-spacing: 3px; margin-bottom: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-content-area .counter-item-two .counter-number .tj-count { font-size: 35px; } }

.counter-content-area .counter-item-two .counter-number .sub-title { font-size: 25px; font-family: var(--tj-ff-heading); font-weight: var(--tj-fw-sbold); color: var(--accent-color); position: relative; bottom: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-content-area .counter-item-two .counter-number .sub-title { font-size: 20px; } }

.counter-item-three { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-item-three { margin-bottom: 30px; } }

.counter-item-three .counter-icon { font-size: 60px; color: var(--tj-color-common-white); }

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-item-three .counter-icon { font-size: 45px; } }

.counter-item-three .counter-number .tj-count { font-size: 50px; color: var(--tj-color-common-white); font-family: var(--tj-ff-heading); font-weight: 700; letter-spacing: 3px; }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-item-three .counter-number .tj-count { font-size: 35px; } }

.counter-item-three .counter-number .sub-title { font-size: 25px; font-family: var(--tj-ff-heading); font-weight: var(--tj-fw-sbold); color: var(--accent-color); }

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) { .counter-item-three .counter-number .sub-title { font-size: 20px; } }

.hotpro-one__tab { position: relative; display: block; margin-top: 0; margin-bottom: 30px; }

.hotpro-one__tab .tabs-button-box { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; text-align: center; margin-bottom: 28px; z-index: 1; }

.hotpro-one__tab .tabs-button-box li + li { margin-left: 15px; }

.hotpro-one__tab .tabs-button-box li:last-child { margin-right: 0; }

.hotpro-one__tab .tabs-button-box .tab-btn-item { position: relative; display: block; width: auto; margin-bottom: 15px; padding: 4px 15px 4px; border: 1px solid #D8DDE1; border-radius: 15px; overflow: hidden; cursor: pointer; -webkit-transition: all 500ms ease; transition: all 500ms ease; }

@media only screen and (max-width: 991px) { .hotpro-one__tab .tabs-button-box .tab-btn-item { padding: 4px 15px 4px; } }

@media only screen and (max-width: 576px) { .hotpro-one__tab .tabs-button-box .tab-btn-item { padding: 4px 15px 4px; } }

@media only screen and (max-width: 576px) { .hotpro-one__tab .tabs-button-box .tab-btn-item { padding: 3px 10px 3px; } }

.hotpro-one__tab .tabs-button-box .tab-btn-item::after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 0; background-color: var(--accent-color); transition: all .3s ease; z-index: -1; }

.hotpro-one__tab .tabs-button-box .tab-btn-item.active-btn:after { height: 100%; }

.hotpro-one__tab .tabs-button-box .tab-btn-item.active-btn, .hotpro-one__tab .tabs-button-box .tab-btn-item:hover { border-color: var(--accent-color); }

.hotpro-one__tab .tabs-button-box .tab-btn-item h3 { color: var(--donatix-black); font-size: 17px; line-height: 30px; font-weight: 600; text-transform: capitalize; font-family: var(--donatix-font); }

@media only screen and (max-width: 991px) { .hotpro-one__tab .tabs-button-box .tab-btn-item h3 { font-size: 14px; } }

@media only screen and (max-width: 767px) { .hotpro-one__tab .tabs-button-box .tab-btn-item h3 { font-size: 12px; } }

.hotpro-one__tab .tabs-button-box .tab-btn-item.active-btn h3 { color: var(--white-color); }

@media only screen and (max-width: 1024px) { .main-menu ul li { margin-left: 0; } }

@media only screen and (max-width: 991px) { #magic-cursor { display: none !important; }
  .slicknav_nav li, .slicknav_nav ul { display: block; }
  .responsive-menu, .navbar-toggle { display: block; }
  .section-row { margin-bottom: 40px; }
  .section-btn { text-align: left; margin-top: 15px; }
  .section-title h1, .section-title h2 { font-size: 36px; }
  .section-title-content { text-align: left; margin-left: 0; margin-top: 15px; }
  .hero { padding: 100px 0 120px; }
  .hero-content-title h3 { font-size: 18px; }
  .hero-content-title h1, .hero-content-title h2 { font-size: 60px; }
  .hero-content-body p { font-size: 16px; }
  .hero-slider-layout .hero-slide { padding: 100px 0 120px; }
  .hero-slider-layout .swiper-pagination { bottom: 50px; }
  .about-us { padding: 50px 0; }
  .about-content { margin-bottom: 30px; }
  .about-content-body { margin-bottom: 30px; }
  .about-image { margin-bottom: 30px; }
  .about-image img { width: 100%; aspect-ratio: 1/0.7; object-fit: cover; }
  .about-company-content h3 { font-size: 20px; }
  .our-services { padding: 50px 0; }
  .service-item { padding: 30px; }
  .our-services .col-lg-3:nth-of-type(even) .service-item { margin-top: 50px; }
  .service-body h3 { font-size: 20px; margin-bottom: 10px; }
  .why-choose-us { padding: 50px 0 20px; }
  .why-choose-content { margin-right: 0; margin-bottom: 30px; }
  .why-choose-item { padding: 30px; }
  .why-choose-image img { aspect-ratio: 1 / .75; }
  .why-choose-body h3 { font-size: 20px; }
  .video-play-button a { width: 70px; height: 70px; }
  .video-play-button a i { font-size: 26px; }
  .our-project { padding: 50px 0 0; }
  .project-content h3 { font-size: 20px; }
  .our-testimonial { padding: 25px 0 50px; }
  .testimonial-item { padding: 30px; }
  .author-content h2 { font-size: 20px; }
  .testimonial-header { margin-bottom: 20px; }
  .our-faqs { padding: 50px 0; }
  .faq-accordion { margin-left: 0; }
  .faq-accordion .accordion-item { padding-bottom: 15px; margin-bottom: 15px; }
  .faq-accordion .accordion-item .accordion-button span { font-size: 20px; }
  .faq-accordion .accordion-item .accordion-button { font-size: 20px; padding: 5px 30px 5px 60px; }
  .faq-accordion.how-work-accordion .accordion-item .accordion-button::after, .faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after { font-size: 16px; }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body { padding: 5px 30px 5px 60px; }
  .latest-news { padding: 50px 0 20px; }
  .post-item-content { padding: 20px; }
  .post-item-meta { padding-bottom: 10px; margin-bottom: 10px; }
  .post-item-body h2 { font-size: 20px; }
  .main-footer { padding: 50px 0 0; }
  .about-footer { margin-right: 0; margin-bottom: 40px; }
  .footer-logo { margin-bottom: 20px; }
  .footer-content { margin-bottom: 20px; }
  .footer-social-links ul li a { font-size: 20px; }
  .footer-quick-links h2, .footer-contact-details h2, .footer-newsletter h2 { font-size: 20px; margin-bottom: 20px; }
  .footer-quick-links ul li { margin-bottom: 10px; }
  .footer-contact-box { padding-right: 0; }
  .subscribe-content { max-width: 100%; }
  .footer-copyright { padding: 15px 0; margin-top: 30px; }
  .page-header { padding: 100px 0; }
  .page-header-box h1 { font-size: 60px; margin-bottom: 20px; }
  .page-header-box ol { padding: 10px 20px; }
  .page-about-us { padding: 50px 0; }
  .about-us-image { max-width: 690px; margin: 0 auto; margin-bottom: 30px; }
  .experience-counter-item { width: 180px; height: 150px; }
  .experience-counter-item .experience-counter-content h3 { font-size: 36px; }
  .experience-counter-item .experience-counter-content p { font-size: 20px; }
  .about-story-content { padding-left: 0; }
  .company-quality-item .icon-box { width: 65px; height: 65px; }
  .company-quality-item .icon-box img { width: 35px; }
  .company-quality-item .company-quality-content { width: calc(100% - 85px); }
  .about-story-footer ul li { margin-bottom: 15px; }
  .about-story-btn { margin-top: 10px; }
  .company-counter { padding: 40px 0 10px; }
  .company-counter .col-lg-3:nth-child(2n+2) .company-counter-item:before { display: none; }
  .company-counter-item { margin-bottom: 30px; }
  .company-counter-item .counter-content h3 { font-size: 36px; margin-bottom: 5px; }
  .company-counter-item .counter-content p { font-size: 20px; }
  .how-it-work { padding: 50px 0; }
  .company-expertise { padding: 50px 0; }
  .company-expertise-content { margin-bottom: 30px; }
  .company-expertise-footer ul li { padding: 10px 10px 10px 35px; }
  .company-expertise-footer ul li:before { font-size: 16px; top: 15px; left: 10px; transition: all .3s ease-in-out; }
  .expertise-counter-image { text-align: center; width: 100%; max-width: 550px; margin-left: 0; margin: 0 auto; }
  .satisfied-client { width: 250px; padding: 10px 20px; }
  .satisfied-client-icon img { width: 45px; }
  .satisfied-client-content { width: calc(100% - 60px); text-align: left; }
  .satisfied-client-content h3 { font-size: 22px; }
  .satisfied-client-content p { font-size: 16px; }
  .meet-team { padding: 50px 0 20px; }
  .cta-box { padding: 50px 0; }
  .cta-content { max-width: 100%; }
  .cta-content-body { margin-bottom: 30px; }
  .cta-content-body:before { width: 70px; height: 70px; bottom: -70px; left: 170px; }
  @keyframes arrowmoveobjects { 50% { left: 140px; } }
  .our-testimonial.about-testimonial { padding: 50px 0; }
  .page-service { padding: 50px 0 20px; }
  .our-testimonial.service-testimonial { padding: 50px 0; }
  .page-service-single { padding: 50px 0; }
  .service-sidebar { margin-bottom: 30px; }
  .service-catagery-list h3 { font-size: 24px; }
  .service-why-choose { padding: 50px 0; }
  .service-why-choose-content { margin-bottom: 30px; }
  .service-why-choose-body { margin-bottom: 20px; }
  .service-benefits { padding: 50px 0 20px; }
  .service-benefit-item { padding: 30px; }
  .service-benefit-item .icon-box { margin-bottom: 15px; }
  .service-benefit-item .service-benefit-content h3 { font-size: 20px; margin-bottom: 15px; }
  .service-strategy { padding: 50px 0; }
  .service-strategy-image { margin-bottom: 30px; }
  .service-strategy-title h3 { margin-bottom: 20px; }
  .our-services-faqs { padding: 50px 0; }
  .page-blog { padding: 50px 0; }
  .post-pagination { margin-top: 10px; }
  .post-single-meta { padding: 6px 15px; }
  .post-single-meta ul li { margin-right: 20px; }
  .post-single-meta ul li i { font-size: 16px; margin-right: 5px; }
  .page-single-post { padding: 50px 0; }
  .post-image { margin-bottom: 20px; }
  .post-entry blockquote { background: var(--secondary-color) url(../images/icon-blockquote.svg) no-repeat 30px 36px; background-size: 45px; padding: 30px 30px 30px 90px; margin-bottom: 20px; }
  .post-entry blockquote p { font-size: 18px; }
  .post-entry h2 { font-size: 36px; }
  .post-entry ul li { font-size: 16px; }
  .post-tag-links { padding: 0; }
  .post-tags { margin-bottom: 10px; }
  .tag-links { font-size: 26px; }
  .post-social-sharing { text-align: left; }
  .our-projects { padding: 50px 0 20px; }
  .our-projects-nav { margin-bottom: 30px; }
  .page-project-single { padding: 50px 0; }
  .project-sidebar { margin-bottom: 30px; }
  .project-info-box-title h3 { font-size: 20px; }
  .project-info-item .icon-box { width: 60px; height: 60px; }
  .project-info-item .icon-box img { width: 35px; }
  .project-info-content { width: calc(100% - 80px); }
  .project-info-content h3 { margin-bottom: 5px; }
  .project-meta h3 { font-size: 20px; margin-bottom: 20px; }
  .company-benefits { padding: 50px 0; }
  .company-benefits-content { margin-bottom: 30px; }
  .company-benefits-counter h3 { font-size: 36px; }
  .company-benefits-counter p { font-size: 16px; }
  .company-benefits-title h2 { font-size: 36px; }
  .company-quality { padding: 50px 0; }
  .company-quality-img { margin-bottom: 30px; }
  .company-quality-title h2 { font-size: 36px; }
  .our-project-faqs { padding: 50px 0; }
  .hr-department-team { padding: 50px 0 20px; }
  .research-department-team { padding: 50px 0 20px; }
  .project-department-team { padding: 50px 0 20px; }
  .page-contact-us { padding: 50px 0; }
  .contact-sidebar { margin-bottom: 30px; }
  .contact-info-title { margin-bottom: 20px; }
  .contact-info-title h3 { font-size: 26px; }
  .contact-info-box { padding-right: 0; }
  .google-map { padding: 50px 0; }
  .google-map-iframe { height: 400px; }
  .google-map-iframe iframe { height: 400px; }
  .our-gallery-page { padding: 50px 0 20px; }
  .page-faqs { padding: 50px 0; }
  .faq-sidebar { position: relative; top: 0; }
  .faq-category-box { padding: 20px 30px; margin-bottom: 30px; }
  .faqs-section { margin-bottom: 40px; }
  .faqs-section .faqs-section-title .section-title { margin-bottom: 30px; }
  .page-faqs-accordion .accordion-item .accordion-button { font-size: 20px; padding: 8px 30px 8px 60px; }
  .page-faqs-accordion .accordion-item .accordion-button span { font-size: 20px; }
  .error-page { text-align: center; padding: 50px 0; }
  .error-page-content-heading { margin-bottom: 30px; }
  .error-page-content-heading h2 { font-size: 36px; } }

@media only screen and (max-width: 767px) { .topbar-contact-info { text-align: center; }
  .topbar-social-links { display: none; }
  .section-title h1, .section-title h2 { font-size: 30px; }
  .hero { padding: 80px 0; }
  .hero-content-title { margin-bottom: 10px;}
  .hero-content-title h3 { font-size: 16px; }
  .hero-content-title h1, .hero-content-title h2 { font-size: 20px; }
  .hero-content-footer .btn-default.btn-highlighted { margin-left: 0; margin-top: 10px; }
  .hero-slider-layout .hero-slide { padding: 160px 0 80px; min-height: 180px; }
  .hero-slider-layout .swiper-pagination { bottom: 20px; }
  .hero .btn-default{ padding: 10px 25px 10px 15px;font-size: 14px; }
  .hero .btn-default::before {font-size: 14px;transform: translate(-15px, -50%) rotate(45deg);}
  .about-us { background-size: 40px auto; }
  .our-services { background-size: 40px auto; }
  .about-content-body ul li { padding-left: 25px; }
  .about-content-body ul li:before { font-size: 16px; top: 4px; }
  .about-company-item .icon-box { margin-right: 10px; }
  .about-company-content { width: calc(100% - 70px); }
  .about-company-content h3 { font-size: 18px; }
  .service-item { padding: 20px; margin-bottom: 30px; }
  .our-services .col-lg-3:nth-of-type(even) .service-item { margin-top: 0; }
  .service-body h3 { font-size: 18px; }
  .service-footer-btn { margin-top: 20px; }
  .why-choose-us { background-size: 40px auto; }
  .why-choose-item { padding: 15px; }
  .why-choose-body h3 { font-size: 18px; }
  .intro-video-box .video-image img { aspect-ratio: 1 / .70; }
  .project-content h3 { font-size: 18px; }
  .testimonial-item { padding: 20px; }
  .our-testimonial { background-size: 40px auto; }
  .author-content h2 { font-size: 18px; margin-bottom: 5px; }
  .faq-accordion .accordion-item .accordion-button { font-size: 18px; padding: 5px 30px 5px 40px; }
  .faq-accordion .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after { width: 14px; height: 14px; transform: translate(0px, -6px) rotate(45deg); }
  .faq-accordion .accordion-item .accordion-button.collapsed::after { transform: translate(0px, -6px) rotate(0deg); }
  .faq-accordion .accordion-item .accordion-button span { font-size: 18px; line-height: 1em; }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body { padding: 5px 30px 5px 0; }
  .latest-news { background-size: 40px auto; }
  .post-item-meta ul li a { font-size: 14px; }
  .post-item-meta ul li a i { font-size: 16px; margin-right: 5px; }
  .post-item-body h2 { font-size: 18px; }
  .main-footer { background-size: 40px auto; }
  .footer-contact-details, .footer-quick-links { margin-bottom: 40px; }
  .footer-quick-links h2, .footer-contact-details h2, .footer-newsletter h2 { font-size: 18px; }
  .footer-contact-box .footer-info-box { padding-left: 25px; margin-bottom: 20px; }
  .footer-info-box .icon-box i { font-size: 18px; }
  .page-header { padding: 60px 0; }
  .page-header-box h1 { font-size: 36px; }
  .page-about-us { background-size: 40px auto; }
  .about-us-image { padding-bottom: 110px; }
  .about-img-1 { width: 200px; }
  .about-img-2 img { aspect-ratio: 1 / 1; width: 190px; }
  .experience-counter-item { width: 125px; height: 110px; }
  .experience-counter-item .experience-counter-content h3 { font-size: 28px; margin-bottom: 5px; }
  .experience-counter-item .experience-counter-content p { font-size: 16px; }
  .client-counter-item .client-counter-content img { width: 150px; }
  .client-counter-item .client-counter-content h3 { font-size: 14px; }
  .about-company-quality .company-quality-item { width: 100%; margin-right: 0; margin-bottom: 30px; }
  .about-company-quality .company-quality-item:last-child { margin-bottom: 0; }
  .about-story-footer ul li { width: 100%; margin-right: 0; }
  .about-story-btn { margin-top: 25px; }
  .company-counter-item:before { display: none; }
  .company-counter-item .counter-content h3 { font-size: 28px; }
  .company-counter-item .counter-content p { font-size: 16px; }
  .how-it-work { background-size: 40px auto; }
  .faq-accordion.how-work-accordion .accordion-item .accordion-button::after, .faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after { transform: translate(0, -6px) rotate(90deg); }
  .faq-accordion.how-work-accordion .accordion-item .accordion-button.collapsed::after { transform: translate(0, -6px) rotate(45deg); }
  .company-expertise-footer ul { gap: 10px; }
  .company-expertise-footer ul li { width: 100%; margin-right: 0; }
  .company-expertise-footer ul li:last-child { margin-bottom: 0; }
  .satisfied-client-content h3 { font-size: 20px; }
  .satisfied-client { top: 30px; width: 220px; }
  .meet-team { background-size: 40px auto; }
  .team-content h3 { font-size: 20px; }
  .cta-content-body:before { width: 55px; height: 55px; left: 0; }
  @keyframes arrowmoveobjects { 50% { left: 20px; } }
  .our-testimonial.about-testimonial { background-size: 40px auto; }
  .service-catagery-list { padding: 20px; }
  .service-catagery-list h3 { font-size: 22px; }
  .service-why-choose { background-size: 40px auto; }
  .service-benefits { background-size: 40px auto; }
  .service-benefit-item { padding: 20px; }
  .service-strategy { background-size: 40px auto; }
  .our-services-faqs { background-size: 40px auto; }
  .post-entry blockquote { background: var(--secondary-color) url(../images/icon-blockquote.svg) no-repeat 20px 20px; background-size: 35px; padding: 50px 20px 20px 20px; }
  .post-entry h2 { font-size: 30px; }
  .tag-links { font-size: 22px; }
  .project-info-box { padding: 20px; }
  .page-project-single { background-size: 40px auto; }
  .company-benefits-title h2 { font-size: 28px; }
  .benefits-image-counter { margin-bottom: 30px; }
  .company-benefits-counter h3 { font-size: 28px; }
  .company-benefits-img-2 img { aspect-ratio: 1 / 1.1; }
  .company-quality { background-size: 40px auto; }
  .company-quality-title h2 { font-size: 28px; }
  .our-project-faqs { background-size: 40px auto; }
  .hr-department-team { background-size: 40px auto; }
  .research-department-team { background-size: 40px auto; }
  .project-department-team { background-size: 40px auto; }
  .contact-sidebar { padding: 20px; }
  .contact-info-title h3 { font-size: 22px; }
  .google-map-iframe { height: 300px; }
  .google-map-iframe iframe { height: 300px; }
  .faq-category-box { padding: 20px; }
  .page-faqs-accordion .accordion-item .accordion-button { font-size: 18px; padding: 8px 30px 8px 35px; }
  .page-faqs-accordion .accordion-item .accordion-button span { font-size: 18px; }
  .page-faqs-accordion .accordion-item .accordion-collapse .accordion-body { padding: 5px 30px 5px 0; }
  .error-page-content-heading h2 { font-size: 30px; } }

.content-wrapper { margin: 0; padding: 0; }

@media (max-width: 1200px) { .content-wrapper { margin: 0; padding-top: 60px; } }

.mb-our-project { display: block !important; }

@media (min-width: 768px) { .mb-our-project { display: none !important; } }

/*--------------------------------- Footer CSS  -----------------------------------*/
.footer-wrap { position: relative; background-color: #0d5550; z-index: 1; overflow: hidden; }

.footer-wrap .footer-shape-one, .footer-wrap .footer-shape-two, .footer-wrap .footer-shape-three, .footer-wrap .footer-shape-four, .footer-wrap .footer-shape-five { position: absolute; z-index: -1; }

.footer-wrap .footer-shape-one { bottom: 0; left: 0; opacity: 0.5; }

.footer-wrap .footer-shape-two { bottom: 0; right: 0; }

.footer-wrap .footer-shape-three { bottom: 0; left: 30%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); transform: translateX(-50%); }

.footer-wrap .footer-shape-four { top: 65%; left: 70%; }

.footer-wrap .footer-shape-five { top: 0; left: 0; height: 80px; width: 100%; }

.footer-wrap.style2 { padding-top: 80px; position: relative; }

.footer-wrap .footer-widget { margin-bottom: 25px; }

.footer-wrap .footer-widget .footer-widget-title { position: relative; font-size: 24px; font-weight: 700; color: #fff; margin-bottom: 30px; padding-bottom: 20px; }

.footer-wrap .footer-widget .footer-widget-title:before { position: absolute; bottom: 0px; left: 0; content: ""; width: 90px; height: 2px; background-color: rgba(255, 255, 255, 0.15); }

.footer-wrap .footer-widget .footer-widget-title:after { position: absolute; bottom: 0; left: 0; content: ""; width: 35px; height: 2px; background-color: #DCBE4A; }

.footer-wrap .footer-widget .footer-logo { display: block; }

.footer-wrap .footer-widget .comp-desc { color: rgba(255, 255, 255, 0.8); margin: 26px 0 25px; padding-right: 10px; }

.footer-wrap .footer-widget .social-profile li a { color: #fff; font-size: 18px; }

.footer-wrap .footer-widget .social-profile li a:hover { -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); transform: translateY(-2px); }

.footer-wrap .footer-widget .footer-menu li { margin-bottom: 15px; }

.footer-wrap .footer-widget .footer-menu li:last-child { margin-bottom: 0; }

.footer-wrap .footer-widget .footer-menu li a { color: rgba(255, 255, 255, 0.8); position: relative; padding-left: 18px; }

.footer-wrap .footer-widget .footer-menu li a:after { position: absolute; top: 8px; left: 0; content: ""; width: 8px; height: 8px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.15); -webkit-transition: 0.4s; transition: 0.4s; }

.footer-wrap .footer-widget .footer-menu li a:hover { color: #DCBE4A; padding-left: 22px; }

.footer-wrap .footer-widget .footer-menu li a:hover:after { background-color: #DCBE4A; }

.footer-wrap .footer-widget .contact-info li { position: relative; padding-left: 25px; margin-bottom: 15px; }

.footer-wrap .footer-widget .contact-info li:last-child { margin-bottom: 0; }

.footer-wrap .footer-widget .contact-info li h6 { color: #fff; font-weight: 500; margin: 0 0 5px; }

.footer-wrap .footer-widget .contact-info li i { position: absolute; top: 2px; left: 0; font-size: 16px; line-height: 1; color: #fff; -webkit-transition: 0.3s; transition: 0.3s; }

.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a { color: rgba(255, 255, 255, 0.8); margin-bottom: 0; -webkit-transition: 0.3s; transition: 0.3s; }

.footer-wrap .footer-widget .contact-info li:hover i { color: #DCBE4A; }

.footer-wrap .footer-widget .contact-info li:hover p, .footer-wrap .footer-widget .contact-info li:hover a { color: #DCBE4A; }

.copyright-text { padding: 18px 10px; text-align: center; margin: 0; color: #fff; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.15); }

.copyright-text i { position: relative; top: 0px; margin-right: 2px; }

.copyright-text a { color: #DCBE4A; font-weight: 500; }

.copyright-text a:hover { text-decoration: underline; }

@media only screen and (max-width: 767px) { .footer-wrap.style2 { padding-top: 30px; top: -10px; }
  .footer-wrap .footer-shape-five { height: 30px; }
  .footer-wrap .footer-widget .footer-widget-title { font-size: 20px; margin-bottom: 15px; padding-bottom: 10px; }
  .footer-wrap .footer-widget .comp-desc { font-size: 14px; padding-right: 10px; margin: 20px 0; }
  .footer-wrap .footer-widget h6 { font-size: 16px; }
  .footer-wrap .footer-widget .contact-info li { margin-bottom: 10px; }
  .footer-wrap .footer-widget .contact-info li i { top: 3px; font-size: 14px; }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a { font-size: 14px; }
  .footer-wrap .footer-widget .footer-menu li { margin-bottom: 8px; }
  .footer-wrap .footer-widget .footer-menu li a { font-size: 14px; }
  .footer-wrap .footer-widget .footer-menu li a:after { top: 7px; width: 6px; height: 6px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .footer-wrap.style2 { padding-top: 45px; top: -10px; }
  .footer-wrap .footer-shape-five { height: 45px; }
  .footer-wrap .footer-widget .footer-widget-title { font-size: 22px; }
  .footer-wrap .footer-widget .comp-desc { padding-right: 42px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) { .footer-wrap .footer-widget .comp-desc { padding-right: 20px; }
  .footer-wrap.style2 { top: -9px; } }

@media only screen and (max-width: 1199px) { .footer-wrap .footer-top .footer-widget .footer-widget-title { margin-bottom: 18px; } }

@media only screen and (min-width: 1200px) and (max-width: 1399px) { .footer-wrap .footer-widget .comp-desc { padding-right: 35px; } }

@media only screen and (min-width: 1400px) { .footer-wrap .footer-widget .comp-desc { padding-right: 40px; } }

/*--------------------------------- Header CSS  -----------------------------------*/
@-webkit-keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes toBottomFromTop10 { 49% { -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  50% { opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  51% { opacity: 1; } }

@keyframes toBottomFromTop10 { 49% { -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  50% { opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  51% { opacity: 1; } }

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

.header-wrap { position: absolute; top: 0; left: 0; width: 100%; z-index: 99; -webkit-transition: 0.4s; transition: 0.4s; }

.header-wrap.sticky { position: fixed; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); -webkit-transition: 0.4s; transition: 0.4s; background: #fff; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; width: 100%; top: 0; -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1); }

.header-wrap.sticky.style1, .header-wrap.sticky.style3 { background-color: #015C3B; margin: 0; }

.header-wrap.sticky.style1 .header-box { padding: 0; }

.header-wrap.style1 { -webkit-transition: 0.4s; transition: 0.4s; margin-top: 30px; }

.header-wrap.style1 .header-box { background-color: #015C3B; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); padding: 0 15px; border-radius: 5px; }

.header-wrap.style1 .header-box .other-options .option-item .searchbtn i { color: #fff; }

.header-wrap.style1 .header-box .search-area { background-color: #015C3B; right: -15px; border-radius: 0 5px 5px 5px; }

.header-wrap.style1 .header-box .search-area input { background-color: transparent; border-color: rgba(255, 255, 255, 0.2); color: #fff; }

.header-wrap.style1 .header-box .search-area button i { color: #fff; }

.header-wrap.style2 { background-color: #fff; }

.header-wrap.style3 { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.header-wrap.style3 .searchbtn i { color: #fff; }

.header-wrap.style3 .shopcart-btn i { color: #fff; }

.header-wrap.style3 .navbar .navbar-nav > .nav-item:first-child, .header-wrap.style4 .navbar .navbar-nav > .nav-item:first-child { margin-left: 0; }

.header-wrap.style4 { background-color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.header-wrap.style4 .option-item .searchbtn i { color: #000; }

.header-wrap .mobile-bar-wrap, .header-wrap .other-options { position: relative; }

.header-wrap .main-menu-wrap { display: flex; justify-content: flex-end; }

.search-area { position: absolute; top: 80px; right: 0; background-color: #fff; padding: 15px 15px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); width: 320px; visibility: hidden; opacity: 0; -webkit-transition: 0.4s; transition: 0.4s; }

.search-area.open { visibility: visible; opacity: 1; top: 69px; }

.search-area input { width: 100%; height: 58px; border: 1px solid rgba(0, 0, 0, 0.1); padding: 15px 15px; background-color: transparent; color: #fff; }

.search-area input::placeholder { color: #fff; }

.search-area button { position: absolute; top: 35px; right: 22px; border: none; background-color: transparent; }

.search-area button i { font-size: 20px; opacity: 0.5; line-height: 0.8; }

.shopcart-btn { position: relative; top: 2px; padding-right: 5px; }

.shopcart-btn i { font-size: 28px; line-height: 0.8; }

.shopcart-btn span { position: absolute; top: -12px; right: 0px; width: 23px; height: 23px; border-radius: 50%; background-color: #FF3838; text-align: center; line-height: 23px; color: #fff; font-size: 12px; }

.searchbtn { background-color: transparent; border: none; padding: 0; position: relative; top: 2px; }

.searchbtn i { font-size: 20px; line-height: 1; }

@media only screen and (max-width: 767px) { .navbar-brand img { max-width: 120px; }
  .search-area { width: 270px; padding: 12px; }
  .search-area.open { top: 42px; }
  .search-area input { height: 50px; }
  .search-area button { top: 32px; }
  .search-area button i { font-size: 18px; }
  .header-wrap.sticky { margin-top: 0; }
  .header-wrap.style1 { margin-top: 12px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) { .header-wrap .navbar .navbar-brand { max-width: 120px; }
  .header-wrap .navbar .navbar-nav .nav-item { margin: 0 10px; }
  .header-wrap .navbar .navbar-nav .nav-item a { font-size: 14px !important; }
  .header-wrap .navbar .other-options .option-item { margin: 0 0 0 25px !important; }
  .header-wrap .navbar .other-options .option-item .btn { padding: 9px 20px 9px; font-size: 14px; }
  .header-wrap .navbar .other-options .search-area.open { top: 62px; }
  .header-wrap.style3 .navbar .navbar-nav > .nav-item, .header-wrap.style4 .navbar .navbar-nav > .nav-item { margin: 0 7px; }
  .header-wrap.style3 .navbar .navbar-nav > .nav-item:first-child, .header-wrap.style4 .navbar .navbar-nav > .nav-item:first-child { margin-left: 0; }
  .header-wrap.style3 .navbar .navbar-nav > .nav-item:last-child, .header-wrap.style4 .navbar .navbar-nav > .nav-item:last-child { margin-right: 0; }
  .header-wrap.style3 .navbar .navbar-nav > .nav-item a i, .header-wrap.style4 .navbar .navbar-nav > .nav-item a i { font-size: 10px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) { .search-area.open { top: 54px; } }

@media only screen and (max-width: 991px) { .header-wrap.style1 .header-box { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header-wrap .container { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header-wrap .navbar .navbar-collapse { -webkit-box-align: start; -ms-flex-align: start; -ms-grid-row-align: flex-start; align-items: flex-start; }
  .header-wrap .navbar .navbar-nav { width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .header-wrap .navbar .navbar-nav .nav-item { position: relative; }
  .header-wrap .navbar .navbar-nav .nav-item .menu-expand { position: absolute; right: 0; top: 14px; cursor: pointer; }
  .header-wrap .navbar .navbar-nav .nav-item .menu-expand i { color: #000; font-size: 18px; line-height: 1; position: relative; top: 7px; }
  .header-wrap .navbar .navbar-nav .nav-item a { border-bottom: 1px solid rgba(0, 0, 0, 0.15); padding-top: 15px; padding-bottom: 15px; color: #000; }
  .header-wrap .navbar .navbar-nav .nav-item a i { display: none; }
  .header-wrap .navbar .navbar-nav .nav-item a.active { color: #005550; }
  .header-wrap .navbar .navbar-nav .nav-item a.btn { display: inline-block; padding: 10px 30px 10px; color: #fff; margin-top: 15px; font-weight: 500; font-size: 14px; }
  .header-wrap .navbar .navbar-nav .nav-item a.btn i { display: inline-block; top: 6px; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu { width: 100%; background-color: transparent; border: none; padding: 0; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a { font-size: 14px; padding-left: 10px; margin-left: 10px; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active { color: #005550; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu { margin-left: 20px; }
  .header-wrap.style1 .searchbtn i { color: #fff; }
  .header-wrap.style1 .shopcart-btn i { color: #fff; }
  .header-wrap.style2 .mobile-menu a i, .header-wrap.style3 .mobile-menu a i { color: #fff; }
  .mobile-bar-wrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; text-align: right; position: relative; top: 4px; }
  .mobile-bar-wrap .shopcart-btn { margin-left: 11px; top: 1px; padding-right: 4px; }
  .mobile-bar-wrap .shopcart-btn span { top: -2px; width: 20px; height: 20px; font-size: 10px; line-height: 20px; }
  .menu-close { position: absolute; top: 13px; right: 16px; }
  .menu-close i { color: #000; font-size: 25px; }
  .mobile-menu { text-align: right; margin-left: 14px; width: 35px; height: 35px; border-radius: 50%; background: linear-gradient(90deg, #A8DC51 0%, #4CA754 99.88%); }
  .mobile-menu a { text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .mobile-menu a i { font-size: 20px; height: 30px; line-height: 30px; color: #fff; margin: 0 auto; position: relative; top: 2px; }
  .mobile-menu { display: inline-block; position: relative; top: -1px; }
  .mobile-top-bar { display: inline-block; margin-right: 6px; cursor: pointer; position: relative; top: 0px; }
  .mobile-top-bar span { display: block; width: 20px; height: 2px; background-color: #000; border-radius: 20px; margin: 5.9px 0; }
  .mobile-top-bar span:nth-child(1) { margin-top: 0; }
  .mobile-top-bar span:nth-child(2) { width: 12px; margin-left: 8px; }
  .main-menu-wrap { width: 100%; position: fixed; background: #FDFFF9; z-index: 999; top: 0; height: 100vh; transition: 0.5s; left: -100%; padding: 55px 20px 30px; overflow-y: auto; display: flex; justify-content: flex-end; }
  .main-menu-wrap.open { left: 0; }
  .main-menu > li.has-children.menu-open > span.menu-expand { transform: rotate(180deg); }
  .main-menu > li.has-children.menu-open > span.menu-expand i { color: #000; }
  .main-menu > li > ul > li.has-children.menu-open > span.menu-expand { transform: rotate(180deg); }
  .main-menu li { position: relative; }
  .main-menu li:last-child { margin: 0; }
  .main-menu li > span.menu-expand { position: absolute; right: 0; top: 13px; cursor: pointer; }
  .main-menu li > span.menu-expand i { color: #000; font-size: 18px; }
  .main-menu li > span.menu-expand:hover { color: #000; }
  .main-menu li a.active { color: #005550; }
  .main-menu li > a { font-size: 14px; font-weight: 400; color: #000; text-transform: capitalize; display: block; padding: 12px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .main-menu li > a:hover { color: #000; }
  .main-menu li > ul.sub-menu { padding-left: 20px; }
  .header-wrap .main-menu-wrap #menu > ul > li > a::after { display: none; }
  .main-menu li a.active { font-weight: 600; color: #000; border-color: rgba(0, 0, 0, 0.3); } }

@media only screen and (min-width: 992px) { .menu-expand { display: none; }
  .header-wrap .navbar { padding: 0; }
  .header-wrap .navbar ul { padding-left: 0; list-style-type: none; margin-bottom: 0; }
  .header-wrap .navbar .navbar-nav .nav-item { position: relative; margin: 0 10px; }
  .header-wrap .navbar .navbar-nav .nav-item.first-child { margin-left: 0; }
  .header-wrap .navbar .navbar-nav .nav-item a { color: #000; font-weight: 500; padding: 30px 0; -webkit-transition: 0.4s; transition: 0.4s; position: relative; }
  .header-wrap .navbar .navbar-nav .nav-item a:hover, .header-wrap .navbar .navbar-nav .nav-item a:focus, .header-wrap .navbar .navbar-nav .nav-item a.active { color: #005550; }
  .header-wrap .navbar .navbar-nav .nav-item a i { font-size: 12px; line-height: 1; position: relative; top: 0px; display: inline-block; margin-left: -3px; -webkit-transition: 0.4s; transition: 0.4s; }
  .header-wrap .navbar .navbar-nav .nav-item a:hover i { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu { display: block !important; border: none; top: 82px; left: -23px; z-index: 99; opacity: 0; width: 265px; display: block; border-radius: 0; padding: 12px 0; position: absolute; visibility: hidden; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); -webkit-transition: 0.3s; transition: 0.3s; -webkit-transform: rotateX(-75deg); -moz-transform: rotateX(-75deg); transform: rotateX(-75deg); -webkit-transition: 0.5s; transition: 0.5s; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-origin: 0% 0%; transform-origin: 0% 0%; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li { margin: 0; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a { padding: 10px 20px; position: relative; display: block; font-weight: 500; -webkit-transition: 0.3s; transition: 0.3s; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before { position: absolute; top: 50%; left: 20px; content: ""; width: 2px; height: 0%; background-color: #DCBE4A; visibility: hidden; opacity: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: 0.4s; transition: 0.4s; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover { color: #005550; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before { height: 16px; visibility: visible; opacity: 1; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover { padding-left: 30px; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active { width: 100%; right: auto; left: 0; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i { margin: 0; position: absolute; top: 55%; font-size: 13px; line-height: 1; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); transform: translateY(-50%); right: 15px; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu { top: 0; opacity: 0; left: -250px; right: auto; visibility: hidden; }
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu { opacity: 1; visibility: visible; }
  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu { opacity: 1; visibility: visible; -webkit-transform: rotatex(0deg); -moz-transform: rotatex(0deg); transform: rotatex(0deg); }
  .header-wrap .navbar .other-options { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header-wrap .navbar .other-options .option-item { margin: 0 0 0 35px; }
  .header-wrap.style1 .navbar .navbar-nav .nav-item a, .header-wrap.style3 .navbar .navbar-nav .nav-item a { color: #fff; }
  .header-wrap.style1 .navbar .navbar-nav .nav-item a:hover, .header-wrap.style1 .navbar .navbar-nav .nav-item a:focus, .header-wrap.style1 .navbar .navbar-nav .nav-item a.active, .header-wrap.style3 .navbar .navbar-nav .nav-item a:hover, .header-wrap.style3 .navbar .navbar-nav .nav-item a:focus, .header-wrap.style3 .navbar .navbar-nav .nav-item a.active { color: #005550; }
  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu, .header-wrap.style3 .navbar .navbar-nav .nav-item .dropdown-menu { background-color: #015C3B; }
  .header-wrap.style1 .navbar .other-options .option-item, .header-wrap.style3 .navbar .other-options .option-item { margin: 0 0 0 30px; }
  .header-wrap.style1 .navbar .other-options .option-item .shopcart-btn i, .header-wrap.style3 .navbar .other-options .option-item .shopcart-btn i { color: #fff; }
  .header-wrap.style1 .navbar .other-options .option-item .shopcart-btn span, .header-wrap.style3 .navbar .other-options .option-item .shopcart-btn span { background-color: #FF3838; }
  .header-wrap.style2 .navbar .other-options .option-item .searchbtn i { color: #000; }
  .header-wrap.style3 .navbar-brand, .header-wrap.style4 .navbar-brand { margin: 0 auto; }
  .header-wrap.style3 .navbar-brand img, .header-wrap.style4 .navbar-brand img { display: block; margin: 0 auto; }
  .header-wrap.style3 .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu, .header-wrap.style4 .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu { left: auto; right: -250px; }
  .header-wrap.style3 .other-options, .header-wrap.style4 .other-options { justify-content: flex-end; } }

@media only screen and (min-width: 1400px) { .header-wrap .navbar .navbar-nav .nav-item { margin: 0 14px; }
  .header-wrap .navbar .navbar-nav .nav-item a { font-size: 17px; } }

@media only screen and (min-width: 1600px) { .header-wrap .container { max-width: 1520px; } }
