﻿.menuRVir
{
    color:#000 !important;
    font-size:25px !important;
    }
    .menuRVir i
    {
        margin-right:7px;
        }
.iconso
{
  color: #000;
    font-size: 15px;
    z-index: 1;
    position: relative;
    }
  @font-face {
    font-family: affix;
    src: url(../../fonts/pirulen.ttf);
}
.affixcss
{
    font-family: affix !important;
    color:#000 !important;
    font-size: .875rem !important;
    }
 .c-logo
 {
     width:50%;
     height:auto;
     margin:0 auto;
     }
 .autonextbtn
 {
        color: #FFF;
    display: inline-block;
    background: #000;
    font-family: "Moderat Trial",sans-serif;
    border-radius: 50px;
    transition: transform .3s cubic-bezier(.4,0,0,1),opacity .15s cubic-bezier(.4,0,0,1),background-color .3s cubic-bezier(.4,0,0,1),-webkit-transform .3s cubic-bezier(.4,0,0,1);
    width: 180px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 20px; 
      }
  
   .containerA {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right:20px;
}

/* Hide the browser's default checkbox */
.containerA input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
        border-radius: 20px;
}

/* On mouse-over, add a grey background color */
.containerA:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerA input:checked ~ .checkmark {
    background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerA input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerA .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.autohed
{
    display:inline-block;
        font-size: 30px;
    display: -webkit-inline-box;
    }
    .autobtn
    {
               color: #313131;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Moderat Trial",sans-serif;
        }
     .autobtn:hover
     {
             color:none;
         }
         .autotopLdiv:hover a
         {
             color:#FFF;
             }
         .autobtn span
         {
             font-size: 50px;
    color: #000;
    display: inline-block;
    line-height: 0;
    padding-right: 10px;
             }
   .ortext
   {
           display: block;
    text-align: center;
    font-size: 30px;
    margin: 25px 0;
       }      
      .autohead
      {
          font-size:30px;
          padding-left: 5rem;
          }
       .Tcenter
       {
           text-align:center;
           }
     .solutionsimgdiv
     {
         width:100%;
         height:auto;
             position: relative;
         }
     .solutionsimgdiv img
     {
         width:100%;
         height:auto;
         }
    .solutionsCdiv
    {
           padding-top: 20px;
    
        }
        .solutionsCdivH
        {
            position: absolute;
    bottom: 20%;
    left: 10%;  
            }
       .solutionsCdivH h1
       {
          font-weight: 700;
    font-family: "Moderat Trial",sans-serif;
    letter-spacing: .05em;
    color: #fff;
            
           }
    .solutionsCdiv p
    {
        font-size:18px;
        color:#000;
        }
.posR{
    position:relative;
}
    .posR .solutionsCdivH {
        bottom: 0;
    }
