
        /* @import url(https://fonts.googleapis.com/css?family=Gabriela);
@import url(https://fonts.googleapis.com/css?family=Open+Sans); */

/* https://www.toptal.com/developers/cssminifier */
.custom-tabs-section div, h1, h2, h3, p, pre {
	margin: 0;
	padding: 0;
	color: #333;
}
.main_heading{
    text-align: center;
    padding: 35rem 0 40px;
	font: 40px/60px ;
	text-align: center;
	/* text-shadow: 3px 3px rgba(0,0,0,0.1); */
	color: black;	
    
}
@media (max-width: 500px) {
    .main_heading{
		padding: 22rem 0 40px;
		
	}
}



.main_heading{
	h1{
		font-size: 5rem;
	}
}
.main_heading p{
	color: black;
}


.custom-tabs-section {
	/* background: #bdcbe5; */
	/* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
	font-size: 13px;
	line-height: 1.55;
	background-color: white;
	max-width: 64%;
	display: flex;
	align-items: center;
	justify-self: center;
	text-align: center;
	margin: auto;
	/* background-color: #333; */
    color: white;
	border: 5px solid  rgb(255, 255, 235,0.3);
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    border-radius: 16px;
    z-index: 1000;
	
	box-shadow: 0 15px 45px -20px rgb(0 0 0 / 43%);
   



}

.custom-tabs-section .img{
    filter: grayscale(1);
}
.custom-tabs-section .img1{
    height: 200px;
    width: 200px;
}
.custom-tabs-section .img2{
   border-radius: 10px;
}

.custom-tabs-section h1 {
	padding: 40px 0 20px;
	/* font: 40px/60px Gabriela, Georgia, serif; */
	text-align: center;
	/* text-shadow: 3px 3px rgba(0,0,0,0.1); */
	color: black;	
}
.custom-tabs-section p {
	margin-bottom: 40px;
	text-align: center;
}
.custom-tabs-section a {
	text-decoration: underline;
	color: #1889e6;
}
.custom-tabs-section a:hover {
	text-decoration: none;
}
.custom-tabs-section .bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
}
.custom-tabs-section .page {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 0 20px 40px; */
}

/**/
/* main styles */
/**/
.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
}
.pcss3t > input {
	position: absolute;
	left: -9999px;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
	border-right: 1px solid rgb(200, 191, 191);
	border-bottom: 1px solid rgb(200, 191, 191);
}
.pcss3t > label i {
	display: block;
	float: left;
	margin: 16px 8px 0 -2px;
	padding: 0;
	border: 0;
	outline: none;
	/* font-family: FontAwesome; */
	font-style: normal;
	font-size: 17px;
}
.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {
	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 13px;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
	padding: 30px 7px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1.1);
	-webkit-transform: rotate(0deg);
}


/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/

/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
	display: block;
}


/**/
/* grid */
/**/
.pcss3t .grid-row {
	margin-top: 20px;
}
.pcss3t .grid-row:after {
	content: '';
	display: table;
	clear: both;
}
.pcss3t .grid-row:first-child {
	margin-top: 0;
}
.pcss3t .grid-col {
	display: block;
	float: left;
	margin-left: 2%;
}
.pcss3t .grid-col:first-child {
	margin-left: 0;
}
.pcss3t .grid-col .inner {
	padding: 10px 0;
	border-radius: 5px;
	background: #f2f2f2;
	text-align: center;
}
.pcss3t .grid-col-1 {
	width: 18%;
}
.pcss3t .grid-col-2 {
	width: 32%;
}
.pcss3t .grid-col-3 {
	width: 49%;
}
.pcss3t .grid-col-4 {
	width: 66%;
}
.pcss3t .grid-col-5 {
	width: 83%;
}
.pcss3t .grid-col-offset-1 {
	margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child  {
	margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
	margin-left: 36%;	
}
.pcss3t .grid-col-offset-2:first-child {
	margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
	margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
	margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
	margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
	margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
	margin-left: 85%;
}


/**/
/* typography */
/**/
.pcss3t .typography {
	color: #666;
}
.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
	margin: 40px 0 0 0;
	padding: 0;
	/* font-family: Gabriela, Georgia, serif; */
	text-align: left;
	color: #333;
}
.pcss3t .typography h1 {
	font-size: 35px;
	line-height: 60px;
	/* text-shadow: 3px 3px rgba(0,0,0,0.1); */
}
.pcss3t .typography h2 {
	font-size: 32px;
	line-height: 48px;
	/* text-shadow: 2px 2px rgba(0,0,0,0.1); */
}
.pcss3t .typography h3 {
	font-size: 26px;
	line-height: 38px;
	/* text-shadow: 1px 1px rgba(0,0,0,0.1); */
}
.pcss3t .typography h4 {
	font-size: 20px;
	line-height: 30px;
}
.pcss3t .typography h5 {
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
}
.pcss3t .typography h6 {
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.pcss3t .typography p {
	margin: 20px 0 0 0;
	padding: 0;
	line-height: 20px;
	text-align: justify;
}
.pcss3t .typography ul,
.pcss3t .typography ol {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}
.pcss3t .typography li {
	position: relative;
	margin-top: 5px;
	padding-left: 20px;
}
.pcss3t .typography li ul,
.pcss3t .typography li ol {
	margin-top: 5px;
}
.pcss3t .typography ul li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 4px;
	background: #404040;
}
.pcss3t .typography ol {
	counter-reset: list1;
}
.pcss3t .typography ol > li:before {
	counter-increment:list1;
	content: counter(list1)'.';
	position: absolute;
	top: 0;
	left: 0;
}
.pcss3t .typography a {
	text-decoration: underline;
	color: #1889e6;
}
.pcss3t .typography a:hover {
	text-decoration: none;
}
.pcss3t .typography .pic {
	padding: 4px;
	/* border: 1px dotted #ccc; */
}
.pcss3t .typography .pic img {
	display: block;
}
.pcss3t .typography .pic-right {
	float: right;
	margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
	text-decoration: underline;
	color: #1889e6;
	cursor: pointer;
}
.pcss3t .typography .link:hover {
	text-decoration: none;
}
.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
	margin-top: 0;
}
.pcss3t .typography .text-center {
	text-align: center;
}
.pcss3t .typography .text-right {
	text-align: right;
}


/**/
/* steps */
/**/
.pcss3t-steps > label {
	cursor: default;
}


/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
	-webkit-transform: scale(0.1,0.1);
}
.pcss3t-effect-rotate  > ul > li {
	-webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
	top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
	left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
	top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
	left: -80px;
}



/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/

/**/
/* top right */
/**/
.pcss3t-layout-top-right {
	text-align: right;
}


/**/
/* top center */
/**/
.pcss3t-layout-top-center {
	text-align: center;
}


/**/
/* top combi */
/**/
.pcss3t > .right {
	float: right;
}



/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/

/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}


/**/
/* font awesome */
/**/
/* @font-face
{
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=3.0.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
	url('../fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
	url('../fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
	font-weight: normal;
	font-style: normal;
} */



@media screen and (max-width: 980px) {
	
}


@media screen and (max-width: 767px) {
	.pcss3t > label {
		display: block;
	}
	.pcss3t > .right {
		float: none;
	}
}

.pcss3t .heading{
	white-space: nowrap;
}


.pcss3t > label {	
	padding: 28px 56px;
	background: #e5e5e5;
	font-size: 20px;
	/* line-height: 49px; */
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #fff;
    

}
img > input:checked + label {
	background: #fff;
    

}
.pcss3t > input:checked + label .img {
    filter: grayscale(0);
	
    
}

.pcss3t > input + label  {
	background-color: rgb(245, 245, 245);
	
	/* background-color: rgb(255, 255, 255); */
 
	/* border-right: 1px solid black; */
	
	 
 }

.pcss3t > input:checked + label  {
   /* background-color: rgb(245, 245, 245); */
   background-color: rgb(255, 255, 255);
   /* border-bottom: none; */
   /* border-right: 1px solid black; */
	
    
}

.pcss3t > input:checked + label .heading {
   color: #24caee;
    
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}



.pcss3t-theme-1 > label {
	
	/* margin: 0 45px 0px 0; */
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 2px rgba(0,0,0,0.2);
	color: #808080;
	opacity: 0.8;
	/* background-color:#fcf9f9 ; */
	text-align: center;
	width: 15.6vw;

}
.pcss3t-theme-1 > label:hover {
	background: #fff;
	opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
	margin-bottom: 0;
	/* padding-bottom: 13px; */
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	color: #2b82d9;
	opacity: 1;
	text-align: center;
	width: 15.6vw;
	

}
.pcss3t-theme-1 > ul {
	border-radius: 5px;
	/* box-shadow: 0 3px rgba(0,0,0,0.2); */
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
	border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
	.pcss3t-theme-1 > label {
		margin-right: 0;
	}
	.pcss3t-theme-1 > input:checked + label {
		margin-bottom: 5px;
		padding-bottom: 0;
		border-radius: 5px;
	}
	.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
		border-top-left-radius: 5px;
	}
}




.pcss3t > ul,
.pcss3t > ul > li {
	height: 458px;
	overflow: hidden;
}

.img{
    height: 100px;
    width: 100px;
}
.lable{

height: auto;
}
.content_container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 24px;
    height: auto;
}
.part1{
    width: 50%;

}
.part2{
    width: 50%;
}

.img2{
	max-width: 436px;
}
.btn{
    padding-inline: 20px;
    padding-block: 6px;
    background-color: skyblue;
}
 

@media screen and (max-width: 767px) {

	.content_container{
		
		flex-direction: column;
		
	}
	
	.pcss3t > ul,
.pcss3t > ul > li {
	height: 880px;
}
.custom-tabs-section {
	/* background: #bdcbe5; */
	/* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
	font-size: 13px;
	line-height: 1.55;
	background-color: white;
	max-width: inherit;
	display: block;
	align-items: center;
	justify-self: center;
	text-align: center;
	margin: none;
	/* background-color: #333; */
    color: white;
	border: 2px solid  rgb(230, 224, 224,0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
    z-index: 1000;
	box-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);


}

    
}

.bg_new {
    position: relative;
    padding: 20px;
	/* width: 99%;
	margin: auto; */
}

.bg_new::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    border-radius: inherit;
    border: inherit;
}

.swipe_margin{
	margin-top: -20rem;
	/* background-color: white !important; */
}

@media screen and (max-width: 767px) {
	.swipe_margin{
		top: -5rem;
		
	}

}



.projects-area.style-two-area .container-fluid {
    overflow: hidden;
    padding: 35px 0;
    position: relative;
    background: white !important;
}


/*  2d swiper*/

swiper-container {
	width: 60%;
	height: 80rem;
  }

  swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  swiper-slide img {
	display: block;
	width: 100%;
	height: 70%;
	object-fit: contain;
	/* border-left: 10rem solid white; */
  }

  /* .swiper-slide img:nth-child(even) {
    display: block;
	width: 100%;
	height: 70%;
	object-fit: contain;
	border-left: 10rem solid white;
}


.swiper-slide img:nth-child(odd) {
	display: block;
	width: 100%;
	height: 70%;
	object-fit: contain;
	border-right: 10rem solid white;
} */



  .swiper-button-next,
  .swiper-button-prev {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 10px;
	border-radius: 50%;
	transition: background-color 0.3s;
	
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
	background-color: rgba(0, 0, 0, 0.8);
  }
  .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: 16px;
      font-weight: bold;
    }


	.swiper-button-next svg, .swiper-button-prev svg {
		width: 100%;
		height: 100%;
		object-fit: contain;
		transform-origin: center;
		color: black;
		border: 1px solid black;
		border-radius: 50%;
		/* padding-inline: 5px; */
	}

	

	
	
	.mySwiper .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: var(--swiper-pagination-bottom, 8px);
		top: var(--swiper-pagination-top, auto);
		left: 0px;
		width: 100%;
		bottom:4rem;
	}


	
/* Responsive Styles */
@media (max-width: 768px) {
	swiper-container {
	  height: 50rem;
	}
  }
  
  @media (max-width: 480px) {
	swiper-container {
	  height: 30rem;
	}
  
	swiper-slide img {
	  height: 50%;
	}
  
	.swiper-button-next,
	.swiper-button-prev {
	  padding: 5px;
	}
  
	.swiper-button-next:after,
	.swiper-button-prev:after {
	  font-size: 12px;
	}
  }