@import url("shortcodes.css");
* {
  padding: 0;
  padding-bottom: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
nav{
  
  height: 70px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navmenu{
  position: fixed;
  top: 0;
  z-index: 99;
}
.logo {
  width: 350px;
  height: 60px;
  padding: 5px;
  margin-top: 5px;
  margin-left: 40px;
  line-height: 70px;
}
nav ul{
  float: right;
  margin-right: 40px;
}
nav ul li{
  display: inline-block;
  margin: 0 8px;
  line-height: 70px;
}
nav ul li a{
  color: black;
  font-size: 18px;
  border: 2px solid transparent;
  padding: 7px 10px;
  border-radius: 15px;
}
nav ul a .active, nav ul a:hover{
  text-decoration: none;
  color: #f58634;
  border: 2px solid #3a5671;
  transition: .5s
}
nav #navicon{
  margin-top: 15px;
  color: black;
  line-height: 70px;
  float: right;
  margin-right: 20px; 
  cursor: pointer;
  display: none;
}
.material-icons{
 font-size: 40px; 
}
.imglogo {
  text-decoration: none;

}


/*carousel*/ 

.carousel-inner{
  margin-top: 70px;
}
/*Fist time right */
.about-wrap {
    font-family: inherit; 
    font-size: 100%; 
    font-weight: inherit; 
    font-style: inherit; 
    vertical-align: baseline; 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0;
    background: transparent;
}
.padding-left61px {padding-left: 61px;}
.about-wrap .padding-left61px {padding-right: 15px;}
.margin-top93px { margin-top: 93px; }
.row {
  margin-right: -15px;
  margin-left: -15px;
}


/* ============================================================================================ */
/* product photo
============================================================================================ */
.title {
  margin: 0px;
  padding: 0px;
}
.title .main-title{
  border-bottom: 1px
} 
.productphoto{
  border-radius: 20px;
}
.single-deal {
  position: relative;
  margin-bottom: 20px;
  border: 2px solid;
  border-radius: 20px;   
}
  .single-deal .overlay {
    position: absolute;
    border-radius: 15px;  
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single-deal .deal-details {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .single-deal .deal-details h6 {
      color: #fff;
      text-transform: uppercase; }
  .single-deal:hover .overlay {
    opacity: .5;
    visibility: visible; }
  .single-deal:hover .deal-details {
    top: 50%;
    opacity: 1;
    visibility: visible; }

/* end category area css*/

/*------------------------------
  13. Quote area
--------------------------------*/

.suscribe-area {
  background: #3EC1D5 none repeat scroll 0 0;
  padding: 30px 0;
}

.suscribe-text {
  display: block;
  padding: 10px 0;
}

.suscribe-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*--------------------------------*/

/*  14.Contact Area
/*--------------------------------*/
.area-padding {
  padding: 30px 0px 5px;
}

.contact-area {
  height: auto;
  width: 100%;
}
.section-headline h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}
.section-headline h2::after {
  border: 1px solid #333;
  bottom: -10px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 40%;
}

.contact-content {
  padding: 100px;
  background: #000 none repeat scroll 0 0;
}

.contact-content-right {
  padding: 100px;
}

.contact-form input[type="text"], .contact-form input[type="email"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  color: #444;
  height: 40px;
  margin-bottom: 16px;
  padding-left: 20px;
  width: 100%;
}

.contact-form textarea  {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  color: #444;
  height: 140px;
  padding: 20px;
  width: 100%;
}

.contact-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}

.contact-form button[type=submit]:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}

.contact-form  #sendmessage {
  color: #3EC1D5;
  border: 1px solid #3EC1D5;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}
.iconimg {
  width: 25px;
  height: 45px; 
}

.single-icon p {
  line-height: 36px;
}

.contact-icon {
  margin-bottom: 40px;
}

#google-map {
  height: 370px;
  margin-bottom: 20px;
}
/*--------------------------------*/

/*  footer area
/*--------------------------------*/
.footer-area {
  background: #3EC1D5;
  padding: 20px 0 0 0;
}
footer h3{
  padding-top: 20px;
  text-decoration: none;
  text-align: center;
}
.social-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.iconlist{
  height: 50px;
  width: 50px;
  margin: 10px;
  border: 2px solid #000;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
}
.iconlist:before{
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: #000;
  border-radius: 10px;
  transition: all 0.3s linear;
  z-index: -1;
  opacity: 0;
}
.iconlist:hover:before{
  transform: scale(0.8);
  opacity: 1;
}
.social-icon .iconlist i{
  color: #000;
}
.social-icon .iconlist:hover i{
  color: #3EC1D5;
}

/*------------------------------
  3. About.html page Area
--------------------------------*/

.about-area {
  padding-top: 90px;
  background-color: #f9f9f9;
}

.single-well img {
  height: auto;
  width: 100%;
}
.about-area .row{
  padding-top: 30px;
}
/*--------------------------------*/

/* 4.manufacturing Area
/*--------------------------------*/
.manufacturing-area {
  padding-top: 30px;
}
.section-headline h2 {
  margin-bottom: 25px;
}
.facilities ul li {
  margin: 20px;
}

.facilities ul li i{
  color: #00b300;
}

/* contactus.html page
/*--------------------------------*/

.contact-tital {
  margin-top: 70px;
  height: 70px;
  background: #3EC1D5 none repeat scroll 0 0;
}

.contact-text {
  display: block;
  padding: 20px 0;
}

.contact-text h3 {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#maincontent {
  padding-top: 30px;
  z-index: 1000;
  margin-top: 0px;
}

aside {
  padding: 20px 15px 0 15px;
  margin: 0 0 30px 0;
  border: 1px solid #3EC1D5;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

aside .widget {
  margin-bottom: 30px;
}

aside .widget ul {
  list-style: none;
  margin-left: 0;
}

aside .widget ul li {
  border-bottom: 3px dotted #3EC1D5;
  margin: 15px 0 0 0;
  padding-bottom: 5px;
}

aside .widget h4 {
  border-bottom: 2px solid #3EC1D5;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.contactForm {
  margin:0 0 30px 0;
}

.contactForm button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ccc;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  margin-top: 8px;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
}
.contactForm button:hover {
  color: #fff;
  border: 1px solid #3EC1D5;
  background: #3EC1D5;
}
.contactForm label{
  margin-bottom:10px;
  font-size:13px;
  font-weight:bold;
}

.contactForm input{
  border-radius: 15px;
  background:#fff;
  margin-bottom:20px;
  font-size:13px;

}

.contactForm input{
  width:100%;
  height: 40px;
}

.contactForm textarea {
  border-radius: 15px;
  margin-bottom:25px;
  font-size:13px;
  background:#fff;
  width:100%;
  padding-top:10px;
 }

.contactForm .form-group {
  box-sizing: border-box;
  padding-right: 15px;
}

.validation {
  color: red;
  display:none;
  margin: 0 0 20px;
  font-weight:400;
  font-size:13px;
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: red;
  display:none;
  border:1px solid red;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
  display:block;
}



/* 404 */

.error-bg {
  background: #f5f5f5;
}

.error-wrapper {
  width: 60%;
  margin: 80px auto;
  padding: 8px;
  background: #f5f5f5;
}

.error-body {
  padding: 20px;
  text-align: center;
  color: #fff;
}

.error-body h1 {
  font-size: 172px;
  line-height: 160px;
  padding: 15px 0 20px 0;
  margin-bottom: 30px;
}

.error-body h3 {
  text-transform: none;
}

.error-footer {
  margin-top: 30px;
  text-align: right;
  background: #f5f5f5;
}
