/** Header Section **/
.main-title {
  padding: 80px 0px 0px;
}

.main-title h2 {
  font-weight: 700;
  font-size: 70px;
  color: #fff;
  /*text-shadow: 0 0 15px rgba(0,0,0,1);*/
  position: relative;
  z-index: 100;
}
.main-title p {
  color: #fff;
  font-size: 20px;
  padding: 10px 0px;
  width: 80%;
  margin: 0 auto !important;
  font-weight: 700;
  position: relative;
  text-shadow: 0 0 10px #000000;
}

.main-title h2:after {
  background: -webkit-radial-gradient(center center ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(125, 185, 232, 0) 62%);
  background: -o-radial-gradient(center center ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(125, 185, 232, 0) 62%);
  background: radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(125, 185, 232, 0) 62%);
  border-radius: 120px;
  content: " ";
  display: block;
  height: 200%;
  left: 0;
  width: 100%;
  top: 0;
  text-shadow: 0px 0px 10px #000000;
  -webkit-transform: skew(10deg, 10deg);
      -ms-transform: skew(10deg, 10deg);
       -o-transform: skew(10deg, 10deg);
          transform: skew(10deg, 10deg);
  z-index: -1;
}

.header > .darken {
    width:100%;
    padding-top:30px;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
}
.header {
  background: url(images/shiva.jpg) no-repeat;
  padding: 0 0 130px;
  background-size: 100% auto;
  height: 100vh;
  background-attachment: fixed;

}
a {
  outline: none !important;
}
.imagephoto {

    height:256px;
}
.subscribe-tag{
    display:inline-block;
  font-weight: 400;
  padding: 15px 25px;
    margin-top:30px;
  font-size: 18px;
  border-radius: 46px;
  background-color: #d45544;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

.subscribe-tag:hover {
  color: #d45544;
  background: #fff;
  text-decoration: none;
}

/** LOGO **/
.logo-wrapper {

}
.logo > h1 {
  font-weight: bold;
  font-size:64px;
  color: #ffffff;
  margin: 0 !important;
  text-shadow:  0 0 15px rgba(255, 255, 255, 0.85);
}

.logo  {
  width: 60%;
    font-family: 'Titillium Web';
    white-space: nowrap;

}
.logo > h1 > span {
  color:#c5010f;
}

.logo span.subtitle {
  font-size:24px;
  color:#fff;

}

/** About Section **/
.container {
  overflow: hidden;
  text-align: center;
}

.about {
  padding: 50px 0px 50px;
  border-top: 1px solid transparent;
}

/** Competences **/



.box {
    line-height:2em;
}

/*
.code {
  text-align: left;
  color: #000;
  border: 1px solid #fff;
  justify-content: center;
}

.code:hover {
  text-align: center;
  color: #000;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 28px -6px rgba(0,0,0,0.63);
  -moz-box-shadow: 0px 0px 28px -6px rgba(0,0,0,0.63);
  box-shadow: 0px 0px 28px -6px rgba(0,0,0,0.63);
  background: rgba(255,255,255,1);
  transition: all 0.3s ease-in;
}

.box {
    width: 100%;
    margin-top: 75px;
    font-size:16px;
}
.code ul {
  list-style: none;
  padding-left: 10px; 
}
.code li {
  text-align: left;
}

.icons {
  background: rgba(197, 1, 15, 1);
  color: #fff;
  height: 60px;
  float: left;
  width: 100%;
    position: relative;

}
*/
/*.icons:hover {
  background: rgba(255, 255, 255, 1);
  color: #fff;
  transition: all 0.3s ease-in;
}*/

.icons h4 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    text-align: left;
    margin:0 0 0 75px;
    font-weight:bold;
}


.icons i {
  font-size: 40px;
  float: left;
  padding: 10px 0 0 15px;

}


/** Social Icons **/
.social ul {
	list-style: none;
	padding-left: 0;
}
.social ul li {
	display: inline-block;
}
.social ul li a {
	text-decoration: none;
}
.social ul li a i {
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	transition: all 0.3s ease-in;
}
.social ul li a:hover i {
	border: 1px solid #d45544;
}

.icon-circle {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #d45544;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-top: 35px;
  margin-bottom: 25px;
}
.icon-circle > i {
  font-size: 36px;
  line-height: 90px;

}

/** Headlines **/
h3 {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

h3:before,
h3:after {
  background: #c5010f;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 400%;
}
h3:before {
  right: 100%;
}
h3:after {
  left: 100%;
}

/*#countdown {
	/*text-align: center;
	margin: 50px 0px 100px 0px;
	height: 130px;
}
#countdown > div {
	width: 14%;
	margin: 0px 1%;
	display: inline-block;
	font-size: 68px;
	line-height: 52px;
	position: relative;
	font-weight: 700;
	color: #fff;
	background: rgba(0, 0, 0 , 0.5);
	-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-top: 25px}

#countdown span {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}*/

/** General Stylings colors **/
.grey-bg {
  background-color: #e2e2e2;
  padding: 50px 0px 50px;
}

.white-bg {
  background-color: #fff;
  padding: 50px 0px 50px;
}

.float-left {
  text-align: left;
  float: left;
}

.float-right {
  text-align: left;
  float: right;
}

.nopadding {
  padding-right:0px!important;
  padding-left:0px!important;
}

/** About Section **/
.team {
  padding: 0px;
}
.team h4 {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: 16px;
  color: #c5010f;
  text-align: left;
  margin: 0;
  width: 100%;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
.team h4:hover {
  color: #fff;
  background: rgba(197, 1, 15, 0.95);
}
.team h4 span {
  display: block;
  font-size: 14px;
  color: #000;
  text-transform: none;
  margin-top: 5px;
}
.team h4 span:hover {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: none;
  margin-top: 5px;
}


.partner {
  padding: 30px 0px 25px;
}

.partner .slick-slide img {
    padding:0 30px;
    line-height: 2em;
}
.title {
    margin-bottom:30px;
}

.title h3 {
	font-weight: 700;
	font-size: 45px;
}

.impressum {
    padding-bottom:142px;
}

.impressum h2 {
	font-weight: 700;
	font-size: 45px;
	padding-bottom: 20px;
}

.desc p {
	font-weight: 300;
	font-size: 20px;
	padding: 30px 0px 50px !important;
	margin: 0 auto;
	color: #242424;
}
.desc {
	border-bottom: 1px solid rgba(204,204,204,0.5);
}
.featurebox {
	padding: 40px 0px 0px;
}
.feature {
	padding-bottom: 20px;
}
.feature h4 {
	font-weight: 700;
	font-size: 20px;
	color: #d45544;
}
.feature p {
	font-weight: 300;
	font-size: 15px;
	width: 90%;
	color: #888;
}

.footer{
	background-color: #333;
	padding: 0px 0 15px 0
}
	/*background: #0065d7;
	background: -moz-linear-gradient(-45deg, #0065d7 0%, #60abf8 44%, #0088ff 100%);
		background: -webkit-linear-gradient(-45deg, #0065d7 0%,#60abf8 44%,#0088ff 100%);
		background: linear-gradient(135deg, #0065d7 0%,#60abf8 44%,#0088ff100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0065d7', endColorstr='#0088ff',GradientType=1 );*/
	
.footer-title h3 {
	font-weight: 400;
	font-size: 30px;
	color: #fff;
}
.footer-title p {
	font-weight: 300;
	font-size: 20px;
	padding: 10px 0px 40px !important;
	margin: 0 auto;
	color: #fff;
}

/*.subscribeform {
	width: 100%;
	max-width: 530px;
	margin: 0px auto 50px;
	padding-bottom: 50px;
	padding-top: 30px;
}
.subscribe_form {
	position: relative;
}
.subscribe_form .email {
	height: 60px;
	border: none;
	width: 100%;
	padding: 10px;
	font-size: 15px;
}
.subscribe_form .subscribe {
	right: 0px;
	top: 0px;
	width: 160px;
	height: 60px;
	position: absolute;
	color: #FFF;
	background-color: #d45544;
	border: medium none;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	font-size: 18px;
}*/


.footer-line p {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	padding: 40px 0px 0px;
	letter-spacing: 1px;}

.footer-line p a {
	color: #d45544;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
    .header {
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        background-position: 50% 0;
    }

    .main-title {
        padding: 40px 0px 0px;
    }

    .main-title h2 {
        font-size: 40px;
    }

    .pull-left {
        float: none !important;
        text-align: center !important;
    }

    .social {
        padding-top: 20px;
    }

    .social .pull-right {
        float: none !important;
        text-align: center !important;
    }

    .main-title p {
        font-size: 18px;
        width: 100%;
    }

    #countdown {
        margin: 30px 0px 45px;
    }

    #countdown > div {
        width: 20%;
        margin: 0px 1%;
        display: inline-block;
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
    }

    #countdown span {
        font-size: 9px;
    }

    .desc p {
        font-size: 15px;
    }

    .footer-title p {
        font-size: 15px;
    }

    .footer-title h3 {
        font-size: 24px;
    }

    .subscribe_form .subscribe {
        width: 100px;
        font-size: 15px;
    }

    .logo > h1 > img {
        width: 45%;
        margin: auto;
    }

    .logo > h1 > span {
        padding-top: 5px;
    }

    .subscribe-tag {
        font-size: 16px;
    }

}

html {
    height: 100%;
    overflow: hidden;
}

body {
    margin:0;
    padding:0;
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.slide {
    position: relative;
    padding: 25vh 10%;
    min-height: 100vh;
    width: 100vw;
    box-sizing: border-box;

}
/*
.slide img {
    position: absolute;
    top: 50%;
    left: 35%;
    width: 320px;
    height: 240px;
    transform: translateZ(.25px) scale(.75) translateX(-94%) translateY(-100%) rotate(2deg);
    padding: 10px;
    border-radius: 5px;
    background: rgba(240,230,220, .7);

}

.slide img:last-of-type {
    transform: translateZ(.4px) scale(.6) translateX(-104%) translateY(-40%) rotate(-5deg);
}
*/
.slide:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.parallax-title {
    padding: 5%;
    border-radius: 5px;
    color:#fff;
}

.slide:nth-child(2n) .parallax-title {
    margin-left: 0;
    margin-right: auto;
}

.slide:nth-child(2n+1) .parallax-title {
    margin-left: auto;
    margin-right: 0;
}

.slide, .slide:before {
    background: 50% 50% / cover;
}

#slide1:before {
    background-image: url(images/shiva-rishikesh.jpg);
    transform: translateZ(-1px) scale(2);
    z-index:-1;
}

.bgwhite {
    background-color:#fff;
}

.counters {
    text-align: center;
    font-size: 92px;
    font-weight: bold;
    text-shadow: 0 0 15px rgba(0,0,0,1);
}

.counter-title {
    text-align: center;
    font-size: 30px;
    font-weight:bold;
    text-shadow: 0 0 15px rgba(0,0,0,1);
}
@media (max-width:1024px) {
    .counters {
        font-size:58px;
    }
    .counter-title {
        font-size:18px;

    }
}

.profile {
    padding-bottom:90px;
    padding-top:60px;

}