    .section2 {
        color: #FFD400;
        font-size: 50px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
    }

    .section2_1 {
        color: #FFB600;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .section2_2 {
        color: #FFFFFF;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

    .section2_3 {
        color: #FFFFFF;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .section2_4 {
        color: #FFFFFF;
        background-color: #FF8500;
        font-size: 30px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        padding: 20px;
    }

    .section2_5 {
        color: #AFAFAF;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .section2_6 {
        color: #FF0000;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .section2_7 {
        color: #FFFFFF;
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        background: url(images/line-bg7.png) center repeat-y;
        padding: 20px;
    }

    .center {
        text-align: center;
    }

    .nav-custom1 {
        font-size: 18px;
        font-weight: bold;
        text-align: center;
    }
.nav-custom1:hover{
	color:#F00;
	background-color:#4C4C4C;
	}
.nav-custom1:focus {
	color:#FFF;
	background-color:#4C4C4C;
	border-color:#4C4C4C
	}	
    .nav-custom2 {
        font-size: 18px;
        font-weight: bold; 
    }
.nav-custom2:hover{
	color:#F00;
	background-color:#4C4C4C;
	}
	.nav-custom2:active{
	color:#F00;
	background-color:#4C4C4C;
	}

.nav-custom2:focus {
	color:#FFF;
	background-color:#4C4C4C;
	border-color:#4C4C4C
	}
    .bg1 {
        background-color: #2D2D2D;
    }

    .bg2 {
        background-color: #7C3E00;
    }

    a.link2 {
        display: block;
        width: 150px;
        height: 54px;
        background: url(images/12card_off.png);
        background-color: #2D2D2D;
    }

    a.link2:hover {
        background-color: #FFA300;
    }

    .no-padding {
        padding-left: 0;
        padding-right: 0;
    }

    .top10 {
        padding-top: 10px;
    }

    .top30 {
        padding-top: 30px;
    }
 
.padding30 { padding:30px !important} 
.bg_f6f6f6 { background-color: #f6f6f6 !important}  
.wpcf7 {margin-top:50px;}
.wpcf7 { font-size:14px;}
.wpcf7 input { display:block;  padding:10px; border:none; background:#fff; width:100%; font-size:12px; line-height:18px; border:1px solid #e8e8e8;}
.wpcf7 textarea {  padding:10px; border:none; background:#fff; width:100%; font-size:12px; line-height:18px; border:1px solid #e8e8e8}
.wpcf7 input.wpcf7-submit { width:120px; color:#000; background:#fff; margin-top:10px !important; display:inline-block !important; margin-left: 15%}
.wpcf7 input.wpcf7-submit:hover { color:red}

.oi_content_btn { background:#f6f6f6; color:#000;}
.oi_content_btn:hover {color:red;}

.oi_post_content_holder_text { float:left;}
.oi_share_text { font-size:12px; color:#000;}
.oi_single_post_share { display:block; text-align:center; background:#f6f6f6; padding:10px 0px; margin-top:20px;}
.oi_single_post_share a { margin-bottom:0px;}
pre { border:none; border-radius:0px; padding:40px; background:#333; color:#fff}
blockquote {
  border-left-width:1px;
  font-style:italic;
  color:#888
}

.oi_page_holder { visibility:hidden;}
 .has-error .help-block{
    font-weight: 400;
    font-style: bold;
    font-size:12px;
color:red;
 }
.requireinput{
    color:red;
    font-weight: 400;
    font-style: bold;
    font-size:10px;
}
 .help-block{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;  
 }
 .table {
  width: 100%;
  max-width: 100%;
    margin-bottom:  0px; 
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 0px solid #dddddd;
}
 
 .section2_3{
  border: 0;
  color: #707070;
  font-size: 1.85rem; 
 line-height: 1.5; 
 }
 .well-lg {
  border-radius: 0;
 }
 .well{
  border-radius: 0;
 }
.nav-tab{
  color:#707070;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
color: #fff;
background-color: #FF962E;
border: 1px solid #dddddd;
border-bottom-color: transparent;
cursor: default;

}
.nav-tabs > li > a{
  border-radius: 0; 
  background-color: #fff;
  color:#4A4A4A;
}  
.nav-tabs >   li:first-child  {
  margin-left:10px;
}
  
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
 
