
.footer {
    background: #060f20 !important;
    color: #435370 !important;
}

.__item {
	background: #ecf4fe;
	padding: 50px 0px;
	transition: all 0.5s ease-in-out;
}
.__item:hover {
	cursor: pointer;
	box-shadow: 8px 9px 35px 0px rgba(145, 145, 145, 0.23921568627450981);
}
.b-footer {
	border-top: 1px solid;
}
.section--light-blue-bg {
	background-color: transparent;
}
.top-bar.is-sticky {
	box-shadow: 0px 9px 15px 0px rgba(145, 145, 145, 0.23921568627450981);
	padding: 10px 0px 5px;
}

.top-bar__navigation {
	margin-left: 45px;
}
.text-lg-right  .img-fluid{
	box-shadow: 8px 9px 15px 8px rgba(145, 145, 145, 0.23921568627450981);
	padding:50px;
	
}
.text-lg-left  .img-fluid{
	box-shadow: 8px 9px 15px 8px rgba(145, 145, 145, 0.23921568627450981);
	padding:50px;
	
}
.row.align-items-md-center {
	background: #ecf4fe;
}

.text-lg-right {
	background-color:#fff;
}
.text-lg-left{
	background-color:#fff;
}
/*
.text-lg-right,.img-fluid:hover {
	transform: scale(1.1);
	transition: all 0.9s ease-in-out;
}
.text-lg-left,.img-fluid:hover {
	transform: scale(1.1);
	transition: all 0.9s ease-in-out;
}*/
.row.align-items-md-center {
	background: #ecf4fe;
	margin-bottom: 100px;
}
.top-bar__navigation li {
	margin-left: 35px;
}
.c-price {
	background: #ecf4fe;
	padding-bottom: 60px;
}
.section {
	padding-bottom: 0px;
}
.text-center.rounded {
	box-shadow: 8px 9px 35px 0px rgba(145, 145, 145, 0.23921568627450981);
}
.more-acc-contact {
	padding-bottom: 30px;
	margin-bottom: 100px;
}
.section {
	padding-bottom: 0px;
	background:#fefefe;
}
.c-contact {
	padding: 20px;
	box-shadow: 8px 9px 35px 0px rgba(145, 145, 145, 0.23921568627450981);
}
.c-contact .h2{
	margin-top: 20px;
	margin-bottom: 40px;
	transition: color .3s ease-in-out;
}
.footer a.eb {
	color: #fefefe;
	text-decoration:none;
}
.custom-btn.custom-btn--style-3 {
	background-color: #085db3;
	border-color: #085cb2;
	color: #fff;
	box-shadow: 0 8px 20px 0px #A8B1E4;
}
.custom-btn.custom-btn--style-3:focus, .custom-btn.custom-btn--style-3:hover {
	background: #085cb2;
	color: #fff;
	box-shadow: 0px 10px 16px 0px rgba(55, 125, 255, 0.2);
}
.top-bar--dark .top-bar__navigation a.active {
	color: #085cb2;
	text-decoration: underline #085cb2;
}
.top-bar__navigation ul li a:hover {
	color: #085cb2;
	text-decoration: underline #085cb2;
}
.custom-btn.custom-btn--style-2 {
	background-color: #085db3;
	border-color: #085db3;
	color: #fff;
	box-shadow: 0px 10px 16px 0px rgba(55, 125, 255, 0.2);
}
.custom-btn.custom-btn--style-2:focus, .custom-btn.custom-btn--style-2:hover {
	background-color: #085db3;
	border-color: #085db3;
	color: #fff;
	box-shadow: 0px 10px 16px 0px rgba(55, 125, 255, 0.2);
}
.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #085db3;
	border-color: #085db3;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #085db3;
	border-color: #085db3;
}
.btn-outline-primary {
	color: #181818;
	border-color: #085db3;
}
.colm_2 {
	background: #ecf4fe;
}


@media screen and (max-width:767px){
.top-bar__navigation {
	margin-left: 0;
} 
.top-bar__navigation li {
	margin-left: 0;
}
.top-bar__auth-btns a {
	margin-bottom: 20px;
}
.top-bar__action {
	margin-left: 0;
}
a.top-bar__logo.site-logo {
	margin-top: 0;
}
}

@media screen and (min-width:768px) and (max-width:1199px){
.top-bar__navigation {
	margin-left: 0;
} 
.top-bar__navigation li {
	margin-left: 0;
}
.top-bar__auth-btns a {
	margin-bottom: 20px;
}
.top-bar__action {
	margin-left: 0;
}
a.top-bar__logo.site-logo {
	margin-top: 0;
}
}
@media screen and (min-width:1200px){
.top-bar__auth-btns {
	margin-top: 0;
	margin-left: 0;
}
}



































