/*    ============== Layout Section ======================     */

body{
background-color: #9c9f84;
margin: 0px;
font-family:verdana, serif;
font-size: 14px;
}


#header{
background-color: #5c755e;
margin: 10px;
height:250px;
border-radius:5px;
}

/* #navbar{
background-color: #5c755e;
margin: 10px;
height:35px;
border-radius:5px;
}
*/


#navbar ul {
padding: 5px;
list-style-type: none;
text-align: center;
background-color: #000;
margin: 10px;
border-radius:5px;
}


#navbar ul  li {
display:inline;
}

#navbar ul  li a {
text-decoration: none;
font-family: Arial;
padding: .2em 2em;
color: #fff;
background-color: #000;
}


#navbar ul  li a:hover {
color: #000;
background-color: #fff;
}

.main{
background-color: #e5e4d7; 
margin-left:10px;
margin-right:10px;
margin-top: 10px;
margin-bottom:10px;
border-radius:10px;
padding: 20px;
font-size: 110%;
display:block;
}

.maincareer{
background-color: #e5e4d7; 
margin-left:10px;
margin-right:10px;
margin-top: 10px;
margin-bottom:10px;
border-radius:5px;
padding: 20px;
font-size: 110%;
}

.maintech{
background-color: #e5e4d7; 
margin: 10px;
margin-left:10px;
margin-right:10px;
margin-top: 10px;
margin-bottom:10px;
border-radius:5px;
padding: 20px;


}

.carasl{
background-color: #e5e4d7; 
--margin: 10px;
margin-left:10px;
margin-right:10px;
margin-top: 10px;
margin-bottom:10px;

border-radius:5px;
padding: 10px;
font-size: 110%;
display:block;

}
.sideright{
background-color: #e5e4d7; 
margin-left:10px;
margin-right:10px;
margin-top: 0px;
margin-bottom:0px;
border-radius:10px;
padding: 20px;
font-size: 105%;
display:block;
}
/*=========================== Footer =================================*/
#footer {
background-color:#5c755e;
margin:10px;
height:80px;
border-radius:5px;
color: #efe5d0;
text-align: center;
padding: 15px;
font-size: 90%;

}

#footer ul {
padding: 5px;
list-style-type: none;
text-align: center;
margin: 0px;
border-radius:5px;
}


#footer ul  li {
display:inline;
}

#footer ul  li a {
text-decoration: none;
font-family: Arial;
padding: .2em 1em;
color: #efe5d0;
background-color: #5c755e;
}


#footer ul  li a:hover {
color: #000;
background-color: #fff;
}

/*    ============== footer ===============================     */

/*    ============== Heading Section ======================     */

h2{
font-size: 120%;
color: #ce282e;
font-weight: bold;
}

h3{
font-size: 200%;
text-align:center;
color:#e5e4d7;
font-weight: bold;
family-font: "Century Gothic", "Gill sans", "Arial", "Sans seriff";
margin:0px;
position: relative;
top: 50%;
-webkit-transform:translateY(-50%);
-ms-transform: translateY(-50%);
tranform: translateY(-50%);
}

img{
max-width: 100%;
max-height: 100%;
float:left;
--display: block;
margin-left: auto;
margin-right: auto;

}

/* ===================== CONTACT US ==================== */

#box
{
background-color: #5c755e;
border-radius: 1em;
font-size: 95%;
font-weight:bold;
padding: 10px;
margin: 10px;
color: white;
text-align:left;

}

.paypalbutton{
margin-right:50px;
margin-bottom:10px;
display:block;
}

.price{
margin-right:50px;
color:red;
font-size:20px;
}
