@charset "utf-8";
/* CSS Document */

.text-red {color:#c41a1f;}
.text-white {color:#fff;}

/*-----------------------
[10. Block Blogs]
------------------------*/

.section8 .section-title{
	display: table;
	margin: 0 auto;
	font-size: 24px;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
	height: 34px;
}
.section8 .section-title:before{
	content: '';
	width: 120px;
	height: 1px;
	background: #666;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section8 .section-title:after{
	content: '';
	width: 30px;
	height: 3px;
	background: #666;
	position: absolute;
	bottom: -1px;
	left: 50%;
	-ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-blogs{
	margin-top: 70px;
}
.block-blogs .blog-list-wapper .owl-controls .owl-prev, 
.block-blogs  .blog-list-wapper .owl-controls .owl-next{
	width: 36px;
	height: 36px;
	background: transparent;
	border: 1px solid #eaeaea;
	line-height: 35px;
	color: #333;
	top: inherit;
	top: 50%;
	-moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0;
    visibility: hidden;
}
.block-blogs .blog-list-wapper .owl-controls .owl-prev{
	left: -36px;
	right: inherit;
}
.block-blogs .blog-list-wapper .owl-controls .owl-next{
	right: -36px;
}
.block-blogs .blog-list-wapper .owl-carousel:hover .owl-controls .owl-prev{
	left: -18px;
	opacity: 1;
	visibility: inherit;
}
.block-blogs .blog-list-wapper .owl-carousel:hover .owl-controls .owl-next{
	right: -18px;
	opacity: 1;
	visibility: inherit;
}
.block-blogs .blog-list-wapper .owl-controls .owl-prev:hover, 
.block-blogs .blog-list-wapper .owl-controls .owl-next:hover{
	background: #c41a1f;
	border-color: #c41a1f;
	color: #fff;
}

.block-blogs .blog-list .blog-list-wapper{
	margin-top: 0;
}
.block-blogs .owl-carousel .owl-stage-outer{
	padding-bottom: 2px;
}

.block-blogs .blog-list .blog-list-wapper ul li .readmore a{
	color:#666; 
}
.block-blogs .blog-list .blog-list-wapper ul li .readmore a:hover{
	color: #c41a1f;
}
.block-blogs .blog-list .blog-list-wapper ul li .post-desc .post-title a:hover{
	color: #c41a1f;
}

/* testimonial */

/** testimonials **/
.testimonials{
  padding-bottom: 38px;
}


.testimonials .client-feedback{
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
padding: 5px 18px;

}

.testimonials .client-name{
  text-transform: capitalize;
  text-align: right;
padding: 5px 12px;
 font-weight: 500;
	color: #4E4E4E;
	font-size: 12px;

}

.testimonials .client-name span{color:#989898; font-style: italic;}

.testimonials .client-avarta {
  margin-top: 10px;
  text-align: center;
}
.testimonials .client-avarta img{
  width: 110px;
  height: 110px;
  border: 3px solid #eaeaea;
  border-radius: 90%;
  margin: 0 auto;
}

.testimonials .star {
  margin-top: 10px;
	 margin-bottom: 10px;
	margin-left:10px;
}
.testimonials .star img{
  width: 13px;
  height: 12px;
  border: 0px solid #eaeaea;
	float: left;
	
}


#feedback .block{
  border: 1px solid #eaeaea;
	margin-bottom: 25px;
}

#feedback .block .title_block{
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  padding-left: 28px;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 12px;
}

#feedback .block .block_content{
  padding:  15px 20px;
}

.margintb-10 {margin-top:10px; margin-bottom:10px;}
.margintb-20 {margin-top:20px; margin-bottom:20px;}
.button:hover {color:white; -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;}
.padding-l25 {padding-left: 10%;}

.instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

/* Box- review */

.box-review{
  border:1px solid #eaeaea;
  padding: 30px;
  min-height: 320px;
	color:#666;
}

.margin-t10 {margin-top: 10px;}
.margin-b10 {margin-bottom: 10px;}

/* privacy css */
.content-privacy {
  width: 90%;
  margin: 20px auto;
  padding: 0 60px 0 0;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  position: relative;
  background: #eaeaea;
  margin: 0;
  padding: 10px 5px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
	font-weight: 500;
	font-size: 14px; 
}

.answers {
  background: #fcfcfc;
  padding: 0px 15px;
  margin: 5px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
	text-align: justify;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
	margin-top: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}

/* border etc */

.border4side {border: 1px solid #cccccc;}
/*-------------------------------------------------------------------------------------------*/
/* Backgrounds
/*-------------------------------------------------------------------------------------------*/
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#f8f8f8;
}
.black-overlay{
	background-color: rgba(0, 0, 0, 0.7);
}

/* ==================================================
   Padding Sets
================================================== */
.padding-b0{
	padding-bottom:0!important;
}
.padding-tb10 {
	padding-top:10px;
	padding-bottom:10px;
}
.padding-tb20{
	padding-top:20px;
	padding-bottom:20px;
}
.padding-tb45{
	padding-top:45px;
	padding-bottom:45px;
}
.padding-tb75{
	padding-top:75px;
	padding-bottom:75px;
}
.padding-tb100{
	padding-top:100px;
	padding-bottom:100px;
}
.padding-tb125{
	padding-top:125px;
	padding-bottom:125px;
}

.padding-tb25{
	padding-top:25px;
	padding-bottom:25px;
}

.bg-black30 {background: rgba(0,0,0,0.5)}
.collapse-box { padding: 20px 20px;}

.padding-tb30{
	padding-top:30px;
	padding-bottom:30px;
}
/* equal row*/
.row-eq{
    display: flex;
}
.col-eq{
  flex: 1;
  background: #ccc;
  margin: 10px;
}
.col-eq p{
    padding-bottom: 50px;
}
.info-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 5px;
}
@media (max-width: 768px) {
    .row-eq{
        display: block;
    }
    .col-eq{
      flex: unset;
    }
}
/* btn new black */

.btn-black {
  background: #4d4d4d;
  background-image: -webkit-linear-gradient(top, #4d4d4d, #000000);
  background-image: -moz-linear-gradient(top, #4d4d4d, #000000);
  background-image: -ms-linear-gradient(top, #4d4d4d, #000000);
  background-image: -o-linear-gradient(top, #4d4d4d, #000000);
  background-image: linear-gradient(to bottom, #4d4d4d, #000000);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
	color:#DFDFDF;
 
  font-size: 15px;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
}

.btn-black:hover {
  background: #000000;
  text-decoration: none;
	cursor: pointer;
	 color: #ffffff;	
}


.btn-grey {
   background: #e3e3e3;
  background-image: -webkit-linear-gradient(top, #e3e3e3, #e4e8eb);
  background-image: -moz-linear-gradient(top, #e3e3e3, #e4e8eb);
  background-image: -ms-linear-gradient(top, #e3e3e3, #e4e8eb);
  background-image: -o-linear-gradient(top, #e3e3e3, #e4e8eb);
  background-image: linear-gradient(to bottom, #e3e3e3, #e4e8eb);
  font-family: Arial;
  color: #3d3d3d;
  font-size: 15px;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
}

.btn-grey:hover {
  background: #d4d4d4;
  background-image: -webkit-linear-gradient(top, #d4d4d4, #e6e6e6);
  background-image: -moz-linear-gradient(top, #d4d4d4, #e6e6e6);
  background-image: -ms-linear-gradient(top, #d4d4d4, #e6e6e6);
  background-image: -o-linear-gradient(top, #d4d4d4, #e6e6e6);
  background-image: linear-gradient(to bottom, #d4d4d4, #e6e6e6);
  text-decoration: none;
	cursor: pointer;
	 color: #000;
}


.btn-red {
   background: #db0000;
  background-image: -webkit-linear-gradient(top, #db0000, #9c0000);
  background-image: -moz-linear-gradient(top, #db0000, #9c0000);
  background-image: -ms-linear-gradient(top, #db0000, #9c0000);
  background-image: -o-linear-gradient(top, #db0000, #9c0000);
  background-image: linear-gradient(to bottom, #db0000, #9c0000);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
}

.btn-red:hover {
  background: #cc0000;
  text-decoration: none;
	cursor: pointer;
	 color: #ffffff;	
}

/* title general information */
.title-customer { margin-left: -15px; font-size: 16px; font-weight: 400;}

/* thank you text formatting */
.thankyou{
color:#B70003;
text-shadow: #fff 0 1px 0, #fff 0 2px 0, #bbb 0 3px 0, #b9b9b9 0 4px 0, #aaa 0 5px 0,rgba(0,0,0,.1) 0 6px 1px, rgba(0,0,0,.1) 0 0 5px, rgba(0,0,0,.3) 0 1px 3px, rgba(0,0,0,.15) 0 3px 5px, rgba(0,0,0,.2) 0 5px 10px, rgba(0,0,0,.2) 0 10px 10px, rgba(0,0,0,.1) 0 20px 20px;
font-size:85px; text-align:center; font-weight:500; 
font-family: 'Alex Brush', cursive;
line-height:100px;
}

.thank-text { color:#fff; line-height:35px; font-size:20px;}
.text-grey {color:#4a4a4a;}
.text-grey-light {color:#bfbfbf;}
.text-yellow {color:#dec100;}
.bg-grey{background: #E7E7E7;}

.div-scroll-lg 
{
    width: 100%;
    height: 450px;
	overflow-y: scroll;
overflow-x: hidden;
}
