/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1; }
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

.spacer {
    width: 100%;
    height: 1px;
    line-height: 1px;
    clear: both;
}

img {
    max-width: 100%;
}

@font-face {
	font-family: 'Conv_Poppins-Regular';
	src: url('../fonts/Poppins-Regular.eot');
	src: local('☺'), url('../fonts/Poppins-Regular.woff')
	format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

h1 {
  font-family: 'Montserrat';
  font-size: 48px;
  color: black;
}

h2 {
  font-family: 'Montserrat';
  font-size: 48px;
  color: black;
  text-align: center;
  padding-top: 70px;
}

h3 {
  font-family: 'Montserrat';
  font-size: 22px;
  color: white;
  text-align: center;  
}

h4 {
  font-family: 'Montserrat';
  font-size: 26px;
  color: white;
}

.wrapper {
	width: 100%;
	max-width: 1250px;
	height: auto;
	margin: 0 auto;
  overflow: hidden;
}

.wrap {
	width: 100%;
	max-width: 1250px;
	height: auto;
	margin: 0 auto;
	z-index: 999;
	position: absolute;
	margin-top: 40px;
}

.logo {
	text-align: center;
	margin-top: 250px;	
}

#banner {
	text-align: center;
	margin-top: 15px;
}



#appointment-icon {
  width: 100%;
  max-width: 255px;
  height: 60px;
  background-color: #bf9456;
  float: right;
}

#appointment-icon p {
    font-family: 'Conv_Poppins-Regular';
    font-size: 23px;
    color: white;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 22px;
    font-weight: bold;
}

#welcome-bg {
  width: 100%;
  max-width: 1392px;
  height: 720px;
  background-color: #f7f7f7;
  margin: 0 auto;
  margin-top: 25px;
}


#welcome-img {
  float: left;
  margin-top: 100px;
}

#welcome {
  width: 100%;
  max-width: 590px;
  height: auto;
  float: left;
  margin-left: 45px;
  margin-top: 100px;
}

#welcome p {
  font-family: 'Conv_Poppins-Regular';
  font-size: 15px;
  color: #838383;
  line-height: 24px;
  letter-spacing: 1px;
  padding-top: 30px;
}

#welcome-icon {
  margin-top: 30px;
}

.button {
  background-color: #bf9456;
  border: none;
  color: #000;
  text-align: center;
  font-size: 17px;
  padding: 20px;
  width: 315px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  font-weight: bold;
  margin-top: 35PX;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#serv-icon {
    text-align: center;
    margin-top: 30px;
}

#serv-txt {
    width: 100%;
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
}

#serv-txt p {
    font-family: 'Conv_Poppins-Regular';
    font-size: 16px;
    color: #1a1d21;
    text-align: center;
    letter-spacing: 0.5px;
    line-height: 24px;
    padding-top: 30px;
}

.serv-box {
    width: 100%;
    max-width: 560px;
    height: auto;
    float: left;
    background-color: #f7f7f7;
    margin: 60px 0 0 40px;
}

.serv-box-img {
  float: right;
}

.serv-box-txt {
    width: 100%;
    max-width: 340px;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}

.serv-box-txt p {
    font-family: 'Conv_Poppins-Regular';
    font-size: 16px;
    color: #1a1d21;
    line-height: 22px;
    text-align: right;
}

.serv-box-img1 {
  float: left;
}

.serv-box-txt1 {
    width: 100%;
    max-width: 340px;
    float: left;
    margin-left: 30px;
    margin-top: 5px;
}

.serv-box-txt1 p {
    font-family: 'Conv_Poppins-Regular';
    font-size: 16px;
    color: #1a1d21;
    line-height: 22px;
}

#testimonials-bg {
    width: 100%;
    max-width: 1393px;
    height: 520px;
    margin: 0 auto;
    background-image: url(../images/testimonials-bg.jpg);
    background-size: cover;
    margin-top: 90px;
    overflow-x: hidden;
}

#testimonials {
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
}

#testimonials p {
    font-family: 'Conv_Poppins-Regular';
    font-size: 16px;
    color: white;
    line-height: 26px;
    text-align: center;
    padding-top: 35px;
}

.container {
  position: relative;
  width: 30%;
  float: left;
  margin: 50px 18px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #bf9456;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.container:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text {
  color: white;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 30px;
  font-family: 'Conv_Poppins-Regular';
  width: 100%;
}

#menu {
  float: left;
}

.hover-img {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin: 50px 10px; 
  max-width: 280px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.hover-img::before,
.hover-img::after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 32px solid rgba(0, 0, 0, 0.5);
  border-bottom: 32px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hover-img:hover::before,
.hover-img:hover::after {
  transform: scale(1);
  opacity: 1;
}

.hover-img:hover > img {
  opacity: 0.7;
}

.hover-img:hover figcaption {
  opacity: 1;
}

#allproducts-icon {
  text-align: center;
}

#info-bg {
  width: 100%;
  max-width: 1393px;
  height: 500px;
  margin: 0 auto;
  background-image: url(../images/info-bg.jpg);
  background-size: cover;
  margin-top: 70px;
  overflow: hidden;
}

#info {
  width: 100%;
  max-width: 280px;
  height: auto;
  float: left;
  margin-top: 70px;
  margin-left: 122px;
}

#info p {
  font-family: 'Conv_Poppins-Regular';
  font-size: 18px;
  color: white;
  line-height: 35px;
  padding-top: 20px;
}

#contact-form {
  width: 100%;
  max-width: 700px;
  height: auto !important;
  float: left;
  margin-top: 70px;
  margin-left: 100px;
}

.form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 20px;
}

.form-group input,
.form-group textarea {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group input {
  max-width: 48%;
}

textarea {
  width: 100%;
  height: 100px;
}

button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  background-color: #45a049;
}

#footer-bg {
  width: 100%;
  max-width: 1393px;
  height: 135px;
  margin: 0 auto;
  background-color: #1a1d21;
  margin-top: 20px;
}

#footer {
  width: 100%;
  max-width: 1250px;
  height: auto;
  margin-top: 40px;
}

#footer p {
  font-family: 'Conv_Poppins-Regular';
  font-size: 17px;
  color: white;
  line-height: 22px;
  text-align: center;
}

#socialicon {
  text-align: center;
  margin-top: 20px;
}

#map {
  text-align: center;
}

#contactform {
    width: 100%;
    max-width: 600px;
    height: auto;
    float: right;
    margin-top: 50px;
}

#contactLeft {
  width: 100%;
  max-width: 600px;
  height: auto;
  float: left;
}

#contactLeft p {
  font-family: 'Conv_Poppins-Regular';
  font-size: 18px;
  color: black;
  line-height: 28px;
}

#viewmap {
  margin-top: 25px;
} 

form {
  background: #ffffff;
  max-width: 500px;
  margin: 30px auto;
  padding: 30px 40px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

label {
  margin-top: 15px;
  display: block;
  font-weight: bold;
  color: #555;
}

input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 15px;
  box-sizing: border-box;
  resize: vertical;
}

textarea {
  min-height: 120px;
}

button {
  background-color: #007BFF;
  color: white;
  border: none;
  margin-top: 20px;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

button:hover {
  background-color: #0056b3;
}

/* reCAPTCHA spacing */
.g-recaptcha {
  margin-top: 15px;
}

/*************************** Next Page *****************************/
.appointment-form {
            background: linear-gradient(135deg, #333, #555);
            color: #fff;
            padding: 50px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            width: 100%;
        }
        .appointment-form h2 {
            text-align: center;
            margin-bottom: 15px;
        }
        .appointment-form label {
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
        }
        .appointment-form input,
        .appointment-form select,
        .appointment-form button {
            width: 100%;
            padding: 20px;
            margin-bottom: 15px;
            border: none;
            border-radius: 4px;
        }
        .appointment-form input,
        .appointment-form select {
                background: #e5e5e5;
              color: #000000
        }
        .appointment-form button {
            background: #ff4b2b;
            color: #fff;
            font-weight: bold;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        .appointment-form button:hover {
            background: #e63e1c;
        }
        .appointment-form .small-text {
            font-size: 0.8rem;
            text-align: center;
        }
