/* Default Theme */

/* -------------------------------
   General
------------------------------- */

body {
    font-family: 'Open Sans', "sans-serif";
    font-size: 16px;
	background: #fafafa;
    color: #333;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	min-height: 145.5px;
    padding-top: 145.5px;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.25;
	color: #3e3e3e;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    font-weight: 500;
	color: #333;
}
a {
    color: #eebd37;
}
a:hover {
    color: #dbc486;
}
a:focus {
    color: #dbc486;
}
label {
    color: #333;
}

/* -------------------------------
   Header & Navbar Styles
------------------------------- */

.top-nav-right a {
    color: #fff;
    background: #0097d7;
}
.top-nav-logo .brand-logo img {
    height: 68px;
}
.navbar-nav > li > a {
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.header-buttons .top-nav-bottom .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}
.header-buttons .navbar-nav > li > a:hover {
	color: #ffffff;
	background: #0097d7;
}
.header-buttons .navbar-nav > li.active a,
.header-buttons .navbar-nav > li a.active,
.header-buttons .navbar-nav > li:hover > a,
.header-buttons .navbar-nav > li > a:hover,
.header-buttons .navbar-nav.navbarnavbar-transparentp.header-prepare .navbar-collapse ul.navbar-nav li a.current,
.header-buttons .navbar-nav.navbarnavbar-transparentp.header-prepare.header-prepare .navbar-collapse ul.navbar-nav li.current a {
	background: #0097d7;
	color: #ffffff;
}
.header-buttons .dropdown.dropdown-hover:focus .dropdown-menu, .header .dropdown.dropdown-hover:hover .dropdown-menu {
    background: #0097d7;
	border: 0;
}
.header-buttons .dropdown-hover:hover a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.header-buttons .dropdown-menu .dropdown-item {
    color: #ffffff;
	padding-top: 5px;
    padding-bottom: 5px;
}
.header-buttons .dropdown-menu .dropdown-item.active, .dropdown-item:active {
    color: #222;
    background-color: #ffffff;
}
.header-buttons .dropdown-menu .dropdown-item:hover {
    color: #222;
    background-color: #ffffff;
}
.header-buttons .dropdown-menu .dropdown-item:focus {
    color: #222;
    background-color: #ffffff;
}
.header-buttons .dropdown-menu {
    width: 210px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.top-nav-bottom {
    padding-bottom: 5px;
}

/* -------------------------------
   Footer Styles
------------------------------- */

.footer-2 {
    margin: 0;
	color: #fff;
    background: linear-gradient(180deg, rgba(92, 70, 112, 1) 0%, rgba(2, 151, 216, 1) 100%);
}
.footer-2 a {
    color: #ffffff;
}
.footer-2 a:hover {
    color: #d7d7d7;
}
.footer-2 a:focus {
    color: #d7d7d7;
}
.footer-2 h6, .footer-2 .h6 {
    color: #ffffff;
}


/* -------------------------------
   Page Content
------------------------------- */

.content {
    padding: 0 0 0;
}

/* -------------------------------
   Module Theme Styles
------------------------------- */

.section-tb-2 {
    background: #3A67B1;
}
.public-gallery {
	margin-bottom: 25px;
	margin-top: 15px;
}
.public-gallery-card {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.34), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.32);
	margin-bottom: 20px;
	border: 0 !important;
}
.public-gallery-card-thumbnail {
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}
.public-gallery-card-thumbnail img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
	height: 282px;
	max-height: 282px;
	border-radius: 6px;
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	transition: .5s ease;
}
.public-gallery-card-thumbnail img:hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.public-card-image {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom:25px;
}
.public-card-image-img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
	box-shadow: 4px 0 8px rgb(0 0 0 / 10%);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
	transition: .5s ease;
}
.public-card-image-img:hover {
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.groups-search-listing-logo {
    height: 100px;
    width: 100px;
}
.groups-search-listing-item-fav {
    margin-top: 10px;
}
.b-blog-posts-1 img {
    max-height: 355px;
    object-fit: cover;
}
.groups-search-listing-containers-cols-1 {
    height: 77vh;
}

/* -------------------------------
   Custom Styles
------------------------------- */

/* ------------------------------
    HP
------------------------------- */

.hp-hero{
    height: 90vh;
}
.hp-hero .herobg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hp-about .customtext{
    border: 0;
    background: transparent;
    color: white;
    border-bottom: 2px solid white !important;
    font-size: 1rem;

}
.hp-involved{
    padding: 0 !important;
    height: 300px;
} 
.hp-slider .slider-content{
    padding: 0 !important;
    opacity: 1 !important;

}
.hp-slider .slider-content .gblocks-slider-1-captionbox{
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    display: flex;
}
.btn-100 {
    width: 100%;
}
.custom-lg-1 {
	flex: 0 0 4.333333% !important;
	max-width: 4.333333% !important;
}
.custom-col {
	flex: 0 0 calc(100% - 4.3333%) !important;
	max-width: calc(100% - 4.3333%) !important;
}
.bluegrad{
    background: linear-gradient(180deg, rgba(92,70,112,1) 68%, rgba(2,151,216,1) 100%);
}

.bluegrad2{
    background: linear-gradient(180deg, rgba(92,70,112,1) 0%, rgba(2,151,216,1) 100%);
}

.bluegrad-middle{
    background: linear-gradient(180deg, rgba(2,151,216,1) 0%, rgba(92,70,112,1) 81%);

}
.shadowl {
    box-shadow: -22px 0px 5px -15px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: -22px 0px 5px -15px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -22px 0px 5px -15px rgba(0,0,0,0.28);
}
.bw-cover-img-bg {
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}
.has-bg .bg-cover:before {
    background: rgba(0, 151, 215,.85) !important;
}
.color-white {
    color: #fff !important;
}
.white {
    color: #fff !important;
}
.bw-cover-bg-primary {
    position: relative;
}
.bw-bg-fixed {
    background-attachment: fixed;
}
.intro-full .intro-full-content {
    padding-top: 60px;
    position: absolute;
    width: 100%;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.intro-full .intro-full-content {
    top: 64%;
}
.index-1 {
    z-index: 1 !important;
}
.bw-cover-bg-primary .container {
    position: relative;
    z-index: 1;
}
.block-intro-1-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
.block-intro-1-title span {
    font-weight: 600;
}
.font-4 {
    font-size: 4rem !important;
}
.bw-cover-bg-primary:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33,33,33,.45);
    z-index: 0
}
.bw-cover-bg-primary:after {
    background-color: rgba(0,0,0,.4);
}
.bw-cover-img-bg {
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}
.tb-1-top64-m {
    display:block;
}
.tb-1-top64 {
	top: 200px;
    position: relative;
}
.tb-1-top64 h1 {
    font-size: 70px;
}
.tb-1-top64 h3 {
    font-size: 40px;
}
.blockfix {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.shadowr {
    box-shadow: 20px 0px 5px -15px rgba(0, 0, 0, 0.29);
    -webkit-box-shadow: 20px 0px 5px -15px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 20px 0px 5px -15px rgba(0,0,0,0.29);
}
.py-10 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important;
}
.px-10 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}
.blue {
    color: #00b2ff !important;
}
.l-height1 {
    line-height: 1.5;
}
.w-70{
	width: 70%;
}
.bg1{
    background: url('/uploads/jciuk/jbg1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg2{
    background: url('/uploads/jciuk/jbg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg3{
    background: url('/uploads/jciuk/jbg3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg4{
    background: url('/uploads/jciuk/jbg4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bgoverlay {
    background: rgba(0, 0, 0, 0.4);
}
.purplebgopac{
    background: #4d007480 !important;
}
.yellowbgopac{
    background: #9b6e0080 !important;
}
.lbluebgopac{
    background: #0034de80 !important;
}
.redbgopac{
    background: #bd001380 !important;
}
.c-w-50 {
	width: 80%;
}
.jcw-quotes-owl h1 {
    font-size: 30px;
}
.b-blog-posts-1 .container {
    max-width: 100%;
}
.b-blog-posts-1 .card-body {
    background: linear-gradient(180deg, rgb(57 139 204) 0%, #0297d8 100%);
	padding: 20px;
    padding-bottom: 25px;
}
.b-blog-posts-1 .blog-category .blog-badge {
    background-color: #57507a;
    border: 1px solid rgba(144, 144, 144, 0.1);
    color: #ffffff;
}
.b-blog-posts-1 .blog-category .blog-category-title {
    color: #ffffff !important;
}
.b-blog-posts-1 .blog-category-readmore {
    color: #ffffff;
	float: right;
    margin-right: 20px;
}
.b-blog-posts-1 .list-unstyled .text-muted {
    color: #ffffff !important;
}
.gblocks-pageheader-color-primary {
    color: #3A67B1;
}
.gblocks-pageheader-2-card {
    position: relative;
    padding: 20px;
    padding-bottom: 0px;
    border: 0px;
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    background-color: transparent;
    background-clip: border-box;
    border-radius: .25rem;
    z-index: 100;
}
.geditor-infoblock-1-img-main img {
    max-width: 600px;
    float: right;
    border-radius: 6px;
}
.geditor-infoblock-1-img-bg {
    background-image: linear-gradient(to left, #eaeaea, #ffffff);
}
.height-60 {
    height: 60px;
}
.height-40 {
    height: 40px;
}
.height-20 {
    height: 20px;
}
.geditor-infoblock-1-img {
    margin: auto;
    width: 50%;
    padding: 30px;
    padding-left: 35px;
    padding-top: 25px;
}
.geditor-infoblock-1-textbox {
    margin-top: 13%;
}
.geditor-infoblock-1-textbox-bottom {
    margin-bottom: 80px;
}
.geditor-infoblock-1-textbox-text {
    text-align: center;
}
.center-block {
    display: block;
    margin: 0 auto;
}
.mw-800 {
    max-width: 800px;
}
.center {
    text-align: center;
}
.center-block {
    display: block;
    margin: 0 auto;
}
.gblocks-card-team-3-row {
    margin-bottom: 40px;
}
.jcw-card-flexfill {
    align-self: stretch;
    display: flex;
    margin-bottom: 20px;
}
.gblocks-card {
    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-radius: .25rem;
}
.gblocks-card-team-3 {
    border-radius: 4px;
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    background: #3a67b1 !important;
}
.is-light-text * {
    color: #fff;
}
.gblocks-card-team-3 img {
    width: 100%;
    height: auto;
    max-height: 360px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.margin-25 {
    margin: 25px !important;
}
.geditor-team-3-caption-team {
    margin-top: 0px;
    margin-bottom: 15px;
}
.geditor-team-3-caption-team p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 2px;
    color: #eebd37;
}
.gaccordion-1 .card-dark .card-header {
    background-color: #424242;
    margin-top: 5px;
}
.gaccordion-1 .card-dark .card-header {
    background-color: #3a67b1;
}
.pointer-cursor {
    cursor: pointer !important;
}
.padding-30 {
    padding: 30px;
}
.size-48 {
    font-size: 48px;
}
.geditor-sponsorsblock-2-success {
    border-bottom: solid 3px #0197d7;
    border-radius: 3px;
}
.geditor-zoom-img {
    overflow: hidden;
}
.geditor-sponsorsblock-2-img img {
    width: 100%;
}
.geditor-zoom-img img {
    transition: all ease .6s;
}
.geditor-zoom-img:hover img,.geditor-zoom-img:focus img {
    transform: scale(1.15)
}
.contact-12-address {
    margin-bottom:15px;
}

.jcw-homebigimg-image {
    object-fit: cover;
    object-position: center;
    height: 90% !important;
	max-height: 850px;
    width: 100%;
	z-index: 1;
}
.jcw-homebigimg-msg {
	margin-top: 35%;
    position: absolute;
    margin-left: 5%;
	z-index: 1;
}
.bgwhites {
    background: white;
}
.jcw-cover-bg-primary-absolute {
    position: absolute;
}
.jcw-quotes-owl {
     /* padding-top:160px; */
    /* padding-bottom:160px; */
    height: 500px;
}
.jcw-quotes-owl h1 {
    font-size: 30px;
}
.hp-about .customtext{
    background: white;
	color: #2c2c2c;
}
.geditor-team-3-caption-team span {
    color: #eebd37;
}
.jcw-card-team-info-email {
    color: #eebd37;
}
.jcw-card-presidents {
    margin: 25px;
	margin-top:15px;
	text-align:center;
}
.jcw-card-presidents-year {
    font-size: 20px;
	font-weight:600;
	color: #eebd37 !important;
}
.jcw-card-presidents-info {
    color: #eebd37 !important;
	margin-bottom: 10px;
    margin-top: 2px;
}
.jcw-card-presidents-name {
    margin-top: 0px;
    margin-bottom: 0px;
}
.jcw-card-review-3-bg {
	background: #3a67b1;
	color: #ffffff;
}
.jcw-card-review-3-bg-name {
    color: #eebd37;
	font-weight:600;
}
.jcw-card-review-3-bg h3 {
	color: #ffffff;
}
.jcw-card-review-3-bg h4 {
	color: #ffffff;
}
.jcw-card-review-3-bg h5 {
	color: #ffffff;
}

.jcw-card-joinbox-1 {
	padding-right: 10px;
}
.jcw-card-joinbox-1-ol {
	padding-left: 20px;
}
.hubs-d1-menu-small {
    margin-top: -10px !important;
}

.jciuk-terms h2 {
    font-size: 22px;
	margin-bottom: 10px;
	color: #0097d7;
}
.jciuk-padleftright {
    padding-left:0px !important;
	padding-right:0px !important;
}

.hubs-d1-menu-small {
    top: 60px !important;
}
@media (max-width: 915px) {
.hubs-d1-menu-small {
    top: 0px !important;
}
}

/* Pricing Table Block 1 */
.bw-price-table-1 {
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.12),0 1px 2px 0 rgba(0,0,0,.24);
    background-color: #fff;
    padding: 0;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
}
.bw-price-table-1:hover {
    background-color: #fafafa;
}
.bw-price-table-1:hover .bw-price-table-1-body:after {
    top: 0;
}
.bw-price-table-1.bw-price-table-1-prominent {
    transform: translateY(-10px);
    position: relative;
    z-index: 2;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,.12);
}
.bw-price-table-1.bw-price-table-1-prominent .bw-price-table-1-body .btn {
    margin-top: 30px;
}
.bw-price-table-1 header {
    background-color: #616161;
    display: block;
    text-align: center;
    color: #fff;
}
.bw-price-table-1 header .bw-price-table-1-category {
    display: block;
    background-color: rgba(0,0,0,.2);
    padding: 10px 0;
	font-weight: 600;
}
.bw-price-table-1 header h3 {
    font-weight: 600;
    padding: 20px 0;
    margin: 0;
    font-size: 40px;
	color: #fff;
}
.bw-price-table-1 header h3 sup {
    font-size: 20px !important;
    margin-right: 5px;
    margin-top: 10px;
    font-weight: 600;
    vertical-align: middle;
}
.bw-price-table-1 header h3 sub {
    font-size: 14px;
    font-weight: 600;
	margin-left: -5px;
    vertical-align: middle;
}
.bw-price-table-1 .bw-price-table-1-body {
    padding: 20px;
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
}
.bw-price-table-1 .bw-price-table-1-body:after {
    transition: all ease .3s;
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.bw-price-table-1 .bw-price-table-1-body .bw-price-table-1-list {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
}
.bw-price-table-1 .bw-price-table-1-body .bw-price-table-1-list li {
    margin: 0;
    padding: 8px 0;
    border-bottom: dotted 1px #e0e0e0;
}
.bw-price-table-1 .bw-price-table-1-body .bw-price-table-1-list li i {
    margin-right: 10px;
}
.bw-price-table-1.bw-price-table-1-dark {
    border-bottom: solid 3px #2d2d2d;
}
.bw-price-table-1.bw-price-table-1-dark header {
    background-color: rgba(0,0,0,.5);
}
.bw-price-table-1.bw-price-table-1-dark .bw-price-table-1-body:after {
    background-color: rgba(0,0,0,.5);
}
.bw-price-table-1.bw-price-table-1-dark .bw-price-table-1-list i {
    color: #2d2d2d;
}
.bw-price-table-1.bw-price-table-1-dark:hover .bw-price-table-1-body {
    color: #fff;
}
.bw-price-table-1.bw-price-table-1-dark:hover .bw-price-table-1-body .bw-price-table-1-list li {
    border-color: #cacaca;
}
.bw-price-table-1.bw-price-table-1-dark:hover .bw-price-table-1-body .bw-price-table-1-list li i {
    color: #fff;
}
.bw-price-table-1.bw-price-table-1-dark:hover .bw-price-table-1-body .btn {
    background-color: #fff;
	border-color: #ffffff;
    color: #606060;
}
.btn.btn-button-pricing-table-1-dark {
    background: #606060;
    border-color: #606060;
	color: #ffffff;
	border-radius: 3px;
    position: relative;
    padding: 10px 20px !important;
    font-size: 14px;
    font-weight: 500;
}
.bw-price-table-1-list span {
    width: 27px;
    display: block;
    float: left;
}
.btn.btn-button-pricing-table-1-dark {
    background: #0097d7;
    border-color: #0097d7;
}
.bw-price-table-1.bw-price-table-1-dark header {
    background-color: rgb(0, 151, 215);
}
.bw-price-table-1.bw-price-table-1-dark .bw-price-table-1-body:after {
    background-color: rgba(204, 204, 204, 0);
}
.bw-price-table-1:hover {
    background-color: #0097d7;
}
.features-1 h1, .features-1 .h1, .features-1 h2, .features-1 .h2, .features-1 h3, .features-1 .h3, .features-1 h4, .features-1 .h4, .features-1 h5, .features-1 .h5, .features-1 h6, .features-1 .h6 {
    color: #3A67B1;
}

/* -------------------------------
   Custom History
------------------------------- */
.about-history-photos img {
    object-fit:cover;
	height:300px !important; 
	margin-bottom: 10px;
}
.about-years-list {
    font-size: 64px;
    text-align: right;
    border-right: 1px solid #E7E7E7;
}
.about-years-list li a {
    padding-right: 30px;
}
.about-years-list li.active:before {
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #E7E7E7;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -14px;
}
.about-years-list li.active:after {
    content: '';
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 14px solid #fafafa;
    position: absolute;
    top: 50%;
    right: -1px;
    margin-top: -14px;
}
.about-years-list li a {
    color: #434343;
    opacity: .2;
}
.about-years-list li .active {
    opacity: 1;
}
.about-years-list li .active a {
    font-size: 88px;
}
.about-years-list li a:hover, .about-years-list li a:focus, .about-years-list li a:active {
    background: transparent;
}
.about-history-text {
    margin-top:15px;
}
.about-timeline {
	position: relative;
	padding: 0 0 30px;
	margin-bottom: 20px;
}
.about-timeline:after {
	content:'';
	display:block;
	width:4px;
	position: absolute;
	left:50%;
	top:0;
	bottom:0;
	background-color: #eaeaea;
	z-index: 1;
	margin-left: -2px;
}
.timeline-date {
	padding:0 10px;
	border-radius: 18px;
	font:700 16px/30px 'Raleway', Verdana, sans-serif;
	letter-spacing: 1px;
	color:#000;
	max-width: 110px;
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	z-index:5;
	margin-bottom: 50px;
}
.about-timeline-section {
	margin-bottom:40px;
	padding:0 15px 20px;
	border-bottom:1px solid #e0e0e0;
	background-color: #ffffff;
	position: relative;
	z-index:5;
}
.about-timeline-section .pull-left {
	margin-right:20px;
}

.about-timeline-section .pull-right {
	margin-right:20px;
	float:left !important;
}

.about-timeline h3 {
	margin: 12px 0 8px;
}

.about-timeline h3 a {
	color:#ECECEC;
}

.about-timeline-section .row {
	margin-left:-1px;
	margin-right:-1px;
}

.about-timeline-section .row [class^="col-"] {
	padding-left:1px;
	padding-right:1px;
	margin-bottom: 2px;
}
.about-timeline-section:after {
	content:'';
	position: absolute;
	right:-30px;
	top:50%;
	margin-top:-10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 16px 10px 0;
	border-color: transparent #eaeaea transparent transparent;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.col-md-push-6 > .about-timeline-section:after {
	right:auto;
	left:-30px;
	border-width: 10px 0 10px 16px;
	border-color: transparent transparent transparent #eaeaea;
}
.timeline-section-date {
	font:600 18px/26px 'Open Sans', Verdana, sans-serif;
	letter-spacing: 0.3px;
	display: block;
	padding:0 12px;
	position: absolute;
	left:100%;
	margin-left:30px;
	top:50%;
	margin-top: -13px;
	background-color: #ffffff;
	white-space: nowrap;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	visibility: visible;
	opacity:1;
	transform:translateX(30px);
	-webkit-transform:translateX(30px);
	border-radius: 6px;
}

.col-md-push-6 > .about-timeline-section .timeline-section-date {
	left:auto;
	right:100%;
	margin-left:0;
	margin-right: 30px;
	transform:translateX(-30px);
	-webkit-transform:translateX(-30px);
}
.about-timeline-section:hover:after,
.about-timeline-section:hover .timeline-section-date {
	visibility: visible;
	opacity:1;
	transform:translateX(0);
	-webkit-transform:translateX(0);
}

.about-timeline [class^="col-"] {
		padding-left:30px;
		padding-right:30px;
	}

	.timeline-date {
		margin-bottom: 70px;
	}

	.about-timeline-section {
		margin-bottom:0px;
	}

	.about-timeline .col-md-push-6 {
		text-align: right;
	}

	.about-timeline-section .pull-left {
		margin-right:25px;
	}

	.about-timeline-section .pull-right {
		margin-left:25px;
		margin-right: 0;
		float:right !important;
	}
.col-md-push-6 {
    left: 50%;
}
.team-6-jci {
	text-transform: uppercase;
    color: #3A67B1;
}
.team-6-jci-year {
    color: #eebd37;
    margin-bottom: 0;
}
.img-thumbnail-sm {
    width: 120px;
    height: 120px;
}

.about-years-list li div {
    color: #434343;
    opacity: .2;
    cursor: pointer;
}
.about-years-list li div {
    padding-right: 30px;
}
.about-years-list li div:hover {
    text-decoration: underline;
}
.about-years-list li .active div {
    font-size: 88px;
}
.about-years-list li .active {
    opacity: 1;
}
.section-banner {
	background: #3A67B1;
}
.projects-card {
    background: #3A67B1;
}
.projects-card-desc-title {
    color: #ffffff;
}
.projects-card-desc-info {
    color: #f3f3f3;
}
.projects-card-desc .btn-outline-inverse {
	--bs-btn-color: #ffffff;
	--bs-btn-border-color: #ffffff;
}
