/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1-Sep-2019, 12:50:15 PM
    Author     : o_gar
*/

p.Subt{

font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    font-size: 18pt;
    line-height: 130%;    
    font-weight: 600;
    color: #58B6C0;
/*    transform: scale(1.1, 1.2);   */   
    text-align: center;
}
.Subt.s2{
      text-align: left;
     margin-left: 25px;
}
credentials{   
/*   font-family:"Kazmann Sans ";*/
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    color: #000000;
    font-size: 14pt;  
    font-style: normal;
    line-height: 120%;  
    font-weight: 600;
    margin-bottom: 15px; 
    margin-left: 20px;
    transform: scale(.9, 1.1);  
}
.spefont{   

    font-size:14.0pt; 
    line-height:150%;
}
.widthheighttableprinc{
   width: 1200px ;
    height: 771px;  
}
.widthheighttd{
    width: 360px ;
    height: 771px;
}

.padtableft{
    padding-right: 20px;
}
.padtabcenter{
    padding-left: 10px;
    padding-right: 10px;
}
.padtabrigth{
    padding-left: 20px;
}
p.pag2{
  
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;   
    font-size: 14pt;      
    margin-bottom: 30px;   
    line-height:130%;    
    font-style:normal;
    font-weight: 400;
    transform: scale(0.9, 1.1);
}
.titcredentials{
    margin-top: 20px;
}

.a1{
  color:#58B6C0;; 
  text-align: left;
}
.a2{
  color:red; 
  text-align: left;
}

.fevercolor{
    color:#000000; 
}
p.parcl{
    
/*    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;*/
    margin-right: 20px;
    margin-left: 20px;
    font-weight: 400;
    font-size:  13pt;
    line-height:  110%;
/*    transform: scale(1, 1.1);*/
    text-align: justify;
}
.companytab{
    margin-top: 120px;
    margin-left: 20px;  
}
.pictright{
    margin-left: 50px;
}
.icenter{
    margin-top: 60px;
    margin-left: 50px;
/*    margin-right: auto;*/
}
.irght2{
     margin-top: 100px;
     margin-left: 30px;
     margin-right: auto;
}
p.Company{
    font-size: 10.0pt;
    color: #1C6294;
    font-weight: bold;
}
.comapany{
/*    margin-top: 100px;*/
}
p.Chicago{
    font-family: "MS Reference Sans Serif","sans-serif";
    color: #48455A;
    line-height: 115%;
    font-size: 9.5pt;    
    margin-top: -10px;
}
hr { 
    display: block;
/*    margin-top: 2em;*/
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: blue;
}

@media (max-width: 550px) {
    body{
        width: 100%;
    }
   .mobileversion{display:block;}
 }
 @media (min-width: 992px) {
.mobileversion{
    display:none;
    
}
    }