/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body,
html {
    height: 100%
}
#wrapper {
	background-color: unset;
}
#content{
	background-color: unset;
}
.menu-link{
	color: white;
}
.menu-container > .menu-item.current > .menu-link {
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}
.menu-container > .menu-item:hover > .menu-link {
		color: #FFF;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	}	
.menu-item:hover > .menu-link,
.menu-item.current > .menu-link{
	border-bottom: 1px solid #ffcc00;
}

.full-header .primary-menu .menu-container{
	border-right: unset;
}

.full-header #logo{
	border-right: unset;
}

.flip-card-front,
.flip-card-back {
	height: 150px;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

.title-background-light{
	background-color: #2f568d;
    padding: 6px;
    color: #fff !important;
    border-radius: 8px;
}
.title-background-dark{
	background-color: #fff;
    padding: 6px;
    color: #2f568d;
    border-radius: 8px;
}
h2.dark-heading {
	color: #2f568d !important;
}

h2.light-heading {
	color: #fff !important;
}

 .diagonal-box {  
    background-color: #2f568d; 	
    transform: skewY(-8deg);
    padding: 40px 0 270px;
    position: relative;
}

 .diagonal-box .container {  	
    transform: skewY(8deg);
}

.heading-block-light::after{
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #fff;
}


.txt_blue {
    color: #2F568D;
}

.badge_blue {
    padding: 0 12px;
    background-color: #2F568D;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.badge_white {
    padding: 0 12px;
    background-color: #fff;
    color: #2F568D;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.our_clients {
    background-color: #F9F9F9;
    padding-top: 40px;
}

.heading_after_black::after {
    content: '';
    background-color: #3B3B3B;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.heading_after_white::after {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 40px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.wrap_client_slider_ac {
    display: flex;
    align-items: center;
}

.clients_logo {
    background-color: #fff;
}

.clients_logo img {
    border: 1px solid #2F568D;
    width: 100%;
    aspect-ratio: 1 / .6;
    object-fit: cover;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.wrap_client_slider_ac_left {
    display: flex;
}

.wrap_client_slider_ac_left>div {
    position: unset;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 2px solid #2F568D;
    color: #8d8d8d;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    opacity: 1 !important;
}

.wrap_client_slider_ac_left>div:not(:last-child) {
    margin-right: 16px;
}

.wrap_client_slider_ac_left>div::after {
    display: none;
}

.wrap_client_slider_ac_right {
    flex: 1;
    margin-left: 30px;
    overflow: hidden;
}

.wrap_client_slider_ac_right .swiper-scrollbar-horizontal {
    position: unset;
    height: 4px;
}

.wrap_client_slider_ac_right .swiper-scrollbar-drag {
    background-color: #2F568D;
}

.our_products {
    position: relative;
    height: fit-content;
    background-color: #F9F9F9;
    overflow: hidden;
}

.our_products_after {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background: #284A79;
    clip-path: polygon(0 27%, 100% 0%, 100% 74%, 0 100%);

}

.our_products_heading_wrapper>h2 {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 136px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99;
}

.heading_highlighted {
    background: #fff;
    color: #2F568D;
    padding: 15px 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.heading_highlighted::after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 100px;
    height: 5px;
    background: #fff;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.hex-layer-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    justify-content: center;
}

.hex{
}

.hex_inner {
    aspect-ratio: 1 / 1;
    transform: scale(1.12);
    align-self: center;
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    transition: background 0.4s;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
}

.hex_inner_b_lightblue{
    background-color: #3A6AA8;
    position: relative;
}

.hex_inner_b_lightblue .hex_inner_after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transform: translate(-50%, -50%);
    background-color: #284A79;
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hex_inner_b_darkblue{
    background-color: #7891B3;
    position: relative;
}

.hex_inner_b_darkblue .hex_inner_after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    transform: translate(-50%, -50%);
    background-color: #284A79;
    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.hex_inner_cyan{
    background-color: #5DCDFF;
    position: relative;
}

.hex_inner_orange{
    background-color: #F2822E;
    position: relative;
}

.hex_inner_purple{
    background-color: #65308E;
    position: relative;
}

.hex_inner_green{
    background-color: #42B453;
    position: relative;
}

.hex_inner_red{
    background-color: #EB4438;
    position: relative;
}

.hex_inner_yellow{
    background-color: #FDD334;
    position: relative;
}

.hex_layer_1{
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
}

.hex_layer_2 {
    transform: translateX(-9px);
    -webkit-transform: translateX(112px) translateY(-26px);
    -moz-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    -o-transform: translateX(-9px);
}

.hex_layer_3 {
    transform: translateX(-9px);
    -webkit-transform: translateX(197px) translateY(-54px);
    -moz-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    -o-transform: translateX(-9px);
}

.hex_layer_4 {
    transform: translateX(-56px) translateY(-81px);
    -webkit-transform: translateX(-56px) translateY(-81px);
    -moz-transform: translateX(-56px) translateY(-81px);
    -ms-transform: translateX(-56px) translateY(-81px);
    -o-transform: translateX(-56px) translateY(-81px);
}

.hex_inner_text{
    display: flex;
}

.hex_inner_text a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
    position: relative;
}

.hex_inner_text .hex_txt{
    display: flex;
    flex-direction: column;
    color: #fff;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.hex_txt img{
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.hex_txt_after{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.hex_txt_after img{
    width: 40px;
}

.hex_txt_after_heading{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.hex_inner_text a:hover .hex_txt{
    opacity: 0 !important;
}

.hex_inner_text a:hover .hex_txt_after{
    opacity: 1 !important;
}

.wrap_hex{
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
}

@media(max-width: 1200px){
    .our_products_after {
        padding-top: 120px;
    }
}

@media(max-width: 1360px){
    .hex_layer_1 {
        transform: translateX(3%) translateY(-1%);
        -webkit-transform: translateX(3%) translateY(-1%);
        -moz-transform: translateX(3%) translateY(-1%);
        -ms-transform: translateX(3%) translateY(-1%);
        -o-transform: translateX(3%) translateY(-1%);
    }
    .hex_layer_2 {
        transform: translateX(9%) translateY(-17%);
        -webkit-transform: translateX(9%) translateY(-17%);
        -moz-transform: translateX(9%) translateY(-17%);
        -ms-transform: translateX(9%) translateY(-17%);
        -o-transform: translateX(9%) translateY(-17%);
    }
    .hex_layer_3 {
        transform: translateX(16%) translateY(-33%);
        -webkit-transform: translateX(15.2%) translateY(-32%);
        -moz-transform: translateX(16%) translateY(-33%);
        -ms-transform: translateX(16%) translateY(-33%);
        -o-transform: translateX(16%) translateY(-33%);
    }
    .hex_layer_4 {
        transform: translateX(-4vw) translateY(-47%);
        -webkit-transform: translateX(-3.5%) translateY(-47%);
        -moz-transform: translateX(-4vw) translateY(-47%);
        -ms-transform: translateX(-4vw) translateY(-47%);
        -o-transform: translateX(-4vw) translateY(-47%);
    }
    .hex_txt,
    .hex_txt_after {
        transform: scale(.9);
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
}
}

@media(max-width: 992px){
    .our_products_after {
        padding-top: 145px;
        padding-bottom: 30px;
    }
    .wrap_hex {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
}
    .hex_txt,
    .hex_txt_after {
        transform: scale(.8);
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
    }
}


@media(max-width: 768px){
    .our_products_after {
        clip-path: polygon(0 20%, 100% 0%, 100% 80%, 0 100%);
    }
    .our_products_after {
        padding-top: 150px;
    }
    .our_products_heading_wrapper>h2 {
        top: 110px;
    }
    .wrap_hex {
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
    }
    .hex_txt,
    .hex_txt_after {
        transform: scale(.6);
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
    }
}

@media(max-width: 660px){
    .our_products_after {
        padding-top: 160px;
        padding-bottom: 40px;
    }
    .wrap_hex {
        transform: scale(1.30);
        -webkit-transform: scale(1.30);
        -moz-transform: scale(1.30);
        -ms-transform: scale(1.30);
        -o-transform: scale(1.30);
    }
    .hex_txt,
    .hex_txt_after {
        transform: scale(.5);
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
    }
}


@media(max-width: 567px){
    .our_products_after {
        clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0 100%);
    }
    .our_products_after {
        padding-top: 160px;
    }
    .our_products_heading_wrapper>h2 {
        top: 90px;
    }
    .wrap_hex {
        transform: scale(1.35);
        -webkit-transform: scale(1.35);
        -moz-transform: scale(1.35);
        -ms-transform: scale(1.35);
        -o-transform: scale(1.35);
    }
    .hex_txt,
    .hex_txt_after {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
    }
}


@media(max-width: 480px){
    .wrap_hex {
        transform: scale(1.40);
        -webkit-transform: scale(1.40);
        -moz-transform: scale(1.40);
        -ms-transform: scale(1.40);
        -o-transform: scale(1.40);
    }
    .hex_txt,
    .hex_txt_after {
        transform: scale(.3);
        -webkit-transform: scale(.3);
        -moz-transform: scale(.3);
        -ms-transform: scale(.3);
        -o-transform: scale(.3);
    }
}

.timeline {
  position: relative;
  min-height: 15rem;
}

.line {
  background-color: black;
  position: absolute;
  z-index: 2;
  left: calc(50% - 1px);
  width: 3px;
  top: -5rem;
  bottom: -5rem;
  display: none;
}

.line::before,
.line::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  transform: translateX(-50%);
}

.line::after {
  bottom: 0;
  content: url('../images/history/handle.png');
  height: 50px;
  width: 87px;
}
.line::before {
  top: 10;
  padding-top: -80px;
  margin-top: -2px;
  content: url('../images/history/umbrella.png');
  height: 200px;
  width: 275px;
}

.section-history {
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: 600ms ease;
  position: relative;
  z-index: 1;
  margin: 5rem 0;
  padding: 1rem;
  border-radius: 1rem;
  background-color: transparent;
  align-items: center;
  min-height: 10rem;
}

.section-history:nth-child(even) {
  flex-direction: row-reverse;
  transform: translateX(100%);
}
.section-history:nth-child(odd) {
  text-align: right;
}

.bead {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: black;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}

.content {
  width: calc(50% - 2rem);
}

.show-me:nth-child(n) {
  transform: none;
  opacity: 1;
}

.countdown-mak
{
    padding-top: 3.5%;
    padding-bottom: 3.5%;
    background-color: #284A79;
    color: #fff;
    text-align: center;
}
.item-counter
{
    text-align: center;
    color: #ffffff;
    font-size: 16pt;
    margin-top: 3%;
    margin-bottom: 3%;

}
.downcount
{
    font-size: 26pt;
    font-weight: 600;
}