/*========== BASE ==========*/
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    margin: 0;
}
html{
    scroll-behavior: smooth;
      font-size: 100%;
      line-height: 1.5;
      -webkit-text-size-adjust: 100%;
      -moz-text-size-adjust: 100%;
      text-size-adjust: 100%;
}

h1,h2,h3{
    margin: 0;
}

ul{
    list-style: none;
}
a{
    text-decoration: none;
}
img,
video{
    max-width: 100%;
    height: auto;
    display: block;
    width: 100%;
}
button,
input{
    border: none;
}
button{
    cursor: pointer;
}
input{
    outline: none;
}
.lp__grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    padding: 0 8rem;
    place-items: center;
}

.lp__section{
   padding-block: 3rem 1rem; 
}
.lp__section__two{
   padding-block: 3rem; 
    
}
/*
.scroll__indicator{
    height: 5px;
    width: 0;
    background: linear-gradient(-45deg, #12CFCA, #00A7E1);
}*/
/*==============================*/
/*==========SECTION 01==========*/
/*==============================*/
/*  @-webkit-keyframes appear {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
    0%{
      opacity: 0;      
    }
  }
  @keyframes appear {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
    0%{
      opacity: 0;      
    }
  }
  .section__title,
  .lp__description,
  .lp__image img,
  .tabpanel__panels,
  .swiper-wrapper,
  .sub__title,
  .sliderImage,
  .cards,
  .tabpanel__tab:checked + .tabpanel__tablabel,
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel,
  .vd__heading,
  .vd__description,
  .swiper-container,
  .slideshow-container{
    -webkit-animation: appear linear both;
            animation: appear linear both;
    animation-timeline: view();
    animation-range: entry 50% cover 50%;
  }*/



/*.lp__main__heading{
    margin-top: 2rem;
}*/
.biigest__title{
    font-size: clamp(2.5rem, 3.5vw, 3rem);
    color: #001689;
    font-weight: 700;
    text-align: center;
}
.sub__title{
    font-size: clamp(1.125rem, 2.25vw, 2rem);
    color: #001689;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1rem;
}
/*.lp__container{
    padding-block: 2rem 3rem;
    row-gap: 1rem;
}*/
.lp__one__data{
    position: relative;
}
.lp__one__image{
    position: relative;
    display: grid;
    justify-items: center;
    justify-self: center;
}
.lp__description{
    margin-bottom: 0;
    font-size: clamp(1.01rem, 1.4vw, 1.25rem);
}

/*==============================*/
/*==========SECTION 02==========*/
/*==============================*/
.lp__two__data{
    position: relative;
}
.section__title {
    margin-bottom: 1rem;
    font-size: clamp(2rem, 2.5vw, 2.25rem);
    font-weight: 600;
    color: #001689;
    line-height: initial;
}
.lp__image{
    border: 10px solid #FFFFFF;
    transition: 0.4s;
}

.lp__image:hover{
    transform: translateY(-.25rem);
}

/*==============================*/
/*==========SECTION 03==========*/
/*==============================*/

.lp__grid__column {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 8rem;
    place-items: center;
}
.lp__three_data .section__title{
    text-align: center
}
.lp__three_data .lp__description{
    text-align: center;
}
.cards {
    display: flex;
    margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .cards {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
      margin-bottom: 2rem;
      flex-wrap: wrap;
  }
}
.cards__item {
    flex: 1 1 0;
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    color: #005f8c;
    height: auto;
    text-align: left;
    text-decoration: none;
    border-top: 3px solid #005f8c;
    border-right: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
    border-left: 1px solid #e1e3e5;
    padding: 20px;
    margin: 10px;
    transition: all 250ms ease-in-out;
    width: auto;
    border-radius: .5rem;
}
@media (min-width: 900px) {
  .cards__item {
    width: calc(100% / 4);
  }
}
.cards__item:hover, .cards__item:focus {
  background: #001689;
  border-color: #001689;
  color: #FFFFFF;
  outline: 0;
}
.cards__item:hover .cards__title, .cards__item:focus .cards__title {
  color: #fff;
}
.cards__item:hover .cards__more, .cards__item:focus .cards__more {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
/*.cards__item:nth-of-type(2) {
  border-top: 3px solid #ff6d3a;
}
.cards__item:nth-of-type(2):hover, .cards__item:nth-of-type(2):focus {
  background: #ff6d3a;
  border-color: #ff6d3a;
}
.cards__item:nth-of-type(3) {
  border-top: 3px solid #3498db;
}
.cards__item:nth-of-type(3):hover, .cards__item:nth-of-type(3):focus {
  background: #3498db;
  border-color: #3498db;
}*/
.cards__date {
  display: block;
  color: #8a959e;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 2.4rem;
  font-weight: 700;
  transition: all 250ms ease-in-out;
}
.cards__title {
    margin: 0 0 20px 0;
    transition: all 250ms ease-in-out;
    font-size: 1rem;
    line-height: 1.4;
}
/*@media (min-width: 1200px) {
  .cards__title {
    font-size: 2.4rem;
    line-height: 3.5rem;
  }
}*/
.cards__more {
  margin-top: auto;
  color: #8a959e;
  display: inline-block;
  border-bottom: 1px solid #e1e3e5;
  font-size: .875rem;
  line-height: 1.4rem;
  font-weight: 600;
  transition: all 250ms ease-in-out;
}



.lp__wrapper {
  width: 100%;
  /*background: #fff;*/
}
.tabpanel__tab {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.tabpanel__tab:checked + .tabpanel__tablabel {
  background: #001689;
  color: #FFFFFF;
    border: none;
}

.tabpanel__tablabel {
  flex: 0 1 auto;
  padding: 10px;
  background: #F5F7F8;
  color: #121212;
    border: 1px solid #CCCCCC;
    border-radius: 0.25rem;
}
.tabpanel__tablabel:hover {
  cursor: pointer;
}

.tabpanel__panel {
  display: none;
  /*background: #FFFFFF;*/
}
.tabpanel__panel > *:first-child {
  margin-top: 0;
}
.tabpanel__panel > *:last-child {
  margin-bottom: 0;
}
.tabpanel__panel > * + * {
  margin-top: 24px;
}

#tabpanel__tab-1:checked ~ .tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked ~ .tabpanel__panels #tabpanel__panel-2{
  display: block;
  position: relative;
  top: 0px;
}

.media__body > * {
  margin: 0;
    padding: 0;
}
.media__body > p + p,
.media__body > p + h2 {
  margin-top: 24px;
}

.media {
  display: flex;
}
@media screen and (max-width: 600px) {
  .media {
    flex-direction: column;
    align-items: flex-start;
  }
  .media .media__img {
    margin: 0 auto;
  }
  .media .media__img + .media__body {
    margin: 12px 24px 24px 24px;
  }
}
@media screen and (min-width: 601px) {
  .media {
    align-items: flex-start;
  }
  .media .media__img {
    flex: 0 1 auto;
    height: auto;
  }
  .media .media__img + .media__body {
    margin: 24px 105px 24px 18px;
  }
}

.tabpanel {
  display: flex;
  flex-wrap: wrap;
  position: relative;
    justify-content: center;
}
@media screen and (max-width: 600px) {
  .tabpanel {
    flex-direction: column;
  }
  .tabpanel .tabpanel__tablabel {
    padding: 10px 20px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-top: 6px;
  }
  .tabpanel .tabpanel__tab:checked ~ .tabpanel__panels {
    order: 1;
  }
  .tabpanel .tabpanel__tab:not(:checked) + .tabpanel__tablabel {
    order: initial;
  }
  .tabpanel #tabpanel__tab-1 + .tabpanel__tablabel {
    order: 1;
  }
  .tabpanel #tabpanel__tab-1:checked ~ .tabpanel__panels {
    order: 1;
  }
  .tabpanel #tabpanel__tab-2 + .tabpanel__tablabel {
    order: 2;
  }
  .tabpanel #tabpanel__tab-2:checked ~ .tabpanel__panels {
    order: 2;
  }
  .tabpanel #tabpanel__tab-3 + .tabpanel__tablabel {
    order: 3;
  }
  .tabpanel #tabpanel__tab-3:checked ~ .tabpanel__panels {
    order: 3;
  }
  .tabpanel #tabpanel__tab-4 + .tabpanel__tablabel {
    order: 4;
  }
  .tabpanel #tabpanel__tab-4:checked ~ .tabpanel__panels {
    order: 4;
  }
  .tabpanel #tabpanel__tab-5 + .tabpanel__tablabel {
    order: 5;
  }
  .tabpanel #tabpanel__tab-5:checked ~ .tabpanel__panels {
    order: 5;
  }
  .tabpanel .tabpanel__panel {
    padding: 0;
  }
}
@media screen and (min-width: 601px) {
  .tabpanel {
    flex-direction: row;
  }
  .tabpanel .tabpanel__tablabel {
    flex: 0 1 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-left: 6px;
  }
  .tabpanel .tabpanel__panel {
    padding: 12px;
  }
  .tabpanel .tabpanel__panels {
    flex: 1 1 100%;
  }
}


/*==============================*/
/*==========SECTION 04==========*/
/*==============================*/
.shape-outline-main-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 350px 70px;
}

.shape-outline-img-box{
    height: 100%;
    display: block;
    margin: auto;
}
.shape-outline-img-box img{
    height: auto;
    width: auto;
    display: block;
    margin: auto;
    padding: 1rem
}
.shape-outline-dec-box{
    display: flex;
    justify-content: center;
    align-content: center;
}
.shape-outline-dec-box .prefreable{
    margin-bottom: 0;
    color: #0D7C66;
    background-color: #D3F1DF;
    border: 1px solid #0d7c66;
    padding: .5em 1.5em;
    border-radius: 3rem;
    font-size: 1rem;
}
.shape-outline-dec-box .less-prefreable{
    margin-bottom: 0;
    color: #EB5B00;
    background-color: #FBF4DB;
    border: 1px solid #EB5B00;
    padding: .5em 1.5em;
    border-radius: 3rem;
    font-size: 1rem;
}
.tabbed-content {
  background: #fff;
  padding: 1em;
}
.tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
}
.tabs ul li {
  background: #eee;
  border-radius: 0.25rem;
}
.tabs ul li a {
  padding: 0.5em 1em;
  color: #a0a0a0;
}
.tabs ul li a:hover, .tabs ul li a.active {
  color: #fff;
  background-color: #001689;
  border-radius: 0.25rem;
}

.item {
  margin-bottom: 2px;
}
.item::before {
  cursor: pointer;
  font-weight: bold;
  background: #eee;
  padding: 0.5em;
  display: block;
}
.item.active::before {
  background: #001689;
  color: #FFFFFF;
}
.item.active .item-content {
  /*padding: 1em;*/
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media all and (min-width: 800px) {
  .item.active .item-content {
    padding-top: 0;
  }

  .tabs-side .tabs li {
    margin-bottom: 2px;
  }
}
        
.tabbed-content .tabs {
  display: none;
}
.tabbed-content .item {
  min-height: 2em;
}
.tabbed-content .item::before {
  content: attr(data-title);
}
.tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}

@media all and (min-width: 800px) {
  .tabbed-content .tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
  .tabbed-content .tabs li {
    display: inline-block;
  }
  .tabbed-content .tabs li a {
    display: block;
  }
  .tabbed-content .item {
    min-height: 0;
  }
  .tabbed-content .item::before {
    display: none;
  }
}





.slideshow-container {
	
}
.slideshow {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    line-height: 650px;
    margin: 0 auto;
    transition: all 0.5s ease;
}
/* slideshow item */
.slideshow--item {
	width: 100%;
  height: 100%;
	line-height: 1.5;
	position: absolute;
	top: 0;
	overflow: hidden;
	visibility: hidden;
}
.slideshow--item img {
	width: 100%;
	height: auto;
	
}
.slideshow--bullet:checked + .slideshow--item {
	visibility: visible;
}
.slideshow[data-transition="fade"] .slideshow--item {
	visibility: visible;
	opacity: 0;
	transition: .3s ease-out opacity;
}
.slideshow[data-transition="fade"] .slideshow--bullet:checked + .slideshow--item {
	opacity: 1;
}
/* slideshow navigation */
.slideshow--nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	display: none;
	z-index: 88;
	cursor: pointer;
	color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.slideshow--nav:after {
    display: block;
    content: '\25B6';
    font-size: 36px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0 1rem .5rem;
    transition: all 0.5s ease;
}
.slideshow--nav:hover:after {
	background-color: rgba(0, 0, 0, 0.8);
}
.slideshow--nav-previous {
    left: 0;
    display: block;
    margin-bottom: 0;
}
.slideshow--nav-previous:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	transform: scaleX(-1);
	right: auto;
	left: 30px;
}
.slideshow--nav-next {
	left: 50%;
	display: block;
    margin-bottom: 0;
}
/* Radiobuttons to control the slideshow */
.slideshow--bullet {
	font-size: .75em;
	width: 8px;
	height: 8px;
	display: inline-block;
	position: relative;
	margin: 8px 8px -275px;
	z-index: 99;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #8d8d8d;
	border-radius: 50%;
	transition: all 0.5s ease;
}
.slideshow--bullet:checked {
	background: #333;
	outline: none;
}
.button-container {
	padding: 20px;
}
.folio-button {
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #91B0A5;
	border-radius: 4px;
	color: #333;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	transition: all 0.3s ease;
}
.folio-button:hover {
	background-color: #B0D6C9;
}
@media only screen and (max-width: 980px) {
	.slideshow {
		width: 100%;
  	height: 200px;
}
	.slideshow--bullet {
		margin: 8px 8px -110px;
}
	.button-container {
		margin-top: 80px;
	}
}
@media only screen and (max-width: 402px) {
  .shape-outline-dec-box .prefreable, .shape-outline-dec-box .less-prefreable {
    padding: .5rem 1rem;
    font-size: .875rem
  }
}
/*==============================*/
/*==========SECTION 05==========*/
/*==============================*/
.sliderTab {
    position: relative;
    overflow: hidden;
    width: max-content;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: .25rem !important;
    border: 1px solid #ccc;
    border-radius: .25rem;
}
@media (max-width: 479px) {
  .sliderTab {
    width: 100%;
  }
}
.sliderTab .swiper-slide {
  padding: 0;
  width: auto;
}
.sliderImage{
    transition: 0.4s;
}

.sliderImage img{
    height: 100%;
    width: auto;
    display: block;
    margin: auto;
}
.sliderImage:hover {
    transform: translateY(-.25rem);
}
.sliderTab .swiper-slide a {
  display: block;
  color: #333;
  letter-spacing: 0.05em;
  transition: 0.25s;
}
/*.sliderTab .swiper-slide a .slide__nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #005f8c;
  transform: translateX(-50%);
  transition: 0.25s;
}*/
.sliderTab .swiper-slide.on .slide__nav {
    color: #fff;
    background-color: #001689;
    border-radius: 0.25rem;
}
.sliderTab .swiper-slide.on .slide__nav:after {
  width: 100%;
}
.sliderTab .slide__nav {
  padding: 15px 10px 12px 10px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1;
  color: #a0a0a0;
  transition: 0.25s;
}
.sliderTab .sliderTab__next,
.sliderTab .sliderTab__prev {
  position: absolute;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  width: 60px;
  height: 100%;
  transition: 0.25s;
  pointer-events: none;
}
.sliderTab .sliderTab__next.swiper-button-disabled,
.sliderTab .sliderTab__prev.swiper-button-disabled {
  opacity: 0;
}
.sliderTab .sliderTab__next span,
.sliderTab .sliderTab__prev span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.sliderTab .sliderTab__next svg,
.sliderTab .sliderTab__prev svg {
  width: 20px;
  height: 20px;
}
.sliderTab .sliderTab__next {
  justify-content: flex-end;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.sliderTab .sliderTab__next span {
  justify-content: flex-end;
}
.sliderTab .sliderTab__prev {
  justify-content: flex-start;
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.sliderTab .sliderTab__prev span {
  justify-content: flex-start;
}

.sliderContent {
  width: 100%;
    height: auto;
}
.sliderContent .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    column-gap: 2rem;
    align-items: center;
    height: 100%;
}
.sliderContent .swiper-slide .title {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}
.sliderContent .swiper-slide .content {
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    justify-content: center;
    align-items: center;
    height: 100%;
}
.content .content__items {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.1rem;
}
.sliderContent .swiper-slide .content .content__items img{
    height: 100px;
    width: auto;
    margin: 0 auto 1rem auto;
}


/*==============================*/
/*==========SECTION 06==========*/
/*==============================*/
.venus__diff {
    width: 100%;
    background-color: #F5F7F8;
    padding: 4rem;
    border-radius: 2.5rem;
}
.vd__container{
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    column-gap: 6rem;
    text-align: center;
    margin-top: 2rem;
}
.vd__heading{
    font-size: clamp(1.1rem, 1.75vw, 1.5rem);
    font-weight: 600;
    color: #001689;
}
.vd__description{
    font-size: clamp(.875rem, 1vw, 1.05rem);
}



/*******************************************************/
                /*MEDIA SCREEN START*/
/*******************************************************/
@media only screen and (max-width: 1280px) {
    .lp__grid,
    .lp__grid__column{
        display: grid;
        grid-template-columns: 1fr;
        padding: 1rem 2rem;
    }
    .lp__grid__column
    .lp__three_data .lp__description{
        text-align: left
    }
    
    .sliderContent .swiper-slide {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .venus__diff {
        padding: 1rem;
    }
    .vd__container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        column-gap: 2rem;
    }
}
@media only screen and (max-width: 475px){
    .lp__section__two {
        padding-block: 1rem;
    }
    .lp__grid, .lp__grid__column{
        padding: 1rem;
    }
    .cards{
        margin-bottom: 0;
        padding: 0;
    }
    .tabbed-content{
        padding: 0;
    }
    .shape-outline-main-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 1rem 0;
    }
    .shape-outline-img-box{
        height: inherit;
    }
}
