/*
inspired from http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
      height: 100%;
    }

    .item:nth-child(1) {
      background: blue;
    }

    .item:nth-child(2) {
      background: red;
    }

    .item:nth-child(3) {
      background: orange;
    }

body{
	background-color: #fff;
	font-family: 'Rajdhani', sans-serif;
	color: white;
	//background-image: url('../img/bg.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 16px;
}

.btn:hover{
	color: #00CCFF;
}

div .clients img{
	border-radius: 5px;
	border: 1px solid black;
	box-shadow: 10px 10px 5px #888888;
	margin: 10px;
	background: #fff;
	
}

div.topbar{

    width:100%;
	background: black;
    background-image:url(../img/topdiv-background.jpg);
    border:1px;
    border-color:gray;
    border-style:solid;
    top:0px auto;
	opacity: 0.8;
	text-align: right;
	position: absolute;
	z-index: 10;
	
}




a.mail{
	font-size: 22px;
	font-size: 1.675rem;
	text-decoration: underline;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
	a.mail{
		
		
		font-size: 22px;
		font-weight: bold;
	}
	
	.navbar-brand p{
		display: none;
	}

	
	
}

@media screen and (max-width: 52.375em) {
	.navbar-brand img{
		display: none;
	}
	.navbar-brand{
		height: 10px;
	}
	
	div .marge{
	margin-top: 20%;
	}
	

	
	
}



a.mail:hover{
	color: blue;
}

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

.video-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


div.footer{
    width:100%;
	background: black;
    //background-image:url(../img/topdiv-background.jpg);
    border:1px;
    border-color:gray;
    border-style:solid;
	opacity: 0.8;
	text-align: right;
	bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
	//margin-top: 50px;
}

#footer{
	bottom:0px;
    left:0px;
    right:0px;
    margin-bottom:0px;
	position: fixed;
	//margin-top: 50px;
}

.navbar-default{
	background-color: #7ebee4;
	margin-top: 0;
	border-radius: 0;
	-webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.5);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
	z-index: 2;
	border-bottom: 1px solid #dadada;
	outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}


.navbar-brand img{
         width: 250px; /* adjust the width as per your logo size*/
        position:relative!important;
    }



div.para{
	background-color: white;
	color: black;
	line-height: 2;
	//font-size: 16px;
	padding: 20px;
	margin-top: 10px;
	//text-shadow: 2px 2px 8px #000;
	border: 2px solid #dadada;z
    //border-radius: 7px;
	outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

.panel-title a:hover{
	color:white;
}

div .panel-body{
	color: black;
	line-height: 2;
}

div.about{
	//background-color: #CCCCCC;
	color: black;
	line-height: 2;
	font-size: 16px;
	padding: 20px;
	margin-top: 10px;
	//text-shadow: 2px 2px 8px #000;
	font-weight: light;
}
div.info{
	//background-color: #CCCCCC;
	color: white;
	font-size: 16px;
	text-align: center;
	padding:0;
	float:right;
	margin-bottom: 50px;
	margin-top: 10px;
	border: 2px solid #dadada;
    //border-radius: 7px;
	outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
	//text-shadow: 2px 2px 8px #fff;
}
div.info h3{
	font-family: 'Rajdhani', sans-serif;
}
div.info a{
	color: white;
	border-top-style: dotted;
	border-width: 2px;
}
h2,
h3,
h4,
h5,
h6{
	font-family: 'Rajdhani', sans-serif;
	font-weight:bold;
	text-shadow: 2px 2px 8px #000;
	color: yellow;
}
h1{
	//font-size: 50px;
	font-family: 'Rajdhani', sans-serif;
	font-weight: normal;
	text-shadow: 2px 2px 8px #fff;
	//text-align: right;
	color: yellow;	
}

h4 a{
	font-size: 26px;
	color: yellow;
	text-align: right;
}

h4 a:hover{
	text-shadow: 2px 2px 8px #000;
	//color: black;
}

.panel-body p{
	font-size: 18px;
	color: black;
	//text-shadow: 2px 2px 8px #000;
	line-height: 30px;
	font-weight: 500;
}

.panel-yellow {
	background: yellow;
}

p{
	text-align: left;
	font-weight: 500;
}

p.big{
	font-size: 50px;
	font-weight: light;
	content: "\2190";
	text-align: center;
}

.grid {
	//position: relative;
	display: inline;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style - Original
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	//width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
} */

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 350px;
	max-height: 300px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
	
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	max-width: none;
	min-height: 300px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: inline-block;
	margin: 0 0 0.25em;
	padding: 0.4em 1em;
	background: rgba(255,255,255,0.9);
	color: #2f3238;
	text-transform: none;
	font-weight: 500;
	font-size: 75%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-360px,0,0);
	transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}