@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
}

a{
	text-decoration:none;
}

i{
	color:#f3ad18;
}

header{
	float:left;
	width:100%;
	background:rgba(0, 0, 0, 0.3);
	padding:10px 0; position:absolute; top:0px;
}

.subheader{
	float:left;
	width:100%;
	background-color:#f3ad18;
	padding:40px 0;
}

.subheader h2{
	float:left;
	width:80%;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase; font-size:28px;
}

.subheader span{
	float:right;
	width:19%;
	color:#fff;
	font-size:.9em;
	margin-top:10px; text-align:right;
}

.wrapper{
	margin:auto;
	width:1100px;
}

header .logo{
	float:left;
	width:150px;
}

header .logo img{
	width:100%;
	float:left; height:auto;
}

header .nav{
	float:right;
	width:70%;
	color:#fff;
}

header .nav .nav-info{
	float:right;
	margin:15px 0 0;
	font-size:.9em;
}

header .nav .nav-info a{
	float:left;
	color:#fff;
	margin-right:10px;
}

header .nav .nav-info a:hover{
	color:#f3ad18;
}

header .nav .nav-info a i{
	float:left;
	margin-right:5px; margin-top:4px
}

/*nav menu*/
header .nav .nav-menu{
	float:right;
	font-size:.9em;
}

header .nav .nav-menu a{
	float:left;
	color:#fff;
	padding:10px 20px;
}

header .nav .nav-menu a:last-child{
	padding-right:0px;
}
 
header .nav .nav-menu a:hover{
	color:#f3ad18;
}

header .nav .nav-menu a i{
	float:left;
	margin-right:5px;
}

/*slide*/
#slider1_container{
	position: relative; margin: 0 auto;
    top: 0px; left: 0px; width: 1300px; height: 600px; overflow: hidden;
}

.slide{
	float:left;
	width:100%;
	position:relative;
}

.slide .td{
	position:absolute;
	background: rgba(0, 0, 0, 0.6);
	width:500px;
	padding:30px;
	margin-top:309px;
	z-index:9;
}

.slide .td h1{
	color:#f3ad18;
	padding:10px 0; font-size:3em; line-height:53px;
}

.slide .td h1 div{
	float:left;
	width:100%;
	padding:10px 0;
}

.slide .td h1 span{
	float:left;
	padding:2px 0;
	background-color:#fff;
	width:60px;
}

.slide .td p{
	color:#fff;
	float:left;
	margin:20px 0;
	font-size:.9em;
	line-height:24px;
}

.slide .td .btn{
	float:left;
	width:100%;
	margin:20px 0;
}
.slide .td a{
	border-radius:20px;
	border:2px solid #fff;
	color:#f3ad18;
	padding:10px 25px;
	font-size:.9em;
	text-transform:uppercase;
}

.slide .td a:hover{
	background-color:#f3ad18;
	color:#000;
}

.slide img {
	float:left;
	width:100%;
}

.section{
	padding:40px 0;
	text-align:center;
	float:left;
	width:100%;
}

.section h1{
	width:100%;
	float:left;
	padding:10px 0;
	font-weight:600;
	font-size:180%;line-height: 56px;
}

.section p{
	width:100%;
	float:left;
	font-size:1.1em;
	padding:10px 0;
	line-height:30px;
}

.section.section1 h1{
	font-size:300%;
}
.section.section1 h1 div{
	float:left;
	width:100%;
	padding:10px 0;
}

.section.section1 h1 span {
	margin:0 auto;
	width:60px;
}

.section.section1 h1 div i{
	float:left;
	padding:2px 0;
	background-color:#f3ad18;
	width:60px;
}

/*section images*/

.section.section1 ul{
	float:left;
	width:100%;
	list-style:none;
	margin:20px 0;
}

.section.section1 ul li{
	float:left;
	width:47%;
	padding:0 1.5%;
}

.section.section1 ul li img{
	float:left;
	width:100%;
	height:300px;
}

.section.section1 ul li .s1{
	float:left;
	width:94%;
	background-color:#fff;
	font-size:95%;
	padding:10px 3%;
	height: auto;
   
}

.section.section1 .btn{
	width:100%;
	float:left;
	margin:0 0 60px 0px;
}

.section.section1 .btn a{
	border-radius:20px;
	border:2px solid #f3ad18;
	color:#000;
	font-weight:600;
	padding:10px 30px;
	font-size:.9em;
	text-transform:uppercase;
}

.section.section1 ol{
	float:left;
	width:100%;
	list-style:none;
	margin:20px 0;
}

.section.section1 ol li{
	float:left;
	width:47%;
	padding:0 1.5%;
	margin:10px 0 40px 0; cursor:pointer;
}

.section.section1 ol li img{
	float:left;
	width:100%;
	height:300px;
}

.section.section1 ol li .s1{
	float:left;
	width:94%;
	background-color:#f3ad18;
	font-size:95%;
	padding:15px 3%;
}

.section.section1 ol li .s1 p{
	padding:0;
}

/*section images*/

.section.section2{
	background-color:#f3ad18;
}

.section.section2 ul{
	float:left;
	width:100%;
	list-style:none;
	margin:20px 0;
}

.section.section2 ul li{
	float:left;
	width:22%;
	padding:0 1.5%;
}

.section.section2 ul li img{
	float:left;
	width:100%;
	height:180px;
}

.section.section2 ul li .s1{
	float:left;
	width:94%;
	background-color:#fff;
	font-size:90%;
	padding:10px 3%;
	height:190px;
}

.section.section2 .btn{
	width:100%;
	float:left;
	margin:20px 0 0;
}

.section.section2 .btn a{
	border-radius:20px;
	border:2px solid #fff;
	color:#000;
	font-weight:600;
	padding:10px 30px;
	font-size:.9em;
}

.section.section2 .btn a:hover{
	background:#000;
	color:#fff;
}

.section.section3{
	width:100%;
	float:left;
	background-color:#f2f2f2;
	padding:0;
}

.section.section3 ul{
	list-style:none;
	width:100%;
	float:left;
}

.section.section3 ul li{
	padding:60px 0;
	width:24.9%;
	float:left;
	border-right:1px solid #dddddd85;
	font-weight:600;
	font-size:1.1em;
}

.section.section3 ul li:last-child{
	border-right:none;
}

.section.section4{
	float:left;
	width:100%;
	background-color:#fff;
}

.section.section4 .testimo{
	float:left;
	width:90%;
	padding:20px 5%;;
	border:1px solid #dddddd85;
}

.section.section4 .testimo i{
	border-radius:50%;
	padding:30px;
	float:left;
	background-color:#f3ad18;
	color:#fff;
}

.section.section4 .testimo  span{
	float:left;
	width:100%;
	color:#f3ad18;
}

.section .msg{
	background:#f3ad18;
	float:left;
	width:92%;
	padding:40px 4%;
	border-radius:20px;
	margin:40px 0;
}

.maps{
	float:left;
	width:100%;
	padding:0;
	margin-top:20px;
}
/*footer*/

footer{
	float:left;
	width:100%;
	background:#000;
	color:#fff;
	padding:30px 0;
	font-size:1em;
}

footer ul{
	float:left;
	width:33%;
	list-style:none;
}

footer ul li{
	float:left;
	width:100%; 	color:#fff;
	font-size:.8em;
	padding:6px 0;
}

footer ul li:first-child{
	padding:20px 0;
	color:#f3ad18;
}

footer ul li a{
	float:left;
	width:100%;
	color:#fff;

}

footer ul li a:hover{
	text-decoration:underline;
}

.foot{
	float:left;
	width:100%;
	background:#000;
	color:#fff;
	font-size:.8em;
	text-align:center;
	padding:10px 0 20px;
}

.foot a{
	color:#fff; text-decoration:underline;
}

.contact{
	float:left;
	width:100%;
	text-align:left;
	border:1px solid #f3ad18;
}

,contact form lable{
	color:#000;
	font-size:.8em;
}

.contact .b1 h2{
	color:#fff;
}

.contact .b1 p{
	color:#fff;
}

.contact .b2 img{
	margin-left:90px;
}

.contact .b1,.b2{
	float:left;
	width:50%;
}

.contact .b1{
	background-color:#f3ad18;
	padding:40px 2.5%;
	width:45%;
}

.contact .b1 input, textarea{
	width:96%;
	float:left;
	padding:22px 2%;;
	border:1px solid #fff;
	background:transparent;
	margin:5px 0;
	color:#fff;
	outline:none;
}

.contact .b1 input::placeholder, textarea::placeholder{
	color:#fff;
}

.contact input[type=submit]{
	border-radius:20px;
	border:2px solid #fff;
	color:#000;
	font-weight:600;
	padding:10px 30px;
	font-size:.9em;
	width:auto;
	margin-top:20px;
}

.contact input[type=submit]:hover{
	background:#000;
	color:#fff;
}

.contact .b2{
	padding:20px 10%;
	width:30%;
	
}

.internal-header{position:relative; background:#000;}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 99px;
    width: 114px;
}

@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 700px) and (min-width: 200px){
.wrapper{
	width:100%;
}

header .logo{
	width:100px;
}

header .nav{
	width:100%;
}

header .nav .nav-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
}

header .nav .nav-menu a, header .nav .nav-menu a:last-child{
	padding:10px 5px;
}

.slide .td {
    position: relative;
    float: left;
    width: 74%;
    margin: 170px 3% 0;
    padding: 10%;
}

.slide .td h1{
    font-size: 2.6em;
    float: left;
    width: 100%;
}

#slider1_container{
	position:absolute;
}

.section.section1 h1{
	font-size: 220%;
}

.section.section2 ul li{
	width:98%;
	padding:1%;
}

.section.section2 ul li .s1{
	height:auto;
}

.section.section3 ul li{
	border:none;
	width:100%;
}

footer ul{
    width: 92%;
    margin: 0 4%;
}

.section.section1 ol li{
	width:97%;
}

.contact .b1{
	width:95%;
}
.contact .b2{
	width:80%;
}

.section.section1 ul li{
	width:97%;
}
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev{left:0px !important;}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 35px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}