.captcha {
  width:100px;
  height: 25px;
  border:1px solid #888;
  padding: 1px;
  text-align: left;
  display:inline-block; 
  cursor:pointer;
  vertical-align: middle; 
  border-radius: 5px;
}
p.capcha-text {
  opacity: 0;
  margin: 0 0 0 20px !important;
  vertical-align: middle;  
  display: inline-block;
}
p.capcha-text.clicked {
  opacity: 1;
  color: #888;
  -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}
.clicked {
  cursor:auto;
}

.captcha.clicked span {
    margin: 0 0 0 63px;
}
.captcha span {
    width: 35%;
    height: 100%;
    background: #e51414;
    border-radius: 4px;
    display: inline-block;
    box-shadow: 0 0 0 1px #ccc;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

p.error {
    color: #e51414;
}

#aboutus:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    
    background: url(../img/resources/logoall.png);
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}

#aboutus:after {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    background:#000;
    background-size: cover;
    background-position: center left;
    top: 0;
    left: 0;
    z-index: 2;
}








.contact-form2  input,  .contact-form2 textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #ededed;
  height: 55px;
  padding-left: 25px;
  width: 100%;
  color: #ababab;
  font-size: 14px;
  font-family: "Open Sans",sans-serif;
  outline:none;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.comment-box {
  width:100%; 
  border: 1px solid #ebebeb;
  float: left;
  margin-top: 30px;
  padding-bottom: 42px;
}
.comment-box h4 {
  color: #353535;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 30px 0 30px 15px;
  font-family: "Open Sans",sans-serif;
}
.comment-box input[type="text"] {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 10px 0;
  width: 100%;
  padding-left: 20px;
}
.comment-box textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  padding: 20px;
  resize: none;
  width: 100%;
  height: 186px;
}
.comment-box a.submit-now {
  background-color: #E51414;
  color: #fff;
  float: left;
  margin: 25px 0 0px;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.comment-box a.submit-now:hover {
  background-color: #FC9201;
  transition: all 300ms ease-out 0s;
}
/* start Contact Page css */
#contact-page {
  padding: 100px 0px 170px;
}
.contact-form2 {
  width: 100%;
}
.contact-form2  p{
  margin-bottom: 20px;
}
 .contact-form2 input:focus, .contact-form2 textarea:focus {
  border-color: #f2f2f2;
  box-shadow: 0 0 2px #f2f2f2;
}
.contact-form2 input:focus{
  border:1px solid #242424;   
}
 .contact-form2 textarea:focus{
  border:1px solid #242424; 
}
.contact-form2 label.error{
  display: none !important;
}
.contact-form2 input.error,.contact-form2 textarea.error{
  border-color: red;
}
.contact-form2 textarea {
  height: 200px;
  padding-top: 15px;
}
.success{
  color: #7FA409;
  font-size: 16px;
}
.contact-submit-button {
  background: #E51414;
  border-radius: 0px;
  font-size: 14px;
  margin-top: 25px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  font-weight: 700;
  border: none;
}
.contact-submit-button:hover {
  background: transparent;
  transition:all .3s ease-out;
  color:#E51414;
  border:1px solid #E51414;
}
.contact-form2 input.cap-in {width:45%}

.page-breadcrumb i {
    color: #FC9201;
    font-size: 12px;  
    text-align: center;
}

.page-breadcrumb span {
    color: #898989;
    font-size: 12px;
}

.page-breadcrumb a {
    color: #FC9201;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding-right: 3px;
    padding-left: 3px;
    text-transform: uppercase;
}

.page-breadcrumb {
    float: none;
    margin: 15px 30px;
    text-align:center;
}

#blog-post {
    padding: 10px 0 40px;
    clear: both;
}

.breadcrumb-title {
    text-align: center;
    float: none;
}

h2 {
    text-align: center;
}

.create-by>* {
    display: inline-block;
    margin: 0 25px 0 0px;
}

h2.H2 {
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    line-height: 37px;
}

body {
    color: #000;
}

h5 a {
    color: #000;
}

.content-wrap h5 {
    padding: 0;
    margin: 0;
}

.modal-header {
    border-bottom: none;
}

._center {
    text-align: center;
}

.single-blog-text.padd-offset-4 ul,.single-blog-text.padd-offset-4 li {
    list-style-type: initial;
}

.single-blog-text.padd-offset-4 ul {
    padding: 0 0 0 40px;
}

.single-blog-text.padd-offset-4 ol>li {
    list-style-type: decimal;
}

.single-blog-text img{
    padding-bottom:20px;
    padding-top:20px;
    height: auto !important;
}

@media(max-width: 992px) {
  .col-xs-12.devxs {
    display: none;
  }
  .col-xs-12.devxsfull .service-img{
    display: none;
  }
}
