@charset "utf-8";
@import url("style2.css");
/* CSS Document */
*
{

	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}


#mainwrapper {
	display:flex;
	align-content:center;
	width: 100%;
	margin:0px 0% ;
	background-image: url("images/bluebackground.png");
	background-size: cover;
	
}

/* HOME PAGE CSS */
.wrapper
{
	position:relative;
	transition: 0.5s;
	right: 0;
}
.wrapper .active 
{
	right: -200px;
}
             /*HEADER BLUE*/
header {
	
	position:relative;
	top:auto;
	padding: 20px 100px 5px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	z-index: 1000;
	transition: 0.5s;
	background-image: url("images/bluebackground.png");
	background-size: cover;
	
	
	
}
header.sticky
{
	padding: 20px 100px 5px;
	background-image: url("images/bluebackground.png");
	
}

header .logo
{
position: relative;
	width: 50px;
	height: 50px;
	background: url("images/AG_transparent.png");
	background-size: cover;
	cursor: pointer;	
}
header .toggle
{
	position: relative;
	width: 36px;
	height: 28px;
	background: url(images/toggle.png);
	background-size: cover;
	cursor: pointer;
}

header .toggle .active
{
	background: url(images/toggle.png);
	background-size: cover;
	

	
}

p
{
	color: white;
}

        /*SIDEBAR BLUE */
.sidebar
{
	position: fixed;
	right: -550px;
	top: 0;
	width: 250px;
	height: 100%;
	background: #071828;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
	transition: 0.5s;
}
.sidebar.active
{
	right: 0;
}


.sidebar ul
{
	position: relative;
	display: flex;
	flex-direction: column;
}

.sidebar ul li
{
	list-style: none;
	margin: 5px 0px;
}

.sidebar ul li a
{
	color:#fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

.sidebar ul li a:hover
{
	color: #6A0001;
}


           /* BANNER BLUE , home */

.headingunderline
{
	position:relative;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-decoration:overline #6A0001; 
	letter-spacing: 1px;
	padding:  0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.container
{
	width: 100%;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
	
}

 .container .logoBx
{
position: center;
	display: flex;
	align-content: center;
	align-items: center;
}

.div-box-to-center {
	margin: 0 5% 15%;
	width:1255%;
	height: 250%;
	position: inherit;
	align-content: center;
}
.container  .div-box-to-center .headingblue
{
position: relative;
color: #6A0001;
margin-bottom: 10px;
text-justify: auto;
	text-align: center;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
	
	
}
.container  .div-box-to-center .textblue
{
position: relative;
color: #fff;
margin-bottom: 10px;
text-justify: auto;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}


.button {
  background-color: #6A0001;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
	 transition-duration: 0.4s;
	
}

.button:hover {
  background-color: #fff; /* Green */
  color: black;
}

/*LOOK SECTION, home page */

.look
{
position: relative;
	background: #fff;
	text-align: center;
	padding: 50px;
	
}
	
.container
{
	width: 100%;
	display:flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 5px;
}

	
.container .lookBx
{
	position: relative;
	background: url("images/look.png");
	width: 250px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*Options - Blue, home */
.options  .container .textblue
{
position: relative;
color: #fff;
margin-bottom: 10px;
text-justify: auto;
	text-align: left;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";}

.options
{
position: relative;
	background: #071828;
	text-align: center;
	padding: 50px;
	
}
	
.options .container
{
	width: 100%;
	display:flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	background: #071828;
	
}

	
.options .container .lookBx
{
	position: relative;
	background: url("images/look.png");
	width: 250px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.connect {
    position: center;
    width: 100%;
    background-image: url(images/bluebackground.png);
    background-size: cover;
    display: flex;
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.connect .contentBx3
{
	position: relative;
	padding:100px 100px;
		
	margin: 5%;
	backround: #071828;
}

.connect .contentBx3 .heading
{
	position:relative;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-decoration:overline #6A0001; 
	letter-spacing: 1px;
	padding: 20px 0px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}

.connect .contentBx3 .text
{
	position: relative;
color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}

/*Footer*/
.footer
{
	position:relative;
	background: url("images/bluebackground.png");
	padding: 20px 20px;
	display: flex;
	justify-content:center;
	align-items:center;
}

.footer ul
{
	display: flex;
	justify-content: center;
	align-items: center;
	backround: #071828;
	z-index: 9;
}

.footer p
{
	text-align: center;
	font-size: 8px;
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	
	
}

.footer ul li
{
	list-style: none;
	
}

.footer ul li a
{
	text-decoration: none;
	display:flex;
	margin: 0 0px;
}

.footer ul li a img
{
	max-width: 20%;}
	
.footer ul li a img2
{
	max-width: 100%;
}



#last{
width: 100%;
height: auto;
justify-content: center;
background-color: #ffb3b3;
}
.full{
width: 80%;
display: inline-block;
margin:2%;
margin-left: 10%;
text-align: center;
background-color: aliceblue;
color: white;
border:15px solid orange;
border-radius: 5px;
margin-bottom: 8%;
margin-top: 8%;
}
.full h3{
font-size: 2rem;
display:block;
margin: 2%;
margin-bottom: 0;
}
.lt{
padding: 2%;
margin: 2%;
}
.rt{
padding: 2%;
margin: 2%;
}
.lt textarea{
width: 94%;
margin-left: 2.8%;
}
button{
margin: 2%;
}
.btn-primary{
background-color: #6A0001;
border: 1px solid white;
border-radius: 2%;
}
.list-item{
margin-bottom: 2%;
list-style-type: none;
}
.list-item span{
margin-left: 10px;
font-size: 1.4rem;
}
.list-item a{
color: white;
display: inline-block;
}
.list-item a:hover{
text-decoration: underline;
}
.form-control{
background-color: white;
}
     
@media screen and (min-width: 770px){
.full{
    width: 70%;
    margin-left: 15%;
}
.lt textarea{
width: 95%;
margin-left: 2.4%;
}
}
     
@media screen and (min-width: 1100px){
.full{
    width: 65%;
    margin-left: 17%;
    margin-top: 5%;
}
.lt{
    width: 55%;
    display: inline-block;
    float: left;
    margin-right: 0;
}
.rt{
    width: 35%;
    display: inline-block;
    margin-left: 0;
}
.list-item{
margin-bottom: 10%;
}
.contact-list{
    margin-top: 22%;
    padding-right: 8%;
}
.fa-envelope, .gmail{
    display: inline-block;
    width: auto;
}
}
@media (max-width:991px)
{
	header.sticky {
    padding: 20px 50px 5px;    
    }
	
	header {
    padding: 20px 50px 5px;    
    }
	
	sidebar ul li a {
    
		font-size: 18px;}
	
 #mainwrapper {
    align-items: center;
    flex-direction: column;
}
	
	.container .div-box-to-center .textblue {

    margin-bottom: 10px;
    margin-right: 30px;
		margin-left: 30px;}
	
	.experience {
		flex-direction: column;}
	
	.experience .contentBx {
    background: #071828;
    padding: 0px 0px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
		flex-wrap: nowrap;}
	
	.connect .contentBx .heading {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration: overline #6A0001;
    letter-spacing: 1px;
    padding: 20px 0px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
		margin: 0px 35px;}
	
.connect .contentBx .text {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	margin: 35px;}
	
.look {
    display: flex;
	flex-direction: column;}
	
	.connect .imgBx {
    display: flex;
    justify-content: center;
    flex-direction: column;
		
}
	.footer ul li a img2
{
	max-height: 100%;
}
		.footer ul li a img
{
	max-width: 50%;
}
		.footer {
   
		    justify-content: space-evenly;
}
	.container .div-box-to-center .headingblue {
   
    font-size: 30px;
}
	
	.connect .contentBx {
    background: #071828;
    padding: 0px 0px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
	
	
}


@media (max-width:580px)
{
	header.sticky {
    padding: 20px 50px 5px;    
    }
	
	header {
    padding: 20px 50px 5px;    
    }
	
	sidebar ul li a {
    
    font-size: 24px;
	}
	
	.sidebar 
	{
    width: 350px;
 	}
	.container .logoBx .img {
		
		max-width: 98%;
	padding-top: 20px;
	}
	
	.container .div-box-to-center .textblue {
		text-align: center;}
	
	.experience  .imgBx .img3
	{
		max-width: 90%;
	}
	
	.footer {
    position: relative;
    background: url(images/bluebackground.png);
    padding: 20px 20px;
    display: flex;
   
    align-items: center;
    flex-direction: column;
		    justify-content: space-evenly;
}
	.sidebar ul li a
{
	color:#fff;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
.container .div-box-to-center .headingblue {
   
    font-size: 50px;
}
	.connect  .imgBx .img3
	{
		max-width: 100%;
	}
	.connect .imgBx {
    display: flex;
    flex-direction: column;
		align-items: center;}
	

	
		.connect .contentBx3 {
    
    padding: 5px 10px;
    max-width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
			FONT_WIGHT: 500;
			margin: 5%;
}
	
}