.footer-bg-img{
	/*background-image: url(../images/footer/img1.jpg);*/
	background: linear-gradient(45deg, #000d1f, #00132d, #001b3e, #00367d);
	position: relative;
    background-size: 100% 100%;
    z-index: 0;  
}
.footer-bg-img::before{
	content: " ";
	background-image: url(../images/footer/img2.png);
    /*font-family: "themify";
    font-size: 244px;*/
    color: #ffffff33;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0;
    z-index: -58;
}
.development-prop{
	background-image: url('../images/index/img2.jpg');
	background-size: contain;
	height: 450px;
}
.stats-support{
	display: flex;
    justify-content: center;
}
.stats-support-icon{
	position: relative;
        top: 8px;
}
.index-counter-heading{
	font-weight: 900;
    color: #0e5277;
}
.about-left-box{
  margin: 0 auto;
}
/*.about-left-img{
	height: 300px !important;
	width: 100%
}*/
.about-sion-box{
	margin-bottom: 50px;
}
.about-sion-heading{
	font-size: 20px;
    font-weight: 700;
    color: #0d2e5b;
}
.about-sion-para{
	margin: 10px 10px 10px 0px;	
}
.abt-logo-img-align{
	text-align: center;
}
.abt-logo-img{
	width: 35%;
    height: 50%;
}
.abt-int-heading{
	font-size: 35px;
    font-weight: 700;
    color: #087802;
}
.abt-int-para{
	margin-top: 20px;
}
.footer-main-class .widget-title{
	font-size: 30px;
}
.small-size-text{
	font-size: 17px;
}
.footer-contact-size{
	font-size:14px;
}
.contact-main-box{
    padding-right: 15px;
    padding-left: 15px;
}
.contact-div-box{
	background: #e3e3e3;
  text-align: center;
  padding: 20px;
  margin: 40px auto 0;
  width: 90%;
  height: 225px;
  border-radius: 20px;
}
.info-box{
    width:70%;
}
.service-box{
    margin-bottom: 0px;
    height: 43px;
}
.con-icon{
	background-color: #174888;
    color: white;
    border-radius: 50px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}
.contace-heading{
	font-size: 17px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.select-box{
    width: 100%;
    overflow: hidden;
    background: url(../images/select-arrow.png) no-repeat 97% 50%;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.1);
    /*padding: 10px 20px;*/
    margin-bottom: 15px;
}
.budjet-text{
    margin-left: 18px;
    font-size: 16px;
    font-weight: 500;
}

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
  width: 343px;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 30px;
  left : 310px;
  outline: none;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}
.client_img{
  border: 3px solid #0d2e5b;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
}
.getquote_service_full{
  background-color: #013376;
  padding: 30px;
  border-radius: 80px;
}
.getquote_service_full .service_getquote_content{
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-family: Teko;
  font-size: 24px;
}
.service_getbtn{
  text-align: center;
}
.getquote_service_full .service_getbtn_link{
  background-color: #fff0;
  padding: 7px 25px;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #fff;
  line-height: 40px;
  font-weight: bold;
}
.getquote_service_full .service_getbtn_link:hover{
  background-color: #fff;
  color: #013376;
  border: 2px solid #fff;
}






@media (max-width:580px){
	.carousel-inner img{
		height: 120px !important;
	}
}
@media(max-width:767px){
	.footer-main-class .xs-text-center{
		text-align: left;
	} 
}