/**::-moz-selection {
  background-color: #840303;
  color: #000;
}
::selection {
   background-color: #840303;
  color: #000;
}*/

body {
    background: #EEE;
  margin: 0 0 250px;
  padding: 0px 0 0 0;
  color: #696969;
  /*background-size:cover;*/
  overflow-x: hidden;
  font-family: 'Trebuchet MS';
}
* {
  box-sizing: border-box;
    -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
*:before,*:after {
  box-sizing: border-box;
    -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
ol,ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
a {
  color: #696969;
  display: inline-block;
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  outline: 0px none !important;
  text-decoration: none !important;

}
a:hover {
  text-decoration: none !important;
  color: #000;
}
i {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

button {
  text-decoration: none;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  outline: 0px none !important;
  text-decoration: none !important;

}


p{text-align:justify; color: #666666;}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 0.9rem;
}

::-moz-placeholder { /* Firefox 19+ */
color: #454545 !important;
font-size: 0.8rem;
}
:-ms-input-placeholder { /* IE 10+ */
color: #454545 !important;
font-size: 0.8rem;
}
:-moz-placeholder { /* Firefox 18- */
color: #454545 !important;
font-size: 0.8rem;
}



/*sticky footer use when the page height is 2117px*/
/*sticky footer*/
html {
  min-height: 100%;
  position: relative;
  /* The html and body elements cannot have any padding or margin. */
}

/* Set the fixed height of the footer here */
footer {
	bottom: auto;
	height: 250px;
	position: absolute;
	width: 100%;
	background: #5ec3ff;
}
/*sticky footer*/

/*back to top*/
#button {
  display: inline-block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
	content: "\f01b";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2.5em;
	line-height: 40px;
	color: #3B7AFF;
}
#button:hover {
  cursor: pointer;
  background-color: transparent;
}
#button:active {
  background-color: transparent;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


.sc {
	float: right;
    padding: 1rem 0 0 0;
	text-align: right;
	width: 50%;
}
.sc ul li {
	color: #fff;
	display: inline-block;
}
.sc ul li a {
    color: #3c3c3c;
    font-size: 1rem;
    padding: 0 0.1rem 0;
}
.sc ul li a:hover {
    color: #0D317B;
}

.container {
	max-width: 950px;
}










.navigation-banner {
	position: relative;
	height: 140px;
}
.navigation-sec {
	position: absolute;
	top: 39px;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0d132b+0,282f39+2,2c2e29+4,34342c+6,34302f+8,343237+10,313133+13,343633+15,373737+17,373737+33,3a3a3a+42,393939+50,2b2b2b+54,2c2c2c+58,282828+65,2d2d2d+67,292929+73,2b2b2b+77,2a2a2a+83,262626+90,282828+92,272727+94,1f1f1f+96,0a0a0a+100 */
background: #5ec3ff; 

}
.navigation {
	background: transparent !important;
	padding: 0;
}
.logo {
	position: absolute;
	top: -39px;
	z-index: 9999;
	display: block;
}
.menu {
	width: 100%;
}
.menu li {
	position: static;
	margin: 0 0.1rem 0 0;
}

.menu > li > a {
	color: #fff !important;
	font-size: 0.8rem;
	text-transform: uppercase;
	padding: 1rem 2rem !important;
}
.menu > li > a:hover{
    background: #f2c438 !important;
}
.menu > li.active > a{
    background: #f2c438 !important;
}
.my_dropdown_menu {
	background: rgba(255, 255, 255, 1);
	border-radius: 0 !important;
	top: 49px;
	border: 2px solid #e4e4e3;
	padding: 0.2rem;
	width: 100% !important;
	margin: 0.1rem;
}
.my_dropdown_menu > a {
  color: #000 !important;
  display: block;
  font-size: 0.8rem;
  padding: 0.3rem 1rem;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
.my_dropdown_menu > a::before {
	color: #9B9B9B;
	content: "\f111";
	bottom: auto;
	font-family: 'FontAwesome';
	font-size: 0.45rem;
	left: 4px;
	position: absolute;
	top: 10px;
}
.my_dropdown_menu > a:hover, .my_dropdown_menu > a:focus {
	background: rgba(7, 70, 255, 0.7);
	color: #FFF !important;
}

.my_dropdown_menu .row {
	margin: 0 -10px;
}
.my_dropdown_menu .row .col-sm-2, .my_dropdown_menu .row .col-sm-3 {
	border-right: #CCC solid 1px;
	padding: 0 10px;
}
.my_dropdown_menu .row .col-sm-2:last-child, .my_dropdown_menu .row .col-sm-3:last-child {
	border-right: #CCC solid 0px;
}
.my_dropdown_menu .dropdown-content {
	display: block;
	text-align: center;
}
.my_dropdown_menu .dropdown-pic {
	height: 75px;
	margin: 0 auto;
	width: 100px;
}
.my_dropdown_menu .dropdown-pic img {
	width: 100%;
	height: 100%;
}
.my_dropdown_menu .dropdown-text h4 {
	text-decoration: none;
	color: #cc0000;
	margin: 2px;
	font-weight: bold;
	text-align: center;
	display: block;
	position: relative;
	font-size: 12px;
}
.my_dropdown_menu .dropdown-text p{
    font-size: 11px;
	margin: 0;
	line-height: 18px;
	padding: 4px 0;
    text-align: center;
	text-transform: none;
}




/*************DROPDOWN MENU RESPONSIVE CSS*************/
@media (min-width: 992px){
.navbar-nav > li.dropdown:hover > .dropdown-menu {
  display: block;
}
.mega-menu > li.dropdown > ul > li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: -2px;
}
}
@media (max-width: 991px) { 
    .dropdown-menu {
      position: relative;
      top: 0;
      width: 100%;
    }
    
.mega-menu > .dropdown-toggle {
  position: relative;
  /*float: right;*/
  font-style: normal !important;
  /*width: 15px;*/
  z-index: 10;
  line-height: 32px;
  /*top:17px;*/
  cursor: pointer;
}
.mega-menu .dropdown-toggle::before {
  content: "ïƒ¾";
  font-family: "FontAwesome";
  font-size: 17px;
  line-height: 1;
  margin-top: -7px;
  position: absolute;
  right: 25px;
  top: 18px;
  color:#ee8a26 !important;
}
.dropdown.open > .dropdown-toggle::before {
  content: "ï…†";
}
.dropdown-submenu .dropdown-toggle::before {
  content: "ïƒ¾";
  font-family: "FontAwesome";
  font-size: 17px;
  /*font-weight: 300;*/
  line-height: 1;
  margin-top: -7px;
  position: absolute;
   top: 13px;
   right: 25px;
  /*right: 0px;*/
  
  color:#ee8a26 !important;
}

.dropdown-submenu.open .dropdown-toggle::before {
  content: "ï…†";
}
   
}
/*************DROPDOWN MENU RESPONSIVE CSS*************/





.banner-sec {
	position: absolute;
	top: 0;
	width: 100%;
}
.banner-sec .carousel-item img {
	width: 100%;
	height: 100%;
}

/*leftpanel*/
.holder {
	height: 555px;
	overflow: hidden;
	padding: 10px;
	font-family: Helvetica;
}
.holder .mask {
	position: relative;
	left: 0px;
	top: 10px;
	height: 510px;
	overflow: hidden;
	bottom: 0;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
  padding:10px 0px;
}
.holder ul li a {
  border: 2px solid #297ecb;
  padding: 0.5rem;
}
.product-pic-index {
    height: 100px;
    width: 100px;
}
.product-pic-index {
    height: 100%;
    width: 100%;
}
.product-name-index p {
    color: #c00;
    font-size: 0.7rem;
    margin: 0.5rem 0 0;
    text-align: center;
}
.holder ul li a:hover p {
  font-weight: bold;
}
/*leftpanel*/



.about-mission-vission-milestone-mdmessage {
	padding: 2rem 0 0;
}
.about-mission-vission-milestone-mdmessage .row {
	margin: 0 -8px;
}
.about-mission-vission-milestone-mdmessage .col-sm-3 {
	padding: 0 8px;
}
.text h4 {
	color: #297ecb;
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.text h4 span {
	color: #cd0111;
}
.text p {
	color: #666;
	font-size: 0.75rem;
	height: 80px;
	line-height: 20px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
}
.text a {
	color: #cd0111;
	font-size: 0.8rem;
	text-transform: capitalize;
	text-align: right;
	/* display: block; */
}
.download-brochure {
	background: #F1F1F1;
	box-shadow: 0px 0px 10px #929292;
	margin: 0 0.5rem 0 0;
	padding: 0.1rem;
}


.testimonial-certified-catalog {
	border-top: 1px solid #297ecb;
	margin: 1rem 0;
	padding: 1.5rem 0 0rem;
}
.testimonial-certified-catalog .row {
	margin: 0 -10px;
}
.testimonial-certified-catalog .col-sm-6 {
	flex: 0 0 40%;
	max-width: 40%;
	padding: 0 10px;
}
.testimonial-certified-catalog .col-sm-3 {
	flex: 0 0 30%;
	max-width: 30%;
	padding: 0 10px;
}
.testimoinal {
	background: #C8E5FF;
	border: 1px solid #CCC;
	padding: 0.5rem;
	height: 85px;
	overflow: hidden;
}
.testimonial-text {
	background: #C8E5FF;
    cursor: pointer;
}
.testimonial-text p {
	color: #454545;
	font-size: 0.8rem;
	margin: 0 0 0.2rem;
}
.testimonial-text span {
	color: #424242;
	font-size: 0.9rem;
	font-weight: bold;
}
.certified, .catalog {
	display: block;
	background: transparent url(../images/btn_calidadcertificada.gif) no-repeat scroll 0 0;
	background-size: 99% !important;
	height: 85px;
	background-position: left 101% !important;
}
.catalog {
	background: transparent url(../images/btn_descargarcatalogo.gif) no-repeat scroll 0 0;
}
.certified:hover, .catalog:hover {
	background-position: 0px 2px !important;
}


.footer-bg {
	color: #FFF;
	font-size: 12px;
	padding: 2rem 1rem;
}
.footer-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: bold;
	margin: 0 0 0.8rem;
	padding: 0;
	text-transform: uppercase;
}
.footer-news p {
	color: #fff;
	text-align: left;
	margin: 0 0 0.2rem;
}
.footer-news span {
	color: #cd0111;
}
.footer-address h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	font-weight: bold;
	margin: 0 0 0.8rem;
	padding: 0;
	text-transform: capitalize;
}
.footer-address p {
	color: #fff;
	margin: 0 0 0.5rem;
}
.footer-bottom {
	border-top: #fff solid 1px;
	margin: 1rem 0 0;
	padding: 1rem 0 0;
}
.copy p {
	color: #fff;
	font-size: 0.8rem;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}


/*about*/
.aboutus-sec {
	padding: 1rem 1.5rem 1rem 0;
}
.about-us:nth-child(2n+1) {
	background: #f1f1f1;
	padding: 1rem;
}
.aboutus-sec h3 {
	color: #cc0000;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0 0 1.5rem;
	position: relative;
	text-align: center;
}
.aboutus-sec h3::before {
	background: url("../images/border.png") no-repeat;
	content: "";
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom: 0;
	height: 11px;
	width: 150px;
}
.about-us h4 {
	color: #297ecb;
	font-size: 0.9rem;
	font-weight: bold;
	margin: 1rem 0 0.5rem;
	padding: 0;
	text-transform: uppercase;
}
.about-us h6 {
	color: #297ecb;
	font-size: 1rem;
	font-weight: bold;
	margin: 2rem 0 1rem;
	text-transform: uppercase;
}
.about-us p {
	color: #000;
	font-size: 0.9rem;
}
.intro-table table td {
	font-size: 0.9rem;
}
.intro-table table td:first-child {
	font-weight: bold;
}
.about-us ul li {
	color: #000;
	font-size: 0.9rem;
	padding: 0.2rem 0 0.2rem 1rem;
	position: relative;
}
.about-us ul li::before {
	color: #cc0000;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 1rem;
	left: 0;
	position: absolute;
	top: 2px;
}
.holder1 {
	height: 1400px;
}
.holder1 .mask {
	height: 1400px;
}



/*corporate*/
.corporate-inner {
	padding: 1rem 1.5rem;
}
.chairman-md-message {
	border: 1px solid #d9d9d9;
	padding: 1rem;
}
.chairman-md-text p {
	color: #666666;
	font-size: 0.85rem;
	line-height: 24px;
}
.chairman-md-text p i {
	color: #414141;
	font-size: 2rem;
}
.chairman-md-text span {
	color: #297ecb;
	font-size: 1.1rem;
}
.messages {
	height: 275px;
	margin: 0 0 01rem;
}


.core-team-sec {
	background: #f1f1f1;
	margin: 2rem -1.5rem 0rem;
	padding: 1rem 0 0.5rem;
}
.core-team-sec > h4 {
	color: #cc0000;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0 0 1.5rem;
	position: relative;
	text-align: center;
}
.core-team-sec > h4::before {
	background: url("../images/border.png") no-repeat;
	content: "";
	position: absolute;
	left: 50%;
    transform: translateX(-50%);
	bottom: 0;
	height: 11px;
	width: 150px;
}
.core-team-pic {
	background: #eee;
	height: 250px;
	margin: 1rem;
}
.core-team-pic img {
	width: 100%;
	height: 100%;
	transform-style: inherit !important;
	-webkit-transform-style: inherit !important;
}
.core-team-text h4 {
	color: #297ecb;
	font-size: 1.15rem;
	margin: 0;
	padding: 0.2rem 0 0.2rem;
	text-align: center;
}
.core-team-text h4 span {
	color: #CE0210;
	display: block;
	font-size: 0.9rem;
	margin: 0.4rem 0 0 0;
}
.core-team-text > p {
	color: #000;
	font-size: 0.8rem;
	margin: 0;
	padding: 0.5rem 1rem;
	text-align: center;
	line-height: 24px;
}













/*product*/
.products-listing {
	padding: 1rem;
}

.product {
	margin: 0 0 2rem;
}
.product:nth-child(2n+1) {
	background: #ddeefd;
	padding: 1rem;
}
.product-name-details > h4 {
	color: #cc0000;
	font-size: 1.2rem;
	font-weight: bold;
}
.product-name-details p {
	color: #000;
	font-size: 0.8rem;
	line-height: 24px;
}
.product-gallery > h4 {
	border-bottom: 1px solid #9F9F9F;
	border-top: 1px solid #9F9F9F;
	color: #000;
	font-size: 0.9rem;
	padding: 0.4rem;
	font-weight: bold;
}
.product-gallery-pic {
    border: 2px solid #297ecb;
	display: block;
	position: relative;
	height: 80px;
}
.product-gallery-pic img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.product-features h4 {
	color: #cc0000;
	font-size: 1.2rem;
	font-weight: bold;
}
.product-features ul li {
	color: #000;
	font-size: 0.9rem;
	padding: 0.2rem 0 0.2rem 1rem;
	position: relative;
}
.product-features ul li::before {
	color: #000;
	content: "\f0da";
	font-family: "FontAwesome";
	font-size: 0.9rem;
	left: 0;
	position: absolute;
}



/*enquiry*/
.contact-sec {
  padding: 0 0 2rem;
}
.enquiry-sec{
  padding: 0 0 2rem;
}


/*contact*/
.contact {
	padding: 2rem;
}
.form_outer {
  border-right: 1px solid #eeeeee;
  padding: 0 15px 0 0;
}
.form_outer textarea {
  height: 100px;
  resize: none;
}
.email-box h2 {
  background: #ebffd1 none repeat scroll 0 0;
  color: #cc0000;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 10px 8px;
  text-transform: uppercase;
}
.email-box h2 i {
  margin-right: 5px;
}
.email {
  margin: 10px 0;
}
.address_listing > p {
  margin: 0;
  padding: 0 0 0.4rem;
}
.address_listing > p span {
	color: #7B7B7B;
	display: block;
	font-weight: bold;
	font-size: 0.9rem;
}
.submitc{
  background: #cc0000 none repeat scroll 0 0;
  border: 1px solid #cc0000;
  border-radius: 0;
  color: #fff;
  margin: 1rem 0 0;
  padding: 0.6rem 1rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.submitc:hover {
  background: #297ecb;
  border: 1px solid #297ecb;
  color: #fff;
}
/*contact*/
.accordion_bg ul li.two .headerbox dl{
	width: 50%;
	float: left;
}