.first-section{
	min-height: 100vh;
}
.first-section>.container{
	min-height: 800px;
	display: flex;
}
.first-section .solid-btn{
	background: #0091d8;
	border-color: #0091d8;
}
.first-section:before{
	background: #E5F4F8;
}
.first-section h1{
	color: #f3313c !important;
	text-align: center;
	font-weight: 700;
	text-shadow: 0px 0px 2px rgba(0,0,0,1);
}
.first-section p{
	/*color: #77797B;*/
	color: #000000;
	text-align: center;
}
.first-section .col-lg-8{
	padding-left: 70px;
	padding-right: 70px;
}
.about-us{
	min-height: 100vh;
}
.about-us .single-feature{
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}
.promo-section{
	/*min-height: 100vh;*/
}
.single-promo-1 span{
	background-image: url('../img/promo-icon-bg2.svg');
}
.feature-section{
	/*min-height: 100vh;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.feature-section h2{
	font-size: 3em;
}
.feature-section p{
	font-size: 15px;
}
.services-section strong{
	font-weight: 700;
}
.promo-section .circle-icon span:before{
	display: none;
}
.promo-section .circle-icon img{
	margin: 0 0 0 0;
	width: 45px;
	height: auto;
	position: relative;
	top: 5px;
}
.promo-section .circle-icon .ti-lock img{
	width: 35px;
}
.promo-section .circle-icon .ti-eye img{
	width: 35px;
}
.steps-section{
	/*min-height: 100vh;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.steps-section .single-promo{

}
.steps-section .circle-icon span{
	background: transparent;
}
.steps-section .circle-icon span:before{
	display: none;
}
.steps-section .circle-icon img{
	margin: 0 0 0 0;
	width: 45px;
	height: auto;
	position: relative;
	top: 5px;
}
.contact-us{
	/*min-height: 100vh;*/

	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-us .solid-btn{
	background: #0092F3;
	border-color: #0092F3;
}
.contact-us h3{
	text-align: center;
}
.contact-us p{
	text-align: center;
	margin-bottom: 50px;
}
.bg-transparent.affix{
	background: #e4e8e9 !important;
}
.header .navbar{
	background: #e4e8e9 !important;
}
.navbar-nav .nav-link{
	color: #77797B;
	font-size: 18px;
}
.copyright-text a{
	color: #0091d8;
}
strong{
	font-weight: 700;
}
.background-shape-img:before{
	/*top: -150px;*/
	width: 125%;
}
.about-us .single-feature p{
	max-width: 400px;
}
.contact-us-form .error-message{
	color: red;
}
.contact-us-form .field-error{
	color: red;
}
.contact-us-form .success-message{
	color: green;
}

#contacts input[type=text]{
	font-size: 15px;
}
#contacts input[type=text]::placeholder{
	font-size: 15px;
}
#contacts input[type=email]{
	font-size: 15px;
}
#contacts input[type=email]::placeholder{
	font-size: 15px;
}
#contacts input[type=phone]{
	font-size: 15px;
}
#contacts input[type=phone]::placeholder{
	font-size: 15px;
}
#contacts textarea{
	font-size: 15px;
}
#contacts textarea::placeholder{
	font-size: 15px;
}
.blue-bubble-text{
	color: #000000;
	font-size: 1.25rem;
	position: absolute;
	width: 255px;
	height: 255px;
	box-sizing: border-box;
	padding: 30px 30px 30px 30px;
	text-align: center;
	top: 100px;
    left: 50%;
    margin-left: 290px;
    background: url('../img/blue-bubble.png');
    background-size: cover;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.navbar-nav .nav-link{
	color: #000000;
}

.tg-section{
	padding-top: 50px;
	padding-bottom: 50px;
}
.text-with-tg img{
	width: 20px;
	display: inline-block;
	vertical-align: middle;
}
.text-with-tg a{
	/*color: #000000;*/
	text-decoration: none;
}
.no-margin{
	margin-bottom: 0 !important;
}
.footer-contacts{

}
.footer-contacts span img{
	width: 14px;
	display: inline-block;
	vertical-align: middle;
}
.footer-contacts span a{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.footer-contacts span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

.header-contacts{
	text-align: right;
}
.header-contacts span img{
	width: 14px;
	display: inline-block;
	vertical-align: middle;
}
.header-contacts span a{
	color: #000000;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
.header-contacts span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}
.navbar{
	display: block !important;
}

@media (max-width: 1100px){
	.blue-bubble-text{
		margin-left: 150px;
	}
}
@media (min-width: 320px) and (max-width: 992px){
	.header .navbar{
		background: #e4e8e9 !important;
	}
	.hero-section{
		background-image: url('../img/mobile-bg.jpg') !important;
	}
	.hero-section .col-lg-8{
		padding-left: 80px !important;
		padding-right: 80px !important;
	}
	.hero-section h1{
		font-size: 24px !important;
		line-height: 1 !important;
	}
	.hero-section p{
		font-size: 14px;
	}

	.blue-bubble-text{
		margin-left: 0;
		width: 200px;
		height: 200px;
		font-size: 1rem;
	}
}