{
font-size:15px;
}
.about-text
{
  padding:20px;
  background: url(../images/vcs/world-map.png);
  background-repeat: no-repeat;
  background-position: center center;
}

hr.short-thick1 {
  max-width: 5%;
  border-top: 3px solid #d83c1e;
  opacity: 1 !important;
  margin: 0 auto;
  margin-bottom: 24px;
}
hr.short-thick2 {
  /*border: none;*/
  border-top: 1px solid #d83c1e;
  margin: 0 0 24px 0;
  width: 15%;
  border-image: url(../images/border.jpg) 30 stretch;

}

.style-up {
    /*margin-top: 70px;*/
    margin-top: 50px;
    padding: 0px 10px;
}
h3.style-down
{
  font-size: 20px;
}
.style-up, .style-down {
    position: relative;
}
.style-down {
    /*margin-bottom: 70px;*/
    margin-bottom: : 50px;
    padding: 0px 10px;
}
.list-2 img {
    margin-bottom: 20px;
    margin-top: 20px;
}

/*.list-2 .style-up:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background: #000;
    left: 0;
    top: -47px;
}
.list-2 .style-down:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background: #000;
    left: 0;
    bottom: -47px;
}*/
.list-2 .style-up:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background: #000;
    left: 0;
    top: 0;
}
.list-2 .style-down:after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background: #000;
    left: 0;
    top: 0;
}
.main-section-margin-bottom {
    margin: 50px 0;
}

.form-label.form-label-auto {
    display: inline-block;
    float: left;
    text-align: left;
    width: 115px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus {
    background: transparent;
    border: 2px solid #00a9da;
}

#contact-form .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    background: transparent;
    border: 2px solid #d83c1e;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.btn-submit {
    color: #054660;
    background-color: #fff;
    border-color: #ccc;
    border: 2px solid #04455f;
    font-size: 16px;
}

ul.list-style-3 li {
    font-size: 14px;
    color: #626262;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
}
ul.list-style-3 li i {
    /*background: #00a9da;*/
    background: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ec1010;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
	font-size: 23px;
}
.service_p{
  padding-left: 11px;
}
.custome_btn
{
  font-size: 18px;
  text-align: center;
  border: 2px solid #d83c1e;
  width: 150px;
  margin: 0 auto;
  padding: 10px 0;
  margin-top: 35px;
  margin-bottom: 20px;
}

#cartental_tbl tr, td
{
  border: 1px solid #ccc;
  padding: 5px;
}
#cartental_tbl th
{
  border: 1px solid #ccc;
  padding: 5px;
  font-weight: bold;
}

#scrollup:hover, #scrollup:focus{
  color:#fff;
}
