@charset "UTF-8";
/*==================     Fonts    ======================*/
/*==================     Text colors     ======================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:300,400,400italic,700,700italic,900);
@import url(//fonts.googleapis.com/css?family=Raleway:700);
/*========================================================
                      Main Styles
=========================================================*/
body {
 /* background: #333;*/
  color: #737373;
  font: 400 14px/1.28571 "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}
.horario{
  font-size: 20px;
  color: #737373;
}
.horario2{
  font-size: 22px;
  color: #423b3b;
  font-weight: bold;
}


.poster{
  text-align: center;
  width: 100%;
  height: 80%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 300px 1fr;
  overflow: hidden;
}
.imag{
  width: 1600px;
  height: 600px;
  object-fit: cover;
  grid-row:1 / 4;
  grid-column:1; 
}
.d{
  grid-row: 2;
  grid-column: 1;
}

.poster2{
  text-align: center;
  width: 100%;
  height: 80%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 150px 1fr;
  overflow: hidden;
}
.imag2{
  width: 360px;
  height: 300px;
  object-fit: cover;
  grid-row:1 / 4;
  grid-column:1; 
}
.d2{
  grid-row: 2;
  grid-column: 1;
}
.social>ul>li>a{
  color: #fff!important;
}
h2{
margin: 0px 0!important;
}
/*.item-about>div{
  color: #423B3B!important;
}
*/
/*.fab-facebook, .fab-twitter, .fab-google-plus, .fab-linkedin, .fab-pinterest, .fab-instagram, .fab-yelp {
width: 43px;
    height: 43px;
    font: 400 22px/43px "FontAwesome";
    color: #fff;
    text-align: center;
    background: #e00000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
*/
.social {
  position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
  left: 0; /* Establecemos la barra en la izquierda */
  top: 200px; /* Bajamos la barra 200px de arriba a abajo */
  z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
  .social ul {
    list-style: none;
  }
 
  .social ul li a {
    display: inline-block;
    color:#fff;
    background: #000;
    padding: 0px 10px;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
  }

 
  .social ul li .icon-twitter {background:#00abf0;} /* Establecemos los colores de cada red social, aprovechando su class */
  .social ul li .icon-facebook {background: #3b5998;}
  .social ul li .icon-instagram {background: #919191;}
  .social ul li .icon-yelp {background: #ae181f;}
 
  .social ul li a:hover {
    font-size: 26px;
  }




.grid-c {
    display: grid;
    grid-template-columns: auto;
}
.grid-item {
/*  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);*/
  width: 100%;
  padding: 60px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 700px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.clic{
  font-size: 40px;
  color: #fff;
  text-align: -webkit-center;
  display: block;
  margin: auto;
}
.call{
  background-color: #e00000!important; display: block; margin: auto;
}
.callus{
  padding-bottom: 35px;
}
.num{
  padding-bottom: 35px;
}
.item-about-img img{
  width: 100%;
}
.title01{
  font-size: 40px!important;
}
.img-100.grid-item-logo.wow.bounceInDown.animated img:hover {
    filter: drop-shadow(2px 4px 6px black);
}
.txt20{
  font-size: 40px!important;
}
.txt01{
  font-size: 60px;
  color: #000;
}
.negrilla{
  font-weight: 600;
}

.txt02{
  font-size: 80px;
  font-weight: 600;
  color: #e00000;
}

.tel01{
  font-size: 25px;
 /* padding: 10px;*/
  font-weight: bold;
}
.tel01 a:hover{
  color: #e00000!important;
}
.txt07 {
    font-size: 100px;
    font-weight: 600;
    color: #e00000;
}
.txt03{
  text-align: justify;
  font-size: 20px;
  color: #000;
}

p.txt03{
  margin: 40px 0 50px;
  width: 90%;
}
.txt06{
  font-size: 15px;
}
.txt04 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    }
    .txt05 {
      background-color: #fff;
      padding: 15px 30px;
      border-radius: 100px;
      border: 1px solid #fff;
    font-size: 22px;
    color: #e00000!important;
    }
    .txt05:hover {
      background-color: #e00000;
      padding: 15px 30px;
      border-radius: 100px;
      border: 1px solid #fff;
    font-size: 24px;
    color: #fff!important;
    }
.text12{
  font-size: 22px;
    font-family: Century Gothic;
}
.btn01{
  margin: 35px 10px 10px 0px;
}
.btn01 a{
  background-color: #e00000;
  padding: 14px 28px;
    border: 1px solid #e00000;
    border-radius: 100px;
}
.btn01 a:hover{
  background-color: #fff;
  padding: 14px 28px;
  color: #e00000;
    border: 1px solid #e00000;
    border-radius: 100px;
}
.dir:hover{
  color: #e00000;
}
.grid-c {
    display: grid;
    grid-template-columns: auto;
  }
  .want{
  padding-bottom: 35px;
  }
  .grid-item{
    width: 100%;
    padding: 150px;
    font-size: 140px;
    text-align: center;
    position: absolute;
    color: #fff;
    font-family: Century Gothic;
    /*top: 80%;
    left: 50%;*/
    /*transform: translate(-50%, -50%);*/
  }


.item21 { grid-area: dir; }
.item22{ grid-area: tel; }
.item23 { grid-area: correo;}

.grid-container-info {
  display: grid;text-align: center;
  grid-template-areas:
    'dir tel correo';
  color: #004573; 
  background-color: #ccd0d2;
}

.grid-container-info > div {
  padding: 10px 0;
  font-size: 16px;
}
.grid-container-pro {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #2196F3;
  padding: 10px;
}
.grid-item-pro {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}

.grid-container-ite {
  display: grid;
  grid-template-columns: auto auto;
  background-color: #2196F3;
  padding: 10px;
}
.grid-item-ite {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 30px;
  text-align: center;
}







.contact-info{
  text-align: left;
}
.grid-container-form {
  display: grid;
  grid-template-columns: auto;
}
.contact-info .dir:hover{
color: #e00000;
}
.telephone:hover{
color: #cf8211;
}
.email:hover{
color: #cf8211;
}
.email dd a:hover{
color: #e00000!important;
}

.txt1{
  font-size: 17px;
}
.h2>h2{
  font-size: 25px;
}
.grid-item-form {
  font-size: 30px;
  text-align: center;
}
div h2{
  color: #e00000;
}
.row-info div h2{
  color: #e00000!important;
}
.hove img:hover{
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  box-shadow: 0px 5px 5px #999;
 } 
 .hove p:hover{
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  border-radius: 100%;
  
 }
 .hove1 div p:hover{
  font-size: 24px;
  border-radius: 100%;
  
 } 
 .hove1 div p{
  font-size: 24px;
  border-radius: 100%;
  color: #cd8125;
  
 }
 .hove13{
  
   height: 520px;
 } 

 .mar{
 margin-right: 4%;
 }

 .hove13 h1{
  padding: 8px;


 }

 .hove p{
      color: #000000;
  font-size: 25px;
 }
 .container .row .hove:hover a img{
  border-radius: 100px;
  box-shadow: 0px 4px 4px #79746b;
  transition: .7s all ease;
  transform:  rotateY(360deg);
 /*transform:  rotateY(360deg);*/
  

 } 

.grid-container-logo {
  display: grid;
  grid-template-columns: auto;
   /*background-image: url(../images/img/fondo-logo.jpg)!important;*/
  
}
.grid-item-logo {
background-color: #004573;
 
  padding: 6px;
  text-align: center;
}

.escritorio{
  display: block!important;
}
.responsive{
  display: none!important;
}

.circ{
  width: 80%;
  border-radius: 100%;
}

.item1 { grid-area: titulo; }
.item2 { grid-area: decorative; }
.item3 { grid-area: carpentry; }
.item4 { grid-area: steps; }
.item5 { grid-area: ceilings; }
.item6 { grid-area: brick; }
.item7 { grid-area: tiles; }
.item8 { grid-area: maq; }

.grid-container-services {
  display: grid;
  grid-template-areas:
    'titulo titulo titulo titulo titulo'
    'decorative maq maq maq ceilings'
    'carpentry maq maq maq brick'
    'steps maq maq maq tiles';
  grid-gap: 10px;
  background-color: #fff;
  text-align: -webkit-center;
  padding: 70px;
}

.grid-container-services > div {
 /* background-color: #fff;*/
  text-align: center;
 /* padding: 20px 0;*/
  
}

.item-about {padding: 60px 60px 0px 120px; grid-area: about; text-align: -webkit-left; }
.item-about-img { grid-area: about-img; text-align: -webkit-right; }

.grid-container-about {
  display: grid;
  grid-template-areas:
    'about about-img';
    grid-template-columns: 50%;
  background-color: #fff;
}

.btn1{
  border: 2px solid #ff5f01;
  border-radius: 100px;
  padding: 17px 62px;
  color: #ff5f01; 
}
.btn1:hover{
  background-color:  #ff5f01;
  color: #fff;
  border: 2px solid #ff5f01;
  border-radius: 100px;
  padding: 10px 20px; 
}

.btn12{
background-color: #e00000!important;  
   border: 2px solid #e00000;
   color: #fff;
  border-radius: 100px;
  padding: 6px 15px; 
}
.btn12:hover{
  background-color:  #fff!important;
  color: #e00000;
  cursor: pointer;
  border: 2px solid #e00000;
  border-radius: 100px;
  padding: 6px 15px; 
}
img {
  max-width: 100%;
  height: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  color: #000;
}

h1, .h1 {
  font-size: 26px;
  font-family: "Merriweather", serif;
  line-height: 30px;
}
@media (max-width: 991px) {
  .title2{
    font-size: 30px;
  }
  .horario2{
    font-size: 15px;
  }
  .btn01 {
    margin: 0px 10px 10px 0px;
}
  .callus{
  padding-bottom: 12px!important;
}
.num{
  display: grid;
  padding: 45px;
  padding-bottom: 15px!important;
  padding-top: 10px!important;
}
.want{
  padding-bottom: 2px;
  margin: 10px;
  }
  .grid-item {

/*  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);*/
  width: 100%;
  padding: 12px;
  font-size: 30px;
  text-align: center;
  position: absolute;
  top: 430px;
  left: 50%;
  transform: translate(-50%, -50%);
}
  h1, .h1 {
    font-size: 20px;
    line-height: 23px;
  }
  .clic{
  font-size: 28px;
}
  .correo-f{
    font-weight: 600;
    font-size: 14px;
}
.item23 {
    display: none;
    grid-area: correo;
}

  .well_ft-1 {
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.grid-item-logo a img{
  width: 100%!important;
}
.title01{
  font-size: 20px!important;
}
.wellPerfec{
  padding-top: 30px!important;
}
  .txt05 {
    font-size: 20px;
  }
 .circ {
    width: 68%;
  }
.txt04 {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
  .well2 {
    padding-bottom: 20px!important;
    padding-top: 20px!important; 
}
  .txt20{
  font-size: 45px!important;
}
  .email a{
    font-size: 16px!important;
  }
  .tel01 {
    font-size: 20px;
  }
  .txt07 {
    font-size: 56px;
  }
  .item-about {
       padding: 50px 8px 8px 8px;
    grid-area: about;
    text-align: -webkit-center;
  }
  .grid-container-about {
  display: grid;
  grid-template-areas:
    'about' 'about-img';
     grid-template-columns: 100%;
  background-color: #f6f7f8;
}
  .btn01 a{
  background-color: #e00000;
  font-size: 12px;
  padding: 14px 28px;
    border: 1px solid #e00000;
    border-radius: 100px;
}
  .txt02{
        display: block;
  font-size: 25px;
  font-weight: 600;
  color: #e00000;
  text-align: -webkit-center!important;
}
  .txt01{
  font-size: 19px;
  color: #000;
}
  .text12{
  font-size: 35px;
  font-family: Century Gothic;
}
  .grid-container-info {
  display: grid;
  text-align: center;
  grid-template-areas:
    'dir'
    'tel'
    'correo';
    background-color: #ccd0d2;
  color: #034872; 
}
.grid-container-info > div {
 
  padding: 4px 0;
  font-size: 13px;
}


  .well20{
    width: 90%!important;
  }
  .hove13{
    margin: 0;
    height: auto;
  }
  .contact-info{
    text-align: center!important;
    display: block;
    margin: auto;
  }
  .footer12{
    text-align: center!important;
  }

  .grid-container-logo {
  display: grid;
  grid-template-columns: auto;
  /* background-image: url(../images/img/fondo-logo2.jpg)!important;*/
  
}

.escritorio{
  display: none!important;
}
.responsive{
  display: block!important;
}
.grid-item-logo a img{
  width: 80%;
}
.grid-container-services {
  display: grid;
  grid-template-areas:
    'titulo'
    'decorative'
    'carpentry'     
    'steps'
    'maq'
    'ceilings'
    'brick'
    'tiles';
  grid-gap: 10px;
  background-color: #fff;
  padding: 30px;
}

}

h2, .h2 {
  font-size: 36px;
  /*line-height: 40px;*/
  text-transform: uppercase;
  color: #333333;
}

h3, .h3 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

h4, .h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
}

h5, .h5 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.35px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  color: #000;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
 text-decoration: none;
    color: #e00000;
}

strong, .bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-default {
  text-transform: none;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.img-full {
  width: 100%;
}

.mg-add {
  margin-top: 7px;
}

.mg-add2 {
  margin-top: 3px;
}

.mg-add3 {
  margin-top: -8px;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (max-width: 479px) {
  .text-es-center {
    text-align: center;
  }

  .text-es-right {
    text-align: right;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 40px;
}

.row + .row {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .row + .row {
    margin-top: 30px;
  }
}

* + p {
  margin-top: 18px;
}

* + .btn-link {
  margin-top: 22px;
}

* + .btn {
  margin-top: 37px;
}

* + .btn_offs {
  margin-top: 32px;
}

* + .btn-dark {
  margin-top: 15px;
}

* + .flex-list {
  margin-top: 38px;
}
@media (max-width: 767px) {
  * + .flex-list {
    margin-top: 0;
  }
}

* + .mailform {
  margin-top: 40px;
}

* + .terms-list {
  margin-top: 35px;
}

.row + .btn {
  margin-top: 47px;
}

h2 + .row_ins1 {
  margin-top: 34px;
}

h2 + p {
  margin-top: 15px;
}

h4 + p {
  margin-top: 11px;
}

h3 + * {
  margin-top: 30px;
}

h3 + p {
  margin-top: 25px;
}

* + .offs1 {
  margin-top: 33px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  padding-left: 66px;
  position: relative;
  margin: 28px 0;
}
.brand:before {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  background: url(../images/logo.png) no-repeat;
  left: 0px;
  top: -12px;
}
.brand_name {
  overflow: hidden;
  letter-spacing: -0.8px;
  font-size: 32px;
  line-height: 40px;
  font-family: "Merriweather", serif;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 28px;
  }
}
.brand_name span {
  font-weight: 400;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #01BBD4;
}

.bg-secondary {
  background: #F44236;
}

.bg-secondary2 {
  background: #FEBD00;
}

.bg-secondary3 {
  background: #4BAF4F;
}

.bg1 {
  background: #F0F0F0;
}

.bg2 {
  background: #664a3c;
}

/*==================  Text colors  ======================*/
.clr-primary {
  color: #01BBD4;
}

.clr-secondary {
  color: #F44236;
}

.clr-secondary2 {
  color: #FEBD00;
}

.clr-secondary3 {
  color: #4BAF4F;
}

.clr-white {
  color: #fff;
}

.clr-default-dark {
  color: #333333;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-pinterest,
.fa-instagram,
.fa-yelp {
  width: 43px;
  height: 43px;
  font: 400 22px/43px "FontAwesome";
  color: #fff;
  text-align: center;
  background: #e00000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 19px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  text-align: center;
  padding: 13px 31px;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:before {
  content: '';
  position: absolute;
  background: transparent;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.btn:hover:before {
  left: 50%;
  top: 50%;
  bottom: 50%;
  right: 50%;
}
.btn:active {
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.btn-md {
  padding: 13px 45px;
}

.btn-lg {
  padding: 13px 49px;
}

.btn-primary {
  border: 1px solid #01BBD4;
  color: #fff;
}
.btn-primary:before {
  background: #01BBD4;
}
.btn-primary:hover {
  color: #01BBD4;
}

.btn-secondary3 {
  border: 1px solid #4BAF4F;
  color: #fff;
}
.btn-secondary3:before {
  background: #4BAF4F;
}
.btn-secondary3:hover {
  color: #4BAF4F;
}

.btn-dark {
  border: 1px solid #333333;
  color: #fff;
}
.btn-dark:before {
  background: #333333;
}
.btn-dark:hover {
  color: #333333;
}

.btn-link {
  display: inline-block;
  color: #F44236;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.btn-link:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-link:hover {
  color: #01BBD4;
  background-color: transparent;
}
.btn-link:hover:after {
  width: 100%;
  background: #01BBD4;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================      Icon Box      ======================*/
.icon-box:before, .icon-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.icon-box:after {
  clear: both;
}
.icon-box_aside {
  float: left;
  width: 67px;
  height: 67px;
  text-align: center;
  line-height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.icon-box_aside > * {
  display: inline-block;
  vertical-align: middle;
}
.icon-box_cnt {
  padding-top: 9px;
}
.icon-box_cnt p {
  font-size: 12px;
  color: #333;
  line-height: 15px;
}
.icon-box_cnt * + p {
  margin-top: 5px;
}
.icon-box_cnt__no-flow {
  overflow: hidden;
}
.icon-box + .icon-box {
  margin-top: 30px;
}
.icon-box:hover .icon-box_aside {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*==================      Counter Box      ======================*/
.counter-box {
  width: 200px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
}
.counter-box span.fa {
  font: 400 60px/60px "FontAwesome";
}
.counter-box span.count {
  display: block;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 3px;
}
.counter-box_heading {
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
}
.counter-box hr {
  border: none;
  height: 1px;
  background: #FFFFFF;
  padding: 0;
  margin: 0 auto;
}
.counter-box * + .count {
  margin-top: 15px;
}
.counter-box * + hr {
  margin-top: 18px;
}
* + .counter-box_heading {
  margin-top: 10px;
}

/*==================      Thumbnails      ======================*/
.thumbnail {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .img-thumbnail {
  position: relative;
}
.thumbnail .img-thumbnail div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail .img-thumbnail div a {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  display: block;
  padding-left: 30px;
  line-height: 64px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail .img-thumbnail div a span {
  display: inline-block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.thumbnail .img-thumbnail div a span:after {
  position: absolute;
  content: '';
  top: 80%;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.thumbnail .img-thumbnail:hover div {
  height: 100%;
}
.thumbnail .img-thumbnail:hover div a {
  padding-top: 30%;
  text-align: center;
}
.thumbnail .img-thumbnail:hover div a span {
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.thumbnail .img-thumbnail:hover div a span:hover:after {
  width: 100%;
}
.thumbnail .img-thumbnail:hover div.bg-primary {
  background: rgba(1, 187, 212, 0.5);
}
.thumbnail .img-thumbnail:hover div.bg-secondary {
  background: rgba(244, 66, 54, 0.5);
}
.thumbnail .img-thumbnail:hover div.bg-secondary2 {
  background: rgba(254, 189, 0, 0.5);
}
.thumbnail .img-thumbnail:hover div.bg-secondary3 {
  background: rgba(75, 175, 79, 0.5);
}
.thumbnail .caption {
  margin-top: 23px;
}
.thumbnail .caption h4 + p {
  margin-top: 10px;
}

.thumbnail-1 {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail-1 .caption {
  margin-top: 23px;
}
.thumbnail-1 .caption h4 {
  color: #4BAF4F;
  font-weight: 700;
}
.thumbnail-1 .caption h4 + * {
  margin-top: 9px;
}

.thumbnail-2 {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail-2 .caption {
  margin-top: 34px;
}

/*==================      Media      ======================*/
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-right img,
.media > .pull-right img {
  max-width: none;
}

.media-left,
.media > .pull-left {
  padding-right: 27px;
}
.media-left img,
.media > .pull-left img {
  max-width: none;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 479px) {
  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
  }
}

/*==================      Article      ======================*/
article.box:before, article.box:after {
  display: table;
  content: "";
  line-height: 0;
}
article.box:after {
  clear: both;
}
article.box .img_asside {
  float: left;
  padding-right: 14px;
}
article.box time {
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-weight: 100;
  color: #01BBD4;
  margin-top: 14px;
  display: inline-block;
}
article.box time + * {
  margin-top: 8px;
  color: #01BBD4;
}
article.box h5 + * {
  margin-top: 38px;
}

/*================    Marked list     =================*/
.marked-list {
  display: inline-block;
  margin-top: -3px;
  text-align: left;
}
.marked-list li {
  max-width: 239px;
}
.marked-list li:first-child a {
  padding-top: 0;
}
.marked-list li:first-child a:before {
  top: 0px;
}
.marked-list li a {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 8.4px;
  display: inline-block;
}
.marked-list li a:before {
  position: absolute;
  content: '\f061';
  font-family: "FontAwesome";
  color: #01BBD4;
  font-size: 12px;
  left: 0;
  top: 6px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.marked-list li a:hover:before {
  left: 5px;
  color: #4BAF4F;
}
.marked-list li + li {
  border-top: 1px solid #c7c7c7;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.flex-list li {
  display: table-cell;
  text-align: center;
}
.flex-list li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: block;
  }
}
.flex-list__mod {
  max-width: 570px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 5px;
}
.inline-list a:hover {
  color: #e00000;
    background: #fff;
  
}
.inline-list li:hover {
 
    transition: .5s all ease;
    transform: rotateY(360deg);
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
  margin-top: -3px;
}
.index-list li.col-md-4:nth-child(n+3) + li.col-md-4 {
  margin-top: 43px;
}

.index-list li {
  position: relative;
  padding-left: 111px;
  min-height: 74px;
}
.index-list li h5 {
  color: #01BBD4;
}
.index-list li h5 a:hover {
  color: #333333;
}
.index-list li:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #01BBD4;
  top: 4px;
  left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-list li:nth-child(1):before, .index-list li:nth-child(4):before {
  background: #F44236;
}
.index-list li:nth-child(3):before, .index-list li:nth-child(6):before {
  background: #FEBD00;
}
.index-list li + li {
  margin-top: 0;
}
.index-list li:hover:before {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.index-list li:after {
  content: counter(num,decimal-leading-zero) ".";
  counter-increment: num;
  position: absolute;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 36px;
  font-weight: 400;
  left: 27px;
  top: 18px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*================    Term list     =================*/
.terms-list * + dt {
  margin-top: 38px;
}
.terms-list dt + * {
  margin-top: 8px;
}
.terms-list + * {
  margin-top: 18px;
}
.terms-list + * a {
  text-decoration: underline;
  color: #01BBD4;
}
.terms-list + * a:hover {
  text-decoration: none;
  color: #333333;
}

/*================  Service list    =================*/
.service-list li {
  position: relative;
  padding-top: 111px;
}
.service-list li h5 {
  color: #01BBD4;
}
.service-list li h5 a:hover {
  color: #333333;
}
.service-list li:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F44236;
  top: 2px;
  left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-list li:hover:before {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.service-list li:after {
  content: "\f080";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-size: 36px;
  left: 33px;
  top: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-list li:nth-child(2):after {
  content: '\f0b1';
  left: 36px;
  top: 20px;
}
.service-list li:nth-child(3):after {
  content: '\f073';
  left: 36px;
  top: 17px;
}
.service-list li:nth-child(4):after {
  content: '\f003';
  left: 36px;
  top: 17px;
}

/*==================   Contact-info   ======================*/
.contact-info {
  display: inline-block;
}
.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
}
.contact-info * + dl.email {
  /*margin-top: 15px;*/
}
.contact-info .freephone * + dd {
  margin-left: 4px;
}
.contact-info .telephone * + dd {
  margin-left: 0px;
}
.contact-info .fax * + dd {
  margin-left: 38px;
}
.contact-info a[href^="mailto:"] {
  color: inherit;
}
.contact-info a[href^="mailto:"]:hover {
  color: #fff;
}
* + .contact-info__mod {
  margin-top: 22px;
}
.contact-info__mod .fax * + dd {
  margin-left: 45px;
}
.contact-info__mod address + dl {
  margin-top: 10px;
}
.contact-info__mod * + dl.email {
  margin-top: 0px;
}
.contact-info__mod a[href^="mailto:"] {
  color: #737373;
  text-decoration: none;
}
.contact-info__mod a[href^="mailto:"]:hover {
  color: #F44236;
}

/*==================   Footer menu   ======================*/
.footer-menu li a:hover {
  color: #f0f0f0;
}
.footer-menu li + li {
  margin-top: 14px;
}
.footer-menu li.active {
  color: #f0f0f0;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #004573;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  padding: 33px 22px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 33px 12px;
  }
  .sf-menu > li > a {
  font-size: 16px;
  }


.item-about {
padding: 20px;
}
}
.sf-menu > li > a span {
  position: relative;
  z-index: 10;
}
.sf-menu > li > a:before, .sf-menu > li > a:after {
  content: '';
  position: absolute;
  background: #FFF;
  width: 100%;
  height: 0;
  left: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li > a:before {
  top: 50%;
}
.sf-menu > li > a:after {
  bottom: 50%;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #000;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:before, .sf-menu > li > a:hover:after {
  height: 50%;
}
.sf-menu > li.active > a {
  color: #333;
  background: #FFF;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0px;
  padding: 20px 0 16px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.sf-menu ul > li > a {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 36.5px;
  padding-left: 31px;
  color: #000;
}
.sf-menu ul > li a.sub-menu {
  position: relative;
}
.sf-menu ul > li a.sub-menu:after {
  position: absolute;
  content: '\f054';
  top: 0;
  right: 22px;
  font: 400 14px/36.5px "FontAwesome";
  color: #01BBD4;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  background: #034872;
  color: #fff;
}
.sf-menu ul > li.sfHover > a:after, .sf-menu ul > li > a:hover:after {
  color: #fff;
}
.sf-menu ul > li + li {
  margin-top: 1px;
}

.sf-menu ul ul {
  position: absolute;
  top: 33%;
  left: 105%;
  width: 235px;
  margin-top: 0;
  padding: 20px 0;
  z-index: 4;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #fff;
  background: #034872;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #fff;
  color: #000;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2B3643;
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #034872;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #01BBD4;
  z-index: 999;
}
.isStuck .sf-menu > li > a {
  padding-top: 23px;
  padding-bottom: 23px;
}
.isStuck .brand {
  margin: 18px 0;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 33px;
  background: #034872;
  border-radius: 50%;
  color: #F0F0F0;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #000;
  background: #034872;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Accordion    ======================*/
.accordion {
  margin-top: 55px;
  margin-bottom: 7px;
}

.accordion_header {
  padding-left: 64px;
  padding-right: 28%;
  color: #01BBD4;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

.accordion_cnt {
  padding-left: 64px;
  padding-right: 8%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #888;
}

@media (max-width: 500px) {
  .accordion_header {
    padding-right: 10%;
  }

  .accordion_cnt {
    padding-right: 4%;
  }
}
.accordion_header + .accordion_cnt {
  padding-top: 10px;
}

.ui-state-default {
  position: relative;
  cursor: pointer;
}
.ui-state-default:after {
  position: absolute;
  top: 10px;
  left: 28px;
  content: '\f067';
  color: #01BBD4;
  font: 400 14px/14px "FontAwesome";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ui-state-default:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  left: 14px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ui-state-default:hover {
  color: #333333;
}
.ui-state-default:hover:before {
  border: 19px solid #01BBD4;
}
.ui-state-default:hover:after {
  color: #fff;
}
.ui-state-default:focus, .ui-state-default:active {
  outline: none;
}

.ui-state-active:after {
  content: '\f068';
  color: #01BBD4;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_cnt + .accordion_header {
  margin-top: 19px;
}

/*=================       Tabs     ======================*/
.resp-tabs-list:before, .resp-tabs-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list li {
  cursor: pointer;
  float: left;
  padding: 21px 0 15px;
  width: 29.8%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #333333;
  background: #dedede;
  border: 1px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-tabs-list li:nth-child(2n+1) {
  background: #e9e9e9;
}
.resp-tabs-list li.resp-tab-active {
  background: #fff;
  border: 1px solid #dedede;
  border-bottom-color: transparent;
  color: #01BBD4;
  position: relative;
}
.resp-tabs-list li.resp-tab-active:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #fff;
  width: 100%;
  bottom: -3px;
  left: 0;
}
.resp-tabs-list li:hover {
  box-shadow: inset 0 0 15px #01BBD4;
  border: 1px solid rgba(1, 187, 212, 0.5);
}
.resp-tabs-list li:hover:after {
  display: none;
}

.resp-tabs-container div.media {
  border: 1px solid #dedede;
  padding: 32px 20px 27px 18px;
}
.resp-tabs-container div.media .media-left {
  padding-right: 22px;
}
@media (max-width: 767px) {
  .resp-tabs-container div.media .media-left {
    text-align: center;
    margin-bottom: 10px;
  }
}
.resp-tabs-container div.media .media-body h4 {
  font-style: italic;
  font-family: "Merriweather", serif;
}
.resp-tabs-container div.media .media-body h4 + p {
  margin-top: 16px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    padding: 21px 0 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #333333;
    background: #dedede;
    border: 1px solid #e9e9e9;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    box-shadow: inset 0 0 15px #01BBD4;
    border: 1px solid rgba(1, 187, 212, 0.5);
  }
  .resp-accordion:hover:after {
    display: none;
  }

  .resp-tab-active {
    background: #fff;
    border: 1px solid #dedede;
    border-bottom-color: transparent;
    color: #01BBD4;
    position: relative;
  }
  .resp-tab-active:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #fff;
    width: 100%;
    bottom: -3px;
    left: 0;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=======================================================
                        Progress Bars
=========================================================*/
.progress-wrap {
  /*==================     Style progress-bar     ======================*/
  /*==================     Style progress-count     ======================*/
}
.progress-wrap .progress {
  height: 40px;
  display: block;
  background: #D6D5D5;
  position: relative;
  width: 92.5%;
}
@media (max-width: 1199px) {
  .progress-wrap .progress {
    width: 100%;
  }
}
.progress-wrap .progress + * {
  margin-top: 15px;
}
.progress-wrap .progress-bar {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
}
.progress-wrap .progress-bar__primary {
  background: #01BBD4;
}
.progress-wrap .progress-bar__secondary {
  background: #F44236;
}
.progress-wrap .progress-bar__secondary2 {
  background: #FEBD00;
}
.progress-wrap .progress-bar__secondary3 {
  background: #4BAF4F;
}
.progress-wrap .progress-count {
  position: absolute;
  top: 0;
  right: 10px;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {

 /* background: #01BBD4;*/
}
header .container-fluid {
  background-color: #ccd0d2;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
header .brand {
  float: left;
}
header .nav {
  text-align: center;
 /* float: right;
  margin-right: 116.5px;*/
}
@media (max-width: 1199px) {
  header .nav {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }


}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFF;
}
@media (max-width: 1199px) {
  main .h1 br {
    display: none;
  }
}

.brdr-t {
  border-top: 1px solid #dadada;
}

.col-md-4:nth-child(n + 3) + .col-md-4 {
  margin-top: 30px;
}

/*==================      Media Query     ======================*/
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2) + .col-md-6 {
    margin-top: 30px;
  }

  .col-md-12 + .col-md-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-6 + .col-sm-6 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .col-xs-6:nth-child(n + 2) + .col-xs-6 {
    margin-top: 30px;
  }

  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  [class*='col-xs-'] + [class*='col-xs-'] {
    margin-top: 30px;
  }
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 45px;
  padding-top: 52px;
}

.well1 {
  padding-bottom: 92px;
  padding-top: 94px;
}

.well2 {
  padding-bottom: 92px;
  padding-top: 91px;
}

.well2_ins {
  padding-bottom: 86px;
}

.well3 {
  padding-bottom: 126px;
  padding-top: 123px;
}

.well4 {
  padding-bottom: 82px;
  padding-top: 91px;
}

.well5 {
  padding-bottom: 90px;
  padding-top: 85px;
}

.well_ft-1 {
  text-align: center;
  padding-top: 93px;
  padding-bottom: 92px;
}

.well6 {
  padding-bottom: 98px;
  padding-top: 91px;
}

.well7 {
  padding-bottom: 120px;
  padding-top: 111px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333;
  line-height: 17px;
}
footer h3 {
  color: #fff;
}
@media (max-width: 479px) {
  footer {
    text-align: center;
  }
/*  .contact-info{
    text-align: center!important;
  }*/
}
footer .rights {
   background-color: #034872;
  padding: 20px 0 20px;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 991px) {
     .sf-menu > li > a{
      font-size: 12px;
      padding: 25px 12px;
     }
  }
