html,
body
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    /*height: 90%;
    min-height: 90%;*/
    font-family: 'Roboto', sans-serif;
    /*background: #fff;*/
    /*margin: 0;*/
    margin-top: 0;
}

*{
    outline: none;
    text-decoration: none;
    font-size: 12px;
}

.page-wrapper
{
    min-height: calc(60vh - 90px);
    width: 100%;
    margin: auto;
}

.text-center
{
    text-align: center !important;
}

.logo-top
{
    padding: 10px 0;
    background: #fff;
    margin: 10px 0;
    border-radius: 3px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    border-bottom: 1px solid #ddd;
}

a.logo-karvy img
{
    width: 140px;
}

.logo-top img
{
    width: 200px;    
}

.logo-top header > p
{
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: #045dac;
    top: -23px;
}

.logo-top header > p > span
{
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

a.logo-karvy p
{
    margin: 0;
    font-size: 14px;
    margin-bottom: 5px;
    color: #999;
    /*text-transform: uppercase;*/
}

a.logo-karvy
{
    float: right;
    margin-top: 10px;
    padding-right: 20px;
    text-decoration: none;
    color: #000;
    text-align: right;
    z-index: 1;
    position: relative;
}

h3.headingH
{
    font-weight: 500;
    font-size: 16px;
    /*background: #f9a61a;*/
    background: #992600;
    color: #fff;
    padding: 6px;
    text-align: center;
    border-radius: 4px;
    /*font-weight:bold;*/
}

header
{
    width: 95%;
    margin: auto;
    position: relative;
}

.contetnt
{
    width: 93%;
    margin: auto;
}

.listBlock
{
    background: #fff;
    padding: 0;
    overflow: hidden;
    margin: 10px auto;
    /*width: 100%;*/
    width:93%;
    margin-left:auto;
    margin-right:auto;
}

.listBlock h3
{
    padding: 8px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    /*background: #f9a61a;*/
    background: #992600;
    font-size: 15px;
    text-align: center;
    position: relative;
}

.listBlock h3::after
{
    width: 100px;
    content: "";
    display: block;
    /*height: 100px;*/
    position: absolute;
    top: 10%;
    -webkit-transform: skewY(146deg);
    -moz-transform: skewY(146deg);
    -ms-transform: skewY(146deg);
    -o-transform: skewY(146deg);
    transform: skewY(146deg);
    background-color: #fff;
    z-index: 2;
    left: 0;
    top: -103px;
}

.listBlock h3::before
{
    width: 100px;
    content: "";
    display: block;
    /*height: 100px;*/
    position: absolute;
    top: 10%;
    right: 0;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    -o-transform: skewY(30deg);
    transform: skewY(30deg);
    background-color: #fff;
    z-index: 2;
    top: -97px;
}

h3.sideSpace
{
    height: 26px;
}

h3.sideSpace::before
{
    background: #fff;
    top: 10px;
    transform: skewY(-50deg);
    right: -80px;
}

h3.sideSpace::after
{
    background: #fff;
    top: 10px;
    transform: skewY(45deg);
    left: -80px;
}

.listBlock ul
{
    font-size: 0;
    margin: 0;
    padding: 0;
    padding: 5px 0;    
}

.listBlock ul li a
{
    display: block;
    padding: 0 0;
    padding-bottom: 0;    
}

.listBlock ul li p
{
    margin: 0;
    margin-bottom: 0;    
}

.listBlock ul li
{
    width: 24.7%;
    /*width: 19.5%;*/
    font-size: 16px;
    display: inline-block;
    margin-right: 0.4%;
    /*background: #ffe5ca;*/
    /*background: #f0f0f5;*/
    background: #e0e0eb;
    text-align: center;
    overflow: hidden;
    transition: 0.3s;    
}

.listBlock ul li:hover span
{
    color: #000;    
}

.listBlock ul li img
{
    max-width: 100%;
    width: 90px;
    margin: auto;
    display: block;
}

.listBlock ul li:nth-last-child(1)
{
    margin-right: 0%;
}

.listBlock ul li span
{
    display: block;
    /*padding: 16px 30px;*/
    color: #0c4ca4;
    font-size: 14px;
    font-weight: 600;
    padding-top: 0;    
}

table.tablelinksB td
{
    padding: 0px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

table.tablelinksB td:nth-last-child(1)
{
    border-right: 1px solid #ddd;
    text-align: left;
}

table.tablelinksB tr:nth-last-child(1) td
{
    border-bottom: 1px solid #ddd;
}

table.tablelinksB
{
    width: 100%;
}

.col-50
{
    text-align: left;    
}

.tbleBlock tr:nth-of-type(even)
{
    background: #f9e7e7;
}

.tablelinksB a
{
    background: #f9a61a;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    margin: auto;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    border: 1px solid #d6d5d5;
    overflow: hidden;
    top: 10px;
    position: relative;    
}

ul.tablelinksB
{
    color: #f9a61a;
    /*color: blue;*/
    /*font-weight:bold;*/
}

ul.tablelinksB li span
{
    color: #000;
    /*border-bottom: 1px solid #c1c1c1;*/
    padding-bottom: 3px;
    margin-right: 13px;    
}

.bodyText 
{
	color: black; font-family: verdana; font-size: 12px; text-decoration: none;
}