
/* shows css start */
.innerSection .innerWrapper h3 {
    color: #e74364;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.innerSection .innerWrapper h3::before {
    content: '';
    position: absolute;
    width: 32px;
    height: 2px;
    background: #da1934;
    top: 30px;
}
.innerSection .innerWrapper h4 {
    color: #333;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
}
.innerSection .innerWrapper span {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    display: block;
    margin: 20px 0;
}
.innerSection .innerWrapper a {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
   display: inline-block; 
}
.innerWrapper .commonStyle
{
   margin:0;
   padding:0;
   padding-left: 8px;
}
.innerWrapper .commonStyle > li {
    list-style-type: none;
    position: relative;
    padding-left: 31px;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    color: #666666;
}
.innerWrapper .commonStyle > li:before {
    position: absolute;
    content: "\f058";
    left: 0;
    top: 0;
    font-family: "fontAwesome";
    font-size: 16px;
    color: #e74364;
}
/* shows css end  */


/* videos  css start   */

.innerWrapper h5 {
    margin-left: 15px;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
}
.innerWrapper iframe {
    margin-bottom: 30px;
    border: 1px solid #d2d2d2;
    padding: 2px;
}

/* videos  css end  */


/* contact css start  */
.cntctInfo h4
{


}
.contactForm5Bg
{
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

.contactForm5Bg .contactForm5 span{
    color: red;
}
.contactForm5Bg .contactForm5 span.help-block{
    position: absolute;
    font-size: 12px;
    margin-top: 2px;
    color: #a94442;
}
.contactForm5Bg .contactForm5 .form-control .validateField label.error {
    color: #a94442 !important;
    position: absolute;
    font-size: 12px;
}
.contactForm5Bg .contactForm5 form .form-group{
    margin-bottom: 30px;
}
.contactForm5Bg .contactForm5 .form-control {
    background: transparent;
    height: 45px;
    color: #636363;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    width: 100%;
    border: 1px solid #ccc;
}
.contactForm5Bg .contactForm5 textarea.form-control {
   height: 100px;
}
.contactForm5Bg .contactForm5 .subBtn, .contactForm5Bg .contactForm5 .resetBtn {
    padding: 10px 20px;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px;
    background: #ea7517;
    margin-right: 5px;
}
.contactForm5Bg .contactForm5 .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
   outline-offset: -2px;
    outline: none;
}
.contactForm5Bg .contactForm5 .subBtn:hover, .contactForm5Bg .contactForm5 .resetBtn:hover
{
   background:red;
  /* color:#fff;*/
}
.contactForm5Bg .txt-p {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin: 10px 0 20px;
}
.contactForm5Bg .txt-p span{
   color: red;
}
.cntctInfo .fa
{
   font-size: 20px;
}
.contactform {
    margin-top: 100px;
}
.contactform .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: none;
    color: #fff;
    border: none;
    border-bottom: 47px solid #ea7517;
    border-left: 0px solid transparent; */
    border-right: 0px solid transparent;
}
.contactform .nav-tabs > li a {
    display: inherit;
    color: #fff;
    border: none;
    border-radius: 0;
    /* background: #ea7517; */
    font-size: 18px;
    font-weight: 400;
    /* padding: 14px 15px; */
    border-radius: 0px;
    /* padding-left: 92px; */
    border-bottom: 47px solid #6f6f6f;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: inherit;
    padding: 0 15px 0 15px;
    display: block;
}
.contactform .showTabberIn {
    position: relative;
    width: 100%;
}
.contactform .showTabber .nav-tabs {
    border-bottom: none;
    text-align: center;
    width: 100%;
    margin: 0 auto 0px auto;
    float: right;
}
.contactform .nav-tabs > li {
    float: left;
    margin-bottom: 2px;
    text-align: left;
}


/* contact  css  end  */

/* table  css  start */
.TablStyle .table
{
  border:#d1d1d1 solid 1px;
  
}
.TablStyle table tr > th {
    text-align: center;
    background: #0f3a7e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 13px 5px;
}
.TablStyle table tr > td {
    text-align: center;
    color: #333;
    font-size: 16px;
    padding: 21px 5px;
    vertical-align: middle;
    background: #F8F8F8;
}
/* table  css  end  */
