/*.cbp-hrmenu {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 1em;

	  display: flex;
  justify-content: center;
  align-items: center; 
}*/

#cardContainer .card .card-content h3 {
    /*color: blue;*/
	text-transform:capitalize;
}
.wordcap{
	text-transform:capitalize;
}
.group-container {
    display: block;
    /* margin: 10px; */
    padding: 20px;
}

	.card2 {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
	
.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
	
.card-container {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            margin-bottom: 1rem;
        }

        .card {
            width: 100%;
            max-width: 300px;
            cursor: pointer;
            transition: transform 0.3s;
        }

        .card.flipped .card-inner {
            transform: rotateY(180deg);
        }

        .card-inner {
            position: relative;
            width: 300px;
            height: 400px;
            transform-style: preserve-3d;
            transition: transform 0.3s;
        }

        .card-front, .card-back {
            position: absolute;
            width: 100%;
            height: 100%;
            backface-visibility: hidden;
            border: 1px solid #ddd;
            border-radius: 0.25rem;
            overflow: hidden;
            padding: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .card-front {
            background: #ffffff;
        }

        .card-back {
            background: #f8f9fa;
            transform: rotateY(180deg);
        }

        .card-content {
            text-align: center;
        }

        .shuffle-button, .open-all-button, .close-all-button, .toggle-colors-button, .toggle-animations-button {
            margin-bottom: 1rem;
			margin:20px!important;
        }
.pd20{
	padding:20px;
	
}
.cardsize{
	width: 300px;
    height: 400px;
    perspective: 1000px;
}
      
/* styles.css */
p {
    font-family: 'Rubik', sans-serif;
	font-size:12px;
	color:#000;
}

		
		/* Flip the card on hover 
.card:hover .card-inner {
    transform: rotateY(180deg);
}
		
	/* Optional: Add some animation to the hover 
.card:hover .card-front,
.card:hover .card-back {
    transition: background-color 0.3s, transform 0.6s ease-in-out;
}*/	

.fas.fa-ear {
    margin-left: 10px;
    color: #007bff; /* Change the color to match your design */
    cursor: pointer; /* Make the icon clickable */
}

.fas.fa-ear:hover {
    color: #0056b3; /* Change color on hover */
}
		        .speech-button {
            cursor: pointer;
            color: #f7f7f7;
            text-decoration: underline;
        }
		
/* Styling for the group dropdown */
#groupDropdown {
    margin-bottom: 20px;
    padding: 10px;
    width: 200px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    font-size: 16px;
	margin:30px;
}

/* Styling for the wordlist display div */
#wordlistDisplay {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    min-height: 50px;
    width: 300px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 14px;
	margin:30px;
}





.background-container {
	background-image: url('bggreenmovestopdown.svg');
	background-size: 300% 300%;
	background-repeat: repeat;
	background-position: 0 0;
	width: 100%;
	height: 100%;
	animation: moveBackground 40s linear infinite;
}

.background-container2 {
	background-image: url('bggreenmovestopdown.svg');
	background-size: 250% 250%;
	background-repeat: repeat;
	background-position: 0 0;
	width: 100%;
	height: 100%;
}		

@keyframes moveBackground {
	from { background-position: 30% 30%; }
	to { background-position: 100% 100%; }
}

.cbp-hrmenu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
}


.samplesitelogo{
	width:75px;
	height:75px;
	margin:5px;
	border-radius:48px;
}
.samplepageloginbutton{
    width: 145px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 48px;
    vertical-align: center;
    padding-top: 10px;
    border:2px solid #a43b5a;
	color:#a43b5a;
	background:#fff;
}

.samplepageloginaccount{
    width: 145px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 48px;
    vertical-align: center;
    padding-top: 10px;
    background: #a43b5a;
}
.samplepageloginbuttonmobile{
    width: 145px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 48px;
    vertical-align: center;
    padding-top: 10px;
    border:2px solid #a43b5a;
	color:#a43b5a;
	background:#fff;
}

.samplepageloginaccountmobile{
    width: 145px;
    height: 40px;
    text-align: center;
    font-size: 12px;
    border-radius: 48px;
    vertical-align: center;
    padding-top: 10px;
    background: #a43b5a;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    vertical-align: middle;
    margin-top: 5px;
}
.samplepagebuttons {
    display: flex;
    justify-items: right;
    align-items: center;
    flex-flow: nowrap;
    margin-top: 15;
    margin-left: 40px;
}
.mobilesamplepagebuttons{
	    display: flex;
    justify-items: right;
    align-items: center;
    flex-flow: nowrap;
    margin-top: 15;
    margin-left: 40px;
}

/*
.mobilesamplepagerowbuttons{
    align-items: center;
    flex-flow: nowrap;
    display: inline-flex;
    flex-grow: revert;
    margin-top: 10px;
    margin-bottom: 10px;

	justify-content: center;
	
}*/


/* Fixed header style */
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
	background:#000;
}

.fixed-header {
    box-shadow: 0 4px 2px -2px gray;
}

.mobilesamplepagerowbuttons {
    align-items: center;
    /* flex-flow: nowrap; */
    display: inline-flex;
    /* flex-grow: revert; */
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-left: 20%; */
    justify-content: center;
    width: 250%;
}

/*.mobilesamplepagerowbuttons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}*/

.samplepageloginbutton, .samplepageloginaccount {
    margin: 0 10px; /* Add some space between the buttons */
}




.sticky {
    background-color: #fff; /* Example: Change background color when sticky */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Example: Add shadow for better visibility */
}
/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center; /* new addition to align text to the center */
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

/*.cbp-hrmenu > ul > li > a {
	font-weight: 700;
	padding: .5em 2em;
	color: #999;
	display: inline-block;
	
}*/

.cbp-hrmenu > ul > li > a {
    font-weight: 700;
    padding: 0.5em 2em;
    color: #2196f3;
    display: inline-block;
    font-size: medium;
	text-transform:uppercase;
}


.cbp-hrmenu > ul > li > a:hover {
	color: #47a3da;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #47a3da;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #47a3da;
	width: 100%;
	left: 0;
	z-index: 100;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrsub h4 {
	color: #afdefa;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}

.wrap_header .logo{
	display:block;
	position:absolute;
	margin-left: 150px;
	}
	
	.wrap_menu {
     float: left; 
    /*width: 100%;*/
    margin-left: 400px; 
}

.mainheader, .container > header {
    width: 100%;
    /* max-width: 69em; */
    margin: 0 auto;
    /* padding: 0 1em 1em 1em; */
    /* float: left; */
    margin-left: 0px;
}

#samplepagemobilerow{
	display:none;
}

#samplepagephone{
	display:none;
}
.mobile-logo-wrapper{	
	display:none;
	width:100%;
}

.navbar-site-button {
    /* position: static; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: right;
    padding: 0.5rem 1rem;
    width: 400px;
    /* top: 25px; */
    /* left: 60%; */
}

.navbar-button {
    /* position: static; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: right;
    padding: 0.5rem 1rem;
    width: 400px;
    /* top: 25px; */
    /* left: 60%; */
}

.navbar-button {
    /* position: static; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: right;
    padding: 0.5rem 1rem;
    width: 40%;
    /* top: 25px; */
    /* left: 60%; */
}



.nav-item-button {
margin-right: 15px;
}

.navbar-nav-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-item-mobile{
	padding:2px;
	margin:2px;
}
.navbar-nav-mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    /* padding: 2px; */
}

.navbar-mobile {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

button, .button {
    background-color: #47a3da;
    border: 0px solid #0b1e25;
    border-radius: 100px;
    color: #fff;
    padding: 15px 25px;
    font-family: arial,helvetica,sans-serif,sans-serif;
    font-size: .75rem;
    font-weight: bold;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    cursor: pointer;
    line-height: 1.1;
    letter-spacing: .03em;
    white-space: normal;
    /*word-break: break-word;*/
    text-align: center;
    text-decoration: none;
    position: relative;
    transition: background-color .15s linear,border-color .15s linear,color .15s linear;
}
.dropdown-menu {
    position: absolute;
    top: 80%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-top-right-radius: 1.1rem;
}

/* Examples for media queries */
@media screen and (max-width: 75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}
	
	.wrap_header .logo{
	display:block;
	position:absolute;
	/*margin-left: 125px;*/
	}
	
	.mainheader, .container > header {
    /* width: 90%; */
    /* max-width: 69em; */
    /* margin: 0 auto; */
    /* padding: 0 1em 1em 1em; */
     float: none; 
     margin-left: 0px; 
}
.nav-item-button{
		padding: 2px 5px;
	margin:5px;
	
}
		.navbar-nav-button{
				display:display;			
				border:0px solid red;
				width:150px;
				display: flex;
				-ms-flex-direction: column;
				flex-direction: column;	
				border-radius: 0px;	
			}
	

	
/*button, .button {
    background-color: #47a3da;
    border: 0px solid #0b1e25;
     border-radius: 0px; 
    color: #fff;
    padding: 2px 5px;
    font-family: arial,helvetica,sans-serif,sans-serif;
    font-size: .75rem;
    font-weight: bold;
    /* display: inline-block; */
    /* width: 100%; 
    height: auto;
    margin: 2;
    cursor: pointer;
    line-height: 1.1;
    letter-spacing: .03em;
    /* white-space: normal; 
    word-break: break-word;
    /* text-align: center; 
    text-decoration: none;
    position: relative;
    transition: background-color .15s linear,border-color .15s linear,color .15s linear;
}*/

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    /* padding: 2px; */
}


#samplepagemobilerow{
	display:none;
}

#samplepagephone{
	display:none;
}

}


@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}
	
	.wrap_header .logo{
	display:block;
	position:absolute;
	/*margin-left: 125px;*/
	}
	
	.mainheader, .container > header {
    /* width: 90%; */
    /* max-width: 69em; */
    /* margin: 0 auto; */
    /* padding: 0 1em 1em 1em; */
     float: none; 
     margin-left: 0px; 
}
	.nav-item-button{
	padding: 2px 5px;
	margin:5px;

	}
	
.navbar-nav-button{
display:display;			
border:0px solid red;
width:150px;
display: flex;
-ms-flex-direction: column;
flex-direction: column;	
border-radius: 0px;	
}
			
/*button, .button {
    background-color: #47a3da;
    border: 0px solid #0b1e25;
     border-radius: 0px; 
    color: #fff;
    padding: 2px 5px;
    font-family: arial,helvetica,sans-serif,sans-serif;
    font-size: .75rem;
    font-weight: bold;
    /* display: inline-block; */
    /* width: 100%; 
    height: auto;
    margin: 2;
    cursor: pointer;
    line-height: 1.1;
    letter-spacing: .03em;
    /* white-space: normal; 
    word-break: break-word;
    /* text-align: center; 
    text-decoration: none;
    position: relative;
    transition: background-color .15s linear,border-color .15s linear,color .15s linear;
}*/

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    /* padding: 2px; */
}

/*.samplepagebuttons{
	
	Display:none;
}*/
#samplepagemobilerow{
	display:none;
}

#samplepagephone{
	display:none;
}

.search-bar {
    /* max-width: 300px; */
    /* padding: 8px 12px; */
    /* font-size: 16px; */
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
     min-width: 450px; 
}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		/*font-size: 120%;*/
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;

	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

.cbp-hrmenu > ul > li {
    display: block;
}

.cbp-hrmenu > ul > li:not(:first-child) {
    border-top: 1px solid #47a3da;
}

	/*.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 1px solid #47a3da;
	}*/

	/*.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}*/

.cbp-hrmenu > ul > li > a {
			display: block;
		padding: 1em 3em;
    font-weight: 700;
    font-size: medium;
    text-transform: uppercase;
    text-align: justify;
    text-indent: 30%;
}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}
	
	.wrap_menu {
    float: right;
    width: 100%;
    margin-left: 0px; 
    }
	
.wrap_header .logo{

margin-left: 0px;
display:none;

	}
	
	.mobile-logo-wrapper{	
	display:block;
	width:100%;
}
	
	.mainheader, .container > header {
    /* width: 90%; */
    /* max-width: 69em; */
    /* margin: 0 auto; */
    /* padding: 0 1em 1em 1em; */
     float: none; 
     margin-left: 0px; 
}

.navbar-button-mobile{
  border:0px solid blue;
  display:display;
 border-radius: 0px;
}	

button, .button {
    background-color: #47a3da;
    border: 0px solid #0b1e25;
     border-radius: 20px; 
	 
}

/*button, .button {
    background-color: #47a3da;
    border: 0px solid #0b1e25;
     border-radius: 0px; 
    color: #fff;
    padding: 2px 5px;
    font-family: arial,helvetica,sans-serif,sans-serif;
    font-size: .75rem;
    font-weight: bold;
    height: auto;
    margin: 2;
    cursor: pointer;
    line-height: 1.1;
    letter-spacing: .03em;
    word-break: break-word;
    text-decoration: none;
    position: relative;
    transition: background-color .15s linear,border-color .15s linear,color .15s linear;
}*/

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: row;
    /* padding-left: 0; */
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    /* padding: 2px; */
}

.navbar-button {
    /* hide button */
    display: -ms-flexbox;
    display: block;

}

.navbar-nav-button {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 30px;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
    /* padding: 2px; */
    align-items: center;
}

.samplepagebuttons{
	
	Display:none;
}
#samplepagemobilerow{
	display:block;
}
#samplepagephone{
	display:block;
}

#samplepagedesktop{
	display:none;
}

.mobilesamplepagerowbuttons {
    margin-top: 20px;
    margin-bottom: 10px;
}

.samplepageloginaccount {
    width: 142px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 48px;
    vertical-align: center;
    padding-top: 4px;
    background: #a43b5a;
}
.samplepageloginbutton {
    width: 105px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    border-radius: 48px;
    vertical-align: center;
    padding-top: 2px;
    border: 2px solid #a43b5a;
    color: #a43b5a;
    background: #fff;
}

}
/*
@media screen and (max-width: 36em) { 

		.cbp-hrmenu .cbp-hrsub-inner > div {
			width: 100%;
			float: none;
			padding: 0 2em;
		}


	    .wrap_menu {
		float: right;
		width: 100%;
		margin-left: 0px; 
		}

		.wrap_header .logo{
			 display:none;

		}

		.mainheader, .container > header {
			float: none; 
			margin-left: 0px; 
		}
		.mobile-logo-wrapper{	
		    display:block;
		    width:100%;
		}
		

	
}*/

.cbp-hrmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.navbar-nav li a {
 line-height: 15px;
}

.secondaryheading{
height:100px;
background:#00297a;	
}

.secondaryheading h1 {
    margin-top: 0.5em;
    
	color: #ffffff;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1rem;
    /* width: 100%; color: #abd5d6;*/
    /* background: #000000; */
}

.m-1em{
	 margin-top: 1em;
	 margin-bottom: 1rem;
}
.m-2em{
	 margin-top: 2em;
	 margin-bottom: 2rem;
}
.m-3em{
	 margin-top: 3em;
	 margin-bottom: 3rem;
}
.w-80{
    width: 80%!important;	
}

.row100percent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.samplecalltoaction {
	margin-top:50px;
	background: #f7f7f7;
	width:450px;
	margin-bottom:50px;
}
.rightabstract{
	background: #0000ff;
	margin-top:50px;
}
.leftabstract{
	background: #0000ff;
}
.leadership{
	margin-top:50px;
		background: #ffffff;
	margin-bottom:0px;
}
.contactus{
	margin-top:50px;
		background: #ffffff;
	margin-bottom:0px;
}
.aboutus{
	margin-top:50px;
		background: #ffffff;
	
	margin-bottom:50px;
}

#newsletter_email {
    width: 400px;
    height: 46px;
    background: #e7e3e3;
    border: none;
    padding-left: 20px;
}

.newsletter_submit_btn {
    width: 160px;
    height: 46px;
    border: none;
    background: #00297a;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
}

.newsletter {
    width: 100%;
    background: #fff;
    margin-top: 10px;
	border:0px solid #e1e1e1;
	margin-bottom: 60px;
	border-radius:120px;
}

.newsletter_text {
    height: 120px;
}

.newsletter_form {
    height: 120px;
}


/* about leadrship */

.Person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 423.5px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.Person__photo {
    display: block;
    font-size: 0;
    position: relative;
    width: 100%;
}

.Person__info {
    height: 120px;
    padding: 20px 29px;
    background-color: #F5F5F6;
    margin-bottom: 100px;
    min-height: 120px;
}

.Person__info .Person__name {
    font-weight: 500;
}

.Person__info .Person__title {
    line-height: 22.4px;
}

Person__photo >:only-child {
    display: block;
    font-size: 1rem;
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}
.img100percent{
	
	width:100%;
}

.Person__info:hover  {
    background: #00297a;
  color: #fff;
}

/* form background */

.form_wrapper {
    background: #F5F5F6;
    border-radius: 2rem 0 2rem 0;
    padding: 3rem 2rem;
    border: none;
    min-height: auto;
}

.websitetext {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
    color: #666666;
}

.mkdf-vertical-align-containers .mkdf-position-right {
    position: relative;
    height: 100%;
    float: right;
    text-align: right;
    z-index: 2;
}

.mkdf-vertical-align-containers {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.customersuccess{
	    width: 100%;
    background: #fff;
    margin-top: 120px;
	border:0px solid #e1e1e1;
	margin-bottom: 20px;
	    height: 320px;
}

/*#testimonycarousel {
	
	height:150px;
	background:#ffffff;
	width:100%;
	  background: #f5f5f6;
	
}*/

#testimonycarousel {
    height: 150px;
    background: #ffffff;
    width: 100%;

    border-radius: 120px;
}

.testimony{
	
	font-color:#336699;
	text-align:center;
}

#testimonycarousel .carousel-indicators li{
	
	background-color:red;
	
}



#testimonycarousel .carousel-control-prev-icon::after {
    content: "<";
    color: red;
    font-weight: bolder;
    font-size: xx-large;
}


#testimonycarousel .carousel-control-next-icon::after {
    content: ">";
    color: red;
    font-weight: bolder;
    font-size: xx-large;
}


h4.testimony {
    font-color: #336699;
    text-align: center;
    font-style: italic;
    font-size: smaller;
	margin:60px;
}

/*.customertestimony{
	
	width: 100%;
    background: #f5f5f6;
    margin-top: 120px;
	border:0px solid #e1e1e1;
	margin-bottom: 20px;
	    height: 220px;
}*/

.customertestimony {
    width: 100%;
    /*background: #F7F7F2;*/
    padding-top: 100px;
    margin-top: 1px;
    border: 0px solid #e1e1e1;
    padding-bottom: 120px;
    height: 360px;
}


.newsletterbackground {
    width: 100%;
    padding-top: 100px;
    margin-top: 1px;
    border-top: 1px dashed #e1e1e1;
    padding-bottom: 120px;
    height: 360px;
}

.carousel-indicators-testimony{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

#testimonycarousel .carousel-indicators-testimony li{
	
	background-color:red;
	
}

.carousel-indicators-testimony li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators-testimony .active {
    opacity: 1;
}

/* buttons */

.kl-navbar__end {
    display: flex;
    align-items: center;
}
.kl-navbar__button {
    font-weight: bold;
    font-size: 16px;
    font-family: arial,helvetica,sans-serif,sans-serif;
    line-height: 2em;
    word-break: normal;
    color: #0b1e25;
    display: inline-block;
}
a {
    color: #f5c8c8;
    cursor: pointer;
    text-decoration: none;
}
.kl-navbar__end a+a {
    margin-left: 25px;
}


.samplepagebuttons{
float:right;		
}
.languageoptions{
    height: 40px;
    background: #f5f5f6;
	justify-content: right;
    display: flex;
}

/*
element.style {
    /* float: right; 
    justify-content: right;
    align-content: right;
    display: flex;
}*/
.navbar-button {
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    width: 400px;
    top: 25px;
    left: 60%;
} */


/* Container for centering the search bar */
.card-search {
    display: flex;
    align-items: center;
    background-color: #ffffff; /* Background color to match the page */
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow for depth */
    overflow: hidden; /* Ensure rounded corners and shadow are applied correctly */
}

/* Style for the input field */
.search-bar {
    border: 1px solid #ccc; /* Light border color */
    border-radius: 4px 0 0 4px; /* Rounded corners on the left */
    padding: 10px; /* Padding for better spacing */
    font-size: 16px; /* Adjust font size if needed */
    width: 300px; /* Set width as needed */
}

/* Style for the search button */
.btn-primary-search {
    background-color: #007bff; /* Match the button color to your theme */
    border: none; /* Remove default border */
    color: #fff; /* Text color */
    border-radius: 0 4px 4px 0; /* Rounded corners on the right */
    padding: 10px 20px; /* Padding for better spacing */
    font-size: 16px; /* Match font size to input field */
}

/* Optional: Hover and focus effects */
.search-bar:focus {
    border-color: #007bff; /* Highlight border on focus */
    outline: none; /* Remove default focus outline */
}

.btn-primary-search:hover {
    background-color: #0056b3; /* Darker shade for hover effect */
}

/* Layout */
.containercms {
    width: 80%;
    max-width: 1200px;
    margin: 12px auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

p.websitetext{
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
    color: #666666;	
	font-size: large;	
}

       .containerhtml {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: flex-start;
            height: 100vh;
            padding: 20px;
        }

        .text-column {
            flex: 1;
            max-width: 50%;
            padding: 20px;
        }

        .text-column p {
            margin-bottom: 0.5rem;
            font-family: inherit;
            font-weight: 300;
            line-height: 1.2;
            color: #666666;
            font-size: large;
        }

        /* Image Column */
        .image-column {
            flex: 1;
            max-width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Image Responsiveness */
        .imgHtml {
            max-width: 100%;  /* Ensures the image never exceeds the container's width */
            height: auto;     /* Maintains aspect ratio */
            object-fit: cover;
            border-radius: 8px;
        }
 
        /* Mobile-specific styles */
        @media screen and (max-width: 768px) {
            .containerhtml {
                flex-direction: column; /* Stack columns vertically */
            }

            .text-column, .image-column {
                max-width: 100%; /* Full width for both columns */
            }

            .imgHtml {
                width: 100%; /* Image takes full width on mobile */
                height: auto; /* Maintain aspect ratio */
            }
        }

/*
.dropdown:hover>.dropdown-menu {
  display: block;
}
nutmeg
red onion
ginger
vodka
orange C
honey

*/


