/*
    font-family: 'Aptos', sans-serif;
    font-family: "Roboto", sans-serif;
*/


@font-face {
    font-family: 'Aptos';
    src: url('../font/Aptos.eot');
    src: url('../font/Aptos.eot?#iefix') format('embedded-opentype'),
        url('../font/Aptos.woff2') format('woff2'),
        url('../font/Aptos.woff') format('woff'),
        url('../font/Aptos.ttf') format('truetype'),
        url('../font/Aptos.svg#Aptos') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('../font/Aptos-Bold.eot');
    src: url('../font/Aptos-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Aptos-Bold.woff2') format('woff2'),
        url('../font/Aptos-Bold.woff') format('woff'),
        url('../font/Aptos-Bold.ttf') format('truetype'),
        url('../font/Aptos-Bold.svg#Aptos-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('../font/Aptos-SemiBold.eot');
    src: url('../font/Aptos-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Aptos-SemiBold.woff2') format('woff2'),
        url('../font/Aptos-SemiBold.woff') format('woff'),
        url('../font/Aptos-SemiBold.ttf') format('truetype'),
        url('../font/Aptos-SemiBold.svg#Aptos-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aptos';
    src: url('../font/Aptos-Black.eot');
    src: url('../font/Aptos-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Aptos-Black.woff2') format('woff2'),
        url('../font/Aptos-Black.woff') format('woff'),
        url('../font/Aptos-Black.ttf') format('truetype'),
        url('../font/Aptos-Black.svg#Aptos-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}

b,
strong {
    font-weight: 600;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    background: linear-gradient(0deg, rgba(207, 174, 90, 0.1), rgba(207, 174, 90, 0.1)), #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #414141;
    overflow-x: clip;
}

p {
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #276F8B;
    display: block;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover,
a:focus,
a:active {
    color: #276F8B;
}

.mtb-120 {
    margin: 120px 0;
}

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

.mtb-50 {
    margin: 50px 0px;
}

header {
    padding: 0px 0 0px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

header.sticky {
    padding: 0px 0 0px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

header.sticky .header-top {
    display: none
}

header.sticky .he-main {
    padding: 15px 0px;
}

header .navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

header .navbar,
header .navbar-brand {
    padding: 0;
}

header .navbar-brand img {
    width: 250px;
}

header .navbar .menu-item+.menu-item {
    margin-left: 32px;
}

header .navbar .menu-item:last-child {
    margin-left: 50px;
}

header .navbar .menu-item:last-child>a {
    color: #FFFFFF;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 4px;
    background: #276F8B;
}

header .navbar .menu-item:last-child>a:hover {
    color: #000;
    background: #FAF7EE;
}

header .navbar .sub-menu .menu-item:last-child>a {
    color: #000000;
    font-weight: 500;
    padding: 10px 20px;
    max-width: 100%;
    border-radius: 0px;
    background: transparent;
}

header .menu-item a {
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #333333;
}

header .menu-item.current-menu-item a,
header .menu-item a:hover,
header .menu-item a:focus,
header .menu-item a:active,
header .sub-menu .menu-item:last-child>a:hover {
    color: #276F8B;
}

.he-main {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
}

.navbar-collapse {
    max-width: fit-content;
    margin-left: auto;
}

.sub-menu {
    position: absolute;
    top: 150%;
    margin: auto;
    min-width: 250px;
    right: -50%;
    left: -100%;
    margin: auto;
    max-width: 250px;
    background: #fff;
    padding: 8px 0px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.1), 30px 18px 46px rgba(0, 0, 0, 0.5);
    border: 1px solid #414141;
}

.menu-item-has-children {
    position: relative;
    padding-right: 15px;
}

.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 6px;
    height: 6px;
    border-right: 2px solid #333333;
    border-bottom: 2px solid #333333;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.5s;
}

.menu-item-has-children:hover a::after {
    transform: translateY(-20%) rotate(-135deg);
    border-right: 2px solid #276F8B;
    border-bottom: 2px solid #276F8B;
}

header .navbar-nav>li.menu-item-has-children .sub-menu {
    -ms-transition: .5s ease-out;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    display: block;
    z-index: 100;
}

header .navbar-nav .menu-item-has-children:hover .sub-menu {
    display: block;
    opacity: 1;
    -ms-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.sub-menu p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #276F8B;
    max-width: fit-content;
    text-decoration: underline;
}

header .navbar .sub-menu .menu-item+.menu-item {
    margin-left: 0;
}

.sub-menu .menu-item a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #000000;
    padding: 10px 20px;
    display: block;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.sub-menu .menu-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(39, 111, 139, 0.21) 0%, rgba(255, 255, 255, 0.3) 100%) !important;
    z-index: -1;
    transition: all 0.5s;
}

.sub-menu .menu-item a:hover::before {
    width: 100%;
}

.sub-menu .menu-item a b,
.sub-menu .menu-item a strong {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #000000;
    display: block;
    max-width: fit-content;
}

/*  marquee code */

.header-margin {
    margin-top: 182px;
}


/* Home Banner section */
.home-banner {
    position: relative;
    z-index: 1;
}

.btn-primary {
    padding: 14px 25px;
    display: block;
    max-width: fit-content;
    border-radius: 6px;
    font-size: 18px;
    line-height: 23px;
    box-shadow: 0 0 0 !important;
    font-weight: 700;
    color: #FFFFFF;
    background: #276F8B;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #000;
    color: #fff;
}

.hban-box {
    position: relative;
    z-index: 1;
    padding: 115px 0px 60px;
    min-height: 435px;
}

.hban-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hban-back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0A0A0A;
    opacity: 0.6;
    z-index: 0;
}

.hban-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.hb-ledesc span {
    font-size: 30px;
    line-height: 37px;
    font-weight: 300;
    color: #FFD84D;
    display: block;
    max-width: fit-content;
    margin-bottom: 20px;
}

.hb-ledesc h1,
.hb-ledesc h2 {
    font-size: 54px;
    line-height: 63px;
    font-family: 'Aptos';
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.hb-ledesc p {
    font-size: 20px;
    line-height: 26px;
    font-family: 'Aptos';
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 0px;
}

.hb-right h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.hb-navigation {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: fit-content;
    margin: 0px;
}

.hb-next::after,
.hb-prev::after {
    display: none;
}

.hb-next,
.hb-prev {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    border: 2px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
}

.hb-next svg,
.hb-prev svg {
    max-width: 10px;
    max-height: 18px;
}

.hb-next svg path,
.hb-prev svg path {
    fill: #fff;
}

.hb-next:hover svg path,
.hb-prev:hover svg path {
    fill: #000000;
}

.hb-next:hover,
.hb-prev:hover {
    background: #fff;
    opacity: 1;
}

.hb-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 44px;
    margin: 0 auto;
}

.home-banner .swiper-pagination {
    position: absolute;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    top: 0;
    right: 30px;
    margin: auto;
    left: auto;
    max-width: fit-content;
    bottom: 0;
}

.home-banner .swiper-pagination-bullet {
    margin: 0;
    width: 10px;
    height: 10px;
    border: 50%;
    background: #fff;
    opacity: 0.5;
    transition: all 0.5s;
}

.home-banner .swiper-pagination-bullet-active {
    background: #EAF5F9;
    width: 10px;
    height: 20px;
    opacity: 1;
    border-radius: 12px;
}



/* Home Servi */
.home-servi,
.prod-value {
    background: #FFFFFF;
}

.home-servi .row+.row,
.home-servi .hservi-desktop {
    margin-top: 50px;
}

.hser-tabbing ul li+li {
    margin-top: 10px;
}

.hser-tabbing ul li a {
    display: block;
    padding: 15px 18px;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    align-items: center;
    line-height: 27px;
    background: #fff;
    font-weight: 500;
    color: #333333;
    transition: all 0.5s;
}

.hser-tabbing ul li a svg {
    max-width: 10px;
}

.hser-tabbing ul li a.active,
.hser-tabbing ul li a:hover {
    color: #fff;
    font-weight: 600;
    background: #276F8B;
}

.hsertco-box {
    display: none;
}

.hsertcob-img img {
    width: 100%;
}

.hsertcob-desc {
    margin-top: 24px;
}

.hsertcob-desc h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.hsertcob-desc h3 a {
    color: #333333;
    max-width: fit-content;
}

.hsertcob-desc h3 a:hover {
    color: #276F8B;
}

.hsertcob-desc p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 20px;
}



/* Home Product Section */
.hprodu-acco {
    margin-top: 40px;
    border: 1px solid #959595;
    border-radius: 60px;
    overflow: hidden;
}

.hprodu-acco .accordion-button {
    padding: 40px 110px 40px 60px;
    background: transparent;
    border-radius: 60px;
    box-shadow: 0 0 0 !important;
    border: 0;
    display: block;
    border-bottom: 1px solid #959595;
}

.hprodu-acco .accordion-item:last-child .accordion-button {
    border-bottom: 0;
}

.hprodu-acco .accordion-button:not(.collapsed) {
    border-bottom: 1px solid transparent;
}

.hprodu-acco .accordion-button h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    color: #2C2C2E;
    margin-bottom: 14px;
}

.hprodu-acco .accordion-button p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Aptos';
    font-weight: 400;
    color: #414141;
    margin-bottom: 0px;
}

.hprodu-acco .accordion-item {
    border: 0;
    background: #F8F1E5;
    box-shadow: 0 0 0;
    position: relative;
    z-index: 1;
    /* border-bottom: 1px solid rgba(17, 17, 17, 0.2); */
}

.hprodu-acco .accordion-body {
    padding: 0px 60px 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hprodu-acco .accordion-body::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 60px;
    z-index: 2;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    width: 280px;
}

.hprodu-acco .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='18.5' width='3' height='40' rx='1.5' fill='black'/%3E%3Crect x='40' y='18.5' width='3' height='40' rx='1.5' transform='rotate(90 40 18.5)' fill='black'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
}

.hprodu-acco .accordion-button:not(.collapsed)::after {
    /* transform: rotate(-180deg); */
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='3' viewBox='0 0 40 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='40' width='3' height='40' rx='1.5' transform='rotate(90 40 0)' fill='%23276F8B'/%3E%3C/svg%3E%0A");
}

.hprodu-acco .accordion-collapse::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 60px;
    z-index: -1;
}

.hprodu-box {
    padding: 30px;
    border: 1px solid #C9C9C9;
    border-radius: 18px;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.hprodub-img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.hprodub-desc {
    text-align: center;
}

.hprodub-desc h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.hprodu-swiper .swiper-slide {
    height: auto;
}

.hprodub-desc p {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.75);
    margin-bottom: 15px;
}

.hprodub-desc p:last-child {
    margin-bottom: 0;
}

.hprodu-box .btn-primary {
    margin: 30px auto 0;
    max-width: fit-content;
}

.hprodu-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: fit-content;
    margin: 0px auto 0px;
}

.hprodu-next::after,
.hprodu-prev::after {
    display: none;
}

.hprodu-next,
.hprodu-prev {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    border: 2px solid #CDCDCD;
    background: rgba(231, 231, 231, 0.5);
    opacity: 1 !important;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 30px;
}

.hprodu-next svg,
.hprodu-prev svg {
    max-width: 10px;
    max-height: 18px;
}

.hprodu-next svg path,
.hprodu-prev svg path {
    fill: #828282;
}

.hprodu-next:hover svg path,
.hprodu-prev:hover svg path {
    fill: #fff;
}

.hprodu-next:hover,
.hprodu-prev:hover {
    background: #276F8B;
    opacity: 1;
}


/* Home About section */
.hab-left .title p {
    margin-bottom: 24px;
}

.hab-left {
    max-width: 90%;
}

.hab-num {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.habnu-box h3 {
    font-size: 34px;
    line-height: 42px;
    font-weight: 900;
    font-family: 'Aptos';
    margin-bottom: 2px;
    color: rgba(51, 51, 51, 0.3);
}

.habnu-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #616161;
}

.habri-box {
    display: grid;
    grid-template-columns: 76px auto;
    gap: 20px;
    align-items: center;
    max-width: 90%;
    margin: auto;
}

.habri-box+.habri-box {
    margin-top: 40px;
}

.habrib-img {
    width: 76px;
    height: 76px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #276F8B;
    border-radius: 50%;
}

.habri-box:nth-child(2n) .habrib-img {
    background: #7FC1DB;
}

.habrib-img img {
    max-width: 38px;
}

.habrib-desc h4 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 6px;
}

.habrib-desc p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 0px;
}






/* Home Testi Section */
.home-testi {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}

.htesti-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.htesti-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.home-testi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.8);
}

.home-testi .title h2 {
    color: #AAD6E7;
}

.hotesti-swiper {
    margin-top: 50px;
}

.hotesti-swiper .swiper-slide {
    height: auto;
}

.hotesti-box {
    padding: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(7.5px);
    border-radius: 16px;
}

.hotesti-box p {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-family: 'Aptos';
    margin-bottom: 34px;
    color: #fff;
}

.hotesti-box p:last-child {
    margin-bottom: 0;
}

.hotesti-box h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 0;
}

.home-testi .swiper-pagination {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-testi .swiper-pagination-bullet {
    margin: 0;
    width: 18px;
    height: 18px;
    border: 50%;
    background: #D9D9D9;
    opacity: 0.25;
    transition: all 0.5s;
}

.home-testi .swiper-pagination-bullet-active {
    background: #EAF5F9;
    width: 34px;
    opacity: 1;
    border-radius: 12px;
}



/* Blog */
.blog-inner-liting .row,
.prod-value .row+.row {
    margin-top: 40px;
    row-gap: 30px;
}

.blistrb-img img {
    width: 100%;
    border-radius: 12px;
}

.blistrb-img {
    margin-bottom: 13px;
}

.blistrb-desc h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.blistrb-desc h4 a {
    color: #333333;
    display: inline;
    text-decoration: underline;
}

.blist-filter ul li a:hover,
.blistrb-desc h4 a:hover,
.blistrb-desc h3 a:hover {
    color: #276F8B;
}

.blistrb-desc h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #151515;
    margin-bottom: 12px;
}

.blistrb-desc h3 a {
    color: #151515;
    max-width: fit-content;
}

.blistrb-desc p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(24, 24, 24, 0.8);
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* Home Gallery */
.hgallery-swiper {
    margin-top: 40px;
}

.hgall-main {
    padding: 120px 0px;
    border-top: 1px solid rgba(217, 217, 217, 0.5);
    border-bottom: 1px solid rgba(217, 217, 217, 0.5);
}

.hgall-img img {
    width: 100%;
}

.hgall-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: fit-content;
    margin: 40px auto 0px;
}

.hgall-next::after,
.hgall-prev::after {
    display: none;
}

.hgall-next,
.hgall-prev {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    border: 2px solid #CDCDCD;
    position: relative;
    background: rgba(231, 231, 231, 0.5);
    top: 0;
    left: 0;
    opacity: 1 !important;
    right: 0;
    bottom: 0;
}

.hgall-next svg,
.hgall-prev svg {
    max-width: 10px;
    max-height: 18px;
}

.hgall-next svg path,
.hgall-prev svg path {
    fill: #828282;
}

.hgall-next:hover svg path,
.hgall-prev:hover svg path {
    fill: #fff;
}

.hgall-next:hover,
.hgall-prev:hover {
    background: #276F8B;
    opacity: 1;
}


/* Home Why */
.home-why {
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #1A4A5D;
}

.hwhy-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.hwhy-back img {
    width: 100%;
    height: 100%;
}

.home-why .row+.row {
    margin-top: 40px;
    row-gap: 30px;
}

.hwhy-box {
    display: grid;
    grid-template-columns: 140px auto;
    gap: 20px;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    align-items: center;
    transition: all 0.5s;
}

.hwhyb-img {
    min-height: 180px;
    background: #FBF7EF;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.5x;
}

.hwhyb-img img,
.hwhyb-img svg {
    max-width: 76px;
}

.hwhyb-img svg path {
    fill: #333333;
    stroke: #333333;
    transition: all 0.5s;
}

.hwhyb-desc h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.hwhyb-desc p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(24, 24, 24, 0.7);
    margin-bottom: 0px;
    transition: all 0.5s;
}

.hwhy-box:hover {
    background: #276F8B;
    border-color: #276F8B;
}

.hwhy-box:hover .hwhyb-img {
    background: #FFFFFF;
}

.hwhy-box:hover .hwhyb-img svg path {
    fill: #276F8B;
    stroke: #276F8B;
}

.hwhy-box:hover .hwhyb-desc h3,
.hwhy-box:hover .hwhyb-desc p {
    color: #FFFFFF;
}


/* Home steps */
.hsteps-main {
    display: flex;
    gap: 30px;
    width: 100%;
    margin-top: 40px;
    margin: 40px auto 0px;
}

.hsteps-card {
    background: #F8F1E5;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    flex: 1;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hsteps-card.active,
.hsteps-card:hover {
    flex: 2;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.hsteps-main:hover .hsteps-card:not(:hover) {
    flex: 1;
}

.hsteps-card h3 {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
    font-family: 'Aptos';
}

.hsteps-card p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(24, 24, 24, 0.7);
    margin-bottom: 0;
    font-family: 'Aptos';
}

.hsteps-image-box span {
    font-size: 100px;
    line-height: 80px;
    font-weight: 700;
    font-family: 'Aptos';
    color: rgba(0, 0, 0, 0.1);
    margin-bottom: -10px;
    display: block;
    max-width: fit-content;
    margin-left: auto;
    transition: all 0.5;
}

.hsteps-card.active .hsteps-image-box span {
    opacity: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.hsteps-card.active .hsteps-content span {
    opacity: 0;
}

.hsteps-image-box {
    margin-top: auto;
    margin-top: 10px;
    width: 100%;
    background-size: cover;
    max-width: 360px;
    margin-left: auto;
    background-position: center;
    transition: all 0.5;
}

.hsteps-image-box img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.5;
}

.title h2 {
    font-size: 38px;
    line-height: 47px;
    font-weight: 600;
    color: #2C2C2E;
    margin-bottom: 16px;
}

.title p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 10px;
}

.title h2:last-child,
.title p:last-child {
    margin-bottom: 0;
}

.title.white h2,
.title.white p {
    color: #FFFFFF;
}

.hfaq-acco {
    margin-top: 25px;
}

.hfaq-acco .accordion-button {
    padding: 25px 30px;
    background: transparent;
    box-shadow: 0 0 0 !important;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: rgba(17, 17, 17, 0.8);
    border: 0;
}

.hfaq-acco .accordion-item {
    border: 0;
    background: transparent;
    box-shadow: 0 0 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.hfaq-acco .accordion-body p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 16px;
}

.hfaq-acco .accordion-body p:last-child {
    margin-bottom: 0;
}

.hfaq-acco .accordion-body {
    padding: 0px 30px 30px;
}

.hfaq-acco .accordion-button:not(.collapsed) {
    color: #111111;
}

.hfaq-acco .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' stroke='%23111111'/%3E%3Cpath d='M8 13H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8V18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    opacity: 0.5;
    margin-left: auto;
    padding-left: 20px;
}

.hfaq-acco .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' stroke='%23111111'/%3E%3Cpath d='M8 13H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.hfaq-acco .accordion-collapse::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0px 14px 14px rgba(3, 4, 28, 0.06);
    border-radius: 0px 0px 20px 20px;
    z-index: -1;
}


.home-cta {
    padding: 61px 0px 61px;
    background: linear-gradient(0deg, rgba(212, 234, 243, 0.5), rgba(212, 234, 243, 0.5)), #FFFFFF;
    border-top: 4px solid #D4EAF3;
    border-radius: 80px 80px 0px 0px;
}

.cta-form {
    margin-top: 30px;
}

.cta-form .btn-primary {
    max-width: fit-content;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
    padding: 17px 18px;
    background: #276F8B;
    border-radius: 6px;
    display: block;
    width: 100%;
}

.cta-form .form-control {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #111111;
    font-family: 'Aptos';
    padding: 16px 20px;
    background: #FFFFFF;
    box-shadow: 0 0 0 !important;
    border-radius: 8px;
    border: 1px solid #3494BA;
}

.cta-form .form-control::placeholder {
    color: rgba(17, 17, 17, 0.3);
}


footer {
    background: linear-gradient(310.05deg, #000000 21.94%, #1A4A5D 93.55%);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.f-bottom {
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}

.f-middle {
    padding: 75px 0px 50px;
    position: relative;
    z-index: 1;
}

.f-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    top: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
}

.fb-left p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Aptos';
    color: #FFFFFF;
    margin-bottom: 0;
}

.fb-right ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.fb-right ul li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #FFFFFF;
}

.fb-right ul li a {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #fff;
    font-family: 'Aptos';
    display: block;
    max-width: fit-content;
}

.fb-right ul li a:hover {
    color: #3494BA;
}

.f-title h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #FFFFFF;
    font-family: 'Aptos';
    margin-bottom: 22px;
}

.f-links ul li a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    font-family: 'Aptos';
    max-width: fit-content;
    text-decoration: none;
}

.f-links ul li a:hover {
    color: #3494BA;
    text-decoration: underline;
}

.f-links ul li+li {
    margin-top: 12px;
}

.f-links ul {
    margin-bottom: 30px;
}

.f-links ul:last-child {
    margin-bottom: 0;
}

.f-links {
    max-width: fit-content;
    margin: auto;
}

.f-sidebox {
    padding: 40px 28px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.12) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(25px);
    border-radius: 20px;
}

.fadd-top {
    display: grid;
    grid-template-columns: 40px auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 14px;
}

.fadd-img {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #3494BA;
}

.fadd-img svg {
    max-width: 15px;
}

.fadd-desc h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #3494BA;
    font-family: 'Aptos';
    margin-bottom: 0;
}

.f-logo img {
    width: 100%;
}

.f-address p {
    font-size: 17px;
    font-family: 'Aptos';
    line-height: 23px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.f-info {
    margin-top: 18px;
}

.f-info ul li {
    display: grid;
    grid-template-columns: 20px auto;
    gap: 6px;
    align-items: center;
}

.f-info ul li svg {
    max-width: 20px;
}

.f-info ul li+li {
    margin-top: 18px;
}

.f-info ul li a {
    font-size: 17px;
    line-height: 24px;
    font-family: 'Aptos';
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    max-width: fit-content;
}

.f-info ul li a:hover {
    color: #3494BA;
}

.f-social ul {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.f-social ul li a {
    display: block;
    max-width: fit-content;
}

.f-social ul li a svg {
    max-width: 26px;
}

.f-social ul li a svg path {
    fill: rgba(255, 255, 255, 0.8);
    transition: all 0.5s;
}

.f-social ul li a:hover svg path {
    fill: #3494BA;
}

.f-logo img {
    max-width: 100%;
}

.f-logo {
    margin-bottom: 20px;
}

.f-info-desc {
    margin-bottom: 24px;
}

.f-info-desc p {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Aptos';
    font-weight: 400;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.8);
}

.f-info-desc p:last-child {
    margin-bottom: 0;
}



/* Inner Pages */
/* Main product page */
.inner-banner {
    position: relative;
    z-index: 1;
    padding: 40px 0px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.18) 0%, rgba(10, 10, 10, 0.9) 100%);
    z-index: -1;
}

.inb-desc {
    max-width: 40%;
}

.inb-desc h1 {
    font-size: 54px;
    line-height: 63px;
    font-family: 'Aptos';
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 18px;
}

.inb-desc p {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Aptos';
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.inb-desc p:last-child {
    margin-bottom: 0;
}

.inb-back-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.inb-back-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}

.mpro-list .row+.row {
    margin-top: 35px;
    row-gap: 30px;
}
.mpro-list .row{row-gap: 30px;}

.mpro-list .col-lg-4,
.prod-value .row+.row .col-lg-4 {
    display: inherit;
}

.mpro-box {
    width: 100%;
    padding: 30px 27px;
    background: #FFFFFF;
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.mprob-img {
    max-width: 100%;
    text-align: center;
    margin-bottom: 22px;
}

.mprob-desc {
    text-align: center;
}

.mprob-desc h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.mprob-desc p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.03rem;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.75);
    margin-bottom: 15px;
}

.mprob-desc p:last-child {
    margin-bottom: 0;
}

.mpro-box .btn-primary {
    margin: 24px auto 0;
    max-width: fit-content;
}

.bottom-btn .btn-primary {
    padding: 10px 120px;
    margin: auto;
}

.mprodab-box:nth-child(2n) .row {
    flex-direction: row-reverse;
}

.mprodab-img img {
    width: 100%;
    border-radius: 20px;
}

.mprodab-box+.mprodab-box {
    margin-top: 50px;
}

.mprodab-desc h2 {
    margin-bottom: 24px;
}

.mprodab-desc p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 24px;
}

.mprodkey-main {
    padding: 66px 84px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 30px;
}

.mprodkey-grid ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 25px;
    column-gap: 40px;
    margin-top: 30px;
}

.mprodkey-grid ul li {
    font-size: 20px;
    line-height: 28px;
    font-family: 'Aptos';
    font-weight: 700;
    padding-left: 38px;
    position: relative;
    z-index: 1;
    color: rgba(10, 10, 10, 0.8);
}

.mprodkey-grid ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23276F8B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0965 7.39016L9.9365 14.3002L8.0365 12.2702C7.6865 11.9402 7.1365 11.9202 6.7365 12.2002C6.3465 12.4902 6.2365 13.0002 6.4765 13.4102L8.7265 17.0702C8.9465 17.4102 9.3265 17.6202 9.7565 17.6202C10.1665 17.6202 10.5565 17.4102 10.7765 17.0702C11.1365 16.6002 18.0065 8.41016 18.0065 8.41016C18.9065 7.49016 17.8165 6.68016 17.0965 7.38016V7.39016Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}

.mprodkey-bottom {
    margin-top: 30px;
}

.mprodkey-bottom h3 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    font-family: 'Aptos';
    color: #414141;
    margin-bottom: 0;
}

.prodpway-main {
    padding: 0px 50px;
    position: relative;
    z-index: 1;
}

.prodpway-main::before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    right: 0;
    background: #276F8B;
    border-radius: 26px;
    z-index: -1;
}

.prodpway-img img {
    width: 100%;
    border-radius: 30px;
}

.prodpway-desc {
    margin: 30px 30px;
}

.prodpway-desc h2 {
    margin-bottom: 24px;
}

.prodpway-desc p {
    margin-bottom: 18px;
    font-size: 17px;
    line-height: 24px;
}

.provalue-box {
    padding: 38px 30px;
    width: 100%;
    background: #F8F9FA;
    border-radius: 20px;
    transition: all 0.5s;
}

.provalueb-icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #DADADA;
    margin-bottom: 24px;
    transition: all 0.5s;
}

.provalueb-icon img,
.provalueb-icon svg {
    max-width: 40px;
}

.provalueb-icon svg path {
    fill: #111;
    transition: all 0.5s;
}

.provalueb-desc h3 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.provalueb-desc p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: rgba(24, 24, 24, 0.7);
    margin-bottom: 0px;
    transition: all 0.5s;
}

.provalue-box:hover {
    background: #276F8B;
}

.provalue-box:hover .provalueb-icon {
    background: #FFFFFF;
}

.provalue-box:hover .provalueb-icon svg path {
    fill: #276F8B;
}

.provalue-box:hover .provalueb-desc h3,
.provalue-box:hover .provalueb-desc p {
    color: #FFFFFF;
}

.prod-founder {
    position: relative;
    z-index: 1;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.prodpwig-back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prodpwig-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.prodpwig-back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 19.66%, #000000 95.31%);
    z-index: 0;
}

.prodpwig-desc {
    max-width: 40%;
}

.prodpwig-desc p,
.prodpwig-desc h2 {
    margin-bottom: 25px;
}

.prodpwig-designation h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #7FC1DB;
    margin-bottom: 7px;
}

.prodpwig-designation {
    margin-top: 30px;
}

.prodpwig-designation p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.mprodabin-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
    margin-top: 30px;
    align-items: center;
}

.mprodabin-box {
    display: grid;
    grid-template-columns: 80px auto;
    gap: 15px;
    align-items: center;
}

.mprodabinb-img img {
    max-width: 55px;
}

.mprodabinb-img {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: #4189A5;
}

.mprodabinb-desc h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.product-banner {
    padding: 80px 0px;
    background: #fff;
}

.prban-img img {
    width: 100%;
    border-radius: 20px;
}

.prban-desc span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    color: #276F8B;
    border-radius: 40px;
    padding: 8px 24px;
    display: block;
    max-width: fit-content;
    border: 1px solid #276F8B;
    margin-bottom: 18px;
}

.prban-desc h1 {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: #2C2C2E;
    margin-bottom: 15px;
}

.prban-desc h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 13px;
}

.prban-desc p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #414141;
    margin-bottom: 13px;
}

.prodebanri-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 40px 0px 30px;
}

.prodebanri-box {
    cursor: pointer;
}

.prodebanrib-level {
    padding: 2px 10px;
    width: 90%;
    margin: auto;
    background: #797979;
    border: 1px solid #797979;
    text-align: center;
    backdrop-filter: blur(2.5px);
    border-radius: 6px 6px 0px 0px;
    transition: all 0.5s;
}

.prodebanrib-level p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.prodebanrib-bottom {
    padding: 16px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    transition: all 0.5s;
}

.prodebanri-box.active .prodebanrib-bottom {
    border: 1px solid #1A4A5D;
    background: #F2F9FB;
}

.prodebanri-box.active .prodebanrib-level {
    background: #1A4A5D;
}

.prodebanrib-bottom h3 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 16px;
}

.prodebanrib-bottom b,
.prodebanrib-bottom strong {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0;
}

.prodebanrib-bottom h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.prodebanrib-bottom p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    margin-bottom: 0px;
}

.product-banner .btn-primary {
    max-width: 100%;
    text-align: center;
}

.prodet-konw {
    background: transparent;
}

.prodet-konw .hsert-content {
    padding: 30px;
    background: #fff;
}

.prodet-konw .hsertco-box h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #2C2C2E;
}

.prodet-konw .hsertco-box p {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #414141;
}

.prodet-konw .hsertco-box ul {
    margin-top: 26px;
}

.prodet-konw .hsertco-box ul li {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 27px;
    font-weight: 600;
    color: #0A0A0A;
    padding-left: 40px;
}

.prodet-konw .hsertco-box ul li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23276F8B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0965 7.39004L9.9365 14.3L8.0365 12.27C7.6865 11.94 7.1365 11.92 6.7365 12.2C6.3465 12.49 6.2365 13 6.4765 13.41L8.7265 17.07C8.9465 17.41 9.3265 17.62 9.7565 17.62C10.1665 17.62 10.5565 17.41 10.7765 17.07C11.1365 16.6 18.0065 8.41004 18.0065 8.41004C18.9065 7.49004 17.8165 6.68004 17.0965 7.38004V7.39004Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.prodet-konw .hsertco-box ul li+li {
    margin-top: 16px;
}

.prodet-konw .title h2 {
    margin-bottom: 0 !important;
}

.header-top {
    padding: 10px 0px;
    background: #1A4A5D;
}

.hetop-left {
    text-align: right;
}

.hetop-left p {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
    color: #FFFFFF;
    font-family: 'Aptos';
    font-weight: 700
}

.hetop-right ul li {
    display: grid;
    grid-template-columns: 18px auto;
    gap: 6px;
    max-width: fit-content;
    align-items: center;
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}

.hetop-right ul li svg {
    max-width: 18px;
}

.hetop-right ul li a {
    color: #fff;
}

.header-bottom {
    background: #F2F2F2;
    padding: 16px 0px;
}

.header-bottom ul {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 55px;
}

.header-bottom ul li a {
    font-size: 17px;
    line-height: 23px;
    font-weight: 600;
    color: #1C1C1C;
    font-family: 'Aptos';
    position: relative;
}

.header-bottom ul li a::before {
    content: '';
    position: absolute;
    bottom: -14px;
    border-bottom: 2px solid #276F8B;
    left: 0;
    right: 0;
    width: 0;
    transition: all 0.5s;
}

.header-bottom ul li a:hover {
    color: #276F8B;
}

.header-bottom ul li a:hover::before {
    width: 100%;
}
.blog-listing .row + .row {
	margin-top: 35px;
}

.blist-left .title h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
    color: #151515;
    margin-bottom: 24px;
}

.blist-left .title h1 b,
.blist-left .title h1 strong {
    font-weight: 700;
}

.blist-filter {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(91, 96, 98, 0.2);
    max-width: 70%;
}

.blist-filter ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #333333;
}

.blist-filter ul li a {
    color: #333333;
    font-weight: 400;
    max-width: fit-content;
}

.blist-filter ul li a.active {
    color: #276F8B;
    font-weight: 700;
}

.blist-filter ul li a:hover,
.blistrb-desc h4 a:hover,
.blistrb-desc h3 a:hover {
    color: #276F8B;
}

.blist-filter ul li+li {
    margin-top: 20px;
}

.blist-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 40px;
}

.blist-right {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.blist-right::before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    border-left: 1px solid rgba(91, 96, 98, 0.2);
    bottom: 0;
}

.blog-listing,
.blog-detail {
    margin-top: 230px;
}

.blog-detail {
    margin-bottom: 80px;
}

.blde-left .blog-btn {
    margin-bottom: 40px;
}

.blde-left p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 18px;
}

.bldele-post {
    margin: 40px 0px;
}

.bldele-post h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
}

.bldele-post ul {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bldele-post ul li svg {
    max-width: 20px;
}

.bldele-post ul li svg path {
    fill: #333333;
    transition: all 0.5s;
}

.bldele-post ul li a:hover svg path {
    fill: #276F8B;
}

.blde-top span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
}

.blde-top span a {
    color: #276F8B;
    display: inline;
    text-decoration: underline;
    font-weight: 600;
}

.blde-top span a:hover {
    color: #193946;
}

.blde-top h1 {
    font-size: 36px;
    line-height: 47px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 20px;
}

.bldemt-other {
    display: grid;
    grid-template-columns: 60px auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 30px;
}

.bldemto-img img {
    border-radius: 50%;
    max-width: 60px;
    border: 1px solid #276F8B;
}

.bldemto-desc p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5C5C5C;
    margin-bottom: 2px;
}

.bldemto-desc h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #276F8B;
    margin-bottom: 0px;
}

.blde-content img {
    width: 100%;
    border-radius: 12px;
    margin: 30px 0px;
}

.blde-content h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 16px;
}

.blde-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

.blde-content p {
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 40px;
}

.blde-content p b,
.blde-content p strong {
    display: block;
    font-weight: 700;
    color: #000000;
}

.blde-content ul li {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: rgba(17, 17, 17, 0.8);
    padding-left: 31px;
    position: relative;
    z-index: 1;
}

.blde-content ul li+li {
    margin-top: 15px;
}

.blde-content ul {
    margin-bottom: 40px;
}

.blde-content ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23276F8B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0965 7.39016L9.9365 14.3002L8.0365 12.2702C7.6865 11.9402 7.1365 11.9202 6.7365 12.2002C6.3465 12.4902 6.2365 13.0002 6.4765 13.4102L8.7265 17.0702C8.9465 17.4102 9.3265 17.6202 9.7565 17.6202C10.1665 17.6202 10.5565 17.4102 10.7765 17.0702C11.1365 16.6002 18.0065 8.41016 18.0065 8.41016C18.9065 7.49016 17.8165 6.68016 17.0965 7.38016V7.39016Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.blog-btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5C5C5C;
    display: flex;
    align-items: center;
    max-width: fit-content;
    gap: 12px;
}

.blog-btn svg {
    max-width: 18px;
}

.blog-btn svg path {
    fill: #5C5C5C;
    transition: all 0.5s;
}

.blog-btn:hover svg path {
    fill: #276F8B;
}

.blde-content img:last-child,
.blde-content h2:last-child,
.blde-content p:last-child,
.blde-cta:last-child,
.blde-content ul:last-child,
.bldemt-other:last-child,
.blde-written:last-child,
.bldeprod-main:last-child {
    margin-bottom: 0;
}

.blde-written {
    margin: 40px 0px 40px;
    padding: 40px 36px;
    background: #C7DFE9;
    border-radius: 20px;
    display: grid;
    grid-template-columns: 120px auto;
    align-items: center;
    gap: 22px;
}

.bldewrit-img img {
    width: 120px;
    border-radius: 50%;
    border: 2px solid rgba(51, 51, 51, 0.2);
    margin: 0 !important;
}

.bldewrit-desc h3 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 8px;
}

.bldewrit-desc h3 b,
.bldewrit-desc h3 strong {
    font-size: 24px;
    line-height: 33px;
    font-weight: 500;
    color: #276F8B;
}

.bldewrit-desc p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0px;
}

.contact-banner {
    padding: 120px 0px;
}

.contact-banner .row+.row {
    margin-top: 40px;
}

.conble-top {
    padding: 52px 33px;
    background: #FFFFFF;
    border-radius: 10px;
}

.conblet-box {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 20px;
}

.conblet-box+.conblet-box {
    margin-top: 30px;
}

.conbletb-img {
    width: 50px;
    height: 50px;
    background: #3494BA;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.conbletb-img img,
.conbletb-img svg {
    max-width: 20px;
}

.conblet-box:nth-child(2n) .conbletb-img {
    background: #1A4A5D;
}

.conbletb-desc h3 {
    font-size: 20px;
    line-height: 27px;
    color: #1A4A5D;
    font-weight: 700;
    font-family: 'Aptos';
    margin-bottom: 2px;
}

.conbletb-desc p,
.conbletb-desc a {
    font-size: 18px;
    line-height: 23px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    font-family: 'Aptos';
    margin-bottom: 0;
}

.conbletb-desc a:hover {
    color: #1A4A5D;
}

.conble-bottom {
    padding: 26px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 30px;
    text-align: center;
}

.conble-bottom h3 {
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 15px;
}

.conble-bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.conble-bottom ul li svg {
    max-width: 23px;
    max-height: 23px;
}

.conble-bottom ul li svg path {
    fill: rgba(0, 0, 0, 0.8);
    transition: all 0.5s;
}

.conble-bottom ul li a:hover svg path {
    fill: #1A4A5D;
}

.con-form {
    padding: 50px 35px;
    background: #FFFFFF;
    border-radius: 20px;
}

.con-form .row {
    row-gap: 34px;
}

.con-form .form-control {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
    box-shadow: 0 0 0 !important;
    padding: 15px 18px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
}

.con-form .form-control::placeholder {
    color: #B4B4B4;
}

.con-form textarea {
    min-height: 120px;
}

.con-form .btn-primary {
    margin-top: 10px;
    padding: 12px 34px;
    font-size: 18px;
    max-width: 100%;
    width: 100%;
    border: 0 !important;
    outline: 0 !important;
    line-height: 25px;
    font-weight: 700;
    border-radius: 8px;
}

.con-map .container-fluid {
    padding: 0;
}

.conmap-main iframe {
    width: 100%;
    height: 570px;
}
.con-form .forminator-input, .con-form .forminator-textarea {
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 500 !important;
	color: #333333 !important;
	box-shadow: 0 0 0 !important;
	padding: 16px 20px !important;
	background: #FFFFFF !important;
	border: 1px solid #E6E8EC !important;
	border-radius: 8px !important;
	outline: none !important;
}
.con-form .btn-primary {
	max-width: 100% !important;
	margin: 0 !important;
	padding: 14px 24px !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 8px !important;
	font-size: 24px !important;
	line-height: 28px !important;
	box-shadow: 0 0 0 !important;
	font-weight: 700 !important;
	width: 100% !important;
	text-align: center;
	justify-content: center;
}
.con-form .forminator-row{
	margin-bottom: 20px !important;
}
.ctf-grid .forminator-row{
	margin: 0 !important;
}
.ctf-grid .forminator-row .forminator-col{
	padding: 0 !important;
}
.ctf-grid .forminator-input{
	font-size: 16px !important;
	line-height: 22px !important;
	font-weight: 400 !important;
	color: #333333 !important;
	box-shadow: 0 0 0 !important;
	padding: 18px 20px !important;
	background: #FFFFFF !important;
	border: 1px solid #3494BA !important;
	border-radius: 8px !important;
	outline: none !important;
}
.ctf-grid .forminator-ui {
	display: grid !important;
	display: grid;
	grid-template-columns: auto 170px;
	gap: 30px;
	margin: 0 !important;
}
.ctf-grid .btn-primary {
	margin: 0 !important;
	padding: 19px 24px !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 8px !important;
	font-size: 16px !important;
	line-height: 22px !important;
	box-shadow: 0 0 0 !important;
	font-weight: 700 !important;
	text-align: center;
	justify-content: center;
}
.blde-content .wpj-jtoc {
	display: none;
}
.blde-left {
	position: sticky;
	top: 100px;
}
#wpj-jtoc {
    margin: 0 !important;
}
#wpj-jtoc .wpj-jtoc--toc{
	background: #faf7ee;
}

#wpj-jtoc .wpj-jtoc--title {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important;
}

#wpj-jtoc span.wpj-jtoc--title-label {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 29px !important;
    color: #000000 !important;
    display: block !important;
}

.wpj-jtoc.--jtoc-theme-basic-light .wpj-jtoc--header {
    position: relative;
    height: auto !important;
    margin: 0 0 30px !important;
    padding: 0 !important;
}

.wpj-jtoc--toggle-wrap {
    display: none !important;
}

.wpj-jtoc--header-main {
    height: auto !important;
    display: block !important;
}

.wpj-jtoc--body {
    padding: 0 !important;
}

.wpj-jtoc--items {
    padding-left: 18px !important;
    border-left: 2px solid #5B606233 !important;
}

.wpj-jtoc.--jtoc-has-numeration .wpj-jtoc--item-content>a::before {
    display: none !important;
}

.wpj-jtoc--item .wpj-jtoc--item-content>a {
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 26px !important;
}

.wpj-jtoc--item .wpj-jtoc--item-content {
    padding: 5px 0 !important;
}
.blog-listing .row + .row{
	row-gap: 30px;
}
.login-link {
    margin-left: 30px;
}

.login-link img {
    max-width: 25px;
}
@media screen and (max-width: 1399px) {
    .hab-left {
        max-width: 100%;
    }

    .f-sidebox {
        padding: 30px 17px;
    }

    .f-info ul li a {
        font-size: 15px;
        line-height: 24px;
    }
	.inb-desc {
		max-width: 50%;
	}
	.contact-banner {
		padding: 90px 0px;
	}
	.conble-top {
		padding: 40px 23px;
	}
	.mprodkey-main {
		padding: 56px 54px;
	}
	.mprodkey-bottom h3 {
		font-size: 26px;
		line-height: 34px;
	}
	.mprodabinb-desc h3 {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width: 1199px) {
    .hban-box .col-lg-6 {
        width: 47%;
    }

    .hban-box {
        padding: 70px 0px 40px;
        min-height: 365px;
    }

    .hb-ledesc span {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .hb-ledesc h1,
    .hb-ledesc h2 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 12px;
    }

    .hb-ledesc p {
        font-size: 17px;
        line-height: 23px;
    }

    .hb-right {
        max-width: 80%;
    }

    .hb-right h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .hb-next,
    .hb-prev,
    .hprodu-next,
    .hprodu-prev,
    .hgall-next,
    .hgall-prev {
        width: 36px;
        height: 36px;
    }

    .hb-next svg,
    .hb-prev svg,
    .hprodu-next svg,
    .hprodu-prev svg,
    .hgall-next svg,
    .hgall-prev svg {
        max-width: 7px;
        max-height: 16px;
    }

    .mtb-120 {
        margin: 70px 0;
    }

    .ptb-120 {
        padding: 70px 0;
    }

    .mtb-50 {
        margin: 30px 0px;
    }

    .title h2 {
        font-size: 30px;
        line-height: 39px;
        font-weight: 600;
        color: #2C2C2E;
        margin-bottom: 12px;
    }

    .hab-left .title p {
        margin-bottom: 18px;
    }

    .habnu-box h3 {
        font-size: 26px;
        line-height: 35px;
    }

    .habnu-box p {
        font-size: 15px;
        line-height: 22px;
    }

    .hab-num {
        margin-top: 26px;
        gap: 16px;
    }

    .habrib-img {
        width: 66px;
        height: 66px;
    }

    .habrib-img img {
        max-width: 31px;
    }

    .habri-box {
        grid-template-columns: 66px auto;
        gap: 15px;
    }

    .habrib-desc h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 3px;
    }

    .habri-box+.habri-box {
        margin-top: 30px;
    }

    .home-servi .row+.row,
    .home-servi .hservi-desktop {
        margin-top: 35px;
    }

    .hser-tabbing ul li a {
        padding: 12px 14px;
        font-size: 18px;
    }

    .hsertcob-desc {
        margin-top: 20px;
    }

    .hsertcob-desc h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .hprodu-acco .accordion-button {
        padding: 30px 80px 30px 40px;
        border-radius: 40px;
    }

    .hprodu-acco {
        margin-top: 35px;
        border-radius: 40px;
    }

    .hprodu-acco .accordion-button::after {
        width: 30px;
        height: 30px;
        right: 40px;
    }

    .hprodu-acco .accordion-body {
        padding: 0px 40px 30px;
    }

    .hprodu-acco .accordion-collapse::after {
        border-radius: 40px;
    }

    .hprodu-acco .accordion-button h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 9px;
    }

    .hprodu-box {
        padding: 26px 22px;
        height: calc(100% - 52px);
    }

    .hprodub-desc h4 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 8px;
    }

    .hprodub-desc p {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.02rem;
    }

    .hprodu-box .btn-primary {
        margin: 22px auto 0;
        font-size: 16px;
        padding: 10px 20px;
    }

    .hprodu-next,
    .hprodu-prev {
        margin-top: 22px;
    }

    .hwhy-box {
        grid-template-columns: 130px auto;
        gap: 18px;
        padding: 20px;
    }

    .hwhyb-img img,
    .hwhyb-img svg {
        max-width: 60px;
    }

    .hwhyb-desc h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 8px;
    }

    .hwhyb-desc p {
        font-size: 15px;
        line-height: 19px;
    }

    .home-why .row+.row,
    .hsteps-main,
    .hgallery-swiper,
    .hgall-navigation,
    .blog-inner-liting .row,
    .hotesti-swiper {
        margin-top: 30px;
    }

    .hsteps-main {
        gap: 20px;
    }

    .hsteps-card h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 9px;
    }

    .hsteps-card p {
        font-size: 15px;
        line-height: 21px;
    }

    .hsteps-image-box {
        max-width: 280px;
    }

    .hsteps-image-box span {
        font-size: 80px;
        line-height: 70px;
    }

    .hsteps-card {
        padding: 22px 15px;
    }

    .hgall-main {
        padding: 60px 0px;
    }

    .blistrb-desc h3 {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .blistrb-desc h4 {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 8px;
    }

    .hotesti-box {
        padding: 20px;
    }

    .hotesti-box p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 26px;
    }

    .home-testi .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .home-testi .swiper-pagination-bullet-active {
        width: 24px;
    }

    .home-cta {
        padding: 51px 0px 50px;
    }

    .cta-form .form-control {
        font-size: 18px;
        line-height: 20px;
        padding: 13px 17px;
    }

    .cta-form .btn-primary {
        font-size: 17px;
        line-height: 20px;
    }

    .ctf-grid {
        gap: 20px;
    }

    .f-sidebox {
        padding: 20px 12px;
    }

    .f-info ul li a {
        font-size: 13px;
        line-height: 21px;
    }

    .f-info ul li+li {
        margin-top: 12px;
    }

    .f-address p {
        font-size: 15px;
        line-height: 21px;
    }

    .f-links ul li a,
    .f-info-desc p,
    .fb-left p,
    .fb-right ul li a {
        font-size: 16px;
        line-height: 21px;
    }

    .f-links ul li+li {
        margin-top: 9px;
    }

    .f-bottom {
        padding: 15px 0px;
    }

    .f-title h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .f-middle {
        padding: 45px 0px 50px;
    }
	.header-bottom ul {
		gap: 30px;
	}
	.inb-desc h1 {
		font-size: 40px;
		line-height: 49px;
		margin-bottom: 8px;
	}
	.inb-desc p {
		font-size: 18px;
		line-height: 26px;
	}
	.inner-banner {
		min-height: 380px;
	}
	.prodpway-desc {
		margin: 20px 0px;
	}
	.prodpway-main::before {
		top: 20px;
		bottom: 20px;
	}
	.prodpway-main {
		padding: 0px 30px;
	}
	.blog-inner-liting .row, .prod-value .row + .row {
		margin-top: 30px;
	}
	.provalue-box {
		padding: 28px 25px;
	}
	.provalueb-icon {
		margin-bottom: 15px;
	}
	.provalueb-desc h3 {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 8px;
	}
	.prod-founder {
		min-height: 550px;
	}
	.prodpwig-desc {
		max-width: 50%;
	}
	.blist-left .title h2 {
		font-size: 34px;
		line-height: 40px;
		margin-bottom: 16px;
	}
	.blde-top h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 15px;
	}
	.blde-content h2 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.blde-content p {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 30px;
	}
	.blde-content img {
		margin: 10px 0px;
	}
	.blde-written {
		margin: 30px 0px 30px;
		padding: 30px 26px;
	}
	.contact-banner {
		padding: 50px 0px;
	}
	.contact-banner .row + .row {
		margin-top: 30px;
	}
	.conble-top {
		padding: 30px 16px;
	}
	.conblet-box {
		grid-template-columns: 40px auto;
		gap: 14px;
	}
	.conbletb-img {
		width: 40px;
		height: 40px;
	}
	.conbletb-desc h3 {
		font-size: 18px;
		line-height: 25px;
	}
	.conbletb-desc p, .conbletb-desc a {
		font-size: 15px;
		line-height: 20px;
	}
	.con-form {
		padding: 30px 28px;
	}
	.con-form .btn-primary {
		font-size: 21px !important;
		line-height: 24px !important;
	}
	.conmap-main iframe {
		width: 100%;
		height: 440px;
	}
	.mpro-box {
		padding: 24px 21px;
	}
	.mprob-desc h4 {
		font-size: 21px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.mpro-box .btn-primary {
		margin: 20px auto 0;
	}
	.bottom-btn .btn-primary {
		padding: 10px 70px;
	}
	.mprodkey-main {
		padding: 40px 40px;
	}
	.mprodkey-grid ul li {
		font-size: 18px;
		line-height: 25px;
	}
	.mprodkey-grid ul {
		row-gap: 19px;
		column-gap: 30px;
	}
	.mprodkey-bottom h3 {
		font-size: 22px;
		line-height: 33px;
	}
	.product-banner {
		padding: 40px 0px 60px;
	}
    .prban-desc span {
        font-size: 16px;
        line-height: 23px;
        padding: 7px 18px;
        margin-bottom: 12px;
    }
    .prban-desc h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .prban-desc p {
        font-size: 16px;
        line-height: 24px;
    }
    .prodebanri-main {
        gap: 10px;
        margin: 30px 0px 30px;
    }
    .prodebanrib-bottom {
        padding: 12px;
    }
    .prodebanrib-bottom h3 {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .prodebanrib-bottom b, .prodebanrib-bottom strong {
        font-size: 14px;
        line-height: 20px;
    }
    .product-banner .btn-primary {
        padding: 12px 25px;
    }
    .prodet-konw .hsert-content {
        padding: 24px;
    }
    .prodet-konw .hsertco-box h3 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .prodet-konw .hsertco-box p {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 16px;
    }
    .prodet-konw .hsertco-box ul li {
        font-size: 18px;
        line-height: 25px;
    }
    .mprodabin-box {
        grid-template-columns: 60px auto;
    }
    .mprodabinb-img {
        width: 60px;
        height: 60px;
    }
    .mprodabinb-img img {
        max-width: 31px;
    }
    .mprodabinb-desc h3 {
        font-size: 18px;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .hban-box .col-lg-6 {
        width: 46%;
    }

    .hban-box {
        padding: 50px 0px 30px;
        min-height: 310px;
    }

    .hb-ledesc span {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 13px;
    }

    .hb-ledesc h1,
    .hb-ledesc h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .hb-right h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .btn-primary {
        padding: 11px 20px;
        font-size: 15px;
        line-height: 22px;
    }

    .mtb-120 {
        margin: 60px 0;
    }

    .ptb-120 {
        padding: 60px 0;
    }

    .title h2 {
        font-size: 24px;
        line-height: 33px;
    }

    .hab-right {
        margin-top: 40px;
    }

    .habri-box {
        max-width: 100%;
    }

    .hprodu-acco .accordion-body::before {
        display: none;
    }

    .hprodu-acco .accordion-button h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 4px;
    }

    .hprodu-acco .accordion-button {
        padding: 25px 50px 25px 30px;
    }

    .hprodu-acco .accordion-button::after {
        width: 20px;
        height: 20px;
        right: 25px;
    }

    .hsteps-image-box {
        max-width: 240px;
    }

    .hsteps-image-box span {
        font-size: 60px;
        line-height: 50px;
    }

    .hsteps-card.active .hsteps-image-box span {
        left: 14px;
    }

    .home-why .row+.row,
    .hsteps-main,
    .hgallery-swiper,
    .hgall-navigation,
    .blog-inner-liting .row,
    .hotesti-swiper {
        margin-top: 22px;
    }

    .hsteps-card h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 6px;
    }

    .hgall-main {
        padding: 40px 0px;
    }

    .home-cta {
        padding: 40px 0px 50px;
        border-radius: 40px 40px 0px 0px;
    }

    .cta-form .btn-primary {
        font-size: 15px;
        line-height: 20px;
        padding: 15px;
    }

    .f-logo {
        margin-bottom: 15px;
        max-width: 250px;
    }

    .hprodu-acco .accordion-body {
        padding: 0px 30px 30px;
    }

    .hprodub-desc h4 {
        font-size: 20px;
        line-height: 25px;
    }

    .f-logo {
        margin-bottom: 20px;
        max-width: 300px;
    }

    .f-middle .row {
        row-gap: 30px;
    }

    .f-middle {
        padding: 40px 0px 30px;
    }

    .f-links {
        margin: 0;
    }

    .hab-num {
        margin-top: 35px;
    }

    .hab-right {
        margin-top: 20px;
    }

    .hfaq-acco .accordion-button {
        padding: 20px 20px;
        font-size: 18px;
        line-height: 24px;
    }

    .hfaq-acco .accordion-body {
        padding: 0px 20px 20px;
    }

    .hservi-acco {
        margin-top: 25px;
    }

    .hservi-acco .accordion-button {
        padding: 25px 30px;
        background: #FAFAFA;
        box-shadow: 0 0 0 !important;
        border: 0;
    }

    .hservi-acco .accordion-button h3 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 0;
        color: rgba(17, 17, 17, 1);
    }

    .hservi-acco .accordion-item {
        border: 1px solid #4141412e;
        background: transparent;
        box-shadow: 0 0 0;
        position: relative;
        border-radius: 20px;
        overflow: hidden;
        z-index: 1;
    }

    .hservi-acco .accordion-body p:last-child {
        margin-bottom: 0;
    }

    .hservi-acco .accordion-body {
        padding: 0px 30px 30px;
    }

    .hservi-acco .accordion-button:not(.collapsed) {
        color: #111111;
        background: transparent;
    }

    .hservi-acco .accordion-button::after {
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' stroke='%23111111'/%3E%3Cpath d='M8 13H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 8V18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-size: 100% 100%;
        width: 26px;
        height: 26px;
        opacity: 0.5;
        margin-left: auto;
        padding-left: 20px;
    }

    .hservi-acco .accordion-button:not(.collapsed)::after {
        transform: rotate(-180deg);
        background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13' cy='13' r='12.5' stroke='%23111111'/%3E%3Cpath d='M8 13H18' stroke='%23111111' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    }

    .hservi-acco .accordion-collapse::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FFFFFF;
        box-shadow: 0px 14px 14px rgba(3, 4, 28, 0.06);
        border-radius: 0px 0px 20px 20px;
        z-index: -1;
    }

    .hservi-acco .accordion-body .hservac-img {
        max-width: 60%;
        margin: 0 0 25px;
    }

    .hservi-acco .accordion-body .hservac-img img {
        width: 100%;
        border-radius: 14px;
    }

    .hservi-acco .accordion-body p {
        font-size: 16px;
        line-height: 23px;
        font-weight: 400;
        color: #414141;
        margin-bottom: 16px
    }

    .hservi-acco .accordion-body ul {
        margin-top: 20px;
    }

    .hservi-acco .accordion-body ul li {
        position: relative;
        z-index: 1;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: #0A0A0A;
        padding-left: 25px;
    }

    .hservi-acco .accordion-body ul li::before {
        content: '';
        position: absolute;
        top: 4px;
        left: 0;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23276F8B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.0965 7.39004L9.9365 14.3L8.0365 12.27C7.6865 11.94 7.1365 11.92 6.7365 12.2C6.3465 12.49 6.2365 13 6.4765 13.41L8.7265 17.07C8.9465 17.41 9.3265 17.62 9.7565 17.62C10.1665 17.62 10.5565 17.41 10.7765 17.07C11.1365 16.6 18.0065 8.41004 18.0065 8.41004C18.9065 7.49004 17.8165 6.68004 17.0965 7.38004V7.39004Z' fill='white'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .hservi-acco .accordion-body ul li+li {
        margin-top: 10px;
    }

    .hservi-acco .accordion-body .btn-primary {
        margin-top: 25px;
    }

    .home-servi .title h2 {
        margin-bottom: 13px;
    }

    .home-servi .accordion-item+.accordion-item {
        margin-top: 20px;
    }
	.header-margin {
		margin-top: 129px;
	}
	.inb-desc h1 {
		font-size: 34px;
		line-height: 41px;
	}
	.inb-desc {
		max-width: 60%;
	}
	.inner-banner {
		min-height: 320px;
	}
	.prodpway-desc {
		margin: 30px 0;
		text-align: center;
	}
	.prodpway-img {
		text-align: center;
	}
	.prodpway-main::before {
		top: 209px;
		bottom: 0px;
	}
	.prodpway-img img {
		width: 60%;
		border-radius: 30px;
	}
	.prod-founder {
		min-height: 470px;
	}
	.prodpwig-designation h3 {
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 4px;
	}
	.prodpwig-desc {
		max-width: 70%;
	}
	.ctf-grid .forminator-input{
		padding: 14px 15px !important;
	}
	.ctf-grid .btn-primary {
		padding: 14px 15px !important;
	}
	.ctf-grid .forminator-ui {
		gap: 10px;
	}
	.blog-listing, .blog-detail {
		margin-top: 176px;
	}
	.blog-pagination-main {
		margin: 30px 0 !important;
	}
	.blist-left .title h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 12px;
	}
	.blde-left .blog-btn {
		margin-bottom: 20px;
	}
	.bldele-post {
		margin: 20px 0px 30px;
	}
	.blde-top h1 {
		font-size: 28px;
		line-height: 37px;
		margin-bottom: 15px;
	}
	.conmap-main iframe {
		width: 100%;
		height: 300px;
	}
	.con-form {
		padding: 25px 23px;
		background: #FFFFFF;
		border-radius: 10px;
	}
	.con-form .forminator-input, .con-form .forminator-textarea {
		padding: 13px 18px !important;
	}
	.conble-bottom h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.con-form .btn-primary {
		font-size: 17px !important;
		line-height: 20px !important;
	}
	.mprodab-box .row {
		row-gap: 25px;
	}
	.mprodkey-main {
		padding: 30px;
		border-radius: 15px;
	}
	.mprodkey-grid ul li::before {
		width: 20px;
		top: 2px;
		height: 20px;
	}
	.mprodkey-grid ul li {
		padding-left: 31px;
		font-size: 16px;
    	line-height: 23px;
	}
	.mprodkey-grid ul {
		row-gap: 13px;
		column-gap: 16px;
	}
	.mprodkey-bottom {
		margin-top: 20px;
	}
	.mprodkey-bottom h3 {
		font-size: 18px;
		line-height: 29px;
	}
	.prban-img {
		text-align: center;
	}
	.prban-img img {
		width: 100%;
	}
	.prban-desc {
		margin-top: 30px;
	}
	.prodet-konw .hservi-acco .accordion-body h3 {
		display: none;
	}
	.navbar-toggler {
        display: block;
        position: absolute;
        right: 25px;
        border: 0;
        border-radius: 00px;
        width: 40px;
        height: 40px;
        padding: 0px;
        box-shadow: none !important;
    }

    .navbar-toggler .icon-bar {
        width: 100%;
        height: 5px;
        background-color: #1A4A5D;
        display: block;
        border-radius: 5px;
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        width: 60%;
        margin-left: auto;
    }

    .navbar-toggler .icon-bar+.icon-bar {
        margin-top: 5px;
    }
	.navbar-collapse {
        padding: 0;
        float: left;
        width: 50%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        max-width: 100%;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: linear-gradient(0deg, rgba(207, 174, 90, 0.1), rgba(207, 174, 90, 0.1)), #FFFFFF;
        box-shadow: 0px -3px 10px rgb(0 0 0 / 10%);
        overflow: auto;
    }

    .navbar-collapse.show {
        right: 0;
    }

    button.close-btn {
        height: 40px;
        width: 40px;
        background: #1A4A5D;
        border: 0;
        right: 14px;
        position: absolute;
        font-size: 18px;
        color: #000;
        padding: 0 0px;
        z-index: 2;
        top: 10px;
        cursor: pointer;
        text-transform: capitalize;
        left: auto;
        display: block;
        line-height: 40px;
        text-align: right;
        border-radius: 50% !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    button.close-btn svg {
        fill: #fff;
        width: 14px;
        padding-top: 0px;
        vertical-align: unset;
    }
    button.close-btn svg path{
        fill: #fff;
    }

    ul.navbar-nav {
        padding-top: 50px;
        width: 100%;
        overflow-x: hidden;
    }

    ul.navbar-nav>li {
        width: 100%;
    }

    header .navbar-nav a,  header .navbar-nav .menu-item:last-child a {
        font-size: 18px;
        width: 100%;
        display: block;
        padding: 15px 35px 15px 15px !important;
        max-width: 100%;
        line-height: 1;
        border: 0;
        background: transparent;
        color: #333333;
        font-weight: 400;
        border-radius: 0;
    }
    header .navbar-nav .menu-item:last-child a:hover{
        color: #276F8B;
    }

    ul.navbar-nav .menu-item+.menu-item {
        margin-left: 0;
        border-top: 1px solid #193946;
    }

    header .navbar-nav .menu-item-has-children>a::after {
        right: 11px;
        top: 43%;
    }

    header .navbar-nav .menu-item-has-children:hover ul.mega-menu,
    header .navbar-nav .menu-item-has-children:hover ul.sub-menu,
    header .navbar-nav>li.menu-item-has-children ul.mega-menu,
    header .navbar-nav>li.menu-item-has-children ul.sub-menu {
        display: none;
    }
    header .navbar-nav>li.menu-item-has-children ul.mega-menu,
    header .navbar-nav>li.menu-item-has-children ul.sub-menu{
        top: 0;
        margin: auto;
        min-width: 100%;
        right: 0%;
        border: 0;
        border-radius: 0;
        left: 0;
        margin: auto;
        max-width: 100%;
        padding: 0;
    }

    header .navbar-nav .menu-item-has-children.sub-open>.mega-menu,
    header .navbar-nav .menu-item-has-children.sub-open>ul.sub-menu {
        display: block !important;
        position: relative;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        opacity: 1;
        border-radius: 15px;
        margin-bottom: 0px;
        background: #fff;
        box-shadow: none;
        top: auto;
    }
    .menu-item-has-children {
        padding-right: 0px;
    }
    header .menu-item-has-children .menu-item+.menu-item {
        margin-left: 0;
        margin-top: 0px;
    }

    .sub-menu .menu-item a, header .navbar .sub-menu .menu-item:last-child a {
        padding-left: 34px !important;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: #000000;
    }
    .sub-menu .menu-item a:hover, header .navbar .sub-menu .menu-item:last-child a:hover {
        color: #276F8B;
    }
    .menu-item-has-children > a {
        position: relative;   
    }
    .menu-item-has-children:hover a::after{
        transform: translateY(0%) rotate(44deg);
    }
     .menu-item-has-children.sub-open > a::after{
        transform: translateY(-20%) rotate(-135deg);
        border-right: 2px solid #276F8B;
        border-bottom: 2px solid #276F8B;
     }
    .login-link {
        margin-left: 0;
        position: absolute;
        right: 90px;
    }
}

@media screen and (max-width: 767px) {

    .hban-box .col-lg-6,
    .hban-box .container {
        width: 100%;
        padding: 0;
    }

    .hban-box {
        padding: 50px 15px;
        min-height: 380px;
    }

    .hb-ledesc span {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .hb-ledesc h1,
    .hb-ledesc h2 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    .hb-ledesc p {
        font-size: 16px;
        line-height: 22px;
    }

    .hb-right {
        max-width: 100%;
        margin-top: 30px;
    }

    .hb-right h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .hb-nav {
        display: none;
    }

    .home-banner .swiper-pagination {
        flex-direction: row;
        right: 0;
        left: 0;
        bottom: 25px;
        margin: auto;
        top: auto;
    }

    .btn-primary {
        padding: 10px 16px;
        font-size: 16px;
        line-height: 24px;
    }

    .home-banner .swiper-pagination-bullet {
        width: 10px;
        margin: 0 !important;
        height: 10px;
    }

    .home-banner .swiper-pagination-bullet-active {
        width: 16px;
        height: 10px;
    }

    .mtb-120 {
        margin: 50px 0;
    }

    .ptb-120 {
        padding: 50px 0;
    }

    .mtb-50 {
        margin: 25px 0px;
    }

    .title h2 {
        font-size: 22px;
        line-height: 32px;
    }

    .habrib-img {
        width: 60px;
        height: 60px;
    }

    .habrib-img img {
        max-width: 28px;
    }

    .habrib-desc h4 {
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 3px;
    }

    .habrib-desc p {
        font-size: 15px;
        line-height: 20px;
    }

    .habri-box {
        grid-template-columns: 60px auto;
        gap: 12px;
    }

    .habri-box+.habri-box {
        margin-top: 23px;
    }

    .habnu-box h3 {
        font-size: 25px;
        line-height: 32px;
    }

    .habnu-box p {
        font-size: 14px;
        line-height: 20px;
    }

    .hservi-acco .accordion-button {
        padding: 15px 18px;
    }

    .hservi-acco .accordion-button h3 {
        font-size: 17px;
        line-height: 26px;
    }

    .hservi-acco .accordion-body {
        padding: 6px 20px 20px;
    }

    .hservi-acco .accordion-button::after {
        width: 20px;
        height: 20px;
    }

    .hservi-acco .accordion-body p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 11px;
    }

    .hservi-acco .accordion-item {
        border-radius: 10px;
    }

    .hservi-acco .accordion-body .hservac-img {
        max-width: 100%;
        margin: 0 0 15px;
    }

    .hprodu-acco .accordion-button h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .hprodu-acco .accordion-button p {
        font-size: 15px;
        line-height: 21px;
    }

    .hprodu-acco .accordion-button {
        padding: 20px 35px 20px 18px;
        border-radius: 20px !important;
    }

    .hprodu-acco .accordion-collapse::after {
        border-radius: 20px;
    }

    .hprodu-acco .accordion-body {
        padding: 0px 20px 20px;
    }

    .hprodub-desc p {
        line-height: 21px;
        letter-spacing: 0.01rem;
    }

    .hprodu-box .btn-primary {
        margin: 16px auto 0;
        padding: 9px 20px;
    }

    .hprodu-acco {
        margin-top: 35px;
        border-radius: 20px;
    }

    .hprodu-acco .accordion-button::after {
        width: 16px;
        height: 16px;
        right: 19px;
    }

    .hwhy-box {
        grid-template-columns: auto;
        gap: 14px;
        padding: 23px;
    }

    .home-why .row+.row {
        row-gap: 25px;
    }

    .hwhyb-img {
        min-height: auto;
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hwhyb-img img,
    .hwhyb-img svg {
        max-width: 34px;
    }

    .hsteps-main {
        flex-direction: column;
    }

    .hsteps-card {
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    }

    .hsteps-card h3 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .hsteps-card p {
        font-size: 16px;
        line-height: 24px;
    }

    .hsteps-image-box {
        margin-top: 24px;
    }

    .hsteps-card .hsteps-image-box span {
        opacity: 1;
        position: absolute;
        bottom: 30px;
        left: 14px;
    }

    .hgall-main {
        padding: 30px 0px;
    }

    .home-testi {
        border-radius: 0px;
    }

    .hfaq-acco {
        margin-top: 16px;
    }

    .hfaq-acco .accordion-button {
        padding: 16px 15px;
        font-size: 17px;
        line-height: 22px;
    }

    .hfaq-acco .accordion-body {
        padding: 0px 15px 20px;
    }

    .hfaq-acco .accordion-button::after {
        width: 20px;
        height: 20px;
        padding-left: 25px;
    }

    .hfaq-acco .accordion-body p {
        font-size: 15px;
        line-height: 22px;
    }

    .f-logo {
        margin-bottom: 12px;
        max-width: 200px;
    }

    .f-info-desc {
        margin-bottom: 16px;
    }

    .f-social ul {
        margin-top: 20px;
    }

    .f-middle {
        padding: 35px 0px 25px;
    }

    .f-info ul li a {
        font-size: 15px;
        line-height: 23px;
    }

    .f-bottom .row {
        row-gap: 9px;
    }

    .fb-left {
        text-align: center;
    }

    .fb-right ul {
        justify-content: center;
    }

    .home-cta {
        padding: 30px 0px 30px;
        border-radius: 20px 20px 0px 0px;
    }

    .ctf-grid {
        gap: 13px;
        grid-template-columns: auto;
    }

    .home-servi .accordion-item+.accordion-item {
        margin-top: 16px;
    }

    .cta-form .btn-primary {
        font-size: 16px;
        line-height: 17px;
        padding: 14px;
        margin: auto;
    }
	.hetop-left p {
		font-size: 14px;
		line-height: 19px;
		margin-bottom: 6px;
	}
	.hetop-left {
		text-align: center;
	}
	.hetop-right ul li{
		margin-right: auto;
	}
	.header-margin {
		margin-top: 139px;
	}
	.inb-desc h1 {
		font-size: 28px;
		line-height: 36px;
	}
	.inb-desc p {
		font-size: 16px;
		line-height: 24px;
	}
	.inb-desc {
		max-width: 100%;
	}
	.inner-banner {
		min-height: 290px;
	}
	.prodpway-img img {
		width: 100%;
		border-radius: 10px;
	}
	.prodpway-main {
		padding: 0px 17px;
	}
	.prodpway-desc {
		margin: 20px 0 30px;
	}
	.prodpway-main::before {
		top: 90px;
		border-radius: 10px;
	}
	.prodpwig-back::before {
		background: rgba(0,0,0,0.6);
	}
	.prodpwig-desc {
		max-width: 100%;
	}
	.prodpwig-designation {
		margin-top: 20px;
	}
	.prodpwig-designation h3 {
		font-size: 20px;
		line-height: 24px;
	}
	.prodpwig-back img {
		object-position: center left;
	}
	.ctf-grid .forminator-ui {
		grid-template-columns: auto;
		gap: 20px;
	}
	.ctf-grid .btn-primary {
		padding: 14px 26px !important;
		max-width: fit-content !important;
  		margin: auto !important;
	}
	.blist-left .title h2 {
		font-size: 26px;
		line-height: 33px;
		margin-bottom: 9px;
	}
	.blog-listing, .blog-detail{
		margin-top: 173px;
	}
	.blde-top h1 {
		font-size: 22px;
		line-height: 34px;
	}
	.bldemt-other {
		grid-template-columns: 50px auto;
		gap: 11px;
		margin-bottom: 22px;
	}
	.bldemto-img img {
		max-width: 50px;
	}
	.blde-content h2 {
		font-size: 22px;
		line-height: 31px;
	}
	.blde-content p {
		font-size: 16px;
		line-height: 23px;
		margin-bottom: 22px;
	}
	.blde-content h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.blde-content ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.blde-written {
		padding: 25px 25px;
		display: block;
		text-align: center;
	}
	.bldewrit-img{
		margin-bottom: 14px;
	}
	.bldewrit-desc h3 b, .bldewrit-desc h3 strong {
		font-size: 20px;
		line-height: 29px;
	}
	.conble-bottom {
		padding: 20px 20px;
		margin-top: 20px;
	}
	.contact-banner {
		padding: 40px 0px;
	}
	.con-form{
	margin-top: 24px;
	}
	.mprodkey-grid ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.mprodkey-main {
		padding: 24px;
		border-radius: 15px;
	}
	.mprodkey-bottom h3 {
		font-size: 16px;
		line-height: 23px;
	}
	.bottom-btn .btn-primary {
		padding: 10px 30px;
	}
	.product-banner {
		padding: 30px 0px 40px;
	}
	.prban-desc span {
		line-height: 21px;
		padding: 6px 16px;
		margin-bottom: 10px;
	}
	.prban-desc h2 {
		font-size: 21px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	.prodebanri-main {
		gap: 30px;
		grid-template-columns: repeat(1, 1fr);
		text-align: center;
	}
	.prodebanrib-level p {
		font-size: 13px;
		line-height: 20px;
	}
	.prodebanrib-bottom h3 {
		font-size: 26px;
		line-height: 35px;
	}
	.prodebanrib-bottom b, .prodebanrib-bottom strong {
		font-size: 17px;
		line-height: 23px;
	}
	.prodebanrib-bottom h4 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 6px;
	}
	.prodebanrib-bottom p {
		font-size: 14px;
		line-height: 18px;
	}
	.mprodabin-main {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
	header .navbar-brand img {
		width: 190px;
	}
	.navbar-toggler {
		right: 5px;
	}
	.navbar-collapse {
		width: 100%;
	}
	button.close-btn {
		height: 37px;
		width: 37px;
	}
	.sub-menu .menu-item a, header .navbar .sub-menu .menu-item:last-child a {
		padding-left: 29px !important;
	}
    .login-link {right: 70px;}
}