/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- basic ---------------------------------------------------------------------*/

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Raleway', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

html {
     scroll-behavior: smooth;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}
/* Modal Styles */
.modal {
   display: none;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.9);
   animation: fadeIn 0.3s;
}

@keyframes fadeIn {
   from { opacity: 0; }
   to { opacity: 1; }
}

.modal-content {
   position: relative;
   margin: 5% auto;
   width: 90%;
   max-width: 800px;
   background: white;
   border-radius: 10px;
   overflow: hidden;
   animation: slideUp 0.3s;
}

@keyframes slideUp {
   from { transform: translateY(50px); opacity: 0; }
   to { transform: translateY(0); opacity: 1; }
}

.close-modal {
   position: absolute;
   right: 15px;
   top: 15px;
   font-size: 30px;
   color: #333;
   cursor: pointer;
   z-index: 10;
   background: white;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.modal-body {
   display: flex;
   flex-direction: column;
}

.modal-body img {
   width: 100%;
   height: 400px;
   object-fit: cover;
}

.product-info {
   padding: 20px;
   text-align: center;
}

.product-info h3 {
   color: #333;
   margin-bottom: 20px;
   font-size: 1.5rem;
}

.whatsapp-btn {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: #25D366;
   color: white;
   padding: 12px 25px;
   border-radius: 25px;
   text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
}

.whatsapp-btn:hover {
   background: #128C7E;
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

/* Hover effect para imágenes */
.services_img {
   cursor: pointer;
   transition: transform 0.3s ease;
}

.services_img:hover {
   transform: scale(1.05);
}

/* Botón Ver Más */
.view-more-btn {
   background: #dd0c0c;
   color: white;
   border: none;
   padding: 12px 30px;
   border-radius: 25px;
   cursor: pointer;
   transition: all 0.3s ease;
}

.view-more-btn:hover {
   background: #b30909;
   transform: translateY(-2px);
}
.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}
/* Estilos para la sección de productos */
.products-grid {
   margin: 0 -10px;
}

.product-item {
   padding: 15px;
   margin-bottom: 20px;
}

.services {
   background: #fff;
   border-radius: 10px;
   box-shadow: 0 5px 15px rgba(0,0,0,0.1);
   overflow: hidden;
   transition: all 0.3s ease;
   height: 100%;
}

.services:hover {
   transform: translateY(-5px);
   box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.services_img {
   cursor: pointer;
   position: relative;
   overflow: hidden;
}

.services_img figure {
   margin: 0;
   height: 250px;
   overflow: hidden;
}

.services_img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: transform 0.3s ease;
}

.services_img:hover img {
   transform: scale(1.05);
}

.ho_dist {
   background: rgba(221, 12, 12, 0.9);
   color: white;
   padding: 15px;
   text-align: center;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   transform: translateY(100%);
   transition: transform 0.3s ease;
}

.services_img:hover .ho_dist {
   transform: translateY(0);
}

.ho_dist span {
   font-weight: 600;
   font-size: 14px;
   margin: 0;
}

/* Ajustes para el grid responsivo */
@media (max-width: 1200px) {
   .product-item {
      padding: 12px;
   }
   
   .services_img figure {
      height: 220px;
   }
}

@media (max-width: 992px) {
   .products-grid {
      margin: 0 -8px;
   }
   
   .product-item {
      padding: 10px;
   }
   
   .services_img figure {
      height: 200px;
   }
}

@media (max-width: 768px) {
   .products-grid {
      margin: 0 -5px;
   }
   
   .product-item {
      padding: 8px;
      margin-bottom: 15px;
   }
   
   .services_img figure {
      height: 180px;
   }
   
   .ho_dist {
      padding: 10px;
   }
   
   .ho_dist span {
      font-size: 12px;
   }
}

@media (max-width: 576px) {
   .product-item {
      padding: 5px;
      margin-bottom: 10px;
   }
   
   .services_img figure {
      height: 150px;
   }
}

/* Estilos para las pestañas */
.nav-tabs.md-tabs {
   border-bottom: 2px solid #ddd;
   margin-bottom: 30px;
}

.lisertab {
   margin: 0 5px;
}

.servi_tab {
   background: #f8f9fa;
   border: 1px solid #dee2e6;
   border-bottom: none;
   border-radius: 5px 5px 0 0;
   padding: 12px 25px;
   color: #495057;
   font-weight: 600;
   transition: all 0.3s ease;
}

.servi_tab:hover {
   background: #e9ecef;
   color: #dd0c0c;
}

.servi_tab.active {
   background: #dd0c0c;
   color: white;
   border-color: #dd0c0c;
}

/* Modal Styles (mantener los mismos) */
.modal {
   display: none;
   position: fixed;
   z-index: 1000;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.9);
   animation: fadeIn 0.3s;
}

.modal-content {
   position: relative;
   margin: 5% auto;
   width: 90%;
   max-width: 800px;
   background: white;
   border-radius: 10px;
   overflow: hidden;
   animation: slideUp 0.3s;
}

.close-modal {
   position: absolute;
   right: 15px;
   top: 15px;
   font-size: 30px;
   color: #333;
   cursor: pointer;
   z-index: 10;
   background: white;
   width: 40px;
   height: 40px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.whatsapp-btn {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: #25D366;
   color: white;
   padding: 12px 25px;
   border-radius: 25px;
   text-decoration: none;
   font-weight: 600;
   transition: all 0.3s ease;
}

.whatsapp-btn:hover {
   background: #128C7E;
   transform: translateY(-2px);
   box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}
.products-gap {
    grid-gap: 20px !important;
}
blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- header ---------------------------------------------------------------------*/

header {
    /* height: 105px;*/
     background: #8b1310;
     width: 100%;
     padding: 33px 30px;
}


/** menu section **/

ul.email {
     padding-top: 4px;
     display: flex;
     align-items: center;
     justify-content: end;
     flex-wrap: wrap;
}

ul.email li {
     display: inline-block;
     color: #fff;
     padding: 0 20px;
     font-size: 17px;
}

ul.email li:last-child {
     padding-right: 0;
}

ul.email li a {
     font-size: 16px;
}

ul.email li a {
     color: #fff;
}

ul.email li i {
     color: #fff;
     font-size: 20px;
     padding-right: 10px;
}

ul.email li a:hover {
     color: #dd0c0c;
}

ul.email li img {
     padding-right: 10px;
}

.sidepanel {
     width: 0;
     position: fixed;
     z-index: 9999999;
     height: 100%;
     top: 0;
     left: 0;
     background-color: #111;
     overflow-x: hidden;
     transition: 0.5s;
     padding-top: 60px;
}

.sidepanel a {
     padding: 8px 8px 8px 32px;
     text-decoration: none;
     font-size: 25px;
     color: #fff;
     display: block;
     transition: 0.3s;
}

.sidepanel a:hover {
     color: #dd0c0c;
}

.sidepanel .closebtn {
     position: absolute;
     top: 0;
     right: 25px;
     font-size: 36px;
}

.openbtn {
     cursor: pointer;
     background-color: transparent;
     color: white;
     border: none;
}


/** Nuevo Slider Elegante **/
.hero-slider {
   width: 100%;
   height: 100vh;
   min-height: 600px;
   max-height: 800px;
   position: relative;
   overflow: hidden;
}

.slider-container {
   width: 100%;
   height: 100%;
   position: relative;
}

.slider-wrapper {
   width: 100%;
   height: 100%;
   position: relative;
}

.slide {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   opacity: 0;
   transform: translateX(100%);
   transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
   display: flex;
   align-items: center;
   justify-content: center;
}

.slide.active {
   opacity: 1;
   transform: translateX(0);
   z-index: 2;
}

.slide.prev {
   transform: translateX(-100%);
   opacity: 0;
}

.slide-content {
   width: 100%;
   max-width: 1200px;
   padding: 0 20px;
   text-align: center;
}

.content-box {
   background: rgba(255, 255, 255, 0.95);
   padding: 60px 40px;
   border-radius: 15px;
   box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(10px);
   transform: translateY(50px);
   opacity: 0;
   transition: all 0.8s ease 0.3s;
   max-width: 700px;
   margin: 0 auto;
}

.slide.active .content-box {
   transform: translateY(0);
   opacity: 1;
}

.content-box h1 {
   color: #141111;
   font-size: 3.5rem;
   font-weight: 700;
   line-height: 1.2;
   margin-bottom: 20px;
   font-family: 'Arial', sans-serif;
}

.highlight {
   color: #dd0c0c;
   font-weight: 800;
}

.content-box p {
   color: #2d2d2d;
   font-size: 1.2rem;
   line-height: 1.6;
   margin-bottom: 30px;
   font-weight: 500;
}

.slider-btn {
   display: inline-block;
   background: #dd0c0c;
   color: white;
   padding: 15px 40px;
   font-size: 1.1rem;
   font-weight: 600;
   text-decoration: none;
   border-radius: 50px;
   transition: all 0.3s ease;
   border: 2px solid #dd0c0c;
   text-transform: uppercase;
   letter-spacing: 1px;
}

.slider-btn:hover {
   background: transparent;
   color: #dd0c0c;
   transform: translateY(-2px);
   box-shadow: 0 10px 20px rgba(221, 12, 12, 0.3);
}

/** Controles **/
.slider-controls {
   position: absolute;
   bottom: 40px;
   left: 50%;
   transform: translateX(-50%);
   display: flex;
   align-items: center;
   gap: 30px;
   z-index: 10;
}

.prev-btn, .next-btn {
   background: rgba(255, 255, 255, 0.9);
   border: none;
   width: 50px;
   height: 50px;
   border-radius: 50%;
   font-size: 24px;
   color: #dd0c0c;
   cursor: pointer;
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   justify-content: center;
}

.prev-btn:hover, .next-btn:hover {
   background: #dd0c0c;
   color: white;
   transform: scale(1.1);
}

.slider-dots {
   display: flex;
   gap: 15px;
}

.dot {
   width: 12px;
   height: 12px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.6);
   cursor: pointer;
   transition: all 0.3s ease;
}

.dot.active {
   background: #dd0c0c;
   transform: scale(1.3);
}

.dot:hover {
   background: #dd0c0c;
   transform: scale(1.2);
}

/** Responsive **/
@media (max-width: 768px) {
   .hero-slider {
      height: 70vh;
      min-height: 500px;
   }
   
   .content-box {
      padding: 40px 20px;
      margin: 0 20px;
   }
   
   .content-box h1 {
      font-size: 2.5rem;
   }
   
   .content-box p {
      font-size: 1.1rem;
   }
   
   .slider-controls {
      bottom: 20px;
   }
}

@media (max-width: 576px) {
   .hero-slider {
      height: 60vh;
      min-height: 400px;
   }
   
   .content-box {
      padding: 30px 15px;
   }
   
   .content-box h1 {
      font-size: 2rem;
   }
   
   .content-box p {
      font-size: 1rem;
   }
   
   .slider-btn {
      padding: 12px 30px;
      font-size: 1rem;
   }
   
   .prev-btn, .next-btn {
      width: 40px;
      height: 40px;
      font-size: 20px;
   }
}


/** about **/

.top_layer {
     position: relative;
}


/* .top_layer::before {
     position: absolute;
     width: 100%;
     height: 260px;
     content: "";
     background: url(../images/croos.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     top: -257px;
}*/

.about {
     padding-top: 10px;
}

.about .titlepage p {
     line-height: 24px;
     padding-top: 19px;
     color: #000;
     font-weight: 400;
}

.about_box {
     padding: 20px 0;
     box-shadow: 4px 0 27px rgba(02, 3, 8, 0.20);
}

.about_box_text {
     padding-left: 50px;
}

.about_box_text h3 {
     font-size: 27px;
     text-transform: uppercase;
     font-weight: 700;
     color: #0b0d0a;
     line-height: 30px;
     padding-bottom: 20px;
}

.about_box_text p {
     font-size: 20px;
     line-height: 32px;
     color: #0b0d0a;
     font-weight: 400;
     padding-bottom: 35px;
}

.about_box_img {
     padding: 35px 0;
     margin-right: -60px;
}

.about_box_img figure {
     margin: 0;
}

.about_box_img figure img {
     width: 77%;
}


/** end about **/

.titlepage {
     padding-bottom: 60px;
}

.titlepage h2 {
     font-size: 40px;
     font-weight: 700;
     line-height: 46px;
     color: #251d12;
     text-transform: uppercase;
}

.read_more {
     display: block;
     background: #8b1310;
     color: #fff;
     max-width: 224px;
     height: 61px;
     padding: 14px 0px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
}

.read_more:hover {
     background: #ab2323;
     color: #fff;
     transition: ease-in all 0.5s;
}


/** building **/

.building {
     padding-top: 323px;
     background: url(../images/bg.png);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 223px;
}

.building .titlepage h2 {
     color: #fff;
}

.building .titlepage p {
     color: #fff;
     line-height: 30px;
     padding-top: 30px;
     display: block;
}

.yello {
     color: #dd0c0c;
}


/** end building **/


/** services **/

.services_main {
     padding-top: 90px;
     background: url(../images/service_bg.jpg);
     background-size: 100% 100%;
     background-position: center center;
     background-repeat: no-repeat;
     padding-bottom: 350px;
}

.services_main .titlepage {
     padding-bottom: 60px;
}

.services_main .titlepage span {
     color: #0f0f0e;
     font-size: 17px;
     line-height: 23px;
     padding-top: 15px;
     display: block;
}

.lisertab .servi_tab {
     border: inherit;
     border-radius: 0;
     padding: 12px 27px;
     line-height: 20px;
     font-size: 17px;
}

.lisertab .servi_tab.active {
     background: #7f1410e6;
     color: #fff;
}

.lisertab .servi_tab:focus,
.lisertab .servi_tab:hover {
     background: #7f1410e6;
     color: #fff;
}

.border_none {
     border: none;
}

.back_bg {
     background: transparent;
     border: inherit;
     padding-top: 70px;
}

.services_main .services_img {
     position: relative;
     margin: 0 auto;
}

.services_main .services_img figure {
     margin: 0;
}

.services_main .services_img figure img {
     width: 100%;
}

.ho_dist {
     position: absolute;
     z-index: 9999;
     top: 0px;
     right: 0;
     bottom: 0;
     left: 0;
     transition: .5s ease;
     background-color: #82171287;
     border-radius: 381px;
     margin: 0 auto;
     opacity: 0;
}

.ho_dist span {
     display: flex;
     align-items: center;
     justify-content: center;
     bottom: 0;
     top: 0;
     position: absolute;
     right: 0;
     left: 0;
     flex-wrap: wrap;
     font-size: 26px;
     color: #fff;
     font-weight: 600;
}

.ho_dist:hover {
     opacity: 1;
}

.padding_0 {
     padding: 0
}

.margin_top70p {
     margin-top: 170px;
}

.margin_left20 {
     margin-left: -20px;
}

.margin_right20 {
     margin-right: -20px;
}

.margin_top170 {
     margin-top: -170px;
}

.margin_left60 {
     margin-left: -108px;
     margin-right: 108px;
}

.margin_top40 {
     margin-top: -62px;
}


/** end services **/


/** instant **/

.instant {
     background: #722323;
     position: relative;
}

.instant::before {
     background: url(../images/cr00s.png);
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
     content: "";
     width: 100%;
     height: 363px;
     bottom: -361px;
}

.instant::after {
    /* background: url(../images/cr00s1.png);*/
     background-repeat: no-repeat;
     background-size: 100% 100%;
     position: absolute;
     content: "";
     width: 100%;
     height: 363px;
     top: -361px;
     z-index: 1;
}

.instant .titlepage {
     padding-top: 40px;
     max-width: 559px;
     float: right;
     width: 100%;
     padding-bottom: 0;
}

.instant .titlepage h2 {
     font-weight: 600;
     text-transform: none;
     color: #fff;
     font-size: 85px;
     line-height: 95px;
}

.instant .titlepage p {
     color: #fff;
     line-height: 30px;
     font-weight: 500;
     padding: 30px 0 55px 0;
}

.instant .titlepage .read_more:hover {
     background: #fff;
     color: #000;
}

.instant_img {
     margin-top: -30px;
     z-index: 9999;
     position: relative;
}

.instant_img figure {
     margin: 0;
}

.instant_img figure img {
     width: 100%;
}


/** end instant **/


/** footer **/

.footer {
     background: #540705;
     padding-top: 362px
}

ul.social_icon {
     padding-top: 30px;
     padding-bottom: 33px;
     border-bottom: #814948 solid 1px;
     margin-bottom: 54px;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 190px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     background: #fff;
     color: #540705;
     width: 50px;
     height: 50px;
     display: inline-block;
     text-align: center;
     line-height: 53px;
     border-radius: 100%;
     font-size: 30px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     background: #722323;
     color: #fff;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}

.reader p {
     color: #fff;
     padding-top: 25px;
     line-height: 30px;
}

.padd_flet40 {
     padding-right: 40px;
}

.reader h3 {
     color: #fff;
     font-size: 30px;
     text-transform: uppercase;
     font-weight: 600;
     padding-top: 1px;
}

ul.xple_menu {
     padding-top: 29px;
}

ul.xple_menu li a {
     font-size: 17px;
     color: #fff;
     line-height: 31px;
     font-weight: 500;
     position: relative;
     padding-left: 21px;
}

ul.xple_menu li a:hover {
     color: #722323;
}

ul.xple_menu li a::before {
     position: absolute;
     content: "";
     background: #fff;
     width: 12px;
     height: 12px;
     border-radius: 20px;
     left: 0;
     top: 5px;
}

ul.re_post {
     padding-top: 35px;
}

ul.re_post li {
     display: inline-block;
     padding: 3px;
}

.copyright p {
     margin-top: 54px;
     color: #fff;
     padding: 20px 0px;
     border-top: #814948 solid 1px;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #722323;
}


/** end footer **/


/*- - ener page css--*/

.inner_page .about {
     padding-bottom: 90px;
     padding-top: 80px;
}

.inner_page .services_main {
     padding-bottom: 90px;
}

.inner_page .footer {
     padding-top: 50px;
}


/** contact **/

.contact {
     padding-top: 90px;
     padding-bottom: 90px;
}

#map {
     height: 100%;
     min-height: 477px;
}

.main_form {
     max-width: 566px;
     float: right;
}

.form-control {
     border-radius: 11px;
     margin-bottom: 20px;
     padding: 0 20px;
     background: transparent;
     border: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
     height: 55px;
}

.form-control:focus {
     box-shadow: inherit;
     background: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
}

.textarea {
     background: transparent;
     box-shadow: 4px 0 14px rgba(02, 3, 8, 0.20);
     border: transparent;
     padding: 0 20px;
     width: 100%;
     height: 176px;
     color: #666666;
     opacity: 1;
     border-radius: 11px;
     padding-top: 25px;
     font-size: 17px;
}

.send {
     margin: 0 auto;
     display: block;
     background: #540705;
     color: #fff;
     max-width: 160px;
     padding: 10px 0px;
     width: 100%;
     font-size: 18px;
     margin-top: 20px;
     border-radius: 11px;
}

.send:hover {
     background: #722323;
     color: #fff;
}

.padddd {
     padding-right: 0;
}


/** end contact **/