@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Quicksand:wght@300..700&display=swap');

body {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #707070;
}

.service_page_css {
    padding: 30px 0px 0px 0px;
}

img{
	max-width: 100%;
}
ul {
    margin: 0px;
    padding: 0px;
}

/**header start**/
.header-area {
left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 100;
    position: absolute;
}
.nav-logo-right {
    text-align: center;
}
.nav-logo-right ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
    padding: 8px 25px;
    background-size: cover;
    border-radius: 30px;
    box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0px 0px 25px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: inset 0px 0px 85px rgba(0,0,0,.5);
	position: relative;
	font-family: "Balford Base";
	color: #000;
	font-size: 19px;
}

.nav-logo-right ul li img {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #2cbdb8;
    font-size: 20px;
	margin-top: 5px;
    margin-right: 10px;
}
.nav-logo-right ul li .info-text a img {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #2cbdb8;
    font-size: 20px;
	margin-top: 5px;
    margin-right: 0px;
}
.nav-logo-right ul li .info-text {
    overflow: hidden;
    text-align: left;
}
.nav-logo-right ul li .info-text a {
    font-size: 19px;
    color: #000;
    line-height: 15px;
    display: inline-block;
	font-family: "Balford Base";
}
.nav-logo-right ul li .info-text a {
    overflow: hidden;
    text-align: left;
}
.header-area .main-header-area .main-menu{
	position: initial;
}

@media (max-width: 767px) {
  .header-area {
    padding-top: 0;
  }
	
	.quick_address h5 a {
    font-size: 13px !important;

}
	
	
.text-box {
    width: 90%!important;
	top: 50%!important;
	left: 5%!important;
	right: 5%!important;
    text-align: center;
}
.text-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px!important;
    line-height: 30px!important;
	}
	.text-box p {
    font-size: 13px!important;
    line-height: 20px!important;
}
.service-box-inner a {
    padding: 5px 10px!important;
    font-size: 13px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	
  .header-area {
    padding-top: 0;
  }
	.header-area .header-top_area{
		display: none!important;
		text-align: center!important;
	}
	.header-area .header-top_area .text-left{
		text-align: inherit!important;
	}
	.header-area .header-top_area .text-right{
		text-align: inherit!important;
	}
	.text-box{
		top: 65%;
	}
	.text-box h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px!important;
    line-height: 35px!important;
	}
	.text-box p {
    font-size: 15px!important;
    line-height: 25px!important;
}
	.about_outer{
		text-align: center;
	}
	.about_outer .ml-3{
		margin-left: 0rem!important;
	} 
	.about_outer .mr-3{
		margin-right: 0rem!important;
	} 
	.about_btn{
		margin-bottom: 20px;
	}
	.about_call_btn{
		margin-bottom: 20px;
	}
	.about_outer h2{
		text-align: center;
	}
	.about_outer h2::after{
		margin: 0 auto!important;
	}
	.service_box_outer{
		height: inherit!important;
	}
	.fb_faq_outer{
		text-align: center;
	}
	.fb_faq_outer h2::after{
		margin: 0 auto!important;
	}
	.quick_address {
    margin-left: 20px!important;
}
	.form_outer h2::after{
		margin: 0 auto!important;
	}
}

.header-area .main-header-area {
  padding: 0px;
}

.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
	.about_outer{
		text-align: center;
	}
	.about_outer .ml-3{
		margin-left: 0rem!important;
	} 
	.about_outer .mr-3{
		margin-right: 0rem!important;
	} 
	.about_btn{
		margin-bottom: 20px;
	}
	.about_call_btn{
		margin-bottom: 20px;
	}
	.service_box_outer{
		height: inherit!important;
	}
	.about_outer h2{
		text-align: center;
	}
	.about_outer h2::after{
		margin: 0 auto!important;
	}
	.fb_faq_outer{
		text-align: center;
	}
	.fb_faq_outer h2::after{
		margin: 0 auto!important;
	}
	.quick_address {
    margin-left: 20px!important;
}
	.form_outer h2::after{
		margin: 0 auto!important;
	}
	.bradcam_area {
    padding: 55px 0 55px 0!important;
}
	.d_none_css{
		display: none!important;
	}
	.top_icon_mobile{
		display: block!important;
	}
	img.slider_logo{
		width: 150px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
	.d_none_css{
		display: none!important;
	}
	.top_icon_mobile{
		display: block!important;
	}
	img.slider_logo{
		width: 250px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
	.d_none_css{
		display: none!important;
	}
	.top_icon_mobile{
		display: block!important;
	}
	img.slider_logo{
		width: 250px;
	}
}

@media (max-width: 767px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
  margin-left: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .Appointment .book_btn {
    margin-left: 0;
  }
}

.header-area .main-header-area .Appointment .book_btn a {
  background: #c0252a;
  padding: 12px 26px;
  font-family: 'Exo', sans-serif;
  font-weight: 800;
  color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
	text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .Appointment .book_btn a {
    padding: 12px 20px;
  }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
  background: #000;
  color: #fff;
}

.header-area .main-header-area .main-menu {
  text-align: center;
  padding: 10px 0px;
    margin-bottom: 0px;
}

.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0px;
}

.header-area .main-header-area .main-menu ul li a {
  color: #3a3a3a;
  font-size: 15px;
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin: 0px 2px;
  font-family: "Cinzel", serif;
  font-weight: 500;
  position: relative;
	text-decoration: none;
	transition: all linear 300ms;
	text-transform: uppercase;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 14px;
	margin: 0px 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area .main-menu ul li a {
    font-size: 14px;
  }
}

.header-area .main-header-area .main-menu ul li a i {
  font-size: 20px;
}

@media (max-width: 767px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
	.d_none_css{
		display: none!important;
	}
}

.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  content: "";
  background: #8e7940;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li a.active {
  color: #8e7940;
}
.header-area .main-header-area .main-menu ul li a:hover {
  color: #8e7940;
}

.header-area .main-header-area .main-menu ul li .sub-menu {
  position: absolute;
    left: 0;
    right: 0;
    top: 160%;
    background: #fff;
    width: 220px;
    padding: 30px 0px;
    margin: 0 auto;
  z-index: 2;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .sub-menu li {
    display: block;
}
.header-area .main-header-area .main-menu ul li:hover > a{
    color: #8e7940;
}
.header-area .main-header-area .main-menu ul li .sub-menu li a {
    padding: 5px 0px;
    position: inherit;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    color: #001c2e;
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.header-area .main-header-area .main-menu ul li .sub-menu li a::before {
  display: none;
}

.header-area .main-header-area .main-menu ul li .sub-menu li:hover a {
  color: #8e7940;
}

.header-area .main-header-area .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 250%;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 99;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background:#fff;
}
.header-area .main-header-area.sticky .header-top_area{
	display: none;
}
@media (max-width: 767px) {
  .header-area .main-header-area.sticky {
    padding: 0px;
  }
	
	.bradcam_area h2 {
    font-size: 30px !important;
 
}
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-area .main-header-area.sticky {
    padding: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .header-area .main-header-area.sticky {
    padding: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .header-area .main-header-area.sticky {
    padding: 0px 0px 0px 0px;
  }
}

.header-area .header-top_area {
  padding: 5px 30px;
  background: #e2e2e2;
}

@media (max-width: 767px) {
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

.header-area .header-top_area .social_media_links a {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
	transition: all linear 300ms;
	text-align: center;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #fff;
}
.header-area .header-top_area .social_media_links a i{
	width: 25px;
    height: 25px;
	color: #fff;
    background: #b29a52;
    border-radius: 30px;
    line-height: 25px;
    font-size: 15px;
	transition: all linear 300ms;
}
.header-area .header-top_area .social_media_links a i:hover{
	color: #fff;
    background: #8e7940;
}
.header-area .header-top_area .short_contact_list {
  text-align: left;
}
.cart_btn {
    background: #8e7940;
    box-shadow: none;
    color: #fff!important;
    cursor: pointer;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    outline: none;
    padding: 0 10px !important;
    text-align: center;
    transition: all linear 300ms;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
	border: solid 2px #8e7940;
}
.cart_btn img{
	margin-right: 10px;
}
.cart_btn:hover::before {
	display: none!important;
}
.cart_btn:hover {
    background: #b29a52;
    color: #fff!important;
    cursor: pointer;
	text-decoration: none;
	border: solid 2px #8e7940;
}
/**.logo img{
	box-shadow: 0px 25px #000;
}**/
@media (max-width: 767px) {
	.header-area .header-top_area{
		display: none;
	}
  .header-area .header-top_area .short_contact_list {
    text-align: center!important;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
	font-size: 14px;
  color: #3a3a3a;
  font-family: "Quicksand", sans-serif;
	font-weight: 500;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 14px;
  color: #3a3a3a;
  margin-right: 20px;
  font-family: "Quicksand", sans-serif;
	font-weight: 500;
  text-decoration: none;
	transition: all linear 300ms;
}
.header-area .header-top_area .short_contact_list ul li a:hover {
  color: #8e7940;
}
.header-area .header-top_area .short_contact_list ul li a:hover i {
  color: #8e7940;
	transition: all linear 300ms;
}
@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #3a3a3a;
  margin-right: 7px;
	font-size: 18px;
}
.menu_outer{
	margin: 0px;
	padding: 20px 30px;
	background: #fff;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px){
	.header-area .header-top_area .short_contact_list ul li a{
		margin-right: 5px;
	}
	.header-area .main-header-area .main-menu ul li a {
    font-size: 13px;
    margin: 0px 8px;
}
.cart_btn {
    padding: 0 10px !important;
}
	.about_outer .ml-3{
		margin-left: 0rem!important;
	} 
	.about_outer .mr-3{
		margin-right: 0rem!important;
	}
	.free_estimate_btn {
		font-size: 18px!important;
	}
	.free_estimate_outer h2 {
		font-size: 40px!important;
	}
	
}
/**header end**/
/**slider start**/
.carousel-item:before{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	content: '';
}
.heading-box { width:100%; color: red; }
.text-box {
	position: absolute;
    width: 70%;
    top: 55%;
    left: 5%;
    right: 5%;
    margin: 0px auto;
    color: #231f20;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
}

.text-box h2{
	font-family: "Cinzel", serif;
    font-size: 50px;
	line-height: 50px;
    display: inline-block;
    padding: 0px;
    color: #fff;
	text-transform:uppercase;
}
.text-box h2 span{
	font-family: "Quicksand", sans-serif;
    font-size: 50px;
    font-weight: 900;
    display: inline-block;
    padding: 0px;
    color: #ffffff;
}
.text-box p {
    font-size: 22px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 35px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 30px 0px;
}
.slider_btn {
    font-size: 20px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #8e7940;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.slider_btn:hover {
box-shadow: 0px 8px 15px #00000082;
    transition: all linear 300ms;
	background: #b29a52;
	color: #fff;
	text-decoration: none;
}

.carousel-indicators li {
    width: 18px;
    height: 18px;
	opacity: 1;
	border-top: none;
	border-bottom: none;
	border-radius: 30px;
}
.carousel-indicators .active {
    opacity: 1;
	background: #0e1017;
}
.carousel-indicators {
    bottom: 80px;
}
.carousel-control-prev-icon{
	background:url(../images/left-arrow.webp) no-repeat;
	width: 53px;
    height: 54px;
}
.carousel-control-next-icon{
	background:url(../images/right-arrow.webp) no-repeat;
	width: 53px;
    height: 54px;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
    opacity: 100;
	z-index: 90;
}
/**slider end**/

/**about start**/
.about_outer{
	margin: 0px;
    padding: 60px 0px 50px;
    background: #fff;
    position: relative;
    z-index: 0;
}
.about_outer::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 41px;
    margin: 0px;
    content: '';
    top: -40px;
    background: url(../images/pattern-1-1.webp);
}
.about_outer h2 {
    font-size: 60px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #3a3a3a;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    position: relative;
    text-transform: uppercase;
}
.about_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.about_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.about_outer p {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #707070;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}
.about_outer strong {
    font-size: 19px;
    font-family: "Cinzel", serif;
    font-weight: 500;
    line-height: 30px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
	display:inline-block;
}
.about_btn {
    font-size: 20px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #8e7940;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border:solid 2px transparent;
}
.about_btn:hover {
    transition: all linear 300ms;
	background: transparent;
	color: #8e7940;
	text-decoration: none;
	border:solid 2px #8e7940;
}
.about_img_css{
	margin:0px;
	position: relative;
	text-align: center;
}
.about_img_css img {
	position: relative;
	border-radius:10px;
}
/**about end**/

/**about breed area start**/
.about_breed_outer{
	margin: 0px;
    padding: 50px 0px 75px;

}
.about_breed_outer h2 {
    font-size: 50px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #b29a52;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.about_breed_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.about_breed_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.about_breed_outer p {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 30px 0px;
	text-align:center;
}
/**about breed area end**/

/**gallery area start**/
.gallery_outer{
	margin: 0px;
    padding: 40px 0px;
}
.gallery_outer h2 {
    font-size: 50px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #3a3a3a;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.gallery_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.gallery_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.gallery_outer p {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 30px 0px;
	text-align:center;
}
.gallery_outer .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}
/**gallery area end**/

/**testimonial area start**/
.testimonial_outer{
	padding: 50px 0px 60px;
	margin: 0px;
    background: #f7f7f7;
	position: relative;
}
.testimonial_outer h2 {
    font-size: 50px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #3a3a3a;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.testimonial_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.testimonial_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.testimonial_outer p {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 34px;
    color: #595a5c;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 30px 0px;
	text-align:center;
}
.testim .wrap {
    position: relative;
    width: 100%;
    /*max-width: 1020px;*/
    padding: 0px 40px 20px;
    margin: 30px auto 0px;
	background:#fff;
	box-shadow: 0px 10px 15px #0000001f;
}
.testim .wrap .testi_rating{
    width: 172px;
    height: 37px;
    line-height: 15px;
    position: relative;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    background: #b29a52;
    transform: translateY(-50%);
}
.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #3a3a3a;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #b29a52;
    border-color: #b29a52;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding:0px 0 30px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
    border-radius: 50%;
}
.triangle_down {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ffffff;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    position: absolute;
    left: 0px;
    right: 0px;
}
.testim .cont div .h4 {
	color: #595a5c;
    font-size: 16px;
    margin: 25px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    line-height: 0px;
    text-transform: uppercase;
}
.testim .cont div .h4 span{
    font-size: 20px;
    margin: 15px 0;
	font-family: "Cinzel", serif;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 24px;
	text-transform:uppercase;
	display:block;
}
.testim .cont div p {
    font-size: 17px;
    color: #595a5c;
    width: 90%;
    margin: 0px auto 40px;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active .h4 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive .h4 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
  body {
    font-size: 14px;
  }
}

@media all and (max-width: 500px) {
  .testim .arrow {
    font-size: 1.5em;
  }
  
  .testim .cont div p {
    line-height: 25px;
  }

}
/**testimonial area end**/

/**form area start**/
.form_outer{
	margin: 0px;
    padding:50px 0px 30px 0px;
	background: #fff;
}
.custom_zindex{
	z-index: 10;
}
.form_outer h2 {
    font-size: 50px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #3a3a3a;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
}
.form_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.form_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.form_outer span {
  	font-size: 22px;
 	font-family: Arial;
  	font-weight: 400;
  	color: #fff;
	padding: 0px;
	margin:0px;
	display: block;
}
#contact-form{
	margin-top: 0px;
}
select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 12px);
}
.request_a_quote_form{
	padding: 0px 0px 50px 0px;
}
.request_a_quote_form .form-control {
	display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    outline: none;
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    border: solid 1px #ccc;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #494949;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.textarea_min_h{
	min-height: 100px;
}
.submit_btn_css {
    font-size: 20px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #8e7940;
    padding: 12px 30px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border:solid 2px transparent;
}
.submit_btn_css:hover {
    transition: all linear 300ms;
	background: transparent;
	color: #8e7940;
	text-decoration: none;
	border:solid 2px #8e7940;
}
.quick_address{
	margin-top: 0px;
    margin-left: 20px;
    padding: 0px;
    background: #fff;
    box-shadow: 0px 5px 15px #0000002b;
}
.quick_address_text{
	margin: 0px;
    padding:20px;
}
.quick_address h5 {
    padding-left: 38px;
    line-height: 22px;
    color: #000;
	font-family: "Quicksand", sans-serif;
    font-weight: 500;
    margin: 0px 0px 30px 40px;
	font-size: 18px;
	position: relative;
}
.quick_address h5 em{
    padding-left: 0px;
    line-height: 22px;
    color: #000;
	font-family: "Quicksand", sans-serif;
    margin: 0px!important;
	font-size: 18px;
	font-weight: 400;
	font-style: normal;
}
.quick_address h5 span{
	font-size: 25px;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #3a3a3a;
	text-transform:uppercase;
}
.quick_address h5 a{
	font-size: 16px;
	font-weight: 400;
    color: #333333;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.quick_address h5.address_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#b29a52 url(../images/address_icon.webp) 15px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address h5.phone_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#b29a52 url(../images/phone_icon.webp) 10px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address h5.email_custom::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -25px;
    content: '';
    background:#b29a52 url(../images/email_icon.webp) 11px 16px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.quick_address .text {
    width: 80%;
    /*float: left;*/
}

.quick_address1{
	margin-top: 0px;
	margin-left: 50px;
}
.quick_address1 h5 {
    padding-left: 38px;
    line-height: 22px;
    color: #7dc2c0;
	font-family: 'Roboto Slab', serif;
    margin: 0px 0px 30px;
	font-size: 17px;
	font-weight: 500;
	position: relative;
}
.quick_address1 h5 em{
    padding-left: 0px;
    line-height: 22px;
    color: #7dc2c0;
	font-family: 'Roboto Slab', serif;
    margin: 0px!important;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
}
.quick_address1 h5 span{
	font-size: 22px;
	font-weight: 600;
    margin: 0px;
	display: block;
	padding-bottom: 10px;
	text-align: left;
	font-family: 'Roboto Slab', serif;
    color: #7dc2c0;
}
.quick_address1 h5 a{
	font-size: 16px;
	font-weight: 400;
    color: #7dc2c0;
    margin: 0px;
	display: block;
	line-height: 22px;
	text-decoration: none;
}
.quick_address1 h5.address_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(../images/address_icon.webp) 15px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 h5.phone_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(../images/phone_icon.webp) 10px 10px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 h5.email_custom1::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: -20px;
    content: '';
    background:#7dc2c0 url(../images/email_icon.webp) 11px 16px no-repeat;
    display: block;
    border-radius: 100%;
}
.quick_address1 .hl {
    font-weight: bold;
    min-width: 70px;
    float: left;
}
.quick_address1 .text {
    width: 80%;
    /*float: left;*/
}
/**form area end**/

/**footer start**/
.footer-section {
	background: url(../images/footer_bg.webp) no-repeat;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 0;
	position: relative;
}
.footer-section .footer-widget {
	margin-bottom: 40px;
}

.footer-section .footer-widget h4 {
  font-size: 20px;
    font-family: "Cinzel", serif;
    font-weight: 400;
  	color: #b29a52;
	padding: 0px 0px 5px 0px;
	margin:0px 0px 15px 0px;
	position: relative;
	text-transform:uppercase;
}
.footer-section .footer-widget h4::before {
    position: absolute;
    left: 0px;
    width: 100px;
    height: 1px;
    margin: 0 auto;
    content: '';
    bottom: 0px;
    background: #b29a52;
}
.footer-section .footer-widget p {
    color: #b29a52;
    line-height: 22px;
	margin-top: 25px;
    margin-bottom: 22px;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
}
.footer-section .footer-widget ul {
	margin-bottom: 20px;
}
.footer-section .footer-widget ul li {
	list-style: none;
}

.footer-section .footer-widget ul li a{
	color: #b29a52;
	font-size: 15px;
	line-height: 15px;
	padding: 0px 0px 10px 22px;
	text-decoration: none;
	font-family: "Quicksand", sans-serif;
    font-weight: 400;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	    background: url(../images/footer_bullet.webp) 0px 2px no-repeat;
	display: block;
	text-transform:uppercase;
}
.footer-section .footer-widget ul li a:hover{
	padding: 0px 0px 10px 25px;
	color: #fff;
	background: url(../images/foogter_bullet_hover.webp) 5px 2px no-repeat;
}
.footer-section .footer-widget ul.style-2 {
    position: relative;
    padding-bottom: 0px;
}
.footer-section .footer-widget ul.style-2 li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}
.footer-section .footer-widget ul.style-2 li i {
    color: #b29a52;
	font-size: 17px;
}
.footer-section .footer-widget ul.style-2 li a{
	color: #b29a52;
    font-size: 15px;
    line-height: 20px;
    padding-left: 0;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-weight: 400;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background: no-repeat;
	text-transform: inherit;
}
.footer-section .footer-widget ul.style-2 li a strong{
	font-size: 14px;
} 
.footer-section .footer-widget ul.style-2 li a:hover{
	color: #fff;
}
.footer-section .footer-widget ul.style-2 .hl {
    font-weight: bold;
    min-width: 25px;
    float: left;
}
.footer-section .footer-widget ul.style-2 .text {
    width: 80%;
    float: left;
}
.footer_logo_box {
	margin:0px;
	padding:0px;
    position: relative;
}

.footer_logo_box .footer_logo_img {
    float:left;
}

.footer_logo_box .footer_logo_img img {
    max-width: 100%;
}

.footer_logo_box .footer_logo_text {
    width: 65%;
    padding: 10px 0px 0px 20px;
    transition: .5s;
    display: inline-block;
}

.footer_logo_box .footer_logo_text p {
    color: #b29a52;
    font-size: 15px;
    margin-bottom: 0px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
.footer-bottom-outer{
	
}
.footer-bottom {
	padding: 20px 0px;
	background: #8e7940;
}

.copyright {
	color: #0e1017;
	font-size: 14px;
	margin-bottom: 0px;
}

.copyright p {
	color: #fff;
	font-size: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	font-family: "Quicksand", sans-serif;
    font-weight: 400;
}
.footer_social_links a {
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
	transition: all linear 300ms;
	text-align: center;
}

.footer_social_links a:hover {
  color: #fff;
}
.footer_social_links a i{
	width: 30px;
    height: 30px;
    background: #8e7940;
    border-radius: 30px;
    line-height: 30px;
    font-size: 15px;
}
/**footer end**/

/**inner header pattern start**/
.inner_header_pattern {
	margin:0px;
	padding:0px;
	position:relative;
}
.inner_header_pattern_overlay::after {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 41px;
    margin: 0px;
    content: '';
    top: -40px;
    background: url(../images/pattern-1-1.webp) repeat;
}
/**inner header pattern end**/

/**inner css start**/
.bradcam_area {
    background-size: cover;
    background-position: center center;
    padding: 120px 0 100px 0;
    background-repeat: no-repeat;
}
.breadcam_bg {
    background-image: url(../images/inner_header_bg.webp);
}
.bradcam_area h2 {
    font-size: 60px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #fff;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.bradcam_area h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.bradcam_area h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.inner_page_css{
	padding: 60px 0px;
}
.inner_page_css p {
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #646464;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 30px 0px;
}

.puppy_nutrition_outer{
	margin: 0px;
	padding: 50px 0px 50px 0px;
}
.puppy_nutrition_outer h2 {
    font-size: 50px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #3a3a3a;
    padding: 0px 0px 30px 0px;
    margin: 0px;
    position: relative;
    text-transform: uppercase;
	text-align:center;
}
.puppy_nutrition_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.puppy_nutrition_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px auto;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.puppy_nutrition_outer p {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 35px;
    color: #707070;
    padding:0px;
    margin:0px;
	text-align:center;
}
.puppy_nutrition_product{
	margin: 0px;
	padding: 0px;
}
.puppy_nutrition_product_bg1{
	margin: 0px;
	padding:30px;
	background:#3a3a3a;
}
.puppy_nutrition_product_bg2{
	margin: 0px;
	padding: 30px;
	background:#b29a52;
}
.puppy_nutrition_product_bg3{
	margin: 0px;
	padding: 30px;
	background:#8e7940;
}

.puppy_nutrition_outer strong {
    font-size: 20px;
    font-family: "Cinzel", serif;
    font-weight: 500;
    line-height: 30px;
    color: #3a3a3a;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 30px 0px;
    display: inline-block;
	text-align:center;
}
.place_order_btn {
    font-size: 20px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: #8e7940;
    padding: 8px 30px;
    display: inline-block;
    position: relative;
    text-decoration: none;
	border:solid 2px transparent;
}
.place_order_btn:hover {
    transition: all linear 300ms;
	background: transparent;
	color: #8e7940;
	text-decoration: none;
	border:solid 2px #8e7940;
}

.puppy_toy_outer{
	margin: 0px;
    padding: 50px 0px 75px;
	background: url(../images/about-breed-bg.webp) no-repeat;
	background-size:cover;
}
.puppy_toy_outer h2 {
    font-size: 50px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    color: #b29a52;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    position: relative;
    text-transform: uppercase;
}
.puppy_toy_outer h2 span {
    font-size: 20px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 25px;
    color: #8e7940;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	display: block;
	text-transform:capitalize;
}
.puppy_toy_outer h2::after {
	position: absolute;
    left: 0px;
    right: 0px;
    width: 72px;
    height: 28px;
    margin: 0px;
    content: '';
    bottom: 0px;
    background:url(../images/sep.webp) no-repeat;
}
.puppy_toy_outer p {
    font-size: 19px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    padding: 0px;
    margin: 0px;
}
.puppy_toy_img_css img {
    position: relative;
    border-radius: 10px;
}
/**inner css end**/