/*****************************************
Table Of Contents:

01. General Styles
02. Preloader
03. Navigation
04. Header
05. Team
06. Contact
07. Footer
08. Back To Top Button
09. Extra Pages
10. Media Queries
******************************************/

/******************************/
/*     01. General Styles     */
/******************************/
body,
html {
    width: 100%;
	height: 100%;

}

body, p {
	color: black; 
	/* font: 400 1rem/1.5625rem "Aileron", sans-serif; */
}

.p-large {
	margin-top: 1.2rem;
	font: 100 1.6rem/1.9rem "Aileron", sans-serif;
}

.p-small {
	font: 400 0.875rem/1.375rem "Aileron", sans-serif;
}

.p-heading {
	margin-bottom: 3.5rem;
	text-align: left;
}

.li-space-lg li {
	margin-bottom: 0.375rem;
}

.indent {
	padding-left: 1.25rem;
}

h1 {
	color: black;
	font: 700 2.5rem/3rem "Aileron", sans-serif;
}

h2 {
	color: black;
	font: 700 1.75rem/2.125rem "Aileron", sans-serif;
}

h3 {
	color: black;
	font: 700 1.375rem/1.75rem "Aileron", sans-serif;
}

h4 {
	color: black;
	font: 700 1.25rem/1.625rem "Aileron", sans-serif;
}

h5 {
	color: black;
	font: 700 1.125rem/1.5rem "Aileron", sans-serif;
}

h6 {
	color: black;
	font: 700 1rem/1.375rem "Aileron", sans-serif;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

a.green {
	color: #14bf98;
}

a.white,
.white {
	color: #dfe5ec;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font: 700 1rem/1.375rem "Aileron", sans-serif;
}

strong {
	color: black;
}

.section-title {
	color: #14bf98;
	font: 500 0.8125rem/1.125rem "Aileron", sans-serif;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid #14bf98;
	border-radius: 0.25rem;
	background-color: #14bf98;
	color: #fff;
	font: 700 0.75rem/0 "Aileron", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-reg:hover {
	background-color: transparent;
	color: #14bf98;
	text-decoration: none;
}

.btn-solid-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid #14bf98;
	border-radius: 0.25rem;
	background-color: #14bf98;
	color: #fff;
	font: 700 0.75rem/0 "Aileron", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-solid-lg:hover {
	background-color: transparent;
	color: #14bf98;
	text-decoration: none;
}

.btn-outline-reg {
	display: inline-block;
	padding: 1.1875rem 1.875rem 1.1875rem 1.875rem;
	border: 0.125rem solid black;
	border-radius: 0.25rem;
	background-color: transparent;
	color: black;
	font: 700 0.75rem/0 "Aileron", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-reg:hover {
	background-color: black;
	color: #fff;
	text-decoration: none;
}

.btn-outline-lg {
	display: inline-block;
	padding: 1.375rem 2.125rem 1.375rem 2.125rem;
	border: 0.125rem solid black;
	border-radius: 0.25rem;
	background-color: transparent;
	color: black;
	font: 700 0.75rem/0 "Aileron", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-lg:hover {
	background-color: black;
	color: #fff;
	text-decoration: none;
}

.btn-outline-sm {
	display: inline-block;
	padding: 1rem 1.625rem 0.9375rem 1.625rem;
	border: 0.125rem solid black;
	border-radius: 0.25rem;
	background-color: transparent;
	color: black;
	font: 700 0.75rem/0 "Aileron", sans-serif;
	text-decoration: none;
	transition: all 0.2s;
}

.btn-outline-sm:hover {
	background-color: black;
	color: #fff;
	text-decoration: none;
}

.form-group {
	position: relative;
	margin-bottom: 1.25rem;
	font-weight: 100;
	font-size: 1.2rem;
	line-height: 2.2rem ;
}

.form-group.has-error.has-danger {
	margin-bottom: 0.625rem;
}

.form-group.has-error.has-danger .help-block.with-errors ul {
	margin-top: 0.375rem;
}

.label-control {
	position: absolute;
	top: 0.8125rem;
	left: 1.375rem;
	color: black;
	opacity: 1;
	font: 400 0.875rem/1.375rem "Aileron", sans-serif;
	cursor: text;
	transition: all 0.2s ease;
}

.clearfloat{
	clear: both;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.label-control {
		top: 0.9375rem;
	}
}
.form-control-input .phone-number{
	width: 80% !important;
}

.form-control-input:focus + .label-control,
.form-control-input.notEmpty + .label-control,
.form-control-textarea:focus + .label-control,
.form-control-textarea.notEmpty + .label-control {
	top: 0.125rem;
	opacity: 1;
	font-size: 0.75rem;
	font-weight: 500;
}

.form-control-input,
.form-control-select {
	display: block; /* needed for proper display of the label in Firefox, IE, Edge */
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.25rem;
	padding-left: 0.5rem;
	border: 3px solid #dadada;
	border-radius: 0.55rem;
	background-color: #fff !important;
	color: black;
	font: 400 0.875rem/1.375rem "Aileron", sans-serif;
	transition: all 0.2s;
	-webkit-appearance: none; /* removes inner shadow on form inputs on ios safari */
}

.phone-number{
	width: 60%;
}
.contact-firstname{
	width:45%;
	
}
.contact-lastname{
	width: 45%;
	float: right;
}
.form-control-select {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	height: 3rem;
}

/* IE10+ hack to solve lower label text position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.form-control-input {
		padding-top: 1.25rem;
		padding-bottom: 0.75rem;
		line-height: 1.75rem;
	}

	.form-control-select {
		padding-top: 0.875rem;
		padding-bottom: 0.75rem;
		height: 3.125rem;
		line-height: 2.125rem;
	}
}

select {
    /* you should keep these first rules in place to maintain cross-browser behavior */
    -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url('../images/down-arrow.png');
    background-position: 96% 50%;
    background-repeat: no-repeat;
    outline: none;
}

select::-ms-expand {
    display: none; /* removes the ugly default down arrow on select form field in IE11 */
}

.form-control-textarea {
	display: block; /* used to eliminate a bottom gap difference between Chrome and IE/FF */
	width: 100%;
	height: 8rem; /* used instead of html rows to normalize height between Chrome and IE/FF */
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	border: 3px solid #dadada;
	border-radius: 0.55rem;
	background-color: #fff;
	color: black;
	font: 400 1rem/1.5625rem "Aileron", sans-serif;
	transition: all 0.2s;
}

.form-control-input:focus,
.form-control-select:focus,
.form-control-textarea:focus {
	border: 3px solid #a1a1a1;
	outline: none; /* Removes blue border on focus */
}

.form-control-input:hover,
.form-control-select:hover,
.form-control-textarea:hover {
	border: 3px solid #a1a1a1;
}

.checkbox {
	font: 400 0.875rem/1.375rem "Aileron", sans-serif;
}

input[type='checkbox'] {
	vertical-align: -15%;
	margin-right: 0.375rem;
}

/* IE10+ hack to raise checkbox field position compared to the rest of the browsers */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	input[type='checkbox'] {
		vertical-align: -9%;
	}
}

.form-control-submit-button {
	display: inline-block;
	width: 50%;
	height: 3rem;
	border: 0.125rem solid #3881ca;
	border-radius: 0.25rem;
	background-color: #3881ca;
	color: #fff;
	font: 600 100% "Aileron", sans-serif;
	cursor: pointer;
	transition: all 0.2s;
}

.form-control-submit-button:hover {
	background-color: transparent;
	color: #4598ec;
}

/* Form Success And Error Message Formatting */
#lmsgSubmit.h3.text-center.tada.animated,
#cmsgSubmit.h3.text-center.tada.animated,
#pmsgSubmit.h3.text-center.tada.animated,
#lmsgSubmit.h3.text-center,
#cmsgSubmit.h3.text-center,
#pmsgSubmit.h3.text-center {
	display: block;
	margin-bottom: 0;
	color: #b93636;
	font: 400 1.125rem/1rem "Aileron", sans-serif;
}

.help-block.with-errors .list-unstyled {
	color: black;
	font-size: 0.75rem;
	line-height: 1.125rem;
	text-align: left;
}

.help-block.with-errors ul {
	margin-bottom: 0;
}
/* end of form success and error message formatting */

/* Form Success And Error Message Animation - Animate.css */
@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}
	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
/* end of form success and error message animation - Animate.css */


/* dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* end of fade-move animation for lightbox - magnific popup */

/* Fade Animation For Image Slider - Magnific Popup */
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation: fadeIn 0.6s;
	animation: fadeIn 0.6s;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation: fadeOut 0.8s;
	animation: fadeOut 0.8s;
}
/* end of fade animation for image slider - magnific popup */


/*************************/
/*     02. Preloader     */
/*************************/
.spinner-wrapper {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #113448;
}

.spinner {
	position: absolute;
	top: 50%; /* centers the loading animation vertically one the screen */
	left: 50%; /* centers the loading animation horizontally one the screen */
	width: 3.75rem;
	height: 1.25rem;
	margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ 
	text-align: center;
}

.spinner > div {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background-color: #fff;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0); }
	40% { -webkit-transform: scale(1.0); }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
	} 40% { 
		-webkit-transform: scale(1.0);
		-ms-transform: scale(1.0);
		transform: scale(1.0);
	}
}


/**************************/
/*     03. Navigation     */
/**************************/
.navbar-custom {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	background: linear-gradient(164deg, rgba(15,45,71,1) 17%, rgba(28,96,101,1) 82%, rgba(74,160,166,1) 98%);

	/* background-color: #50dae52b; rgba(204, 204, 204, 0.788); */
	box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
	font: 200 1.8rem "Aileron", sans-serif;
	transition: all 0.2s;
}

.navbar-custom .navbar-brand {
	font-size: 0;
}

.navbar-custom .navbar-brand.logo-image img {
    width: 70%;
	max-width: 350px;
	/* height: 2rem; */
	margin-top: 1rem;
	margin-bottom: 1rem;
	margin-left: 20px;
	-webkit-backface-visibility: hidden;
}

.navbar-custom .navbar-brand.logo-text {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font: 700 2.25rem/1.5rem "Aileron", sans-serif;
	color: #fff;
	text-decoration: none;
}

.navbar-custom .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar-custom .nav-item .nav-link {
	padding: 0.625rem 0.75rem 0.625rem 0.75rem;
	color: white;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar-custom .nav-item .nav-link:hover,
.navbar-custom .nav-item  {
	color: #14bf98;
}
.nav-link.active{
	color: white !important;
}

/* Dropdown Menu */
.navbar-custom .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.navbar-custom .dropdown-toggle:focus { /* removes dropdown outline on focus  */
	outline: 0;
}

.navbar-custom .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: lightgray;
}

.navbar-custom .dropdown-item {
	color: #fff;
	text-decoration: none;
}

.navbar-custom .dropdown-item:hover {
	background-color: #113448;
}

.navbar-custom .dropdown-item .item-text {
	font: 600 0.875rem/0.875rem "Aileron", sans-serif;
}

.navbar-custom .dropdown-item:hover .item-text {
	color: #14bf98;
}

.navbar-custom .dropdown-items-divide-hr {
	width: 100%;
	height: 1px;
	margin: 0.75rem auto 0.75rem auto;
	border: none;
	background-color: #b5bcc4;
	opacity: 0.2;
}
/* end of dropdown menu */

.navbar-custom .social-icons {
	display: none;
}

.navbar-custom .navbar-toggler {
	border: none;
	color: white;
	font-size: 2rem;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-times{
	display: none;
}

.navbar-custom button[aria-expanded='false'] .navbar-toggler-awesome.fas.fa-bars{
	display: inline-block;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-bars{
	display: none;
}

.navbar-custom button[aria-expanded='true'] .navbar-toggler-awesome.fas.fa-times{
	display: inline-block;
	margin-right: 0.125rem;
}


/*********************/
/*    04. Header     */
/*********************/
.header {
	background: url('../imagess/home/Website-Header.png') center center no-repeat;
	background-size: cover;
	/* background-attachment:fixed; */
}

.header .header-content {
	padding-top: 8rem;
	padding-bottom: 2.125rem;
	text-align: left;
	margin: 0rem 2rem;
}

.contact-header{
	
	padding-top: 8rem !important;
	padding-bottom: 3rem !important;
}

.header .text-container {
	margin-bottom: 3rem;
}

.header h1 {
	margin-bottom: 0.5rem;
	color: #c7fff5;
	/* color: white; */
}

.header .p-large {
	margin-bottom: 2rem;
	color: white;
}


.header .text-container{
	text-align: left;
}

/*********************/
/*    04. Cards     */
/*********************/
/* @media(max-width:991px){
.cards{
	display: none;
} 
}*/
.cards-outer-volta{
	margin-bottom: 60px; 
} 
.cards-outer-atom{
	margin-bottom: 60px; 
} 

.home-cards{
/* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 29%); */
border-radius: 10%;
padding: 2.5rem 3.5rem;
margin-top: -9rem;
background: url("../imagess/home/frame.png") center no-repeat; /* #bdbfcc; */
background-size: 100% 100%; 
text-align: center;
max-width: 560px;
width: 100%;
margin-left: auto;
margin-right: auto;
position: relative;
min-height: 290px;
min-width: 320px;
}

.home-cards .cards-volta-logo{
	width: 80%;	
	margin-top: 2%;
	margin-bottom: 2%;
}
.home-cards .cards-atom-logo{
	width: 50%;
	margin-top: 2%;
}
.home-cards .cards-text{
	padding: 2% 9%;
	font: 100 1.2rem/2rem "Aileron", sans-serif;
}
.home-cards .cards-link{
	padding: 2% 9%;
	font: bold 1.5rem/2rem "Aileron", sans-serif;
}
@media(max-width:991px){
	.home-cards{
		margin-top: 4% !important;
		margin-bottom: 4%;
		min-height: 240px;
		}

	.cards-outer-volta{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.cards-outer-atom{
		margin-bottom: 0px;
		margin-top: -5%;
	}
}
@media(max-width:1200px){
	.home-cards{
		margin-top: -38%;
		
		margin-left: auto;
		margin-right: auto;
		padding: 2.5rem 1rem;
		}
}
@media(max-width:660px)
{
	.home-cards{
		margin-left: 0%;
		margin-right: 5%;
		padding: 1.5rem 0.5rem;
	}
}


/***************************/
/*     06. About    */
/***************************/

.about_sec{
	background-attachment: fixed;
	background-image:  url("../imagess/home/about_sec_bg.png");
	background-position: center center;
	background-size: cover;
	color: white;
	text-align: center;
}

.about_content{
	
	/* float: right; */
	width: 100%;
}
.about-outer{
	margin: 10rem 1rem;
	padding: 0rem 0rem;
}
.about_heading{
	font: 700 3.5rem/4rem "Aileron", sans-serif;
	/* padding-bottom:2.5rem; */
}

.about_subcontent{
	font: 200 1.8rem/2.2rem "Aileron", sans-serif;
	margin-top: 5%;
	text-align: center;
}
.about-image-ctn{
	width: 50%;
	/* float: left; */
}
.about-image{
	width:350px
}

@media(max-width: 1000px){
	.about_content{
		clear: both;
		width: 100%;
		text-align: center;
	}
	.about-image-ctn{
		clear: both;
		width: 100%;
	}
	
	.about-image{
		width:60%
	}
	.about_subcontent{
		margin-top: 5%;
		text-align: center;
		margin-left: 1rem;
		margin-right: 1rem;
	}
} 

@media (max-width: 768px)
{
	/* .about_content{
		margin: 4rem 1rem;
	} */

	.about_heading {
    font: 700 2.8rem/3.5rem "Aileron", sans-serif;
	}
	.about_subcontent {
		font: 200 1.6rem/2rem "Aileron", sans-serif;
		}
}

/***************************/
/*     06. teams     */
/***************************/

.teams{
	
	
	display: block;
}
.teams .teams-heading
{
	font: 700 3rem/3rem "Aileron", sans-serif;
	text-align: left;
	padding: 0rem 0rem 0rem 0rem;

}
/* @media (max-width:768px){
	.teams .teams-heading
	{
	font: 700 2.8rem/3rem "Aileron", sans-serif;
	}
} */
.teams .teams-volta{
	margin: 4rem 1rem;
}

.teams .teams-volta-tm{
	font: 100 1.8rem/1.5rem "Aileron", sans-serif;
	margin-top: 10%;
}
.teams .teams-volta-heading{
	font: 700 3rem/3rem "Aileron", sans-serif;
}

.teams .teams-volta-content{
	float:left;
	width: 50%;
	font: 300 1.4rem/1.6rem "Aileron", sans-serif;
}
.teams .teams-volta-image-ctn{
	float:right;
	width: 50%;	
}
.teams .teams-volta-image-src{
	background-size: cover;
	width: 100%;
	background-position: center !important;
	margin-top: 2rem;
	max-width: 650px;
}

@media(max-width: 1000px){
	.teams .teams-volta-content{
		clear: both;
		width: 100%;
		margin-top: 2rem;
	}
	.teams .teams-volta-image-ctn{
		clear: both;
		width: 100%;
		text-align: center;
	}
} 

.teams .teams-atom{
	margin: 4rem 1rem;
}

.teams .teams-atom-tm{
	font: 100 1.8rem/1.5rem "Aileron", sans-serif;
}
.teams .teams-atom-heading{
	font: 700 3rem/3rem "Aileron", sans-serif;
}

.teams .teams-atom-content{
	float:right;
	width: 50%;
	font: 300 1.4rem/1.6rem "Aileron", sans-serif;
}
.teams .teams-atom-image-ctn{
	float:left;
	width: 50%;	
}
.teams .teams-atom-image-src{
	background-size: cover;
	width: 100%;
	margin-top: 2rem;
	max-width: 650px;
}

@media(max-width: 1000px){
	.teams .teams-atom-content{
		clear: both;
		width: 100%;
		margin-top: 2rem;
	}
	.teams .teams-atom-image-ctn{
		clear: both;
		width: 100%;
		text-align: center;
	}
} 

.teams .teams-line{
	border-width: 5px !important;
	margin-left: -20%;
	margin-right: -10%;
}

@media(max-width:991px){
	.teams .teams-line{
		margin-right: -2% !important;
	}
}

.teams .teams-line2{
	border-width: 5px !important;
	
	
}

.teams .learnmore{
		margin-top: 2rem;
		height: 3rem;
		background-size: 25%; 
}

/***********************/
/*     07. Contact     */
/***********************/

#home-contact.header{
	background-attachment: fixed !important;
}

@media(max-width:991px){
	.large-screen-contact-form{
		display: none !important;
	}
}

.large-screen-contact-form{
	display: block 
}

@media(max-width:991px){
	.small-screen-contact-form{
		display: block !important;
	}
}

.small-screen-contact-form{
	display: none;
}

.contact-form{
/*border: 1px solid black;*/
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 29%);
border-radius: 5%;
padding: 1.5rem 2.5rem;
margin-top: -28%;
background-color:white;
min-width: 290px;
}
@media(max-width:991px){
	.contact-form{
		margin-top: -16rem  /* 8% */!important;
		margin-left: 5%;
		margin-right: 5%;
		}

	.form-2 .text-container{
		margin-top: 6rem;
	}
}
@media(max-width:1200px){
	.contact-form{
		margin-top: -38%;
		}
}
.contact-icon{
	float: left;
	height: 4rem;		
}

#contact h2{
	text-align: left;
	font-size: 2.2rem;
}

.contact-details{
	color: black;
	margin-left: 15%;
	text-align: left;
	font: 100 1.5rem/2rem "Aileron", sans-serif
}

.contact-phonenumber{
	color: black;
	padding: 0px 40px;
	text-align: left;
	font: 100 1.5rem/2rem "Aileron", sans-serif;
}
.contact-email{
	color: black;
	padding: 0px 40px;
	text-align: left;
	font: 100 1.5rem/2rem "Aileron", sans-serif;
}
.contact-address{
	color: black;
	margin-left: 80px;
	text-align: left;
	font: 100 1.5rem/2rem "Aileron", sans-serif;
}
.contact-address-icon{
	float: left;
	height: 4rem;
}

.contact-details-heading{
	font: 700 2rem/2rem "Aileron", "sans-serif" !important;
}

@media(max-width:991px){
	#contact h2{
		text-align: left;
	}
}
.getInTouch{
	text-align: center !important;
}
@media(max-width:560px){
	.contact-phonenumber{
		padding-right: 0px;
		font: 100 1.3rem/2rem "Aileron", sans-serif
	}
	.contact-email{
		padding-right: 0px;
		font: 100 1.3rem/2rem "Aileron", sans-serif
	}
	.contact-address{
		padding: 0px 0%;
		font: 100 1.3rem/2rem "Aileron", sans-serif
	}
}
@media(max-width:430px){
	.contact-phonenumber{
		font: 100 1.2rem/2rem "Aileron", sans-serif
	}
	.contact-email{	
		font: 100 1.2rem/2rem "Aileron", sans-serif
	}
	.contact-address{
		font: 100 1.2rem/2rem "Aileron", sans-serif
	}
}
.form-2 {
	padding-top: 6.625rem;
	padding-bottom: 5.625rem;
	background-color: #fbfbfb;
	padding-right: 0.5rem;
	padding-left:0.5rem
}

.form-2 .text-container {
	margin-bottom: 3rem;
}

.form-2 .section-title {
	margin-bottom: 0.5rem;
 }

.form-2 h2 {
	margin-bottom: 1.375rem;
}

.form-2 .list-unstyled {
	margin-bottom: 2.25rem;
	font-size: 1rem;
	line-height: 1.625rem;
}

.form-2 .list-unstyled .fas,
.form-2 .list-unstyled .fab {
	margin-right: 0.5rem;
	font-size: 0.875rem;
	color: #14bf98;
}

.form-2 .list-unstyled .fa-phone {
	vertical-align: 3%;
}

.form-2 h3 {
	margin-bottom: 1rem;
}

.form-2 .fa-stack {
	margin-right: 0.25rem;
	margin-bottom: 0.75rem;
	margin-left: 0.125rem;
	width: 3.25rem;
	height: 3.25rem;
}

.form-2 .fa-stack .hexagon {
	position: absolute;
	width: 3.25rem;
	height: 3.25rem;
	background: url('../images/hexagon-green.svg') center center no-repeat;
	background-size: 3.25rem 3.25rem;
	transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .hexagon {
	background: url('../images/hexagon-white.svg') center center no-repeat;
	background-size: 3.25rem 3.25rem;
}

.form-2 .fa-stack-1x {
	font-size: 1.5rem;
	line-height: 3.25rem;
	color: #fff;
	transition: all 0.2s ease;
}

.form-2 .fa-stack:hover .fa-stack-1x {
	color: #14bf98;
}

#inputId:-webkit-autofill {
    background-color: white !important;
}

/**********************/
/*     17. Footer     */
/**********************/
.footer {
	padding-top: 2rem;
	background: linear-gradient(164deg, rgba(15,45,71,1) 17%, rgba(28,96,101,1) 82%, rgba(74,160,166,1) 98%);
	/* background-color: #030b2c; */
	padding-right: 10%;
	padding-left: 2%;
	
}
.footer .text-container {
	margin-bottom: 2.25rem;
}
.footer .about{
	color: white;
	background: url("../imagess/home/Volta-Energy-Logo.png") center no-repeat;
	background-size: contain;
	height: 8rem;
	width: 100%;
}

.footer h4 {
	margin-bottom: 0.75rem;
	color: #fff;
}

.footer .linkedin-logo{
	height: 1.8rem;
	margin-top: 10px;
}

.footer p,
.footer ul {
	font-size: 0.875rem;
	line-height: 1.375rem;
}
@media(max-width:991px){
	.footer .address{
		text-align: left !important ;
	}
	.header-contact-text{
		text-align: center !important;
	}
	.header-contact-subtext{
		text-align: center !important;
		margin-left: 8%
	}
}
@media(max-width:767px){

	.header-contact-subtext{
		text-align: center !important;
		margin-left: auto;
		font-size: medium;
	}
}

/**********************************/
/*     19. Back To Top Button     */
/**********************************/
a.back-to-top {
	position: fixed;
	z-index: 999;
	right: 0.75rem;
	bottom: 0.75rem;
	display: none;
	width: 2.625rem;
	height: 2.625rem;
	border-radius: 1.875rem;
	background: #14bf98 url("../imagess/up-arrow.png") no-repeat center 47%;
	background-size: 1.125rem 1.125rem;
	text-indent: -9999px;
}

a:hover.back-to-top {
	background-color: #13aa87; 
}



/*****************************/
/*     21. Media Queries     */
/*****************************/	
/* Min-width width 768px */
@media (min-width: 768px) {
	
	/* General Styles */
	.p-heading {
		width: 85%;
		/* margin-right: auto;
		margin-left: auto; */
	}
	/* end of general styles */

	/* Navigation */
	.navbar-custom {
		padding: 0.125rem 1.5rem 0.125rem 2rem;
		box-shadow: none;
        /* background: transparent; */
	}
	
	.navbar-custom .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-custom .nav-item .nav-link {
		padding: 0.25rem 0.75rem 0.25rem 0.75rem;
	}
	
	.navbar-custom .nav-item .nav-link:hover,
	.navbar-custom .nav-item  {
		color: #14bf98;
	}
	.nav-link.active {
		color: white !important
	}
	.navbar-custom.top-nav-collapse {
        padding: 0.125rem 1.5rem 0.125rem 2rem;
		box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.1);
		background-color:lightgray;
	}

	.navbar-custom.top-nav-collapse .navbar-brand.logo-text {
		color: #fff;
	}

	.navbar-custom.top-nav-collapse .nav-item .nav-link {
		color: black;
	}
	
	.navbar-custom.top-nav-collapse .nav-item .nav-link:hover,
	.navbar-custom.top-nav-collapse .nav-item .nav-link.active {
		color: #14bf98;
	}

	.navbar-custom .dropdown-menu {
		padding-top: 1rem;
		padding-bottom: 1rem;
		border-top: 0.75rem solid rgba(0, 0, 0, 0);
		border-radius: 0.25rem;
		box-shadow: 0 0.25rem 0.375rem 0 rgba(0, 0, 0, 0.03);
	}
	
	.navbar-custom.top-nav-collapse .dropdown-menu {
		border-top: 0.125rem solid rgba(0, 0, 0, 0);
	}

	.navbar-custom .dropdown-item {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-custom .dropdown-items-divide-hr {
		width: 84%;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 13rem;
		padding-bottom: 7.5rem;
	}

	.header h1 {
		font: 700 4rem/4rem "Aileron", sans-serif;
	}
	/* end of header */

	


	/* About */
	.counter #counter {
		text-align: left;
	}


	/* Contact */
	.form-2 .list-unstyled li {
		display: inline-block;
		margin-right: 1rem;
	}

	.form-2 .list-unstyled .address {
		display: block;
	}

	.footer .address {
		text-align: right;
	}
	/* end of contact */


	
}
/* end of min-width width 768px */


/* Min-width width 992px */
@media (min-width: 992px) {
	
	/* General Styles */
	.p-heading {
		width: 65%;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom .social-icons {
		display: block;
		margin-left: 0.5rem;
	}

	.navbar-custom .fa-stack {
		margin-left: 0.375rem;
		font-size: 0.8125rem;
	}

	.navbar-custom .fa-stack .hexagon {
		width: 1.625rem;
		height: 1.625rem;
		position: absolute;
		background: url('../images/hexagon-green.svg') center center no-repeat;
		background-size: 1.625rem 1.625rem;
		transition: all 0.2s ease;
	}

	.navbar-custom .fa-stack:hover .hexagon {
		background: url('../images/hexagon-white.svg') center center no-repeat;
		background-size: 1.625rem 1.625rem;
	}
	
	.navbar-custom .fa-stack-1x {
		font-size: 0.6875rem;
		line-height: 1.625rem;
		color: #fff;
		transition: all 0.2s ease;
	}

	.navbar-custom .fa-stack:hover .fa-stack-1x {
		color: #14bf98;
	}
	/* end of navigation */


	/* Header */
	.header .header-content {
		padding-top: 4rem;
		padding-bottom: 13rem;
	}

	.header .text-container {
		margin-top: 6.5rem;
	}
	/* end of header */

	

	/* Contact */
	.form-2 {
		padding-top: 6.875rem;
	}

	.form-2 .text-container {
		margin-bottom: 0;
	}

	
	/* end of contact */


	
}
/* end of min-width width 992px */


/* Min-width width 1200px */
@media (min-width: 1200px) {
	
	/* General Styles */
	.p-heading {
		width: 55%;
	}
	/* end of general styles */


	/* Navigation */
	.navbar-custom {
		padding-right: 5rem;
		padding-left: 5rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 5rem;
		padding-left: 5rem;
	}
	/* end of navigation */

	
	/* Header */
	.header .header-content {
		padding-top: 5rem;
		padding-bottom: 17.5rem;
	}
	/* end of header */
	.contact-header{
		padding-top: 5rem !important;
		padding-bottom: 3rem !important;
	}
	
	
	/* Contact */
	.form-2 .text-container {
		margin-top: 0.875rem;
		margin-right: 1.5rem;
	}

	.form-2 form {
		margin-left: 1.5rem;
	}
	/* end of contact */


	/* Footer */
	.footer .text-container.about {
		margin-right: 1rem;
	}
	/* end of footer */


}
/* end of min-width width 1200px */


/* Min-width width 1600px */
@media (min-width: 1600px) {
	
	/* Navigation */
	.navbar-custom {
		padding-right: 12rem;
		padding-left: 12rem;
	}

	.navbar-custom.top-nav-collapse {
		padding-right: 12rem;
		padding-left: 12rem;
	}
	/* end of navigation */
}
/* end of min-width width 1200px */
