
body {
font-family : 'Lato', sans-serif;
background : #fff;
}
body p {
color : #666666;
font-family : "Lato", sans-serif;
font-size : 24px;
letter-spacing : 1px;
}
body h1, h2, h3, h4, h5, h6 {
color : #141414;
font-family : "Lato", sans-serif;
font-size : 36px;
text-transform : capitalize;
font-weight : 800;
text-transform : uppercase;
}
a:hover {
text-decoration : none;
}
/*--------------------------------------------------------------
# Helper Utilities
--------------------------------------------------------------*/
.flex {
    display: flex;
}

.navbar {
padding : 10px 0px 10px 0px;
transition : background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.top-nav-collapse {
padding : 0;
}
.navbar-collapse{
  padding: 10px 0px 0px;
}
@media (max-width:600px){
  .navbar-collapse{
  padding: 50px 0px 0px;
}
}
#loader-wrapper .logo {
left : 48.7%;
position : absolute;
top : 48%;
}
#loader-wrapper .logo a {
font-weight : 700;
color : #3498DB;
font-size : 12px;
}
.logo span {
color : #f85654;
}
#loader-wrapper {
position : fixed;
top : 0;
left : 0;
width : 100%;
height : 100%;
z-index : 999999;
background : #fff;
}
#loader {
display : block;
position : relative;
left : 50%;
top : 50%;
width : 150px;
height : 150px;
margin : -75px 0 0 -75px;
border-radius : 50%;
border : transparent solid 3px;
border-top-color : #3498db;
animation : spin 2s linear infinite;
}
#loader:before {
content : "";
position : absolute;
top : 5px;
left : 5px;
right : 5px;
bottom : 5px;
border-radius : 50%;
border : transparent solid 3px;
border-top-color : #444;
animation : spin 3s linear infinite;
}
#loader:after {
content : "";
position : absolute;
top : 15px;
left : 15px;
right : 15px;
bottom : 15px;
border-radius : 50%;
border : transparent solid 3px;
border-top-color : #1487b2;
animation : spin 1.5s linear infinite;
}
@keyframes spin {
0% {
transform : rotate(0deg);
}
100% {
transform : rotate(360deg);
}
}
#nav_menu ul {
float : right;
list-style : none outside none;
margin : 0;
padding : 0;
position : relative;
}
#nav_menu ul a {
color : #626262;
display : block;
font-family : sans-serif;
font-size : 22px;
font-weight : bold;
line-height : 32px;
padding : 25px 18px;
text-decoration : none;
text-transform : capitalize;
transition : all 0.4s 0s ease;
}
#nav_menu ul li {
float : left;
padding : 0;
position : relative;
}
#nav_menu ul li a:hover {
transition : all 0.4s 0s ease;
background : #ffd600;
}
#nav_menu ul ul {
background : none 0 0 repeat scroll #efeb09;
display : none;
left : 0;
padding : 0;
position : absolute;
top : 100%;
z-index : 9999;
padding : 10px;
}
#nav_menu ul ul li {
float : none;
width : auto;
}
#nav_menu ul ul a {
line-height : 120%;
padding : 10px 29px;
}
#nav_menu ul ul li a:hover {
transition : all 0.4s 0s ease;
background : #333333;
color: #fff;
}
#nav_menu ul ul ul {
top : 0;
left : 100%;
}
#nav_menu ul li:hover > ul {
display : block;
}
#nav_menu ul li a i {
margin-left : 6px;
}
#src_sec {
background-image : url("../img/slide_img.jpg");
background-position : center center;
background-size : cover;
min-height : 500px;
}
#abt_sec {
background : none 0 0 repeat scroll #f0f0f0;
padding : 30px 0;
}
#abt_sec {
font-size:  40px ;
text-align: center;
}
.happy_use {
float : right;
font-family : open sans;
line-height : 6px;
text-align : center;
margin-top : 10px;
}
.happy_use > h2 {
color : #2c3e50;
font-size : 17px;
font-weight : 600;
margin : 0;
}
.happy_use > p {
font-size : 16px;
margin : 0;
}
.lft_hd img {
float : left;
margin-right : 30px;
margin-top : 0px;
width : 200px;
position: absolute;
}
.float-right{
  float: right !important;
}
#pricing_sec {
padding : 70px 0;
}
.title_sec {
margin : 0 auto;
padding : 30px 0 30px 0;
text-align : center;
}
.title_sec h2 {
color : #606060;
font-size : 30px;
text-transform : uppercase;
letter-spacing : 1px;
}
.abt {
margin : 0 auto;
text-align : center;
}
#skill_sec {
padding-top : 30px;
}
.skills-wrap .container {
padding : 70px 0;
}
/*.container-andam{
  border: 1px solid #E7E7E7;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
}*/
.container-left{
  /*background-color: #F0F0F0;*/
  padding-right: 15px;
}
.container-right{
  /*background-color: #fff;*/
  padding-left: 15px;
}
/*.container-andam-img{
  padding-left: 35px;
  padding-right: 35px;
}*/
.container-andam-img img{
  max-width: 100%;  height: auto;  max-height: 250px;
}
.container-andam-img h2{
  text-align: center;
  font-size: 24px;
}
.container-left .img-left{
  float: left;
  padding-right: 15px;
}
.container-right .img-right{
  float: right;
  padding-left: 15px;
}
@media (max-width:600px){
  .img-responsive, .container-left, .container-right{
      padding-left: 0px !important;
      padding-right: 0px !important;
      text-align: justify;
    }
    .lead{
      padding: 0px 10px 0px 10px
    }
    .container-andam-img p {
      padding: 0px 10px 0px 10px
    }
    .container-andam-img img {
      float: none !important;
    }
    .container-andam-img h1, h2, h3 {
      text-align: center;
    }
}
.lead{
  font-size: 1.5em;
}
.container-andam-img p {
font-size : 24px;
}
.container .service-itm{
  margin-top: 15px;
}
.cl_left {
      height: 400px;
    background-image: url(img/conv1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 45%;
    filter: brightness(0.8);
    max-width: 100%;
}
@media (max-width: 1000px) {
    .cl-left, .cl-right, .cimbra-left, .cl-alban{
       width: 100% !important;
       margin-left: 0 !important;
    }
    .div-r{
      width: 100%;
    }
}
.alcance{  
  height: 300px;
  background-image: url(../img/Mapa-Mexico.png);
  background-attachment: fixed;  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  filter: brightness(0.4);
}
.text-pais{
  padding-top: 75px;
}
.text-pais h2{
  font-weight: 500;
}
.pais{
  text-align: center;
  color: white;
  font-size: 2em;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  }

.progress {
height : 35px;
line-height : 35px;
margin-bottom : 45px;
background : #F0F0F0;
border-radius : 0;
box-shadow : none;
list-style : none;
}
.progress-bar {
font-weight : 600;
line-height : 35px;
padding-left : 20px;
text-align : left;
}
.progress-bar1 .progress-bar {
background : #00AFF0;
}
#lts_sec {
padding-top : 30px;
}
.all_brouse_btn {
border : #666666 solid 1px;
color : #666666;
font-size : 12px;
text-transform : uppercase;
padding : 15px 20px;
text-align : center;
background : #fff;
}
.post_btn {
width : 100%;
display : inline-block;
margin : 0 auto;
text-align : center;
padding-top : 65px;
}
.post_btn a {
position : relative;
display : inline-block;
margin : 15px 25px;
outline : none;
color : #fff;
text-decoration : none;
text-transform : uppercase;
letter-spacing : 1px;
font-weight : 400;
text-shadow : 0 0 1px rgba(255, 255, 255, 0.3);
font-size : 1.35em;
}
.hover_effect_btn {
position : relative;
z-index : 1;
}
.hover_effect_btn a {
overflow : hidden;
margin : 0 15px;
}
.hover_effect_btn a span {
font-size : 12px;
font-family : lato;
background : none 0 0 repeat scroll #fff;
border : #666666 solid 1px;
border-radius : 6px;
color : #666666;
display : block;
padding : 15px 20px;
transition : transform 0.3s;
}
.hover_effect_btn a::before {
background : none 0 0 repeat scroll #00AFF0;
color : #fff;
height : 100%;
left : 0;
padding : 15px 20px;
position : absolute;
top : 0;
transition : transform 0.3s 0s ease;
width : 100%;
z-index : -1;
font-size : 12px;
font-family : lato;
border : #666666 solid 1px;
border-radius : 6px;
}
.hover_effect_btn a:hover span, .hover_effect_btn a:focus span {
transform : translateX(100%);
}
.hover_effect_btn a:hover::before, .hover_effect_btn a:focus::before {
transform : translateX(0%);
}
#protfolio_sec ul.filter {
color : #2e2e2e;
}
#protfolio_sec ul.filter li {
color : #666666;
cursor : pointer;
display : inline-block;
font-family : lato;
font-size : 24px;
margin-right : 5px;
padding : 15px 35px;
position : relative;
}
#protfolio_sec ul.filter li:hover {
color : #36BFF3;
}
#protfolio_sec ul.filter li.active {
border-bottom : 1px solid #00AFF0;
}
#protfolio_sec .all-portfolios {
margin-top : 20px;
margin-left : -10px;
}
#protfolio_sec .single-portfolio {
float : left;
margin-bottom : 10px;
width : 277px;
}
#protfolio_sec .single-portfolio:hover .img_hoverlay {
display : block;
}
#message {
height : 90px;
}
.wrap_caption, .wrap_caption_main {
padding : 4vh;
}
.slider {
display : block;
text-align : center;
vertical-align : middle;
width : 100%;
}
.slider.home {
    width : 100%;
    }
#slider_sec {
/*background-image : url("../img/slider.jpg");*/
/*background-position : center center;*/
/*background-repeat : no-repeat;*/
/*background-size : 100% 100%;*/
height : 1000px;
width : 100%;
position: relative;
}
@media (max-width: 1000px) {
    #slider_sec h1,h2, h3, h4, h5, h6{
       font-size: 30px;
    }
}
#slider_sec p{
font-size: 28px;
}
@media (min-width: 1000px) {
    #slider_sec p{
       font-size: 30px;
    }
}
@media (max-width: 1000px) {
    #slider_sec p{
       font-size: 20px;
    }
}
@media (max-width: 1000px) {
  #header_sec h1,h2, h3, h4, h5, h6{
     font-size: 24px;
  }
}
#header_sec p{
font-size: 30px;
}
@media (min-width: 1000px) {
  #header_sec p{
     font-size: 24px;
  }
}
@media (max-width: 1000px) {
  #header_sec p{
     font-size: 20px;
  }
}
.caption_carousel hr{
color: fff;
width: 50%;
text-align: center;
margin-left: 25%;
margin-right: 25%;
}
.left_crousel_btn, .right_crousel_btn {
color : #fff;
height : 20px;
position : absolute;
text-align : center;
top : 50%;
width : 20px;
font-size : 25px;
font-weight : normal;
}
.caption_carousel h1 {
font-family : lato;
font-size : 60px;
text-transform : capitalize;
color : #fff;
}
@media (max-width: 1000px) {
    .caption_carousel h1,h2, h3, h4, h5, h6{
       font-size: 28px;
    }
}
/*.caption_carousel h1 {
font-family : lato;
font-size : 60px;
text-transform : capitalize;
color : #fff;
}*/
.caption_carousel p {
font-family : lato;
font-size : 24px;
color : #f6f6f6;
/*border-top : 1px solid #fff;*/
/*border-bottom : 1px solid #fff;*/
display : inline;
line-height : 25px;
padding : 8px;
}
.caption_carousel {
display : table-cell;
text-align : center;
vertical-align : middle;
height : 100%;
width : 100%;
margin : 0 auto;
display : block;
}
.carousel-indicators{
  bottom: 0px !important;
}
.carousel-indicators li {
background-color : #363636;
border : none medium;
border-radius : 5px;
cursor : pointer;
display : inline-block;
height : 6px;
text-indent : 0;
width : 25px;
}
.carousel-indicators .active {
width : 25px;
height : 7px;
background-color : #00AFF0;
}
#phrase_sec {
background-color : #ffffff;
}
.phrase_s1 {
font-size : 32px;
}
#counting_sec {
  margin-top: 2em;
background : none 0 0 repeat scroll #f0f0f0;
padding : 90px 0;
}
.counting_sl h2 {
color : #515050;
font-size : 48px;
}
.counting_sl h4 {
font-size : 18px;
color : #515050;
text-transform : uppercase;
font-weight : 300;
}
.counting_sl {
text-align : center;
}
.counting_sl i {
color : #515050;
float : left;
font-size : 35px;
margin-top : 10px;
}
#pr_sec {
padding : 70px 0;
}
#service_sec {
padding : 70px 0;
background-color: #f0f0f0;
}
.service {

transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;border :1px solid #f0f0f0;
cursor : pointer;
text-align : center;
padding : 61px 0;

}
.service1 {

/*transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;border :1px solid #f0f0f0;*/
cursor : pointer;
text-align : center;
padding : 61px 0;
  text-align: center;

}
.service:hover .service_hoverly {
  display : block;
  background-color: #fff;
}
.service_hoverl {
  display : block;
  /*background-color: #fff;*/
  text-align: center;
}
.service > h2 {
color : #515050;
font-size : 24px;
font-weight : 400;
text-transform : uppercase;
}
.service1 > h2 {
color : #515050;
font-size : 24px;
font-weight : 400;
text-transform : uppercase;
}
.service_hoverly h2 {
color : #515050;
font-size : 24px;
font-weight : 400;
text-transform : uppercase;
margin : 0;
padding-bottom : 15px;
}
.service_hoverl h2 {
/*color : #515050;*/
font-size : 24px;
font-weight : 400;
text-transform : uppercase;
margin : 0;
padding-bottom : 15px;
}
.service i {
font-size : 50px;
color : #353638;
position : relative;
}
.service1 i {
font-size : 50px;
color : #353638;
position : relative;
}
.service_hoverly {

transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;border :1px solid #353638;
  /*border :1px solid #ffd600;*/  
display : none;
padding : 25px 5px;
position : absolute;
top : 0;
background : #fff;
}
.service_hoverl {
/*
transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;*/
  /*-webkit-transition: all 1s ease 0s;border :1px solid #353638;*/
  /*border :1px solid #ffd600;*/  
/*display : none;*/
padding : 25px 5px;
/*position : absolute;*/
top : 0;
/*background : #fff;*/
}
.service_hoverly i {
background : none 0 0 repeat scroll #fff;
font-size : 50px;
position : relative;
top : -50px;
/*color : #ffd600;*/
color : #353638;
}
.service_hoverl i {
/*background : none 0 0 repeat scroll #fff;*/
font-size : 50px;
position : relative;
top : -20px;
/*color : #ffd600;*/
color : #353638;
}
.service_hoverl:hover {
transition : all 0.1s 0s ease 0s;
  background-color: #fff;
  border :1px solid #353638;
}
.service1:hover {
  transition : all 0.1s 0s ease 0s;
  background-color: #fff;
  border :1px solid #353638;
}
/*.service_hoverly p {
font-size : 15px;
}*/
/*.service_hoverly h2 {
font-size : 15px;
padding-bottom: 10px;
}*/
#protfolio_sec {
background : none 0 0 repeat scroll #f0f0f0;
padding : 70px 0;
}
#tm_sec {
padding : 70px 0;
}
.sngl_team h3 {
font-size : 24px;
text-transform : uppercase;
color : #333333;
}
.sngl_team {
text-align : center;
width : 100%;
}
.owl-item .sngl_team img {
margin : 0 auto;
text-align : center;
width : 130px;
}
.sngl_team span {
color : #00aff0;
font-family : lato;
font-size : 13px;
margin-left : 10px;
text-transform : uppercase;
}
.all_team .owl-controls .owl-prev i {
color : #3399ff;
font-size : 30px;
position : absolute;
top : 46%;
left : 0;
}
.all_team .owl-controls .owl-next i {
position : absolute;
top : 46%;
font-size : 30px;
color : #3399FF;
right : 0%;
}
.all_team .owl-controls .owl-dot {
background-color : #363636;
border : none medium;
border-radius : 5px;
cursor : pointer;
display : inline-block;
height : 6px;
text-indent : 0;
width : 25px;
margin-right : 5px;
}
.all_team .owl-controls .owl-dot.active {
background-color : #03B0F0;
}
.all_team .owl-controls {
display : inline-block;
width : 100%;
text-align : center;
}
#tstm_sec {
background-image : url("../img/testimonial_bg.jpg");
background-position : center center;
background-repeat : no-repeat;
background-size : 100% 100%;
padding : 40px 0;
}
.all_tstm {
display : table;
width : 100%;
height : 100%;
}
.sngl_tstm {
display : table-cell;
height : 100%;
text-align : center;
vertical-align : middle;
}
.sngl_tstm i {
font-size : 25px;
color : #fff;
}
.sngl_tstm h3 {
color : #fff;
font-size : 24px;
letter-spacing : 1px;
text-transform : uppercase;
}
.sngl_tstm p {
color : #ffffff;
font-size : 16px;
line-height : 30px;
}
.sngl_tstm h6 {
font-size : 12px;
text-transform : uppercase;
color : #fff;
}
.clnt_tstm {
width : 780px;
margin : 0 auto;
}
#tstm_sec .owl-controls .owl-dot {
background-color : #fff;
border : none medium;
border-radius : 5px;
cursor : pointer;
display : inline-block;
height : 6px;
text-indent : 0;
width : 25px;
margin-right : 5px;
}
#tstm_sec .owl-controls .owl-dot.active {
background-color : #03B0F0;
}
#tstm_sec .owl-controls {
display : inline-block;
width : 100%;
text-align : center;
}
#tstm_sec .owl-controls .owl-nav {
display : none;
}
.lts_pst > img {
  width: 100%;
}
.lts_pst h2 {
color : #333333;
font-size : 24px;
text-transform : uppercase;
}
.lts_pst a {
border-bottom : 1px solid #333333;
color : #333333;
font-family : lato;
text-transform : capitalize;
}
.lts_pst a:hover {
border-bottom : 1px solid #00AFF0;
}
.sngl_pricing ul {
border : #ebebeb solid 5px;
margin : 0;
padding : 0;transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.sngl_pricing ul li {
color : #666666;
font-family : lato;
font-size : 24px;
list-style : none outside none;
text-transform : capitalize;
border-top : 1px solid #EBEBEB;
padding : 10px 0;
text-align : center;
}
.sngl_pricing ul li:first-child {
border-top : 0;
}
.sngl_pricing {
text-align : center;
border : #ebebeb solid 5px;
}
.sngl_pricing:hover {
border : #00AFF0 solid 5px;transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.sngl_pricing:hover.sngl_pricing h3 {
background : none 0 0 repeat scroll #00AFF0;transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.sngl_pricing > h2 {
color : #fff;
font-size : 18px;
margin : 0;
padding : 30px;
text-transform : uppercase;
}
.title_bg_1 {
background-image : url("../img/basic.jpg");
background-position : center center;
background-repeat : no-repeat;
background-size : 100% 100%;
}
.title_bg_2 {
background-image : url("../img/standar.jpg");
background-position : center center;
background-repeat : no-repeat;
background-size : 100% 100%;
}
.title_bg_3 {
background-image : url("../img/extended.jpg");
background-position : center center;
background-repeat : no-repeat;
background-size : 100% 100%;
}
.sngl_pricing > h3 {
background : none 0 0 repeat scroll #ebebeb;
color : #515050;
font-size : 48px;
margin : 0;
padding : 20px 0;
}
.currency {
font-size : 24px;
position : relative;
top : -18px;
}
.monuth {
font-size : 24px;
text-transform : none;
}
.btn.pricing_btn {
background : none 0 0 repeat scroll #00aff0;
border : #666666 solid 1px;
color : #fff;
text-transform : uppercase;
padding : 10px 30px;
}
.sngl_pricing ul {
margin : 0;
padding : 55px 0;
}
.sngl_pricing a {
margin-top : 30px;
}
#clt_sec {
background : #F0F0F0;
padding : 70px 0;
}
.owl-item .sngl_clt a {
text-align : left;
width : 100%;
display : inline-block;
margin-left : 40px;
}
.owl-item .sngl_clt img {
width : 100px;
}
#clt_sec .owl-controls .owl-nav {
display : none;
}
#ctn_sec {
padding : 70px 0;
}
#cnt_form .btn {
background : #353638;
padding : 10px 35px;
}
#cnt_form .form-control:focus {
border : #0080FF solid 1px;
}
.cnt_info ul {
margin : 0;
padding : 0;
border-left : 1px solid #C7C7C7;
padding-left : 30px;
}
.cnt_info ul li {
list-style : none outside none;
padding : 15px 0;
}
.cnt_info ul li i {
color : #818181;
float : left;
margin-top : 5px;
}
.cnt_info p {
padding-left : 30px;
}
.map_area {
margin-bottom : 93px;
margin-top: 93px;
}
.ft ul {
margin : 0;
padding : 0;
text-align : center;
}
.ft ul li {
list-style : none outside none;
padding-right : 10px;
display : inline;
}
.ft ul li a {
border : #555555 solid 1px;
border-radius : 50px;
display : inline-block;
margin : 0 auto;
padding : 7px 11px;
text-align : center;
color: #555555;
}
.ft ul li a i {
color : #363636;
font-size : 15px;
transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.ft ul li a i:hover {
color : #00AFF0;transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
/*.ft ul li .fa-facebook {
padding : 3px;
}*/
#ltd_map_sec {
background : none 0 0 repeat scroll #363636;
text-align : center;
}
.map > h1 {
color : #fff;
font-size : 20px;
font-weight : normal;
text-transform : uppercase;
}
#ft_sec {
padding : 70px 0;
}
.copy_right {
margin : 0;
padding : 0;
}
.copy_right li {
font-size : 24px;
font-weight : 600;
list-style : none outside none;
padding : 2px;
text-align : center;
color : #818181;
text-transform : uppercase;
}
.copy_right {
margin : 0;
padding : 0;
margin-top : 18px;
}
.map i {
font-size : 22px;
font-weight : bold;
color : #fff;
margin-left : 15px;
}
.show_hide {
color : #3399FF;
margin-left : 15px;
}
#blg_sec {
padding : 100px 0;
}
.main_menu_sec {
background : none 0 0 repeat scroll #efeb09;
border : none 0;
margin : 0;
}
.post_info i {
background : none 0 0 repeat scroll #00aff0;
color : #fff;
float : left;
font-size : 30px;
padding : 10px;
margin-right : 15px;
}
.post_info ul {
margin : 0;
padding : 0;
}
.post_info ul li {
list-style : none;
float : left;
}
.post_intro {
padding-top : 15px;
}
.post_intro h2 {
color : #333333;
font-size : 14px;
font-weight : bold;
text-transform : uppercase;
display : inline;
line-height : 30px;
}
.post_info ul li {
float : left;
list-style : none outside none;
color : #a3a7b2;
font-size : 12px;
text-transform : capitalize;
font-family : lato;
}
.post_content {
border-bottom : 1px solid #e3e3e3;
float : left;
line-height : 25px;
padding : 30px 0;
}
.post_content > a {
color : #666666;
font-family : lato;
font-size : 12px;
border-bottom : 1px solid #666666;
line-height : 40px;
padding : 8px 0;
}
.post_content > a:hover {
border-bottom : 1px solid #00AFF0;
}
#sr_bx {
border : #C4C4C4 solid 1px;
padding : 12px;
width : 100%;
}
.sidebar h2 {
color : #333333;
font-size : 14px;
text-transform : uppercase;
margin-top : 30px;
}
.title_br {
border-bottom : 2px solid #666666;
width : 50px;
}
.sidebar ul {
margin : 0;
padding : 0;
}
.sidebar ul li {
border-bottom : 1px solid #e2e2e2;
list-style : none outside none;
padding : 15px 0;
}
.sidebar ul li a {
color : #666666;
font-size : 14px;
text-transform : capitalize;transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s
}
.sidebar ul li a:hover{transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-webkit-transition: all 1s ease 0s;color:#00AFF0}
.flickr li {
border : 0 !important ;
}
.flickr li {
float : left;
padding-right : 6px;
width : 90px;
}
.tag > li {
border : none medium !important ;
float : left;
}
.tag li a {
border : #666666 solid 1px;
padding : 10px;
margin-right : 5px;
}
.sngl_blg > img {
width : 100%;
height : 100%;
}
.author_dec h3 {
margin : 0;
color : #333333;
font-size : 14px;
margin-bottom : 11px;
}
.author_info {
border-bottom : 1px solid #e3e3e3;
display : inline-block;
padding : 22px 0;
margin-bottom : 30px;
}
.author_info > img {
float : left;
margin-right : 35px;
}
.social_link {
margin : 0;
padding : 0;
float : right;
display : inline-flex;
}
.social_link li {
list-style : none;
}
.social_link li a i {
color : #363636;
float : left;
padding : 6px;
}
.form-control.single_cnt {
width : 355px !important ;
}
.single_cnt_m {
width : 731px !important ;
}

#products_sec{
padding : 20px 0;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-page .scroll-down {
    margin-left: -60px;
}

.portfolio-content {
    position: relative;
    margin-bottom: 30px;
}

.home-page {
    padding-top: 15px;
}

.home-page .portfolio-content {
    margin-bottom: 15px;
}

.portfolio-content figure {
    margin: 0;
}

.portfolio-content figure img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.entry-content:hover + .imgport { width: 50%; }

@keyframes aparecer{    
  0%{
    transform: opacity(100%);
  }
}


.portfolio-content .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
    font-family: 'Helvetica', sans-serif;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s;
}

.portfolio-content:hover .entry-content {
    visibility: visible;
    opacity: 1;
}

.portfolio-content h3 {
    margin-bottom: 0;
    font-family: 'Helvetica', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.home-page .portfolio-content h3 {

    color: #191919;
    font-size: 2.25rem;
}

.portfolio-content h3 p {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
}

.portfolio-content ul {
    padding: 15px;
    margin: 10px 0 0;
    list-style: none;
}

.portfolio-content li {
    margin: 0 3px;    
    text-align: justify;
}

.portfolio-content li a {
    font-size: 1.7rem;
    color: #fff;

}
.portfolio-content li p {
    font-size: 1.7rem;
    color: #fff;

}
.portfolio-content p{
  text-align: center;
  padding-top: 5px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
    .home-page {
        padding: 0;
    }

    .home-page .portfolio-content {
        margin-bottom: 0;
    }
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}


.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

/*--------------------------------------------------------------
# Single Portfolio
--------------------------------------------------------------*/
.single-portfolio {
    padding-top: 15px;
    padding-bottom: 70px;
}

.single-portfolio figure img {
    max-width: 100%;
}

.single-portfolio .content-area h1 {
    margin-top: 20px;
    font-size: 2.25rem;
    font-family: 'Helvetica', sans-serif;
}

.single-portfolio .content-area .entry-content {
    margin-top: 20px;
    font-family: 'Helvetica', sans-serif;
    line-height: 1.6;
    color: #595959;
}

/*
# Post Share
--------------------------------*/
.single-portfolio .post-share {
    margin-top: 32px;
}

.single-portfolio .post-share label {
    margin-right: 32px;
    text-transform: capitalize;
    font-family: 'Helvetica', sans-serif;
}

.single-portfolio .post-share ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.single-portfolio .post-share ul li {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 1;
    color: #fff;
}

.single-portfolio .post-share ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
}

.single-portfolio .post-share ul li.fb {
    background: #4b6cd0;
}

.single-portfolio .post-share ul li.gp {
    background: #f03b3b;
}

.single-portfolio .post-share ul li.in {
    background: #bb8950;
}

.single-portfolio .post-share ul li.tw {
    background: #49a7f3;
}

/*
# Post Sidebar
--------------------------------*/
.single-portfolio .entry-meta {
    margin-top: 24px;
    font-family: 'Helvetica', sans-serif;
}

.single-portfolio .entry-meta label {
    display: block;
    line-height: 1.3;
    text-transform: uppercase;
}

.single-portfolio .date-format,
.single-portfolio .post-category,
.single-portfolio .posted-tags {
    display: block;
    margin-bottom: 26px;
}

.single-portfolio .posted-tags span,
.single-portfolio .entry-meta a {
    color: #bfbfbf;
}

/*
# Post Nav
--------------------------------*/
.post-nav {
    margin: 36px 0 0;
}

.post-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (min-width: 576px) {
    .single-portfolio {
        padding-top: 45px;
    }
}

@media screen and (min-width: 992px) {
    .single-portfolio {
        padding-top: 90px;
    }
}

@media screen and (min-width: 1200px) {
    .single-portfolio {
        padding-top: 115px;
    }
}

/*
# Featured Image
--------------------------------*/
.single-post .featured-img figure,
.single-page .featured-img figure {
    margin: 0;
}

.single-post .featured-img figure img,
.single-page .featured-img figure img {
    width: 100%;
}
/*
# Gallery
--------------------------------*/
.w3-half{float:left;width:100%}
@media (min-width:601px){.w3-half{width:49.99999%}}

.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}

/*@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}*/
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:100px}}
.w3-black,.w3-hover-black:hover{color:#fff!important;background-color:#000!important}
/*Modal*/
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding-top: 100px;outline:0;width:600px}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:200px}}
@media (min-width:993px){.w3-modal-content{width:900px;padding-top: 200px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}.w3-modal{padding-top:300px}

.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-bar .w3-button{white-space:normal}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}  
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
.w3-button:hover{color:#000!important;background-color:#ccc!important}

.w3-display-topright{position:absolute;right:0;top:0}

.w3-xxlarge{font-size:36px!important}


.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
/*
Services section
*/
.services-section{
  /*background: url(bg.jpg);*/
  background-size: cover;
  padding: 60px 0;
  background-color: #f0f0f0;
}
.inner-width{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  overflow: hidden;
}
.section-title{
  text-align: center;
  color: #353638;
  text-transform: uppercase;
  font-size: 30px;
}
.border{
  width: 160px;
  height: 2px;
  background: #353638;
  margin: 40px auto;
}
.services-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-box{
  max-width: 33.33%;
  padding: 10px;
  text-align: center;
  color: #353638;
  cursor: auto;
}

.service-icon{
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 3px solid #353638;
  color: #353638;
  transform: rotate(45deg);
  margin-bottom: 30px;
  margin-top: 16px;
  transition: 0.3s linear;
}
.service-icon i{
  line-height: 70px;
  transform: rotate(-45deg);
  font-size: 26px;
}
.service-box:hover .service-icon{
  background: #353638;
  color: #ffd600;
}
.service-title{
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.service-desc{
  font-size: 24px;
}

@media screen and (max-width:960px) {
  .service-box{
    max-width: 45%;
  }
}

@media screen and (max-width:768px) {
  .service-box{
    max-width: 50%;
  }
  .cnt_info{
    overflow-wrap: break-word;
  }
  .cnt_info i{
    font-size: 20px;
  }
  .alcance{
    background-attachment: scroll;
  }
  #ft_sec .col-lg-12{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #header_2 .wrap_caption{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #andam_sec {
    margin-top: 100px;
  }
  .nav-item .dropdown-menu{
    left: -110px !important;
  }
}

@media screen and (max-width:480px) {
  .service-box{
    max-width: 100%;
  }
}
.row {
  margin-left: 0;
  margin-right: 0;
}

/*  Portfolio Section*/

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
/*------------------------
    Portfolio Section
--------------------------*/
.portfolio-section {
  overflow: hidden;
}

.portfolio-filter {
  list-style: none;
  padding-bottom: 100px;
}

.portfolio-filter li {
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
  padding-bottom: 10px;
  color: #979797;
  cursor: pointer;
}

.portfolio-filter li.mixitup-control-active {
  color: #001418;
}

.portfolios-area .gallery-block {
  padding: 0;
}

.gallery-block {
  position: relative;
}

.portfolio-item {
  display: block;
  width: 100%;
  height: 600px;
  background-position: center center;
  position: relative;
  margin-bottom: 30px;
}

.portfolio-item .pi-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-item .pi-inner h2 {
  opacity: 0;
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  left: 50px;
  bottom: 50px;
  color: #fff;
  letter-spacing: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio-item:hover .pi-inner {
  background: rgba(0, 20, 24, 0.8);
}

.portfolio-item:hover .pi-inner h2 {
  opacity: 1;
  letter-spacing: 0;
}

.portfolio-meta {
  padding-bottom: 45px;
}

.portfolio-meta h2 {
  font-size: 24px;
}

.portfolio-meta p {
  font-size: 24px;
  color: #a6a6a6;
  margin-bottom: 0;
}

.portfolio-intro {
  display: block;
}

.img-popup-warp .mfp-content {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

  .header-btn {
    display: none;
  }
  .section-title {
    font-size: 45px;
  }
  .portfolio-filter {
    text-align: center;
  }


/* small Mobile :320px. */
@media only screen and (max-width: 479px) {
  .section-title {
    font-size: 30px;
  }
}
.portfolio-section{
  padding: 30px 0px;
}
/* */
.rgt_edif img {
float : left;
margin-right : 30px;
margin-top : 0px;
position: absolute;
height: 10%
}

#andam_sec{
  position: relative;
  background-color: #ffffff ;
}

.btn-defaults{
  /*display: block;*/
  background-color: #f0f0f0 ;
  /*bottom: 0;*/
  /*object-position: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
*/
  margin: 0px auto;
  width: 200px;
}
.double-height{
  height: 1230px;
}

@media (max-width:767px){
  .cont-nos h2{
    text-align: left;
      bottom: 400px;
      position: relative;
  }
  .cont-nos p{
      position: relative !important;
      bottom: 400px !important;
  }
/*  .cont-nos img{
    left: -440px;
    bottom: 10px !important;
    visibility: visible !important;
  }*/
}
@media screen and (max-width: 1000px) {
    .cont-nos img{
      visibility: hidden;
      bottom:0;
    }
}
@media screen and (max-width: 767px) {
    .cont-nos img{
      visibility: visible !important;
    /*left: -440px;*/
    bottom: 10px !important;
    width: auto;
    width: -webkit-fill-available !important;
    }
    .div-r{
   /*   height: -webkit-fill-available !important;
    }*/
  }
}
@media (max-width:500px){
  .cont-nos h2{
      bottom: 200px;
  }
  .cont-nos p{
      bottom: 200px !important;
  }
  .cont-nos .div-r{
    height: 200px !important;
  }
}

/*  Catálogo  */
.productos {
  height:auto;
  width: 100%;
  padding: 100px 5%;
}
@media only screen and (max-width: 420px) {
  .productos {
      padding: 50px 5%;
  }
}
.productos h2 {
  height: auto;
  width: 100%;
  text-align: center;
  font-family: var(--family-tres);
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 420px) {
  .productos h2 {
      font-size: 25px;
  }
}
.productos .conte-productos {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.conte-productos .producto {
  height: auto;
  width: 30%;
  margin-bottom: 40px;
  background-color: white;
  display: block;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  
  #slider_sec {
    height: 900px !important;
  }

  #slider_sec .slider {
    margin-top: 10vh !important;
  }

  .conte-productos .producto {
      width: 100%;
      margin-bottom: 30px;
      display: block;
      max-width: 500px;
  }
  
  .double-height{
    height: 600px;
  }

  #oferta{    
    bottom: 0;
    top: auto !important;
    width: 30vh;
    display: block;
    margin-right: auto;
    margin-left: auto;
    z-index: 999999999;
  }
  #contOferta{    
    width: 100%;
    display: block;
    margin-left: -15px;
  }
  #oferta img{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }
  #logo_slider{
    display: none !important;
  }
  #productosAndamios{
    display: grid !important;
   }

  .container-productos {
    bottom: auto;
    top: 0; 
  }
  
  .img-productos {    
    width: 180px;
    margin-bottom: 16px !important;
  }

  .img-productos img{
    width: 150px;
    height: 150px;
  }
  
  #nav_menu ul ul a {
    padding: 10px 10px;
  }
  
}
.producto .img-producto {
  height: 318px;
  width: 100%;
  margin-bottom:35px;
  text-align: center;
}
.producto .img-producto img{
  height: 328px;
}
.hl + .det-prod {
  /*background-color: red;*/
  box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
}
.producto .title-producto {
  height: auto;
  width: 100%;
  color: #333;
  font-family: var(--family-tres);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  font-weight: bold;
}
.producto .info-producto {
  height: auto;
  width: 100%;
}
.info-producto .altura, .ancho, .largo {
  height: auto;
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}
.info-producto .detalles {
  height: auto;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.info-producto .detalles a {
  color: #333;
  text-decoration: none;
  transition: all .75s ease;
}
.info-producto .detalles a:hover {
  color: #09afdf;
}

.det-prod {
  padding: 20px 20px;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
  border-radius: 25px;
  border: 1px solid #626262;
  cursor: pointer;
  /*-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.45);*/
}
.det-prod:hover {
  box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
}

.slider_sec{
  background-color: #000;
}

#video-andamios{
  position: relative;
  left: 50%;
  min-width: 100%;
  min-height: 10%;
  height: 100%;
  width: 100%;
  opacity: .9;
  transform: translate(-50%, -50%);
  top: 50%;
  object-fit: cover;
}

#header_sec{
  height : 550px;
  width : 100%;
  position: relative;
}

#oferta {  
  cursor: pointer;
}

#slider_sec .slider {
  margin-top: 200px;
}

#header_sec .wrap_caption_main {
  padding : 150px !important;
}

.nav-item .dropdown-menu{  
     border: none;
     border: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     left: 0px !important;
}

@media (min-width: 767px) and (max-width: 767px){
  
  #oferta{    
    top: 60px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    z-index: 999999999;
  }
  #contOferta{    
    width: 100%;
    display: block;
    margin-left: -15px;
  }
  #oferta img{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
  }
}

 #productosAndamios .img-productos{
  display: inline-block;
  padding: 8px;
  background-color: black;
  background-color: rgba(255, 0255, 0255, .7);
  border-radius: 20px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.7);
  margin-left: 16px;
  margin-right: 16px;
 }

 #productosAndamios{
  display: flex;
  justify-content: space-around;
 }

 .container-productos{
  bottom: -30vh;
 }
 
 .img-productos:hover{
  background-color: rgba(239,235,9,.9) !important;
  opacity: .9 !important;
 }

 @media screen and (min-width: 992px) {
  .carousel-inner > .item {  
    background-color: rgba(0, 0, 0, .2);
    border-radius: 30px;
   }
}

.lft_hd img {  
  height: 100px;
  width: 94px;
  margin-top: -6px;
}

.tall a{
  height: 900px !important;
}

.slider-img .wrap_caption{  
  padding : 150px 150px 50px 150px !important;
}

#ft_sec a{
    font-size: 22px;
    margin-bottom: 20px;
}

#contact-form .form-control, .btn-primary {
  font-size: 22px !important;
}


.btn-facebook-md {
  display: block;
  padding: 0px !important;
  border: none !important;
}
.btn-facebook-md img{
  width: 90px;
  
}