@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap");
@font-face {
    font-family: "Poppins", system-ui;
    src: url(../poppins/Poppins-Light.ttf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Poppins", system-ui;
    src: url(../poppins/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Poppins", system-ui;
    src: url(../poppins/Poppins-Medium.ttf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Poppins", system-ui;
    src: url(../poppins/Poppins-SemiBold.ttf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Poppins", system-ui;
    src: url(../poppins/Poppins-Bold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Poppins", system-ui;
    src: url(../poppins/Poppins-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: "Poppins", system-ui;
    src: url(../poppins/Poppins-Black.ttf);
    font-weight: 900;
    font-style: normal;
}

* {
    font-size: 16px;
    /* font-family: "Poppins", system-ui; */
    font-family: "Mulish", sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
p {
    word-spacing: 0.16px;
    letter-spacing: 0.12px;
    line-height: 150%;
}
body {
    overflow-x: hidden;
}
.fa-phone-alt::before {
    content: "\f879";
}
.tab-bar {
    background: #4390C0;
}
.tab-bar .option-tabs-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-bar .option-tabs-wrapper .contacts {
    list-style-type: none;
    display: flex;
    margin: 0;
}
.tab-bar .option-tabs-wrapper .contacts li {
    margin-right: 15px;
}
.para p,
.services-card p {
    text-align: justify;
}
.tab-bar .option-tabs-wrapper .contacts li a {
    color: #f3f3f3;
    text-decoration: none;
    font-size: 15px;
}
.tab-bar .option-tabs-wrapper .contacts .divider {
    width: 1px;
    height: 20px;
    background: #f3f3f3;
}
.tab-bar .nav-tabs .nav-link {
    color: #f3f3f3;
    border: 0;
}
.tab-bar .nav-tabs .nav-item.show .nav-link,
.tab-bar .nav-tabs .nav-link.active {
    background: #f8f9fa;
    color: #c0902c;
    font-weight: 600;
    border: 0;
    padding: 8px;
    position: relative;
}
.tab-bar .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 2px;
    background-color: #c0902c;
}
.tab-bar .nav-tabs .nav-link:hover {
    border: 0;
}
/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
/* .progress-wrap::after {
	position: absolute;
	content: "\f077";
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: #BA9324; 
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
} */
.progress-wrap i.fas {
    position: absolute;
    top: 14px;
    left: 16px;
    /* background: #fff; */
    font-size: 18px;
    z-index: 2;
    color: #4390c0;
}
/* .progress-wrap:hover::after {
	opacity: 0;
} */
.progress-wrap::before {
    position: absolute;
    /* font-family: 'unicons'; */
    content: "\f077";
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black; /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/* .progress-wrap:hover::before {
	opacity: 1;
} */
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #4390c0;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* ----------------------------------------------------- */
.main-header {
    background: transparent;
    transition: 0.2s all ease-in-out;
}
.main-header.scrolled {
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    transition: 0.2s all ease-in-out;
}
.main-header {
    position: sticky;
    top: 0;
    padding: 5px 0px;
    z-index: 99;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); */
}
.btn-header {
    margin-left: 20px;
    border: 1px solid #c0902c;
    color: #c0902c;
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 500;
}
.btn-header:hover {
    background: #c0902c;
    color: #fff;
}
.text-justify {
    text-align: justify;
}
.main-header .nav-link {
    color: #333;
    font-weight: 500;
    position: relative;
    padding: 1.6rem 0;
}
.main-header .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 0%;
    height: 2px;
    background-color: #c0902c;
    transition: 0.3s all ease-in-out;
}
.data-collection-heading{font-size:40px;}
.main-header .nav-link:hover::before {
    width: 100%;
}
.main-header .nav-link.active,
.main-header .nav-link:hover {
    color: #c0902c;
    position: relative;
}
.main-header .nav-link.active::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 15%;
    width: 100%;
    height: 2px;
    background-color: #c0902c;
}
.hero-wrapper {
    position: relative;
     min-height: 500px;
    background: linear-gradient(145deg, #E9EDEC 0%, rgba(248,241,241, 0.9) 35%, rgba(173, 224,255,0.6) 60%, rgba(173, 224,255,0.8) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    top: -85px;
}
.hero-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hero-bg.png) no-repeat;
    background-position: center;
    opacity: 0.9;
}
.hero-content{
	position: relative;
	z-index: 1;
display: flex;
}
/*.hero-wrapper::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 30%;
    width: 100%;
    height: 100%;
    background: url(../images/eagle.png) no-repeat;
    background-position: center;
    opacity: 0.9;
}*/
.testi-header .shadow-heading{
    background: #2d6e9c;
    color: #fff;
    padding: 3px 20px;
    display: inline-block;
    border-radius: 30px;
}
.hero-wrapper h1{
    text-transform: uppercase;
    font-size: 60px;
    line-height: 75px;
    color: #122453;
    font-weight: 700;
}
.hero-wrapper p{
    font-size: 20px;
    line-height: 30px;
    color: #333;
}
.search-section {
    margin-top: -200px;
    background: #Fff;
}
.search-section .search-box {
    border-radius: 30px;
    /* box-shadow: 0 4px 4px rgba(0,0,0,0.1); */
    overflow: hidden;
}
.search-section .search-box .search-content {
    background: #F0F4FD;
    padding: 30px;
    border-radius: 0 30px 0 0;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.search-section .search-box .search-list {
    border: 0;
    border-radius: 0px 30px 0 0;
    overflow: hidden;
    width: fit-content;
}
.search-section .search-box .search-list .nav-item:first-child .nav-link {
    border-radius: 30px 0 0 !important;
}
.search-section .search-box .search-list .nav-item:last-child .nav-link {
    border-radius: 0px 30px 0 0 !important;
}
.search-section .search-box .search-list.nav-tabs .nav-item .nav-link {
    padding: 15px 30px;
    color: #fff;
    border-right: 1px solid #ABA3C8;
    border-radius: 0;
    background: #2D6E9C;
    font-size: 15px;
}
.search-section .search-box .search-list.nav-tabs .nav-item:last-child .nav-link {
    border-right: 0;
}
.search-section .search-box .search-list.nav-tabs .nav-item.show .nav-link,
.search-section .search-box .search-list.nav-tabs .nav-link.active {
    color: #c0902c;
    background: #E7F0F7;
    font-weight: 600;
}

.search-content .search-content-inner {
    display: flex;
    align-items: flex-end;
}
.search-content .divider {
    width: 2px;
    background: #ccc;
    height: 60px;
    margin: 0 40px;
}
.search-content .search-content-inner div:first-child,
.search-content .search-content-inner div:nth-child(3) {
    width: 35%;
}
.search-content .search-content-inner div:nth-child(3) {
    margin-right: 40px;
}
.search-content i.theme-color {
    color: #c0902c;
}
.search-content .btn,
.theme-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    /* text-transform: uppercase; */
    text-align: left;
    background-image: linear-gradient(to right, #D5AB3A, #AA7624);
    border: 1px solid #c0902c;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    min-width: 195px;
}
.search-content .btn{
	padding: 13px 28px;
	min-width: 205px;
}
.theme-btn span{
    background: #fff;
    color: #000;
    border-radius: 50%;
    padding: 13px;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 1px;
    right: 1px;
    line-height: 22px;
    text-align: center;
}
.theme-btn span i{
    transform: rotate(-45deg);
    font-size: 18px;
    color: #AE7C26;
}
.theme-btn:hover span{
    background: #c0902c;
    color: #fff;
}
.theme-btn:hover span i{
    color: #fff;
}
.search-content .btn:before,
.search-content .btn:after,
.theme-btn:before,
.theme-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #c0902c;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}
.search-content .btn:before,
.theme-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.search-content .btn:after,
.theme-btn:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.search-content .btn:hover::before,
.search-content .btn:hover:after,
.search-content .btn.active::before,
.search-content .btn.active:after,
.theme-btn:hover::before,
.theme-btn:hover:after,
.theme-btn.active::before,
.theme-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #c0902c;
}
.search-content .btn:hover,
.theme-btn:hover:hover {
    color: #c0902c;
}

.search-content .form-control,
.search-content .form-select {
    height: 45px;
}
.search-content .form-control:focus,
.search-content .form-select:focus,
.btn:focus {
    box-shadow: none;
    border-color: #c0902c;
}
.about-section {
    padding: 70px 0;
}
.section-heading {
    font-size: 50px;
    font-family: "Poppins", system-ui;
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
}
.section-heading .theme-color {
    color: #c0902c;
    font-size: 50px;
     font-weight: 600;
}
.about-section {
    background: #fff;
}
.about-section .about-image{
    position: relative;
}
.about-section .about-image .absolute{
    position: absolute;
    bottom: 0px;
    left: -20px;
    width: 160px;
    animation: move-verticle 1.2s linear infinite alternate;
}
@keyframes move-verticle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
.about-section .about-image .num-count{
    position: absolute;
    top: 30px;
    left: 70px;
    max-width: 92px;
    text-align: center;
}
.about-section .about-image .num-count.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 180px;
    text-align: center;
}
.about-section .about-image .num-count.centered h3{
    font-size: 120px;
    font-weight: 700;
    margin: 0;
}
.about-section .about-image .num-count.centered h3::after{
    content: none;
}
.about-section .about-image .num-count.centered p{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.num-count h3,
.num-count span.count{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 9;
    display: inline;
}
.num-count h3::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(to right, #FCEFDE, #D1EEFF);
    z-index: -1;
}
.number-wrap{
    margin: 50px 0;
    text-align: center;
    /* display: flex; */
}
.shadow-heading{
    font-size: 17px;
    color: #868D98;
    font-family: "poppins", system-ui;
    margin: 0;
}
.border-10{
    border-radius: 10px;
}
.about-section .num-count p{
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 0;
}
.about-section .about-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.number-section {
    background: #fbf4da;
    padding: 70px 0;
    position: relative;
}
.number-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-map.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.number-section .section-heading {
    color: #c0902c;
}
.number-section .container {
    position: relative;
    z-index: 1;
}
.num-wrapper,
.num-wrapper1 {
    display: flex;
}
.num-wrapper div {
    width: 25%;
}
.num-wrapper1 div {
    width: 33%;
}
.num-wrapper .number-box,
.num-wrapper1 .number-box {
    text-align: center;
    padding: 20px 10px;
}
.borders {
    border-image: linear-gradient(
            to bottom,
            #eeeaea 10%,
            #c7cdee 40%,
            #eeeaea 100%
        )
        1;
    border-radius: 5px; /* this doesn't work */
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    border-top: 0;
    border-left: 0;
}
.num-wrapper1 .number-box.borders {
    border-bottom: 0;
}
.num-wrapper .number-box:last-child,
.num-wrapper1 .number-box:last-child {
    border-right: 0;
}
.num-wrapper .number-box h3,
.num-wrapper .number-box h3 span,
.num-wrapper1 .number-box h3,
.num-wrapper1 .number-box h3 span {
    font-size: 40px;
    color: #c0902c;
    font-weight: 700;
}

/* .main-header .nav-item {
    padding: 1.2rem 0px;
  } */

.main-header .dropdown-hover:hover > .dropdown-menu {
    display: inline-block;
}

.main-header .dropdown-hover > .dropdown-toggle:active {
    pointer-events: none;
}
.main-header .dropdown-menu {
    top: 94%;
    left: 0;
    border: 1px solid #c0902c;
}

.header_counter .icon {
    margin-right: 10px;
}
.header_counter .h6 {
    font-weight: 500;
}
.header_counter .lazyloaded {
    font-size: 20px;
    font-weight: 700;
    color: #c0902c;
}
.list-group .list-group-item {
    position: relative;
    border: 0;
    padding: 8px 20px 8px 30px;
    transition: all 0.2s ease-in-out;
}
.list-group .list-group-item::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c0902c;
}
.list-group .list-group-item::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 7px;
    width: 16px;
    height: 16px;
    border: 2px solid #c0902c;
    border-radius: 50%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #fbfaeb;
    transform: translateX(5px);
}
.solution-section {
    padding: 70px 0;
    background: #ECEFF1;
    position: relative;
    overflow: hidden;
}
/* .solution-section::before {
    content: "";
    top: -70px;
    left: -70px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    border: 30px solid #c0902c;
}
.solution-section::after {
    content: "";
    right: -30px;
    width: 100px;
    bottom: -30px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    border: 20px solid #c0902c;
} */
.solution-section .services-card {   
    box-shadow: 0 0 12px 0 rgb(192 144 44 / 20%);
    border-radius: 10px;
    min-height: 350px;
    max-height: 350px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    /* transition: 0.5s all ease-in-out; */
}
.solution-section .services-card img{
    min-height: 350px;
}
.solution-section .services-card::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
    border-radius: 10px;
    transition: 0.3s all ease-in-out;
}
.solution-section .services-card h4{
    position: absolute;
    top: 30px;
    left: 30px;
    color: #fff;
    z-index: 9;
    font-size: 24px;
    font-weight: 700;
    width: 80%
}
.solution-section .services-card:hover::after{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5));
}

.solution-section .services-detals{
    position: absolute;
    top: 70%;
    left: 24%;
    transform: translate(-100%, -100%);   
    z-index: 9;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    width: 50%;
    visibility: hidden;
}
.solution-section .services-card:hover .services-detals{
    transform: translate(-16%, -30%);
    opacity: 1;
    width: 100%;
    visibility: visible;
}
.solution-section .services-detals p{
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-right: 30px;
}
.more-btn{
    background: #fff;
    color: #333;
    padding: 6px 20px;
    border-radius: 30px;
    text-align: left;
    position: relative;
    overflow: hidden;
    min-width: 140px;
    font-size: 15px;
}
.more-btn i.fa-arrow-right{
    width: 33px;
    height: 33px;
    background: #4390C0;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: 30px;
    text-align: center;
    transform: rotate(-45deg);    
}

.solution-section .owl-nav{
    position: absolute;
    top: -30%;
    right: 8%;
    display: flex;
}

.solution-section .owl-nav .owl-prev,
.solution-section .owl-nav .owl-next{
    width: 55px;
    height: 55px;
    background: #fff !important;
    line-height: 55px;
    margin-left: 15px;
    color: #000;    
}
.testimonial-section  .owl-nav .owl-prev span,
.testimonial-section  .owl-nav .owl-next span,
.solution-section .owl-nav .owl-prev span,
.solution-section .owl-nav .owl-next span {
    font-size: 40px;
    font-weight: 700;
}
.border-btn {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    z-index: 2;
    /* text-transform: uppercase; */
    text-align: center;
    background-color: transparent;
    border: 1px solid #c0902c;
    color: #c0902c;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 20px;
    min-width: 144px;
    border-radius: 4px;
}
.border-btn i.fas.fa-arrow-right {
    font-size: 14px;
}
.border-btn:before,
.border-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #c0902c;
    color: #fff;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1);
}
.border-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.border-btn:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
.border-btn:hover {
    color: #fff;
}
.border-btn:hover::before,
.border-btn:hover:after,
.border-btn.active::before,
.border-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    color: #fff;
}

.apart-section {
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background: url(../images/bg-apart.png) no-repeat;
    background-size: cover;
}
.apart-section .apart-box {
    background: #f8f9fa;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    text-align: center;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 20px 30px rgba(187, 192, 207, 0.15);
}
.apart-section .apart-box::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(240,209,102,0.3), rgba(255,232,150,0.33), rgba(32,35,41,0.9));
}
.apart-section .apart-box .apart-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    z-index: 9;
    width: 87%;
}
.apart-section .apart-box .apart-text h5{
    color: #fff;
    font-size: 18px;
    margin: 0;
    margin-right: 12px;	
    text-align: left;
width: 65%;
}
.apart-btn{
    background: #B5842A;
    border: 1px solid #B5842A;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #fff;
    transform: rotate(-45deg);
}
.apart-btn:hover{
    background: #fff;
    color: #B5842A;
}
.apart-section1{
    padding: 70px 0;
    background: #F7F1D8;
}
.circle{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-1{
    width: 200px;
    height: 200px;
    border: 1px dashed #724721;
    animation: rotate-right 10s infinite linear;
}
.circle-2{
    width: 310px;
    height: 310px;
    border: 1px dashed #000000;
    animation: rotate-left 15s infinite linear;
}
.circle-3{
    width: 420px;
    height: 420px;
    border: 1px dashed #E00034;
    animation: rotate-right 20s infinite linear;
}
.circle-4{
    width: 520px;
    height: 520px;
    border: 1px dashed #3773AD;
    animation: rotate-left 40s infinite linear;
    position: relative;
}

@keyframes rotate-right {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@keyframes rotate-left {
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.apart-box.wrap1{
    position: absolute;
    top: 21px;
    right: -6.5%;
}
.apart-box.wrap1::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    left: -53%;
    background: url(../images/blue-arrow.png) no-repeat;
}
.apart-box.wrap2{
    position: absolute;
    bottom: 21px;
    right: -1.9%;
}
.apart-box.wrap2::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -41px;
    right: 90%;
    background: url(../images/security-arrow.png) no-repeat;
}
.apart-box.wrap3{
    position: absolute;
    top: 21px;
    left: -8%;
}
.apart-box.wrap3::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 100%;
    background: url(../images/business-arrow.png) no-repeat;
}
.apart-box.wrap4{
    position: absolute;
    bottom: 21px;
    left: -3.1%;
}
.apart-box.wrap4::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -13px;
    left: 100%;
    background: url(../images/techno-arrow.png) no-repeat;
}
.apart-section1 .apart-box .apart-text{
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 30px;
    overflow: hidden;
}
.apart-box .apart-text .more-btn{
    background: #4390C0;
    color: #fff;
}
.apart-box .apart-text .more-btn i.fa-arrow-right{
    background: #fff;
    color: #4390C0;
}
.apart-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
nav.scrolled .navbar-brand img {
    width: 80px !important;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
nav.scrolled .navbar-brand1 img {
    width: 72px !important;
    padding: 0;
    transition: all 0.2s ease-in-out;
}
nav.scrolled.main-header{
    padding: 0;
}
/* .apart-box-wrap2 .apart-box:after {
    content: "";
    position: absolute;
    height: 350px;
    width: 350px;
    border: 50px solid #efefef;
    border-radius: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    -webkit-transform: translate(calc(100% - 170px), calc(-100% + 160px));
    -ms-transform: translate(calc(100% - 170px), calc(-100% + 160px));
    transform: translate(calc(100% - 170px), calc(-100% + 160px));
}
.apart-box-wrap2:nth-of-type(even) .apart-box:after {
    left: 0;
    right: auto;
    top: 0;
    -webkit-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
    -ms-transform: translate(calc(-100% + 170px), calc(-100% + 160px));
    transform: translate(calc(-100% + 170px), calc(-100% + 160px));
}
.apart-section .apart-box-wrap2 .apart-box h5 {
    font-size: 20px;
    color: #c0902c;
    font-weight: 700;
    margin: 15px 0 10px 0;
}
.apart-section .container {
    position: relative;
}
.apart-section .container::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -40px;
    background: url(../images/line_22.png) no-repeat;
    width: 72px;
    height: 94px;
    animation: moving 2s linear infinite alternate;
}
.apart-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/line_1.png) no-repeat;
    width: 150px;
    height: 150px;
    animation: moving 2s linear infinite alternate;
}
@keyframes moving {
    0% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(10px);
    }
} */
.text-heading {
    text-align: center;
    color: #1a193c;
    margin-bottom: 30px;
}
.testimonial-section {
    padding: 70px 0;
    background: #fff;
    overflow: hidden;
}
.testimonial-section .testi-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* margin-bottom: 40px; */
}
.testimonial-card .testi-stars,
.testimonial-section .testi-header .testi-stars{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.testimonial-card .testi-stars i.fas,
.testimonial-section .testi-header .testi-stars i.fas{
    color: #0BCD89;
    font-size: 22px;
}
.testimonial-section .testi-header .testi-stars i.fas:last-child{
    background: linear-gradient(to right, #0BCD89,  #929292); 
    -webkit-text-fill-color: transparent; 
    -webkit-background-clip: text; 
}
.testimonial-section .testi-header .testi-stars p.m-0{
    font-size: 22px;
    font-weight: 700;
    margin-left: 10px;
}
.testimonial-section  .owl-nav{
    position: absolute;
    top: -20%;
    right: 1%;
    display: flex;
}
.testimonial-section  .owl-nav .owl-prev,
.testimonial-section  .owl-nav .owl-next{
    width: 45px;
    height: 45px;
    background: #BB940C !important;
    line-height: 45px;
    margin-left: 15px;
    color: #fff;    
}
.testimonial-section  .owl-nav .owl-prev span,
.testimonial-section  .owl-nav .owl-next span{
    color: #fff;
    font-size: 30px;
}
.testimonial-section .testi-header .testi-ratings p.ratings{
    font-size: 30px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.testimonial-section .testi-header .testi-ratings p.ratings span{
    font-size: 15px;
    font-weight: 500;
    color: #767373;
    display: inline-block;
    margin-left: 20px;
}
.font-600{
    font-weight: 600;
}
.shadow-title {
    /* font-family: var(--title-font); */
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    background-image: -webkit-linear-gradient(
        top,
        rgba(226, 232, 250, 0.7) 0%,
        rgba(226, 232, 250, 0) 88.54%
    );
    background-image: linear-gradient(
        180deg,
        rgba(226, 232, 250, 0.7) 0%,
        rgba(226, 232, 250, 0) 88.54%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin: -0.55em 0 -0.45em -0.25em;
    text-align: center;
    pointer-events: none;
    pointer-events: none;
    user-select: none;
}
.background-image,
[data-bg-src] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* ------------- */
.testimonial-section .container.one .testimonial-card {
    border: 1px solid #ebebeb;
    padding-top: 50px;
    color: #676767;
}
.testimonial-section .container.one .testimonial-card i.fas {
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #606060;
    opacity: 0.7;
}
.testimonial-section .container.one .testimonial-card:hover i.fas {
    font-size: 32px;
    color: #fff;
    opacity: 0.9;
}
/* --------------- */
.testimonial-card {
    background: #Fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 20px 30px rgba(187, 192, 207, 0.15);
    position: relative;
    min-height: 290px;
}
.testimonial-card .testi-stars{
    margin-bottom: 30px;
}
.testimonial-card .testi-text {
    height: 160px;
    overflow-y: auto;
    margin-bottom: 15px;
    padding-right: 10px;
}
.testimonial-card .testi-text::-webkit-scrollbar {
    width: 5px;
}
.testimonial-card .testi-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.testimonial-card .testi-text::-webkit-scrollbar-thumb {
    background: #d7d2d2;
}
.testimonial-detals .review-text{
    color: #333;
    margin-bottom: 20px;
}
.testimonial-detals .author-position{
    color: #BF902D;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 16px;
}
.testimonial-detals .author-name{
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin: 0;
}
.theme-color {
    color: #c0902c;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    font-size: 34px;
    line-height: 25px;
    color: #333;
}
.owl-carousel .owl-nav.disabled{
    display: block !important;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 2px 4px #8f8f8f;
}

.newsroom-section {
    padding: 70px 0;
    overflow: hidden;
    background-image: linear-gradient(to bottom, #C6EAFF, #EEF7FD);
}
.newsroom-section .news-tabs .nav{
    justify-content: center;
    margin-bottom: 50px;
}
.newsroom-section .news-tabs .nav-link,
.content-wrapper.blog-page .insight-tabs .nav-link {
    background: #fff;
    border: 1px solid #2D6E9C;
    color: #2D6E9C;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 18px;
    margin-right: 20px;
    min-width: 200px;
    text-align: center;
    transition: 0.1s all ease-in-out;
}
.newsroom-section .news-tabs .nav-link:hover{
    background: #2D6E9C;
    border: 1px solid #fff;
    color: #fff;
}
.newsroom-section .news-tabs .nav-link.active,
.content-wrapper.blog-page .insight-tabs .nav-link.active{
    background: #2D6E9C;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
}
.newsroom-section .news-tabs{}
.newsroom-wrapper{
    text-align: right;
    margin-right: 20px;
}
.newsroom-wrapper .section-heading{
    text-align: right;
    margin-bottom: 20px;    
}
.newsroom-wrapper p.text{
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
}
.swiper {
    width: 100%; 
    height: 400px; 
    overflow: hidden;
}
.swiper-wrapper{
    width: 90% !important;
}
.swiper-link{
    background: #DBB74E;
    width: 52px;
    height: 52px;
    line-height: 52px;
    color: #333;
    border-radius: 50%;
    text-align: center;
    display: block;
    transform: rotate(-45deg);
    border: 1px solid #DBB74E;
}
.swiper-link:hover{
    background: #fff;
    color: #DBB74E;
}
.swiper-slide {
    font-size: 16px;
    background: #fff;
    border-radius: 10px; 
    padding: 30px 20px 10px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
}
.swiper-text{
    width: 80%;
}
.swiper-text h5{font-size:18px;}
.swiper-text h5 span{font-size:15px;}
.swiper-text p{font-size:15px; height: 50px; overflow:hidden;}
.swiper.mySwiper.annoucement .swiper-text p{font-size:18px; overflow:hidden;}
.swiper-pagination{
    position: relative;
    right: 0px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main{
    color: #d7a60b !important;
    background: #d7a60b !important;
}
  
.content-wrapper.Social.committees .newsroom-section {
    padding:  0;
    overflow: hidden;
    background-image: none;
}
.content-wrapper.Social.committees .newsroom-section .news-tabs .nav-link {    
    padding: 7px 30px;
    font-size: 16px;    
    min-width: 160px;
}
.content-wrapper.blog-page .insight-tabs .nav-link{
    padding: 10px 40px;
    font-size: 18px;    
    min-width: 200px;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "-";
    color: #4390c0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.accordion-button::after {
    background-image: none;
    transform: none;
    content: "+";
    color: #4390c0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    width: 30px;
    height: 30px;
    line-height: 26px;
}
.content-wrapper.Social.committees .accordion-button{padding: 1rem}
.content-wrapper.Social.committees .accordion-button{font-size: 20px; font-weight: 500;}
.content-wrapper.jmd-message.Social.committees .team-grid{background:none; max-width: inherit;}
.content-wrapper.jmd-message.Social.committees .team-grid:hover{transform: none;}
.content-wrapper.Social.committees .newsroom-section .news-tabs .nav {
    margin-bottom: 20px;
}
.content-wrapper.Social.committees .newsroom-section .news_box p{font-weight:500;}
.content-wrapper.Social.committees .newsroom-section .news_box a{color:#2d6e9c; font-weight:600;}
.newsroom-section .newsroom-card {
    background: #fff;
    box-shadow: 0px 10px 15px rgba(4, 12, 28, 0.08);
    border-radius: 5px;
    overflow: hidden;
    min-height: 455px;
    margin-top: 2px;
}
.content-wrapper.Social.committees .newsroom-section ul.value-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0;
}
.content-wrapper.Social.committees .newsroom-section ul.value-list li {
    background: aliceblue;
    padding: 16px;
    width: 32.3%;
    margin-bottom: 20px;
    border-radius: 4px;
}
.content-wrapper.Social.committees .newsroom-section ul.value-list li::before{
	content: none;
}
.newsroom-section .newsroom-card .fig {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}
.newsroom-section .newsroom-card .fig img {
    width: 90% !important;
}
.newsroom-section .newsroom-card .news-detals {
    padding: 20px;
}
.newsroom-section .owl-stage-outer {
    padding-bottom: 20px;
}
.bg-top-right {
    background-size: cover;
    background-position: top right;
}
.gobal-section {
    min-height: 500px;
    overflow: hidden;
}
.call-section {
    padding: 70px 0;
    background: #f8f9fa;
}
.call-section.search-content .search-content-inner {
    background: #fff;
    padding: 20px 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 15px rgba(8, 14, 28, 0.06);
}
.footer-section {
    padding: 70px 0 0px;
    background: #092635;
}
.footer-section .foooter-menu h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding-bottom: 6px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.footer-section .foooter-menu h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #aaaaaa;
}
.footer-section .foooter-menu .menu-lst {
    list-style-type: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
}
.footer-section .foooter-menu .menu-lst li {
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease-out;
}
.footer-section .foooter-menu .menu-lst li a {
    font-size: 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}
.footer-section .foooter-menu .menu-lst li i.fas {
    font-size: 11px;
}
.footer-section .foooter-menu .menu-lst li:hover {
    transform: translateX(4px);
}
.footer-section .foooter-menu .social-icons {
    display: flex;
}
.footer-section .foooter-menu .social-icons li {
    height: 29px;
    overflow: hidden;
    margin-right: 20px;
}
.footer-section .foooter-menu .social-icons li a img {
    margin-top: -29px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.footer-section .foooter-menu .social-icons li a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    margin-top: 0;
}
.footer-section .footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #aaaaaa;
}
.footer-section .footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.footer-section .footer-copyright .list {
    list-style-type: none;
    display: flex;
    margin: 0;
}
.footer-section .footer-copyright .list li {
    margin-right: 12px;
    color: #fff;
}
.footer-section .footer-copyright .list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/* ------------------------------Profile page----------------------------------- */
.hero-wrapper-inner {
    min-height: 250px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
} 
.hero-wrapper-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.hero-wrapper-inner h1 {
    font-size: 40px;
    color: #fff;
    text-align: left;
}
.hero-wrapper-inner .inner-navigation {
    max-width: fit-content;
}
.hero-wrapper-inner .inner-navigation h1 {
    font-size: 18px;
    font-weight: 700;
}

.hero-wrapper-inner .inner-navigation {
    left: 0;
    bottom: 0;
    padding: 15px 12px;
    position: absolute;
    border: 5px solid #fff;
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #c0902c;
    min-width: 220px;
}
.hero-wrapper-inner .inner-navigation .breadcrumb {
    margin: 0;
}
.breadcrumb > li + li:before {
    color: inherit;
    opacity: 0.5;
    font-family: "font awesome 5 free";
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.breadcrumb li,
.breadcrumb a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
}
.content-wrapper {
    padding: 70px 0;
}
.content-wrapper .img-card {
    position: relative;
}
.content-wrapper .img-card img {
    border-radius: 10px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.content-wrapper .img-card .widget {
    position: absolute;
    bottom: 20px;
    right: 50px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    overflow: hidden;
    /* border: 1px solid #C0902C; */
    animation: moving 1.2s linear infinite alternate;
    display: flex;
    align-items: center;
}
@keyframes moving {
    0% {
        transform: translateX(-7px);
    }
    100% {
        transform: translateX(7px);
    }
}
.content-wrapper .img-card .widget::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to right, #e4bd68, #c49f50);
    border-radius: 50%;
    filter: blur(100px);
}
.content-wrapper .img-card .widget h4 {
    font-size: 24px;
    font-weight: 700;
}
.about-text p {
    text-align: justify;
}

/* ------------------------------Milestone page----------------------------------- */
.timeline-wrapper {
    background: url("../assets/images/timeline-map.png") no-repeat scroll center
        center / 100% auto rgba(0, 0, 0, 0);
    display: inline-block;
    width: 100%;
}
.timeline-wrapper ul {
    display: grid;
}
.timeline-wrapper ul {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: 100%;
    margin-inline: auto;
}

.timeline-wrapper ul::before {
    content: "";
    grid-column: 1;
    grid-row: 1 / span 20;
    background: rgb(225, 225, 225);
    border-radius: calc(var(--line-w) / 2);
}
.timeline-wrapper ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}
.timeline-wrapper ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}
.timeline-wrapper ul li .date {
    --dateH: 3rem;
    height: 40px;
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(40px / 2) 0 0 calc(40px / 2);
}
.timeline-wrapper ul li .date::before {
    content: "";
    width: var(--inlineP);
    aspect-ratio: 1;
    background: var(--accent-color);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
    position: absolute;
    top: 100%;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    right: 0;
}
.timeline-wrapper ul li .date::after {
    content: "";
    position: absolute;
    width: 2rem;
    aspect-ratio: 1;
    background: var(--bgColor);
    border: 0.3rem solid var(--accent-color);
    border-radius: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.timeline-wrapper ul li .descr {
    padding: 12px;
    font-weight: 00;
    background: #fff;
    box-shadow: 0px 1px 4px #e3e3e3;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 1;
}
.timeline-wrapper ul li .descr::before {
    content: "";
    background: #f2f7fb;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s all ease-in-out;
}
.timeline-wrapper ul li .descr:hover::before {
    width: 100%;
    color: #fff;
}

.timeline-wrapper ul li .descr p {
    margin: 0;
    transition: 0.5s all ease-in-out;
}

.timeline-wrapper ul li:not(:last-child) {
    margin-bottom: var(--row-gap);
}
@media screen and (min-width: 40rem) {
    .timeline-wrapper ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }
    .timeline-wrapper ul::before {
        grid-column: 2;
    }
    .timeline-wrapper ul li:nth-child(odd) {
        grid-column: 1;
    }
    .timeline-wrapper ul li:nth-child(odd) .date {
        border-radius: 0 calc(40px / 2) calc(40px / 2) 0;
    }
    .timeline-wrapper ul li:nth-child(odd) .date::before {
        clip-path: polygon(0 0, 100% 0, 100% 100%);
        left: 0;
    }
    .timeline-wrapper ul li:nth-child(odd) .date::after {
        transform: translate(-50%, -50%);
        left: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }
    .timeline-wrapper ul li:nth-child(even) {
        grid-column: 3;
    }
    .timeline-wrapper ul li:nth-child(2) {
        grid-row: 2 / 4;
    }
    .timeline-wrapper ul li:nth-child(odd) {
        grid-column: 1;
    }
}

.content-wrapper.vision .img-card {
    display: flex;
}
.content-wrapper.vision .about-text h2 {
    font-size: 40px;
}
.content-wrapper.vision .about-text h5 {
    font-size: 20px;
    font-weight: 400;
}
.content-wrapper.vision .img-card .widget .divider {
    width: 2px;
    height: 40px;
    background: #333;
    display: inline-block;
    margin: 0 20px;
}
.content-wrapper.vision .img-card .widget {
    position: relative;
    bottom: 0;
    height: 70px;
    margin: 30px 0;
}
.content-wrapper .value-list li {
    list-style-type: none;
    position: relative;
    font-size: 16px;
    margin-bottom: 7px;
}
.content-wrapper .value-list li::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 6px;
    width: 16px;
    height: 16px;
    background: url("../images/checked.png");
    border-radius: 50%;
    padding: 3px;
}

.content-wrapper.vision .img-card img {
    width: 100%;
    max-width: 300px;
    height: 550px;
    object-fit: cover;
    object-position: center center;
    border-radius: 400px 400px 400px 400px;
}
.content-wrapper.vision .about-text {
    background: #fbf4da;
    padding: 20px 12px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.vision-text {
    position: relative;
}
.vision-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/line_1.png) no-repeat;
    width: 150px;
    height: 150px;
    animation: moving 2s linear infinite alternate;
}
/* ---------------------Message from JMD------------------  */
.content-wrapper.jmd-message .team-grid1 {
    position: relative;
    text-align: center;
    border-radius: 16px;
}

.content-wrapper.jmd-message .th-team .team-img {
    position: relative;
    overflow: hidden;
}
.content-wrapper.jmd-message .team-grid1 .team-img {
    border-radius: 16px 16px 0 0;
}
.content-wrapper.jmd-message .team-grid1 .team-img img {
    min-height: 200px;
    width: 100%;
}
/*.content-wrapper.jmd-message .team-grid1 .team-img2 {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    margin-top: -110px;
    border: 3px solid #c0902c;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    z-index: 3;
}*/
.jmd-text p {
    text-align: justify;
}
.content-wrapper.jmd-message .team-grid::after {
    content: none;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: url(../images/bls-logo.png) no-repeat center;
    background-size: contain;
    opacity: 0.1;
    width: 380px;
    height: 300px;
}
.content-wrapper.jmd-message .team-grid1 .team-img2 img {
    width: 100%;
    /* border-radius: 50%; */
    -webkit-transition: all 1.3s ease 0s;
    transition: all 1.3s ease 0s;
}
.content-wrapper.jmd-message .team-grid1 .team-content {
position: absolute;
    bottom: 30px;
    right: -60px;
    padding: 0;
    border-radius: 16px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /* z-index: 2; */
    background: #fff;
    box-shadow: 0px 1px 4px #d3d3d3;
}
.content-wrapper.jmd-message .team-grid1 .team-content.jmd {
position: absolute;
    bottom: -40px;
    right: 30%;
    padding: 0;
}
.content-wrapper.jmd-message .team-grid1 .media-body {
    position: relative;
    border-radius: 16px;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 2;
    overflow: hidden;
}
.content-wrapper.jmd-message .box-title {
font-size: 22px;
    line-height: 1.417;
    font-weight: 600;
}
.content-wrapper.jmd-message .th-team .box-title {
    margin-bottom: 0;
}
.content-wrapper.jmd-message .th-team .team-desig {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #000;
}
.content-wrapper.jmd-message .jmd-message p {
    text-align: justify;
}
/* --------------------------Awards---------------------- */
.award-wrapper.grey {
    background: #eaeaea;
}
.award-wrapper .awards-text {
    padding: 20px;
}
.award-wrapper.theme {
    background: #fbf4da;
}
.award-wrapper img {
    height: 240px;
}
.award-wrapper.grey .col-md-4 {
    text-align: start;
}
.award-wrapper .col-md-4 {
    text-align: end;
}

.content-wrapper.testimonial-section .testimonial-card {
    min-height: 370px;
    position: relative;
    z-index: 1;
}

.content-wrapper.testimonial-section .testimonial-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #4390c0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.content-wrapper.testimonial-section .testimonial-card:hover::before {
    width: 100%;
}
.content-wrapper.testimonial-section .testimonial-card:hover p,
.content-wrapper.testimonial-section .testimonial-card:hover h6 {
    color: #fff;
}
.testimonial-card .test-text {
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 12px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}
.testimonial-card .test-text::-webkit-scrollbar {
    width: 5px;
}
.testimonial-card .test-text::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.testimonial-card .test-text::-webkit-scrollbar-thumb {
    background: #828587;
}
.content-wrapper.testimonial-section .testimonial-card h6 {
    font-size: 18px;
    font-weight: 600;
}

.content-wrapper.clients {
    background: #f8f9fa;
}
.content-wrapper.clients .clinet-card {
    padding: 30px;
    border-radius: 10px 40px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
    border: 1px dashed transparent;
    min-height: 276px;
    transition: 0.5s all ease-in-out;
}
.content-wrapper.clients .clinet-card.one {
    border-radius: 40px 10px;
}
.content-wrapper.clients .clinet-card.one:hover {
    border-radius: 10px 40px;
    transform: translateY(-7px);
}
.content-wrapper.clients a {
    text-decoration: none;
}
.content-wrapper.clients p {
    color: #333;
}

.content-wrapper.clients .clinet-card h5 {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}
.content-wrapper.clients .clinet-card:hover {
    border-radius: 40px 10px;
    border-color: #c0902c;
    transform: translateY(-7px);
}


.content-wrapper.leadership .box-title.title {
    font-size: 20px;
}

.content-wrapper.leadership .team-grid {
    position: relative;
}
.content-wrapper.leadership .auditor .team-grid {
    min-height: 273px;
    position: relative;
}
.content-wrapper.leadership .auditor.bod .team-grid {
    min-height: 263px;
}
.content-wrapper.leadership .composition .team-grid,
.content-wrapper.leadership .composition .team-grid .media-body {
    min-height: auto;
    position: relative;
}

.content-wrapper.leadership .auditor .team-grid .media-body {
    min-height: 240px;
}
.content-wrapper.leadership .auditor .box-title.title {
    font-size: 18px;
}
.content-wrapper.leadership .auditor .jmd-text p {
    text-align: start;
}
/*.content-wrapper.leadership .team-grid::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    background: url(../images/bls-logo.png) no-repeat center;
    width: 250px;
    height: 250px;
    background-size: contain;
    opacity: 0.1;
}
.content-wrapper.leadership .team-grid .media-body {
    min-height: 172px;
}*/
.content-wrapper.leadership .team-grid .media-body .team-desig {
    font-size: 14px;
}
.content-wrapper.leadership .modal-content .btn-close {
	position: absolute;
    top: -18px;
    right: -18px;
    background: #4390C0;
    border-radius: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0.9;
    z-index: 1;
    border-radius: 50%;
}
.content-wrapper.leadership .modal-content .btn-close:hover {
    opacity: 1;
}
.content-wrapper.leadership .modal-content .modal-body {
    padding: 24px;
    max-height: 500px;
    overflow-y: auto;
}
.modal-content .modal-body .value-list li {
    font-size: 15px;
}
.content-wrapper.leadership .modal-content .modal-body::-webkit-scrollbar {
    width: 5px;
}
.content-wrapper.leadership
    .modal-content
    .modal-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.content-wrapper.leadership
    .modal-content
    .modal-body::-webkit-scrollbar-thumb {
    background: #828587;
}
.content-wrapper.services .services-card {
    background: #fff;
    padding: 16px;
    box-shadow: 0px 1px 6px #d3d3d3;
    border-radius: 10px;
    position: relative;
}
.content-wrapper.services .services-card .para {
    text-align: justify;
    padding: 0 15px;
}
.vas .services-card {
    position: relative;
    background: #fff;
    padding: 16px;
    box-shadow: 0px 1px 5px #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    min-height: 350px;
}
.vas .services-card::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 250px;
    height: 100%;
    background-image: url(../images/dotted.png);
    background-repeat: no-repeat;
    opacity: 0.15;
}
.vas .services-card.one::before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    top: 0px;
}
.vas .services-card.two::before {
    transform: rotate(90deg);
    left: 33%;
    top: -25%;
    width: 300px;
    height: 400px;
}
.vas .services-card.two {
    min-height: auto;
}
.content-wrapper.land .services-card {
    background: #fff;
    padding: 16px;
    box-shadow: 0px 1px 5px #d3d3d3;
    border-radius: 10px;
    position: relative;
}
.content-wrapper.services .services-card::before,
.content-wrapper.land .services-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/shape-2.png);
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.content-wrapper.services .services-card img,
.content-wrapper.services .services-card p,
.content-wrapper.land .services-card img,
.content-wrapper.land .services-card p{position: relative; z-index:1;}
.content-wrapper.land .services-card .value-list li {
    font-size: 18px;
    font-weight: 500;
}
.content-wrapper.land .services-card .value-list.text-sm li {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    text-align: justify;
}
.shadow-title.title-sm {
    font-size: 50px;
}
.section-heading.heading-sm .theme-color {
    font-size: 30px;
}
/* ---------------------------------Competencies----------------------------------- */
.team-message {
    background: #fff;
    border-radius: 5px;
    margin: 0 30px;
    position: absolute;
    left: 0;
    bottom: -30px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}
.team-message::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/award-icon.png) no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}
.team-message p {
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    padding: 12px;
    margin-bottom: 10px;
    z-index: 1;
}
.team-message .theme-btn {
    font-size: 14px;
    padding: 7px 18px;
    border-radius: 0;
}
.team-message .theme-btn i.fas {
    font-size: 12px;
}

/* ------------------------ Composition-of-board-committees -----------------  */

.content-wrapper.committees .composition .team-grid .team-desig {
    color: #c0902c;
}
.content-wrapper.committees .composition .team-grid .team-content {
    padding: 10px;
}
.content-wrapper.committees .composition .team-grid h3 {
    font-size: 17px;
    font-weight:500;
}
.content-wrapper.committees .accordion-button {
    background: #4390c0;
    color: #fff;
    font-size: 18px;
}
.content-wrapper.committees .accordion-button:focus {
    box-shadow: none;
}
.content-wrapper.committees .accordion-item {
    border: 1px solid #4390c0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.content-wrapper.committees .accordion-item ol li,
.content-wrapper.committees .accordion-item ul li {
    font-size: 16px;
    margin-bottom: 7px;
}
.content-wrapper.committees .theme-btn {
    font-size: 14px;
    padding: 9px 30px;
	text-align: center;
}
.content-wrapper.committees .presentation .team-grid h3 {
    font-size: 16px;
}
.content-wrapper.committees .presentation .team-grid h3 b {
    font-weight: 700;
}
.content-wrapper.committees .presentation .team-grid {
    transition: all 0.3s ease-in-out;
}
.content-wrapper.committees .presentation .team-grid:hover {
    transform: translateY(-5px);
    /* border: 1px solid #828587; */
}
.content-wrapper.jmd-message .team-grid::after {
    width: 240px;
    height: 150px;
}
.content-wrapper.committees .presentation .team-content {
    padding: 16px;
}

.content-wrapper.committees .wrapper {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 50px;
}
.content-wrapper.committees .presentation {
    border-radius: 4px;
    margin: 0;
    min-height: 420px;
}
.content-wrapper.committees .presentation .row {
    padding: 16px;
}
.content-wrapper.committees .presentation h5 {
    border-bottom: 1px solid #ccc;
    height: 40px;
    padding: 0;
}

.content-wrapper.committees .presentation .nav-tabs {
    flex-direction: column;
    border-radius: 5px;
    /* overflow: hidden; */
}
.content-wrapper.committees .presentation .nav-tabs .nav-item,
.content-wrapper.committees .presentation .nav-tabs .nav-item .nav-link {
    background: #4390c0;
    color: #fff;
    border-radius: 0;
    border: 0;
    text-align: start;
}
.content-wrapper.committees .presentation .nav-tabs .nav-item .nav-link {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 1px;
    position: relative;
    padding: 8px 16px;
}
.content-wrapper.committees .presentation .nav-tabs .nav-item .nav-link.active,
.content-wrapper.committees .presentation .nav-tabs .nav-item .nav-link:hover {
    background: #828587;
}

.content-wrapper.committees
    .presentation
    .nav-tabs
    .nav-item
    .nav-link.active::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -20px;
    background-image: url(../images/Polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
.content-wrapper.jmd-message .large-box .team-grid {
    min-height: 276px;
}
.content-wrapper.jmd-message .large-box .media-body {
    min-height: 251px;
}
.content-wrapper.jmd-message .md-box .team-grid {
    min-height: 204px;
}
.content-wrapper.jmd-message .md-box .media-body {
    min-height: 180px;
}
.content-wrapper.jmd-message.committees .team-grid {
    background-color: #ede1b5;
}
.content-wrapper.jmd-message.committees.dividend .wrapper {
    position: relative;
}
.content-wrapper.jmd-message.committees.dividend .wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bls-logo.png);
    width: 100%;
    height: 100%;
    opacity: 0.05;
}
.content-wrapper.jmd-message.committees.dividend .wrapper .presentation {
    z-index: 1;
}
.content-wrapper .table th {
    background: #4390c0;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.content-wrapper .table tr:nth-child(odd) {
    background: #fff;
}
.content-wrapper .table tr:nth-child(even) {
    background: #f5f8fa;
}
.content-wrapper .table td {
    padding: 10px;
    text-align: center;
}
.content-wrapper.jmd-message.committees.analyst .team-grid h3 {
    font-size: 16px;
}
.content-wrapper.jmd-message.committees.analyst .team-grid {
    min-height: 273px;
}
.content-wrapper.jmd-message.committees.analyst .team-grid .media-body {
    min-height: 248px;
}
.content-wrapper.jmd-message.fy-reports .team-grid {
    min-height: 207px;
}
.content-wrapper.jmd-message.fy-reports .team-grid .media-body {
    min-height: 183px;
}
.content-wrapper.fy-reports .presentation h5 b {
    font-size: 24px;
    font-weight: 700;
}
.content-wrapper.committees .e-services .presentation {
    min-height: 340px;
}
.content-wrapper.jmd-message.contact-page .team-grid .media-body {
    padding: 12px;
    text-align: left;
    border-radius: 6px;
}
.content-wrapper.jmd-message.contact-page .team-content {
    padding: 5px;
    border-radius: 10px;
}
.content-wrapper.jmd-message.contact-page .team-grid {
    border-radius: 10px;
}
.content-wrapper.jmd-message.contact-page .th-team .box-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}
.content-wrapper.jmd-message.contact-page .media-body p {
    margin-bottom: 0;
    font-size: 14px;
}
.content-wrapper .table.table-left th,
.content-wrapper .table.table-left td {
    text-align: left;
}
.content-wrapper.jmd-message.announcements .theme-btn {
    padding: 7px;
}
.content-wrapper.jmd-message.announcements
    .theme-btn
    .team-content
    .media-body {
    padding: 10px 12px;
    text-align: left;
    min-height: 145px;
}
.content-wrapper.jmd-message.announcements .theme-btn .team-content {
    padding: 0;
}
.content-wrapper.jmd-message.announcements .theme-btn {
    border-radius: 16px;
}
.content-wrapper.jmd-message.announcements .theme-btn .team-grid {
    border-radius: 8px;
}
.content-wrapper.jmd-message.announcements
    .theme-btn
    .team-content
    .media-body
    p {
    font-size: 15px;
    margin: 7px 0 0 0;
    color: #333;
    text-align: left;
}
.content-wrapper.jmd-message.announcements
    .theme-btn
    .team-content
    .media-body {
    background: rgba(255, 255, 255, 0.9);
}
.content-wrapper.jmd-message.announcements .team-grid::after {
    height: 95px;
    width: 250px;
    opacity: 0.3;
}
.content-wrapper.jmd-message.announcements .team-grid:hover::after {
    opacity: 0.7;
}
.content-wrapper.global-presence .country-details {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.content-wrapper.global-presence .country-details img {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    height: 32px;
}
.content-wrapper.global-presence .country-details p {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}
.content-wrapper.global-presence .wrapper {
    position: relative;
}
.content-wrapper.global-presence .wrapper::after {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    background: url(../images/bls-logo.png) no-repeat center;
    width: 100%;
    height: 100%;
    opacity: 0.06;
}
.content-wrapper.global-presence .wrapper .presentation {
    z-index: 1;
    /* background: rgba(255, 255, 255, 0.9); */
}
/* ----------------------------- Blog css------------------------------ */
.content-wrapper.jmd-message.blog-page .team-content,
.content-wrapper.jmd-message.blog-page .team-grid,
.content-wrapper.jmd-message.blog-page .team-content .media-body {
    padding: 12px;
    border-radius: 4px;
    text-align: left;
}
.content-wrapper.jmd-message.blog-page .team-grid {
    margin-bottom: 30px;
}
.content-wrapper.jmd-message.blog-page .team-content .media-body1 {
    max-height: 300px;
    overflow: hidden;
    text-align: left;
}
.entry-header {
    margin-bottom: 10px;
}
.entry-header .entry-meta > span:not(:last-child):after {
    content: "";
    background-color: #717b84;
    display: inline-block;
    color: #fff;
    width: 1px;
    height: 14px;
    vertical-align: middle;
    margin: 0 5px;
}
.entry-meta a,
.entry-meta .entry-date,
.entry-meta .design-name,
span.byline,
span.likes {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.entry-header .entry-meta > span:not(:last-child) {
    padding-right: 0px;
}
.graduate-description:after {
    content: "";
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    position: relative;
    bottom: 30px;
    width: 100%;
    z-index: 1;
    height: 30px;
    left: 0;
    display: inline-block;
}
.graduate-content-wrapper {
    background-color: #fff;
}
.content-wrapper.jmd-message.blog-page .blog-grid {
    background: #e1e9ef;
    padding: 10px;
}
.content-wrapper.jmd-message.blog-page .graduate-description {
    padding: 12px;
}
.content-wrapper.jmd-message.blog-page .graduate-description h3 a,
.content-wrapper.jmd-message.blog-page .blog-grid .graduate-description h3 a {
    font-size: 19px;
    color: #000;
    text-decoration: none;
}
.content-wrapper.jmd-message.blog-page .graduate-description p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.content-wrapper.jmd-message.blog-page .graduate-description {
    max-height: 50px;
overflow:hidden;
}
.content-wrapper.jmd-message.blog-page .graduate-description h3{
	font-size:18px;
}
.content-wrapper.jmd-message.blog-page .blog-grid .team-grid {
    background: #fff;
}
.content-wrapper.jmd-message.blog-page .graduate-content-wrapper .blog-btn {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 12px;
    border-top: 1px solid #eee;
    color: #d7a60b;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.content-wrapper.jmd-message.blog-page
    .graduate-content-wrapper
    .blog-btn:hover {
    color: #495057;
}
.content-wrapper.jmd-message.blog-page .team-grid::after {
    width: 100%;
    height: 100%;
}
.content-wrapper.jmd-message.blog-page .team-grid .team-content {
    z-index: 9;
}
.blog-category {
    border-radius: 4px;
    overflow: hidden;
}
.blog-category h4 {
    font-size: 18px;
    background-image: linear-gradient(to right, #4fa0d3, #156da5);
    border: 1px solid #156da5;
    color: #fff;
    margin: 0;
    padding: 10px 12px;
}
.blog-category ul {
    list-style-type: none;
    padding: 0;
    background: #3b4856;
    margin: 0;
}
.blog-category ul li {
    padding: 10px 12px;
    color: #fff;
    position: relative;
    margin-bottom: 3px;
    z-index: 11;
}
.blog-category ul li a {
    text-decoration: none;
    color: #fff;
display: block;   
}
.blog-category ul li::before {
    content: "";
    position: absolute;
    background: #156da5;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.blog-category ul li:hover::before {
    width: 100%;
}
.blog-category .accordion-body {
    padding: 0;
}
.blog-category .accordion-button:not(.collapsed) {
    background-image: linear-gradient(to right, #4fa0d3, #156da5);
    color: #fff;
}
.blog-category .accordion {
    border: 1px solid #156da5;
}
.blog-category .accordion-button {
    color: #12689f;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
}
.blog-category .accordion-item:last-child .accordion-button {
    border-bottom: 0;
}
.blog-category .accordion-button:focus {
    box-shadow: none;
}
.blog-category .accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 24px;
    background: #2177ae;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.blog-category .accordion-item {
    border-radius: 0;
    border: 0;
}
.blog-category .accordion-item:first-of-type .accordion-button {
    border-radius: 0;
}
.blog-category .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-";
    font-size: 30px;
    transform: none;
    position: relative;
    /* top: -8px; */
    background: #fff;
    color: #156da5;
    line-height: 15px;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
}
.footer-section.blog {
    padding: 30px 0 0px;
}
.footer-section.blog h3 {
    color: #eee;
    font-size: 30px;
}
.footer-section.blog p {
    font-size: 14px;
    color: #eee;
}
.footer-section.blog .theme-btn,
.footer-section.blog input {
    height: 45px;
}
.footer-section.blog input {
    border-radius: 4px 0 0 4px;
}
.footer-section.blog .theme-btn {
    border-radius: 0px 4px 4px 0;
}
.newsletter-form {
    display: flex;
}
.taglinecover {
    padding: 10px;
    background: #777;
    margin: 15px 0px;
}
.taglinecover .tag-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.taglinecover .tag-list li {
    color: #fff;
    background: #3286bd;
    line-height: 18px;
    border-radius: 3px;
    padding: 4px 10px;
    margin: 8px 2px;
}
.taglinecover .tag-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.foooter-menu .form-control {
    border-radius: 4px 0 0 4px;
}
.news-btn {
    min-width: auto;
    border-radius: 0 4px 4px 0;
}
.content-wrapper.jmd-message.slavery {
    text-align: left;
    font-size: 16px;
}
.content-wrapper.jmd-message.slavery li {
    text-align: left;
    font-size: 15px;
}
.content-wrapper.jmd-message.reportage .media-body {
    text-align: left;
}
.content-wrapper.jmd-message.reportage .media-body h5 {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
.content-wrapper.jmd-message.reportage .media-body .news_box i.fas,
.content-wrapper.jmd-message.reportage .media-body .news_box a {
    color: #c0902c;
}
.content-wrapper.jmd-message.reportage .media-body .news_box .news-details {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
    font-size: 14px;
    margin-bottom: 0;
}
.content-wrapper.lif-bls .para ul.value-list {
    flex-wrap: wrap;
}
.content-wrapper.lif-bls .para ul.value-list li {
    margin-right: 30px;
    font-size: 15px;
}
.content-wrapper.lif-bls .para {
    max-height: 350px;
    overflow-y: auto;
    padding-right: 10px;
}
.content-wrapper.lif-bls h4.theme-color {
    position: relative;
color: #122453;
}
.content-wrapper.lif-bls h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 15px;
    background: #d3e3ef;
    z-index: -1;
    border-radius: 0 5px 50% 0;
}
.content-wrapper.lif-bls .para::-webkit-scrollbar {
    width: 5px;
}
.content-wrapper.lif-bls .para::-webkit-scrollbar-thumb {
    color: #000;
    background-color: #c0902c;
}
.content-wrapper.lif-bls .para::-webkit-scrollbar-track {
    background: #c4c4c4;
}
.contact-box {
    background: #14447a;
    color: #fff;
    border-radius: 4px;
    padding: 16px 12px;
    text-align: center;
    min-height: 167px;
}
.contact-box .theme-color {
    color: #c0902c;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}
.contact-box p {
    font-size: 14px;
    margin-bottom: 10px;
}
.rotate-90,
i.fa-phone {
    transform: rotate(90deg);
}
.contact-address {
    margin: 30px 0;
}
.contact-address a,
.contact-address i.fas {
    color: #14447a;
}
.contact-address h5 {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.content-wrapper.comp_board .large-box .media-body {
    min-height: 192px;
}
.contact-address h6 {
    color: #ba9324;
    font-size: 20px;
    font-weight: 600;
}
.content-wrapper.Social .social-box {
    text-align: center;
    margin-bottom: 30px;
}

.content-wrapper.Social .container-fluid {
    max-width: 1250px;
}
.newsletter-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    justify-content: space-between;
}
.newsletter-list li {
    width: 23%;
    margin: 10px;
    background: #cde4f7;
    border-radius: 10px;
    border: 1px solid #3888d5;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.newsletter-list li:hover{
   border-color:#114270;
}
.newsletter-list li .newsimg-wrapper{
	max-height: 120px;
overflow: hidden;
}
.newsletter-list li img {
    background: #fff;
    width: 100%;    
    padding: 10px;
}
.newsletter-list li .date {
    text-align: right;
    padding: 3px;
    color: rgb(184, 6, 6);
    padding-right: 12px;
}
.newsletter-list li .date span {
    margin: 0;
    font-size: 12px;
    text-align: right;
}
.newsletter-list li p {
    text-align: left;
    margin: 0;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
}
.newsletter-list .description {
    max-height: 100px;
    min-height: 90px;
    position: relative;
    margin-bottom: 5px;
    overflow: hidden;
}
.newsletter-list .description::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 35px;
    background: linear-gradient(
        to bottom,
        rgba(237, 225, 181, 0.8),
        rgb(237 225 181)
    );
}
.newsletter-list li a {
    padding: 0 10px 5px;
    color: rgb(184, 6, 6);
    display: inline-block;
}
.newsletter-list li:hover {
    transform: translateY(-5px);
}
.content-wrapper.terms .team-grid,
.content-wrapper.terms li {
    text-align: justify;
    font-size: 16px;
}
.content-wrapper.terms .team-grid .team-content {
    padding: 5px;
}
.content-wrapper.terms .team-grid .media-body h6 {
    font-size: 20px;
}

.footer-section.accordian .foooter-menu h5 {
    padding-bottom: 10px;
    display: block;
}
.footer-section.accordian .foooter-menu ul {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.01s ease-in-out;
}
.footer-section.accordian .foooter-menu.accordian-hide::after {
    display: none;
}
.footer-section.accordian .foooter-menu.accordian-hide ul {
    height: fit-content;
    visibility: visible;
    opacity: 1;
}
.footer-section.accordian .foooter-menu {
    position: relative;
}
.footer-section.accordian .foooter-menu::after {
    content: "+";
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    transition: all 0.2s ease-in-out;
}
.footer-section.accordian .foooter-menu.show::after {
    content: "-";
    transition: all 0.2s ease-in-out;
}
/* .footer-section.accordian .foooter-menu.show{
height: fit-content;
} */
.footer-section.accordian .foooter-menu.show ul {
    height: fit-content;
    visibility: visible;
    transition: height 2s ease-in-out;
    opacity: 1;
}

.typing {
    width: 20ch;
    animation: typing 2.5s steps(22);
    white-space: nowrap;
    overflow: hidden;
    /* font-family: monospace; */
    font-size: 16px;
    color: #b51f2b;
    position: relative;
    top: 30px;
}

@keyframes typing {
    from {
        width: 0;
    }
}

.diplomats_Other {
    position: fixed;
    top: 21%;
    right: -11%;
    z-index: 999;
    background: #c0902c;
    color: #fff;
    line-height: 30px;
    padding: 5px 10px;
    transition: all 1s ease-out;
    border-radius: 50px 0 0 50px;
    cursor: pointer;
}
.diplomats_Other .diplomats {
    display: flex;
    align-items: center;
}
.diplomats_Other .diplomats i.fas {
    font-size: 24px;
    margin: 0 5px;
}
.diplomats_Other .diplomats span {
    padding: 12px 10px;
    display: inline-block;
    color: #c0902c;
    transition: all 1.5s ease-out;
    margin: 3px 0;
}
.diplomats_Other:hover {
    right: 0%;
}
.diplomats_Other .diplomats:hover i.fas {
    animation: movings 3s linear;
    position: relative;
}
.diplomats_Other:hover span {
    background: #fff;
    border-radius: 20px;
}
@keyframes movings {
    0% {
        left: 0;
        /* transform: rotate(-180deg); */
    }
    50% {
        left: 100%;
        opacity: 0.2;
        transform: scale(1.2);
    }
    100% {
        left: 0%;
        opacity: 1;
        /* transform: rotate(180deg); */
    }
}
.diplomat-modal.modal .modal-dialog,
.diplomat-modal.modal .modal-content {
    border-radius: 20px;
    overflow: visible;
}
.diplomat-modal.modal .modal-dialog .modal-header {
    padding: 10px 24px;
    background: linear-gradient(to right, #4fa0d3, #156da5);
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.diplomat-modal.modal .modal-dialog .theme-btn{
	min-width: auto;
}
.diplomat-modal.modal .modal-dialog .modal-body {
    padding: 24px 16px;
}
.diplomat-modal .btn-close {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #b51f2b;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    opacity: 0.8;
    font-size: 20px;
}
.diplomat-modal .btn-close:hover {
    opacity: 1;
}
.diplomat-modal .madate {
    color: rgb(202, 5, 5);
    margin-left: 1px;
}
.diplomat-modal.modal .modal-dialog .form-control:focus {
    box-shadow: none;
    border-color: #c0902c;
}
.content-wrapper.set-apart .para {
    max-height: 250px;
    overflow-y: auto;
    padding-right: 10px;
}
.content-wrapper.set-apart .para p {
    font-size: 15px;
}

.offcanvas-top {
    height: 100vh;
}
.offcanvas-top .offcanvas-body {
    position: relative;
}
.offcanvas-top .offcanvas-body .btn-close1 {
    font-size: 24px;
    color: #f9f9f9;
    background: #2c313d;
    outline: 0;
    border: 0;
    position: relative;
    /* top: -7px; */
    transition: all 0.3s ease-in-out;
}

.offcanvas-top .offcanvas-body .btn-close1:hover {
    transform: rotate(180deg);
}
.hide-menu-box .text-large {
    font-size: 20px;
    color: #77848d;
    display: inline-block;
    margin-right: 10px;
}
.hide-menu-box {
    padding: 70px 30px 50px 30px;
    font-family: "Antonio", sans-serif;
}
.hide-menu-box .get-touch {
    text-transform: uppercase;
    margin-bottom: 3px;
    color: #ba9324;
    font-weight: 400;
    font-size: 16px;
    /* font-family: "Antonio", sans-serif; */
    margin-bottom: 1rem;
}
.hide-menu-box .get-mail a {
    font-size: 1.1rem;
    color: #f9f9f9;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    /* font-family: "Antonio", sans-serif; */
}
.hide-menu-box .get-mail i.fas {
    color: #f9f9f9;
    font-size: 20px;
}
.hide-menu-box img.img-fluid {
    margin-bottom: 40px;
    display: inline-block;
}
.opacity-0 {
    opacity: 0;
}
.hide-menu-box .navbar-nav .nav-item,
.hide-menu-box .navbar-nav .nav-item a,
.hide-menu-box .dropdown-item {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
}
.hide-menu-box .nav-item1 {
    list-style-type: circle;
    color: #fff;
}
.hide-menu-box .dropdown-item:focus,
.hide-menu-box .dropdown-item:hover {
    color: #fff;
    background-color: #32363b;
}
.hide-menu-box .social-icons {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
.hide-menu-box .social-icons li a {
    color: #f9f9f9;
    margin-right: 16px;
}
.hide-menu-box .social-icons li i.fab:hover {
    transform: scale(1.2);
}
.hide-menu-box .social-icons li.insta i.fab:hover {
    color: #c41bd1;
}
.hide-menu-box .social-icons li.facebook i.fab:hover {
    color: #4f5fbf;
}
.hide-menu-box .social-icons li.twitterx i.fab:hover {
    color: #48bde9;
}
.hide-menu-box .social-icons li.youtube i.fab:hover {
    color: #f40300;
}
.hide-menu-box .social-icons li.linkedin i.fab:hover {
    color: #0073b1;
}
.hide-menu-box .social-icons li a i.fab {
    font-size: 24px;
    transition: 0.3s all ease-in-out;
}
.hide-menu-box .close-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
}
.offcanvas.offcanvas-top li {
    opacity: 0;
    transform: translateX(-30px);
}
.offcanvas.offcanvas-top.show li {
    animation: fadeInAnim 1.5s 0.2s 1 linear both;
}
@keyframes fadeInAnim {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    50% {
        opacity: 0.6;
        transform: translateX(-15px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.offcanvas.offcanvas-top .get-touch,
.offcanvas.offcanvas-top .get-mail,
.offcanvas.offcanvas-top .social-icons {
    opacity: 0;
    transform: translateX(30px);
}
.offcanvas.offcanvas-top.show .get-touch,
.offcanvas.offcanvas-top.show .get-mail,
.offcanvas.offcanvas-top.show .social-icons {
    animation: fadeInAnim1 1.5s 0.2s 1 linear both;
}
@keyframes fadeInAnim1 {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    50% {
        opacity: 0.6;
        transform: translateX(15px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.navbar-brand {
    display: flex;
    align-items: flex-end;
}
.navbar-brand .typing {
    margin-left: 12px;
    top: 20px;
}
.content-wrapper.vision .img-card .widget {
    min-width: 390px;
}
.content-wrapper.sitemap .sitemap_wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.content-wrapper.sitemap h3 {
    padding-left: 10px;
    border-left: 5px solid #4390c0;
    border-radius: 2px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
}
.content-wrapper.sitemap .sitemap-lst {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.content-wrapper.sitemap .sitemap-lst li {
    width: 33%;
    margin-bottom: 5px;
}
.content-wrapper.sitemap .sitemap-lst li a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease-in-out;
    margin-right: 30px;
    padding: 7px;
}
.content-wrapper.sitemap .sitemap-lst li a:hover{color: #0a4d76;}
.content-wrapper.sitemap .sitemap-lst li a i.fas {
    position: relative;
    top: 5px;
	margin-right: 8px !important;
}

.content-wrapper.sitemap .sitemap-lst li:hover a {
    transform: translateX(5px);
    background: #f4f9fd;
}

/* +++++++++++++++++++++ Govenment Page +++++++++++++++++++++ */
main.government-section .search-content h1,
main.government-section .search-content h1 span {
    font-size: 30px;
    line-height: 150%;
}
main.government-section .search-content::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 210px;
    height: 100%;
    background-image: url(../images/dotted.png);
    background-repeat: no-repeat;
    opacity: 0.15;
}
main.government-section .search-content::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 210px;
    height: 100%;
    background-image: url(../images/dotted.png);
    background-repeat: no-repeat;
    opacity: 0.15;
    transform: rotate(180deg);
}

.gobal-section.background-image {
    background: url(../images/global-bg.jpg) top left;
    padding: 30px 0;
    background-repeat: repeat;
}
.gobal-section.background-image a[href="http://www.amcharts.com/javascript-maps/"]
{
    display: none !important;
}
.ammapDescriptionWindow.amcharts-description-div {
    background: rgba(255, 255, 255, 0.89);
    padding: 10px;
    border: 2px solid #b51f2b;
    top: 200px !important;
    left: 300px !important;
}
.news-room h2 {
    font-size: 20px;
    margin-top: 5px !important;
}
.visit-div.visit-div12 {
    position: relative;
    bottom: 0px;
}
.visit-div.visit-div12 label {
    font-size: 11px;
    margin-top: 10px;
    font-weight: 400;
}
.visit-div.visit-div12 a {
    font-size: 10px;
    padding: 7px 10px;
    float: right;
    margin-top: 4px;
}
.visit-div a {
    background: #c0902c;
    text-decoration: none; 
    color: #fff;
}

/* ------------------investor relations-----------------  */

.investor-relations .nav-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-self: stretch;
    gap: 1pc;
    flex-wrap: wrap;
}
.investor-relations .nav-list li{
    /* margin-right: 15px; */
    padding-right: 15px;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.investor-relations .nav-list li::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #333;    
}
.investor-relations .nav-list li a{
    font-size: 17px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.2s ease-in-out
}
.investor-relations .nav-list li a.active{
    font-weight: 600;    
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    overflow: hidden;
    background: #4390c0;
}
.investor-relations .nav-list li:hover a{
    font-weight: 600;
    color: #8a651e;
    text-decoration: underline;
}
.investor-relations .stocks{
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}
.investor-relations .stocks h4{
    font-size: 30px;
    font-weight: 600;
}
.investor-relations .stocks p a{
    font-size: 18px;
    font-weight: 500;
    color: #8a651e;
}

.hompage-boxes-inner-wrapper .box-item {
    cursor: pointer;
    padding: 52px 20px 46px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.links-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    opacity: 0.94;
    padding: 40px 30px;
    text-decoration: none;
}
.hompage-boxes-inner-wrapper .box-item .links-wrapper {
    display: none;
    border-radius: 4px;
}
.hompage-boxes-inner-wrapper .box-item:hover .links-wrapper {
    display: block;
}
.links-wrapper a.homepage-box-cta {
    display: block;
    font-size: 16px;
    color: #2a73a1;
    font-weight: 600;
    transition: all 0.4s;
}
.hompage-boxes-inner-wrapper .box-item:hover .links-wrapper p{
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
.hompage-boxes-inner-wrapper .box-item h3 {
    color: #000;
    line-height: 150%;
    padding: 20px;
    background-color: #ffffff;
    opacity: 0.9;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.annual-reports{
    padding: 50px 0;
}
.annual-reports .report-box{
    background: #e5e9ed;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
}
.annual-reports .report-box .report-img{
    max-height: 280px;
    overflow: hidden;
}
.annual-reports .report-box p{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
}
.content-wrapper.jmd-message.committees.sebi .organised-list a{
    color: #8a651e;
}

.owl-carousel.active-carousel .owl-item img{
    width: auto;
    height: 60px;
}
.owl-carousel.active-carousel .owl-item img[alt="CyberE"]{
    height: auto;
}
.owl-carousel.active-carousel .owl-item{
    margin-bottom: 5px;
}
.testimonial-section .owl-carousel .owl-item{
	opacity: 0.5;
}
.testimonial-section .owl-carousel .owl-item.active.center {
    opacity: 1; /* The truly active/central item */
}
.testimonial-section .owl-carousel .owl-item.active.center .testimonial-card {
    transform: scale(1.06); /* Slightly enlarge the content */
    box-shadow: 0 5px 15px rgba(0,0,4px,0.2); /* Add a subtle shadow */
background: #2D6E9C;
}

.testimonial-section .owl-carousel .owl-item.active.center .testimonial-card .author-position,
.testimonial-section .owl-carousel .owl-item.active.center .testimonial-card .author-name{
	color: #fff !important;
}
.testimonial-section .owl-carousel .owl-item.active.center .testimonial-card .review-text{
	color: #f1f1f1 !important;
}
.testimonial-section .owl-carousel .owl-stage{
	margin: 20px 0
}
.awards-section {
    padding: 50px 0 30px;
}
.awards-section .owl-carousel{	
    background: #f9fbff;
}
.awards-section.values-slider .owl-carousel{	
    background: #fff;
}
.awards-section.values-slider .owl-carousel.active-carousel .owl-item img {
    width: auto;
    height: 50px;
}
.awards-section .owl-carousel.active-carousel .owl-dots, 
.awards-section .owl-carousel.active-carousel .owl-nav{
    display: none !important;
}
.awards-section .owl-carousel.active-carousel .active-card{
    padding: 20px;
    background: #F9FBFF;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    min-height: 125px;
}
#chartdiv1 {
    width: 100%;
    height: 520px;
    position: relative;
  }

#infoBox {
  position: absolute;
  display: none;
  background-color: #f9f9f9;
  border: 1px solid #9c1010;
  border-radius: 6px;
  padding: 7px 12px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  max-width: 300px;
  z-index: 1000;
  pointer-events: auto;
min-width: 170px;
max-width: 240px;
}
#infoBox  a{
   background: #c0902c;
    /* display: block; */
    padding: 4px 5px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    border-radius: 3px;
}
.visit-div.visit-div12 {
    position: relative;
    bottom: 0px;
    display: flex;
    align-items: center;
flex-wrap: wrap;
justify-content: space-between
}
.visit-div.visit-div12 label{
    margin-top:0;
    margin-right: 7px;
}

.apart-section .col-md-2{
	width: 20%;
}
.apart-section .col-md-2 .img-fluid{
	max-width: inherit;
    height: 280px;
}
.apart-section .apart-box {
        min-height: 260px;
        max-height: 280px;
}



.hero-wrapper.innerpage .active{
        text-decoration: none;
        font-weight: 600;
        color: #c0902c;
    }
    .hero-wrapper.innerpage i.fas{
        font-size: 13px;
        color: #c0902c;
    }
    .hero-wrapper.innerpage{
        min-height: 400px;
    }
    .hero-wrapper.innerpage .hero-content {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hero-wrapper.innerpage h1{font-size: 40px; line-height: 54px;}
    .about-text1{background: #f2f7fb; padding: 40px 0;}
    .about-text p{
        line-height: 30px;
    }
    .content-wrapper.profile-pages,
    .content-wrapper.key-data .about-facts,
    .content-wrapper.jmd-message,
	.content-wrapper.leadership{
         background: url(../images/about-us-bg.png) no-repeat;
         background-size: cover;
    }
    .about-facts{
        padding: 50px 0;       
    }
    .about-facts .fact-card.one{
        display: flex;
        border-right: 10px solid #c0902c;
    }
.about-facts .fact-card.one.d-flex{
	border-right: 5px solid #c0902c;
}
    .about-facts .fact-card.one h5,
    .about-facts .fact-card.one h5 span.count{
        font-size: 70px;
        font-weight: 700;
        margin-right: 20px;
    }
    .about-facts .fact-card h5,
    .about-facts .fact-card h5 span.count{
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 10px;
    }
    .about-facts .fact-card p{
        font-size: 18px;
        font-weight: 600;        
    }
    .about-facts .fact-card .width-sm{
        width: 100px;
        text-align: left;
    }
    .about-vision{
        padding: 70px 0;
    }
    .about-vision .section-heading{
        margin-bottom: 20px;
    }
    hr{
        margin: 30px 0;
        margin-top: 30px !important;
        background-color: rgba(0, 0, 0, 0.1)
    }
.content-wrapper.key-data .timeline-wrapper ul{
	--row-gap: 4rem;
}
.content-wrapper.key-data .timeline-wrapper ul li .descr{padding: 20px;}
.content-wrapper.key-data .timeline-wrapper ul li .descr p {
    font-size: 20px;
    font-weight: 500;
color: #828587;
}
.content-wrapper.key-data .timeline-wrapper ul li .descr p span.val{
	font-size: 40px;
    font-weight: 700;
color: #c0902c;
margin-left: 12px;
}

.mt-md-85{margin-top: -85px}
.content-wrapper {
    padding: 70px 0;
    position: relative;
}
.content-wrapper.jmd-message .team-grid1 {
    position: absolute;
    text-align: auto;
    border-radius: 0;
}
.content-wrapper.jmd-message .team-grid{
	min-width: 600px;
	max-width: 600px
}

.about-vision .values{
        padding: 70px 0 0;
    }
    .about-vision .values .vcard{
        background: #f2f7fb;
        padding: 16px;
        margin-bottom: 20px;
        border-radius: 4px;
        box-shadow: 0px 1px 2px #d3d3d3;
        position: relative;
	text-align: center;
    }
    
    .about-vision .values .vcard h5{
        color: #333;
        font-size: 24px;
        font-weight: 600;
	margin-top: 20px;
    }
    .about-vision{position: relative;}
    .about-vision .row{z-index: 2; position: relative;}
    .about-vision::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/bg-pattern-23.png) no-repeat;
        background-size: contain;
        width: 100%;
        height: 100%;
        opacity: 0.08;
        background-position: top center;
    }


.flip-card {
	background-color: transparent;
    width: auto;
    height: 100%;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    border-radius: 10px;
    overflow: hidden;
transistion: 0.2s all ease-in-out;
}

.flip-card:hover::after{content: none; transform: rotateY(180deg);}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(240, 209, 102, 0.3), rgba(255, 232, 150, 0.33), rgba(32, 35, 41, 0.9));
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.flip-card-front .flip-text{
	position: absolute;
    bottom: 0;    
    left: 0;
    z-index: 9;
    padding: 16px 20px;
    text-align: left;  
	display: flex;
	justify-content: space-between;  
}
.flip-card-front .flip-text h5{
	font-weight: 600;
	color: #fff;
	width: 70%;
}


/* Style the back side */
.flip-card-back {
background: #4390c0;
    color: white;
    transform: rotateY(180deg);
padding: 20px;
text-align: left;

}
.about-facts .num-count h3,.about-facts .num-count p, .about-facts .num-count span.count{color: #fff;}
.about-facts .number-wrap .col-md-3{display:flex; justify-content:center; align-items:center;}
.about-facts .num-count h3::after{content: none;}
.about-facts .number-wrap{margin: 30px 0; margin-bottom:0;}
.comp_board .team-grid{background: #e1e9ef; padding: 12px;
    border-radius: 10px;
    text-align: center;}
.comp_board .team-grid .team-content{background: #fff; min-height:100px; border-radius: 5px;}

.quality-cards {
        padding: 20px;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
        border-radius: 10px 30px;
        margin-bottom: 24px;
        background: #f8f9fa;
        /* min-height: 240px; */
        z-index: 1;
        position: relative;
        border: 1px dashed transparent;
        transition: 0.5s all ease-in-out;
    }
    .quality-cards .theme-btn{
        border-radius: 4px;
        width: 30%;
        margin: 15px auto;
    }
    .quality-cards .theme-btn.blk,
    .quality-cards .theme-btn.blk1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 30%;
        height: 56px;
        line-height: 23px;
        background-image: linear-gradient(to right, #4fa0d3, #156da5);
        border: 1px solid #156da5;
    }
    .quality-cards .theme-btn.blk1{
        width: 100%;
        font-size: 16px;
        height: 45px;
    }
    .quality-cards .theme-btn.blk:hover,
    .quality-cards .theme-btn.blk1:hover {
        color: #176fa7;
    }
    .quality-cards:hover {
        transform: translateY(-5px);
        border-color: #176fa7;
        border-radius: 30px 10px;
        background: rgb(255, 255, 255);
    }
.content-wrapper.leadership .jmd-text{
        margin-bottom: 30px;
    }
    .content-wrapper.leadership .th-team{
        display: flex;
        align-items: center;
        transition: 0.8s all ease-in-out;
    }
    .content-wrapper.leadership .th-team:hover .team-img2 img{
        box-shadow: 0px 1px 4px #d3d3d3;
    }
    .content-wrapper.leadership .th-team .team-img2 img{
       height: 190px;
        width: 180px;
        padding: 8px;
        box-shadow: 0px 1px 13px #d3d3d3;
        margin-top: 0;
        background: #fff;
        display: inline-block;
        border-radius: 4px;
    }
    .content-wrapper.leadership .th-team .team-content{
        margin-left: 20px;
    }
     .content-wrapper.leadership .th-team .team-content .media-body p{
        text-align: left;
     }
    .content-wrapper.leadership .th-team .team-position{
        color: #777;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 5px;
    }
    .content-wrapper.leadership .th-team .title{
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }
.content-wrapper.leadership .theme-btn {
    font-size: 15px;
    line-height: 1;
    padding: 9px 20px;
    border-radius: 30px;
    text-decoration: none;
    min-width: 145px;
}
.content-wrapper.leadership .theme-btn span {
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-wrapper.leadership .theme-btn span i {
    font-size: 14px;
}
    .content-wrapper.leadership .jmd-text{
        margin-bottom: 30px;
    }
    .content-wrapper.leadership .th-team{
        display: flex;
        align-items: center;
        transition: 0.8s all ease-in-out;
    }
    .content-wrapper.leadership .th-team:hover .team-img2 img{
        box-shadow: 0px 1px 4px #d3d3d3;
    }
    .content-wrapper.leadership .th-team .team-img2 img{
       height: 190px;
        width: 180px;
        padding: 8px;
        box-shadow: 0px 1px 13px #d3d3d3;
        margin-top: 0;
        background: #fff;
        display: inline-block;
        border-radius: 4px;
    }
    .content-wrapper.leadership .th-team .team-content{
        margin-left: 20px;
    }
     .content-wrapper.leadership .th-team .team-content .media-body p{
        text-align: left;
     }
    .content-wrapper.leadership .th-team .team-position{
        color: #777;
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 5px;
    }
    .content-wrapper.leadership .th-team .title{
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }
.content-wrapper.leadership .theme-btn {
    font-size: 15px;
    line-height: 1;
    padding: 9px 20px;
    border-radius: 30px;
    text-decoration: none;
    min-width: 200px;
    text-align: center;
}
.content-wrapper.leadership .theme-btn span {
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-wrapper.leadership .theme-btn span i {
    font-size: 14px;
}
.content-wrapper.leadership .auditor .team-grid {
    min-height: 273px;
    position: relative;
    display: block;
    background: #e6f5ff;
    padding: 16px;
    border-radius: 20px;
}
.content-wrapper.leadership .auditor .team-grid .team-content{
    position: relative;
    margin-left: 0;
}
.content-wrapper.leadership .auditor .team-grid .media-body {
    min-height: 275px;
    background: #fff;
}
.content-wrapper.leadership .auditor.bod .team-grid .media-body {
    min-height: 235px;
    background: #fff;
}
.content-wrapper.leadership .auditor hr{
    margin: 1rem 0;
    margin-top: 0 !important;
}
@media screen and (min-width: 992px) and (max-width: 1400px){
    .content-wrapper.jmd-message .auditor .team-grid .team-content{
        bottom: auto;
        right: auto;
    }    
    .content-wrapper.jmd-message .auditor .team-grid {
        min-width: auto;
        max-width: 100%;
    }
}

.fy-reports .th-team.team-grid .team-content {
    min-height: 175px;
}
.comp_board .corp-btn{
    padding: 7px;
    background: #63b3e5;
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease;
}
.comp_board .corp-btn:hover{
    background: #fff;
    border: 1px solid #63b3e5;
    transform: translateY(-5px);
}
.comp_board .corp-btn .team-grid{
    padding: 12px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0.125rem var(--root-depth-color-1, rgba(0, 0, 0, 0.12)), 0 0.125rem 0.25rem var(--root-depth-color-2, rgba(0, 0, 0, 0.14));
}
.comp_board .corp-btn  p {
    text-align: left;
    font-size: 14.5px;
    margin-top: 10px;
    color: #000;
}
.annoucement-card{
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}
.comp_board .annoucement-card .team-grid .team-content {
    background: #fff;
    min-height: 130px;
    text-align: left;
}
.content-wrapper.comp_board.press  .corp-btn .media-body {
    text-align: left;
    min-height: 168px;
}
.content-wrapper.comp_board.contact-page .team-content .media-body{
    padding: 12px;
    text-align: left;
}
.content-wrapper.comp_board.contact-page .th-team .box-title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}
.content-wrapper.comp_board.contact-page .media-body p {
    margin-bottom: 2px;
    font-size: 15px;
}
.content-wrapper.comp_board.contact-page .team-grid {
    padding: 7px;
}
.content-wrapper.comp_board.contact-page hr{
    margin: 1rem 0;
    margin-top: 1rem !important;
}
.content-wrapper.jmd-message.blog-page .team-grid {
    min-width: auto;
    max-width: inherit;
	background: #e1e9ef;
}
.newsletter-list.media{
	justify-content: flex-start;
}
    .newsletter-list.media li img {
        max-height: 240px;
        width: 100%;
    }
    .newsletter-list.media li {
        width: 23%;
        cursor: pointer;
        position: relative;
    }
    .newsletter-list.media li .desc{
        max-height: 100px;
        overflow: hidden;
    }
    .newsletter-list.media li p:first-child{
        font-size: 15px;
        font-weight: 700;
    }
    .newsletter-list.media li .play-icon {
        position: absolute;
        top: 24%;
        left: 35%;
        background: transparent;
        transform: translate(-50%, -50%);
        width: 90px;
        animation: scaleUp 1.5s ease-in-out infinite;
    }
    @keyframes scaleUp {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.07);
        }
        100% {
            transform: scale(1);
        }
    }
    @media screen and (max-width: 576px){
        .newsletter-list.media li {
            width: 100%;
        }
    }

.content-wrapper.slavery .team-grid .team-content {
    position: relative;
    padding: 16px;
    border-radius: 16px;
    transition: all 1s ease;
    background: #fff;
}
.content-wrapper.slavery .team-grid {
    position: relative;
    background-color: #e5e9ed;
    text-align: center;
    border-radius: 16px;
    --space: 72px;
    overflow: hidden;
	padding:16px;
}
.content-wrapper.slavery .box-title{
	font-size: 20px;
	line-height: 1.417;
    	font-weight: 600;
}
.content-wrapper.jmd-message.reportage .team-grid{
	max-width: inherit;
}
.comp_board.reportage .team-grid .team-content{padding:20px;}
.presentation.annoucement-card a.btn.corp-btn,
.presentation.annoucement-card a.btn.corp-btn .team-grid,
.presentation.annoucement-card .team-grid .team-content{height:100%};
.hideonPhone{display:block}
.hideonDesktop{display:none}
.asw-container .asw-menu-header {
    background-color: #156da5 !important;
}

.asw-container .asw-menu-header svg {
    fill: #156da5 !important;
}

.asw-container .asw-footer {
    display: none !important;
}

.asw-container .asw-btn:hover, .asw-btn.asw-selected {
    border-color: #156da5 !important;
}

.asw-container .asw-menu-btn {
    background: linear-gradient(to right, #4fa0d3, #156da5) !important;
    outline: 5px solid #156da5 !important;
}