@charset "utf-8";
/* CSS Document */

.top-info__block {
	margin-top: 40px !important;
}

.about-section__block::before {
    background: #fff !important;
}



/*counter up section*/
.counterUp_wrapper__block{
    background-image: url(../images/counter-bg.jpg) !important;
}
.counterUp_wrapper__block h2{
	color:#fff !important;;
	text-transform: initial !important;;
	font-weight:initial !important;;
}
.counterUp_wrapper__block::before {
    background:#487fbf !important;;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.counterUp_wrapper__block {
  background-image: url("../images/footer__bg-block.jpg") !important;;
  background-position: center top;
  background-size: cover;
  background-attachment:fixed;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.counter_wrap__block.text-center {
  display: table;
  height: 190px;
  width: 100%;
}
.counter_wrap__block.text-center > .row {
    display: table-cell;
    vertical-align: middle;
}

.single-counterup i.fa {
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-size: 35px;
    height: 70px;
    line-height: 42px;
    margin-bottom: 10px;
    padding: 14px;
    text-align: center;
    width: 70px;
}
p.counterup {
    display: inline-block;
    font-size: 60px;
    font-weight: bold;
    margin: 15px 0;
}
.single-counterup p {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.boxed_btn__block {
    background: #ffffff none repeat scroll 0 0;
    color: #1bbce8;
    display: inline-block;
    margin-top: 20px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: .3s;
}
.boxed_btn__block:hover {
  background: #2c4b6f;
  box-shadow: 0 0 12px 0 #777777;
  color: #ffffff;
}

@media (max-width: 991px){
    .counterUp_wrapper__block{
        text-align: center;
    }
    .boxed_btn__block{
        margin-bottom: 30px;
    }
}


.error-page-inner .inner h1.title {
font-size: 180px;
line-height: 1;
margin-bottom: 0;
}

.theme-gradient {
background: linear-gradient(145deg,#f81f01,#ee076e);
	
}

.error-page-inner .inner {
text-align: center;
}


.col-sm-8-2 p {
font-size: 24px !important;
	
}



