/*GLOBAL-START*/

body{
	font:10px/1.5 Arial, Helvetica, San-Serif;
	padding:0;
	margin:0; 
	/*background-color: #f4f4f4;*/
	/*Color Combination: Orange= #F36931, Grey= #BBB6B3, Brown= #4A3D35 and Black= #000000;*/
	/*YUKTI Color Combination: DarkGrey= #35424a, Frushia= #BA3954, White= #ffffff, LightGray= #cccccc, Black= #000000*/
	/*Samatvam Color Combination: LightGreen= #C0E789, Yellow= #ECD834, DarkGreen= #34AA00 and Black= #000000;*/
	background: url('../Images/BG1.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-x: hidden;
}

/*HEADER-START*/
header{
	color: #000000;
	min-height: 70px;
	padding-top: 20px;
	/*mix-blend-mode: screen;*/
	
}

header #container_header{
	margin: auto;
	width: 80%;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: #BA3954 3px solid;	
}

header #branding{
	float: left;	
}

span #branding_span{
	display: inline-block;

}

header #branding h1{
	align-self: center;
}

header nav{
	float: right;
	margin-top: 10px;
	overflow: hidden;
}

header li{
	padding: 0 20px 0 20px;
	display: inline;
	float: left;
	text-transform: bold;
}

header a{
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
}

header a:hover, .current a, header .highlight{
	font-weight: bold;
	color: #BA3954;
}
/*HEADER-END*/

/*FOOTER-START*/
footer{
	padding: 10px;
	margin-top: 20px;
	width:100%;
	height: 100%;
	/*font-size: 2vw;
	font-weight: bold;*/
	/*mix-blend-mode: screen;*/	
}

footer .container_footer{
	margin: auto;
	width: 80%;
	overflow: hidden;
	padding-top: 20px;
	border-top: #BA3954 3px solid;
	color: #BA3954;
	text-align: center;
	text-shadow: 2px 2px 5px #FFFFFF;
	font-weight: bold;
	font-size: 15px;
}

.footerBox {
	float: left;
	text-align:center;
	width: 40%;
	padding:10px;
	position: relative;	
	box-sizing: border-box;
}

.footerIcon {
	float: left;
	text-align:center;
	width:25%;
	padding:10px;
	position: relative;	
	align-self: center;
}

.footerIcon img{
	width:70px;
	height: 70px;
	border-radius: 8px;
}

.footerIconOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  
}

.footerIcon:hover .footerIconOverlay {
  opacity: 1;
}

.footerIconText {
  color: #BA3954;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-shadow: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.footerBox2 {
	float:left;
	text-align:center;
	width: 20%;
	
	position: relative;
	box-sizing: border-box;	
}

/*FOOTER ENDS*/

/*CONTENT STARTS*/
.content{
	min-height:500px;
	/*width: 90%;*/
	align-self: center;
}
/*CONTENT ENDS*/

/*Media Queries*/
@media(max-width: 768px){
	
	header nav{
		float: right;
		margin-top: 10px;
		overflow: hidden;
	}

	header li{
		padding: 0 10px 0 10px;
		display: inline;
		float: left;
		text-transform: bold;
	}
	
	.footerBox {
		float: center;
		text-align:center;
		width: 100%;
		padding:10px;
		align-self: center;
		box-sizing: border-box;
	}

	.footerBox2 {
		text-align:center;
		width: 100%;
		padding:10px;
		position: relative;
		box-sizing: border-box;	
	}
	
	.content{
		width: 100%;
		align-self: center;
	}

	/*NEWSLETTER STARTS*/
	.left_col{
		width: 100%;
		align-self: center;
		float: center;
		margin: auto;
	}

	.right_col{
		display: none;
	}
	/*NEWSLETTER ENDS Used On: About*/

	/*BOX1 STARTS*/
	.box{
		width: 100%;
		align-self: center;
		float: center;
	}
	/*BOX1 ENDS Used On: Projects*/
}


/*GLOBAL ENDS*/

/*SLIDER STARTS*/
/* Slideshow container */
.slideshow{
	position: relative;
	max-width: 1000px;
	margin: auto;
	padding-top: 50px;
	box-sizing:border-box;
}

.slide{
	display: none;
}

.firstSlide{
	display: block;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Number text (1/3 etc) */
.slider_number {
  color: #f2f2f2;
  font-size: 12px;
  padding: 58px 12px;
  position: absolute;
  top: 0;
}

.slider_img{
	width:100%;
	height: 300px;
}

/* Caption text */
.slider_text {
  color: #000000;
  font-size: 25px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 5px #CCCCCC;
}

/* Next & previous buttons */
.slider_prev, .slider_next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.slider_next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slider_prev:hover, .slider_next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* The dots/bullets/indicators */
.slider_dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #BBBBBB;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .slider_dot:hover {
  background-color: #717171;
}

/*SLIDER ENDS Used On: Index*/

/*ARTICLE STARTS*/
.article{
	margin: auto;
	overflow: hidden;
	width: 90%;
	font-size:20px;
	color: #FFFFFF;
	align-self: center;
	text-align: center;
	text-shadow: 2px 2px 5px #000000;
}
/*ARTICLE ENDS Used On: Index*/

/*NEWSLETTER STARTS*/
.newsletter{
	margin: auto;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
	width: 90%;
}

.newsletter h1{
	margin-top:30px;
	font-size:35px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
	font-family: "Georgia", Times, serif;
}

.newsletter h2{
	margin-top:30px;
	font-size:20px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
}

.newsletter h3{
	margin-top:30px;
	font-size:20px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
}

.newsletter p{
	margin-top:20px;
	font-size:20px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
}

/*Article Main Column*/
.left_col{
  float:left;
  width:65%;
  margin: auto;
  text-align: justify;
}

.left_col h1{
	color: #BA3954;
	text-align: left;
}

/*Sidebar*/
.right_col{
  float:right;
  width:30%;
  /*margin-top:10px;
  margin-right:30px;*/
  margin: auto;
}

.right_col img{
	border-radius: 8px;
}

/*Highlighted*/
.dark{
	padding: 15px;
	box-sizing: border-box;
	color: #FFFFFF;
	/*margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;*/
	margin: auto;
	background: url('../Images/dark1.jpg');
	border-radius: 8px;
}

/*
aside#sidebar .quote input,aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}
*/

/*Services*/
/*
ul#services li{
  list-style: none;
  padding:10px;
  border:#cccccc solid 1px;
  margin-bottom: 5px;
  background: #e6e6e6
}
*/
/*NEWSLETTER ENDS Used On: About*/

/*SHOWCASE STARTS*/
.showcase{
	margin: auto;
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
	width: 90%;
}

.showcase h1{
	margin-top:30px;
	font-size:35px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
	font-family: "Georgia", Times, serif;
}

.showcase h2{
	margin-top:30px;
	font-size:20px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
}

.showcase h3{
	margin-top:30px;
	font-size:20px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
}

.showcase p{
	margin-top:20px;
	font-size:20px;
	margin-bottom:10px;
	text-shadow: 2px 2px 5px #000000;
}
/*SHOWCASE ENDS Used On: Projects*/

/*BOX1 STARTS*/
.box{
	float:left;
	text-align:center;
	width:33%;
	padding:10px;
	box-sizing: border-box;	
}

.box img{
	width:90px;
	border-radius: 8px;
}

.box a{
	text-decoration: none;
	color: #FFFFFF;
}

.box a:hover{
	font-weight: bold;
	color: #BA3954;
}

.box1_button{
	height: 38px;
	background: #BA3954;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	display: inline-block;
	border-radius: 8px;
}
/*BOX1 ENDS Used On: Projects*/
