
@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";
}
.hero-wrapper img{
	height: 450px
}
.fixed-height{
    height: 300px;
}
.tab-bar{
    background: #F8F9FA;
}
.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: #615F5F;
    text-decoration: none;
    font-size: 15px;
}
.tab-bar .option-tabs-wrapper .contacts .divider{
    width: 1px;
    height: 20px;
    background: #615F5F;
}
.tab-bar .nav-tabs .nav-link{
    color: #333;
    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: #BA9324;
}
/* .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: #BA9324; 
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* ----------------------------------------------------- */
.main-header{
    background: #fff;
}
.solution-section .solution-box img {
    width: 80px;
    height: 80px;
}
.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;
}
.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;
}
.search-section{
    margin-top: -120px;
    background: #F8F9FA;
}
.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: #fff;
    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: 1px solid #fff;
    border-radius: 0;
    background: #828587;
    font-size: 15px;
}
.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: #fff;  
    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: center;
    background-color: #C0902C;
    border: 1px solid #C0902C;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 13px 20px;
    min-width: 144px;
    border-radius: 4px;
    text-decoration: none;
}
.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: 40px;
    font-family: "Poppins", system-ui;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.section-heading .theme-color{
    color: #C0902C;
    font-size: 40px;
}
.about-section{
    background: #F8F9FA;
}
.about-section .about-content p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}
.about-section .about-content .theme-btn{
    padding: 12px 30px;
}
.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: #F8F9FA;
    position: relative;
    overflow: hidden;
}
.solution-section::before{
    content: "";
    position: absolute;
    top: -70px;
    left: -70px;
    width: 300px;
    height: 300px;
    border: 30px solid #C0902C;
    border-radius: 50%;
}
.solution-section::after{
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 100px;
    height: 100px;
    border: 20px solid #C0902C;
    border-radius: 50%;
}
.solution-section .solution-box{
    padding: 20px;
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    box-shadow: 0 0 12px 0 rgb(192 144 44 / 20%);
    border-radius: 10px 40px;
    margin-bottom: 24px;
    background: #fff;
    min-height: 240px;
    z-index: 1;
    position: relative;
    border: 1px dashed transparent;
    transition: 0.5s all ease-in-out;
}
.solution-section .solution-box:hover{
    border-color: #C0902C;
    transform: translateY(-7px);
    border-radius: 40px 10px;
}
.solution-section .solution-box:hover svg{
    color: red;
}
.solution-section .solution-box h5{
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
}
.solution-section .solution-box p{
    font-size: 15px;
}
.solution-section .solution-box .border-btn{
    font-size: 15px;
    padding: 12px 20px;
}
.border-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    /* 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;
}
.apart-section .apart-box{
    background: #F8F9FA;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 20px;
    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-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: #F8F9FA;
    overflow: hidden;
}

.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-card{
    background: #fff;
    padding: 30px 30px 20px 30px;
    padding-top: 80px;
    border-radius: 5px;
    box-shadow: 0px 20px 30px rgba(187,192,207,0.15);
    position: relative;
    min-height: 335px;
}
.testimonial-card i.fas{
    font-size: 60px;
    position: absolute;
    top: 10px;
    left: 20px;
    color: #606060;
    opacity: 0.7;
}
.testimonial-card .testi-text{
    height: 170px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.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: #888;
}
.theme-color {
    color: #C0902C;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span{
    font-size: 34px;
    line-height: 21px;
    color: #fff;
}
.owl-nav .owl-prev,
.owl-nav .owl-next{   
    background: #8f8f8f !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 2px 4px #8f8f8f;
    transform: translate(0, -100%);
    opacity: 0.7;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover{
    opacity: 1;
}
.owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -10px;
}
.owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: 0;
}
.newsroom-section {
    padding: 70px 0;
    overflow: hidden;
}
.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;
}

element.style {
}
.newsroom-section .newsroom-card .fig {
    width: 100%;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newsroom-section .newsroom-card .fig img{
    width: fit-content !important;
/*height: 120px;*/
margin: 0 auto;
}
.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: .3s ease-in-out;
    transition: .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 h2{
    font-size: 18px;
    font-weight: 600;
color: #fff;
}

.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: .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: #FBF4DA;
    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: 18px;
    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-grid {
    position: relative;
    background-color: #FBF4DA;
    text-align: center;
    border-radius: 16px;
    --space: 72px;
    overflow: hidden;    
}
.team-grid {
    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));
}
.content-wrapper.jmd-message .th-team .team-img {
    position: relative;
    overflow: hidden;
}
.content-wrapper.jmd-message .team-grid .team-img {
    border-radius: 16px 16px 0 0;
}
.content-wrapper.jmd-message .team-grid .team-img img{
    min-height: 200px;
    width: 100%;
}
.content-wrapper.jmd-message .team-grid .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: "";
    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-grid .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-grid .team-content {
    position: relative;
    padding: 24px 16px 16px 16px;
    border-radius: 16px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    /* z-index: 2; */
}
.content-wrapper.jmd-message .team-grid .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.committees .team-grid .media-body{
	min-height: 107px;
}
.content-wrapper.jmd-message .box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}
.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: 310px;
    position: relative;
    z-index: 1;
}

.content-wrapper.testimonial-section .testimonial-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #C0902C;
    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: 150px;
    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 .team-grid .team-img img {
    min-height: 100px;
    width: 100%;
}
.content-wrapper.leadership .team-grid .team-img2{
    width: 120px;
    height: 120px;
    margin-top: -60px;
    background: #d3d3d3;
}
.content-wrapper.leadership .team-grid .team-content{
    padding: 16px;
}
.content-wrapper.leadership .box-title.title{
    font-size: 20px;
}
.btn-leaders{
    border: 1px solid #c0902c;
    color: #C0902C;
    background: #fff;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.btn-leaders::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #c0902c;
    border-radius: 0 30px 30px 0;
    z-index: -1;
    transition: 0.25s all ease-in;
}
.btn-leaders:hover{
    color: #fff;
}
.btn-leaders:hover::before{
    width: 100%;
    color: #fff;  
    border-radius: 0;  
}
.content-wrapper.leadership .team-grid{
    min-height: 360px;
    position: relative;
}
.content-wrapper.leadership .auditor .team-grid{
    min-height: 273px;
    position: relative;
}
.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: 0;
    right: 0;
    background: rgb(189 0 0);
    border-radius: 0;
    color: #fff;
    width: 30px;
    height: 30px;
    opacity: 0.8;
    z-index: 1;
}
.content-wrapper.leadership .modal-content .btn-close:hover{
    opacity: 1;
}
.content-wrapper.leadership .modal-content .modal-body{
    padding: 24px 30px;
    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.5;
}
.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;
}
.content-wrapper.committees .accordion-button{
    background: #C0902C;
    color: #fff;
    font-size: 18px;
}
.content-wrapper.committees .accordion-button:focus{
    box-shadow: none;
}
.content-wrapper.committees .accordion-item {
    border: 1px solid #c0902c;
    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;
}
.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: 12px;
}

.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: #C0902C;
    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: #c0902c;
    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: #fbf8ec;
}
.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;
    width: 100%;
}
.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;
    height: 40px;
}
.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;
}
.content-wrapper.jmd-message.blog-page .blog-grid .team-content .media-body1{
 max-height: 220px;
min-height: 220px
}
.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, 0.7) 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: #FBF4DA;
    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 .blog-grid .team-grid{
    background: #fff;
}
.content-wrapper.jmd-message.blog-page .team-content .media-body1 img.img-fluid,
.content-wrapper.jmd-message.blog-page.details .team-content .media-body img.img-fluid {
    width: 100%;
}
.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: #C0902C;
    color: #fff;
    margin: 0;
    padding: 10px 12px;
    border-bottom: 1px solid #d3d3d3;
}
.blog-category ul{
    list-style-type: none;
    padding: 0;
    background: #7d7d7d;
    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;
    width: 100%;
    display: inline-block;
}
.blog-category ul li::before{
    content: "";
    position: absolute;
    background: #c49f50;
    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: #C0902C;
    color: #fff;
}
.blog-category .accordion{
    border: 1px solid #c0902c;
}
.blog-category .accordion-button{
    color: #BA9324;
    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: #c0902c;
    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: #c0902c;
    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: #c0902c;
    border-radius: 10px;
    padding: 3px 5px;    
    margin: 8px 2px;
    line-height: 19px;
}
.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;
}
.content-wrapper.lif-bls h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 15px;
    background: #FBF4DA;
    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: #f4efeb;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    min-height: 147px;
}
.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: #BA9324;
}
.contact-address h5{
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.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;
    
}
.newsletter-list li{
    width: 18%;
    margin: 10px;
    background: #ede1b5;
    border-radius: 10px;
    border: 1px solid #c0902c;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
text-align: center;
}
.newsletter-list li img{
    background: #fff;
    width: auto;
    max-height: 120px;
    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: 5px 10px;
    font-weight: 600;
    font-size: 14px;
}
.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: 17ch;
    animation: typing 2s steps(22);
    white-space: nowrap;
    overflow: hidden;
    /* font-family: monospace; */
    font-size: 10px;
    color: #b51f2b;
    position: relative;
    top: 38px;
}

@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: #BA9324;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.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: center;
}
.navbar-brand{
	height: 80px;
}
i.fas.fa-bars {
    font-size: 20px;
}
.navbar-brand .typing{
    font-size: 12px;
}
.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 #c0902c;
    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: #8a651e; 
    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 i.fas{
    position: relative;
    top: 5px;
}

.content-wrapper.sitemap .sitemap-lst li:hover a{
    transform: translateX(5px);
    background: #fbfaeb;
}

/* +++++++++++++++++++++ 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;
}

.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:hover {
        border-color: #C0902C;
        transform: translateY(-7px);
        border-radius: 30px 10px;
        background: #fff;
    }
    .quality-cards .theme-btn.blk{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 30%;
        height: 56px;
        line-height: 23px;
    }
    .quality-cards .theme-btn{
        display: block;
        margin: 15px auto 0;
    }


/* ------------------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: 18px;
    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: #8a651e;
    text-decoration: underline;
}
.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.9;
    padding: 40px 30px;
    text-decoration: none;
}
.hompage-boxes-inner-wrapper .box-item .links-wrapper {
    display: none;
}
.hompage-boxes-inner-wrapper .box-item:hover .links-wrapper {
    display: block;
}
.links-wrapper a.homepage-box-cta {
    display: block;
    font-size: 16px;
    color: #8a651e;
    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: #ede1b5;
    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;
}
.content-wrapper.jmd-message.press .theme-btn .team-content .media-body {
  min-height: 168px;
}

.modal button.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 12px;
    background: #c20202;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 0px;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: 1;
    z-index: 1;
}
.modal .theme-btn{
    font-size: 15px;
    padding: 10px 20px;
    max-width: 100px;
    min-width: 100px;
}

.content-wrapper.jmd-message.blog-page .graduate-description h3{
	font-size: 18px;
}
.investor-relations .nav-list li:last-child::after {
    content: none;
}
/* -------------------------- job view---------------------------- */
.alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        padding: 10px;
        border-radius: 5px;
        margin-top: 10px;
    }
    span.required{
        color:rgb(255, 18, 41);
    }
    label.error {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.content-wrapper.jmd-message .team-grid::after{
    content: none;
}
.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    width: 100%;
}

.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

      .content-wrapper.jmd-message.jobs .job-container {
          padding: 16px 20px;
          background: rgb(253, 250, 239);
          border-radius: 5px;
          box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
          border: 1px solid rgba(255, 255, 255, 0);
          margin-bottom: 24px;
      }

      .content-wrapper.jmd-message.jobs .job-container .job-type {
          margin-bottom: 7px;
          color: #959595;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 14px;
      }

      .content-wrapper.jmd-message.jobs .job-container .Job-desc h5 {
          font-size: 24px;
          font-weight: 600;
          color: #333;
      }

      .content-wrapper.jmd-message.jobs .job-container .job-details {
          display: flex;
          align-items: center;
      }
      .content-wrapper.jmd-message.jobs .job-container .Job-desc {
        max-height: 170px;
        overflow: hidden;
        margin-bottom: 16px;
     }
      .content-wrapper.jmd-message.jobs .job-container .job-details p {
          font-size: 16px;
          color: #333;
          margin-bottom: 0px;
          margin-right: 15px;
      }

      .content-wrapper.jmd-message.jobs .job-container .theme-btn {
          padding: 16px 60px;
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          border-radius: 30px;
      }

      .content-wrapper.jmd-message.jobs .career-modal .modal-header {
          background: #c0902c;
          color: #fff;
      }

      .content-wrapper.jmd-message.jobs .career-modal .modal-header .job-name .modal-title {
          font-size: 24px;
          font-weight: 600;
          color: #fff;
          margin-bottom: 7px;
      }

      .content-wrapper.jmd-message.jobs .career-modal .modal-header .job-name .badge {
          background: transparent;
          color: #fff;
          border: 1px solid #fff;
          font-size: 14px;
          font-weight: 500;
          padding: 5px 10px;
          border-radius: 30px;
          margin-left: 10px;
          height: 26px;
      }

      .content-wrapper.jmd-message.jobs .career-modal .modal-header .job-name p {
          font-size: 18px;
          color: #fff;
          margin: 0;
      }

      .content-wrapper.jmd-message.jobs .career-modal .lists li {
          font-size: 16px;
          color: #333;
          margin-bottom: 7px;
      }

      .content-wrapper.jmd-message.jobs .career-modal .modal-body {
          padding: 15px 32px;
          max-height: 420px;
          overflow-y: auto;
      }

      .content-wrapper.jmd-message.jobs .career-modal .btn-close {
          padding: 10px;
          background: #f8f8f8;
          border: 1px solid #fff;
          line-height: 20px;
          opacity: 0.8;
      }

      .content-wrapper.jmd-message.jobs .career-modal .btn-close:hover {
          background: #c0902c;
          color: #fff;
          opacity: 1;
      }

      .content-wrapper.jmd-message.jobs .filter-container {
          margin-bottom: 30px;
      }

      .content-wrapper.jmd-message.jobs .filter-container .form-control,
      .content-wrapper.jmd-message.jobs .filter-container .form-select {
          height: 50px;
          border-radius: 0;
      }

      .btn:focus,
      .form-control:focus,
      .form-select:focus {
          box-shadow: none;
      }

      .content-wrapper.jmd-message.jobs .filter-container .btn {
          border-radius: 0;
          height: 50px;
      }
      .career-modal .theme-btn {
            font-size: 16px;
            padding: 16px 30px;
            max-width: 100px;
            min-width: 150px;
        }



#chartdiv1 {
    width: 100%;
    height: 400px;
    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;
}
#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;
}


.asw-container .asw-menu-header {
    background-color: #ba962e !important;
}

.asw-container .asw-menu-header svg {
    fill: #ba962e !important;
}

.asw-container .asw-footer {
    display: none !important;
}

.asw-container .asw-btn:hover, .asw-btn.asw-selected {
    border-color: #ba962e !important;
}

.asw-container .asw-menu-btn {
    background: linear-gradient(96deg, #ba962e, #977616) !important;
    outline: 5px solid #ba962e !important;
}
