html, body { min-height: 100%; }


body{
  font-family: 'Open Sans', sans-serif;
  color: #2a2b2f;
  background: #fcfdff;
}

h1,h2,h3,h4{
  font-weight: normal;
  margin-top: 0;
}

p,ul{
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}

a{
  color: #51c3fb;
}

/* Btn --------------------*/

.btn{
  text-transform: uppercase;
}
.btn-default {
  color: #51c3fb;
  background-color: transparent;
  border-color: #51c3fb;
  border-radius: 0;
  font-size: 11px;
  padding: 11px 60px;
  letter-spacing: .6px;
  transition: all .3s;

}

.btn-group-lg > .btn, .btn-lg {
    padding: 16px 18px;
    font-size: 16px;
}


.b-head{
  margin-bottom:5.5em;
}
.b-head h2,
.b-head h1{
  font-size: 36px;
  font-weight: 300;
}

.b-head p{
  font-size: 16px;
  hyphens: auto;
}

.b-head h2::first-letter,
.b-head h1::first-letter{
  /*color:#51c3fb;*/
}

article{
  margin-bottom: 2.5em;
}

.page header,
.archive header{
  /*border-bottom: 1px solid #eee;*/
 
  margin-bottom: 2em;
}

.header-top{
  background: #fbfdff;
  border-bottom: 1px solid #d3edfa;
  padding-top: 15px;
  min-height: 49px;
  /* margin-bottom: 30px; */
}

.home header{
	border-bottom: none!important;
}

.header-top i{
  color:#51c3fb;
  padding: 0 .5em;
}

.top-phone{
  position: relative;
}

.top-phone a:hover{
  text-decoration: none;
}


.block_phone_top{
  position: absolute;
  background: #fff;
  display: none;
  z-index: 999;
}


.block_phone_top a{
 display: block;
 margin: 5px 28px;
 transition: all .3s;
}

.header-top i.fa-chevron-down{
  font-size: 10px;
}

.top-phone:hover .block_phone_top{
 display: block;
}



nav ul{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

nav a{
  color:#2a2b2f;
  padding: 0 .3em;
  display: block;
  position: relative;
  transition: all .3s;

}
nav a:hover{
  text-decoration: none;
  color:#51c3fb;
}

nav a:focus{
  color:#2a2b2f;
  text-decoration: none;
}

nav .current-menu-item  a,
.current-page-ancestor  a,
.current-post-ancestor a,
.current-menu-parent a 
.current-post-parent a{
    border-bottom: solid 2px #51c3fb;
}

nav .menu-item-95  a{
    border-bottom: none;
	  width: 250px;
    display: block;
    margin-bottom: -80px;
}

a.logo {
    display: block;
    width: 200px;
    margin: 0 auto;
}

nav.top-nav {
    margin-bottom: 20px;
}

.f-nav-active nav.top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0 0;
    background: #fff;
    border-bottom: solid 1px #9ed9f6;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    z-index: 100;
}






.them-breadcrumb{
  margin-bottom: 2em;
}

/* NEW text blink*/

.menu-item-239 span {
    position: absolute;
    top: -12px;
    right: -8px;
    font-size: 9px;
    color: red;
    font-weight: 600;
    font-style: italic;
}


.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}


.top-address-item {
    margin-right: 15px;
}

i.fa-facebook-square,
i.fa-instagram{
  font-size: 20px;
  padding: 0 .2em;
  color: #464646;
  transition:all .3s;
}

i.fa-facebook-square:hover,
i.fa-instagram:hover{
  color:#64c9fb;
}

a.top-address-item:hover{
  text-decoration: none;
}


.top-slider {
  margin-bottom:5.5em;
}

/*

.slide-content{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;


}

*/


.slide-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 60px;
}

.slide-content .c-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;

}






.slide-content h2{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 1em;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: .3px;
    /*padding-left: 10%;*/


    
}



.slide-content .btn{
  color: #fff;
  border-color: #fff;
  border-radius: 3px;
  margin-top: 1em;
  font-size: 12px;
  padding: 12px 32px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;

  
}

.top-logo-mobile{
  display:none;
}

.btn-nav{
  display:none;
  cursor: pointer;
  font-size: 32px;
  margin-top:-15px;
}


/* ------ TAB BlOCK --------------*/

.block-tabs {
font-size: 18px;
color: #b0b0b0;
font-weight: 300;
list-style: none;
display: table;
width: 100%;
padding: 0;
margin-bottom: 0;
}

.block-tabs li {
cursor: pointer;
display: table-cell;
vertical-align: middle;
max-width: 1px;
text-align: center;
transition: all .3s;
padding-bottom: 12px;
}

.block-tabs .active {
color: #535353;
font-weight: 600;
border-bottom: solid 3px #51c3fb;

}
.tab-content-wrap{
min-height: 490px;
overflow: hidden;
display: flex;
align-items: center;

}

.tab-main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.tab-main .btn{
  color: #fff;
  border-color: #fff;
  border-radius: 3px;
  margin-top: 1em;
}

/* alternative-style

.tab-main .btn {
  color: #222;
  border-color: #ffffff;
  border-radius: 3px;
  margin-top: 1em;
  background: #fff;
  box-shadow: 0 3px 8px rgba(51, 51, 51, 0.25882352941176473);
}



/*

.tab-content p{
  margin:5em 0;

}

*/

.tab-description {
  /*background: #9edaf6;*/
  background: rgba(158, 218, 246, 0.8);
  padding: 12px 24px;
  border-radius: 6px;
  color: #fff;
  margin: 16px;
}

.tab-container {
float: left;
width: 100%;
}

.tab-drawer-heading {
display: none;
}


.who-me{
background:url(../images/bg-service.png)no-repeat center center;
padding: 3em 0;
background-size: contain;
}

.who-me-block {
  margin-bottom: 2em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}


.who-me-block .icon-wrap{
  border:solid 2px #51c3fb;
  border-radius: 50%;
  width: 120px;
  height:120px;
  margin: 0 auto 1.5em;

}

.who-me-block i{
  font-size:60px;
  color:#51c3fb;
  line-height: 120px;

}


 .who-me-block h2{
  font-size: 21px;
  line-height: 1.6em;
  text-align: center;
}

.who-me-block p{
  text-align: left;
  font-size: 1em;
  hyphens: auto;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}



.block-persona {
/*    background: #d6edfb4d;*/
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 2em;
	min-height:505px;
}
.block-persona a {
  transition:all .3s;
  }

.p-service .block-persona {
  min-height: 420px;
  


}

.block-persona h3{
  padding:1em;
  transition:all .3s;
  
}

.title-a-block {
  min-height: 112px;
  border-bottom: solid 1px #ccc;
  
}


.row-flex{
  display: flex;
  flex-wrap: wrap;
}



.block-persona p {
    padding: 0 2em;
}


.block-persona .round {
    display: block;
    border-radius: 50%;
    border:solid 1px transparent;
    width: 300px;
    height: 300px;
    margin: 0 auto 1.5em;
    transition: all .3s;
    overflow: hidden;
    position: relative;
}

.block-persona .round  img{
  position: absolute;
}

.block-persona .round:hover {
    border:solid 3px #fff;
    overflow: hidden;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2);
  }

.main-tab-block{
	margin-bottom:60px;

}

.article-list {
    margin-bottom: 1.5em;
}

.article-list:last-child hr{
  display: none;
}


.article-list img{
  border: solid 1px #eee;  
  margin-bottom: 20px;
  transition:all .3s;
}

.article-list img:hover{
  box-shadow: 0 6px 30px rgba(0,0,0, .2);
} 




.is-resized img{
  max-width: 100%;
  height: auto;
}





footer{
  /* min-height: 150px; */
  height: calc(100vh - 690px - 49px - 100px);
  position: relative;
  background-image: url('img/footer-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px){
  footer{
    height: calc(100vh - 340px - 84px);
  }
}
@media screen and (max-width: 767px){
  footer{
    /* height: calc(100vh - 390px - 390px); */
  }
}


/*.page .front-footer{
  min-height: 420px;
}
*/
.foooter-content{
  position: absolute;
  width: 100%;
 height: 50px;
 margin-top:-25px;
 top:50%;
 left:0;

}

.btn-top {
    display: block;
    text-align: center;
    float: right;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    border: solid 1px #51c3fb;
    margin-top: -56px;
    margin-right: 5em;
    cursor: pointer;
}

.btn-top i{
  font-size:60px;
  color:#51c3fb;
  line-height: 56px;

}


.copyright{
 padding-bottom: 1em;
}




table.m-tible {
    width: 100%;
	margin-bottom:3em;
}

table.m-tible  td{
	padding:1em;
	
}

tbody tr:nth-child(odd) {
   background-color: rgba(204, 204, 204, 0.34);
}


tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
}




form label{
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  display:block;
}

form label span{
  color:red;
}

form input,
form textarea{
  width: 100%;
  padding: .5em;
  margin-bottom: 1em;
}

form textarea{
  height:105px;
  }

form select{
padding: .5em;  
margin-bottom: 1em;
}




.popup-cert .fa-file-text{
  font-size: 24px;
  display: inline-block;
  margin: 0 .1em;
  }
.popup-cert a{
  transition: all .3s;
}

.popup-cert a:hover{
  text-decoration: none;
}


.img_service {
  min-height: 238px;
  object-fit: cover;
  object-position: left;
}


.btn-section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-left,
.btn-right{
  height: 100px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.mobile-visible{
  display: none;
}

@media only screen and (max-width : 991px) {
  .btn-left,
  .btn-right{
    width: 100%;
    text-align: center;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
  }
  .mobile-visible{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-section{
    display: none;
  }
}

.btn-left a,
.btn-right a{
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.btn-left{
  background-color: #a2cac7;
}
.btn-right{
  background-color: #a9d7f2;
}
.btn-section{

}

.section-logo{
  padding: 100px 0 320px;
}

.section-logo__wrapper .section-logo-link{
  width: 241px;
  height: 279px;
  display: block;
  position: absolute;
  bottom: -60px;
  transform: translate(60px, 145px);
}
.section-logo__wrapper{
  position: relative;
}
.section-logo__wrapper .section-logo-link img{
  width: auto;
  height: 100%;
}

@media (min-width: 991px) and (max-width: 1124px){
  .section-logo__wrapper .section-logo-link img{
    height: 75%;
  }
}

@media screen and (max-width: 374px){
  .section-logo__wrapper .section-logo-link img{
    height: 75%;
  }
  .section-logo__wrapper .section-logo-link.left, .section-logo__wrapper .section-logo-link.right{
    left: 0!important;
  
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .container{
    width: 100%;
  }
}

.section-logo__wrapper .img-bg{
  width: 253px;
  height: 253px;
  display: block;
  margin: 0 auto;
}

.section-logo__wrapper .img-bg-left{
  margin-left: 60px;
}
@media screen and (min-width: 991px){
  /* .section-logo__wrapper .img-bg-right{
    margin-left: 180px;
  } */
}
.section-logo__wrapper .section-logo-link.left{
  right: 50px;
}
.section-logo__wrapper .section-logo-link.right{
  left: 20px;
}


.b-green-2{
  background-color: #d5e397;
}


@media only screen and (max-width : 991px) {
  .section-logo{
    margin: 50px 0;
    padding: 0;
  }
  .section-logo__wrapper .img-bg{
    width: 190px;
    height: 190px;
    display: block;
    margin: unset;
  }
  .section-logo__wrapper .section-logo-link{
    width: 141px;
    height: 179px;
    transform: unset;
  }
  .section-logo__wrapper .img-bg-left,
  .section-logo__wrapper .img-bg-right{
    margin: 0 0 0 auto;
    /* margin: 0 auto; */
  }
  .section-logo__wrapper .section-logo-link.left,
  .section-logo__wrapper .section-logo-link.right{
    left: -25px;
    bottom: -40px;
  }
  .logo-link-mobile{
    left: 0!important;
  }
}
@media only screen and (max-width : 767px) {
  .section-logo{
    padding: 0;
    margin: 0;
  }
  .section-logo__wrapper{
    max-width: 290px;
    margin: 0 auto;
  }
  .section-logo-margin{
    /* margin-bottom: 50px; */
  }
  .pad-mobile-none{
    padding: 0;
  }
  .top-address{
    display: none;
  }
  .b-blue{
    background: #edf8fe;
    padding-top: 50px;
  }
  .b-green{
    background: #f0f9fb;
    padding-top: 50px;
  }
  .b-green-light{
    background-color: #fffef1;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 475px) {
  /* .section-logo__wrapper .img-bg-left{
    margin-left: 0
  }
  .section-logo__wrapper .img-bg-right{
    margin-left: 0
  } */
  /* .section-logo__wrapper .section-logo-link.right{
    right: 0; 
    left: auto;
  } */
}
/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  .slide-content h2{
    margin-top: 1.2em;
    font-size: 48px;
    font-weight: 300;
    line-height: 62px;
    margin-bottom: 1.2em;
  }

}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .top-phone,
  .top-work,
  .top-address{
    /*text-align:center;*/
    margin: 1em 0;
  }
  
  


nav a{
  padding: 0 .3em;
  font-size: 14px;
}

  
 nav .menu-item-95 a {
    width: 184px; 
 } 
  
  


  .slide-content h2{
    margin-top: 1em;
    font-size: 38px;
    font-weight: 300;
    line-height: 52px;
    margin-bottom: 1em;
  }

  .block-tabs {
  display: none;
  }

  .tab-content {
    height: auto;
    min-height: auto;
    padding-bottom: 2em;
}
  .tab-drawer-heading {
  font-weight:300;
  background-color: #a0d9f7;
  color: #fff;
  margin: 0;
  margin-bottom: 1px;
  padding: 14px 20px;
  display: block;
  cursor: pointer;
  }
  .d-active {
  background-color: #a0d9f7;
  color: #fff;
  }
  .tab-icon {
  position: relative;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  float: right;
  }
  .plus:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -1px;
  }
  .plus:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  margin-left: -1px;
  }
  .minus:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -1px;
  }
  .d-active .plus:before {
  content: none;
  }

  .d-active .minus {
  display: block;
  }

  
}

@media only screen and (max-width : 960px) {
  .btn-top{
    margin: 3em auto;
    float: none;
  }
}

@media only screen and (max-width : 900px) {

  .slide-content h2{
    margin-top: .5em;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: .5em;
  }



}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

	/*Disable Animation on Mobile Devices*/
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}

  header {
      /* min-height: 360px; */

}

.page header {
      min-height: 420px;

  }

}



@media only screen and (max-width : 767px) {

header,
.page header{
  min-height: auto;
  /* margin-bottom: 2.5em; */
  border:none;
}

.header-top{
  padding-top: 0;
}

  .top-work,
  /* .top-address, */
  .top-nav,
  .top-slider {
    display:none;
  }


.top-phone{
  width: 200px;
  margin: 1em auto;
}
  
.btn-nav{
    display:block;
    position: fixed;
    right: 0;
    top: 15px;
    z-index: 120;
}

.actives{
  display: block;
}

.actives li{
  display: block;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 20px;
}

nav a {
    display: inline-block;

}



.btn-nav .fa-times{
  display: none;
}

.actives .fa-bars{
  display: none;
}

.actives .fa-times{
  display: block;
  margin-top: 9px;

}


}


.alignleft{
  float:left;
  margin:0 1em 1em 0;
}




/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .b-head h2, .b-head h1 {
    font-size: 32px;
   }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}
