html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
button:focus {
    box-shadow: none !important;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}


/* COMMON STYLE :START */

.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.mxcontainer2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}

.bg1 {
    background-color: #ebebeb;
}
.bg-2 {
    background-color: #e8f2fb;
}

/* ---- section spacing :start ---- */
.section-padding {
    padding: 100px 0px;
}
.section-margin {
    margin: 100px 0px;
}

.section-padding2 {
    padding: 70px 0px;
}
.section-margin2 {
    margin: 70px 0px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 :last-child {
    margin-bottom: 0;
}
.hd-type-1 h1,
.hd-type-1 h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 0.9;
    color: #343a40;
    margin-bottom: 15px;
}

.hd-type-2 :last-child {
    margin-bottom: 0;
}
.hd-type-2 h1,
.hd-type-2 h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 15px;
}

.hd-type-3 {
    color: #343a40;
    margin-bottom: 15px;
}
.hd-type-3 h1,
.hd-type-3 h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 0px;
}
/* ---- hd-type :end ---- */

/* ---- subhd-type :end ---- */
.subhd-type-1 {
    margin-bottom: 15px;
}
.subhd-type-1 h1,
.subhd-type-1 h2,
.subhd-type-1 h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: 0.9;
    color: #343a40;
    margin-bottom: 0px;
}
/* ---- hd-type :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 7px;
    padding: 12px 18px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
    text-align: center;
}
.btn-style-1 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #ffffff;
    background-color: #285aff;
    border-color: #285aff;
}
.btn-style-1:hover img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}
/* ---- btn-style-1 :end ---- */

/* ---- btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 1.2;
    color: #2653e8;
    background-color: #f1d700;
    border: 1px solid #f1d700;
    border-radius: 7px;
    padding: 12px 18px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.5s;
    text-align: center;
}
.btn-style-2 img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.btn-style-2:hover img {
    filter: brightness(0) invert(1);
    transform: rotate(45deg);
}
/* ---- btn-style-2 :end ---- */

/* ---- btns-wrap-1 :start ---- */
.btns-wrap-1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px 15px;
}
/* ---- btns-wrap-1 :end ---- */

/* ---- .block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    min-height: 350px;
    background-color: #285aff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 35px;
    position: relative;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}
.block-style-1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transition: 0.5s;
    z-index: 0;
}
.block-style-1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    z-index: 1;
}
.block-style-1 .bs1-inner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.block-style-1 .bs1-inner h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 15px;
}
.block-style-1 .bs1-inner .viewmoreBtn {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    padding: 0px;
    margin: 0px;
    gap: 5px;
}
.block-style-1 .bs1-inner .viewmoreBtn img {
    transition: 0.5s;
}

.block-style-1:hover::before {
    transform: scale(1.1);
}
.block-style-1:hover .bs1-inner .viewmoreBtn img {
    transform: rotate(45deg);
}
/* ---- .block-style-1 :end ---- */

/* ---- .block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.block-style-2 .bs2-image {
    width: 100%;
    height: 290px;
    background-color: #285aff;
    overflow: hidden;
}
.block-style-2 .bs2-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-style-2 .bs2-text {
    width: 100%;
    height: auto;
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
}
.block-style-2 .bs2-text time {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.block-style-2 .bs2-text time img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 10px;
}
.block-style-2 .bs2-text h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 15px;
    transition: 0.5s;
    width: 100%;
}
.block-style-2 .bs2-text .viewmoreBtn {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    display: inline-flex;
    align-items: center;
    padding: 0px;
    margin: auto 0px 0px 0px;
    gap: 5px;
}
.block-style-2 .bs2-text .viewmoreBtn img {
    transition: 0.5s;
}

.block-style-2:hover .bs2-image img {
    transform: scale(1.1);
}
.block-style-2:hover .bs2-text h3 {
    color: #285aff;
}
.block-style-2:hover .bs2-text .viewmoreBtn img {
    transform: rotate(45deg);
}
/* ---- .block-style-2 :end ---- */

/* ---- .block-style-3 :start ---- */
.block-style-3 {
    width: 100%;
    height: auto;
    display: flex;
    gap: 50px;
    overflow: hidden;
    border-bottom: 2px solid #d4e0eb;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.block-style-3:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.block-style-3 .bs3-left {
    flex-grow: 0;
    flex-shrink: 0;
    width: 340px;
    height: 100%;
}
.block-style-3 .bs3-left h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    color: #000000;
    margin-bottom: 0;
}
.block-style-3 .bs3-left h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
}
.block-style-3 .bs3-right {
    width: 100%;
    height: 100%;
}
.block-style-3 .bs3-right p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 15px;
}
/* ---- .block-style-3 :start ---- */

/* ---- .block-style-4 :start ---- */
.block-style-4 {
    width: 100%;
    height: auto;
    display: flex;
    gap: 15px;
    overflow: hidden;
    border-bottom: 2px solid #d4e0eb;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.block-style-4:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.block-style-4 .bs4-left {
    flex-grow: 0;
    flex-shrink: 0;
    width: 185px;
    height: 100%;
}
.block-style-4 .bs4-left h3 {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 0.8;
    color: #cfdeec;
    margin-bottom: 0px;
}
.block-style-4 .bs4-right {
    width: 100%;
    height: auto;
}
.block-style-4 .bs4-right h3 {
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
    color: #000000;
    margin-bottom: 20px;
}
.block-style-4 .bs4-right p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}
/* ---- .block-style-4 :end ---- */

/* ---- .list-style-1 :start ---- */
.list-style-1 {
    width: 100%;
    height: auto;
}
.list-style-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 10px 6px;
}
.list-style-1 ul li {
    width: 100%;
    padding-left: 25px;
    position: relative;
}
.list-style-1 ul li::before {
    content: url('../images/list-icon-2.png');
    position: absolute;
    top: 0;
    left: 0;
}
/* ---- .list-style-1 :end ---- */

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}
/* ---- owlsameheight :end ---- */

/* ---- .owlnav-1 :start ---- */
.owlnav-1 {
    padding: 0px 55px;
}
.owlnav-1:has(.owl-nav.disabled) {
    padding-right: 0px;
}
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next {
    position: absolute;
    top: 38%;
    width: 42px;
    height: 42px;
    font-size: 14px;
    color: #000000;
    border: 2px solid #000000;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.owlnav-1 .owl-nav button.owl-prev {
    left: 0;
}
.owlnav-1 .owl-nav button.owl-next {
    right: 0;
}
.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #ffffff;
    background-color: #285aff;
    border-color: #285aff;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- .owlnav-1 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}
.form-style-1 .form-label.required::after {
    content: '*';
    color: #f06369;
    margin-left: 2px;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    background-color: #f2f2f2;
    border: 2px solid #c8d6e3;
    border-radius: 7px;
    overflow: hidden;
    padding: 12px 11px;
    transition: 0.5s;
}
.form-style-1 textarea.form-control {
    border-radius: 7px;
}
.form-style-1 .form-control:focus {
    background-color: #ffffff;
    border-color: #058ccb;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
    opacity: 0.7;
    pointer-events: none;
}
.form-style-1 .form-control::placeholder {
    color: #99a7b9;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background-color: #f2f2f2;
    border: 2px solid #c8d6e3;
    border-radius: 50px;
    padding: 16px 40px 16px 30px;
    display: flex;
    align-items: center;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 20px;
    width: 10px;
    height: 100%;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
    border-radius: 15px;
}
.form-style-1 .btn {
    font-size: 16px;
    padding: 14px 14px;
}


.form-style-1.frm-c1 .form-label {
    color: #ffffff;
}
.form-style-1.frm-c1 .form-control {
    color: #ffffff;
    background-color: #2758f8;
    border-color: #4672ff;
}
.form-style-1.frm-c1 .form-control:focus {
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}
.form-style-1.frm-c1 .form-control::placeholder {
    color: #a1a1a1;
}
.form-style-1.frm-c1 .nice-select {
    background-color: transparent;
    border-color: #8372c4;
}
.form-style-1.frm-c1 .nice-select.open {
    border-color: #ffffff;
}
.form-style-1.frm-c1 .nice-select .current {
    color: #ffffff;
}
.form-style-1.frm-c1 .nice-select::after {
    filter: brightness(0) invert(1);
}
.form-style-1.frm-c1 .form-label.required::after {
    color: #ffffff;
}
/* ---- form-style-1 :end ---- */

/* ---- .txt-img-wrap-1 :start ---- */
.txt-img-wrap-1 {
    width: 100%;
    height: auto;
}
.txt-img-wrap-1 .tiwrap-row {
    margin-bottom: 60px;
}
.txt-img-wrap-1 .tiwrap-row:nth-child(odd) {
    flex-direction: row-reverse;
}
.txt-img-wrap-1 .tiwrap-row:last-child {
    margin-bottom: 0;
}
.txt-img-wrap-1 .tiwrap-row .tirow-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.txt-img-wrap-1 .tiwrap-row .tirow-left .tirimage {
    width: 100%;
    height: auto;
    border-radius: 34px;
    overflow: hidden;
}
.txt-img-wrap-1 .tiwrap-row .tirow-left .tirimage img {
    width: 100%;
    height: 100%;
}
.txt-img-wrap-1 .tiwrap-row .tirow-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.txt-img-wrap-1 .tiwrap-row:nth-child(odd) .tirow-right {
    text-align: right;
}
.txt-img-wrap-1 .tiwrap-row .tirow-right h2 {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.1px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
}
.txt-img-wrap-1 .tiwrap-row .tirow-right p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}
/* ---- .txt-img-wrap-1 :end ---- */

/* ---- .txt-img-wrap-2 :start ---- */
.txt-img-wrap-2 {
    width: 100%;
    height: auto;
}

.txt-img-wrap-2 .tiwrap-row {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 100px;
}
.txt-img-wrap-2 .tiwrap-row:last-child {
    padding-bottom: 0px;
}
.txt-img-wrap-2 .tiwrap-row .tirow-top {
    width: 100%;
    height: auto;
}
.txt-img-wrap-2 .tiwrap-row .tirow-top h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0px;
}
.txt-img-wrap-2 .tiwrap-row .tirow-top h3 {
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 0px;
}

.txt-img-wrap-2 .tiwrap-row .tirow-middle {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.txt-img-wrap-2 .tiwrap-row .tirow-middle .timid-num {
    font-size: 150px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 0.7;
    color: #dddddd;
    margin-bottom: 0px;
    flex-grow: 0;
    flex-shrink: 0;
}
.txt-img-wrap-2 .tiwrap-row .tirow-middle .timid-txt {
    width: 48%;
}
.txt-img-wrap-2 .tiwrap-row .tirow-middle .timid-txt p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}

.txt-img-wrap-2 .tiwrap-row .tirow-bottom {
    width: 100%;
    height: auto;
    border-radius: 34px;
    overflow: hidden;
}
.txt-img-wrap-2 .tiwrap-row .tirow-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.txt-img-wrap-2 .tiwrap-row:nth-child(even) .tirow-top {
    text-align: right;
}
.txt-img-wrap-2 .tiwrap-row:nth-child(even) .tirow-middle {
    justify-content: flex-start;
}
/* ---- .txt-img-wrap-2 :end ---- */

/* ----  list__scroll :start ---- */
.list__scroll .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.list__scroll .simplebar-track.simplebar-vertical {
    width: 10px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 8px;
    border-radius: 50px;
}
.list__scroll .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}
.list__scroll .simplebar-scrollbar:before {
    border-radius: 0;
}
.list__scroll .simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.3;
}
/* ----  list__scroll :end ---- */

/* ---- .gmap :start ---- */
.gmap {
    width: 100%;
    height: 420px;
    position: relative;
}
.gmap iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
/* ---- .gmap :end ---- */

/* ---- .text-wrap-1 :start ---- */
.text-wrap-1 {
    width: 100%;
    height: auto;
}
.text-wrap-1 p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.44;
    color: #000000;
    margin-bottom: 20px;
}
/* ---- .text-wrap-1 :end ----*/

/* COMMON STYLE :END */


/* Header top section :start */
.headertop-section {
    width: 100%;
    height: auto;
    background-color: #000000;
    padding: 7px 0px;
}

.headertop-section .htopsec-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 0px 12px;
}

.headertop-section .hts-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px 15px;
}
.headertop-section .hts-links ul li {
    display: flex;
    align-items: center;
    position: relative;
}
.headertop-section .hts-links ul li::after {
    content: '|';
    padding-left: 15px;
}
.headertop-section .hts-links ul li:last-child::after {
    display: none;
}
.headertop-section .hts-links ul li a {
    color: inherit;
    margin-left: 5px;
}
.headertop-section .hts-links ul li a:hover {
    color: #69dc37;
}

.headertop-section .hts-socialmedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.headertop-section .hts-socialmedia ul li {
    display: flex;
    align-items: center;
    position: relative;
}
.headertop-section .hts-socialmedia ul li i {
    width: 20px;
    height: 20px;
    font-size: 9px;
    color: #000000;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.headertop-section .hts-socialmedia ul li a {
    color: inherit;
}
.headertop-section .hts-socialmedia ul li a:hover i {
    color: #000000;
    background-color: #69dc37;
}
/* Header top section :end */

/* Header section :start */
header .cnavright {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding-left: 10px;
}
header .cnavright .contactBtn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #285aff;
    border: 1px solid #285aff;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    overflow: hidden;
    transition: 0.5s;
}
header .cnavright .contactBtn:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}


header .cnavright .cnr-lang .langBtn {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 8px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
header .cnavright .cnr-lang .langBtn::after {
    content: "";
    display: inline-block;
    vertical-align: 10px;
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
header .cnavright .cnr-lang .dropdown-menu {
    min-width: 85px;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
}
header .cnavright .cnr-lang .dropdown-menu li a {
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    border-radius: 8px;
    padding: 10px 20px;
    overflow: hidden;
}
header .cnavright .cnr-lang:has(.dropdown-menu.show) .langBtn, 
header .cnavright .cnr-lang .langBtn:hover {
    color: #ffffff;
    background-color: #285aff;
    border-color: #285aff;
}
header .cnavright .cnr-lang:has(.dropdown-menu.show) .langBtn::after, 
header .cnavright .cnr-lang .langBtn:hover::after {
    filter: brightness(0) invert(1);
}
header .cnavright .cnr-lang .dropdown-menu li a:hover {
    color: #ffffff;
    background-color: #285aff;
}
header .mobnav {
    display: none !important;
}
/* Header section :end */

/* Home banner section :start */
.homebanner-section .hbsec-block {
    width: 100%;
    height: 100%;
    min-height: 515px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 80px;
}
.homebanner-section .hbsec-block > img,
.homebanner-section .hbsec-block > video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.homebanner-section .hbsec-block .hbcaption {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
/* .homebanner-section .hbsec-block .hbcaption .hbcap-inner {
    padding: 0px 50px;
} */
.homebanner-section .hbsec-block .hbcaption h1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0px;
}

.homebanner-owl .owl-nav button.owl-prev, 
.homebanner-owl .owl-nav button.owl-next {
    position: absolute;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.homebanner-owl .owl-nav button.owl-prev {
    left: 20px;
}
.homebanner-owl .owl-nav button.owl-next {
    right: 20px;
}
.homebanner-owl .owl-nav button.owl-prev:hover, 
.homebanner-owl .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #ffffff;
    background-color: #285aff;
    border-color: #285aff;
}
.homebanner-owl .owl-nav button.owl-prev.disabled, 
.homebanner-owl .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}

.homebanner-owl .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    z-index: 1;
}
.homebanner-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.7s;
}
.homebanner-owl .owl-dots .owl-dot.active {
    background-color: #ffc929;
}
.homebanner-owl .owl-dots .owl-dot:hover {
    background-color: #65827f;
}
/* Home banner section :end */

/* About section :start */
.about-section {
    width: 100%;
    height: auto;
}
.about-section .abtsec-top {
    width: 100%;
    height: auto;
    text-align: center;
}
.about-section .abtsec-top h2 {
    font-size: clamp(30px, 5.2084vw, 100px);
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 0.8;
    color: #000000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.about-section .abtsec-left {
    width: 100%;
    height: 100%;
}

.about-section .abtsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-left: 15px;
}
.about-section .abtsec-right p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: normal;
    color: #221f1f;
    margin-bottom: 15px;
}


.member-block {
    width: 100%;
    height: 100%;
}
.member-block .mblock-image {
    width: 100%;
    height: auto;
    aspect-ratio: 0.78/1;
    border-radius: 200px;
    overflow: hidden;
}
.member-block .mblock-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.member-block .mblock-text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
}
.member-block .mblock-text h3 {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    color: #000000;
    margin-bottom: 0px;
}
.member-block .mblock-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #000000;
    margin-bottom: 0px;
}









/* About section :end */

/* key stats section :start */
.keystats-section {
    width: 100%;
    height: auto;
}

.keystats-block {
    width: 100%;
    height: 100%;
    background-color: #2247c2;
    padding: 40px 40px;
}
.keystats-block .ksblk-image {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.keystats-block .ksblk-image img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.keystats-block .ksblk-text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
}
.keystats-block .ksblk-text h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}

.keystats-block.bgc1 {
    background-color: #2247c2;
}
.keystats-block.bgc2 {
    background-color: #b72590;
}
.keystats-block.bgc3 {
    background-color: #c19a18;
}
.keystats-block.bgc4 {
    background-color: #20af47;
}
/* key stats section :end */

/* Who We Are section :start */
.whoweare-section {
    width: 100%;
    height: 100%;
    /* min-height: 500px; */
    background-color: #285aff;
    background-image: url('../images/who-we-are-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 100px 0px;
    margin-top: 30px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.whoweare-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%);
}
.whoweare-section .wwasec-text {
    color: #ffffff;
}
.whoweare-section .wwasec-text h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 15px;
}
.whoweare-section .wwasec-text h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
}
.whoweare-section .wwasec-text p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 15px;
}
/* Who We Are section :end */

/* career section :start */
.careersec-block {
    width: 100%;
    height: auto;
    background-color: #285aff;
    background-image: url('../images/career-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    padding: 90px 100px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.careersec-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transition: 0.5s;
    z-index: 0;
}
.careersec-block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}
.careersec-block .csblk-inner {
    position: relative;
    z-index: 2;
}
.careersec-block h2 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 12px;
}
.careersec-block p {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 15px;
}
/* career section :end */

/* Footer section :start */
footer .ftop {
    width: 100%;
    height: auto;
    background-color: #343a40;
    padding: 90px 0px;
}
footer .ftop-block {
    width: 100%;
    height: 100%;
}
footer .ftop-block.ftb-col1 .ftcol-text {
    padding-left: 145px;
}
footer .ftop-block.ftb-col2, 
footer .ftop-block.ftb-col3 {
    padding-top: 60px;
}

footer .ftop address {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 15px;
}

footer .ftop .ftlist-1 {
    width: 100%;
    height: auto;
}
footer .ftop .ftlist-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 6px;
}
footer .ftop .ftlist-1 ul li {
    width: 100%;
    padding-left: 25px;
    position: relative;
}
footer .ftop .ftlist-1 ul li::before {
    content: url('../images/list-icon-1.png');
    position: absolute;
    top: 0;
    left: 0;
}
footer .ftop .ftlist-1 ul li a {
    color: inherit;
}
footer .ftop .ftlist-1 ul li a:hover {
    color: #e2d700;
}

footer .ftop .ftlist-2 {
    width: 100%;
    height: auto;
}
footer .ftop .ftlist-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 6px;
}
footer .ftop .ftlist-2 ul li {
    width: 100%;
    padding-left: 0px;
    position: relative;
}
footer .ftop .ftlist-2 ul li a {
    color: inherit;
}
footer .ftop .ftlist-2 ul li a:hover {
    color: #e2d700;
}

footer .ftop .ftlist-3 {
    width: 100%;
    height: auto;
}
footer .ftop .ftlist-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #e2d700;
    display: flex;
    flex-direction: column;
    gap: 5px 0px;
}
footer .ftop .ftlist-3 ul li {
    width: 100%;
    padding-left: 0px;
    position: relative;
}
footer .ftop .ftlist-3 ul li i {
    font-size: 18px;
    color: #9a9b9c;
    margin-right: 2px;
}
footer .ftop .ftlist-3 ul li a {
    color: inherit;
    font-size: 18px;
    font-weight: 600;
}
footer .ftop .ftlist-3 ul li a:hover {
    color: #69dc37;
}

footer .ftop #backtotop {
    width: 100px;
    height: 100px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #e2d700;
    background-color: transparent;
    border: 5px solid #6c757d;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}
footer .ftop #backtotop:hover {
    color: #6c757d;
    background-color: #e2d700;
    border-color: #e2d700;
}

footer .fbottom {
    width: 100%;
    height: auto;
    background-color: #343a40;
}
footer .fbottom .fbtm-inner {
    font-size: 14px;
    font-weight: 500;
    color: #6c757d;
    border-top: 1px solid #6c757d;
    padding: 15px 0px;
    text-align: center;
}
/* Footer section :end */

/* Inner banner :start */
.innerbanner-section {
    width: 100%;
    height: auto;
    background-color: #2957a4;
    position: relative;
}
.innerbanner-section .inbsec-block {
    width: 100%;
    height: 385px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 60px 0px;
    background-color: #2957a4;
}
/* .innerbanner-section .inbsec-block.s2 {
    height: 120px;
} */
.innerbanner-section .inbsec-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(53, 99, 109);
    background: linear-gradient(90deg, rgba(53, 99, 109, 0.5) 0%, rgba(53, 99, 109, 0) 50%);
    z-index: 1;
}
.innerbanner-section .inbsec-block:not(:has(.inbcaption))::before {
    display: none;
}
.innerbanner-section .inbsec-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.innerbanner-section .inbsec-block .inbcaption {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.innerbanner-section .inbsec-block .inbcaption h1 {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}
/* Inner banner :end */


/* News detail page :start */
.newsdetails-block {
    width: 100%;
    height: auto;
}
.newsdetails-block .ndblk-head {
    width: 100%;
    height: auto;
    display: flex;
    gap: 15px;
    margin-bottom: 35px;
    flex-direction: column;
}
.newsdetails-block .ndblk-head .ndhead-left time {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    transition: 0.5s;
    display: flex;
    align-items: center;
}
.newsdetails-block .ndblk-head .ndhead-left time img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-right: 10px;
}
.newsdetails-block .ndblk-head .ndhead-right h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0px;
    transition: 0.5s;
    width: 100%;
}

.newsdetails-block .ndblk-body {
    width: 100%;
    height: auto;
}
.newsdetails-block .ndblk-body p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.44;
    color: #000000;
    margin-bottom: 20px;
}
/* News detail page :end */

/* Career page :start */
.career-pg .careerpg-detail {
    width: 100%;
    height: auto;
}
.career-pg .careerpg-detail p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.2px;
    line-height: 1.44;
    color: #000000;
    margin-bottom: 20px;
}
.career-pg .careerpg-detail p a {
    color: #285aff;
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
}
.career-pg .careerpg-detail p a:hover {
    color: #69dc37;
}

.career-pg .careerpg-image {
    width: 100%;
    height: auto;
    border-radius: 42px;
    overflow: hidden;
}
.career-pg .careerpg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* Career page :end */

/* Contact us page :start */
.contpg-detail-section {
    width: 100%;
    height: auto;
}
.contpg-detail-section .cpgdetail-inner {
    width: 100%;
    height: auto;
}
.contpg-detail-section .cpgdetail-inner .cdileft {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    border: 1px solid #000000;
}
.contpg-detail-section .cpgdetail-inner .cdileft address {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.44;
    color: #000000;
    margin: 15px 0px;
}
.contpg-detail-section .cpgdetail-inner .cdileft .cdlinks {
    width: 100%;
    height: auto;
}
.contpg-detail-section .cpgdetail-inner .cdileft .cdlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
}
.contpg-detail-section .cpgdetail-inner .cdileft .cdlinks ul li {
    width: 100%;
    padding-left: 0px;
    position: relative;
}
.contpg-detail-section .cpgdetail-inner .cdileft .cdlinks ul li i {
    font-size: 22px;
    color: #9a9b9c;
    margin-right: 2px;
}
.contpg-detail-section .cpgdetail-inner .cdileft .cdlinks ul li a {
    color: inherit;
}
.contpg-detail-section .cpgdetail-inner .cdileft .cdlinks ul li a:hover {
    color: #69dc37;
}
.contpg-detail-section .cpgdetail-inner .cdiright {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 1px solid #000000;
    margin-left: -1px;
}
.contpg-detail-section .cpgdetail-inner .cdiright .gmap {
    width: 100%;
    height: 100%;
    min-height: 420px;

}

.contpg-form-section {
    width: 100%;
    height: auto;
    background-color: #285aff;
}
/* Contact us page :end */

/* About us page :start */
.members-carousel .owl-carousel .owl-stage {
    margin: 0 auto;
}

.mvblock {
    width: 100%;
    height: 100%;
    background-color: #d4e2ef;
    border-radius: 35px;
    padding: 40px 40px;
    text-align: center;
    overflow: hidden;
}
.mvblock h2 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.1px;
    line-height: 1;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.mvblock p {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.1px;
    line-height: normal;
    color: #000000;
    margin-bottom: 10px;
}
/* About us page :end */


/* 404 Page: Start */
.page-404 {
    padding: 80px 0;
}
.page-404 img {
    max-width: 100%;
}
.page-404 h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 20px 0 0 0;
}
.page-404 p {
    font-size: 16px;
    line-height: 1;
    margin: 10px 0 0 0;
}
.page-404 a {
    display: table;
    border: 1px solid #285aff;
    padding: 10px 25px;
    border-radius: 21px;
    margin: 15px auto 0 auto;
    color: #000;
    font-size: 16px;
}
.page-404 a:hover {
    background: #285aff;
    color: #fff;
}
/* 404 Page: End */