@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Alegreya+Sans';

* {
  padding: 0;
  margin: 0;
  border:0;
 /* box-sizing: border-box;*/
}



/*---------------For twitter icon--------------*/

.fa.fa-twitter::before{
display: inline-block;
width: 1em;
height: 1em;
content: "";
background-color: currentColor;
-webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
mask: url('data:image/svg+xml;utf8,<svg viewBox="0 -8 26 30" xmlns="http://www.w3.org/2000/svg"><g><path fill="white" d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"></path></g></svg>') no-repeat center;
background-position: center 3px;
}

/*---------------For twitter icon--------------*/



hr{
	width: 85%;
	height: 1px;
	background-color:#006CFF;
	margin: 1% auto;	
}

body {
	width: 100%;
    font-family: "Alygrea", sans-serif;
}



p{
	color: #FFFFFF;
}



h1 {
	font-size: 25px;
  color: #FFFFFF;
  /*text-align:center;*/
  font-family:"Alygrea", sans-serif;
  /*font-weight: 50;*/
}	

h2{
	font-size: 25px;
	color: #00FFFF;    
	/*font-weight: 700%;
	text-align: center;
	padding-top: 2%;*/
	
}

h3{
	font-size: 25px;
	/*line-height: 155%;*/
	padding: 0 0 1% 1%;
	/*font-weight: 400%;*/
	text-align: left;
	/*color:; */	
}


h4{
	font-size: 150%;
	line-height: 155%;
	padding: 10px 0 10px 0;
	font-weight: 400%;
	/*text-align: left;*/
	/*float: left;*/
}


h5{
	padding: 30px 0 10px 0;
	font-size: 12px;
	text-align: center;
}



header{	
	position: sticky;
	top: 0;
	background-color:#3862a0;
	/*background-color:#FF0004;*/
	/* background-color:#3366cc;*/
	/*background-color:transparent;*/
	width: 100%;
	height: 100px;
	height: 90px;
	box-shadow: 0 0 5px hsla(0, 0%, 0%, 0.5);
	z-index: 8000;
}


/*	#nvg-section{
		max-width: 1900px;
		height: auto;
		
	}*/


nav { 
/*background: #000000;*/
max-width: 1280px;
	
float:right;
line-height: 30px;
vertical-align:middle;
/*margin: 25px 6% 0 0;*/
margin: 20px 100px 0 0;
z-index: 10000;
}



#logo{
	vertical-align:middle;
	margin-top: 25px;
	float: left;
	width: 111px;
	height: 40px;
	/*background:url("../Final-Images/Logo-Illustrator_111X40px.png") no-repeat center;	*/
	background:url("../GIF/Untitled-3.gif") no-repeat center;	
	/*padding: 0 0 0 22%;*/
	padding: 0 0 0 15%;
}






/*---------------------starting of menu---------------------------*/


.menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 85%;	
}


/*------------Line Animation------------*/

.menu span{	
background-image: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
background-size: 0 1px;
background-repeat: no-repeat;
background-position: 0 100%;
transition: background-size 0.5s ease;
}

.menu li:hover > a > span{
background-size: 100% 1px;
}



.submenu .submenu-right span{	
background-image: linear-gradient(hsl(0, 0%, 100%), hsl(0, 0%, 100%));
background-size: 0 1px;
background-repeat: no-repeat;
background-position: 0 100%;
transition: background-size 0.5s ease;
}

.submenu .submenu-right li:hover > a > span{
background-size: 100% 1px;
}


/*------------Line Animation------------*/


.menu li {
  position: relative;
}


.menu a {
  display: block;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s, color 0.3s;
}
.menu li:hover > a {
 /* background-color: #000000;*/
 /* color: #2971f6;*/
  color:#00FFFF;
}
.submenu,
.submenu-right {
  display: none;
  position: absolute;
  background:#00204B;
  min-width: 195px;
  list-style: none;
  z-index: 300;	
}





.banner-image-section{
	width: 100%;
	height:885px;
	/*background-image:url("../Final-Images/Banner-Size_1280X832px.jpg");*/
	background-image:url("../Final-Images/Banner-Size_1920X885px.jpg");
	/*background-size: cover;*/
	background-position: center;
	background-color:#FFFFFF;
}



.banner-image-section-2{
	width: 100%;
	/*background-image:url("../Final-Images/Banner-Size_1280X832px.png");*/
	/*background-size: cover;*/
	background-position: center;
	background-color:#FFFFFF;
	/*opacity: 0.1;*/
	/*filter: opacity(50%);
	z-index: -1;*/
}


.banner-text{
    /*visibility: hidden;*/
	float: right;
	width: 20%;
	height: auto;
	background: rgba(255,255,255,0);
	/*border: 1px solid #fff;*/
    border-radius: 5px;
    padding: 1% 1% 1% 1%;
    /*padding: 22% 10% 0% 70%;*/
	margin-top: 325px;
	margin-right: 120px;
	box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}



.banner-text-2{
    /*visibility: hidden;*/
	float: right;
	width: 20%;
	height: auto;
	/*background: rgba(255,255,255,0);*/
	background: rgba(0,0,0,.1);
	/*border: 1px solid #fff;*/
    border-radius: 5px;
    padding: 1% 1% 1% 1%;
    /*padding: 22% 10% 0% 70%;*/
	margin-top: 150px;
	margin-right: 120px;
	box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}



.banner-text-3{
    /*visibility: hidden;*/
	float: right;
	width: 20%;
	height: auto;
	background: rgba(255,255,255,0);
	/*border: 1px solid #fff;*/
    border-radius: 5px;
    padding: 1% 1% 1% 1%;
    /*padding: 22% 10% 0% 70%;*/
	margin-top: 400px;
	margin-right: 120px;
	box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}




.about-me-text{
	font-size: 15px;
	text-align:justify;
/*	text-align:justify;*/
	line-height: 20px;	
}


.gallery-heading{
	padding: 3% 5% 1% 5%;
	text-align: center;
	color: #000000;
	font-size: 25px;
	font-weight:bold;
}


.gallery-heading-2{
	padding: 3% 0 0 0;
	text-align: center;
	color: #000000;
	font-size: 25px;
	font-weight:bold;
}


.gallery-title{
	margin: 3% 0 1% 8%;
	text-align: left;
	color: #28518C;
	font-size: 22px;
	font-weight:bold;	
}


.gallery-title-2{
	margin: 1% 0 0 13%;
	text-align: left;
	color: #28518C;
	font-size: 22px;
	font-weight:bold;	
}


.discription-txt{
	color: #000000;
	font-size: 18px;
	text-align: center;
}


.cprt{	
    font-size: 12px;
	color: #000000;
	text-align: center;
	padding: 20px 0 10px 0;	
}



.read-more-btn{
display: inline;
padding:8px 16px;
background-color:#28518C;
text-decoration: none;
border-radius: 4px;
margin-top: 16px;
color:#FFFFFF;
font-size:100%; 
}


.read-more-btn:hover span{
	color:#00FFFF;
}


.social{	
	list-style-type: none;
	text-align: left;
} 
.social li{
	color: #FFFFFF;
	display:flex;	
}

.social li a{
	color: #FFFFFF;
	text-decoration: none;
}

.social li:hover a{
	color: #00FFFF;	
}


.social i{
	font-size: 20px;
	padding: 0 0 5% 0;
	color:#00FFFF;
}


span.menu-arrow {
	font-size: 12px;
	color:#FFFFFF;
}

span.menu-arrow:hover{
	color:#FFFFFF;
}

span.text-highlighter{
	color: #00FFFF;
	font-size: 15px;
}

.contact-text{
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 2%;
}


.contact-text a{
	color: #FFFFFF;
	text-decoration: none;	
}


.contact-text:hover a{
	color: #00FFFF;
	display: inline; 
}


/*-----------this link highlight--------------*/

.link-highlighter{
	margin-top:5px;
	color: #FFFFFF;
	font-size: 15px;
}


.link-highlighter a{
	color: #FFFFFF;
	text-decoration: none;
}


.link-highlighter:hover a{
	color: #00FFFF;
	display: inline; 
}

/*-----------this link highlight--------------*/



#bottom-bar{
	position: absolute; 
	width:100%;
	height:30px;
	background-color:transparent;
	margin-top:40px;
}

.bottom-bar-text{
	text-align: center;
	font-size: 12px;
	color:#000000;
	paddding:20% 0 5% 0;
}




/*.section-footer{
	position: absolute;
	width: 100%;
	height: 50px;	
	background-color:#000000;
	}

.text-footer{
	font-size: 15px;
	color: #00FFFF;
	padding:0 0 0 73%;	
}



.section-footer-2{
	position: absolute;
	width: 100%;
	height: 50px;		
	background-color:transparent;
	}

.text-footer-2{
	font-size: 15px;
	color:#000000;
	padding:0 0 0 73%;	
}
*/



@media (min-width: 769px) {		

  .menu li:hover > .submenu {
    display: block;
    top: 100%;
    left: 0;
  }
  .submenu li:hover > .submenu-right {
    display: block;
    top: 0;
    left: 100%;
    margin-left: 0;
  }
  .submenu .dropdown > a:after {
    content: "▸";
    float: right;
  }
  .submenu .dropdown:hover > a::after {
    content: "▼";
  }
  .hamburger,
  #menu-toggle {
    display: none;
  }
}




@media (max-width: 768px){
	
	hr{
	width: 90%;	
	}
	
	
	h1 {
	font-size: 20px; 
    }	

    h2{
	font-size: 20px; 	
	}
	
	
	header{	
	background-color:#3862a0;
/*	background-color: #3366cc;*/
	width: 100%;
	height: 55px auto;
	}
	
	
/*	#nvg-section{
		width: 100%;
		height: auto;
	}
	*/
	
	nav {
	margin-top:0%;
	width: 60%;
	top: 0;
	float:none;
	/*background-color: #ED3A3D;*/
	/*line-height: 90px;*/
	}
	
	
	#logo{
		/*width: 83px;
		height: 30px;*/
		
		width: 55px;
		height: 20px;
		/*vertical-align: middle;*/
		/*display: inline-block;
		position:relative;*/
		
		/*margin-top: 9%;
		margin-right: 5%;
		*/
		
		/*margin: 10% 5% 0 0;*/
		
		float: right;
		
		padding: 25px 50px 0 0;
	/*	padding: 40px 0 0 0;*/
		/*padding-top: 50px;*/
		
		/*background:url("../Final-Images/Logo-Illustrator_55X20px.png") no-repeat center;*/
		
		background:url("../GIF/Untitled-4_55X20px.gif") no-repeat center;
		
		/*background:url("../Final-Images/Logo-Illustrator_83X30px.png") no-repeat center;	*/	
	}	
	
	
	
	

	
	
		
  .hamburger{
	 /* top: 0;*/
	width: 100%;
	/*  float: left;*/
   /* display: inline-block;*/
    /*display: block;*/
    font-size: 26px;
    color: #ffffff;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 0 0 20px;
    vertical-align: middle;
	line-height: 90px;
  }
	
	
	.hamburger:hover{
    color:#00FFFF;  
  }
	
	
	
  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background: #000000;
	 
  }
  #menu {
    display: none;
    flex-direction: column;
    width: 100%;
    /*background: #000000;*/
	  
  }
  #menu-toggle {
    display: none;
	   
	  
  }
  #menu-toggle:checked + label + ul {
    display: flex;
	 
  }
  .menu li {
    width: 100%;
	  
  }
	
	
	
	.submenu {
    position: static;
    display: none;
    padding-left: 45px;
  }
	
	
	

  .submenu-right {
    position: table;
    display: none;
	  background:#03163D;
    /*padding-left: 75px;*/
	  left:120px;
	  top:0px;
  }
	
	
	
	
  /*.submenu,
  .submenu-right {
    position: static;
    display: none;
    padding-left: 75px;
  }*/
  .menu li:hover > .submenu,
  .submenu li:hover > .submenu-right {
    display: block;
	
  }
  .submenu .dropdown > a::after {
    content: "▸";
    float: left;
  }
  .submenu .dropdown:hover > a::after{
    content: "▼";
  }
	
	
	.discription-txt{	
	font-size: 15px;
    margin: 0 3px 0 3px;
	line-height: 20px;
  }
	
	
	
	.about-me-text{
	font-size: 12px;
	text-align:justify;
/*	text-align:justify;*/
	line-height: 20px;
}
		
	.banner-text{
	width: 75%;  
    padding: 5% 5% 5% 5%;
	margin-top: 300px;
	margin: 30% 10% 0% 0%;	
}


    .banner-text-2{	
	background: rgba(0,0,0,.3);
	width: 75%;
    padding: 5% 5% 5% 5%;
	margin: 5% 10% 0% 0%;
	}	
	
	.banner-text-3{	
	width: 75%;
    padding: 5% 5% 5% 5%;
	margin: 40% 10% 0% 0%;
	}
	
}



