@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #090909;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
a,a:hover,a:focus{
	text-decoration:none;
	outline: none;
}
button, button:hover, button:focus{
	outline: none;
}
img {
	max-width: 100%;
	outline: none;
}
.clr {
	clear: both;
}
.servcontentRight h2 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
	display: inline;
}
/*=====common=====*/
 #header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	 padding: 10px 0;
	z-index: 9;
	background: #212324;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
 }

#header.sticky .main_navbar .navbar-brand {
	max-width:200px;
	top: -30px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#header.sticky .header_contact > h2{
	font-size: 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header_contact {
	margin: 0;
	padding: 0;
	float: right;
}
.header_contact > h2{
	font-size: 26px;
	color: #f0a005;
	text-transform: uppercase;
	font-weight: 300;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header_contact > h2 > a{
	color: #fff;
	font-weight: 700;
	margin-left: 5px;
}
.header_contact > h2 > i{
	margin-right: 5px;
	vertical-align: middle;
}
.main_navbar {
	margin-top: 10px;
}
.main_navbar .navbar {
	margin-bottom: 0;
}
.main_navbar .navbar {
	margin-bottom: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
}
.main_navbar .navbar-brand {
	position: absolute;
	top: -45px;
	height: auto;
	padding: 0;
	max-width: 260px;
	line-height: normal;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.main_navbar .navbar-brand img{
	width: 100%;
}
.main_navbar .nav > li > a {
	padding: 5px 0px;
	margin: 0 12px;
	border-bottom: 3px solid transparent;
	line-height: normal;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	transition-duration: 0.3s;
}
.main_navbar .nav > li:last-child > a{
	margin-right: 0;
}
.main_navbar .nav > li.active > a{
	background: none;
	border-bottom: 3px solid #f0a005;
}
.main_navbar .nav > .active > a, .main_navbar .nav > .active > a:focus{
	background-color: transparent;
}
.main_navbar .nav > li:hover > a,
.main_navbar .nav > li.active > a:hover{
	background: none;
	border-bottom: 3px solid #f0a005;
}
.homebanner {
	position: relative;
	width: 100%;
	clear: both;
}
.homebanner .owl-carousel .owl-item .item{
	background: #000;
}
.homebanner .owl-carousel .owl-item .item > img{
	opacity: 0.7;
}
.bannerCaption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 700px;
	width: 100%;
	text-align: center;
}
.captionTxt {
	margin: 0;
	padding: 0;
	text-shadow:0px 6px 12px #000;
}
.captionTxt h4{
	font-size: 18px;
	color: #f0a005;
	text-transform: uppercase;
	font-weight: 700;
}
.captionTxt h2 {
	font-size:45px;
	text-transform: uppercase;
	color: #fff;
	margin: 20px 0;
	font-weight:700;
}
.captionTxt p{
	font-size: 19px;
	color: #fff;
	font-weight: 500;
	margin: 0 0 20px 0;
}
.captionBtn {
	margin: 0;
	padding: 0;
	text-align: center;
}
.captionBtn a {
	margin: 0 5px;
}
.estimate_btn {
	width: 176px;
	height: 53px;
	background: #f0a005;
	display: inline-block;
	padding: 15px 10px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 30px;
	transition-duration: 0.3s;
	vertical-align: middle;
}
.business_btn {
	width: 176px;
	height: 51px;
	display: inline-block;
	border: 2px solid #f0a005;
	border-radius: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	padding: 4px 10px 4px 70px;
	transition-duration: 0.3s;
	position: relative;
	font-weight: 700;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}
.business_btn .icon {
	height: 50px;
	width: 60px;
	display: block;
	position: absolute;
	background: #f0a005;
	left: -1px;
	top: -2px;
	border-radius: 30px 0 0 30px;
}
.business_btn .icon img {
	width: 25px !important;
	margin: 5px auto;
}
.business_btn .smallTxt {
	position: absolute;
	width: 31px;
	height: 31px;
	background: #f0a005;
	line-height: 31px;
	border-radius: 50%;
	right: -10px;
	bottom: -10px;
	text-align: center;
	color: #fff !important;
}
.estimate_btn:hover,
.business_btn:hover{
	background: #212324;
	color: #fff;
	transition-duration: 0.3s;
}
#homeSlide.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 0;
	bottom: 70px;
}
#homeSlide.owl-theme .owl-dots .owl-dot span{
	width: 38px;
	height: 2px;
	border-radius: 0;
	background: #fff;
}
#homeSlide.owl-theme .owl-dots .owl-dot.active span, 
#homeSlide.owl-theme .owl-dots .owl-dot:hover span{
	background: #f0a005;
}

.aboutSection{
	margin: 0;
	padding: 60px 0;
	position: relative;
}
.aboutVideo{
	margin: 0;
	padding: 0;
	position: relative;
}
.aboutVideo > img{
	width: 100%;
}
.playbtnarea{
	width: 73px;
	height: 73px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.playbtnarea img{
	width: 73px;
	height: 73px;
	display: block;
}
.abotContent{
	margin: 0;
	padding: 0;
}
.section_heading{
	margin: 0;
	padding: 0;
	position: relative;
}
.section_heading h5{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	color: #f0a005;
	font-weight: 700;
	text-transform: uppercase;
}
.section_heading h2{
	font-size: 42px;
	color: #090909;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	text-transform: capitalize;
	font-weight: 700;
	position: relative;
}
.section_heading h2:after{
	content: "";
	width: 126px;
	height: 2px;
	background: #f0a005;
	position: absolute;
	left: 0;
	bottom: 0;
}
.abtTxtcnt {
	margin-top: 10px
}
.abtTxtcnt p{
	margin: 0 0 20px 0;
	color: #090909;
	font-size: 15px;
	line-height: 24px;
}
.abtTxtcnt p:last-child{
	margin-bottom: 0;
}
/*====box-shadow css====*/
.effect2{
  position: relative;
}
.effect2:before, .effect2:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  /*background: #777;*/
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*====box-shadow css end====*/
.ourServices{
	margin: 0;
	padding: 60px 0 80px 0;
	background-image: url(../images/services-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services_top {
	padding: 0 0 45px 0;
	margin: 0 0 50px 0;
	border-bottom: 1px solid #6a6c6c;
}
.ourServices .section_heading h2{
	color: #fff;
	margin-bottom: 0;
}
.servcontentRight{
	margin: 0;
	padding:30px 0 0 0;
}
.servcontentRight {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}
.serviceb_btm {
	max-width: 1000px;
	margin: 0 auto;
}
.servBtmtxtbox {
	margin: 0;
	padding: 10px 0 0 90px;
	position: relative;
}
.icon_circle {
	width: 80px;
	height: 80px;
	display: block;
	text-align: center;
	line-height: 70px;
	border: 4px solid #f0a005;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.icon_circle img {
	width: 40px;
}
.servBtmtxtbox h4 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 24px;
}
.gallerySection{
	margin: 10px 0 15px 0;
	padding: 30px 0;
	background:#f9f9f9;
}
.gallerySection .section_heading{
	text-align: center;
}
.gallerySection .section_heading h2{
	margin: 0 0 40px 0;
}
.gallerySection .section_heading h2:after{
	left: 50%;
	margin-left: -63px;
}
.homeContact{
	margin: 0;
	padding: 60px 0 60px 0;
	background-image: url(../images/homecontact-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.homeContact .section_heading h2{
	color: #fff;
	margin: 0 0 40px 0;
}
.homeContact .form-group{
	margin-bottom: 20px;
}
.homeContact .form-group input.form-control{
	padding: 6px 15px;
	width: 100%;
	height: 64px;
	border: 1px solid #888889;
	border-radius: 10px;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	transition-duration: 0.3s;
}
.homeContact .form-group input.form-control:focus{
	border-color: #f0a005;
	box-shadow: none;
}
.homeContact .form-group select.form-control{
	padding:6px 25px 6px 15px;
	width: 100%;
	height: 65px;
	border: 1px solid #888889;
	border-radius: 10px;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	transition-duration: 0.3s;
	-webkit-appearance: none;
   	-moz-appearance:    none;
   	appearance:         none;
	background-image: url(../images/down-caret.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
}
.homeContact .form-group select.form-control:focus{
	border-color: #f0a005;
	box-shadow: none;
}
.homeContact .form-group textarea.form-control{
	padding: 6px 15px;
	width: 100%;
	height: 110px;
	border: 1px solid #888889;
	border-radius: 10px;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	transition-duration: 0.3s;
}
.homeContact .form-group textarea.form-control:focus{
	border-color: #f0a005;
	box-shadow: none;
}
.btn-style{
	width: 176px;
	height: 53px;
	display: block;
	margin: 0;
	background: #f0a005;
	padding: 0 15px;
	line-height: 53px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	border: none;
	outline: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	transition-duration: 0.3s;
	cursor: pointer;
}
.btn-style:hover {
	background: #212324;
	color: #fff;
}
.homeContact .form-group input.form-control::-webkit-input-placeholder,
.homeContact .form-group textarea.form-control::-webkit-input-placeholder{
  	color: #fff;
}
.homeContact .form-group input.form-control::-moz-placeholder,
.homeContact .form-group textarea.form-control::-moz-placeholder{
  	color: #fff;
}
.homeContact .form-group input:-ms-input-placeholder,
.homeContact .form-group textarea:-ms-input-placeholder{
  	color: #fff;
}
.homeContact .form-group input:-moz-placeholder,
.homeContact .form-group textarea:-moz-placeholder{
  	color: #fff;
}

.ourTestimonials{
	margin: 0;
	padding: 60px 0;
	position: relative;
}
.ourTestimonials .section_heading h2{
	margin: 0 0 40px 0;
}
.tsticontent {
	margin: 0;
	padding: 0;
	position: relative;
	background: #fff;
}
.avatarbox {
	float: right;
	width: 30%;
	position: relative;
}
.avaContent {
	position: relative;
	float: left;
	width: 70%;
}
.avainnerBox{
	position: relative;
	padding: 20px;
	background: #f8f8f8;
	border-right: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
	border-bottom: 5px solid #f0a005;
	height:265px;
}
.avainnerBox:after{
	content: "";
	background-image: url(../images/right-angle-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 18px;
	height: 37px;
	position: absolute;
	top: 50%;
	right: -18px;
	margin-top: -30px;
}
.avainnerBox p {
	color: #1b1b1b;
	line-height: 24px;
	font-style: italic;
	font-weight: 500;
	font-size: 14px;
}
#testimonials.owl-carousel .owl-stage-outer{
	padding-bottom: 20px;
}
.avatarbox .star {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.avatarbox .star li{
	display:inline-block;
	padding: 0 2px;
}
.avatarbox .star img{
	width:12px;
}
.inneravatarbox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,50%);
	width: 100%;
	margin-top: -30px;
}
.avatarimg {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	border-right: 2px solid #f0a005;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.avatarimg img{
	width: 100%;
	height: 100%;
}
.txtavatarbox {
	text-align: center;
}
.txtavatarbox h4{
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin: 10px 0;
}
#testimonials.owl-theme .owl-dots .owl-dot.active span, #testimonials.owl-theme .owl-dots .owl-dot:hover span{
	background: #f0a005;
}
#testimonials.owl-theme .owl-nav {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -100px;
}
#testimonials.owl-theme .owl-nav .owl-prev{
	width: 52px;
	height: 52px;
	background: url(../images/left-angle.png) #dddddd no-repeat;
	background-position: center;
	font-size: 0;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
}
#testimonials.owl-theme .owl-nav .owl-next{
	width: 52px;
	height: 52px;
	background: url(../images/right-angle.png) #dddddd no-repeat;
	background-position: center;
	font-size: 0;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
}
.callbackSection{
	padding: 75px 0;
	background-image: url(../images/services-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.callbackSection .form-group input.form-control{
	padding: 6px 15px;
	width: 100%;
	height: 64px;
	border: 1px solid #888889;
	border-radius: 10px;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	transition-duration: 0.3s;
}
.callbackSection .form-group input.form-control:focus{
	border-color: #f0a005;
	box-shadow: none;
}
.callback-btn {
	width:100%;
	height: 53px;
	display: block;
	margin: 0;
	background: #f0a005;
	padding: 0 15px;
	line-height: 53px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	border: none;
	outline: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	transition-duration: 0.3s;
	cursor: pointer;
}
.callback-btn:hover {
	background: #212324;
}
.callbackSection .form-group{
	margin-bottom: 0;
}
.callbackSection .form-group input.form-control::-webkit-input-placeholder{
  	color: #fff;
}
.callbackSection .form-group input.form-control::-moz-placeholder{
  	color: #fff;
}
.callbackSection .form-group input:-ms-input-placeholder{
  	color: #fff;
}
.callbackSection .form-group input:-moz-placeholder{
  	color: #fff;
}
.callbackTxt {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
}
.latestNews{
	padding: 60px 0;
	margin: 0;
	position: relative;
}
.latestNews .container-fluid{
	padding-left: 0;
	padding-right: 0;
}
.latestNews .section_heading {
	text-align: center;
}
.latestNews .section_heading h2 {
	margin: 0 0 40px 0;
}
.latestNews .section_heading h2::after {
	left: 50%;
	margin-left: -63px;
}
.latestNews .btnarea{
	margin-top: 35px;
	text-align: center;
}
.latestNews .btnarea .btn-style{
	margin: 0 auto;
}
.blogbox {
	position: relative;
}
.blogbox img{
	width: 100%;
}
.blogtxt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
}
.blogtxt h5{
	font-size: 14px;
	color: #fff;
	font-style: italic;
	margin: 0 0 7px 0;
}
.blogtxt h4{
	color: #f0a005;
	font-weight: 700;
}
.blogtxt h2{
    color: #f0a005!important;
    font-weight: 700!important;
	font-size: 18px;
}
#blogslide.owl-theme .owl-nav {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -30px auto 0 auto;
	max-width: 33%;
}
#blogslide.owl-theme .owl-nav .owl-prev {
	width: 52px;
	height: 52px;
	background: url(../images/left-angle-white.png) transparent no-repeat;
	background-position: center;
	font-size: 0;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0.7;
	float: left;
}
#blogslide.owl-theme .owl-nav .owl-next{
	width: 52px;
	height: 52px;
	background: url(../images/right-angle-white.png) transparent no-repeat;
	background-position: center;
	font-size: 0;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0.7;
	float: right;
}
.brandSection{
	padding: 35px 0;
	margin: 0 0 10px 0;
	background: #f0a005;
}
.brandSection .item img {
	height: 70px;
	object-fit: contain;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition-duration: 0.3s;
}
/*.brandSection .item:hover img{
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
	opacity: 1;
	transition-duration: 0.3s;
}*/
footer{
	padding: 30px 0;
	background: #212324;
	border-bottom: 1px solid #4a3c1e;
}
.footerbox {
	margin: 0;
	padding: 0;
}
.footerbox > h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 0 0 12px 0;
	margin: 0 0 25px 0;
	position: relative;
}
.footerbox > h3:after{
	content: "";
	width: 62px;
	height: 2px;
	background: #f0a005;
	position: absolute;
	left: 0;
	bottom: 0;
}
.flogo {
	max-width: 260px;
	margin: 0 0 30px 0;
}
.flogo img{
	width: 100%;
}
.footer_address {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer_address li {
	margin: 0;
	padding: 0 0 20px 25px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 20px;
}
.footer_address li a{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}
.footer_address li .icon{
	position: absolute;
	top: 0;
	left: 0;
}
.facebook_feed img {
	width: 100%;
}

.instaFeed {
	border: 1px solid #acacac;
	max-width: 350px;
	width: 100%;
}
.feedimg {
	float: left;
	width: 50%;
}
.feedimg img{
	width: 100%;
}
.footerlast{
	padding: 20px 0;
	margin: 0;
	background: #212324;
}
.footerlasttext p{
	font-size: 11px;
	color: #fff;
	font-weight: 600;
	margin:0;
}
.footerlasttext ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.footerlasttext ul li{
	color: #f0a005;
	display: inline-block;
	padding: 0 3px;
	border-right: 1px solid #f0a005;
	line-height: 14px;
}
.footerlasttext ul li:first-child{
	padding-right: 7px;
	padding-left: 0;
}
.footerlasttext ul li:last-child{
	border-right: none;
	padding-right: 0;
}
.footerlasttext ul li a{
	color: #f0a005;
	font-size: 12px;
}
.footer_social {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}
.footer_social li{
	padding: 0 5px;
	display: inline-block;
}
.footer_social li a{
	color: #f0a005;
	font-size: 26px;
	transition-duration: 0.3s;
}
.footer_social li a:hover{
	color: #fff;
}
#scrollTop {
	bottom:50px;
	display: none;
	position: fixed;
	right:50px;
	text-decoration: none;
	z-index: 1;
	width: 60px;
	height: 60px;
	background: #f0a005;
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	background-image: url(../images/scroll-top.png);
	background-position: center;
	background-repeat: no-repeat;
}
div.pp_default .pp_social{
	display: none;
}

.wpcf7-form-control{
	padding:0;
	width: 100%;
	height: 64px;
	border: 1px solid #888889;
	border-radius: 10px;
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	transition-duration: 0.3s;
}

.wpcf7-submit{
	width: 176px;
	height: 53px;
	display: block;
	margin: 0;
	background: #f0a005;
	padding: 0 15px;
	line-height: 53px;
	color: #fff;
	text-align: center;
	border-radius: 30px;
	border: none;
	outline: none;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	transition-duration: 0.3s;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background: #212324;
	color: #fff;
}

/*====homepage end=====*/
/*===start blogpage====*/
.innerBanner{
	margin: 0;
	padding: 0;
	position: relative;
	background: #000;
}
.innerBanner > img{
	width: 100%;
	opacity: 0.7;
}
.innerbanner_heading{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 650px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	text-shadow:0px 6px 12px #000;
}
.innerbanner_heading h2{
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
}
.innerbanner_heading h4{
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}

.pageInner{
	padding: 60px 0;
	margin: 0;
	position: relative;
}
#blogNewspage .section_heading {
	text-align: center;
}
#blogNewspage .section_heading h2 {
	margin: 0 0 40px 0;
}
#blogNewspage .section_heading h2::after {
	left: 50%;
	margin-left: -63px;
}
.bloginnerBox{
	margin: 0;
	padding:10px 10px 20px 10px;
	background: #f9f9f9;
	border: 1px solid #cecece;
}
.bloginnerBox > img{
	width: 100%;
}
.bloginnerContent {
	padding: 20px 0;
	margin: 0;
}
.bloginnerContent > h2{
	font-size: 26px;
	color: #5f5f5f;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}
.bloginnerContent > h1 {
    font-size: 26px;
    color: #5f5f5f;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.blogmeta{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
.blogmeta li{
	font-size: 12px;
	color: #f0a005;
	font-weight: 600;
	padding: 0 8px;
	float: left;
}
.blogmeta li a{
	color: #f0a005;
	font-weight: 600;
	text-decoration: none;
}
.blogmeta li img{
	vertical-align: middle;
	margin-right: 5px;
}
.blogmeta li:last-child{
	padding-right: 0;
}
.bloginnerContent p{
	font-size: 14px;
	color: #090909;
	margin: 20px 0 0 0;
}
.bloginnerBox .btnarea a{
	display: inline-block;
	margin: 0 5px;
	font-size: 14px;
}
.bloginnerBox .btnarea a img{
	vertical-align: middle;
	margin-right: 5px;
}
.bloginnerBox .btnarea a:first-child{
	margin-left: 0;
}
.seperater{
	margin: 34px 0;
}
.seperater > img{
	width: 100%;
}
.blog_leftpanel {
	margin: 0 30px 0 0;
	padding: 0;
	position: relative;
}
.categories_panel{
	margin: 0 0 30px 0;
	padding: 0;
}
.categories_panel > h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #f0a005;
	font-weight: 700;
	background-image: url(../images/double-line.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 90px;
	margin: 0 0 15px 0;
}
.categories_panel ul{
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.categories_panel ul li {
	padding: 10px 10px 10px 15px;
	border-bottom: 1px solid #ffe9ea;
	position: relative;
	background-image: url(../images/angle-shape2.png);
	background-repeat: no-repeat;
	background-position: left top 18px;
}
.categories_panel ul li:last-child{
	border-bottom: none;
}
.categories_panel ul li a{
	font-size: 16px;
	color: #767676;
	text-decoration: none;
	transition-duration: 0.3s;
}
.categories_panel ul li a:hover{
	color: #f0a005;
}
.topsale_panel {
	position: relative;
	margin: 40px 0;
	background: #f0a005;
}
.topsale_panel img{
	width: 100%;
	opacity: 0.2;
}
.topsaleTxt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 80%;
}
.topsaleTxt h3{
	font-size: 34px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.popularPost_panel {
	margin: 0;
	padding: 0;
	position: relative;
}
.popularPost_panel > h2{
	font-size: 26px;
	text-transform: uppercase;
	color: #f0a005;
	font-weight: 700;
	background-image: url(../images/double-line.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 90px;
	margin: 0 0 15px 0;
}
.poppostBar {
	padding: 15px 0;
	position: relative;
	border-bottom: 1px solid #fceccc;
}
.poppostBar:last-child{
	border-bottom: none;
}
.post_thumb {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 15px;
}
.post_thumb > img{
	width:100px;
	height: 100px;
}
.poppostBar h4{
	font-size: 15px;
	text-transform: uppercase;
	color: #040404;
	font-weight: 700;
	margin-bottom: 5px;
}
.poppostBar h4 a{
 color:#040404;
}
.poppostBar p{
	font-size: 14px;
	color: #767676;
	margin: 0;
}
.paginationArea{
	margin: 50px 0 0 0;
	text-align: center;
}
.paginationArea .pagination {
	display: inline-block;
	padding-left: 0;
	margin:0;
	border-radius:0;
	background: #f0a005;
}
.paginationArea .pagination > li > a, .paginationArea .pagination > li > span {
	border: none;
	border-radius: 0;
	background: none;
	color: #000;
	font-size: 16px;
	font-weight: 700;
}
.paginationArea .pagination > .active > a, 
.paginationArea .pagination > .active > a:focus, 
.paginationArea .pagination > .active > a:hover, 
.paginationArea .pagination > .active > span, 
.paginationArea .pagination > .active > span:focus, 
.paginationArea .pagination > .active > span:hover{
	color: #fff;
	background: none;
}
/*====end blogpage=====*/

/*====product page start=====*/
.productList{
	margin:0 30px 0 0;
	padding: 0;
}
.productList ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.productList ul li a {
	padding: 15px 10px 15px 30px;
	display: block;
	background: #e4e4e4;
	margin-bottom: 1px;
	font-size: 14px;
	font-weight: 700;
	background-image: url(../images/dowble-angle.png);
	background-position: left 10px top 22px;
	background-repeat: no-repeat;
	color: #000;
	transition-duration: 0.3s;
}
.productList ul li:hover a,
.productList ul li.active a{
	background-image: url(../images/dowble-angle-white.png);
	background-position: left 10px top 22px;
	background-repeat: no-repeat;
	background-color: #f0a005;
	color: #fff;
}
.productContainer{
	margin: 0;
	padding: 0;
	position: relative;
}
.product_header{
	margin: 0 0 40px 0;
	padding: 0;
}
.product_header h3{
	font-size: 26px;
	color: #090909;
	font-weight: 700;
	margin:  0 0 7px 0
}
.product_header p{
	margin: 0;
	font-size: 16px;
	color: #090909;
}
.prodlargImg{
	margin-bottom: 30px;
}
.prodlargImg > img{
	width: 100%;
}
.productBox{
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
.productImg{
	position: relative;
}
.productImg img{
	width: 100%;
}
.productImg:after {
	content: "";
	border: 7px solid rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.product_title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	text-align: center;
	padding: 15px;
}
.product_title h5{
	color: #fff;
	font-size: 18px;
}
.btm_productTitle{
	text-align: center;
}
.btm_productTitle > h2{
	font-size: 30px;
	color: #f0a005;
	font-weight: 700;
}
.productContainer .owl-theme{
	max-width: 500px;
	margin: 0 auto;
}
#productSlidefor1.owl-theme .owl-nav{margin-top: 0;}
#productSlidefor1.owl-theme .owl-nav .owl-prev {
	width: 52px;
	height: 52px;
	background: url(../images/arrow-left-black.png) #e5e5e5 no-repeat;
	background-position: center;
	font-size: 0;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: -60px;
	margin: -30px 0 0 0;
}
#productSlidefor1.owl-theme .owl-nav .owl-next{
	width: 52px;
	height: 52px;
	background: url(../images/arrow-right-black.png) #e5e5e5 no-repeat;
	background-position: center;
	font-size: 0;
	text-align: center;
	line-height: 52px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -60px;
	margin: -30px 0 0 0;
}

.innerheading {
    margin: 0 0 50px 0;
    padding: 0;
    border-bottom: 4px double #f0a005;
    text-align: center;
}
.innerheading h2 {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
    margin: 0;
    position: relative;
    top: 20px;
    color: #f0a005;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;

}
.innerbodytext {
    margin: 0;
    padding: 0;
    position: relative;

}
.innerbodytext h2 {
    margin: 0 0 20px 0;
    padding: 0;
    color: #f0a005;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;

}
.innerbodytext h5 {
    color: #353535;
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;

}
.innerbodytext p {
    font-size: 18px;
    color: #767676;
    line-height: 26px;
    margin: 0 0 30px 0;

}
.innerbodytext ul li {
    margin: 0;
    padding: 0 0 0 20px;
    color: #767676;
    line-height: 26px;
    font-size: 18px;
    position: relative;
    list-style-type: none;
}
.innerbodytext ul {
    margin: 0 0 30px 0;
    padding: 0;
}
.innerbodytext ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background-image: url(../img/right-caret.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 9px;

}
/*====end product page=======*/

.categories_panel .widget-title {
    font-size: 26px;
    text-transform: uppercase;
    color: #f0a005;
    font-weight: 700;
    background-image: url(../images/double-line.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 90px;
    margin: 0 0 15px 0;

}
.g-recaptcha{
	border: 0px solid #fff;
}
.videopopupjs{
    background-color:#000;
    background-color:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    text-align: start!important;
}
.videopopupjs--hide{
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJsHide;
    animation-name: videoPopupJsHide;
}
.videopopupjs__close{
    width:30px;
    height:30px;
    cursor:pointer;
    display:block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 0.59);
}
.videopopupjs__close:after{
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    content:'X';
    font-family:'Verdana';
    border-radius:50%;
    background:#333;
    line-height:2.2;
    font-size:13px;
}
.videopopupjs__close:hover{
    opacity:0.5;
}
.videopopupjs--animation{
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: videoPopupJs;
    animation-name: videoPopupJs;
}
.videopopupjs__content{
    margin:0 auto;
    height:100%;
    height:500px;
    width:100%;
    margin-top:5%;
}
.videopopupjs__content iframe{
    width:100%;
    height:100%;
}
.videopopupjs__block--notfound{
    position:absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width:100%;
    height:500px;
    background-color:#fff;
    text-align:center;
    vertical-align: middle;
    line-height: 500px;
    font-family:'Arial';
    font-size:20px;
}
.blogtxt h2 a {
    color: #f0a005;
    
}
.product_header h1 {
    font-size: 26px;
    color: #090909;
    font-weight: 700;
    margin: 0 0 7px 0;
}
.product_title h2 {
    color: #fff;
    font-size: 18px;
}
 .ptitle{
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
}

.innerbtext {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;

}

@media(max-width: 768px){
    .videopopupjs__content{
        max-width:90%!important;
    }
}
@-webkit-keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@keyframes videoPopupJs{
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

@-webkit-keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

@keyframes videoPopupJsHide{
    0%{
        opacity: 1;
    }

    100%{
        opacity: 0;
    }
}

/*====Start 03/07/2019=====*/
.facebook_feed iframe{
	width: 100%;
}
.homeContact .wpcf7-form {
	margin-left: -15px;
	margin-right: -15px;
}
#homeBigslide,
#inBnanner{
	margin-top: 80px;
}
/*====End 03/07/2019=====*/

/*====start 23/07/2019===*/
#brands.owl-theme {
	max-width: 800px;
	margin: 0 auto;
}
.g-recaptcha.wpcf7-form-control{
	height: auto;
}
/*====End 23/07/2019====*/