body {
font-family: "OpenSansRegular", sans-serif;
font-weight: normal;
font-size: 14px;
min-width: 320px;
position: relative;
line-height: 1.6;
-webkit-font-smoothing: antialised; }
.hidden {
display: none; }
section {
padding: 60px 0 60px;
}
a:active, a:focus, input, textarea, button { outline: none; } #header {
width: 100%;
position: relative;
z-index: 1001;
}
#header:after {
content: " ";
position: absolute;
bottom: -6px;
left: 0;
width: 100%;
height: 6px;
background-color: rgba(255, 255, 255, 0.5);
z-index: 10;
}
#top-bar {
width: 100%;
min-height: 108px;
font-size: 13px;
line-height: 33px; 
background: #fff; 
box-shadow: 0 1px 2px rgba(0,0,0,.13);
position: relative;
z-index: 10;
}
#top-info {
display: inline-block;
list-style: none;
margin: 25px 0;
padding: 0; 
line-height: 1.2; 
}
#top-info li {
display: block; 
}
#top-info .phone-head-wr a span{
font-size: 20px;
color: #0339A6;
display: inline-block;
}
#top-info .phone-head-wr a{
font-size: 28px;
font-family: "OpenSansRegular",sans-serif;
font-weight: 800;
text-align: center;
line-height: 1.2;
color: #000;
display: inline-block;
}
#top-info .phone-head-wr a:hover{
color: #0339A6;
border-bottom: none;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
#top-info .phone-email-wr a{
color: #0339A6;    
border-bottom: 1px #0339A6 dashed;
line-height: 1.2;
font-size: 14px;
}
#top-info .phone-email-wr a:hover{
color: #000 !important;
border-bottom: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.make-phone-call{
text-align: right;    
margin-top: 36px;
display: none;
}
.head-btn-wr .make-phone-call a{
border: 1px #0339A6 solid;
border-radius: 50px;    
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #fff;
background-color: #0339A6;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;    
padding: 12px 30px;
font-weight: 800;
}
.head-btn-wr .make-phone-call a:hover{
border: 1px #fff solid;
color: #0339A6;
background-color: #fff;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.cont-wrap-head{
text-align: right;
}
#nav-section {
min-height: 56px;
min-width: 320px;
padding: 0;
background-color: #0339A6;
width: 100%;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#nav-section.stuck {
position: fixed;
top: 0;
left: 0;
z-index: 11;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0);
}
#nav-section.stuck:after {
content: " ";
position: absolute;
bottom: -3px;
left: 0;
width: 100%;
height: 3px;
background-color: #e3e3e3;
z-index: 10;
}
#nav-section.shrink {
min-height: 61px;
}
#nav-section.shrink .navbar-nav > li > a {
line-height: 61px;
}
.adress-line{
text-align: right;
background-color: #0339A6;
}
.adress-line p{
color: #fff;
font-size: 14px;  
}
.adress-line p span{
font-family: "OpenSansRegular", sans-serif;
font-weight: 600;
}
.logo-img{
display: inline;    
float: left;
width: 60px;
}
.logo-img img{
width: 80px;
padding-top: 10px;
}
.logo-text{
line-height: 1.4;
margin: 14px 0 9px 23px;
display: inline-block;
}
.logo-text .logo-head-text{
margin: 0;
text-transform: uppercase;
font-size: 28px;
font-family: "OpenSansRegular", sans-serif;
font-weight: 800;
color: #034AA6;
text-shadow: 0px 1px 1px #034AA6;
}
.logo-text .logo-body-text{
margin: 0;
line-height: 1.2;
text-align: left;
font-size: 14px;
font-weight: 800;
color: #000;
} .navbar {
float: left; min-height: 0;
border: none;
}
.navbar-nav > li > a {
padding: 0 30px;
display: block;
color: #fff;
line-height: 56px;
font-weight: 800;
text-transform: uppercase;
font-family: "OpenSansRegular", sans-serif;
font-size: 16px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.navbar-nav > li > a:first-child{
padding-left: 0;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.nav > li > a:hover,
.nav > li > a:focus {
background-color: transparent;
color: #d9b29c;
}
.navbar-nav > li > a:last-child{
padding-right: 50px;
}
@media (min-width: 768px){
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px){
.navbar-nav {
float: left;
margin: 0;
}
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
@media (min-width: 768px){
.navbar-nav>li {
float: left;
}
}
.nav>li {
position: relative;
display: block;
}
@media (max-width: 992px){
.sb-search {
display: none;
}
}
@media (max-width: 992px){
.nav {
display: none;
}
} .toggle-mnu {
display: block;
width: 28px;
height: 28px;
margin-top: 16px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
content: "";
position: absolute;
left: 0;
top: 9px;
}
.toggle-mnu span:after {
top: 18px;
}
.toggle-mnu span {
position: relative;
display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
width: 100%;
height: 3px;
background-color: #fff;
transition: all 0.3s;
backface-visibility: hidden;
border-radius: 2px;  
}
.toggle-mnu.on span {
background-color: transparent;
}
.toggle-mnu.on span:before {
transform: rotate(45deg) translate(-1px, 0px);
}
.toggle-mnu.on span:after {
transform: rotate(-45deg) translate(6px, -7px);
} .toggle-mnu {
position: absolute;
top: 0;
right: 15px;
z-index: 500;
}
.hidden-mnu {  
display: none;
z-index: 50;
width: 80%;
right: 0;
background-color: #0339A6;
position: absolute;
box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}
.hidden-mnu ul {
padding: 10px 0;
}
.hidden-mnu li {
display: block;
padding: 0px 10px;
color: #fff;
font-family: "OpenSansRegular", sans-serif;
font-size: 15px;
text-align: left;
}
.hidden-mnu a {
color: #fff;
display: block;
padding: 8px 10px;
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
}
.hidden-mnu a:hover {
color: #d9b29c; 
transition: all .5s ease;
}
.navbar ul>li ul {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: .25s;
-moz-transition: .25s;
-o-transition: .25s;
-ms-transition: .25s;
transition: .25s;
background: #0339A6;
position: absolute;
top: 44px;
left: 0px;
height: auto;
padding: 0;
z-index: 22 !important;
text-align: left;
padding: 12px 26px;
}
.navbar ul>li:hover>ul {
opacity: 1; filter: alpha(opacity=100);
visibility: visible;
box-shadow: 15px 25px 29px rgba(0, 0, 0, 0.3);
}
.navbar ul>li ul li {
white-space: nowrap;
position: relative;
display: block;
padding: 0;
margin: 10px 0;
}
.navbar ul>li ul a {
color: #fff;
font-size: 16px;
text-transform: uppercase;
font-weight: 800;
}
.navbar ul>li ul a:hover {
color: #d9b29c;
transition: all .5s ease;
}  .white-popup {
position: relative; 
padding: 25px;
max-width: 590px;
margin: 0 auto; }
.white-popup img {
max-width: 100%; }
.mfp-zoom-in .mfp-with-anim {
opacity: 0;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8); }
.mfp-zoom-in.mfp-bg {
opacity: 0;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.mfp-zoom-in.mfp-ready .mfp-with-anim {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }
.mfp-zoom-in.mfp-ready.mfp-bg {
opacity: 0.8; }
.mfp-zoom-in.mfp-removing .mfp-with-anim {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
opacity: 0; }
.mfp-zoom-in.mfp-removing.mfp-bg {
opacity: 0; }
.mfp-close-btn-in .mfp-close {
color: #fff;
right: 34px;
top: 34px;
} .form-callback {
padding: 32px 26px;  
background-color: #0339A6; 
}
.contact-form-head {
text-align: center;
}
.form-callback h4 {
text-transform: uppercase;
font-size: 18px;
margin-top: 0;
margin-bottom: 10px;
color: #fff; 
}
.form-callback p {
color: #fff;
font-size: 14px;
margin-top: 0;  
}
.form-callback span {
font-size: 14px;
color: #fff;
opacity:.5;
margin-bottom: 3px;
display: block;
}
.form-callback input {
background-color: transparent;
border-radius: 2px;
border: none;
padding: 9px 15px 9px;
display: block;
width: 100%;
color: #fff;
font-size: 14px;
border: #fff 1px solid;
border-radius: 50px;
height: 50px;   
}    
input[type="text"] {    
color: #fff;
}
::-webkit-input-placeholder { color: #fff;
}
:-moz-placeholder { color: #fff;
}
::-moz-placeholder { color: #fff;
}
:-ms-input-placeholder { color: #fff;
}
.form-callback label {
margin-bottom: 12px;
display: block;
}
.button-small {
border: 1px #0339A6 solid;
border-radius: 50px;
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #0339A6;
background-color: #fff;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
padding: 12px 30px;
font-weight: 800;
width: 100%;
}
.button-small:hover {
border: 1px #0339A6 solid;
color: #fff;
background-color: #0339A6;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.button-small:active {
background-color: #0a27bb;
}
.form-callback .text-center {
text-align: center;
} 
.form-callback { 
margin: auto; position:relative;
} 
.politic-conf p{
color: #fff;
font-size: 12px;
}
.politic-conf a{
color: #fff;   
opacity: .6;
}
.politic-conf a:hover{
color: #fff;
opacity: 1;
transition: all .25s ease;
webkit-transition: all .25s ease;
}  .main-head{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px 0 60px;
}
.main-head h1{
color: #fff;
position: relative;
width: 60%;
font-size: 38px;
line-height: 1.1;
margin: 0;
font-weight: 800;
text-shadow: 0px 2px 3px #000;
text-transform: uppercase;
}
.main-head-icon{
text-align: left;
margin-top: 20px;
display: block;
}
.main-head-icon img{
width: 55px;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
border-radius: 50px;
float: left;
margin-right: 8px;
}
.main-head-text{
width: 46%;
}
.main-head-text p{
font-size: 14px;
color: #fff;
line-height: 1.2;
}
.main-head-text p{
top: 5px;
position: relative;
}
.main-head .make-phone-call{
text-align: left;
margin-top: 37px;
}
.main-head .make-phone-call a{
border: 1px #0339A6 solid;
border-radius: 50px;
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #0339A6;
background-color: #fff;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
padding: 12px 30px;
font-weight: 800;
}
.main-head .make-phone-call a:hover{
border: 1px #0339A6 solid;
color: #fff;
background-color: #0339A6;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.main-head-wrap p{
color: #fff;
text-transform: uppercase;
font-size: 26px;
font-weight: 800;
line-height: 1.2;
margin: 10px 0;
text-shadow: 0px 2px 3px #000;
}
.item-one p{
top: 12px;
}
.make-phone-call p{
color: #fff;
text-transform: uppercase;
font-size: 18px;
font-weight: 800;
line-height: 1.2;  
text-shadow: 0px 2px 3px #000;
}  .services{
position: relative;
background-color: #fff;
}
.section-title h3{
font-size: 24px;
line-height: 1.2;
font-weight: 700;
color: #0339A6;
margin: 0px;
margin-bottom: 10px;
}
.service-item{
background-color: #fff;
box-shadow: 0px 1px 4px rgba(0,0,0,.13);
padding: 25px 20px;
margin-top: 30px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.service-img{
display: inline;
}
.service-img img{
width: 200px;
}
.service-img span{
float: right;
color: #d9b29c;
}
.service-text{
margin-top: 10px;
}
.service-img p{
font-size: 22px;
font-weight: 600;   
line-height: 1.2;
color: #000;
margin-bottom: 0;
margin-top: 0;
}
.service-img p:hover{
color: #0339A6;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.service-text a{
color: #0339A6;
font-size: 16px;
}
.service-text a:hover{  
color: #d9b29c;    
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.service-text a .fa{
font-size: 14px;
display: inline-block;
position: relative;
top: 0;
left: 1px;
color: #0339A6;
}
.service-item:hover{
background-color: #f8f8f8;
box-shadow: 0px 12px 21px rgba(0,0,0,.08);
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.service-text .make-phone-call{
display: inline;
float: right;
margin-top: 0;
}
.service-text a.button{
border: 1px #0339A6 solid;
border-radius: 50px;
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #fff;
background-color: #0339A6;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
padding: 12px 30px;
font-weight: 800;
}
.service-text a.button:hover{
border: 1px #fff solid;
color: #0339A6;
background-color: #fff;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}  .expert{
position: relative;
background-color: #efefef;
padding-bottom: 20px;
}
.section-title p{
text-align: left;
margin: 0px 0 30px;
font-size: 16px;
color: #d9b29c;
line-height: 1.2;
font-weight: 600;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
position: relative;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.col-xs-1-5 {
width: 20%;
float: left;
}
@media (min-width: 768px) {
.col-sm-1-5 {
width: 20%;
float: left;
}
}
@media (min-width: 992px) {
.col-md-1-5 {
width: 20%;
float: left;
}
}
@media (min-width: 1200px) {
.col-lg-1-5 {
width: 20%;
float: left;
}
}
.edge_category_img{
text-align: center;
}
.edge_category_img img{
box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2);
border-radius: 50px;
width: 75px;
}
.edge_category_text{
text-align: center;
}
.edge_category_text p{
font-size: 14px;
color: #000;
line-height: 1.2;
text-transform: uppercase;
font-weight: 800;
}   .subscribe-section .section-title h3{
text-align: center;
color: #fff;
margin-top: 40px;
}
.calc-price{
-webkit-background-size: cover;
background-size: cover;
background-attachment: fixed;
}
.cons-sect-wrap{
border-bottom: 1px #0097dc solid;
padding: 0;
}
.subscribe-section { position: relative;
padding-bottom: 14px;
background-color: #0339A6;
}
.cons-sect-wrap-img{
display: block;
text-align: center;
margin-top: 20px;
}
.cons-sect-wrap-img img{
width: 300px;
}
.cons-sect-wrap-own-page .ht-newsletter h5{
text-align: center;
margin-top: 20px;
font-size: 22px;
}
.cons-sect-wrap-own-page .ht-newsletter h2{
text-align: center;
}
.cons-sect-wrap-own-page .newsletter-forn-in {
margin-top: 20px;
}
.cons-sect-wrap-own-page .subscribe-section{
padding-bottom: 40px;
}
.cons-sect-wrap-own-page .newsletter-input {    
margin-left: 0px!important;    
}
.ht-newsletter h5 {
font-weight: 600;
font-size: 17px;
color: #fff;    
text-transform: uppercase;
margin-bottom: 0px;
margin-top: 48px;
}
.ht-newsletter h2 {
color: #fff;
font-weight: 300;    
line-height: 28px;    
font-size: 22px;
text-align: left;
}
.ht-newsletter h2 b {
font-weight: 700;
}
.newsletter-forn-in {
margin-top: 72px;
}
.newsletter-input {
height: 56px;
border-radius: 120px;
padding-left: 14px;
width: 100%!important;
border: 1px #eee solid;
margin-left: -15px!important;
background-color: #f8f8f8;
}
.form-group {
width: 100%;
}
.subscribe-btn {
background-color: #0339A6;   
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2); 
color: #fff;
height: 56px;
border-radius: 120px;    
width: 100%!important;
border: 1px #fff solid;
font-size: 18px; 
margin-top: 0;   
}
.subscribe-btn:hover{
background-color: #fff;
border: 1px #0339A6 solid;
color: #0339A6;  
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.cons-sect-wrap .form-control:focus {   
border-color: #d9b29c;
outline: 0;
box-shadow: none;
}
.cons-sect-wrap input[type="text"] {    
color: #333;
}
.cons-sect-wrap ::-webkit-input-placeholder { color: #333;
}
.cons-sect-wrap :-moz-placeholder { color: #333;
}
.cons-sect-wrap ::-moz-placeholder { color: #333;
}
.cons-sect-wrap :-ms-input-placeholder { color: #333;
}
@media only screen and (max-width: 991px) and (min-width: 768px){
.ht-newsletter {
padding-left: 0;
padding-right: 0;
text-align: center;
width: 100%;
}
.ht-newsletter h2 {
margin-bottom: 10px;
margin-top: 10px;
font-size: 26px;
text-align: center;
}
.ht-newsletter h5{
margin-bottom: 0;
}
.newsletter-input {
height: 45px;
font-size: 13px;
letter-spacing: 0;
margin-top: 20px;
}
.newsletter-forn-in {
margin-top: 0;
width: 100%;   
}
.subscribe-btn {
height: 45px;
padding-left: 0;
font-size: 13px;
letter-spacing: 0;
margin-top: 20px;    
}
.ht-newsletter h5 {   
margin-top: 26px;    
}
.newsletter-input {    
margin-left: 0px!important;  
}
}
@media only screen and (max-width : 767px) {
.ht-newsletter {
padding-left: 0;
padding-right: 0;
text-align: center;
width: 100%;
}
.ht-newsletter h2 {
margin-bottom: 10px;
margin-top: 10px;    
text-align: center;
}
.ht-newsletter h5{
margin-bottom: 0;
}
.newsletter-input {
height: 45px;
font-size: 13px;
letter-spacing: 0;
margin-top: 20px;
}
.newsletter-forn-in {
margin-top: 0;
width: 100%;   
}
.subscribe-btn {
height: 45px;
padding-left: 0;
font-size: 14px;
letter-spacing: 0;
margin-top: 20px;    
}
.ht-newsletter h5 {   
margin-top: 26px;    
}
.newsletter-input {    
margin-left: 0px!important;  
}
}
@media only screen and (max-width : 575px){    
}
@media only screen and (max-width : 349px){
.ht-newsletter h5 {   
line-height: 1.4;
}
}
@media only screen and (min-width : 768px) {
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
}  .plucies{
position: relative;
background-color: #fff;
padding-bottom: 0px;
}
.plucies-text h3 .fa{
color: #d9b29c;
font-size: 22px;
}
.plucies-text h3{
color: #000;
font-size: 22px;
margin: 15px 0 0;
line-height: 1.2;
}
.plucies-text p{
color: #000;
font-size: 14px;
line-height: 1.4;
}
.plucies-item{
margin-bottom: 30px;
}  .about{
position: relative; box-shadow: 0 5px 5px -5px rgba(51,51,51,.7);
z-index: 9;
background-color: #fff;
}
.about-img{
display: block;
width: 100%;
}
.about-img img{
width: 100%;
webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
-mox-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) , 0 0 1px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.1) inset;
}
.about .make-phone-call{
text-align: left;
margin-top: 30px;
}
.about .make-phone-call a{
border: 1px #0339A6 solid;
border-radius: 50px;
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #0339A6;
background-color: #fff;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
padding: 12px 30px;
font-weight: 800;
}
.about .make-phone-call a:hover{
border: 1px #0339A6 solid;
color: #fff;
background-color: #0339A6;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.about-text p{
color: #000;
line-height: 1.4;
}  .map-wrap iframe{
width: 100%;
}
.map{
padding: 0;
}  footer {
background-color: #0339A6;
box-shadow: 0 -3px 5px -3px rgba(51,51,51,.7);
position: relative;
}
footer .logo-text .logo-head-text{
color: #fff;
}
footer .logo-img {
display: block;
float: none;
width: 60px;
}
footer .logo-text {
line-height: 1.4;
margin: 10px 0 9px;
display: block;
}
footer .logo-text .logo-body-text {    
margin-top: 8px;
color: #fff;
}
footer ul{
list-style-type: none;
padding-left: 0;
}
footer p {
color: #ffffff;
font-size: 12px;
font-weight: 400;
line-height: 14px;
margin-bottom: 5px;
}
footer h4 {
color: #d9b29c;
font-size: 18px;
font-weight: 700;
line-height: 18px;
text-transform: uppercase;
margin-bottom: 24px;
}
footer ul li {
list-style: none;
padding: 0;
margin-top: 17px;
margin-bottom: 19px;
}
footer .logo p{
color: #fff;
}
footer .logo span{
color: #fff;
}
footer a:hover{
text-decoration: none;
}
.line {
width: 262px;
height: 1px;
background-color: #ffffff;
}
footer .fa-angle-right {
color: #ffffff;
font-size: 14px;
}
footer ul li {
color: #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 18px;
margin-left: 0 !important;
}
footer ul li i {
margin-right: 12px;
}
footer ul li a {
color: #ffffff;
font-size: 14px;
font-weight: 400;
line-height: 18px;
margin-left: 12px;
}
footer ul li a:hover {
color: #d9b29c;
text-decoration: none;
}
footer .fa-phone {
transform: rotate(90deg);
}
footer form input,footer form input:focus {
width: 100%;
height: 46px;
border: 1px solid #ffffff;
margin-bottom: 13px;
outline: none;
background-color: transparent;
color: #ffffff;
padding: 10px;
border-radius: 50px;
}
footer form input::-webkit-input-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}
footer form input::-moz-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}
footer form input:-moz-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}
footer form input:-ms-input-placeholder {color: #ffffff; opacity: 0.5; font-size: 14px; font-weight: 400; line-height: 18px;}
footer form textarea {
width: 262px;
margin: 0 0 12px;
background-color: transparent;
color: #fff;
}
footer form textarea::-webkit-input-placeholder {opacity: 0.5; color: #ffffff;  font-size: 14px; font-weight: 400;    line-height: 18px;}
footer form textarea::-moz-placeholder {opacity: 0.5; color: #ffffff; font-size: 14px; font-weight: 400;    line-height: 18px;}
footer form textarea:-moz-placeholder {opacity: 0.5; color: #ffffff;  font-size: 14px; font-weight: 400;    line-height: 18px;}
footer form textarea:-ms-input-placeholder {opacity: 0.5; color: #ffffff;  font-size: 14px; font-weight: 400;    line-height: 18px;}
footer form textarea:focus {
border: 1px solid #ffffff;
outline: none;
}
footer button {
border: 1px #0339A6 solid;
border-radius: 50px;
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #0339A6;
background-color: #fff;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
padding: 12px 30px;
font-weight: 800;
width: 100%;
}
footer button:hover {
border: 1px #0339A6 solid;
color: #fff;
background-color: #0339A6;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
footer button:active,footer button:focus {
outline: none;
}
.checkbox {
margin-top: 18px;    
color: #ffffff;
font-size: 10px;
font-weight: 400;
line-height: 12px;
cursor: pointer;
}
.checkbox i {
margin-right: 3px;
}
footer .footer-logo{
display: block;
width: 100%;
margin-bottom: 40px;
}
footer .footer-logo img{
width: 120%;
}  .service-page{
padding: 70px 0 80px;
}
.service-item-img {
text-align: left;
margin-top: 30px;
}
.service-item-img img {
width: 70px;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
border-radius: 50px;
float: left;
}
.service-item-text p{
color: #fff;
line-height: 1.2;
text-transform: uppercase;
font-weight: 800;
position: relative;
top: 20px;
left: 8px;
}  .service-page-descr{
position: relative;
background-color: #fff;
}
.service-page-descr-item{
background-color: #efefef;
box-shadow: 0px 1px 4px rgba(0,0,0,.13);  
margin-left: auto;
margin-right: auto;
width: 80%;    
display: flex;
}
.service-page-descr-item-img{
display: block;
width: 100%;
}
.service-page-descr-item-img img{
width: 100%;
}
.service-page-descr-item-text p{
font-size: 16px;
font-weight: 600;
border-bottom: 1px #d9b29c solid;
line-height: 1.2;
margin: 0;
text-align: justify;
}
.service-page-descr-item-text{
margin-top: 12px;
}  .expertiza-wrap ul {
list-style-type: none;
padding-left: 0;
}
.expertiza-wrap ul li {
font-size: 14px;
color: #000;
line-height: 1.2;
margin-bottom: 10px;
}
.expertiza-wrap ul li .fa {
color: #0339A6;
font-size: 9px;
position: relative;
bottom: 2px;
}
.expertiza-wrap{
padding-bottom: 0;
}  .study-wrap{ background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-top: 14px;
}
.study-wrap-img{
float: left;
}
.study-wrap-img img{
box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2); width: 212px;
margin-right: 15px; }
.study-wrap-text p{
color: #000;
line-height: 1.4;
margin: 0;
}
.study-wrap-item{
background-color: #fff;
box-shadow: 0px 1px 4px rgba(0,0,0,.13);
transition: all .5s ease;
padding: 25px 20px;
display: inline-block;
}  .breadcrumb {
width: 100%;   
margin-bottom: 0px;
padding: 0;    
position: relative;
z-index: 9;
background-color: #fff;
}
.breadcrumb ul{
padding-left: 0;
}
.breadcrumb ul li {
list-style: none;
float: left;
color: #777;    
}
.breadcrumb ul li i {
font-size: 12px;
}
.breadcrumb ul li a {
color: #777;
font-size: 13px;
font-weight: 400;
line-height: 18px;
margin: 0 5px;
}
.breadcrumb ul li a:hover {
text-decoration: none;
color: #d9b29c;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.breadcrumb ul li a.active {
color: #0339A6;
}  .contact-page-wrap-img{
text-align: center;
}
.contact-page-wrap-img img{
box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.2);
border-radius: 50px;
width: 75px;
}
.contact-page-wrap-text{
text-align: center;
}
.contact-page-wrap-text p{
font-size: 14px;
color: #000;
line-height: 1.2;
text-transform: uppercase;
font-weight: 800;
}
.contact-page-wrap-text a{
font-size: 14px;
color: #000;
line-height: 1.2;
text-transform: uppercase;
font-weight: 800;
display: block;
margin-top: 14px;
}
.contact-page-wrap-text a:hover{
color: #0339A6;    
-webkit-transition: all .5s ease;
transition: all .5s ease;
}  .donate-wrap-item {
margin-bottom: 30px;
}
.donate-wrap-text h3 {
color: #000;
font-size: 22px;
margin: 15px 0 0;
line-height: 1.2;
}
.donate-wrap-text h3 .fa {
color: #d9b29c;
font-size: 22px;
}
.donate-wrap-text p {
color: #000;
font-size: 14px;
line-height: 1.4;
}
.donate-wrap-text ul{
list-style-type: none;
padding-left: 0;
}
.donate-wrap-text ul li{
font-weight: 800;
line-height: 1.2;
margin-bottom: 10px;
}
.donate-wrap{
padding-bottom: 0;
}  .footer-bottom {
background: #090909;   
color: #424242;
padding: 12px 0px;
position: relative;
}
.footer-bottom .logo-sign{
text-align: right;
display: block;
width: 100%;
}
.footer-bottom .logo-sign img{
width: 75px;
}
.footer-bottom .logo-sign {
color: #7b7b7b;
font-size: 12px;
}
.footer-bottom .logo-sign p{
text-align: center;
margin-bottom: 0;
margin-top: 0;
}
.footer-bottom .row {
margin-bottom: 0px;
}
@media only screen and (max-width : 767px){
.footer-bottom .logo-sign {
color: #7b7b7b;
font-size: 12px;
margin: 5px 0;
}
} .wmpagree {display:none !important} .blog--section img {
max-width: 100%;
height: auto;
vertical-align: middle;
}
.blog--section p:last-child {
margin-bottom: 0;
}
.blog--section .post--item {
margin-bottom: 30px;
border: 1px solid #eee;
-webkit-transition: border-color .25s, box-shadow .25s ease-in-out;
transition: border-color .25s, box-shadow .25s ease-in-out;
}
.blog--section .post--info .h5 a {
margin-bottom: 9px;
font-size: 16px;    
color: #333;   
font-weight: 700;
}
.blog--section .post--info .h5 a:hover, 
.blog--section .post--info a:hover{
color: #15a8b9;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.blog--section .post--info p, 
.blog--section .post--info a{
color: #555;
font-size: 12px;
line-height: 1.2;
}
.blog--section .post--content p{
color: #555;
font-size: 14px;
line-height: 1.4;
}
.blog--section .post--info {
padding: 10px 30px 0;
color: #999;
}
.blog--section .post--info .h5 {
margin-bottom: 9px;
line-height: 1.2;
}
.blog--section .post--info p .divider {
margin: 0 5px;
}
.blog--section .post--content {
margin-top: 10px;
padding: 0 30px;
}
.blog--section .post--content p {
margin-bottom: 26px;
}
.blog--section .post--content p:last-child {
margin-bottom: 0;
}
.blog--section .post--footer {
margin-top: 23px;
padding: 0 30px 30px;
}
.blog--section .btn {   
border: 1px #0339A6 solid;
border-radius: 50px;
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #fff;
background-color: #0339A6;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
padding: 12px 30px;
font-weight: 800;    
}
.blog--section .btn:hover{
border: 1px #fff solid;
color: #0339A6;
background-color: #fff;
-webkit-transition: all .5s ease;
transition: all .5s ease;
}
.blog-btn-more{
text-align: center;
}
.blog-btn-more a{
border: 1px #0339A6 solid;
border-radius: 50px;
font-family: "OpenSansRegular", sans-serif;
font-size: 14px;
color: #0339A6;
background-color: #fff;
box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.2);
text-transform: uppercase;
padding: 12px 30px;
font-weight: 800;
}
.blog-btn-more a:hover{
border: 1px #0339A6 solid;
color: #fff;
background-color: #0339A6;
-webkit-transition: all .5s ease;
transition: all .5s ease;
} .page-numbers > li:first-child > a,
.page-numbers > li:first-child > span {
margin-left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-radius: 0;
}
.page-numbers > li:last-child > a,
.page-numbers > li:last-child > span {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-radius: 0;
}
.page-numbers li span.current, 
.page-numbers > .active > a,
.page-numbers > .active > span,
.page-numbers > .active > a:hover,
.page-numbers > .active > span:hover,
.page-numbers > .active > a:focus,
.page-numbers > .active > span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #0339A6;
border-color: #0339A6;
}
.page-numbers > li > a,
.page-numbers > li > span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #0339A6;
text-decoration: none;
background-color: #fff;
border: 1px solid #0339A6;
margin: 5px;
}
.page-numbers > li > a:hover, .page-numbers > li > a:focus,
.page-numbers > li > span:focus {
color: #0339A6;
background-color: #eee;
border-color: #f8f8f8;
}
.page-numbers li.active a { color: #fff !important }
.page-numbers {
display: inline-block;
padding-left: 0;
margin: 0;
border-radius: 0px;
}
.page-numbers > li {
display: inline;
}  .single-post .featured-img{
width: 100%;
text-align: center;
display: block;
}
.single-post .featured-img img{
width: 100%;
box-shadow: 0px 1px 4px rgba(0,0,0,.13);
}
.single-post h3{
font-size: 22px;
line-height: 1.2;
font-weight: 700;
color: #252b33;
margin: 20px 0 0 0;
}
.single-post hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px #0339A6 solid;
}
.lead {
margin-bottom: 20px;
font-size: 21px;
font-weight: 300;
line-height: 1.4;
}
.single-post p{ 
display: block;
font-size: 14px;
line-height: 1.4;
}
.single-post h4{
font-weight: 700;
font-size: 18px;
margin-top: 10px;
margin-bottom: 10px;
}
.blog--section{
background-color: #fff;
position: relative;
} .as-18-07-pr{
width: 100%;
display:flex;
align-items: flex-start;
padding-top: 40px;
padding-bottom: 40px;
}
.as-18-07-pr img{
max-width: 100%;
display:flex;
}
@media only screen and (max-width : 767px){
.asd-18-07-pr-4252{
display: flex;
flex-direction: column;
}
.asd-18-07-pr-4252  .col-sm-4 {
margin-bottom: 0 !important;
}
.asd-18-07-pr-4252 .service-item-img {
margin-top: 19px;
}
}
@media only screen and (max-width : 620px){
.service-page-asd-18-07{
background-position-x: -343px !important;
}
}
.as-21-07{
display:flex;
flex-wrap:wrap;
}
.as-21-07-1{
width: 100%;
margin-left: 15px;
}