
:root {
  --main-color:#ffffff;
	--light-color:#f8f9fa;
	--dark-color:#222222;
	--color-light-gray:#f1f1f1;
	--shadow-color:rgba(0, 0, 0, 0.49);
	--color-1:#c41d13;
	--color-2:#ffc500;
	--color-3:#399fe5;
	--color-4:#73c90b;
	--color-5:#e2004f;
	--color-6:#0caac6;
	--main-text-color:#000000;
	--light-text-color:#f8f9fa;
	--dark-text-color:#222222;
	--text-color-light-gray:#d7d7d7;
	--text-color-1:#c41d13;
	--text-color-2:#ffc500;
	--text-color-3:#399fe5;
	--text-color-4:#73c90b;
	--text-color-5:#e2004f;
	--text-color-6:#0caac6;
}
.main-color {
	background-color: var(--main-color);
}
.light-color {
	background-color: var(--light-color);
}
.dark-color {
	background-color: var(--dark-color);
}
.color-light-gray {
	background-color: var(--color-light-gray);
}
.color-1 {
	background-color: var(--color-1);
}
.color-2 {
	background-color: var(--color-2);
}
.color-3 {
	background-color: var(--color-3);
}
.color-4 {
	background-color: var(--color-4);
}
.color-5 {
	background-color: var(--color-5);
}
.color-6 {
	background-color: var(--color-6);
}
.main-text-color {
	color: var(--main-text-color);
}
.light-text-color {
	color: var(--light-text-color);
}
.dark-text-color {
	color: var(--dark-text-color);
}
.text-color-1 {
	color: var(--text-color-light-gray);
}
.text-color-1 {
	color: var(--text-color-1);
}
.text-color-2 {
	color: var(--text-color-2);
}
.text-color-3 {
	color: var(--text-color-3);
}
.text-color-4 {
	color: var(--text-color-4);
}
.text-color-5 {
	color: var(--text-color-5);
}
.text-color-6 {
	color: var(--text-color-6);
}

body{
	z-index: 1;
}
header{
	padding-bottom: 1.8rem;
}
nav{
	background-color: transparent;
}
nav_button:hover i{
	color: var(--text-color-3);
	border-color: var(--text-color-3);
}
.navbar-dark .navbar-toggler {
  align-items: center;
	outline-width: 0px;
}
.navbar-dark .navbar-toggler:hover {
  color: var(--text-color-3);
	border-color: var(--text-color-3);
}
.navbar-dark .navbar-brand:hover{
	color: var(--text-color-3);
}
nav.on {
	background-color: rgba(34, 34, 34, 0.57); 
}
.navbar-dark .navbar-nav .nav-link:hover{
	color: var(--text-color-3) !important;
}
.navbar-dark .navbar-nav .nav-link{
	color: var(--light-text-color);
}
.navbar-dark.on .navbar-nav  .nav-link{
	color: var(--light-text-color);
}
.navbar-nav{
	
}
.navbar-right {
}
.navbar-collapse{
}
.image-card{
	border-radius: 0px;
	border-bottom-width: 0px;
	border: 0px solid;
}

.card-boderless {
	border-width: 0px;
}

.image-mainCarousel{
	border-radius: 0px;
	border-bottom-width: 0px;
	border: 0px solid;
}
.image-card-with-text{
	margin-bottom: 1.2rem;
	cursor: pointer;
}
.image-card-with-text>.card:hover{
	box-shadow: 0px 5px 4px 0px var(--shadow-color);
	transform: translateY(-7px);
}


#mainCarousel .carousel-item{
	
}
.carousel-content{
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}

.collapsed_item{
	margin: 5px;
}

.achievements{
	color: var(--light-text-color);
}

.achievements span.count {
    font-size: 50px;
    font-weight: 500;
    display: block;
}

.achievements h4 {
    font-size: 16px;
    text-transform: uppercase;
		opacity: .5;
}

.div-with-fixed-backgroud-img{
	background-color: transparent;
	position: relative;
}
.div-with-fixed-backgroud-img > .fixed-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.5s;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	z-index: -10;
}

.center-h-and-v{
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.center-h-and-v-holder{
	position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

/* Team Section */

hr {
    height: 3px;
    width: 60px;
    text-align: center;
    position: relative;
    background: var(--color-3);
    border: 0;
    margin: 10px auto 30px;
}
#team-section {
	padding-bottom: 60px;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2 {
	margin-bottom: 30px;
}
img.img-circle.team-img {
	width: 150px;
	height: 150px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
.img-circle {
    border-radius: 50%;
}
#team-section .team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #fff;
	font-size: medium;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}



/*footer-distributed*/
.footer-distributed{
	background-color:var(--dark-color);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  var(--light-color);
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{

}

/* Footer links */

.footer-distributed .footer-links{
	color:  var(--light-color);
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  var(--light-color);
}

.footer-distributed .footer-links a:hover{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  var(--color-3);
}

.footer-distributed .footer-company-name{
	color:  var(--light-color);
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  var(--light-color);
	color: var(--dark-color);
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: var(--light-color);
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  var(--light-color);
	text-decoration: none;;
}

.footer-distributed .footer-center p a:hover{
	color:  var(--color-3);
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  var(--light-color);
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  var(--light-color);
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  var(--light-color);
	border-radius: 2px;

	font-size: 20px;
	color: var(--dark-color);
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-distributed .footer-icons a:hover{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  var(--color-3);
	border-radius: 2px;

	font-size: 20px;
	color: var(--dark-color);
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}

.fa{
	font-size: 3.3rem;
}
.footer-distributed .fa {
	font-size: 25px;
}