
a:link  {
    color: #ffffff;
    text-decoration: none;
}
a:hover  {
    color: #ffffff;
    text-decoration: underline;
}
a:visited  {
    color: #ffffff;
    text-decoration: none;
}

a.suppmail:link {
    color: #bababa;
    font-size: 18px;
    display: block;
    margin-top: 30px;
}

.navbar a   {
    text-decoration: none;
}

body    {
    color: #4c4d4f;
    font-family: 'Varela Round', sans-serif;
    font-size: 18px;
    background-color: #4c4d4f;
}

.bgwhite    {
    background-color: #ffffff;
    padding-top: 100px;
}

p   {
    line-height: 24px;
    margin: 0 0 18px;
}

h2.tfont    {
    font-family: 'Varela Round', sans-serif;
    font-size: 60pt!important;
    color: #333333;
    line-height: 30px;
    margin-bottom: 0;
}
h3.tfont    {
    font-family: 'Varela Round', sans-serif;
    font-size: 60pt!important;
    color: #333333!important;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: normal!important;
    text-transform: none!important;
}

header.top-menu  {
    background-color: #4c4d4f;
    border-bottom: 5px solid #e60201;
    font-size: 26px;
    font-weight: bold;
    position: fixed;
    z-index: 9;
}

.logo-pad   {
    padding-top: 46px;
    white-space: nowrap;
}

.logo-txt   {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
}
.logo-txt span  {
    color: #e60201;
}
.logo-txt.logo-big  {
    font-size: 42px;
}

.sub-head   {
    font-size: 28px;
    color: #e60201;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: bold;
}

.modal-body {
    padding: 35px;
}
.modal-header {
    padding: 0;
    border-bottom: none;
    color: #333333;
}

.modal-header .close2 {
    margin-top: -20px;
    margin-right: -20px;
    border-radius: 33px;
    border: none;
    padding: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 10px 7px rgb(0, 0, 0);
    -moz-box-shadow: inset 0px 0px 10px 7px rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px 7px rgb(0, 0, 0);
}

.close2 {
    float: right;
    font-size: 35px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}




.tooltip {
    display:inline-block;
    position:relative;
    border-bottom:none;
    text-align:left;
    opacity: 1;
    z-index: 7;
}

.tooltip h3 {margin:12px 0;}

.tooltip .left {
    min-width:100px;
    max-width:140px;
    top:50%;
    right:100%;
    margin-right:10px;
    transform:translate(0, -50%);
    padding:10px;
    color:#ffffff;
    background-color:#009cdc;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    text-align: center;
    display:none;
    border:1px solid #DCA;
}

.tooltip:hover .left {
    display:block;
}

.tooltip .left i {
    position:absolute;
    top:50%;
    left:100%;
    margin-top:-12px;
    width:12px;
    height:24px;
    overflow:hidden;
}

.tooltip .left i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:0;
    top:50%;
    transform:translate(-50%,-50%) rotate(-45deg);
    background-color:#009cdc;
    border:1px solid #009cdc;
}





.fa-edit, .fa-trash-alt, .fa-cloud-upload-alt, .fa-download {
    color: #e60201;
    font-size: 20px;
    margin-top: 10px;
}
.fa-trash-alt {
    margin-left: 10px;
}
.fa-download {
    margin-left: 10px;
    margin-right: 3px;
}
.fa-plus    {
    color: #e60201;
}

.fa-user    {
    font-size: 30px;
    margin-top: -10px;
}

.centertext   {
    text-align: center;
}

a.iconlink:hover {
    text-decoration: none;
}

.form-group {
    margin-bottom: 20px;
}

.btn    {
    height: 40px;
    width: 200px;
    max-width: 100%;
    font-size: 16px;
    font-weight: bold;
}

span.plus-btn   {
    display: block;
    position: absolute;
    right: -60px;
    top: 10px;
    font-size: 70px;
    line-height: 50px;
    color: #e60201;
    background-color: #ffffff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: inset 0px 0px 10px 7px rgb(230, 2, 1);
    -moz-box-shadow: inset 0px 0px 10px 7px rgb(230, 2, 1);
    box-shadow: inset 0px 0px 10px 7px rgb(230, 2, 1);
    cursor: pointer;
}

.acc-title  {
    color: #e60201;
    font-weight: bold;
}

.pass-link  {
    text-align: right;
}

.divTableRow .divTableCell:last-child   {
    text-align: center;
    white-space: nowrap;
}
.divTableRow .divTableCell:first-child {
    font-size: 16px!important;
}
.divTableRow .divTableCell a {
    color: #e60201!important;
    font-size: 16px!important;
}

.divTableRow .divTableCell  {
    font-weight: bold;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
        min-width: 600px;
        max-width: 1000px;
        margin: 40px auto;
    }
    .form-horizontal .control-label {
        text-align: left;
    }
}

footer.darkbg   {
    background-color: #4c4d4f;
    color: #ffffff;
    padding-top: 20px;
    font-size: 14px;
}

.footer-title   {
    font-size: 28px;
    display: inline-block;
    margin-bottom: 5px;
}

.pp_gallery {
    display: none!important;
}

div.pp_pic_holder {
    max-width: 100%;
}
.pp_social   {
    display: none;
}
.footnumbers    {
    font-size: 18px;
    color: #858585;
    line-height: 30px;
}
h2.heading-wide {
    max-width: 100%!important;
}

th  {
    background-color: #4c4d4f;
    color: #ffffff;
}
.table th:first-of-type {
    border-top: 0;
    border-left: 0;
}
.table th:last-of-type {
    border-top: 0;
    border-right: 0;
}



.bordered   {
    border: 1px solid #4c4d4f!important;
    overflow-x: hidden;
    width: 100%;
}

.bordered.fixedsize {
    width: 1868px
}

.bordered.padded    {
    padding: 30px;
    margin-bottom: 30px;
    border-color: #d5d9dc!important;
}

.bordered.padded form   button  {
    float: right;
}

.spacerdiv  {
    height: 34px;
}

div.vdaTable {
    background-color: #FFFFFF;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

div.vdaTable.fixedsize  {
    width: 1868px;
}

.divTable.vdaTable .divTableCell, .divTable.vdaTable .divTableHead {
    border: 2px solid #f3f3f3;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.divTable.vdaTable .divTableBody .divTableCell {
    font-size: 14px;
    color: #333333;
}
.divTable.vdaTable .divTableRow:nth-child(even) {
    background: #eaeaea;
}
.divTable.vdaTable .divTableHeading {
    background: #4c4d4f;
    position: unset;
    width: 100%;
}
.divTable.vdaTable .divTableHeading.fixedsize {
    background: #4c4d4f;
    position: fixed;
    width: 100%;
}

.divTable.vdaTable .divTableHeading.fixedsize {
    width: 1868px;
    z-index: 9;
}

.divTable.vdaTable .divTableHeading .divTableHead {
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-top: none;
    padding-top: 20px;
}
.divTable.vdaTable .divTableHeading .divTableHead:first-child {
    border-left: none;
}
.divTable.vdaTable .divTableHeading .divTableHead:last-child {
    border-right: none;
}

.vdaTable .tableFootStyle {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background: #FFFFFF;
    margin-top: 30px;
}
.vdaTable .tableFootStyle {
    font-size: 14px;
}
.vdaTable .tableFootStyle .links {
    text-align: center;
}
.vdaTable .tableFootStyle .links a{
    display: inline-block;
    background: transparent;
    color: #e60201;
    padding: 8px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vdaTable .tableFootStyle .links a.active {
    display: inline-block;
    background: #cfd8dd;
    color: #73838b;
    padding: 8px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.vdaTable .tableFootStyle .links a.prev {
    display: inline-block;
    background: #cfd8dd;
    color: #73838b;
    padding: 8px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.vdaTable .tableFootStyle .links a.next {
    display: inline-block;
    background: #f5ece3;
    border: 1px solid #e60201;
    color: #e60201;
    padding: 8px 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.vdaTable.outerTableFooter {
    border: none;
}
.vdaTable.outerTableFooter .tableFootStyle {
    padding: 3px 5px;
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group; margin-top: 62px;}

.divTableRow .divTableCell {
    word-wrap: break-word;
}
.cell1  {
    width: 255px;
    max-width: 255px;
}
.cell2  {
    width: 220px;
    max-width: 220px;
}
.cell3  {
    word-wrap: break-word;
    width: 135px;
    max-width: 135px;
}
.cell4  {
    width: 351px;
    max-width: 351px;
}
.cell5  {
    width: 95px;
    max-width: 95px;
}
.cell6  {
    width: 89px;
    max-width: 89px;
}
.cell7  {
    width: 120px;
    max-width: 120px;
}
.cell8  {
    width: 95px;
    max-width: 95px;
}
.cell9  {
    width: 186px;
    max-width: 186px;
}
.cell10  {
    width: 142px;
    max-width: 142px;
}
.cell11  {
    width: 91px;
    max-width: 91px;
}
.cell12  {
    width: 89px;
    max-width: 89px;
}

.whitemask   {
    position: fixed;
    top: 101px;
    width: 100%;
    height: 60px;
    background: white;
    z-index: 8;
}

.spacing    {
    height: 62px;
}

.container.container-wide {
    width: 100%!important;
    max-width: 1900px;
    margin: 0 auto;
}

div.lang-link   {
    position: absolute;
    right: 0;
    width: 50px;
    height: 33px;
    margin-top: 5px;
    z-index: 9999;
}

.nopadright {
    padding-right: 0;
}

div.lang-link img   {
    width: 100%;
}

.join-heading   {
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-family: 'Varela Round', sans-serif;
    color: #EF5923;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}

.home-txt-title {
    font-size: 16px;
    color: #4a4a4a;
    margin-top: 38px;
    margin-bottom: 24px;
}

.modal-body img {
    max-width: 100%;
    height: auto;
}

span.closeit  {
    display: none;
}
.spacer-p   {
    line-height: 1px;
    margin-bottom: 5px;
}

a.btn-orange.casestudy_toggle:link {
    background-color: #ffffff;
    padding: 5px 10px;
    color: #555556;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #555556;
}
a.btn-orange.casestudy_toggle:link .expand {
    color: #333333!important;
}
a.btn-orange.casestudy_toggle:visited {
    background-color: #ffffff;
    padding: 5px 10px;
    color: #555556;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #555556;
}
a.btn-orange.casestudy_toggle:focus {
    background-color: #ffffff!important;
    padding: 5px 10px;
    color: #555556;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #555556;
}
a.btn-orange.casestudy_toggle:hover {
    background-color: #d2d3d4 !important;
    padding: 5px 10px;
    color: #555556;
    font-weight: bold;
    border-left: none;
    border-right: none;
    border-top: none;
    border-color: #555556;
}

.vision {
    margin: 30px auto 0;
}


.bluetxt    {
    color: #28C1E0;
}
.bluetxt a    {
    color: #28C1E0;
}

.bluebg {
    background-color: #4c4d4f;
    padding-top: 30px;
    text-align: center;
    color: #ffffff;
}

.bluebg .quote {
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
    font-size: 36px;
    max-width: 800px;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.bluebg .fa-quote-left, .bluebg .fa-quote-right {
    font-size: 56px;
    color: #ffffff!important;
}

.bluebg .q-author   {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
}

hr {
    margin-top: 26px;
    margin-bottom: 26px;
    border: 0;
    border-top: 1px dashed #969696;
}
h2,h3,h1.entry-title {
    color: #333333;
}

li strong   {
    color: #333333;
}

.icon-section h2    {
    font-size: 22px;
}

.icon-section.home-icons h2    {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.icon-section.home-icons p    {
    font-size: 15px;
    margin-bottom: 10px;
}

.showdsk    {
    display: block;
}
.showmb    {
    display: none;
}


.post-image img {
    margin-bottom: 15px;
    display: block;
    max-width: 100%;
    height: auto;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

button.btn-orange  {
    width: 100%;
}
button.btn-grey2  {
    width: 100%;
    background-color: #4c4d4f;
    border-color: #4c4d4f;
}

h2  {
    font-family: 'Varela Round', sans-serif;
    font-size: 34px;
    margin-bottom: 20px;
}

.sub-h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: normal!important;
    display: block;
}

.testimonial-author {
    font-weight: bold;
    font-size: 22px;
}

.row li  {
    margin-bottom: 5px;
}
.centered   {
    text-align: center;
}

.login-contain  {
    max-width: 600px;
    margin: 0 auto;
}

.wide-btn .btn  {
    width: 100%;
}

.btn-danger {
    color: #fff;
    background-color: #e60201;
    border-color: #e60201;
    font-weight: bold;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ae0201;
    border-color: #ae0201;
}

.pass-link a:link   {
    display: block;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 18px;
}
.pass-link a:visited   {
    color: #ffffff;
}
.pass-link a:hover   {
    color: #b9b9b9;
}

.foot-links li  {
    color: #5c5c5c;
}

.slide-overlay  {
    background: url(../images/dotbg8.png);
    width: 100%;
    height: 100%;
}

.relatived  {
    position: relative;
}

.icon-section   {
    text-align: center;
    color: #28C1E0;
}
.incon-section .fas    {
    display: block;
}

.roundimage {
    border-radius: 50%;
    border: 3px solid #EF5923;
    width: 100%;
    max-width: 400px;
    margin-top: 16px;
}

.al-right   {
    text-align: right;
}

.orangebg   {
    background-color: #EF5923;
    color: #ffffff;
    padding-top: 40px;
    text-align: center;
}
.greybg-index   {
    background-color: #fff5e5;
    color: #4a4a4a;
    padding-top: 40px;
    text-align: center;
}

.orange-txt {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
}
.grey-txt-index {
    font-family: 'Varela Round', sans-serif;
    font-size: 16px;
}

.greybg {
    background-color: #e1e1e1;
    padding-top: 30px;
    text-align: center;
    color: #EF5923;
}

.greybg .quote  {
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
    font-size: 36px;
    max-width: 460px;
    margin-bottom: 12px;
}

.greybg .fa-quote-left, .greybg .fa-quote-right {
    font-size: 56px;
    color: #ffffff!important;
}

.greybg .q-author   {
    font-family: 'Varela Round', sans-serif;
}

.socialbox  {
    position: absolute;
    right: 66px;
    top: 36px;
    color: #969696;
    font-size: 18px;
}
.socialbox .fa-facebook-f    {
    margin-left: 14px;
}
.socialbox .fa-twitter   {
    margin-left: 14px;
}

.forms-box-container    {
    display: flex;
}
.forms-box-container .forms-box {
    min-height: 100%;
}
.forms-box-container .forms-box .blueform {
    height: 100%;
}

a.whitelink:link{
    color: #ffffff;
}
a.whitelink:visited{
    color: #ffffff;
}

.btn-info {
    color: #fff;
    background-color: #0079c8;
    border-color: #0079c8;
}

.grey   {
    background: #f7f7f7;
    padding-top: 30px;
}

.grey.links {
    text-align: center;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent!important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: none;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-left: 0;
    margin-left: -10px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #ffffff;
}


dd  {
    display: none;
}

.list-group {

}

.list-group dl {
    margin-bottom: 0;
    border: 1px solid #d1d1d1;
}

.list-group dl dt {
    border: 1px solid #d1d1d1;
    margin-bottom: 0;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    background: #ffffff;
}

.list-group dl dd    {
    background: #e1e1e1;
    padding: 10px;
}

.list-group dl dt:hover {
    background: #d2d2d2;
}

.pb-m   {
    padding-bottom: 50px;
}

.pt-m   {
    padding-top: 60px;
}

.index-content  {
    text-align: center;
}



.form-control   {
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border: 1px solid;
    border-color: #d5d9dc;
    min-height: 42px;
    background-color: #fdfdfd;
}

textarea.form-control {
    height: auto;
    min-height: 80px;
}

.owl-carousel .owl-item {
    padding-left: 15px;
    padding-right: 15px
}

.owlbox {
    overflow: hidden;
    position: relative
}
.owl-carousel .owl-item img {
    height: 100%!important;
    width: auto!important;
}

.container.owlcontainer {
    width: 1200px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #4c4d4f;
}

.top-menu   {
    color: #fff;
    position: relative;
    width: 100%;
}

.dropdown-menu {
    left: auto;
    margin-left: -1px;
}

.menutitle  {
    font-weight: bold;
    font-size: 16px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #0079c8;
    color: #ffffff;
}


.entry-meta a   {
    margin-right: 10px;
}


.btn-grey {
    color: #fff;
    background-color: #969696;
    border-color: #969696;
    border-radius: 0;
}
.btn-grey:focus {
    color: #fff;
    background-color: #969696!important;
    border-color: #969696;
    border-radius: 0;
}
.btn-grey:hover {
    color: #fff;
    background-color: #585858!important;
    border-color: #585858;
}
a.btn-orange {
    color: #fff;
    background-color: #EF5923;
    border-color: #EF5923;
    border-radius: 0;
    height: 36px;
}
a.btn-orange:visited {
    color: #fff;
    background-color: #EF5923;
    border-color: #EF5923;
    border-radius: 0;
    height: 36px;
}
a.btn-orange:focus {
    color: #fff;
    background-color: #EF5923 !important;
    border-color: #EF5923;
    border-radius: 0;
}
a.btn-orange:hover {
    color: #fff;
    background-color: #b4581b !important;
    border-color: #b4581b;
}

.searchbox .btn-orange  {
    border: 1px solid #24527d;
}


.btn-page   {
    font-family: 'Varela Round', sans-serif;
    background-color: #ffffff;
    color: #333333!important;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 10px;
    border-color: #4c4d4f;
}

.btn-page:visited {
    background-color: #ffffff;
    color: #333333!important;
}
.btn-page:hover {
    background-color: #4c4d4f;
    color: #ffffff!important;
}

.btn-page-grey   {
    font-family: 'Varela Round', sans-serif;
    background-color: #e9e9e9;
    color: #EF5923!important;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 10px;
}

.btn-page-grey:visited {
    background-color: #e9e9e9;
    color: #EF5923!important;
}
.btn-page-grey:hover {
    background-color: #28C1E0;
    color: #ffffff!important;
}

.btn .fa-angle-right    {
    line-height: 22px;
}

.logo-contain   {
     padding-left: 0;
 }
.second-nav .btn {
    width: 90%;
    margin-left: 10%;
    padding-bottom: 9px;
    padding-top: 9px;
}

div.second-nav  {
    padding-right: 0;
    position: initial;
}



.logo-box   {
    width: 280px;
    height: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}


.logo-box img   {
    max-width: 100%;
}

#footerMid  {
    vertical-align: middle;
    margin-bottom: 30px;
}

#footerMid img {
    width: 100%;
    max-width: 140px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.navbar {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    min-height: 40px;
    margin-bottom: -1px;
}


.nav-justified {
    width: 100%;
    position: relative;
}


.nav.navbar-nav.topnav>li>a:link {
    color: #ffffff;
    border-bottom: 4px solid transparent;
    height: 50px;
}
.nav.navbar-nav.topnav>li>a:visited {
    color: #ffffff;
}
.nav.navbar-nav.topnav>li>a:hover {
    color: #ffffff!important;
    border-bottom: 4px solid #e60201!important;
}
.nav.navbar-nav.topnav>li>a:active {
    color: #ffffff;
}

a.search-link::after    {
    font-family: 'Glyphicons Halflings';
    content:"\e003";
    font-size: 12px;
    margin-left: 8px;
    line-height: 16px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.second-nav .nav>li>a {
    padding: 10px 10px;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav li.button    {
    min-width: 140px;
}

.social-icons   {
    position: absolute;
    right: 15px;
    bottom: 35px;
}
#social-links  li {
    display: inline-block;
    margin-left: 10px;
}

.menuleft:nth-of-type(1)   {
    position: absolute;
    left: 0;
}

.menuleft:nth-of-type(2)   {
    position: absolute;
    left: 104px;
}

#navbar {
    position: relative;
    font-size: 18px;
}

@media screen and (max-width: 1898px) {
    .bordered.fixedsize {
        width: 1768px;
        margin: 0 auto;
    }

    .divTable.vdaTable .divTableHeading.fixedsize {
        width: 1768px;
    }

    div.vdaTable.fixedsize  {
        width: 1768px;
    }

    .cell1  {
        width: 255px;
        max-width: 255px;
    }
    .cell2  {
        width: 220px;
        max-width: 220px;
    }
    .cell3  {
        width: 125px;
        max-width: 125px;
    }
    .cell4  {
        width: 271px;
        max-width: 271px;
    }
    .cell5  {
        width: 95px;
        max-width: 95px;
    }
    .cell6  {
        width: 89px;
        max-width: 89px;
    }
    .cell7  {
        width: 120px;
        max-width: 120px;
    }
    .cell8  {
        width: 95px;
        max-width: 95px;
    }
    .cell9  {
        width: 176px;
        max-width: 176px;
    }
    .cell10  {
        width: 142px;
        max-width: 142px;
    }
    .cell11  {
        width: 91px;
        max-width: 91px;
    }
    .cell12  {
        width: 89px;
        max-width: 89px;
    }
}

@media screen and (max-width: 1798px) {
    .bordered.fixedsize {
        width: 1668px;
        margin: 0 auto;
    }

    .divTable.vdaTable .divTableHeading.fixedsize {
        width: 1668px;
    }

    div.vdaTable.fixedsize  {
        width: 1668px;
    }

    .cell1  {
        width: 255px;
        max-width: 255px;
    }
    .cell2  {
        width: 220px;
        max-width: 220px;
    }
    .cell3  {
        width: 125px;
        max-width: 125px;
    }
    .cell4  {
        width: 201px;
        max-width: 201px;
        word-wrap: break-word;
    }
    .cell5  {
        width: 95px;
        max-width: 95px;
    }
    .cell6  {
        width: 89px;
        max-width: 89px;
    }
    .cell7  {
        width: 120px;
        max-width: 120px;
    }
    .cell8  {
        width: 95px;
        max-width: 95px;
    }
    .cell9  {
        width: 146px;
        max-width: 146px;
    }
    .cell10  {
        width: 142px;
        max-width: 142px;
    }
    .cell11  {
        width: 91px;
        max-width: 91px;
    }
    .cell12  {
        width: 89px;
        max-width: 89px;
    }
}

@media screen and (max-width: 1199px) {
    .nav>li>a {
        padding: 10px 15px;
    }
    .second-nav .nav>li>a {
        padding: 10px 10px;
    }
    .dropdown-menu  .sub-col   {
        padding-right: 10px!important;
        max-width: 225px;
    }
    .sub-col2   {
        padding-left: 14px;
    }
    .container.owlcontainer {
        width: 970px;
    }
    .menuleft:nth-of-type(2) {
        position: absolute;
        left: 88px;
    }
    #navbar {

        font-size: 16px;

    }

}

@media screen and (min-width: 992px) {
     .logo-box   {
        min-height: 50px;
    }
    .leftfloat  {
        float: left;
    }
    .rightfloat {
        float: right;
    }
}

@media screen and (max-width: 991px) {

    span.plus-btn {
        right: 0;
        top: 66px;
    }

    .logo-pad {
        padding-top: 26px;
    }

    .socialbox  {
        position: absolute;
        right: 20px;
        top: 26px;
        color: #969696;
        font-size: 18px;
        z-index: 9999;
    }

    .logo-box {
        width: 220px;
        height: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        margin-top: 0;
    }
    .logo-contain {
        margin: 0 auto;
    }

    .navbar-toggle  {
        float: left;
    }

    .navbar {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .logo-contain   {
        max-width: 220px;
    }

    .container.owlcontainer {
        width: 750px;
    }

    .dropdown-menu {
        position: relative;
        top: 100%;
        width: 100%;
        text-align: right!important;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0 0;
        margin: 2px 0 0;
        font-size: 14px;
        list-style: none;
        background-color: #fff!important;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .nav>li>a {
        font-size: 14px;
        line-height: 28px;
    }
    .dropdown-menu>li>a {
        line-height: 36px;
        border-bottom: 1px solid #efefef;
    }
    .desktopnav {
        display: none;
    }
    .forms-box-container    {
        display: block;
    }
    .blueform {
        margin-bottom: 20px;
    }

}


@media screen and (min-width: 992px) {
    .navbar {
        margin-top: 56px;
    }

    .contact-right   {
        position: absolute!important;
        right: 0;
        width: 180px;
        text-align: center;
    }

    .navlinkright   {
        position: absolute!important;
        right: 0;
        top: -50px;
        width: 50px;
        border-color: transparent!important;
    }
    .navlinkright a:link    {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #28C1E0;
        color: #ffffff!important;
        width: 38px;
        height: 38px;
        padding-left: 9px;
        margin-left: 5px;
    }
    .navlinkright a:visited    {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #28C1E0;
        color: #ffffff!important;
    }
    .navlinkright a:hover    {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #EF5923;
        color: #ffffff;
    }
    .navlinkright2   {
        position: absolute!important;
        right: 50px;
        top: -50px;
        width: 40px;
        border-color: transparent!important;
    }
    .navlinkright3   {
        position: absolute!important;
        right: 90px;
        top: -50px;
        width: 46px;
        border-color: transparent!important;
    }
    .navlinkright4   {
        position: absolute!important;
        right: 136px;
        top: -50px;
        border-color: transparent!important;
    }

    a.soc-link:link {
        color: #4b4b55!important;
    }
    a.soc-link:visited {
        color: #4b4b55!important;
    }
    a.soc-link:hover {
        color: #ffffff!important;
    }


    #navbar1 {
        position: relative;
    }
    .mobnav {
        display: none;
    }

}



@media screen and (min-width: 992px) {
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

    .nav>li {
        position: initial;
        padding-bottom: 0;
    }
    .nav>li:hover {
        padding-top: 0;
    }

    .nav>li.current {
        border-bottom: 5px solid #e60201;
        padding-top: 0;
    }

.dropdown:hover .dropdown-menu {
   display: block;
}



}



@media screen and (max-width: 991px) {


    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }

    .nav.navbar-nav {
        width: 100%;
    }
    .nav.navbar-nav.topnav>li>a {
        border-left: none;
        border-bottom: 1px solid #ffffff;
    }
    .nav>li {
        position: relative;
        display: block;
        float: left;
    }

    .nav>li>a   {
        font-size: 14px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: transparent;
        border: none!important;
    }
    .navbar-collapse {

        border-top: 1px solid transparent;
       }


}

@media screen and (max-width: 767px) {
    .nav > li > a {
        padding: 10px 20px;
    }

    .aps-clear  {
        clear: left;
    }

    .logo-contain {
        max-width: 100%;
        width: 100%;
    }
    .bordered   {
        overflow-x: auto;
    }

}

@media screen and (max-width: 510px) {

    h2.tfont {
        font-size: 50pt!important;
    }
    .case-study h2.tfont {
        font-size: 40pt!important;
    }
    h2  {
        font-size: 28px;
    }

    .showdsk    {
        display: none;
    }
    .showmb    {
        display: block;
    }

    .socialbox {
        right: 20px;
    }
    .socialbox .fa-twitter {
        margin-left: 5px;
    }
    .socialbox .fa-facebook-f {
        margin-left: 5px;
    }


}

@media screen and (max-width: 440px) {

    .logo-box img {
        max-width: 100%;
        max-height: 100%;
    }
    .navbar {
        margin-bottom: 0;
        margin-top: 0;
    }
    .socialbox {
        position: absolute;
        right: 20px;
        top: 56px;
        color: #969696;
        font-size: 18px;
        z-index: 9999;
    }
    .logo-box {
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
        margin-left: 10px;
    }

}


.success_msg {
    display: none;
}
.cases_cont {
    min-height: 500px;
}
.date_small {
    color: #d3d8dd;
    font-size: 75%;
}
.divTableHead.add_user {
    text-align: right;
}
.divTableHead.add_user a {
    margin-right: 5px;
}
.divTableHead.add_user a .fa-plus-circle {
    color: #e60201;
}
.divTableCell.col-icons {
    text-align: right!important;
}
.divTableCell.col-icons a {
    margin-right: 5px;
}
.green {
    color: #54c132;
}
.fa-check-square {
    color: #54c132;
    font-size: 16px;
    margin-left: 5px;
}
.add_user_cont {
    text-align: right;
}
a.add_user:link, a.add_user:visited {
    color: #e60201;
}