/*
Theme Name: E-circular
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/?templateclick=bejaranocontable.cl
Description: Este template ha sido diseñado en su totalidad por nuestra agencia y personalizado especialmente para tu empresa. Desde el año 2012, hemos estado desarrollando páginas web, capturando la esencia de cada cliente en diseños modernos. Agradecemos tu preferencia 💙.
Version: 1.0
License: Privada
Tags: Minimalista, Responsive, Moderno, Full Width, SA Publicidad

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/


*{
	padding: 0;
	margin:0;
}

html, body{
	font-family: 'Open Sans', sans-serif;
}

::selection{
	background: #f0f0f0;
	color: #212121;
}

.wrap{
	max-width: 1440px;
	width:90%;
	margin:auto;
}

/* top-banner */
.top-banner{
	background: #313131;
}

@media(max-width:800px){
	.top-banner{
		display: none;
	}
}

.top-banner .wrap{
	display: flex;
	flex-wrap: wrap;
	line-height: 50px;
}

.top-banner .wrap article{
	width: 50%;
	flex:1;
	color: #f0f0f0;
	font-size: 14px;
	font-weight: 500;
}

.top-banner .wrap article ul{
	list-style: none;
}

.top-banner .wrap article:nth-child(1) ul{
	display: flex;
	justify-content: left;
	gap:2%;
}

.top-banner .wrap article:nth-child(1) ul li a{
	display: block;
	color: #f9f9f9;
	text-decoration: none;
	transition: all .3s ease;
}


.top-banner .wrap article:nth-child(2) ul{
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: right;
	gap:2%;
}

.top-banner .wrap article:nth-child(2) ul li a{
	display: block;
	width: 30px;
	text-align: center;
	color: #f0f0f0;
	transition: all .3s ease;
}

.top-banner .wrap article ul li a:hover{
	color: #f0f0f0;
}

/* header */
header{
	position: fixed;
	top:50px;
	z-index: 999;
	background: #ffffff;
	width: 100%;
	padding: 15px 0;
}

@media(max-width:800px){
	header{
		position: relative;
		top:0;
	}
}

header .wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}

header .wrap .logo{
	max-width: 300px;
	flex:1;
	justify-content: space-around;
}

@media(max-width:800px){
	header .wrap{
		display: block;
	}

	header .wrap .logo{
		margin:auto;
	}
}

header .wrap .logo img{
	width: 100%;
}

/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}


@media(max-width:800px){
	header{
		position: relative;
	}

	header .wrap{
		justify-content: left;
	}

	header label{
		position: absolute;
		display: block;
		width: 45px;
		height: 45px;
		top:15px;
		right: 25px;
		border-radius: 3px;
		cursor: pointer;
		outline: none;
		border-radius: 5px;

	}

	header label span{
		width: 50%;
		height: 3px;
		background: #212121;
		border-radius: 5px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
	}

	header label span:nth-child(1){
		top:14px;
	}

	header label span:nth-child(2){
		bottom:14px;
	}

	#btn-nav:checked ~ label span:nth-child(1){
		transform: translateX(-50%) rotate(-45deg);
		top:21px;
	}

	#btn-nav:checked ~ label span:nth-child(2){
		transform: translateX(-50%) rotate(45deg);
		top:21px;
	}
}


header .wrap nav{
	width: 50%;
	padding: 5px 0;
	text-align: center;
	margin:4px 0 0 0;
}

header .wrap nav ul{
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0 5%;
	line-height: 50px;
}

header .wrap nav ul li{
	flex: 1;
}

@media(max-width:800px){
	header .wrap nav{
		width: 50%;
		position: absolute;
		top:0;
		left: 0;
		background: #ffffff;
		transform: translateX(-100%);
		opacity: 0;
		transition: all .3s ease;
	}

	#btn-nav:checked ~ nav{
		transform: translateX(0);
		opacity: 1;
	}

	header .wrap nav ul{
		display: block;
		text-align: left;
	}
}

header .wrap nav ul li a{
	display: block;
	text-decoration: none;
	color: #212121;
	transition: all .3s ease;
}

header .wrap nav ul li a:hover{
	color: #777;
}

header .wrap .contact-top{
	width: 20%;
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	margin:4px 0 0 0;
}

@media(max-width:800px){
	header .wrap .contact-top{
		display: none;
	}
}

header .wrap .contact-top a{
	text-decoration: none;
	color: #313131;
}

header .wrap .contact-top a p:nth-child(1){
	width: 20%;
	text-align: center;
	float: left;
	padding: 5px 0 0 0;
}

header .wrap .contact-top a p:nth-child(1) span{
	font-weight: 300;
	background: #21212120;
	color: #212121;
	font-size: 30px;
	line-height: 50px;
	width: 50px;
	border-radius: 50px;
	transition: all .3s ease;
}

header .wrap .contact-top a:hover p:nth-child(1) span{
	transform: rotateY(-180deg);
}


header .wrap .contact-top a p:nth-child(2){
	margin:8px 0 0 60px;
}

header .wrap .contact-top a p:nth-child(2) em{
	font-style: normal;
	font-weight: 600;
	display: block;
	font-size: 17px;
}


header .wrap .top-button{
	width: 15%;
	margin:4px 0 0 0;
}

@media(max-width:800px){
	header .wrap .top-button{
		display: none;
	}
}

header .wrap .top-button a{
	background: #212121;
	display: block;
	line-height: 60px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: 600;
	transition: all .3s ease;
}



header .wrap .top-button a:hover{
	background: #f0f0f0;
	color: #313131;
}


/* slider */
.slider{
	padding: 94px 0 0 0;
	position: relative;
	background: #000000;
	transition: all .3s ease;
}

.slider .single{
	position: relative;
	height: 100%;
}

.slider .single img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	opacity: .7;
	pointer-events: none;
}

.slider .single .wrap{
	position: relative;
	z-index: 2;
	display: flex;
	height: 100%;
	justify-content: star;
	align-items: center;
}

.slider .single .wrap .info-slider{
	width: 50%;
	overflow: hidden;
}

.slider .single .wrap .info-slider h2{
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 50px;
	line-height: 70px;
	color: #ffffff;
}

.slider .single .wrap .info-slider p a{
	display: inline-block;
	margin:50px 0 0 0;
	background: #212121;
	color: #ffffff;
	line-height: 60px;
	padding: 0 50px;
	border-radius: 7px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	transition: all .3s ease;
}

@media(max-width:800px){
	.slider{
		background: #212121;
		padding:0 0 0 0;
	}
	.slider .single .wrap .info-slider{
		width: 100%;
		position: relative;
	}

	.slider .single .wrap .info-slider h2{
		font-size: 30px;
		line-height: 30px;
		text-align: center;
	}

	.slider .single .wrap .info-slider p a{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		left: 0;
		opacity: 0;
	}
}

.slider .single .wrap .info-slider p a:hover{
	background: #f0f0f0;
	color: #313131;
}

/* page-banner */
.page-banner{
	position: relative;
	padding: 250px 0 60px 0;
	background-color: #000000;
}
.page-banner img{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	object-fit: cover;
	z-index: 1;
	opacity: .4;
}

.page-banner h1{
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	color: #ffffff;
}


@media(max-width:800px){
	.page-banner{
		padding: 70px 0;
	}

	.page-banner h1{
		font-size: 20px;
		font-weight: 500;
	}
}

/* content */
.content{
    padding: 80px 0;
}


/* content */
.content {
    padding: 100px 0 150px 0;
  }
  
  @media (max-width: 800px) {
    .content {
      padding: 40px 0;
    }
  }
  
  .content input[type="text"],
  .content input[type="email"],
  .content input[type="tel"],
  .content input[type="number"],
  .content input[type="file"],
  .content input[type="date"],
  .content textarea,
  .content select {
    background-color: #f0f0f0;
    padding: 12px 2%;
    width: 96%;
    border: none;
    border-radius: 5px;
    outline: none;
    resize: none;
    margin: 0 0 10px 0;
    font-size: 15px;
    -webkit-appearance: none;
    font-family: "Quicksand", sans-serif;
  }
  
  .content select {
    color: #313131;
    cursor: pointer;
  }
  
  .content label {
    font-size: 14px;
    font-weight: bold !important;
    color: #777777 !important;
  }
  
  .content input[type="text"]:focus,
  .content input[type="email"]:focus,
  .content input[type="tel"]:focus,
  .content input[type="number"]:focus,
  .content input[type="date"]:focus,
  .content textarea:focus,
  .content select:focus {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  
  .content input[type="text"]::placeholder,
  .content input[type="email"]::placeholder,
  .content input[type="tel"]::placeholder,
  .content input[type="number"]::placeholder,
  .content input[type="date"]::placeholder,
  .content textarea::placeholder {
    color: #313131;
  }
  
  .content input[type="submit"] {
    font-family: "Quicksand", sans-serif;
    color: #ffffff;
	border:none;
	background-color: #212121;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    padding: 16px 60px;
    margin: 0 0 20px 0;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    font-weight: 400;
	border-radius: 7px;
	font-weight: 600;
  }
  
  .content input[type="submit"]:hover,
  .content input[type="submit"]:focus {
    color: #ffffff;
    background-color: #313131;
  }
  
  .not-found {
    padding: 100px 0;
  }
  
  .not-found h2 {
    font-size: 100px;
    text-align: center;
    color: #313131;
    font-weight: 900;
  }
  
  .not-found h3 {
    font-size: 24px;
    text-align: center;
    color: #313131;
    margin: auto;
    max-width: 500px;
    font-weight: 300;
  }
  
  @media (max-width: 800px) {
    .not-found {
      padding: 50px 0;
    }
  
    .not-found h2 {
      font-size: 50px;
    }
  
    .not-found h3 {
      font-size: 17px;
      width: 80%;
    }
  }
  


/* banner-home */
.banner-home {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  margin: -100px auto 0 auto;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
}

.banner-home article {
  width: 29.33333%;
  padding: 70px 2%;
  background: #f9f9f9;
  display: flex;
  gap: 2%;
  color: #313131;
  position: relative;
}

@media(max-width:800px){
	.banner-home{
		width: 100%;
		border-radius: 0;
  	margin: 0px auto 0 auto;
	}

	.banner-home article{
		width: 100%;
		padding: 40px 5%;
	}
}

.banner-home article:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #212121;
  transition: all 0.2s linear;
}

.banner-home article:hover:before {
  height: 100%;
}

.banner-home article:hover {
  color: #ffffff;
}

.banner-home article .icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #ffffff;
  text-align: center;
  color: #212121;
  border-radius: 90px;
  position: relative;
  z-index: 2;
  transition: all 0.4s linear;
}

.banner-home article:hover .icon {
  transform: rotateY(360deg);
}

.banner-home article .icon span {
  font-weight: 300;
  line-height: 90px;
  width: 90px;
  font-size: 40px;
}

.banner-home article .info {
  position: relative;
  z-index: 2;
}

.banner-home article .info h2 {
  font-size: 17px;
  font-weight: 900;
  margin: 10px 0;
}

.banner-home article .info p {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.7;
}

.banner-home article:last-child:before {
  height: 100%;
  background: #212121;
  background-position: right 70%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.banner-home article:before{
  background-image: url(img/forma-3.svg?2);
  background-position: right 70%;
  background-repeat: no-repeat;
  background-size: 50px;

}

.banner-home article:last-child {
  color: #ffffff;
}

.banner-home article:hover ~ article:last-child{
	color: #313131;
}

.banner-home article:hover ~ article:last-child:before {
  height: 0;
  background: #212121;
}

/* wellcome */
.wellcome{
	padding: 100px 0 150px 0;
}
.wellcome .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:5%;
}

.wellcome .wrap article{
	position: relative;
	width: 47.5%;
}


.wellcome .wrap article:nth-child(1) .image:nth-child(1){
	width: 80%;
	height: 650px;
	object-fit: cover;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.wellcome .wrap article:nth-child(1) .image:nth-child(2){
	width: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	top:30%;
	right: 0%;
	height: 500px;
	object-fit: cover;
	box-shadow: 0 0 0 10px #ffffff;
}


@media(max-width:800px){
	.wellcome{
		padding: 50px 0;
	}
	.wellcome .wrap article{
		width: 100%;
	}

	.wellcome .wrap article:nth-child(1) .image:nth-child(1){
		width: 100%;
		height: 300px;
	}

	.wellcome .wrap article:nth-child(1) .image:nth-child(1) img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wellcome .wrap article:nth-child(1) .image:nth-child(2){
		display: none;
	}
}


.wellcome .wrap article:nth-child(1) .image:after{
	position: absolute;
	width: 50%;
	height: 70%;
	background: rgba(255,255,255,.1);
	z-index: 10;
	content: "";
	top:50%;
	left: 50%;
	border-radius: 1000px;
	transform: translateX(-50%) translateY(-50%) scale(0);
}

.wellcome .wrap article:nth-child(1) .image:hover:after{
	transform: translateX(-50%) translateY(-50%) scale(3);
	transition: all .3s ease;
}


.wellcome .wrap article:nth-child(2) h1{
	font-size: 55px;
	color: #313131;
	max-width: 600px;
	font-weight: 900;
}

@media(max-width:800px){
	.wellcome .wrap article:nth-child(2){
		text-align: center;
		padding: 50px 0;
	}

	.wellcome .wrap article:nth-child(2) h1{
		font-size: 20px;
	}


}

.wellcome .wrap article:nth-child(2) > p{
	color: #555555;
	font-size: 18px;
	line-height: 30px;
	margin:0 0 30px 0;
}

.wellcome .wrap article .columns-2{
	display: flex;
	flex-wrap: wrap;
}

.wellcome .wrap article .columns-2 .column-1{
	width: 48%;
	padding: 1%;
}

@media(max-width:800px){
	.wellcome .wrap article .columns-2{
		display: block;
		width: 100%;
	}

	.wellcome .wrap article .columns-2 .column-1{
		width: 100%;
		text-align: left;
	}
}

.wellcome .wrap article .columns-2 .column-1 .single-column{
	display: flex;
	margin:0 0 50px 0;
}

.wellcome .wrap article .columns-2 .column-1 .single-column .icon{
	width: 80px;
	line-height: 80px;
}

.wellcome .wrap article .columns-2 .column-1 .single-column .icon span{
	font-weight: 300;
	color: #212121;
	font-size: 30px;
	line-height: 80px;
}

.wellcome .wrap article .columns-2 .column-1 .single-column .info h2{
	font-size: 20px;
	color: #313131;
	margin:0 0 5px 0;
}

.wellcome .wrap article .columns-2 .column-1 .single-column .info p{
	color: #888888;
	font-weight: 500;
	line-height: 30px;
}

.wellcome .wrap article .columns-2 .column-1 .ceo-image{
	text-align: center;
	background: #f0f0f0;
	max-width: 150px;
	margin:auto;
	padding: 30px;
	border-top: solid 4px #212121;
}

.wellcome .wrap article .columns-2 .column-1 .ceo-image img{
	width: 100%;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	margin:0 0 10px 0;
}

@media(max-width:800px){
	.wellcome .wrap article .columns-2 .column-1 .ceo-image{
		max-width: 60%;
		margin:0 auto 40px auto;
	}

	.wellcome .wrap article .columns-2 .column-1 .ceo-image img{
		width: 100px;
		height: 100px;
	}
}

.wellcome .wrap article .columns-2 .column-1 .ceo-image h3{
	color: #313131;
	font-size: 18px;
}

.wellcome .wrap article .columns-2 .column-1 .ceo-image p{
	font-size: 14px;
	color: #555555;
}

.wellcome .wrap article .btn-1 a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background: #212121;
	padding: 0 50px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	transition: all .3s ease;
	border-radius: 5px;
}

.wellcome .wrap article .btn-1 a:hover{
	background: #f0f0f0;
	color: #313131;
}

/* services */
.services{
	background: #f9f9f9;
	padding: 100px 0;
}

.services .wrap:nth-child(1){
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.services .wrap:nth-child(1) h2{
	width: 50%;
}

.services .wrap:nth-child(1) .btn-section{
	width: 50%;
	text-align: right;

}

@media(max-width:800px){
	.services .wrap:nth-child(1) h2{
		width: 100%;
	}

	.services .wrap:nth-child(1) .btn-section{
		width: 100%;
		text-align: center;
		padding: 20px 0 0 0;
	}
}

.services .wrap:nth-child(1) .btn-section a{
	text-align: right;
	background: #212121;
	padding: 0 50px;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	font-size: 17px;
	line-height: 60px;
	transform: translateY(-5px);
	font-weight: 600;
	transition: all .3s ease;
}

.services .wrap:nth-child(1) .btn-section a:hover{
	background-color:#f0f0f0;
	color: #313131;
}



.services .wrap:nth-child(2){
	display: flex;
	gap:2%;
}

.services .wrap:nth-child(2) article{
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
	padding: 1%;
	position: relative;
}

@media(max-width:800px){

	.services .wrap:nth-child(2){
		flex-wrap: wrap;
	}
	.services .wrap:nth-child(2) article{
		width: 100%;
		margin:20px 0;
	}
}


.services .wrap:nth-child(2) article:before{
	content: "";
	width: 100%;
	height: 0%;
	background: #212121;
	position: absolute;
	bottom:0;
	left: 0;
	transition: all .3s ease;
	z-index: 1;
}

.services .wrap:nth-child(2) article:hover:before{
	height: 100%;
}

.services .wrap:nth-child(2) article .image{
	position: relative;
	height: 240px;
	margin:0 0 30px 0;
	z-index: 2;
}

.services .wrap:nth-child(2) article .image .icon{
	position: absolute;
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: -30px;
	text-align: center;
	line-height: 60px;
	z-index: 2;
}

.services .wrap:nth-child(2) article .image .icon span{
	line-height: 60px;
	background: #212121;
	display: block;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 300;
	font-size: 30px;
	transition: all .3s ease;
}


.services .wrap:nth-child(2) article:hover .image .icon span{
	color: #212121;
	background: #ffffff;
}

.services .wrap:nth-child(2) article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	z-index: 2;
	position: relative;
}

.services .wrap:nth-child(2) article h3{
	color: #313131;
	font-weight: 600;
	font-size:20px;
	padding: 10px 0;
	transition: all .3s ease;
	z-index: 2;
	position: relative;
}

.services .wrap:nth-child(2) article:hover h3{
	color: #ffffff;
}

.services .wrap:nth-child(2) article p{
	font-size: 17px;
	color: #555555;
	z-index: 2;
	transition: all .3s ease;
	position: relative;
}

.services .wrap:nth-child(2) article:hover p{
	color: #ffffff;
	opacity: .7;
}

.services .wrap:nth-child(2) article p a{
	padding: 15px 0 0 0;
	margin:25px 0 0 0;
	border-top:solid 1px rgba(0,0,0,.1);
	font-size: 14px;
	color: #313131;
	text-decoration: none;
	display: flex;
	line-height: 30px;
	z-index: 2;
	position: relative;
}

.services .wrap:nth-child(2) article p a i{
	float: right;
	display: block;
	flex:1;
	text-align: right;
	line-height: 30px;
	padding: 0 5px;
}

.services .wrap:nth-child(2) article:hover p{
	opacity: 1;
}

.services .wrap:nth-child(2) article:hover p a{
	color: #ffffff;
	opacity: 1;
	border-top:solid 1px rgba(255,255,255,.1);
}


/* stadistycs */
.stadistycs{
	padding: 80px 0;
	background: #f9f9f9;
}

.stadistycs .wrap{
	background: #212121;
	border-radius: 10px;
	position: relative;
	display: flex;
	padding: 70px 5%;
	max-width: 1200px;
	flex-wrap: wrap;
}

.stadistycs .wrap:before{
	content: "";
	width: 100px;
	height: 90%;
	background-image: url(img/forma-3.svg?2);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 10%;
	background-size: 50%;
	right: 0;
	position: absolute;
}

.stadistycs .wrap:after{
	content: "";
	width: 100px;
	height: 90%;
	background-image: url(img/forma-4.svg?2);
	background-repeat: no-repeat;
	background-position: left top;
	top: 10%;
	background-size: 50%;
	left: 0;
	position: absolute;
}

.stadistycs .wrap article{
	flex:1;
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
}


.stadistycs .wrap article .icon{
	width: 100px;
	line-height: 100px;
}

.stadistycs .wrap article .icon span{
	font-weight: 300;
	text-align: center;
	line-height: 100px;
	display: block;
	font-size: 70px;
}

.stadistycs .wrap article .info h3{
	margin:20px 0 0 0;
	font-size: 40px;
	line-height: 35px;
}

@media(max-width:800px){
	.stadistycs .wrap{
		flex-wrap: wrap;
		width: 80%;
		padding: 0px 0;
		position: relative;
		z-index: 10;
	}
	.stadistycs .wrap article{
		width: 40%;
		flex:auto;
		text-align: center;
		margin:20px 0;
		flex-wrap: wrap;
	}

	.stadistycs .wrap article .icon span{
		font-size: 50px;
		font-weight: 100;
	}

	.stadistycs .wrap article .info h3{
		font-size: 20px;
		text-align: left;
	}
}


.stadistycs .wrap article .info h4{
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-indent: 5px;
}

/* banner-1 */
.banner-1{
	padding: 100px 0;
}
.banner-1 .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:5%;
}

.banner-1 .wrap article{
	position: relative;
	width: 47.5%;
}

.banner-1 .wrap article:nth-child(1) .image{
	width: 80%;
	height: 650px;
	margin:0 0 0 10%;
	object-fit: cover;
	position: relative;
	z-index: 2;
}

@media(max-width:800px){
	.banner-1 .wrap article{
		width: 100%;
	}

	.banner-1 .wrap article:nth-child(1) .image{
		height: 200px;
		margin:0 auto 20px auto;
		border-radius: 20px;
		overflow: hidden;
	}

	.banner-1 .wrap article:nth-child(1) .image:before{
		display: none;
	}
}

.banner-1 .wrap article:nth-child(1) .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.banner-1 .wrap article:nth-child(1) .image:before{
	content: "E-CIRCULAR";
	position: absolute;
	transform: rotate(-90deg) translateY(0%) translateX(10%);
	background: #f0f0f0;
	top:50%;
	left: -150px;
	font-size: 30px;
	font-weight: bold;
	padding:10px 50px;
	color: #ffffff;
}


.banner-1 .wrap article:nth-child(1) .image:hover:after{
	transform: translateX(-50%) translateY(-50%) scale(3);
	transition: all .3s ease;
}

h2.title-section{
	display: flex;
	line-height: 45px;
	gap:2%;
	color: #212121;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}
h2.title-section img{
	width: 45px;
	height: 45px;
	object-fit: cover;
}

h2.title-section.white{
	color: #ffffff;
}

@media(max-width:800px){
	h2.title-section{
		display: block;
		text-align: center;
	}

	h2.title-section img{
		display: block;
		margin:auto;
	}
}

h2.title-section-2{
	display: flex;
	line-height: 30px;
	gap:1%;
	color: #212121;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	justify-content: center;
}

h2.title-section-2 img{
	width: 30px;
	height: 30px;
	object-fit: cover;
}

h2.title-section-2 b{
	text-transform: lowercase;
}

h3.sub-title-section-2{
	font-size: 40px;
	text-align: center;
	text-transform: capitalize;
	margin:0 0 50px 0;
	color: #313131;
}

.banner-1 .wrap article:nth-child(2) h1{
	font-size: 55px;
	color: #313131;
	max-width: 600px;
	font-weight: 900;
}

.banner-1 .wrap article:nth-child(2) > p{
	color: #555555;
	font-size: 18px;
	line-height: 30px;
	margin:0 0 30px 0;
}

@media(max-width:800px){
	.banner-1 .wrap article:nth-child(2){
		text-align: center;
		padding: 20px 0;
	}
	.banner-1 .wrap article:nth-child(2) h1{
		font-size: 24px;
		text-align: center;
	}
}

.banner-1 .wrap article .columns-2{
	display: flex;
	flex-wrap: wrap;
}

.banner-1 .wrap article .columns-2 .column-1{
	width: 48%;
	padding: 1%;
}

.banner-1 .wrap article .columns-2 .column-1 .single-column{
	display: flex;
	margin:0 0 50px 0;
}

@media(max-width:800px){
	.banner-1 .wrap article .columns-2 .column-1{
		width: 100%;
		text-align: left;
	}
}

.banner-1 .wrap article .columns-2 .column-1 .single-column .icon{
	width: 80px;
	line-height: 80px;
}

.banner-1 .wrap article .columns-2 .column-1 .single-column .icon span{
	font-weight: 300;
	color: #212121;
	font-size: 30px;
	line-height: 80px;
}

.banner-1 .wrap article .columns-2 .column-1 .single-column .info h2{
	font-size: 20px;
	color: #313131;
	margin:0 0 5px 0;
}

.banner-1 .wrap article .columns-2 .column-1 .single-column .info p{
	color: #888888;
	font-weight: 500;
	line-height: 30px;
}

.banner-1 .wrap article .columns-2 .column-1 .ceo-image{
	text-align: center;
	background: #f0f0f0;
	max-width: 150px;
	margin:auto;
	padding: 30px;
	border-top: solid 4px #212121;
}

.banner-1 .wrap article .columns-2 .column-1 .ceo-image img{
	width: 100%;
	height: 150px;
	border-radius: 50%;
	object-fit: cover;
	margin:0 0 10px 0;
}

.banner-1 .wrap article .columns-2 .column-1 .ceo-image h3{
	color: #313131;
	font-size: 18px;
}

.banner-1 .wrap article .columns-2 .column-1 .ceo-image p{
	font-size: 14px;
	color: #555555;
}

.banner-1 .wrap article .btn-1 a{
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
	background: #212121;
	padding: 0 50px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 5px;
}

/* news */
.news{
	padding: 120px 0;
	position: relative;
}

.news:before{
	content: "";
	position: absolute;
	width: 400px;
	height: 500px;
	top:-100px;
	background-image: url(img/forma-1.svg?2);
	background-position: left center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}

.news .wrap:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	gap:5%;
	margin:70px auto 0 auto;
}

.news .wrap:nth-child(2) article{
	overflow: hidden;
	max-width: 30%;
	height: 500px;
	position: relative;
	border-radius: 10px;
}

@media(max-width:800px){
	.news{
		padding: 50px 0;
	}
	.news:before{
		width: 100px;
		height: 100px;
	}

	.news .wrap:nth-child(2) article{
		max-width: 100%;
		height: 300px;
		margin:20px 0;
	}
}


.news .wrap:nth-child(2) article .image{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.news .wrap:nth-child(2) article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}

.news .wrap:nth-child(2) article:hover .image img{
	transform: scale(1.2);
	filter: blur(5px);
	transition-delay: .2s;
}

.news .wrap:nth-child(2) article .info{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, #21212199, #21212199, transparent);
	text-align: center;
	display: flex;
	align-items: flex-end;
	transform: translateY(100%);
	transition: all .3s ease;
}

.news .wrap:nth-child(2) article:hover .info{
	transform: translateY(0);
}

.news .wrap:nth-child(2) article .info-bottom{
	padding: 20px;
}

.news .wrap:nth-child(2) article .info-bottom a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.news .wrap:nth-child(2) article .info-bottom i{
	font-size: 50px;
	margin:20px;
}

.news .wrap:nth-child(2) article .info-bottom h4{
	font-size: 20px;
	margin:10px;
	font-weight: 700;
}

.news .wrap:nth-child(2) article .info-bottom p{
	font-size: 16px;
	margin:10px 10px 40px 10px;
	font-weight: 500;
}


/* banner-2 */
.banner-2 {
  padding: 180px 0;
  position: relative;
  background: #000000;
  overflow: hidden;
}

.banner-2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  mask-image: linear-gradient(to right, transparent, black);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

@keyframes muve {
  0% {
    top: 30%;
  }
  75% {
    top: 70%;
  }
  100% {
    top: 30%;
  }
}

@keyframes muve2 {
  0% {
    top: -30%;
  }
  75% {
    top: 50%;
  }
  100% {
    top: -30%;
  }
}


.banner-2 .wrap{
	position: relative;
	z-index: 2;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
}
.banner-2 .wrap article{
	width: 50%;
}

@media(max-width:800px){
	.banner-2{
		padding: 40px 0;
	}
	.banner-2 .wrap{
		display: block;
		text-align: center;
	}

	.banner-2 .wrap article{
		width: 100%;
		padding: 40px 0;
	}
}


.banner-2 .wrap article:nth-child(1){
	color: #ffffff;
}

.banner-2 .wrap article:nth-child(1) h3{
	font-size: 40px;
}

.banner-2 .wrap article:nth-child(1) p a{
	display: inline-block;
	color: #313131;
	background: #ffffff;
	line-height: 50px;
	margin:40px 0 0 0;
	border-radius: 5px;
	padding: 0 30px;
	text-decoration: none;
	font-weight: 600;
}

.banner-2 .wrap article:nth-child(2){
	text-align: center;
}

.banner-2 .wrap article:nth-child(2) .btn-play{
	line-height: 100px;
	width: 100px;
	margin:auto;
	background: #ffffff;
	border-radius: 50px;
	color: #212121;
}

.banner-2 .wrap article:nth-child(2) .btn-play a{
	text-decoration: none;
	color: #212121;
}

.banner-2 .wrap article:nth-child(2) .btn-play span{
	display: block;
	line-height: 100px;
	font-size: 70px;
	font-weight: 200;
	position: relative;
}

.banner-2 .wrap article:nth-child(2) .btn-play span::before,
.banner-2 .wrap article:nth-child(2) .btn-play span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  opacity: 0;
  animation: ripple 2s infinite ease-in-out;
  left: 0;
}

.banner-2 .wrap article:nth-child(2) .btn-play span::after{
  animation: ripple2 2s infinite ease-in-out;

}

.banner-2 .wrap article:nth-child(2) .btn-play span::after {
  animation-delay: 0.9s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.8);
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@keyframes ripple2 {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  75% {
    transform: scale(1.8);
  }
  90% {
    opacity: 0;
    transform: scale(1.8);
  }
}

/* team */
.team{
	padding: 120px 0;
	position: relative;
}

.team:before{
	content: "";
	position: absolute;
	width: 400px;
	height: 500px;
	bottom:0px;
	right: 0;
	background-image: url(img/forma-2.svg?2);
	background-position: right center;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}


.team .wrap:nth-child(2){
	display: flex;
	flex-wrap: wrap;
	gap:5%;
	margin:70px auto 0 auto;
}

.team .wrap:nth-child(2) article{
	overflow: hidden;
	max-width: 21.2%;
	height: 400px;
	position: relative;
	border-radius: 10px;
}

@media(max-width:800px){
	.team .wrap:nth-child(2){
		display: block;
	}

	.team .wrap:nth-child(2) article{
		max-width: 100%;
		height: 300px;
		margin:20px 0;
	}
}

.team .wrap:nth-child(2) article .image{
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.team .wrap:nth-child(2) article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s ease;
}

.team .wrap:nth-child(2) article .info{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	display: flex;
	align-items: flex-end;
	transition: all .3s ease;
}

.team .wrap:nth-child(2) article .info:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background: linear-gradient(to top, #21212190, #21212190, transparent, transparent);
	z-index: 1;
	transform: translateY(100%);
	transition: all .3s ease;
}

.team .wrap:nth-child(2) article:hover .info:before{
	transform: translateY(0);
}

.team .wrap:nth-child(2) article:hover .info{
	transform: translateY(0);
}

.team .wrap:nth-child(2) article .info-bottom{
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.team .wrap:nth-child(2) article .info-bottom a{
	display: block;
	text-decoration: none;
	color: #ffffff;
}

.team .wrap:nth-child(2) article .info-bottom i{
	font-size: 50px;
	margin:20px;
}

.team .wrap:nth-child(2) article .info-bottom h4{
	font-size: 20px;
	margin:10px 10px 0 10px;
	font-weight: 700;
}

.team .wrap:nth-child(2) article .info-bottom p{
	font-size: 16px;
	margin:0px 10px 40px 10px;
	font-weight: 500;
}

/* banner-bottom */
.banner-bottom .wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1200px;
	background: #212121;
	border-radius: 10px;
	margin: -95px auto;
	position: relative;
	z-index: 10;
}

@media(max-width:800px){
	.banner-bottom .wrap{
		display: block;
		margin:20px auto;
	}
}

.banner-bottom .wrap article{
	flex:1;
	text-align: center;
	padding: 40px 5%;
}

.banner-bottom .wrap article img{
	max-width: 100px;
}


.banner-bottom .wrap article:nth-child(2){
	background: #ffffff;
	border-radius: 10px;
}

.banner-bottom .wrap article a{
	display: flex;
	text-decoration: none;
	gap:5%;
}

.banner-bottom .wrap article:nth-child(1) a{
	justify-content: star;
	text-align: left;
}

.banner-bottom .wrap article:nth-child(3) a{
	justify-content: end;
	text-align: right;
}

.banner-bottom .wrap article a span{
	width: 50px;
	color: #ffffff;
	line-height: 50px;
	border:solid 2px #ffffff;
	border-radius: 50px;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	transition: all .3s ease;
}

.banner-bottom .wrap article a:hover span{
	transform: rotateY(-180deg);
}

.banner-bottom .wrap article a b{
	display: block;
	color: #ffffff;
}

.banner-bottom .wrap article a em{
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	color: #ffffff;
}



/* sub-footer */
.sub-footer{
	background: #212121;
	padding: 190px 0 50px 0;
}

.sub-footer .wrap{
	display: flex;
	flex-wrap: wrap;
	gap:4%;
}

.sub-footer .wrap article:nth-child(1){
	width: 28%;
}

.sub-footer .wrap article:nth-child(2){
	width: 15%;
}

.sub-footer .wrap article:nth-child(3){
	width: 15%;
}

.sub-footer .wrap article:nth-child(4){
	width: 30%;
}

.sub-footer .wrap article .mgt-20{
	margin-top:40px;
}

.sub-footer .wrap article:nth-child(1) img{
	max-width: 90px;
	border-radius: 10px;
	margin:0 0 20px 0;
	padding: 10px;
}

.sub-footer .wrap article p{
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	max-width: 90%;
}

.sub-footer .wrap article h2{
	color: #f0f0f0;
	font-size: 18px;
	margin:0 0 20px 0;
}

.sub-footer .wrap article ul li{
	list-style: none;
	padding: 5px 0;
}

.sub-footer .wrap article ul li a{
	color: #999999;
	text-decoration: none;
	font-size: 15px;
	transition: all .3s ease;
}

.sub-footer .wrap article ul li a:hover{
	color: #ffffff;
}

.sub-footer .wrap article ul.social{
	display: flex;
	gap:3%;
}

@media screen and (max-width:800px){
	.sub-footer{
		padding: 50px 0;
	}

	.sub-footer .wrap{
		display: block;
		text-align: center;
	}

	.sub-footer .wrap article:nth-child(1),
	.sub-footer .wrap article:nth-child(2),
	.sub-footer .wrap article:nth-child(3),
	.sub-footer .wrap article:nth-child(4),
	.sub-footer .wrap article:nth-child(5){
		text-align: center;
		width: 100%;
		margin:0 0 50px 0;
	}

	.sub-footer .wrap article:nth-child(5){
		margin-bottom: 0;
	}

	.sub-footer .wrap article p{
		max-width: 100%;
	}

	.sub-footer .wrap article ul.social{
		justify-content: center;
	}
}

.sub-footer .wrap article ul.social li a{
	display: block;
	line-height: 55px;
	width: 55px;
	text-align: center;
	background: #f0f0f0;
	border-radius: 55px;
	color: #212121;
}

.sub-footer .wrap article ul.social li a:hover{
	background: #212121;
	color: #ffffff;
}

/* footer */
footer{
	background: #212121;
	padding: 40px 0;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
}

footer span{
	display: block;
}

footer a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}


.go-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: 0; 
  text-align: center;
  border: none;
  z-index: 99;
  color: #ffffff;
  line-height: 50px;
  font-size: 30px;
  transition: opacity 0.5s ease; 
}

.go-top-btn.active {
  opacity: 1;
}

.go-top-btn svg {
  cursor: pointer;
  width: 60px;
  height: 60px;
  fill: #212121;
}
