*{ 
 font-family: Arial, Helvetica, sans-serif; color:#333; 
}
*/
body { 
 background:#fff; margin:0; 
}
#container { 
 width:100%px; 
 margin:0 auto; 
 background:#fff; 
}
#header { 
 width:100%; 
 height:102px; 
 border-bottom:0px solid #090a0a; 
 background:#fff;
 }
 
#logofablab { 
 float:left; 
 width:220px; 
 height:50px; 
 margin:0px;
    padding-left: 10px;

}

p{
    font-family:sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800px;
   padding-left:50px;
    padding-right:50px;
    
    color:black;
    text-align: justify;
}

h2{
    
    color:darkred;
    font-size:25px;
    padding-left:50px;
}
h3{
    
    color:darkblue;
    font-size:25px;
    padding-left:25px;
}
h4{
 font-size:22px;
    color:black;
    padding-left:55px;
    
}

ol{
   font-family:sans-serif;
    font-size: 20px;
    font-style: normal;
    
   padding-left:80px; 
    padding-bottom: 10px;
    
    
}

ul{
   font-family:sans-serif;
    font-size: 20px;
    font-style: normal;
    
   padding-left:80px; 
    padding-bottom: 10px;
    
    
}

.HeaderTitle h2{
    
  padding-top:0px;
    padding-bottom: 0px;
 width:400px; 
 height:0px; 
 margin:0px; 
 /*background:#2222be;*/
    font-size:30px;
    color:#2b1e7c;
    font-family:cursive;
    font-style:italic;
    text-shadow: 4px 2px 4px  rgba(43, 30, 124, 0.73);
    

} 

    


#logoiba { 
  float:right; 
 width:120px; 
 height:55px; 
    padding-left:10px;
    padding-top:5px;
  
 
 background:#fff;
    margin:0px;

}

.topnav {
  overflow: hidden;
  background-color: #2b1e7c;
    width:100%;
    padding-top:0px;
    height: 42px;
    padding-bottom: 0px;
    
}

.topnav a {
  float: right;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 10px 10px;
  text-decoration: none;
  font-size: 22px;
}

.topnav a:hover {
  background-color: #bab3b3;
  color: black;
}

.topnav a.active {
  background-color: #a6be24;
  color: white;
    
}

.typewriter { 
width:100%;
    height:200px; 
 padding:0px;

 clear: both;
    background-image: url("road.jpg");
    
}
.typewriter h1{
  overflow: hidden;
   /* border-right: .15em solid orange;*/
    padding-top: 30px;
    white-space: nowrap;
    margin:0 auto;
    letter-spacing: .15em;
    animation:typing 3.5s steps(40,end), blink-caret .75s step-end infinite;
   font-family: 'Sofia';
    font-size: 35px;
    color:black; 
    font-style: italic;
}
@keyframes typing
{
    from{ width:0}
    to {width:100%}
}
@keyframes blink-caret{
    from, to{border-color:transparent}
    50%{border-color:orange;}
}

#left_col { 
 float:left; 
 width:600px; 
 /*padding:20px; */
 height:400px; 
 /*border:1px solid #fff; */
 background:#FFF; 
 /*background:#fff; */
}
#right_col { 
 float:right; 
 width:470px; 
 height:400px; 
   /* padding:20px; 
 border:1px solid #333; 
 color:#FFF; 
    */
 background:#fff; 
 
}

span{
   padding-top: 28px; 
   color:#102c88;

font-family: 'Tangerine', serif; 
    text-shadow: 2px 2px 2px ;
    font-style: italic;
    text-align: left;
    font-size:35px;  
    
}

 
}


*{box-sizing: border-box

}

.tab {
    float: left;
    border: 1px solid #2b1e7c;
    background-color: #fff;
    width: 20%;
    height: 206px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
     border: 2px solid black;
    color: #550d0d;
    padding: 22px 16px;
    width: 100%;

    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 18px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ccc;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #a6be24;
}

/* Style the tab content */
.tabcontent {
    float: right;
    padding: 0px 12px;
    border: 1px solid #2b1e7c;
    width: 77.5%;
  
    height: auto;
}



.footer {
    width: 100%;
    margin: 0px;
   
   /* background-color:blue;*/
    padding: 0px;
    position: fixed;
    bottom: 0;
    
}
.social-icon {
    color: #fff;
    
  
}
ul.social-icons {
    margin: 0px;
    color: black;
    width:100%;
    height:50px;
    padding: 0px;
    

    background-color: rgb(16, 4, 93);
    
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 50px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
  
    
}
.fa-facebook {
    margin:10px;
    padding:8px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-twitter {
    padding:8px 10px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-twitter:hover {
    background-color: #00aced;
}


.fa-youtube {
    padding:8px 11px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-linkedin {
    padding:8px 12px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-google-plus {
    padding: 8px 10px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #322f30;
}
.fa-google-plus:hover {
    background-color: #e25714;
}