@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*==================================================
  Global CSS Reset start here
  ==================================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

html {
    scroll-behavior: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

* {
    outline: none !important;
    text-decoration: none !important;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.32s ease-out;
    -moz-transition: all 0.32s ease-out;
    -o-transition: all 0.32s ease-out;
    transition: all 0.32s ease-out;
    outline: none !important;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #000;
}

img,
object,
iframe {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    font-weight: 700; color: #003049;
    font-family: "Geist", sans-serif;
}
b{ font-weight: 600;}
body {
    font-size: 18px;
    line-height: 1.9;
    overflow-x: hidden;
    color: #676767; font-weight: 400;
    font-family: "Poppins", sans-serif;
}

p {
    margin-bottom: 20px;
    color: #676767;
}

html {
    -webkit-text-size-adjust: 100%;
}

section {
    overflow: hidden;
}

a:hover {
    color: #1B9E77;
}

img,
a {
    display: block;
}

/*==================================================
  Global CSS Reset end here
  ==================================================*/
.container {
    max-width: 1244px;
}
.header {
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 99;    padding: 30px 0;
    background-color: #fff;
    transition: all 0.32s ease-out;
}
.header .mainmenu li a {
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    padding: 14px 0;
}
.header .mainmenu li a:hover {
    color: #1B9E77;
}
.header .mainmenu {
    display: flex;
    justify-content: flex-end;padding-right: 100px;
}
.header .mainmenu li {
    padding-left: 40px;
    position: relative;
}
.header .submenu {
    padding: 15px 0;
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 220px;
    background: #fff;
    z-index: 99;
    transition: all .3s ease-out 0s;
    visibility: hidden;
    opacity: 0;
    -ms-box-shadow: 0 20px 30px rgba(3, 6, 31, .2);
    -o-box-shadow: 0 20px 30px rgba(3, 6, 31, .2);
    box-shadow: 0 20px 30px rgba(3, 6, 31, .2);
    border: 1px solid hsla(0, 0%, 100%, .08);
    transform-origin: top;
    transform: perspective(300px) rotateX(-18deg); 
}

.header .row {
    align-items: center;
}

.header .mainmenu li:hover .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: perspective(300px) rotateX(0deg);
}

.header .mainmenu li .submenu li {
    padding: 0;
}

.header .mainmenu li .submenu li a {
    width: 100%;
    color: #777b83;
    letter-spacing: 0;
    padding: 5px 20px;
    font-weight: 500;
    display: block;
    font-size: 14px;
}
.inner_hrd { border-bottom: 1px solid #d9d9d9;}
header.header.header-sticky.sticky { border: 0;
    position: fixed;
    transform: translate(0, 0);
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fadeInDown;
    animation-play-state: running;
    animation-timing-function: ease;
    box-shadow: 0px 1px 2px 0px rgba(82, 53, 40, 0.16);
}
header.header.header-sticky.sticky {    padding: 12px 0;}
.header .mainmenu li a:hover {
    color: #1B9E77;
}

.header .mainmenu li .submenu li a:hover {
    color: #1B9E77;
}
.banner_content {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;flex-direction: column;
}
.banner_content h1 {
    font-size: 82px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1.1;    display:table;
}
.banner_content h1 span{ float: right; margin-right: 40px;}

.banner_sec {
    margin-top: 115px;
    width: 100%;
    position: relative; padding-top: 30px; margin-bottom: 120px;
}
.banner_content h1 i{ font-weight: 300; font-style: normal;}
.banner_content h1 b{ color: #1B9E77; font-weight: 700;}
.banner_content h1 abbr,
.banner_content p abbr {
    display: block;
}
.banner_content p {
    font-size: 22px;
    padding-bottom: 25px;
    width: 630px;
    display: table;
    max-width: 100%;
    margin: 0 auto;
}
.tpbs-btn{ padding-bottom: 20px;}
.tpbs-btn a {
    color: #fff;
    font-size: 14px;
    padding: 10px 34px;
    border-radius:50px;
    display: inline-block;
    font-weight: 500;
    transition: all .4s ease-in-out;
    background: #1B9E77;
    border: 1px solid transparent;
    text-align: center;
}

.tpbs-btn a:hover {
    background: transparent;
    color: #1B9E77;
    border-color: #1B9E77;
}
.tpbs-btn2 a{  background: transparent;
    color: #1B9E77;
    border-color: #1B9E77;}
    .tpbs-btn2 a:hover {
        background: #1B9E77;
        color: #fff;
        border-color: #1B9E77;
    }
.banner_sec .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -150px;
    position: absolute;
    width: 100%;
}
.mobile-menu {
    display: none;
}
.sign-btn a{ background-color: #003049; color: #FFFFFF; border-radius: 50px; 
     font-size: 14px; font-weight: 500; display: table;     padding: 10px 32px;}
     .sign-btn a:hover{ background: #1B9E77;}
.header .sign-btn { float: right;}
.home_sec9{width: 100%; display: flow-root; margin-bottom:30px;}
.home_sec9 p{ font-size: 18px; padding-bottom: 30px; text-align: center;}
.home_sec9 p abbr{ display: block;}
.home_sec9 .accordion{ width: 630px; max-width: 100%; margin: 0 auto;}
.home_sec9 .accordion-button.collapsed{ border: 0; font-size: 16px; font-weight: 400;}
.home_sec9 .accordion-button span{ border-bottom: 1px solid #CFCFCF;    width: 100%; position: relative;
    display: table; padding-bottom: 28px; padding-top: 28px;    padding-left: 20px;}
    .accordion-button span::before{ content: ""; background-color: #003049; width: 6px; height: 6px;
         border-radius: 50%; position: absolute;     top: 38px; left: 0;}
         .home_sec9 .accordion-button{font-size: 16px; color: #fff; padding:0 25px 25px; border-radius: 10px !important; background-color: #014037; cursor: pointer;    box-shadow: initial;
            border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important;}
         .home_sec9 .accordion-item{ border: 0; background: none !important;    --bs-accordion-btn-padding-x: 0;
            --bs-accordion-btn-padding-y: 0;    box-shadow: initial;}
         .home_sec9 .accordion-button::after{ display: none;}
         .home_sec9 .accordion-button.collapsed span::after{content: ""; background-image: url(../images/vector-plus.svg); position: absolute;
right: 0; width: 21px; height: 21px; }
.home_sec9 .accordion-button span::after{content: ""; background-image: url(../images/ellipse25.svg); position: absolute;
    right: 0; width: 20px; height: 20px; }
    .home_sec9 .accordion-button span{ border-color: #fff;}
    .home_sec9 .accordion-button span::before{background-color: #fff;}
    .home_sec9 .accordion-collapse.collapse{background-color: #014037; border-radius: 10px;    border-top-left-radius: 0; border-top-right-radius: 0;}
    .home_sec9 .accordion-collapse p{  font-size: 18px; color: #fff; text-align: left; padding-bottom:20px; margin: 0; }
    .home_sec9 .accordion-body{    padding: 0 45px;    background-color: #014037;border-radius: 10px;    border-top-left-radius: 0; border-top-right-radius: 0;}
    .home_sec9 .accordion-button.collapsed span{    border-bottom: 1px solid #CFCFCF;}
    .home_sec9 .accordion-button.collapsed span::before{background-color: #003049;}
    .home_sec9 .accordion-button.collapsed{ padding: 0 25px; background-color: #fff; border-radius: 0px; color: #003049; }
footer{ width: 100%; display: flow-root;}
footer .row{align-items: center; justify-content: space-between;}
footer ul { display: flex;    justify-content: flex-end;}
footer ul li a{ display: block; color: #3C4959; font-size: 16px;}
footer ul li{ margin-left: 40px;}
.bottom-ftr{ width: 100%; display: flow-root; border-top: 2px solid #003049; margin-top: 20px; padding-top: 30px; padding-bottom: 30px;}
.bottom-ftr ol{display: flex;    justify-content: flex-end;}
.bottom-ftr ol li{ margin-left: 30px;}
.bottom-ftr p{ font-size: 14px; margin: 0;}
.banner_content_bottom ul li{ width: 257px; margin-right: 34px; max-width: 100%; float: left;}
.colm1_bottom { height: 361px; background: #E3DDED; width: 100%; border-radius: 40px; padding:50px 25px 40px; position: relative;}
.banner_arrow{ margin-bottom: 20px;}
.colm1_bottom h5{ font-size: 24px; font-weight: 500;     line-height: 34px;}
.banner_arrow2 { position: absolute;bottom: 0;right: 0;}
.colm1_bottom h5 span{ display: block;}
.colm2_bottom { height: 260px; background: #F0DEBB; width: 100%; border-radius: 40px; padding:80px 20px 28px; position: relative;display: flex;flex-direction: column;justify-content: space-between;}
.banner_content_bottom ul li:nth-child(2){ width: 168px;}
.colm2_bottom h5{ font-size: 20px; font-weight: 600; line-height:28px;}
.colm2_bottom h6{ font-size: 18px; font-weight: 700; text-align: right; line-height: 20px;}
.colm2_bottom h6 span{ display: block; font-weight: 400; font-size: 8px;}
.banner_content_bottom ul li:nth-child(3){ width:234px;}
.colm3_bottom{ border-radius: 40px; overflow: hidden; display: block; }
.banner_content_bottom ul li:nth-child(4){ width: 168px;}
.colm4_bottom{height: 260px; background: #DBF0A3; width: 100%; border-radius: 40px; padding:50px 20px 28px; position: relative;}
.colm4_bottom h5{font-size: 20px; font-weight: 600; line-height:28px;}
.colm4_bottom h5 span{ font-size: 16px; font-weight: 400; display: block; line-height: 22px;} 
.banner_content_bottom ul li:nth-child(5){ margin-right: 0;}
.banner_content_bottom ul {display: flex; flex-wrap: wrap; align-items: flex-end;    margin-top: -157px;}
.home_sec1{ width: 100%; background-color: #014037; padding: 100px 0; display: flow-root; margin-bottom: 120px;}
.home_sec1 abbr{ color: #fff; font-size: 16px;}
.home_sec1 h2{ color: #fff; font-size: 38px; font-weight: 600;line-height: 60px; padding-bottom: 25px;}
.home_sec1 p{ color: #fff; font-size: 28px; padding-bottom: 5px;  font-family: "Geist", sans-serif; font-weight: 400;}
.home_sec1 p:last-child{ padding-bottom: 0; margin-bottom: 0;}
.home_sec2{ width: 100%; background-color: #014037; padding: 100px 0; display: flow-root; margin-bottom: 120px;}
.h2_hedding{ margin-bottom: 40px;    line-height: 58px;font-size: 48px; font-weight: 700;text-align: center;}
.h2_hedding abbr{ line-height: 1.5; display: block; font-size: 16px; color: #1B9E77; font-weight: 400; padding-bottom: 10px;}
.h2_hedding span{ display: block;}
.home_sec3{ width: 100%; display: flow-root; margin-bottom: 120px;}
.home_sec2_box { border-radius: 30px; padding: 40px; background: #fff;box-shadow: 0 0 6px rgb(1 64 55 / 20%); height: 100%;    transition: all 0.32s ease-out;}
.home_sec2_box h3{ font-size: 42px; font-weight: 300; color: #1B9E77; line-height: 50px; padding-bottom: 15px;transition: all 0.32s ease-out;}
.home_sec2_box h3 span{ display: block;}
.home_sec2_box p{ font-size: 22px; min-height: 112.17px;transition: all 0.32s ease-out;}
.home_sec2_box p span{ display: block;}
.arrow-colm { display: flex;flex-direction: column; flex-wrap: wrap;align-items: flex-end;}
.home_sec3 .row{ margin: 0 -23px;}
.home_sec3 .col-md-4 { padding: 0 23px;}
.home_sec2_box:hover{ background-color: #1B9E77;}
.home_sec2_box:hover h3, .home_sec2_box:hover p{ color: #fff;}
.none-d{ display: none;}
.home_sec2_box:hover .block-d{ display: none;}
.home_sec2_box:hover .none-d{ display:block;}
.home_sec4_img{ margin-bottom: 15px; display: flow-root; border-radius: 20px; overflow: hidden;}
.home_sec4_img img{ width: 100%;border-radius: 20px;transition: all 0.32s ease-out;}
.home_sec4_img:hover img{ transform: scale(1.1);}
.home_sec4_box{ border-radius: 20px; display: flow-root; border: 1px solid #E5E7EB; height: 100%;    transition: all 0.32s ease-out;} 
.home_sec4_box h4{ min-height: 61.51px; color: #003049; font-size: 22px; font-weight: 500;line-height: 1.4;}
.sec4_content{ padding: 20px; padding-top: 0;}
.sec4_content .arrow-colm {margin-top: -21px;}
.home_sec4 .row{ margin: 0 -19px;}
.home_sec4 .col-md-3 { padding: 0 19px; margin-bottom: 38px;}
.home_sec4_box h4 span{ display: block;}
.home_sec4_box:hover{box-shadow: 0 8px 6px -6px rgb(1 64 55 / 20%);}
.home_sec4{ display: flow-root; width: 100%; margin-bottom: 82px;}
.home_sec5 { display: flow-root; width: 100%; margin-bottom: 120px; padding-top: 90px;}
.home_sec5 h2{ text-align: left;}
.home_sec5 input{ margin-bottom: 20px; font-size: 16px; border: 1px solid #1B9E77; background-color: #fff; padding: 13px 25px; width: 100%; color: #676767;}
.home_sec5 textarea{ margin-bottom: 40px; font-size: 16px; border: 1px solid #1B9E77; background-color: #fff; padding: 13px 25px; width: 100%; color: #676767; min-height: 164px;    display: block;}
.home_sec5 button{ border: 1px solid #1B9E77; background: #1B9E77; padding:13px 39px; text-align: center;
text-transform: uppercase; font-size: 16px; font-weight:600;    font-family: "Geist", sans-serif; color: #fff; letter-spacing: 1px;transition: all 0.32s ease-out;}
.home_sec5 button:hover{ background: #FFFFFF; color: #1B9E77;}
.contact_box{ border-radius: 30px; background: #002336; position: relative; padding: 50px 45px;
     width: 100%; min-height: 488px;}
     .contact_box ul li{ position: relative; padding-left: 60px; padding-bottom: 30px;}
     .contact_box ul li span{ position: absolute; left: 0;    min-width: 41px;}
     .contact_box ul li h6{ font-size: 20px; font-weight: 600; color: #fff; font-family: "Geist", sans-serif;}
     .contact_box ul li h6 abbr{ display: block; padding-top: 8px; color: #B2BDC2; font-size: 14px; font-weight: 400; line-height: 1.7;}
     .contact_box ul li span img{ margin: 0 auto;}
.motif-contact{ position: absolute; bottom: 0; left: 0;}
.inner_page{ padding-top:85px; width: 100%; display:flow-root; margin-top: 116px;}
.inner_page h2{ font-size: 68px; font-weight: 700; padding-bottom: 10px;    line-height: 1.2;}
.inner_page h3{ font-size: 42px; font-weight: 300; padding-bottom: 40px;}
.inner_page h3 span{ display: block; font-size: 22px; line-height: 1.7; color: #676767; font-weight: 400;
    font-family: "Poppins", sans-serif; padding-top: 10px;}
    .inner_page h5{ font-size: 24px; color: #676767; font-weight: 400; line-height: 1.8;font-family: "Poppins", sans-serif; width: 95%; padding-bottom: 35px;}
.inner_page h4{ font-size: 36px; line-height: 1.5; padding-bottom: 30px; font-weight: 300;}
.inner_page h6{ font-size: 28px; font-weight: 400; padding-bottom: 30px; line-height: 1.5;}
.inner_page .home_sec4_box h4{font-size: 22px; padding-bottom: 0;font-weight: 500;line-height: 1.4;}
.home_sec4_box h4 a{    color: #003049;}
.inner_details h2{ padding-bottom: 30px;}
.img-deatils{margin-bottom: 35px; display: flow-root; width: 100%;}
.img-deatils img{ width: 100%;}
.inner_details h4{ font-weight: 400; font-size: 34px; padding-bottom: 20px;}
.inner_details h5{ padding-bottom:20px; width: 100%;}
.inner_page p a{ display: inline; font-weight: 600;    color: #1B9E77;}
.table tr td a{ display: inline; font-weight: 600;    color: #1B9E77;}
.table tr th {
    background: #003049;
    color: #fff;
    padding: 14px 30px;
    font-weight: 700;
    font-size: 20px;
    border-left: 1px solid #1f668b;
}
.table tr th:first-child{ border-left: 0;}
.table tr td:first-child{ border-left: 0;}
.table tr td {
    padding: 18px 30px;color: #676767;font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 18px;
    border-left: 1px solid #1852703d; border-bottom: 1px solid #1852703d;}
    .list li:before {
        width: 16px;
        height: 16px;
        background-image: url(../images/check-solid.svg);
        position: absolute;
        left: 0;
        top: 9px;
        content: "";
    }
    .list li {
        padding-left: 30px;
        margin-bottom: 18px;
        position: relative;
        display: block;
        font-weight: 400;
        font-size: 18px;
    }
    .list{ padding-bottom: 12px;}
    .list li a{ display: inline; font-weight: 600;    color: #1B9E77;}





@media only screen and (max-width: 1400px) {
    .content-name{ width: 258px;}

}






















@media only screen and (max-width: 767px) {
    .header .mainmenu, .header .sign-btn {
        display: none;
    }
.header .col-md-2 img{ width: 80px;}
    .mobile-menu {
        display: block;position: relative;
        z-index: 999;
    }
    header.header.header-sticky.sticky{ position: fixed;        border-bottom: 1px solid #e1e1e1;}
    .mobile-icon {
        top: 23px;
        position: fixed;
        right: 12px;
        width: auto;
    }

 .navbar-collapse {
        background: #fff;
        box-shadow: -5px 0 20px -5px rgba(0, 0, 0, .5);
        width: 370px;
        max-width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        right: 0;
        overflow: auto;
        padding:20px 20px;
        z-index: 1;
        margin-right: -470px;
        transition: all 0.32s ease-out;
    }

    .navbarResponsive2 {
        margin-right: -470px;
    }

  .navbarResponsive2.navbaropen {
        margin-right: 0;
    }

    .navbarResponsive2 ul li a {
        color: #141515;
        padding-bottom: 10px;
        display: table;
        width: 100%;
        padding-top: 10px;
        font-size: 14px;
        width: 100%;
        font-weight: 400;
        border-bottom: 1px solid #ebebeb;
        position: relative;
        line-height: 1.5;
    }

    .mobile_nav_icon-close {
        position: absolute;
        right: 30px;
        width: 30px;
    }

    .mobile_nav_icon-close {
        position: absolute;
        right: 20px;
        cursor: pointer;
        width: 52px;
        height: 52px;
        z-index: 2;
        background: #c4932c;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .navbarResponsive-main {
        padding-top:30px;
    }

    .header {
        z-index: 99; top: 0;
        padding: 8px 0;
    }
    .header .row{    border-radius: 0;margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));    background-color: initial;}

    .mobile-icon .mobile_nav_icon {
        width: 52px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #d9dde8;
        height: 52px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mobile-icon .mobile_nav_icon:hover {
        background: #c4932c;
        border-color: #c4932c;
    }

    .mobile-icon .mobile_nav_icon:hover img {
        filter: brightness(100);
    }

    .banner_sec {
        margin-top: 53px;margin-bottom: 60px;
    }

    .mobile_nav_icon-close img {
        filter: brightness(100);
    }
    .banner_sec .row{    flex-direction: column-reverse;}
.banner_content { padding-top: 30px;}
    .navbarResponsive-main .accordion-item h5 a {
        color: #141515;
        padding-bottom: 10px;
        display: table;
        width: 100%;
        padding-top: 10px;
        font-size: 14px;
        width: 100%;
        font-weight: 400;
        border-bottom: 1px solid #ebebeb;
        position: relative;
        line-height: 1.5;
    }

    .navbarResponsive-main .accordion-item h5 abbr {
        position: absolute; cursor: pointer;
        top: 0;
        right: 0;
        height: 42px;
    width: 52px;
    border-left: 1px solid #ebebeb;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;text-align: center;
    }

    .navbarResponsive-main .accordion-item h5 {
        position: relative;
    }
    .navbarResponsive-main .accordion-item h5 abbr.collapsed:before {
        content: "";
        background-image: url(../images/plus-solid.svg); width: 11px; height: 11px;
        transition: all 0.32s ease-out; background-size: cover;position: absolute;
    }
    .navbarResponsive-main .accordion-item h5 abbr:before {
        content: "";
        background-image: url(../images/minus-solid.svg); width: 11px; height: 11px;
        transition: all 0.32s ease-out; background-size: cover;position: absolute;
    }
    .navbarResponsive2 .accordion-body ul li a {
        padding-left: 20px;
        font-size: 13px;
        background-color: #f1f1f14a;
    }
    .hrd_mobile {
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e9ee;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .banner_sec .owl-carousel .owl-item img {    min-height: 500px; object-fit: cover;}
    .banner_content p abbr{ display:inline;}
    .banner_content p { font-size: 18px; line-height: 1.5;}
    .banner_content h1 {
        font-size: 48px;
        padding-bottom: 15px;
        line-height: 1.1;
    }

    .home_sec1{    padding: 40px 15px 20px; margin-bottom: 60px;}
    .home_sec1_content {margin-bottom: 20px;height: initial;}
   .home_sec2{    padding: 0;
    margin-bottom: 60px;}
    .home_sec2 h2 abbr i {
        padding-left: 0;}
        .home_sec2 h2 abbr {
            display:inline;}
            .input-sec2 button{padding: 15px 20px;}
            .home_sec2 .row{    flex-direction: column-reverse;}
            .home_sec2 h2 {font-size: 36px; padding-top: 20px;}
            .home_sec2 p abbr, .home_sec3 h2 abbr, .home_sec4 h2 abbr {
                display: inline;
            }
            .home_sec2 p {
                font-size: 16px;
                padding-bottom: 0;
            }
            .home_sec3 {    margin-bottom: 60px;
                padding: 40px 20px;}
                .home_sec3 h2{font-size: 36px; padding-top: 20px;}
                .home_sec3 h2 abbr i {
                    float: none;
                    margin-right: 0;
                    margin-top: 0;
                    display: block;
                }
                .home_sec3 p, .home_sec3 ul li, .home_sec4 p, .home_sec5 p {
                    font-size: 16px;
                }
                .home_sec3 p abbr, .home_sec4 p abbr, .home_sec5 p abbr{ display: inline;}
                .home_sec3 .ps-5 {    padding-left: calc(var(--bs-gutter-x)* .5) !important;}
                .home_sec4 {
                    padding: 0;
                    margin-bottom: 60px;
                }
                .home_sec4 h2{font-size: 36px; padding-top: 20px;}
                .home_sec4 .row{ flex-direction: column-reverse;}
                .home_sec4 h2 abbr i {
                    margin-left: 0;}
                    .home_sec4 .ps-5{    padding-left: calc(var(--bs-gutter-x)* .5) !important;}
                    .home_sec5 {
                        padding-bottom: 60px;}
                        .home_sec5 h2 abbr {
                            display: inline;}
                            .home_sec5 h2 {
                                font-size: 36px;}
                                .home_sec5 h2 abbr i {
                                    margin-left: 0;}
                                    .home_sec5 p{    padding-bottom: 10px;}
.home_sec6{padding: 40px 0;    margin-bottom: 60px;}
.home_sec6 h2 {padding-right: calc(var(--bs-gutter-x)* .5);
    font-size: 36px;}
    .home_sec6 h2 i {
        margin-left: 0;}
        .home_sec6 .container{    padding-left: calc(var(--bs-gutter-x)* .5);}
        .item-content{ display: table;}
        .home_sec6 p {
            font-size: 16px;padding-right: calc(var(--bs-gutter-x)* .5);
            padding-bottom: 20px;}
            .home_sec6 p abbr {
                display: inline;
            }
.home_sec7{margin-bottom: 60px;}
.home_sec7 h2{padding-right: calc(var(--bs-gutter-x)* .5);
    font-size: 36px;}
    .home_sec7 .container{    padding-left: calc(var(--bs-gutter-x)* .5);}
    .home_sec7 p {
        font-size: 16px;padding-right: calc(var(--bs-gutter-x)* .5);
        padding-bottom: 0px;}
        .home_sec7 p abbr {
            display: inline;
        }
        .content-sec7 h5 {
            font-size: 21px;}
            .home_sec7 h2 i img {
                float: none;
                margin-right: auto;
                margin: 0 auto;
            }
            .home_sec8{    margin-bottom: 60px;}
            .home_sec8 h2 { font-size: 36px;}
            .home_sec8 p {
                font-size: 16px;}
                .row-sec8 .tpbs-btn {
                    float: none;
                    margin-top: 20px;
                }
                .home_sec8 p abbr {
                    display: inline;
                }
                .home_sec9{margin-bottom: 60px;}
                .home_sec9 h2{    font-size: 36px;}
                .home_sec9 p {
                    font-size: 16px;
                    padding-bottom: 10px;}
                    .home_sec9 p abbr {
                        display: inline;
                    }
                    .home_sec9 .accordion-collapse p {
                        font-size: 16px;}
                        .home_sec8 .tpbs-btn-sec8{ padding-top: 0;}
                        .row-sec8{    margin-bottom: 30px;}
                        .home_sec10{    margin: 0 auto 60px;    padding: 30px;}
                        .home_sec10 h2 {
                            font-size: 30px; padding-top: 20px;
                            padding-bottom: 20px;}
                            .home_sec10 p {
                                color: #fff;
                                font-size: 16px; padding-bottom: 0;
                            }
                            .home_sec10 h2 abbr,  .home_sec10 p abbr{ display: inline;}
                            .home_sec10 .row {
                                flex-direction: column-reverse;
                            }
                            footer {
                                text-align: center;
                            }
                            footer .row .col-12.col-md-3 a {
                                display: table;
                                margin: 0 auto 20px;
                            }
                            
                            .bottom-ftr ol {
                                display: flex;
                                justify-content: center;
                                padding-top: 20px;
                            }
                            footer ul {
                                display: flex
                            ;
                                justify-content: center;
                                flex-wrap: wrap;
                            }
                            footer ul li { margin: 0 20px;}
                            .bottom-ftr ol li{ margin: 0 10px;}
}
