ul{
  padding-left: 15px;
}
p, li{
    margin-top: 20px;
    color: #000;
    font-size: 16px;
}
a{
	color:#005FB9;
	text-decoration: underline;
}
h1{
	font-size: 64px;
	font-weight: bold;
  color:#000;
}
h2{
	font-size: 24px;
	margin-bottom: 30px;
  margin-top: 30px;
  font-weight: bold;
  color: #000;
}
h3{
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
span{
	font-weight: bold;
}
.back-to-top{
  font-size: 16px;
  text-decoration: none;
}
i{
  margin-right: 5px;
}
.navbar-brand{
  margin-top: 15px;
}
.display-none{
  display: none;
}
.navbar{
    position: relative;
    min-height: 103px;
    margin-bottom: 20px;
    border: 0px;
    border-bottom: 1px solid #f2f2f2;
}
#main{
  padding: 30px;
}
.header img{
	width: 250px;
}
.navbar{
    border-bottom: 1px solid #fff !important;
}
#ty {
    background-image: url(../image/banner-bg.jpg);
    background-repeat: no-repeat;
    min-height: 700px;
    background-size: cover;
}
#ty .ty-content {
    font-weight: bold;
    color: #00A644;
    font-size: 57px;
}
#ty .mtop-ty {
    margin-top: 18%;
}
#ty #back-btn {
    text-transform: uppercase;
    font-size: 24px;
    background: #d40000;
    color: #fff;
    border: 0;
    margin-top: 3%;
    letter-spacing: 3px;
}
.header ul{
	margin-top: 2%;
	text-align: right;
}
.header ul .li-text{
	margin:0px;
	font-size: 15px;
	letter-spacing: 1px;
}
.header ul .hphone a{
	color: #FC602C;
	text-decoration: none;
	font-size: 31px;
	font-weight: bold;
	letter-spacing: 3px;
}
.mtop-20{
	margin-top: 20px;
}
/* accordion */
#accordion a{
	color:#005FB9;
}
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}
footer{
  padding: 30px;
}

#footer-top{
    padding: 30px;
    background: #3D3D3F;
}
#footer-top h5{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}
#footer-top ul li{
    color:#BABABB;
    font-size: 16px;
    margin-bottom: 10px;
}
#footer-top h3{
    font-size: 21px;
    color:#fff;
    font-weight: bold;
}
#footer-top h4{
    font-size: 35px;
    font-weight: bold;
    color: #00992A;
}
#footer-top h4 a{
    color: #00992A;
    font-size: 28px;
}
#footer-top h4 a:hover{
    text-decoration:none;
}
#footer-bottom{
    padding: 30px;
    background: #2B2B2B;
    color: #fff;
    font-size: 16px;
}
#footer-bottom p{
    color: #fff;
    font-size: 16px;
}
#footer-left{
    text-align:center;
}
#footer-mid img{
    height: 101px;
    margin-top: -18px;
}
.panel-default>.panel-heading{
    background-color: transparent !important;
}
.panel-title a{
  text-decoration: none;
}
.panel-default{
  border-color: transparent;
}
.links li a{
  text-decoration: none;
}
.get-started-its-free{
  background: #008255;
  border: 1px solid transparent;
  color:#fff;
  padding: 11.5px 18px 10px;
  min-height: 42px;
  border-radius: .125rem;
  white-space: normal;
  font-size: 16px;
}
.get-started-its-free:hover{
  background: #27a57a;
}
#side-sec a{
  text-decoration: none;
  font-size: 15px;
}
#side-sec button{
  background: #008255;
  border: 1px solid transparent;
  color:#fff;
  padding: 11.5px 18px 10px;
  min-height: 42px;
  border-radius: .125rem;
  white-space: normal;
}
#side-sec button:hover{
  background: #27a57a;
}
#side-sec li{
  color:#94A2A8;
}
.seconde-slide-sec h4{
  border-bottom: 1px solid #ddd;
}
.third-slide-sec h4{
  border-bottom: 1px solid #ddd;
}
.fourth-slide-sec h4{
  border-bottom: 1px solid #ddd;
}
.mtop-40{
  margin-top: 40px;
}
#footer-right-2 h3, #footer-right-2 h4{
    margin:0px;
}