/*--------------------------------------------------------------------- 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,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,800i&display=swap'); */

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Roboto', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

hr {
     margin-top: 1px;
     margin-bottom: 1px;
     border: 1px solid #a5a5a5;
     color: #a5a5a5;
     background: #a5a5a5;
     height: 1px;
     width: 100%;
}

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 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 18px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

.whp {
     position: fixed;
     z-index: 1000;
     bottom: 50px;
     right: 10px;
}

*,
*::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
}

table {
     border-collapse: unset;
}

.table td,
.table th {
     padding: 5px;
     border-top: 0px solid transparent;
     border-radius: 10px;
     vertical-align: inherit;
}

table {
     border-collapse: separate;
     text-indent: initial;
     border-spacing: 0px 5px;
}

.table-light,
.table-light>td,
.table-light>th {
     background-color: #fefefe00;
}

.titlepage h3 {
     color: #248ecd;
}

.btn-cajaprim {
     color: #fff !important;
     background-color: #0094da;
     border-color: #0094da;
     border-radius: 20px;
     padding: 10px;
     width: 70%;
}

.btn-cajasecun {
     color: #040404 !important;
     background-color: #f2f5f7;
     border-color: #fcfdfd;
     border-radius: 20px;
     padding: 10px;
     width: 90%;
}

.iconoestado {
     width: 30px;
     height: 30px;
}

.cajaimg {
     position: absolute;
     margin-top: -7%;
     margin-left: 70%;
}

.cajaestado1 {
     width: 100%;
     border: 1px solid #248ecd;
     margin: 1%;
     border-radius: 15px;
     padding-left: 0px;
     padding-right: 0px;
     height: 240px;
     overflow: hidden;
     transition: 1s;
     -webkit-transition: 1s;
}

.cajaestado1 .parratext1 {
     position: relative;
     font-weight: bold;
     line-height: 45px;
     text-align: center;
     margin: 0;
     color: #857e7e;
     margin-top: 15px;
}

.cajaestado1:hover .parratext1 {
     font-size: 20px;
}

.cajaestado2 {
     width: 100%;
     border: 1px solid #248ecd;
     margin: 1%;
     border-radius: 15px;
     padding-left: 0px;
     padding-right: 0px;
     height: 240px;
     overflow: hidden;
     transition: 1s;
     -webkit-transition: 1s;
}

.cajaestado2 .parratext2 {
     position: relative;
     font-weight: bold;
     line-height: 45px;
     text-align: center;
     margin: 0;
     color: #857e7e;
     margin-top: 15px;
}

.cajaestado2:hover .parratext2 {
     font-size: 20px;
}

.cajaestado3 {
     width: 100%;
     border: 1px solid #248ecd;
     margin: 1%;
     border-radius: 15px;
     padding-left: 0px;
     padding-right: 0px;
     height: 240px;
     overflow: hidden;
     transition: 1s;
     -webkit-transition: 1s;
}

.cajaestado3 .parratext3 {
     position: relative;
     font-weight: bold;
     line-height: 45px;
     text-align: center;
     margin: 0;
     color: #857e7e;
     margin-top: 15px;
}

.cajaestado3:hover .parratext3 {
     font-size: 20px;
}

.cajaestado4 {
     width: 100%;
     border: 1px solid #248ecd;
     margin: 1%;
     border-radius: 15px;
     padding-left: 0px;
     padding-right: 0px;
     height: 240px;
     overflow: hidden;
     transition: 1s;
     -webkit-transition: 1s;
}

.cajaestado4 .parratext4 {
     position: relative;
     font-weight: bold;
     line-height: 45px;
     text-align: center;
     margin: 0;
     color: #857e7e;
     margin-top: 15px;
}

.cajaestado4:hover .parratext4 {
     font-size: 20px;
}

.cajaestado5 {
     width: 100%;
     border: 1px solid #248ecd;
     margin: 1%;
     border-radius: 15px;
     padding-left: 0px;
     padding-right: 0px;
     height: 240px;
     overflow: hidden;
     transition: 1s;
     -webkit-transition: 1s;
}

.cajaestado5 .parratext5 {
     position: relative;
     font-weight: bold;
     line-height: 45px;
     text-align: center;
     margin: 0;
     color: #857e7e;
     margin-top: 15px;
}

.cajaestado5:hover .parratext1 {
     font-size: 20px;
}

.containerdesp {
     width: 100%;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}

.row h6 {
     font-size: 19px;
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #ffffff;
     margin: 0;
}

.titletext h3 {
     color: #248ecd !important;
     text-align: center;
     font-weight: 400;
     padding-top: 5px;
     font-family: "Roboto", roboto, sans-serif;
}

.row {
     justify-content: center;
}

.parratext1 .parratext2,
.parratext3,
.parratext4,
.parratext5 {
     height: 100px;
     display: none;
     padding: 2%;
     text-align: center;
}

.cajaestado1:hover>.parratext1 {
     display: block;
}

.cajaestado2:hover>.parratext2 {
     display: block;
}

.cajaestado3:hover>.parratext3 {
     display: block;
}

.cajaestado4:hover>.parratext4 {
     display: block;
}

.cajaestado5:hover>.parratext5 {
     display: block;
}

@media (max-width: 768px) {
     .cajaestado1:hover {
          height: 320px;
          display: block;
     }

     .cajaestado2:hover {
          height: 320px;
     }

     .cajaestado3:hover {
          height: 320px;
     }

     .cajaestado4:hover {
          height: 320px;
     }

     .cajaestado5:hover {
          height: 320px;
     }
}

@media (max-width: 2080px) {
     .cajaestado1:hover {
          height: 400px;
          display: block;
     }

     .cajaestado2:hover {
          height: 400px;
     }

     .cajaestado3:hover {
          height: 400px;
     }

     .cajaestado4:hover {
          height: 320px;
     }

     .cajaestado5:hover {
          height: 320px;
     }
}

.imagenestado1 {
     background-image: url(../images/casa1.png);
     height: 150px;
     background-position: center;
     background-size: cover;
     border-radius: 15px;
}

.imagenestado2 {
     background-image: url(../images/trac1.png);
     height: 150px;
     background-position: center;
     background-size: cover;
     border-radius: 15px;
}

.imagenestado3 {
     background-image: url(../images/edificio1.png);
     height: 150px;
     background-position: center;
     background-size: cover;
     border-radius: 15px;
}

.imagenestado4 {
     background-image: url(../images/car1.png);
     height: 150px;
     background-position: center;
     background-size: cover;
     border-radius: 15px;
}

.imagenestado5 {
     background-image: url(../images/caja1.png);
     height: 150px;
     background-position: center;
     background-size: cover;
     border-radius: 15px;
}

/* .desplegabletable {
     justify-content: center;
     display: none;
     width: 100%;
} */

.imgtable {
     width: 20px;
     height: 20px;
}

.desplegable {
     justify-content: center;
     display: flex;
     width: 100%;
     margin-bottom: 25px;
}

.btn-table {
     color: #fff !important;
     background-color: #0094da;
     border-color: #0094da;
     border-radius: 20px;
     padding: 2px;
     width: 61%;
}

.contenid {
     width: 100%;
     justify-content: center;
     display: flex;
     padding: 0;
     margin: 0;
     align-items: center;
}

.botonimg:hover {
     cursor: pointer;
}

.imghistorial {
     width: 33%;
     height: 45px;
}

.descarga {
     width: 15%;
     height: 50px;
}

button:focus {
     outline: none;
}

hr {
     margin-top: 1px;
     margin-bottom: 1px;
     border: 1px solid rgb(255, 255, 255);
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
     padding: 10px;
}

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;
}

.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;
}

.btn-caja {
     color: #fff !important;
     background-color: #0094da;
     border-color: #0094da;
     margin: 10px 0px 10px 0px;
     width: 100%;
     font-size: 1.2rem;
     font-weight: bold;
     border-radius: 25px;
     font-family: "Roboto", roboto, sans-serif;
}

.btn-primary {
     color: #fff;
     background-color: #0094da;
     border-color: #0094da;
     border-radius: 20px;
     width: 200px;
}

.btn-primary:hover {
     color: #fff;
     background-color: #0a76a8;
     border-color: #0a76a8;
}

.btnfechacaja {
     justify-content: center;
     display: flex;
     margin-top: -15px;
}

.btn-fecha {
     color: #fff !important;
     background-color: #0094da;
     border-color: #0094da;
     border-radius: 10px 10px 10px 10px;
}

@media (max-width: 1200px) {
     .container {
          max-width: 1140px;
          height: 400px;
     }

     .containers {
          max-width: 1140px;
          height: 100px;
     }
}

.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;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- 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 area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     background: transparent;
     clear: both;
     padding: 20px 25px !important;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0 20px;
     color: #ffffff;
     font-size: 17px;
     line-height: 20px;
     font-weight: 500;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #dddddd;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #e9ecef;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.login_btn a {
     background: #0094da;
     padding: 9px 32px !important;
     display: inline;
     border-radius: 20px;
     color: #fff !important;
     margin: 0 10px;
}

.login_btn a:hover {
     background: #000 !important;
}

.sea_icon a {
     color: #8c8c8c !important;
}

.header {
     width: 100%;
     height: 80px;
     padding: 10px 0px;
     background: #0094da;
     position: fixed;
     z-index: 1;
}

.logo {
     padding-top: 10px;
     height: 100px;
     width: 150px;
}


/** banner section **/

.banner_main {
     background: #f5f6f6;
     padding: 0px 0px 0px 0px;
}

.text-bg {
     text-align: center;
}

.text-bg h1 {
     font-size: 50px;
     line-height: 48px;
     padding-bottom: 0;
     font-weight: bold;
     text-align: left;
     color: white;
}

.text-bg .read_more {
     border: #1a1a1a solid 2px;
     color: #1a1a1a !important;
     font-weight: 500;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}

.caja1 {
     justify-content: center;
     display: flex;
     margin: 0;
     padding: 10% 0% 10% 0%;
}

.caja2 {
     padding: 7%;
}

.caja3 {
     padding: 11%;
}

.col-lg-12 {
     -ms-flex: 0 0 100% !important;
     flex: 0 0 100%;
     max-width: 100%;
}

#banner1 .carousel-caption {
     position: inherit;
     padding: 0;
}

#banner1 .carousel-indicators {
     display: none;
}

#banner1 .carousel-control-prev,
#banner1 .carousel-control-next {
     width: 62px;
     height: 60px;
     background: transparent;
     border: #1a1a1a solid 2px;
     opacity: 1;
     font-size: 30px;
     color: #131215;
     border-radius: 60px;
     top: 43%;
}

#banner1 .carousel-control-prev:hover,
#banner1 .carousel-control-next:hover,
#banner1 .carousel-control-prev:focus,
#banner1 .carousel-control-next:focus {
     background: transparent;
     border: #0094da solid 2px;
     color: #0094da;
}

#banner1 a.carousel-control-prev {
     position: absolute;
     left: 20px;
     bottom: 10px;
     border: 0px;
     background-color: #ffffff00;
}

#banner1 a.carousel-control-next {
     position: absolute;
     right: 20px;
     bottom: 10px;
     border: 0px;
     background-color: #ffffff00;
}


/** end banner section **/

/* .titlepage h2 {
     font-size: 35px;
     color: #2a2a2c;
     line-height: 45px;
     font-weight: bold;
     padding: 0;
} */

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: transparent;
     border: #ffffff solid 2px;
     color: #1a1a1a;
     padding: 15px 0px;
     width: 100%;
     max-width: 222px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 40px;
}

.read_more:hover {
     background: #0094da;
     color: #fff !important;
     transition: ease-in all 0.5s;
}


/** about section **/

.about {
     border-bottom: #000 solid 1px;
     padding: 130px 0 90px 0;
}

.about .about_img {
     margin-left: -40px;
}

.about .titlepage::before {
     position: absolute;
     content: "";
     width: 220px;
     height: 411px;
     right: -30px;
     background: url(../images/about_right_cross.jpg);
     background-repeat: no-repeat;
     top: -27px;
     z-index: -1;
}

.about .about_img figure {
     margin: 0;
}

.about .titlepage {
     border: #000 solid 1px;
     padding: 40px 40px;
     z-index: 10018;
     background: #fff;
     margin-right: 40px;
}

.about .titlepage p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 35px;
     font-weight: 400;
     padding-top: 20px;
}

.about .read_more {
     border: #1a1a1a solid 2px;
     color: #1a1a1a;
     font-weight: 500;
     margin-top: 44px;
}


/** end about section **/


/** Our  Glasses section **/
.iconocaja {
     border: 1px solid grey;
     border-radius: 10px 0px 0px 10px;
}

.cajaremesa {
     color: grey !important;
     height: 43px !important;
     width: 75%;
     border-radius: 0px 10px 10px 0px !important;
     border: 1px solid #cacaca !important;
}

.glasses {
     background: #fff;
     margin-top: 50px;
}

.glasses .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.glasses .titlepage p {
     font-size: 17px;
     line-height: 30px;
     font-weight: 400;
     padding-top: 10px;
}

.blu {
     color: #ffff00;
     text-transform: initial;
}

.glasses .glasses_box {
     text-align: center;
     border: #555556 solid 1px;
     border-radius: 2px;
     padding: 120px 0px 30px 0px;
     margin-bottom: 30px;
}

.glasses .glasses_box figure {
     margin: 0;
}

.glasses .glasses_box h3 {
     color: #100d0d;
     font-size: 22px;
     line-height: 20px;
     padding: 70px 0px 9px 0px;
}

.glasses .glasses_box p {
     color: #2a2a2c;
     font-size: 18px;
     line-height: 28px;
     font-weight: 400;
}

.glasses .read_more {
     border: #1a1a1a solid 2px;
     font-weight: 500;
     display: block;
     margin: 0 auto;
     margin-top: 44px;
}


/** end Our  Glasses section **/


/** Our shop section **/
.shop {
     margin-top: -8%;
     background: #fff;
}

.shop .shop_img figure {
     margin: 0;
}

.shop .shop_img figure img {
     width: 100%;
}

.padding_right0 {
     padding-right: 30px;
}

.shop .max_width {
     text-align: left;
     background: #ffffff;
     height: 100%;
     padding-top: 30px;
     padding-left: 30px;
     padding-bottom: 30px;
     display: flex;
     flex-wrap: wrap;
     border-radius: 40px;
     border: 1px solid;
}

.shop .titlepage {
     max-width: 612px;
     width: 100%;
     float: left;
}



.shop .titlepage p {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
     padding: 40px 0px 80px 0;
     width: 100%;
     display: inline-block;
}

.shop .titlepage .read_more {
     color: #fff !important
}

.cajarell {
     display: flex;
     justify-content: center;
     width: 100%;
     margin: 0;
     padding: 0;
}

.cajarellboot {
     display: flex;
     width: 80%;
     margin: 0;
     padding: 0;
     justify-content: center;
     position: absolute;
     margin-top: 14px;
}

.parr1 {
     position: absolute;
     justify-content: center;
     display: flex;
     text-align: left;
     margin-top: -10%;
     padding: 0;
     width: 100%;
}

@media (max-width: 2800px) {
     .btn-primary {
          color: #fff;
          background-color: #0094da;
          border-color: #0094da;
          border-radius: 20px;
          width: 200px;
     }

     .glasses .titlepage {
          text-align: center;
          padding-bottom: 30px;
          padding-left: 0%;
          padding-right: 40%;
     }

     .glasses .titlepage p {
          line-height: 25px;
          font-weight: 500;
          padding-top: 10px;
          font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
          font-size: 25px;
     }

     .glasses .titlepagecd {
          text-align: center;
          padding-bottom: 30px;
          padding-left: 0%;
          padding-right: 0%;
     }

     .cajarell {
          display: flex;
          justify-content: center;
          width: 100%;
          margin: 0;
          padding: 0;
     }

     .cajarellboot {
          display: flex;
          width: 50%;
          margin: 0;
          padding: 0;
          justify-content: center;
          position: absolute;
          margin-top: 4%;
     }

     .iconocaja {
          border: 1px solid grey;
          border-radius: 10px 0px 0px 10px;
     }

     .cajaremesa {
          color: grey !important;
          height: 43px !important;
          width: 75%;
          border-radius: 0px 10px 10px 0px !important;
          border: 1px solid #cacaca !important;
     }

     .shop .max_width {
          text-align: left;
          background: #ffffff;
          height: 200px;
          padding: 30px;
          display: flex;
          flex-wrap: wrap;
          border-radius: 20px;
          border: 1px solid #dedede;
          width: 100%;
     }

     .shop .titlepage {
          max-width: 100% !important;
          width: 100%;
          float: left;
     }

     .shop {
          margin-top: -5%;
          background: #fff;
     }
}

/** end Our shop section **/


/** clients section **/

.clients {
     padding: 90px 0 70px 0;
}

.clients .titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.clients .titlepage p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 29px;
     padding-top: 10px;
}

.clients_box h3 {
     color: #2a2a2c;
     font-size: 26px;
     line-height: 30px;
     padding-top: 23px;
     font-weight: 600;
}

.clients_box p {
     color: #2a2a2c;
     font-size: 17px;
     line-height: 30px;
}

.clients_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

.clients_box {
     border: #606060 solid 1px;
     padding: 40px 32px 40px 0px;
     float: left;
     text-align: left;
     margin-left: 89px;
}

.clients_box figure {
     margin: 0;
     float: left;
     margin-left: -102px;
     padding-right: 30px;
}

#myCarousel .carousel-indicators {
     bottom: -70px;
}

#myCarousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 20px;
     background: #111;
}

#myCarousel .carousel-indicators .active {
     background: #8c8a8a;
}

#myCarousel .carousel-control-prev,
#myCarousel .carousel-control-next {
     display: none;
}


/** end clients section **/


/** contact section **/

.contact {
     margin-top: 90px;
}

.contact .main_form h3 {
     color: #4b4b4c;
     font-size: 27px;
     line-height: 30px;
     text-align: center;
     display: block;
     font-weight: 600;
     padding: 0;
}

#map {
     height: 100%;
     min-height: 732px;
}

.main_form {
     position: absolute;
     z-index: 999;
     background: #fff;
     padding: 40px 50px;
     margin-top: 107px;
}

.main_form .contactus {
     border-bottom: #111111 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     height: 57px;
     background: transparent;
     color: #4b4b4c;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.main_form .contactusmess {
     border-bottom: #111111 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     padding-top: 40px;
     padding-bottom: 14px;
     background: transparent;
     color: #4b4b4c;
     ;
     font-size: 18px;
     font-weight: normal;
     border-top: inherit;
     border-left: inherit;
     border-right: inherit;
}

.send_btn {
     background: #0094da;
     font-weight: 600;
     font-size: 18px;
     width: 100%;
     color: #fff;
     height: 50px;
     border-radius: 30px;
     margin-top: 20px;
     transition: ease-in all 0.5s;
     text-transform: uppercase;
}

.send_btn:hover {
     background: #4b4b4c;
     transition: ease-in all 0.5s;
}

#request *::placeholder {
     color: #4b4b4c;
     opacity: 1;
}


/** end contact section **/


/** footer **/

.footer {
     background: #252525;
     padding-top: 90px;
     text-align: center;
     font-family: 'Roboto', sans-serif;
}

.footer-1 {
     margin-top: 50px;
     width: 100%;
     bottom: 0px;
}

ul.location_icon {
     text-align: center;
}

ul.location_icon li {
     display: inline-block;
     font-size: 17px;
     line-height: 20px;
     color: #fff;
     text-align: center;
     padding: 0 40px;
}

ul.location_icon li a {
     font-size: 40px;
     color: #fff;
     line-height: 30px;
     display: block;
}

.copyright {
     margin-top: 20px;
     padding-bottom: 20px;
     background: #0094da;
     color: white;
     width: 75%;
     border-radius: 0px 43px 0px 0px;
}

.contenfoot {
     display: flex;
     justify-content: left;
     padding-top: 20px;
}

.logofoot {
     padding: 1%;
     height: 60px;
     width: 170px;
}

.copyright p {
     color: #292929;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #292929;
}

.copyright a:hover {
     color: #0094da;
}


/** end footer **/


/** inner page css **/

.position_head .header {
     position: inherit;
     background: #0094da;
}

.position_head .glasses,
.shop {
     margin-bottom: 0px;
}

.h3,
h3 {
     font-size: 18px !important;
}

/* Slider */

.slick-slide {
     margin: 0px 5px;
}

.slick-slider {
     position: relative;
     display: block;
     box-sizing: border-box;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-touch-callout: none;
     -khtml-user-select: none;
     -ms-touch-action: pan-y;
     touch-action: pan-y;
     -webkit-tap-highlight-color: transparent;
}

.slick-list {
     position: relative;
     display: block;
     overflow: hidden;
     margin: 0;
     padding: 0;
}

.slick-list:focus {
     outline: none;
}

.slick-list.dragging {
     cursor: pointer;
     cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
     -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
     -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
}

.slick-track {
     position: relative;
     top: 0;
     left: 0;
     display: block;
}

.slick-track:before,
.slick-track:after {
     display: table;
     content: '';
}

.slick-track:after {
     clear: both;
}

/* .slick-loading .slick-track
 {
     visibility: hidden;
 } */

.slick-slide {
     /* display: none; */
     float: left;
     height: auto;
     min-height: 1px;
}

[dir='rtl'] .slick-slide {
     float: right;
}

.slick-initialized .slick-slide {
     display: block;
}

/* .slick-loading .slick-slide
 {
     visibility: hidden;
 } */
.slick-vertical .slick-slide {
     display: block;
     height: auto;
     border: 1px solid transparent;
}

/* .slick-arrow.slick-hidden {
     display: none;
 } */