::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #aaa;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

@font-face {
    src: url("../fonts/OpenSans-ExtraBold.ttf");
    font-family: "OpenSans";
    font-weight: 900;
}

@font-face {
    src: url("../fonts/OpenSans-Bold.ttf");
    font-family: "OpenSans";
    font-weight: 700;
}

@font-face {
    src: url("../fonts/OpenSans-SemiBold.ttf");
    font-family: "OpenSans";
    font-weight: 600;
}

@font-face {
    src: url("../fonts/OpenSans-Regular.ttf");
    font-family: "OpenSans";
    font-weight: 300;
}

@font-face {
    src: url("../fonts/OpenSans-Light.ttf");
    font-family: "OpenSans";
    font-weight: 200;
}

:root {
    --primary-color: #F6921E;
    --primary-color3: #a78e77;
    --primary-color2: #1E3464;
    --font-family: "OpenSans";
}

body {
    font-family: "OpenSans" !important;
    font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6, strong, b {
    font-family: "OpenSans" !important;
    font-weight: 700 !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-10 {
    padding: 0px 5px !important;
}

.pd-10 {
    padding: 0px 10px 20px 10px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.button_style {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    text-align: center;
    padding: 12px 25px !important;
    font-size: 16px !important;
    position: relative;
    text-transform: unset !important;
    overflow: hidden !important;
    z-index: 9 !important;
    border-radius: 5px !important;
    transition: 0.3s all !important;
    display: inline-flex !important;
    box-shadow: unset !important;
    font-weight: 600 !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
    min-height: 35px !important;
    text-decoration: unset;
}

.button_style span.icon {
    width: 31px;
    display: inline-block;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    margin-left: 15px;
    color: var(--primary-color);
    line-height: 31px;
    text-align: center;
    font-size: 16px;
}

/*.button_style:hover {*/
/*    box-shadow: 0px 4px 19.2px 0px rgba(0, 0, 0, 0.09) !important;*/
/*    background: #fff !important;*/
/*    color: var(--primary-color) !important;*/
/*}*/

/*.button_style:hover span.icon {*/
/*    background: var(--primary-color);*/
/*    color: #fff;*/
/*}*/

/**header**/
#header .header-top {
    display: none !important;
}

#header, .sticky-header .header-main.sticky {
    border: 0px !important;
}

#header .main-menu > li.menu-item > a {
    text-decoration: none !important;
}

#header .main-menu > li.menu-item > a:hover {
    color: #fff !important;
}

#header .header-main .header-left {
    padding: 0 !important;
}

#header .header-main .header-center {
    padding: 0 15px 0 15px !important;
}

#header .search-rounded input {
    width: 180px !important;
    height: 35px !important;
    border: 0;
}

#header .searchform .selectric, #header .searchform input, #header .searchform select {
    border: 0 !important;
}

#header .main-menu > li.menu-item a, #header .main-menu > li.menu-item.active > a, #header .main-menu > li.menu-item a:hover {
    border: 0 !important;
}

#header .main-menu li.menu-item.active > a,
#header .main-menu li.menu-item a:hover {
    background: var(--primary-color) !important;
    color: #ffff !important;
}

#header .search-rounded:not(.simple-search-layout) .searchform {
    line-height: 35px;
}

#header .advanced-search-layout button {
    position: absolute;
    right: 0;
    padding: 0 5px !important;
    height: 35px !important;
    color: #F6921E !important;
}

#header .header-main .header-right {
    padding: 10px 0 !important;
}

/*counter**/
.gfx-counter p {
    margin-bottom: 0;
}

.gfx_radius img {
    border-radius: 20px !important;
}

/**abouts**/
.abouts .about_title {
    margin-bottom: 30px;
}

.abouts .about_title .sub_title {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 24px;
}

.abouts .about_title h3 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.about-content p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.abouts .about_title h3:after {
    content: '';
    width: 128px;
    height: 5px;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.abouts .about-link {
    margin-top: 25px;
}

/**service*/
.service {
    position: relative;
    height: 781px;
    display: flex;
    align-items: center;
    z-index: 999;
    justify-content: center;
}

.service .service-title {
    width: 551px;
    height: 551px;
    border-radius: 50%;
    background: rgba(246, 146, 30, 0.78);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 100px;
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
    margin: auto;
}

.service .service-item {
    width: 226px;
    height: 226px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    border: 5px solid rgba(255, 255, 255, 0.4);
    font-weight: 700;
}

.service-item.service-1 {
    left: 200px;
    top: -10px;
}

.service-item.service-2 {
    left: 0px;
    top: 37%;
}

.service-item.service-3 {
    left: 200px;
    bottom: -10px;
}

.service-item.service-4 {
    right: 200px;
    top: -10px;
}

.service-item.service-5 {
    right: 0px;
    top: 37%;
}

.service-item.service-6 {
    right: 200px;
    bottom: -10px;
}

.row-service {
    position: relative;
}

.row-service:before {
    content: '' !important;
    background: rgba(30, 52, 100, 0.6) !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
}

.home-title .heading_line {
    position: relative;
}

.heading_line:after {
    content: '';
    width: 128px;
    height: 5px;
    background: var(--primary-color);
    position: absolute;
    bottom: -15px;
}

.heading_line.center:after {
    left: 50%;
    transform: translateX(-50%);
}

.heading_line.left:after {
    left: 0;
}

.leftHeading .heading_line:after {
    left: 0;
    transform: unset;
}

.Headingwhite .heading_line:after {
    background: #fff;
}

/**service**/
.service-item {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 220px;
    transition: 0.3s ease-in-out;
}

.service-item .service-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.service-item .service-content {
    width: 100%;
    padding: 20px;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.service-item .service-title {
    margin: 0 0 15px 0;
}

.service-item .service-title a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-decoration: unset;
}

.service-item .service-desc {
    font-size: 14px;
    line-height: 18px;
}

.service-item .right img {
    width: 30px !important;
}

.service-item:hover {
    transition: 0.3s ease-in-out;
    box-shadow: 0px 15px 24.8px 0px rgba(0, 0, 0, 0.18);
}

.service-item:hover .service-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.service-owl .owl-stage-outer {
    overflow: visible !important;
}

.service-owl .owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.service-owl .owl-item.active {
    opacity: 1;
}

/**tab**/
.product_tab {
    background: rgba(167, 142, 119, 0.08) !important;
    border-radius: 20px;
    padding: 20px;
}

.product_tab ul.vc_tta-tabs-list {
    border-bottom: 1px solid rgba(29, 33, 39, 1) !important;
}

.product_tab ul.vc_tta-tabs-list li a {
    color: rgba(29, 33, 39, 0.5) !important;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 24px !important;
    border: 0 !important;
    background: transparent !important;
}

.product_tab ul.vc_tta-tabs-list li a:hover, .product_tab ul.vc_tta-tabs-list li.vc_active a {
    color: rgba(29, 33, 39, 1) !important;
}

.product_tab .vc_tta-panels {
    padding: 30px 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: unset !important;
}

/**project**/
.project-item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    transition: 0.3s ease-in-out;
}

.project-item .project-thumbnail {
    width: 500px;
    border-radius: 20px !important;
    transition: 0.3s ease-in-out;
    aspect-ratio: 4/3;
}

.project-item .project-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    overflow: hidden;
    border-radius: 20px !important;
}

.project-item .project-content {
    width: calc(100% - 500px);
    padding-left: 25px;
}

.project-item .project-content .project-title {
    margin: 0 0 20px 0;
}

.project-item .project-content .project-title a {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.project-item .project-content .project-title a:hover {
    color: var(--primary-color)
}

.project-item .project-desc p, .project-item .project-desc {
    font-size: 16px;
    line-height: 24px;
}

.project-gallery {
    border-top: 1px solid #1D2127;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}

.project-gallery .project-ha {
    height: 80px;
}

.project-gallery .project-ha img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**question**/
.aboutImage {
    overflow: hidden;
    border-radius: 0 20px 20px 0 !important;
}

.aboutImage .wpb_wrapper {
    height: 100% !important;
}

.image100 {
    height: 100% !important;
}

.image100 img {
    height: 100% !important;
    border-radius: 0 20px 20px 0;
}

.image100 .vc_single_image-wrapper {
    height: 100% !important;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background: var(--primary-color) !important;
}

/**post item**/
.post-item {
    display: flex;
    flex-flow: wrap;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}

.post-item:hover {
    transition: 0.3s ease-in-out;
    border-color: var(--primary-color)
}

.post-item .post-thumbnail {
    width: 240px;
    height: 240px;
    border-radius: 20px 0 0 20px;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
    transition: 0.3s ease-in-out;
}

.post-item .post-content {
    width: calc(100% - 240px);
    padding: 20px 40px 20px 20px;
}

.post-item .post-content .post-title a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
    text-decoration: unset;
}

.post-item .post-content .post-title a:hover {
    color: #a78e77
}

.post-item .post-desc, .post-item .post-meta {
    font-size: 15px;
    line-height: 22px;
    margin: 20px 0 0 0;
}

.post-item .post-meta p {
    margin: 0 0 6px 0 !important;
}

.post-item .post-link {
    margin: 15px 0 0 0;
}

.post-item .post-link a {
    color: var(--primary-color2);
    font-size: 15px;
    text-decoration: unset;
    display: flex;
    align-items: center;
}

.post-item .post-link a .icon {
    width: 27px;
    height: 27px;
    background: var(--primary-color2);
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    color: #fff;
}

.owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid var(--primary-color) !important;
    width: 43px !important;
    height: 43px !important;
    color: var(--primary-color) !important;
}

button.owl-prev {
    left: -21px !important;
}

button.owl-next {
    right: -21px !important;
}

.owl-nav button:hover {
    color: #fff !important;
    background: var(--primary-color) !important;
}

button.owl-prev:before {
    content: '\f060' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.owl-next:before {
    content: '\f061' !important;
    font-family: "Font Awesome 6 Pro" !important;
}

/**footer**/
#footer .footer-bottom {
    padding: 0 !important;
}

#footer .footer-bottom .footer-left {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

#footer .footer-bottom .footer-left p {
    margin: 0 !important;
    color: #fff !important;
}

.share-footer p {
    margin: 0 0 10px 0;
}

.share-footer a {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid rgba(217, 217, 217, 1);
    color: var(--primary-color) !important;
    font-size: 18px;
}

.share-footer a:hover {
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    color: #fff !important;
}

#footer .ult_main_cl {
    display: inline-block;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 10px 0;
}

/**Header**/
#header .header-main {
    z-index: 9999;
    padding: 10px 0;
    box-shadow: 0px 4px 15.6px 0px rgba(0, 0, 0, 0.09) !important;
}

#header .main-menu .narrow ul.sub-menu li a {
    text-decoration: unset !important;
    text-transform: unset !important;
}

section.category-banner {
    padding: 120px 0;
    background-size: cover !important;
    background-position: center center !important;
}

.category-banner .row {
    align-items: center;
}

.col-right {
    text-align: right;
}

.cat_desc, .home-page p {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

h1.cat_title, .home-page h1 {
    font-size: 40px;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0 0 15px 0;
    text-align: left;
}

.category_menu {
    padding: 25px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.category_menu a {
    padding: 10px 30px;
    border: 1px solid rgba(167, 142, 119, 1);
    color: #000;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
}

.category_menu a:hover, .category_menu a.active {
    background: rgba(167, 142, 119, 1);
    color: #fff;
}

/**post list**/
.post-list {
    display: flex;
    flex-flow: wrap;
}

.post-list .post-thumbnail {
    width: 250px;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
}

.post-list .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post-list .post-content {
    width: calc(100% - 250px);
    padding-left: 20px;
}

.post-list .post-content .post-title a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: rgba(29, 33, 39, 1);
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-list .post-content .post-title a:hover {
    color: #a78e77
}

.post-list .post-content .post-desc {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
}

.post-row:not(:last-child) {
    margin-bottom: 40px;
}

.pagination-page,.pagination-page2 {
    text-align: center;
}

.pagination-page ul,.pagination-page2 ul {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 2px;
}

.pagination-page ul li,.pagination-page2 ul li {
    text-indent: unset !important;
    position: unset !important;
}

.pagination-page a, .pagination-page span,.pagination-page2 a,.pagination-page2 span {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: rgba(167, 142, 119, 1);
    text-align: center;
    line-height: 32px;
    color: #fff;
    text-decoration: unset;
    font-size: 16px;
}

.pagination-page a:hover, .pagination-page ul li.active span, .pagination-page span,.pagination-page2 a:hover,.pagination-page2 ul li.active span,.pagination-page2 span {
    background: var(--primary-color) !important;
}

.pagination-page li.next:before, .pagination-page li.prev:before,.pagination-page2 li.next:before,.pagination-page2 li.prev:before {
    display: none;
}

/*widget**/
.widget-title {
    color: rgba(29, 33, 39, 1) !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 34px !important;
    position: relative;
    display: block;
    margin-bottom: 20px !important;
    text-align: left;
}

.widget-post-item {
    width: 200px;
}

.widget-post-item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(220, 220, 220, 1);
}

.widget-post-item .widget-post-thumbnail {
    width: 200px;
    height: 140px;
    overflow: hidden;
}

.widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.widget-post-item .widget-post-content {
    padding: 15px 0 0 0;
}

.widget-post-item .widget-post-content .widget-post-title a {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: rgba(29, 33, 39, 1);
    text-decoration: unset;
}

.widget-post-item .widget-post-content .widget-post-title a:hover {
    color: #a78e77
}

#header .main-menu > li.menu-item.active:hover > a, #header .main-menu > li.menu-item:hover > a {
    color: #fff !important;
}

.post-share.post-block .share-links a {
    width: 43px !important;
    height: 43px !important;
    border-radius: 50%;
    background: transparent !important;
    border: 1px solid rgba(217, 217, 217, 1);
    color: var(--primary-color) !important;
    font-size: 18px;
    background-color: unset !important;
}

.bg_page {
    background-size: cover !important;
    background-position: center center !important;
}

.contact_info h3.aio-icon-title.ult-responsive strong {
    margin: 0 0 5px 0 !important;
    display: inline-block;
    color: #000000 !important;
}

.contact_info h3.aio-icon-title.ult-responsive {
    font-weight: normal !important;
    color: rgba(30, 52, 100, 1) !important;
}

.contact_map .wpb_wrapper iframe {
    border-radius: 20px !important;
}

.contact_map .wpb_wrapper {
    border: 0 !important;
    padding: 0 !important;
    border-radius: 20px !important;
}

.full-page .main-content {
    padding-top: 0 !important;
}

.contact_form .input-lg {
    border: 1px solid #000 !important;
}

.buttonContact {
    width: 100%;
    border-color: var(--primary-color) !important;
}

.buttonContact i {
    width: 31px;
    display: inline-block;
    height: 31px;
    background: #fff;
    border-radius: 50%;
    margin-left: 15px;
    color: var(--primary-color);
    line-height: 31px;
    text-align: center;
    font-size: 16px;
}

.buttonContact:hover i {
    background: var(--primary-color) !important;
    color: #fff !important;
}

header#header .flex-right {
    gap: 10px;
    margin-left: 20px;
    justify-content: end;
}.widget_create_widget_post {
     width: 100%;
     display: flex;
     align-items: end;
     flex-flow: column;
 }

aside.widget-post {
    display: flex;
    flex-flow: column;
}

a.search-toggle {
    color: #000 !important;
    width: 30px !important;
    height: 30px !important;
    background: #fff;
    border-radius: 540%;
    font-size: 15px !important;
    line-height: 30px !important;
}

.flex-account a {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    display: block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

ul.polylang_langswitcher img {
    width: 25px;
}

.pll-dropdown-wrapper {
    position: relative;
    cursor: pointer;
}

.pll-current {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pll-arrow {
    font-size: 10px;
    opacity: 0.7;
}

.pll-dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    padding: 8px 0;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    list-style: none;
    width: 150px;
    display: none;
    z-index: 9999;
}

.pll-dropdown-menu img, .pll-current img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;
    border-radius: 50%;
}

.pll-dropdown-wrapper:hover .pll-dropdown-menu {
    display: block;
}

.pll-dropdown-menu li {
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: left;
}

.pll-dropdown-menu li a {
    text-decoration: unset;
    font-size: 16px;
    color: #000;
}

.pll-dropdown-menu li:hover {
    background: #f5f5f5;
}

.mod-input {
    margin-bottom: 15px;
}

.flex-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-share.post-block h3 {
    display: none;
}

/**timline shiping**/
.shipping ul.timeline {
    position: relative;
    list-style-type: none;
    padding-left: 180px;
}

/*.shipping ul.timeline:before {*/
/*    position: absolute;*/
/*    display: block;*/
/*    left: 136px;*/
/*    width: 4px;*/
/*    height: 100%;*/
/*    border-radius: 4px;*/
/*    background-color: rgba(30, 52, 100, 1);*/
/*    content: ' ';*/
/*}*/

.shipping ul.timeline .event {
    position: relative;
    background: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
    padding: 16px !important;
    margin-bottom: 30px !important;
    color: #fff;
}

.shipping ul.timeline .event h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}

.shipping ul.timeline .event:before {
    display: block;
    position: absolute;
    top: 35px;
    left: -52px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    content: ' ';
    border: 2px solid rgba(30, 52, 100, 1);
}

.shipping ul.timeline .event:after {
    content: '';
    height: 100%;
    position: absolute;
    width: 2px;
    background: #1E3464;
    left: -43px;
    top: 60px;
}

.shipping ul.timeline .event:last-child:after {
    display: none;
}

.shipping ul.timeline h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.shipping ul.timeline .description p {
    font-size: 15px;
    margin: 0;
}

.shipping ul.timeline .time {
    position: absolute;
    display: block;
    width: 120px;
    top: 35px;
    left: -179px;
    font-size: 0.9em;
    text-align: right;
    font-weight: 600;
    color: rgba(30, 52, 100, 1) !important;
}

.shipping ul.timeline .time > .glyphicon-time {
    top: 2px;
}

.col-gradient {
    padding: 40px 0;
    background: linear-gradient(180deg, rgba(30, 52, 100, 0.9) 0%, rgba(61, 105, 202, 0.4) 50%, rgba(30, 52, 100, 0.9) 100%);
}

.member-item {
    background: #fff;
    border-radius: 20px;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.member-item .aio-icon-img {
    object-fit: contain;
    object-position: center !important;
}

.member-item .member-thumbnail {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    height: 280px;
    background: #fff;
}

.member-item .member-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.member-item .member-content {
    padding: 25px;
    text-align: left;
}

.member-item .member-content .member-title a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: rgba(29, 33, 39, 1);
    text-decoration: unset;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    height: 48px;
    -webkit-box-orient: vertical;
}

.member-item .member-content .member-title a:hover {
    color: #a78e77
}

.member-item .member-desc {
    margin: 20px 0 0 0;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 70px;
}

.justify-content-center .row.align-items-center {
    justify-content: center;
}

.tab-core ul {
    padding: 0;
}

.tab-core ul li {
    list-style: none;
}

.tab-core ul li a {
    background: #fff;
    border: 1px solid rgba(220, 220, 220, 1);
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    text-decoration: unset;
    box-shadow: 0px 4px 15.4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    height: 150px;
    padding: 30px;
    display: flex;
}

.tab-core ul li.active a {
    background: rgba(248, 246, 244, 1);
}

.tab-core ul li:not(:first-child) a {
    margin-top: -30px;
}

.tab-core-panel .core-thumbnail img {
    width: 100%;
    border-radius: 20px;
}

.tab-core-panel .core-text {
    margin-top: 20px;
}

.tab-insurance {
    margin: 0 0 40px 0;
}

.tab-insurance ul {
    padding: 0;
    display: flex;
    flex-flow: wrap;
    list-style: none;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.tab-insurance ul li {
    width: 25%;
    padding: 15px;
}

.tab-insurance ul li a {
    border: 1px solid rgba(220, 220, 220, 1);
    border-radius: 15.11px;
    padding: 30px;
    text-align: center;
    display: block;
    text-decoration: unset;
    font-size: 16px;
    line-height: 24px;
}

.tab-insurance ul li a svg, .tab-insurance ul li a img {
    width: 27px;
    height: 30px;
    object-fit: cover;
    margin-bottom: 30px;
}

.tab-insurance ul li.active a {
    border-color: var(--primary-color);
    background: rgba(246, 146, 30, 0.04);
}

.tab-insurance ul li.active a svg path {
    stroke: var(--primary-color)
}

.tab-insurance-panel .insurance-thumbnail img {
    width: 100%;
    border-radius: 20px;
}

.tab-insurance-panel .insurance-content h4 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500 !important;
    margin: 0 0 30px !important;
}

.tab-insurance-panel .insurance-desc p, .tab-insurance-panel .insurance-desc ul li, .tab-insurance-panel .insurance-desc p, .insurance-desc ol li {
    margin: 0 0 10px 0 !important;
    font-size: 16px;
    line-height: 26px;
    list-style: none;
}

.tab-insurance-panel .insurance-desc {
    margin-bottom: 30px;
}

.insurance-desc ul li i {
    color: var(--primary-color);
}

.insurance-desc ul {
    padding: 0;
}

.tab_faq {
    margin-bottom: 20px;
}

.tab_faq ul {
    gap: 10px;
}

.tab_faq ul li a {
    border: 2px solid rgba(0, 0, 0, 1);
    padding: 8px 20px;
    border-radius: 5px !important;
    color: #000;
    text-decoration: unset !important;
}

.tab_faq ul li.active a {
    background: #000 !important;
}

.giatri {
    position: relative;
    min-height: 600px;
}

.giatri-container {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
}

.giatri-box {
    padding: 24px 30px;
    margin-right: 15%;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 5px 7px -3px #00000012, 0 4px 6px -2px #0000000d;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.giatri-box h4 {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    margin: 0 0 12px;
    text-align: left;
}

.giatri-box .desc {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

.giatri-container:hover  .giatri-box{
    transition: .3s ease-in-out;
    box-shadow: 0px 15px 24.8px 0px rgba(0, 0, 0, 0.18);
}

.giatri-box.blue {
    background: linear-gradient(135deg, #04284c, #000);
    color: #fff;
    min-height: 250px;
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
    z-index: 6;
    text-align: left;
}

.giatri-box.blue h4, .giatri-box.blue .desc {
    color: #fff;
}

.giatri-box.blue a {
    margin: 20px 0;
}

#footer .footer-main > .container {
    padding: 35px 0 !important;
}

/**login**/
.login {
    width: 100%;
    margin: auto;
}


.mod-login-col1 .login-title h3 {
    color: var(--darkColor);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 44px;
    letter-spacing: 0.36px;
    margin: 0 0 20px 0;
}

.mod-login-col1 a {
    color: var(--primary-color3);
}

.mod-login-col1 .login-other a {
    color: var(--primary-color3);
    font-weight: 700;
}

.mod-login-col1 .login-other {
    font-size: 15px;
    line-height: 1.6em;
    letter-spacing: -0.23px;
    color: rgba(34, 37, 49, 0.7);
    margin: 0px;
    margin: 15px 0;
}

.mod-login-col1 label {
    color: var(--darkColor);
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.login input[type="text"],
.login input[type="password"],
.login input[type="email"],
.login input[type="number"],
div#pnlchangepass input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #000 !important;
    color: #000;
    border-radius: 5px;
    font-size: 15px;
    box-shadow: unset !important;
}

.login input#wp-submit,
button.next-btn.next-btn-primary.next-btn-large {
    margin: 0px;
    width: 100% !important;
    border-radius: 6px !important;
    background-color: #f6921e;
    border-color: #f6921e;
    font-weight: 700;
}

#btnChangeEmail,
.btnSubmit {
    margin: 0px;
    color: #fff;
    background: var(--primary-color);
}

.forgot a {
    font-size: 15px;
    color: var(--darkColor);
}

.mod-third-party-login.mod-login-third-btns a,
.mod-third-party-login a {
    width: 250px;
    padding: 10px;
    display: inline-block;
    border-radius: 4px;
    margin: 15px 0 0 0;
    color: #fff;
    font-size: 15px;
}

.btn-login-fb {
    background: #3B5998;
}

.btn-login-gg {
    background: #D34836;
}

button.next-btn.next-btn-primary.next-btn-large {
    border-radius: 4px !important;
    margin: 0px;
    color: #fff;
}

.header-user a {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.23px;
    fill: #222531;
    color: #222531;
    background-color: #02010100;
    border-style: solid;
    border-width: 0.5px 0.5px 0.5px 0.5px;
    border-color: #A6B0C3;
    padding: 14px 20px 14px 20px;
    margin-left: 15px;
}

.header-user a i {
    display: none;
}

.header-user a:hover {
    border-color: var(--primary-color);
    color: #a78e77
}


.bounce-loader .bounce1, .bounce-loader .bounce2, .bounce-loader .bounce3 {
    display: none !important;
}

.bounce-loader:before {
    content: " ";
    display: inline-block !important;
    border-width: 3px 5px 2px 0;
    width: 32px;
    height: 32px;
    -moz-animation: spin 0.8s infinite linear;
    -o-animation: spin 0.8s infinite linear;
    -webkit-animation: spin 0.8s infinite linear;
    animation: spin 0.8s infinite linear;
    display: inline-block;
    border-image: none;
    border-radius: 20px;
    border-style: solid;
    vertical-align: middle;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #a78e77;
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.cookie-consent {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.cookie-consent.show {
    opacity: 1;
    visibility: visible;
}

.cookie-box {
    background: #fff;
    max-width: 420px;
    width: 90%;
    padding: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .2);
    animation: popup .35s ease;
    position: relative;
}

.cookie-box h3 {
    margin-bottom: 10px;
    font-size: 20px;
}

.cookie-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

.cookie-box a {
    text-decoration: underline;
    color: var(--primary-color3)
}

.cookie-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #f2f2f2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}

.cookie-actions {
    margin-top: 20px;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.cookie-actions button {
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}

.member-item {
    padding-bottom: 0 !important;
}

.member-item .aio-icon-description.ult-responsive {
    padding: 0 25px;
    color: #000;
    font-size: 14px;
}

.aio-icon-header {
    padding: 0 25px;
    text-align: left !important;
}

.btn-accept {
    background: var(--primary-color3);
    color: #fff;
}

.btn-decline {
    background: #e0e0e0;
}

.member-overview.row {
    flex-flow: row-reverse;
}

.no-breadcrumbs .left-sidebar, .no-breadcrumbs .right-sidebar, body.woocommerce .left-sidebar, body.woocommerce .right-sidebar {
    padding-top: 70px !important;
}

@keyframes popup {
    from {
        transform: scale(.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.header-right div {
    text-align: center;
}

.search-entry {
    padding: 70px 0 50px 0;
}

@media only screen and (max-width: 768px) {
    .search-entry {
        padding: 40px 0;
    }

    .tab-insurance ul li {
        width: 50%;
    }

    .tab-insurance ul li {
        padding: 10px;
    }

    .tab-insurance ul li a {
        padding: 15px;
    }

    .tab-insurance ul li h4 {
        font-size: 18px;
    }

    .tab-insurance-panel .insurance-content h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .tab-insurance-panel .insurance-thumbnail {
        margin-bottom: 25px;
    }

    .gx_counter_title {
        font-size: 35px !important;
        line-height: 45px !important;
    }

    .abouts .about_title h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .abouts .about_title h3:after {
        width: 88px;
    }

    .button_style {
        padding: 6px 15px !important;
    }

    .service-item .service-title a {
        font-size: 20px;
        line-height: 28px;
    }

    .home-title > * {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .heading_line:after {
        width: 68px;
    }

    .project-item {
        display: block;
    }

    .project-item .project-thumbnail {
        width: 100%;
    }

    .project-item .project-content {
        width: 100%;
        padding: 25px 0 0 0;
    }

    .project-item .project-content .project-title a {
        font-size: 22px;
        line-height: 32px;
    }

    .project-gallery {
        display: none;
    }

    .post-item {
        display: block;
    }

    .post-item .post-thumbnail {
        width: 100%;
        height: auto;
        border-radius: 20px 20px 0 0;
        aspect-ratio: 4 / 3;
    }

    .post-item .post-content {
        width: 100%;
        padding: 20px;
    }

    .share-footer {
        margin: 20px 0 0 0;
    }

    .product_tab {
        padding: 0 20px;
    }

    .flex-right {
        justify-content: end;
    }

    #header.sticky-header .mobile-toggle {
        margin-right: -11px !important;
    }

    section.category-banner {
        padding: 80px 0;
    }

    .bg_page {
        padding: 80px 0 !important;
    }

    .shipping ul.timeline {
        padding-left: 80px;
    }

    .shipping ul.timeline .event h4 {
        font-size: 18px;
        line-height: 26px;
    }

    h1.cat_title, .home-page h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .cat_desc, .home-page p {
        font-size: 16px;
        line-height: 24px;
    }

    .category_menu {
        padding: 15px 0;
        display: inline-block;
        width: 100%;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .category_menu::-webkit-scrollbar {
        height: 0;
    }

    .category_menu a {
        padding: 6px 20px;
        display: inline-block;
        text-align: center;
        margin-right: 10px;
    }

    .post-list .post-thumbnail {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .post-list .post-content {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .post-list .post-content .post-title a {
        font-size: 20px;
        line-height: 28px;
    }

    .post-list .post-content .post-desc {
        font-size: 14px;
        line-height: 20px;
    }

    .tab-core-panel {
        margin: 0 0 20px 0;
    }

    .service {
        display: block;
        flex-flow: wrap;
    }

    .service-list {
        margin: 20px 0 0 0;
        display: flex;
        flex-flow: wrap;
        gap: 10px;
        justify-content: center;
    }

    .service .service-item {
        width: 150px;
        position: unset;
        height: 150px;
        font-size: 15px;
        line-height: 22px;
    }

    .service .service-title {
        width: 300px;
        height: 300px;
        padding: 10px;
        font-size: 30px;
        line-height: 40px;
    }
}

.form-group label {
    font-weight: 700;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    font-size: 15px;
}

article.post .post-image.single {
    display: none;
}

.entry-content .vc_row.wpb_row {
    padding-top: 0 !important;
}

.entry-content a {
    color: var(--primary-color3)
}

.pagination-page {
    margin: 30px 0 0;
}

.input-lg::placeholder, .input-lg {
    font-size: 16px !important;
}

span.wpcf7-list-item.first label {
    font-size: 16px;
}

.contact_form span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    justify-content: space-between;
}

#header .search-dropdown .searchform {
    left: unset !important;
    right: -25px !important;
}

.search-results .sidebar {
    display: none;
}

form.form-search {
    position: relative;
    margin: 0 0 40px 0;
}

form.form-search input {
    background: #f5f5f5;
    border: 0 !important;
    border-radius: 4px;
    height: 45px !important;
}

button.button_search {
    background: transparent;
    color: #000;
    border: 0;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.category-entry {
    margin: 40px 0;
}

.service-item {
    overflow: hidden;
}

.service-item .aio-icon-default > div, .service-item .align-icon, .service-item .aio-icon-img, .service-item .aio-icon-default {
    width: 100% !important;
    height: 100%;
}

.service-item .aio-icon-default {
    width: 100% !important;
    height: 240px !important;
    display: block !important;
}

.service-item .aio-icon-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-item p {
    margin: 0;
}

.fa-money-bill:before {
    content: "\f0d6" !important;
    font-family: 'Font Awesome 6 Pro';
}

.fa-location-dot:before {
    content: "\f3c5" !important;
    font-family: 'Font Awesome 6 Pro';
}

.entry-content .vc_column_container.col-md-10 {
    width: 100% !important;
}

.entry-content .vc_column_container.col-md-2 {
    display: none !important;
}

.popup .sub-menu, .header-side-nav .narrow .popup {
    text-transform: unset !important;
}

.faq-row {
    position: relative;
    min-height: 100px;
}

.faq-row .loading-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.loading-overlay.show{
    opacity: 1 !important;
    visibility: visible !important;
}