
/* ----------------------------------------
* General
* ---------------------------------------*/
html { height: 100%; width: 100%; padding: 0; margin: 0 }
body { height: 100%; width: 100%; padding: 0; margin: 0; text-align: left; font-family: "Inter", sans-serif; font-weight: 400; background: #ffffffrgb(255, 255, 255); }


h1 { font-size: 85px; line-height: 90px; font-weight: 600;  font-family: "Inter", sans-serif; }
h2 { font-size: 40px; line-height: 50px; font-weight: 600;  }
 

a {
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease-in-out;
	font-weight: 600;
}

a:hover {
	color: #66e3bc;
}
.logo {
	height: 100px;
}

.positive-relative {
	position: relative;
}

.btn {
	padding: 10px 30px;
}
.btn.btn-primary {
	background: #66e3bc;
	border-color: #66e3bc;
	color: #000;
	font-weight: 600;
}

.btn.btn-link {
		padding: 0;
		color: #000;
		font-weight: 600;
}

.bg-dark {
    background-color: #000!important;
}

.bg-light-10 {
    background-color: rgba(255, 255, 255, 0.1); 
}

.bg-dark-80 {
	background: #1a1a1a;
}


.bg-title {
	position: absolute;
	right: 0;
	bottom: -16px;
}
.bg-title h2 {
	font-size: 160px;
	line-height: 160px;
	color: rgba(255, 255, 255, 0.1);
}

hr {
	opacity: 0.9;
	background-color: #000;
}
 
/*form-floating*/
.form-floating .form-control {
	background: transparent;
	border: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 0;
	padding-left: 0;
}
.form-floating label {
	color: rgba(255, 255, 255, 0.6);
	padding-left: 0;
 }
 .form-control {
 	color: #fff;
 }
 .form-control:focus {
 	box-shadow: none;
 }
 
 .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.section-ptb {
	padding: 100px 0;
}
.section-pb {
	padding-bottom: 100px;
}
.section-pt {
	padding-top: 100px;
}

/* ----------------------------------------
* Header
* ---------------------------------------*/
.header .container-fluid {
	padding: 0 100px;
}
.header .navbar .navbar-nav .nav-link {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding-right: 1.2rem;
	padding-left: 1.2rem;
}

.header .navbar .navbar-nav .nav-link.active, .header .navbar .navbar-nav .show>.nav-link, .header .navbar .navbar-nav .nav-link:hover {
	color: #66e3bc;
}


/* ----------------------------------------
* intro-banner
* ---------------------------------------*/
.intro-banner {
	padding: 120px 0;
}


/* ----------------------------------------
* carousel
* ---------------------------------------*/
 

/* ----------------------------------------
* services
* ---------------------------------------*/

.services {
	padding: 80px 20px;
	border: 1px solid #e7e7e7;
	transition: all 0.3s ease-in-out;
	margin-left: -1px;
	margin-top: -1px;
}

.services .icon {
	width: 80px;
	margin-bottom: 30px;
}


/* ----------------------------------------
* portfolio
* ---------------------------------------*/
.portfolio {
	margin-top: -130px;
}
.portfolio-item .portfolio-caption {
	background: #fff;
	padding: 20px;
	margin-top: -15px;
	position: relative;
	width: 88%;
	margin-bottom: 20px;
}

.portfolio-item .portfolio-caption a {
	color: #000;
}


/* ----------------------------------------
* technologies
* ---------------------------------------*/
.technologies-item  {
	margin-bottom: 40px;
}
.technologies-item img {
	height: 60px;
	width: 100px;
	max-width: auto;
}


.testimonial-quote {
	width: 100px;
}
/* ----------------------------------------
* technologies
* ---------------------------------------*/
.strategy-item {
	position: relative;
}
.strategy-item .strategy-image {
	width: 140px;
	height: 140px;
	border:2px dashed #000;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;

}
.strategy-item .strategy-image img {
	height: 60px;
}

.strategy-item:before {
	content: "";
  position: absolute;
  width: 56px;
  height: 100px;
  background-image: url(../images/icon/arrow.png);
  background-repeat: no-repeat;
  right: -20px;
  background-size: contain;
  transform: rotate(91deg);
  top: 20px;
}

.strategy-none.strategy-item:before {
	background-image: none; 
}

/* ----------------------------------------
* social-holder
* ---------------------------------------*/
.social-holder {
	position: fixed;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);

}

.social-holder li a {
	color: #fff;
	transform: rotate(-90deg);
	margin: 30px 0;
	display: block;
 }

 .social-holder li a {
 	color: #66e3bc;
 }

.companie-logo {
	height: 40px;
 }

/* ----------------------------------------
* footer-list
* ---------------------------------------*/


.footer-list a {
	color: #fff;
	margin-bottom: 8px;
	display: block;
}
.footer-list a:hover {
	color: #66e3bc;
}

.footer-logo {
	height: 50px;
}



@media (max-width: 1199px){
	h1 { 	
		font-size: 65px;
    line-height: 70px;
  }
  .strategy-item:before {
  	display: none;
  }
  .social-holder {
  	display: none;
  }
  .header .container-fluid {
  	padding: 0 30px;
  }
}


@media (max-width: 991px){
	.navbar .navbar-brand img {
	    height: 40px;
	}

.testimonial-quote {
		width: 50px;
	}
	.blog-post img {
		width: 100%;
	}
	.header .navbar .navbar-nav .nav-link {
		padding-left: 0;
	}
	.section-ptb {
		padding: 70px 0;
	}
	.section-pb {
		padding-bottom: 70px;
	}
	.section-pt {
		padding-top: 70px;
	}
}


@media (max-width: 575px){
	.navbar .navbar-brand img {
	    height: 40px;
	}
	h1 {
	    font-size: 45px;
	    line-height: 50px;
	}
	.bg-title h2 {
		display: none;	
	}
	.mail-info {
		font-size: 16px;
	}
	.intro-banner {
		padding: 60px 0;
	}
	.section-ptb {
		padding: 60px 0;
	}
	.section-pb {
		padding-bottom: 60px;
	}
	.section-pt {
		padding-top: 60px;
	}
}