/* .................. start global style .................. */

@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap');
:root {
    --c_primary: #145B78;
    --c_secondary: #46ACD6;
    --c_success: #06AC16;
    --c_black: #000000;
    --c_dark: #093445;
    --c_dark_2: rgba(9, 52, 69, 0.8);
    /* #093445 */
    --c_gray: rgba(0, 0, 0, 0.69);
    --c_blue: #013CA6;
    --c_pink: #B7209F;
    --c_white: #ffffff;
    --bg_primary: rgba(70, 171, 214, 0.1);
    --bg_secondary: rgba(20, 91, 120, 0.05);
    --bg_white: #ffffff;
    --ff_Quattrocento: 'Quattrocento', serif;
}

body {
    font-family: var(--ff_Quattrocento);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 145%;
    font-weight: 700;
}

a {
    color: var(--c_primary);
}

.c_primary {
    color: var(--c_primary)
}

.c_secondary {
    color: var(--c_secondary)
}

.c_success {
    color: var(--c_success)
}

.c_black {
    color: var(--c_black)
}

.c_dark {
    color: var(--c_dark)
}

.c_dark_2 {
    color: var(--c_dark_2)
}

.c_gray {
    color: var(--c_gray)
}

.c_blue {
    color: var(--c_blue)
}

.c_pink {
    color: var(--c_pink)
}

.c_white {
    color: var(--c_white)
}

.bg_primary {
    background-color: var(--bg_primary)
}

.bg_secondary {
    background-color: var(--bg_secondary)
}

.bg_white {
    background-color: var(--bg_white)
}


/*  */

.sec_title {
    font-size: 31px;
    line-height: 1.0968em;
    letter-spacing: 0.03em;
    text-transform: capitalize;
}

.sec_title_lg {
    font-size: 35px;
    line-height: 1.2571em;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.sec_title_md {
    font-size: 28px;
    line-height: 1.2143em;
    letter-spacing: 0.03em;
}

.title_sm {
    font-size: 18px;
    line-height: 145%;
}

.fs_xxl {
    font-size: 27px;
    line-height: 145%;
}

.fs_xl {
    font-size: 24px;
    line-height: 145%;
}

.fs_lg {
    font-size: 22px;
    line-height: 145%;
}

.fs_md {
    font-size: 20px;
    line-height: 145%;
}

.fs_def {
    font-size: 16px;
    line-height: 145%;
}

.fs_sm {
    font-size: 14px;
    line-height: 145%;
}

.fw_reg {
    font-weight: 400;
}

.fw_bold {
    font-weight: 700;
}

.rounded_sm {
    border-radius: 10px;
}

.rounded_lg {
    border-radius: 24px;
}


/* .................. end global style .................. */


/*  header section  */

.header_sec {
    padding: 30px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.header_sec_logo {
    height: 41px;
}

.header_navLinkArea {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}

.header_navLinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_navItem {
    margin-left: 48px;
}

.header_navLink {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #203E62;
    display: inline-block;
    padding: 10px;
    min-width: 200px;
    text-align: center;
}

.header_navLink:hover {
    color: var(--c_secondary);
    background-color: var(--bg_primary);
}

.menu_toggleBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    min-width: 40px;
}

.menu_toggleBtn span {
    height: 3px;
    margin: 3px 0px;
    display: block;
    background: var(--c_primary);
    border-radius: 3px;
    min-height: 3px;
    width: 100%;
}


/* start hero section */

.main_sec {}

.hero_sec {
    background-image: url("../img/banner_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px 0px 87px 0px
}

.hero_secContent {
    border-radius: 19px;
    background: rgba(212, 212, 212, 0.3);
    padding: 84px 120px 54px 120px;
}

.pg_title {
    line-height: 1.5484em;
    letter-spacing: 0.01em;
    padding: 0px 100px;
    background: url("../icons/Star.svg"), url("../icons/Star.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: 33px 20px, top 24px right 33px;
    margin-bottom: 24px;
}


/* section 2 */

.sec_2 {
    padding: 122px 0px 182px 0px;
    background-image: url("../img/sec_2_bg.png");
    background-repeat: no-repeat;
    background-position: left center;
}

.sec_2_content {}

.sec_2_title {
    margin-bottom: 60px;
}

.title_leftBorder {
    border-left: 2px solid;
    padding-left: 50px;
}

.list_lg {
    line-height: 1.5455em;
    letter-spacing: 0.03em;
}


/* section 3 */

.sec_3 {
    margin-bottom: 116px;
}

.sec_3_content {
    background-image: url("../img/sec_3_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 52px 0px 116px 0px;
}

.def_secHeader {
    max-width: 754px;
    margin-left: auto;
    margin-right: auto;
}

.sec_3_header {
    margin-bottom: 90px;
}

.sec_3_title {
    margin-bottom: 0.5714em;
}

.sec_3_cardLogo {
    height: 35px;
}

.sec_3_cardHeader,
.sec_3_cardImg {
    margin-bottom: 39px;
}

.sec_3_cardImg {
    display: block;
}


/* section 4 */

.sec_4 {
    padding: 107px 0px 40px 0px;
    background-color: var(--bg_primary);
    background-image: url("../img/Shape.svg"), url("../img/Leaf.svg");
    background-repeat: no-repeat;
    background-position: 0px 43px, right 0px top 0px;
}

.sec_4_header {
    margin-bottom: 114px;
}

.sec_4_headerImg {
    margin-bottom: 43px;
}

.sec_4_item {
    margin-bottom: 120px;
    padding: 49px;
}

.card_title {
    font-size: 39px;
    line-height: 145%;
}

.sec_4_cardTitle {
    margin-bottom: 32px;
}

.sec_4_itemImgBox {}


/* section 5 */

.sec_5 {
    padding-top: 145px;
}


/* section 6 */

.sec_6 {
    padding-top: 120px;
}

.sec_6_container {
    padding: 100px 50px;
    background: -o-linear-gradient(225deg, #304284, #3083a7);
    background: linear-gradient(225deg, #304284, #3083a7);
}

.sec_6_imgBox {}

.sec_6_content {}


/* section 7 */

.sec_7 {
    padding-top: 163px;
}

.sec_7_container {
    padding: 88px 0px 120px 0px;
    background-image: url("../img/sec_7_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_7_item {
    margin-bottom: 159px;
}

.sec_7_itemImgBox {}

.sec_7_itemContent {
    max-width: 490px;
}

.sec_7_itemValue {}

.item_perValue {
    font-size: 66px;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 13px;
}

.sec_7_lastContent {
    max-width: 870px;
}

.inline_icon {
    height: 1em;
    vertical-align: middle;
}


/* section 8 */

.sec_8 {
    padding-top: 64px;
}

.sec_8_container {
    padding: 80px 110px;
    background-image: url("../img/sec_8_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.sec_8_title {
    line-height: 152%;
}

.sec_8_btn {
    font-size: 26px;
    line-height: 145%;
    padding: 0.6154em 2.4615em;
}


/* section 9 */

.slider_sec {
    padding-top: 64px;
}

.sliderSec_container {
    padding: 90px 0px;
}

.sliderSec_header {
    margin-bottom: 64px;
    max-width: 948px;
    padding-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.sliderHeader_iconBox {
    padding-right: 52px;
}

.sliderHeader_icon {
    width: 52px;
}

.sliderHeader_title {
    padding-left: 52px;
    border-left: 2px solid;
}

.slider_container {
    padding-left: 48px;
}

.def_slider .owl-stage {
    padding-left: 0px !important;
}

.def_slider .owl-nav {
    position: absolute;
    top: -106px;
    right: 34px;
}

.def_slider .owl-prev {
    margin-right: 16px;
}

.def_slider .owl-prev.disabled,
.def_slider .owl-next.disabled {
    opacity: 0;
    pointer-events: none;
}

.sec_9 {}

.sec_9_container {}

.sec_9_header {}


/* section 10 */

.sec_10 {
    margin-bottom: 170px;
}

.slider_container_2 {
    padding-right: 48px;
}

.res_container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.res_iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.sec_10 .def_slider .owl-nav {
    right: 0px;
}


/* section 11 */

.sec_11 {
    padding: 107px 0px 40px 0px;
    background-image: url("../img/Shape.svg"), url("../img/Leaf.svg"), url("../img/sec_11_bg.jpg");
    background-repeat: no-repeat;
    background-position: 0px 43px, right 0px top 0px, center;
    background-size: auto, auto, cover;
}

.sec_11_header {
    margin-bottom: 116px;
}

.sec_11_headerImg {
    height: 72px;
    margin-bottom: 42px;
}

.sec_11_item {
    margin-bottom: 80px;
    padding: 48px 36px;
    max-width: 924px;
}

.sec_11_items .sec_11_item:nth-child(2n) {
    margin-left: auto;
}

.sec_11_itemImgBox {}

.sec_11_itemContent {}

.sec_11_cardTitle {
    margin-bottom: 24px;
}


/* section 12 */

.sec_12 {
    padding: 120px 0px 160px 0px;
}

.sec_12_header {
    max-width: 526px;
    margin-bottom: 62px;
}

.sec_12_content {
    padding: 98px 65px;
    margin-bottom: 40px;
}

.sec_12_card {
    max-width: 360px;
    margin: auto;
    text-align: center;
}

.sec_12_cardIcon {
    height: 67px;
    margin-bottom: 30px;
}

.sec_12_cardTitle {
    margin-bottom: 24px;
}

.sec_12_cardDivider {
    width: 1px;
    height: 90%;
    border-left: 1px solid var(--c_primary);
    margin: auto;
}

@media (min-width:1200px) {
    .container_xxl {
        max-width: 1280px;
    }
    .container_xl {
        max-width: 1230px;
    }
    .container_md {
        max-width: 1140px;
    }
    .container_def {
        max-width: 1070px;
    }
    .container_sm {
        max-width: 1060px;
    }
    .menu_toggleBtn,
    .nav_backDrop,
    .menu_clsBtn {
        display: none;
    }
}

@media(min-width:1400px) {
    .container_xxl {
        max-width: 1440px;
    }
    .container_xl {
        max-width: 1378px;
    }
    .container_md {
        max-width: 1278px;
    }
    .container_def {
        max-width: 1208px;
    }
    .container_sm {
        max-width: 1180px;
    }
}

@media (max-width:1399.98px) {
    .header_sec {
        padding: 24px 0px;
    }
    .header_sec_logo {
        height: 36px;
    }
    .header_navItem {
        margin-left: 24px;
    }
    .hero_sec {
        padding: 75px 0px;
    }
    .hero_secContent {
        padding: 64px 120px 64px 120px;
    }
    .sec_2 {
        padding: 106px 0px 140px 0px;
        background-size: 20%;
    }
    .sec_title {
        font-size: 28px;
    }
    .title_leftBorder {
        padding-left: 36px;
    }
    .fs_lg {
        font-size: 19px;
    }
    .def_secHeader {
        max-width: 650px;
    }
    .sec_title_lg {
        font-size: 30px;
    }
    .sec_3 {
        margin-bottom: 100px;
    }
    .sec_3_header {
        margin-bottom: 76px;
    }
    .sec_3_cardLogo {
        height: 30px;
    }
    .fs_md {
        font-size: 18px;
    }
    .sec_3_content {
        padding: 52px 0px 106px 0px;
    }
    .sec_4 {
        padding: 96px 0px 30px 0px;
    }
    .sec_4_header {
        margin-bottom: 106px;
    }
    .sec_4_headerImg {
        height: 36px;
        margin-bottom: 36px;
    }
    .sec_4_item {
        margin-bottom: 90px;
        padding: 42px;
    }
    .card_title {
        font-size: 35px;
    }
    .sec_6_container {
        padding: 80px 46px;
    }
    .sec_title_md {
        font-size: 24px;
    }
    .sec_7 {
        padding-top: 140px;
    }
    .sec_7_container {
        padding: 80px 0px 120px 0px;
    }
    .item_perValue {
        font-size: 60px;
    }
    .fs_xl {
        font-size: 22px;
    }
    .sec_7_item {
        margin-bottom: 125px;
    }
    .sec_7_lastContent {
        max-width: 780px;
    }
    .fs_xxl {
        font-size: 24px;
    }
    .sec_8_btn {
        font-size: 24px;
    }
    .sliderSec_container {
        padding: 70px 0px;
    }
    .sliderHeader_iconBox {
        padding-right: 40px;
    }
    .sliderHeader_title {
        padding-left: 46px;
    }
    .sliderSec_header {
        margin-bottom: 56px;
        max-width: 830px;
    }
    .def_slider .owl-nav img {
        height: 30px;
    }
    .sec_10 {
        margin-bottom: 140px;
    }
    .sec_11 {
        padding: 95px 0px 40px 0px;
    }
    .sec_11_header {
        margin-bottom: 100px;
    }
    .sec_11_item {
        margin-bottom: 64px;
        padding: 36px 36px;
        max-width: 840px;
    }
    .sec_12 {
        padding: 110px 0px 120px 0px;
    }
    .sec_12_header {
        max-width: 500px;
        margin-bottom: 52px;
    }
    .sec_12_content {
        padding: 80px 64px;
    }
    .sec_12_cardIcon {
        height: 60px;
        margin-bottom: 28px;
    }
    .sec_12_card {
        max-width: 310px;
    }
    .fs_def {
        font-size: 15px;
    }
}

@media (max-width:1199.98px) {
    .header_navLinkArea {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        width: 100%;
        overflow: hidden;
    }
    .header_navLinkArea.active {
        visibility: visible;
        opacity: 1;
    }
    .nav_backDrop {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: #000000a8;
        z-index: 2;
        opacity: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .header_navLinkArea.active .nav_backDrop {
        opacity: 1;
    }
    .header_navLinksBox {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background: var(--bg_white);
        right: 0px;
        padding: 30px 20px;
        z-index: 3;
        -webkit-transform: translateX(110%);
        -ms-transform: translateX(110%);
        transform: translateX(110%);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        width: 300px;
    }
    .header_navLinkArea.active .header_navLinksBox {
        -webkit-transform: translateX(0%);
            -ms-transform: translateX(0%);
                transform: translateX(0%);
    }
    .menu_clsBtn {
        width: 45px;
        height: 45px;
        border: none;
        border-radius: 50%;
        margin-bottom: 20px;
        margin-left: auto;
        display: block;
        position: relative;
        background: #c2c2c236;
    }
    .menu_clsBtn:hover {
        background: #42424236;
    }
    .menu_clsBtn:before,
    .menu_clsBtn:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 60%;
        height: 3px;
        background: #000;
        left: 0px;
        top: 50%;
        border-radius: 3px;
    }
    .menu_clsBtn:before {
        -webkit-transform: rotate(45deg) translate(5px, -8px);
        -ms-transform: rotate(45deg) translate(5px, -8px);
        transform: rotate(45deg) translate(5px, -8px);
    }
    .menu_clsBtn:after {
        -webkit-transform: rotate(-45deg) translate(8px, 5px);
        -ms-transform: rotate(-45deg) translate(8px, 5px);
        transform: rotate(-45deg) translate(8px, 5px);
    }
    .header_navLinks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header_navLinks .header_navItem {
        margin-bottom: 30px;
        margin-right: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }
    .header_navLink {
        width: 100%;
    }
    .hero_secContent {
        padding: 64px 86px;
    }
    .sec_2_title {
        margin-bottom: 28px;
    }
    .sec_3_content {
        padding: 50px 24px;
    }
    .card_title {
        font-size: 32px;
    }
    .sec_4_cardTitle {
        margin-bottom: 22px;
    }
    .sec_title_md {
        font-size: 22px;
    }
    .sec_7_container {
        padding: 60px 20px;
    }
    .item_perValue {
        font-size: 52px;
    }
    .sec_title_lg {
        font-size: 28px;
    }
    .sec_8_container {
        padding: 60px 90px;
    }
    .sec_8_btn {
        font-size: 20px;
    }
    .sliderSec_container {
        padding: 60px 0px;
    }
    .sliderSec_header {
        margin-bottom: 56px;
        max-width: 700px;
        padding-left: 32px;
    }
    .slider_container {
        padding-left: 32px;
    }
    .slider_container_2 {
        padding-right: 32px;
    }
    .sliderHeader_iconBox {
        padding-right: 24px;
    }
    .sliderHeader_title {
        padding-left: 30px;
    }
    .sliderHeader_icon {
        width: 40px;
    }
    .def_slider .owl-nav {
        top: -90px;
    }
    .def_slider .owl-nav img {
        height: 24px;
    }
}

@media(max-width:991.98px) {
    .header_sec {
        padding: 20px 0px;
    }
    .hero_secContent {
        padding: 50px 60px;
    }
    .pg_title {
        padding: 0px 70px;
        background-position: 18px 20px, top 23px right 20px;
    }
    .sec_title {
        font-size: 26px;
    }
    .sec_2 {
        padding: 100px 0px;
    }
    .sec_3_cardLogo {
        height: 24px;
    }
    .sec_4_headerImg {
        height: 28px;
    }
    .sec_4_header {
        margin-bottom: 70px;
    }
    .sec_4_item {
        margin-bottom: 60px;
        padding: 32px;
    }
    .card_title {
        font-size: 27px;
    }
    .sec_4_cardTitle {
        margin-bottom: 10px;
    }
    .sec_5 {
        padding-top: 100px;
    }
    .sec_6_container {
        padding: 40px 30px;
    }
    .sec_6 {
        padding-top: 100px;
    }
    .sec_title_md {
        font-size: 20px;
    }
    .sec_7 {
        padding-top: 100px;
    }
    .sec_7_container {
        padding: 40px 10px;
    }
    .item_perValue {
        font-size: 40px;
    }
    .fs_xl {
        font-size: 20px;
    }
    .sec_7_item {
        margin-bottom: 80px;
    }
    .sec_8_container {
        padding: 50px;
    }
    .sliderSec_container {
        padding: 40px 0px;
    }
    .sliderSec_header {
        max-width: 470px;
    }
    .sec_10 {
        margin-bottom: 100px;
    }
    .sec_11_item {
        margin-bottom: 50px;
        padding: 32px;
    }
    .sec_12_content {
        padding: 60px 36px;
    }
    .sec_12 {
        padding: 100px 0px;
    }
    .def_slider .owl-nav img {
        height: 18px;
    }
    .hero_secContent {
        padding: 36px;
    }
}

@media(max-width:767.98px) {
    .sec_3_cardHeader,
    .sec_3_cardImg {
        margin-bottom: 24px;
    }
    .sec_title_lg {
        font-size: 26px;
    }
    .sec_4_header {
        margin-bottom: 50px;
    }
    .sec_4_item {
        margin-bottom: 42px;
    }
    .sec_8_container {
        padding: 36px;
    }
    .sec_11_header {
        margin-bottom: 60px;
    }
    .sec_12_cardDivider {
        width: 100%;
        height: 1px;
        border-left: none;
        border-top: 1px solid var(--c_primary);
    }
    .sliderSec_header {
        margin-bottom: 80px;
    }
    .def_slider .owl-nav {
        top: -52px;
    }
}

@media(max-width:575.98px) {
    .header_sec_logo {
        height: 28px;
      }
    .pg_title {
        padding: 0px;
        background: none;
    }
    .sec_2 {
        padding: 80px 0px;
    }
    .sec_title {
        font-size: 24px;
    }
    .title_leftBorder {
        padding-left: 20px;
    }
    .fs_lg {
        font-size: 16px;
    }
    .sec_title_lg {
        font-size: 20px;
    }
    .fs_md {
        font-size: 16px;
    }
    .sec_4_item {
        padding: 24px;
    }
    .card_title {
        font-size: 20px;
    }
    .fs_md {
        font-size: 14px;
    }
    .sec_5_content {
        text-align: center;
    }
    .sec_5 .title_leftBorder {
        border-left: none;
        padding-left: 0px;
    }
    .sec_5 .title_leftBorder::before {
        content: "";
        display: block;
        width: 64px;
        border-top: 2px solid var(--c_primary);
        margin: 0px auto 23px auto;
    }
    .sec_6_container {
        padding: 30px;
        text-align: center;
    }
    .sec_7_itemContent,
    .sec_7_lastContent {
        text-align: center;
    }
    .fs_xl {
        font-size: 16px;
    }
    .sec_7_item {
        margin-bottom: 52px;
    }
    .sec_8_container {
        padding: 30px;
    }
    .fs_xxl {
        font-size: 16px;
    }
    .sec_8_btn {
        font-size: 16px;
        padding: 0.6em;
    }
    .sliderSec_container {
        padding: 24px;
      }
    .sliderSec_header {
        display: block;
        padding-left: 0px;
    }
    .sliderHeader_title {
        padding-left: 0px;
        border-left: none;
    }
    .sliderHeader_title::before{
        content: "";
        display: block;
        width:64px;
        border-top: 2px solid var(--c_primary);
        margin: 20px 0px;
    }
    .slider_container {
        padding-left: 0px;
      }
      .slider_container_2 {
        padding-right: 0px;
      }
      .def_slider .owl-nav {
        right: 0px;
      }
      .sec_11_item {
        padding: 30px;
      }
      .sec_12 {
        padding: 90px 0px;
      }
}