@charset "UTF-8";
/* CSS Document */
html {
font-size: 62.5%;
}

body
{
	font-family: Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 1.5rem;
	color:#333333;
	
}

* {box-sizing: border-box;}
hr{
	
	margin: 35px 0px 10px 0px;
	border: 1px solid #cccccc;
	opacity: 0.3;
}
.pad10
{padding: 10px 0px;
}

h1{
	font-family: Helvetica, sans-serif;
	font-size: 3.6rem;	
	font-weight: 400;
	color:#333333;
	margin: 0px;
	padding: 0px;

}
h2{
	font-family: Helvetica, sans-serif;
	font-size: 2.9rem;	
	font-weight: 600;
	color:#333333;
	margin: 26px 0px 26px 0px;
	padding: 0px;
	text-align: left;
}

h3{
	font-family: Helvetica, sans-serif;
	font-size: 2.4rem;	
	font-weight: 600;
	color:#ff000;
	margin: 12px 0px 25px 0px;
	padding: 0px;
	
}

h4{
	font-family: Helvetica, sans-serif;
	font-size: 1.9rem;	
	font-weight: 600;
	color:#ff000;
	margin: 10px 0px 22px 0px;
	padding: 0px;
	
}
.bg-img {
  /* The image used */
  background-image: url("../Images/Ashwani-Banner-04.jpg");

  min-height: 580px;

  /* Center and scale the image nicely */
  background-position:left;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
}
.bg-img .Banner-text{

	min-width:  55%;
	margin: 22% 5% 0 10%;
	position: relative;

	display: table;
	clear: both;
}

.bg-img .Banner-text h1{
font-family: Helvetica, sans-serif;
	font-size: 4.2rem;	
	font-weight: 400;
	color: aliceblue;
	margin: 12px;
	padding: 5px;
	text-shadow: 0 0 7px #000;
	
}
.bg-img .Banner-text h2{
font-family: Helvetica, sans-serif;
	
	font-size: 2.2rem;
	line-height: 3.2rem;
	font-weight: 400;
	color: aliceblue;
	margin: 10px;
	padding: 5px;
	 text-shadow: 0 0 3px #000;
}
.bg-img h3{
font-family: Helvetica, sans-serif;
	color: aliceblue;
	font-size: 2.2rem;
	font-weight: 300;
	margin: 15px 10px;
	padding: 5px;
	 /*text-shadow: 0 0 3px #000;*/
}


p {
font-family: Helvetica, sans-serif;
	color:#333333;
	line-height: 2.4rem;
	font-size: 1.5rem;
	font-weight: 100;
	margin: 0px;
	padding: 0px;
	 /*text-shadow: 0 0 3px #000;*/
}


h3{
font-family: Helvetica, sans-serif;
	color:#333333;
	font-size: 2rem;
	font-weight: 700;
	margin: 5px 0px;
	padding: 5px 0px;
	
}
h4{
font-family: Helvetica, sans-serif;
	color:#333333;
	font-size: 1.6rem;
	font-weight: 300;
	margin: 4px 0px;
	padding: 4px 0px;
	 
}

h4 a {
	
	color:#004981;
}
.bg-img button 
{
	font-family: Helvetica, sans-serif;
	cursor: pointer;
	font-size: 1.4rem;
	color: aliceblue;
	margin: 15px 10px 0px 18px;	
	padding: 10px 15px 10px 15px;
	background-color: #161616;
	border: 1px solid #FFFFFF;
}

.bg-img button:hover
{
	transform: scale(1.05);
}
/*.bg-img button:hover
{
	font-family: Helvetica, sans-serif;
	cursor: pointer;
	font-size: 1.4rem;
	color:Black;
	margin: 15px 0px 0px 18px;	
	padding: 10px 15px 10px 15px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}*/
.container {
    position: absolute;
    margin: 7px 0px;
    width: auto;
    padding: 0px;
    left: -2px;
}


/*.main-container {
	font-family: Helvetica, sans-serif;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    opacity: 0;
    background-color: #1c1c1c;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
	background-image: url("../Images/Ashwani-Banner-01.jpg");
	background-repeat: no-repeat;
}*/



a {
  color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

/* header */

.header {
  
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  position: fixed;
  width:100%;
  z-index: 3;
	overflow: hidden;
	top: 0px;
	margin: 0;
	padding: 0px;
	background-color:rgb(9,9,9);
	/*opacity: 0.9;*/
	
	border-bottom: 1px solid #343434;
	 text-shadow: 0 0 3px #000;
	font-size: 1.4rem;


}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  
}

.header li a {
  display: block;
  padding: 16px 10px;
 /* border-right: 1px solid #474747;*/
  text-decoration: none;
	
	 
}

.header li a:hover,

.header .menu-btn:hover {
  background-color: #1A1A1A;
	border: 1px solid #666666;
	
	
}

.header .logo {
  display: block;
  float: left;

  padding: 10px 0px;
  text-decoration: none;

}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

* {
  box-sizing: border-box;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.resume_button 
{
	font-family: Helvetica, sans-serif;
	cursor: pointer;
	border-radius: 3px;
	font-size: 1.4rem;
	color: aliceblue !important;
	margin: 20px 0px 0px 0px;	
	padding: 12px 20px ;
	background-color: #161616;
	border: 1px solid #FFFFFF;
}

.resume_button:hover
{
	transform: scale(1.05);
}

.resume_button-01 
{
	font-family: Helvetica, sans-serif;
	cursor: pointer;
	border-radius: 8px;
	font-size: 1.4rem;
	color: aliceblue !important;
	margin: 10px 0px 0px 0px;	
	padding: 12px 20px ;
	background-color: #71aeca;
	border: 1px solid #FFFFFF;
}

.resume_button-01:hover
{
	transform: scale(1.05);
}



.socialNetworkNavBar {
	text-align: center;
	
	display: block;
	
	margin: 20px 0px 0px 0px;
	clear: both;

}
.socialNetworkNavBar .socialNetworkNav {
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	width:50px;
	float: left;

}
 .socialNetworkNavBar .socialNetworkNav img:hover {
	transform: scale(1.20);
}

/*.socialNetworkNavBar .socialNetworkNav figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
 .socialNetworkNavBar .socialNetworkNav figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}*/


/*footer
{
	text-align: center;
	background-color: #f8f8f8;
	border-top: 1px solid #f3f3f3;
	color: #979797;
	padding: 20px 0px;
	
  left: 0;
  bottom: 0;
  width: 100%;

  

}*/

/* used for fix navigation and body content*/
.body-container {
 
 
  min-height: 60px;
  /* Center and scale the image nicely */
  background-position:left;
  background-repeat: no-repeat;
  background-size: cover;
  /* Needed to position the navbar */
  position: relative;
}



.Page-title {
	padding: 0px;
	text-align: center;
	display: table;
	max-width: 1366px;
	margin: auto; 
	overflow: hidden
}

.Page-title h1{
	font-family: Helvetica, sans-serif;
	font-size: 4.0rem;	
	font-weight: 600;
	color:#666666;
	margin: 30px 20px;
	padding: 0px;
	text-align: center;
	
}
.Page-title h2{
	font-family: Helvetica, sans-serif;
	font-size: 2.8rem;	
	font-weight: 400;
	color:#2C2C2C;
	margin: 25px 0px 25px 0px;
	padding: 0px;
	text-align: left;
}

.Page-title .container-left{
	max-width: 46%;
	margin: 2%;
	float: left;
	display: block;
	text-align: left;
}
.Page-title .container-left p{
	
	margin: 10px 0px;
	padding: 0px 0px 0px 5px;
	font-weight: 300;
	text-align: left;
}

.Page-title .container-left ul li{
	
	margin: 10px 0px;
	padding: 0px 0px 0px 5px;
	font-weight: 300;
	text-align: left;
}

/* 48em = 768px */

@media only screen and (min-width: 600px) {
	
	.bg-img .Banner-text{
	width: 80%;
	margin: 22% 5% 0 10%;
	position: relative; 
	display: block;
		
	clear: both;
}
	
	
	.header {
  
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  position: fixed;
  width: 100%;
		background-color: none;
		min-height: 25px;
		
		
 
/*margin: 0 2% 0 1%;*/
	
	

}
  .header li {
    float: left;
	  
  }
  .header li a {
    padding: 10px 20px;
	  margin: 12px 15px 0px 0px;
	  
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
	 
  }
  .header .menu-icon {
    display: none;
  }
	
	
.column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
	
}



@media only screen and (min-width: 768px)
{
	
	.bg-img .Banner-text{
	width:40%;
	margin: 19% 7% 0 45%;
		padding: 0px;
	position: relative;
		
	display: block;
	clear: both;
}


	.header {
  
  /*box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);*/
  position: fixed;
  width: 100%;
	background-color: none;
		
/* margin: 0 2% 0 1%;*/
	
}
	
	.column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
	
	
}




.bg-img-shail {
  /* The image used */
  background-image: url( "../Images/Shail-Banner-01.jpg");

  min-height: 700px;

  /* Center and scale the image nicely */
  background-position:right;
  background-repeat: no-repeat;
  background-size: cover;
  
  /* Needed to position the navbar */
  position: relative;
	padding-top: 650px;
}
 
footer 
{
	
	background-image: url("../Images/footer.jpg");
	background-position:right;
  background-repeat: no-repeat;
	position: relative;
	text-align: center;
	margin-top: 25px;

	 background-size: cover;
	
	/*position: fixed; 
  left: 0;
  bottom: 0;*/

width: 100%;
	height: 58px;
  

}
