body,
ul {
    margin: 0;
    padding: 0
}

p,
ul.listing {
    margin-top: 15px
}

.accordion ul li a:hover,
.main-heading,
a.read-more-text:hover,
h3 {
    color: #2e3192
}

.center,
.media-kit,
.text-center {
    text-align: center
}

.nav .bottom-link:after,
.sub-heading::before {
    content: "";
    position: absolute;
    background: #2e3192
}

.news-section .items .item h3,
.news-section .owl-carousel.items .item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: pre-wrap
}

body,
ul,
ul.listing {
    padding: 0
}

.accordion ul li a,
a {
    text-decoration: none
}

.accordion ul li a:first-letter,
.nav select,
.sub-heading {
    text-transform: uppercase
}

@font-face {
    font-family: Calibri;
    src: url(../font/Calibri.eot) format("embedded-opentype"), url(../font/Calibri.svg) format("svg"), url(../font/Calibri.ttf) format("truetype"), url(../font/Calibri.woff) format("woff"), url(../font/Calibri.woff2) format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: block
}

@font-face {
    font-family: Calibri;
    src: url(../font/Calibri-regular.eot) format("embedded-opentype"), url(../font/Calibri-regular.svg) format("svg"), url(../font/Calibri-regular.ttf) format("truetype"), url(../font/Calibri-regular.woff) format("woff"), url(../font/Calibri-regular.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: block
}

@font-face {
    font-family: Calibri;
    src: url(../font/calibri-bold.eot) format("embedded-opentype"), url(../font/calibri-bold.svg) format("svg"), url(../font/calibri-bold.ttf) format("truetype"), url(../font/calibri-bold.woff) format("woff"), url(../font/calibri-bold.woff2) format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: block
}

* {
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    font-family: Noto Sans,sans-serif!important;
    /* font-weight: 400 */
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

ul li {
    list-style: none
}

ul.listing li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #1b1b1b;
    padding-left: 10px;
    position: relative
}

ul.listing li::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #2e3192;
    left: 0;
    top: 8px;
    bottom: 0
}

a {
    cursor: pointer
}

.display-flx {
    display: flex;
    flex-wrap: wrap
}

.main-heading {
    font-size: 30px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    /* text-transform: capitalize; */
}

.media-coverage ul li a,
.nav .top-link ul li:hover a,
.sub-heading,
p {
    color: #1b1b1b
}

.sub-heading {
    display: block;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 65px;
    position: relative
}

.default-btn,
.read-more {
    color: #fff;
    background: #c1282e
}

.sub-heading::before {
    width: 55px;
    height: 2px;
    left: 0;
    top: 11px
}

.banner .inner,
.nav .top-link,
.nav .top-link ul li {
    position: relative
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0
}

.mb-15,
.news-section .items .item .img-wrapper,
.news-section .items .item p,
h3 {
    margin-bottom: 15px
}

a.read-more-text {
    color: #df4c44;
    display: block;
    margin-top: 5px;
    transition: .3s linear
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px
}

.dark-bg {
    background: #f2f2f3
}

.read-more {
    display: inline-block;
    font-size: 14px;
    padding: 5px
}

.default-btn:hover,
.form-wrapper .form-item.submit input:hover,
.news-section .owl-carousel.items .owl-dots .owl-dot.active,
.read-more:hover,
header .search-sec input.btn:hover {
    background: #2e3192
}

.read-more:after {
    content: '';
    display: inline-block;
    margin-left: 8px;
    border-left: 4px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.mb-30 {
    margin-bottom: 30px
}

.mt-8 {
    margin-top: 8px !important;
}

section {
    width: 100vw;
    overflow: hidden
}

h3 {
    font-size: 22px;
    font-weight: 700;
    margin-top: 0;
    text-transform: capitalize
}

.default-btn {
    display: inline-flex;
    padding: 10px;
    border-radius: 0;
    font-weight: 500
}

.center {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.container {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px
}

.banner,
.inner-banner {
    margin-top: 79px
}

header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 99;
    top: 0;
    height: 79px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .05)
}

header .container {
    justify-content: space-between;
    align-items: center;
    height: 100%
}

header .logo {
    max-width: 180px
}

.nav {
    width: calc(100% - 200px);
    max-width: 875px
}

.nav .top-link {
    width: 100%
}

.nav .top-link ul {
    justify-content: flex-end
}

.nav .top-link ul li ul {
    display: none;
    animation: .3s linear fade-effect
}

.nav .top-link ul li:hover ul {
    display: block;
    position: absolute;
    width: 200px;
    z-index: 1
}

.nav .top-link ul li:hover ul a {
    border-right: none;
    background: #2e3192;
    color: #fff;
    padding: 7px 12px;
    border-bottom: 1px solid #474998
}

.nav .top-link ul li:hover ul a:hover {
    background: #df4c44
}

.nav .top-link ul a {
    padding: 0 14px;
    letter-spacing: 1px;
    display: block;
    color: #939598;
    border-right: 1px solid;
    font-size: 14px;
    transition: .3s linear
}

.nav .top-link ul a.eng {
    background: url(../img/icon-english.jpg) 15px 2px no-repeat;
    padding-left: 45px
}

.nav .bottom-link {
    width: 100%;
    position: relative;
    background: #2e3192;
    display: flex;
    justify-content: flex-end;
    height: 38px
}

.nav .bottom-link:after {
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0
}

.nav .bottom-link ul {
    justify-content: flex-end;
    align-items: center
}

.nav .bottom-link ul li {
    position: relative;
    margin-bottom: 0
}

.nav .bottom-link ul li.closeIcon {
    display: none;
    justify-content: flex-end
}

.nav .bottom-link ul li.closeIcon .iconWrapper {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    color: #fff
}

.nav .bottom-link ul li ul a {
    color: #1b1b1b;
    background: #fff;
    padding: 12px 10px;
    border-bottom: 1px solid #ccc;
    transition: .3s linear
}

.nav .bottom-link ul li ul a:hover {
    background: #df4c44;
    color: #fff
}

.nav .bottom-link ul li ul li:last-child a {
    border-bottom: none
}

.nav .bottom-link ul li.language ul.active,
.nav .bottom-link ul li.search .search-wrapper.active,
.nav .bottom-link ul li:hover ul {
    display: block
}

.nav .bottom-link ul a {
    font-size: 12px;
    color: #fff;
    padding: 10px 11px;
    display: block;
    transition: .3s linear
}

.nav .bottom-link ul a:hover,
.nav .bottom-link ul li.search i:hover {
    color: #9496c7
}

.nav .bottom-link ul a.dropdown {
    background: url(../img/icon-dropdown.png) right 16px no-repeat
}

.nav .bottom-link ul.slang li {
    padding: 0 15px;
    border-left: 1px solid rgba(255, 255, 255, .5)
}

.nav .bottom-link ul.slang li:last-child {
    padding-right: 0
}

.nav .bottom-link ul li.search i {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600
}

.nav .bottom-link ul li.search .search-wrapper {
    display: none;
    position: absolute;
    top: calc(100% + 11px);
    width: 340px;
    right: 0;
    background: #fff;
    padding: 25px 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .45);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .45);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .45)
}

.management-sec #management-slider .owl-stage,
.nav .bottom-link ul li.search .search-wrapper form {
    display: flex
}

.nav .bottom-link ul li.search .search-wrapper input {
    width: 100%;
    height: 36px;
    border: 1px solid #e8e8e8;
    padding: 10px;
    font-size: 12px;
    letter-spacing: .4px;
    border-radius: 4px 0 0 4px;
    margin-bottom: 0;
    color: #1b1b1b
}

.nav .bottom-link ul li.search .search-wrapper input:focus-visible {
    outline: 0 !important
}

.nav .bottom-link ul li.search .search-wrapper button {
    color: #fff;
    display: inline-block;
    background: #c1282e;
    font-size: 14px;
    padding: 10px;
    border: 0;
    border-radius: 0 4px 4px 0
}

.nav .bottom-link ul li.search .search-wrapper button:hover {
    cursor: pointer;
    background: #2e3192
}

.nav .bottom-link ul li.search img {
    width: 14px;
    cursor: pointer
}

.nav .bottom-link ul li.language {
    z-index: 2;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.nav .bottom-link ul li.language span {
    position: relative;
    padding-right: 15px;
    min-width: 70px
}

.nav .bottom-link ul li.language span::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff
}

.nav .bottom-link ul li.language ul {
    display: none;
    position: absolute;
    width: 130px;
    right: 0;
    background: #fafafa;
    top: 28px;
    left: 0;
    margin: auto;
}
.search-close-icon {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    left: 0px;
    top: 0;
    background: #ccc;
    padding: 0pc 6px;
    cursor: pointer;
}

.nav .bottom-link ul li.language ul li {
    padding: 0;
    color: #1b1b1b;
    cursor: pointer
}

.form-wrapper .form-item label span,
.media-coverage ul li a:hover,
.nav .bottom-link ul li.language ul li.selected,
.nav .bottom-link ul li.language ul li:hover {
    color: #c1282e
}

.nav select {
    border: none;
    border-radius: 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    cursor: pointer;
    background: 0 0;
    color: #fff
}

.nav .toggle-icon {
    display: none;
    padding-left: 15px
}

.banner {
    width: 100vw;
    background: url(../img/color-bar.jpg) repeat-x;
    padding-top: 5px;
    position: relative
}

.banner img,
.footer,
.form-wrapper .form-item.submit,
.inner-banner img,
.management-sec #management-slider li,
.management-sec li img,
.news-section .owl-carousel.items .item {
    width: 100%
}

.banner {
    min-height: 50vh
}

.banner img.small {
    display: none
}

.banner .owl-dots,
.news-section .owl-carousel.items .owl-dots {
    column-gap: 14px;
    justify-content: center;
    width: 100vw;
    text-align: center
}

.banner .owl-dots {
    bottom: 20px;
    position: absolute;
    display: flex
}

.banner .owl-dots .owl-dot {
    background: 0 0;
    border: 1px solid #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.banner .owl-dots .owl-dot.active {
    background: #fff
}

.about-sec .inner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px
}

.news-section .items,
.products ul {
    column-gap: 3%;
    row-gap: 30px;
    display: flex
}

.about-sec .left,
.about-sec .right {
    flex: 1
}

.news-section .items {
    justify-content: flex-start;
    flex-wrap: wrap;
    column-count: 3
}

.news-section .items .item,
.products ul li {
    width: 31.33%
}

.news-section .owl-carousel .owl-stage,
.news-section .owl-carousel.items .item,
.news-section .owl-carousel.owl-drag .owl-item {
    height: 100%
}

.news-section .items .item .inner-content {
    height: 100%;
    position: relative;
    padding-bottom: 30px
}

.news-section .items .item h3 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    min-height: 44px;
    -webkit-line-clamp: 2
}

.accordion ul li a,
.footer,
.management-sec li p {
    font-size: 14px
}

.news-section .items .item .read-more {
    position: absolute;
    bottom: 0;
    left: 0
}

.news-section .owl-carousel.items .item .inner-content {
    background: #fff;
    padding-bottom: 45px
}

.news-section .owl-carousel.items .item .text-wrapper {
    padding: 0 15px
}

.news-section .owl-carousel.items .item p {
    -webkit-line-clamp: 3
}

.news-section .owl-carousel.items .item .read-more {
    left: 15px;
    bottom: 15px
}

.news-section .owl-carousel.items .owl-dots {
    display: flex
}

.news-section .owl-carousel.items .owl-dots .owl-dot {
    background: 0 0;
    border: 1px solid #2e3192;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%
}

.news-section .owl-carousel.items.dark .item .inner-content {
    background: #fafafa
}

.instagram-section.section-padding {
    padding-bottom: 0
}

.instagram-feed-wrapper {
    background: #c1282e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 15px
}

.instagram-feed-wrapper img {
    max-width: 280px;
    filter: brightness(0) invert(1)
}

.management-sec ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1%;
    row-gap: 30px
}

.management-sec li {
    width: 19%;
    padding: 0 10px 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.management-sec li::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70%;
    background: #fff;
    border-radius: 6px;
    z-index: 1
}

.management-sec li a {
    position: relative;
    z-index: 11
}

.management-sec li .image {
    max-width: 200px;
    margin: auto;
    width: 120px;
    height: 120px;
    margin-bottom: 15px
}

.management-sec li .detail {
    padding: 20px 12px;
    display: none
}

.management-sec li .name,
.fancybox-content .name {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #1b1b1b
}

.management-sec li .name span,
.fancybox-content .name span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px
}

.management-sec #management-slider li .detail {
    padding: 20px
}

.management-sec #management-slider li .image {
    width: 50%;
    margin: auto
}

.management-sec #management-slider .owl-stage .owl-item {
    display: flex;
    flex: 1 0 auto
}

.management-sec #management-slider .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.management-sec #management-slider .owl-dots button {
    width: 10px;
    height: 10px;
    background: #2e3192;
    border-radius: 50%;
    margin: 0 5px;
    opacity: .5
}

.management-sec #management-slider .owl-dots button.active {
    opacity: 1
}

.fancybox-content {
    width: 90vw;
    max-width: 700px;
    text-align: center;
    padding: 30px
}

.fancybox-content .image {
    max-width: 100px;
    margin: 0 auto 15px
}

.products ul {
    flex-wrap: wrap
}

.media-coverage ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 0;
    row-gap: 15px
}

.media-coverage ul li {
    width: 31.6%;
    margin-bottom: 0
}

.form-wrapper {
    margin-top: 15px
}

.form-wrapper .items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 15px
}

.form-wrapper .form-item {
    width: 48.66%;
    display: flex;
    flex-direction: column
}

.form-wrapper .form-item label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    color: #1b1b1b
}

.form-wrapper .form-item input,
.form-wrapper .form-item select,
.form-wrapper .form-item textarea {
    display: block;
    width: 100%;
    padding: 8px;
    margin-top: 3px;
    border: 1px solid #ddd
}

.form-wrapper .form-item input:focus-visible,
.form-wrapper .form-item select:focus-visible,
.form-wrapper .form-item textarea:focus-visible {
    outline: 0 !important
}

.form-wrapper .form-item input[type=file] {
    border: 0;
    padding: 0;
    margin-bottom: 10px
}

.form-wrapper .form-item em {
    font-size: 12px;
    font-style: normal
}

.form-wrapper .form-item.submit input {
    cursor: pointer;
    width: max-content;
    color: #fff;
    display: inline-block;
    background: #c1282e;
    font-size: 14px;
    padding: 10px;
    border: 0
}

.footer {
    background: #1b1b1b;
    margin-top: 0;
    padding: 10px 0;
    color: #fff
}

.footer .container {
    justify-content: space-between
}

.footer a {
    color: #fff;
    transition: .3s linear
}

.footer a:hover {
    color: #575757
}

.accordion {
    margin-top: 30px;
    flex-wrap: wrap
}

.accordion .accordion-item {
    width: 49%;
    display: inline-block;
}

.accordion-title {
    cursor: pointer;
    padding: 10px 30px 10px 10px;
    border: 1px solid #e8e8e8;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
}

.accordion-title::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #c1282e;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .4s ease-in-out
}

.accordion-title.active::after {
    transform: rotate(180deg)
}

.accordion .accordion-item:last-child .accordion-title {
    border-bottom: 1px solid #e8e8e8
}

.accordion .accordion-content {
    display: none;
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-top: 0px;
    border-radius: 0 0 4px 4px;
    min-height: 61px
}

.accordion {
    text-align: center;
}

.accordion ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    width: 100%;
    text-align: left;
}

.accordion ul li {
    margin-bottom: 0px;
    padding-left: 14px;
    position: relative;
    flex: 1
}

.accordion ul li::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 8px;
    left: 0;
    background: #1b1b1b
}

.accordion ul li a {
    color: #c1282e;
    text-transform: lowercase;
    display: inline-block
}

.accordion .accordion-content.active {
    display: table;
    width: 100%;
    vertical-align: middle;
}


.contact-content .flex img {
    margin-right: 10px;
    width: 25px;
}

.contact-content .flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px;
}

.contact-content .flex p {
    margin-top: 0;
}

.search-list.use-list ul li {
    line-height: 24px;
    line-height: 24px;
    padding-left: 28px;
    background: url(../img/bullets-1.png) no-repeat 0px 2px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
}

.search-list.use-list ul li a {
    color: #2e3192;
    display: inline-block;
    margin-top: 4px;
}

.search-list.use-list ul li:last-child {
    border: none;
}

.results {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 500;
}

.srch-item .heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #2e3192;
}

.accordion-title img {
    width: 40px;
    margin-right: 11px;
}

/* Thankyou Page */

.thankyou-sec {
    padding: 125px 0px;
}

.thankyou-sec .img-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.thankyou-sec .img-wrapper img {
    max-height: 80px;
}

.thankyou-sec h1.main-heading {
    font-size: 52px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.thankyou-sec p {
    margin-top: 0px;
    margin-bottom: 30px;
}

.our-value-accordion {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.our-value-accordion .acc-left , .our-value-accordion .acc-right {
    width: 50%;
}
.our-value-accordion .acc-left .accordion-item, .our-value-accordion .acc-right .accordion-item {
    width: 100%;
}
@media only screen and (max-width:599px) {
    .our-value-accordion .acc-left , .our-value-accordion .acc-right {
        width: 100%;
    }
}
.lamg-flag {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
}
a.lamg-flag img {
    /* border: 1px solid; */
    width: 30px;
    height: auto;
    margin-right: 11px;
}