
/*----------------------------------------*/
/*  00 - Home
/*----------------------------------------*/
/*** 

====================================================================
  Main Slider
====================================================================

***/
body{
    background-color: #fff;
}
#page{
	overflow: hidden;
}

/** Homepage 01 **/
.main-slider {
    max-height:700px;
    overflow: hidden;
    margin-bottom:50px
}
.rev-slidebg{
    background-size:100%;
}
  .tp-bannertimer {
    display: none;
  }
  
  .main-slider .title {
    position: relative;
    display: inline-block;
    font-size: 26px;
    color: var(--white-color);
    font-family: var(--third-font);
  }
  
  .main-slider .title span {
    text-decoration: underline;
  }
  
  .main-slider h1 {
    position: relative;
    display: block;
    font-size: 90px;
    line-height: 1.1em;
    color: var(--white-color);
    font-family: var(--third-font);
    font-weight: 700;
    text-transform: capitalize;
  }
  
  .main-slider .event-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .main-slider .event-info li {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    margin-right: 30px;
  }
  
  .main-slider .event-info li i {
    margin-right: 10px;
    color: #ffbf00;
  }
  
  .main-slider .btn-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .main-slider .btn-box .theme-btn {
    display: inline-block;
    line-height: 30px;
    padding: 15px 30px;
    white-space: nowrap;
    margin-right: 20px !important;
    min-width: 180px !important;
  }



.ihbox-section-one{
	padding: 25px 10px 100px 10px;
}
.who-we-are-one-leftbox{
	border-radius: 30px;
	position: relative;
	float:left;
	margin-right:3%;
	max-width: 700px;
    margin-bottom: 20px;
}
.who-we-are-one-leftbox img{
    border-radius: 30px;
	height: 100%;
	width:100%;
	margin-right:40px;
	position: relative;
	
}
.who-we-are-one-leftbox .fid-style-area{
	position: absolute;
	right: 0px;
	width: auto;
	bottom: 0;
	max-width: 100%;
	display:none;
}
.sticky-corner {
    width: 30px;
    height: 30px;
    position: absolute;
    transform: rotate(-90deg);
}
.bottom-left-corner {
    bottom: 0%;
    left: -30px;
    transform: none;
}
.sticky-corner svg path {
    fill: var(--white-color);
}
.top-right-corner {
    top: -30px;
    right: 0%;
    transform: none;
}
.who-we-are-one-content{
	padding: 0px;
    position: relative;
    width:100%;
}
.who-we-are-one-content .heading-desc{
   
}
.service-bg-one {
	background-image: url(../images/bg/process-bg-img.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bg-2{
background:#f6f6ee;
}
.blog-arrow,
.testimonial-arrow,
.service-arrow,
.team-arrow,
.product-arrow{
	position: absolute;
	right: 12px;
	bottom: 60px;
}
.service-bg-one .swiper-button-next, 
.service-bg-one .swiper-button-prev{
	color: var(--white-color);
	border-color: var(--white-color);
}
.service-bg-one .swiper-button-next:hover, 
.service-bg-one .swiper-button-prev:hover{
	color: var(--blackish-color);
	background-color: var(--white-color);
}
.client-area{
	padding:10px 0 30px 0;
    background: url(../images/bg/product-area-bg.jpg);
     margin-top:50px;
     display:none;
}
.page-content{
    position:relative;
}
.page-content:after{
    position: absolute;
    right: 0;
    top: 100px;
    height: 600px;
    width: 500px;
    background-image: url(../images/bg/shape-2.png);
    background-size: 100%;
    background-repeat: repeat-y;
    content: "";
    z-index: -1;
}
.about-area{
    position: relative;
    padding:40px 0 30px 0;
}
.home-about.about-area:before{
    position: absolute;
    left: 0;
    top: -100px;
    height: 70px;
    width: 100%;
    content: "";
    background-image: url(../images/main-slider/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}
.about-area:before{
    position: absolute;
    left: 0;
    top: -50px;
    height: 70px;
    width: 100%;
    content: "";
    background-image: url(../images/main-slider/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}
.video-background{
    background:url(../images/yellow-bg.png);
    padding:0;
}
.about-us-three-imgbox{
    position:relative;
    height:300px;
}
.about-us-three-imgbox img{
    height:300px;
    object-fit:cover;
    width:100%;
    border-radius:20px;
}
.about-area:after {
    position: absolute;
    right: 0;
    top: 100px;
    height: 600px;
    width: 500px;
    background-image: url(../images/bg/shape-2.png);
    background-size:100%;
    background-repeat: no-repeat;
    content: "";
    z-index: -1;
}
.play-now {
    position: relative;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 92px;
    background-color: #a72421;
    border: 3px solid #fff;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
    position:absolute;
    right:0;left:0;
    top:40%;
}
.play-now i {
    position: relative;
    top: -5px;
}
.play-now:hover, .play-now:focus{
    background-color: var(--global-color);
}
.play-now .ripple, .play-now .ripple:before, .play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 85px;
    width: 85px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    animation: ripple 3s infinite;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.about-us-one-bg{
	background-image: url(../images/bg/img-03.html);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
	border-radius: 30px;
}
.about-us-one-rightbox{
	background-image: url(../images/bg/img-04.html);
    background-position: bottom center;
    background-repeat: no-repeat;
	background-color: var(--global-color);
	padding: 85px 80px 70px 80px;
	border-radius: 30px;
}
.ihbox-style-5-bg{
	position: relative;
	background-image: url(../images/bg/icon-bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 80px 100px 80px 85px;
	border-radius: 30px;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.ihbox-style-5-bg .ihbox-style-5{
	position: relative;
	z-index: 1;
}
.ihbox-style-5-bg:before{
	content: "";
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	border-radius: 30px;
	background-color: var(--blackish-color);
	opacity: .5;
}
.abt-icon{
    max-width:100px;
}

/** Homepage 02 **/ 
.fadeIn {
    animation-name: fadeIn;
}
@keyframes fadeIn{
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}
.animated{
	animation-duration: 2s;
}
.ihbox-two-bg{
	margin: -30px 20px 0 20px;
	padding: 70px 0px 40px 0px;
	border-radius: 0 0 30px 30px;
	background-color: var(--global-color);
	background-image: url(../images/bg/bg-pattern-01.html);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.about-two-area{
	margin-top: 100px;
	border-radius: 30px;
	overflow: hidden;
	height: 73.8vh !important;
}
.about-two-area .sticky-img{
	border-radius: 30px;
}
.about-two-rightbox{
	padding: 80px 65px 0px 65px;
}
.about-two-innerbox{
	padding-left: 70px;
}
.about-two-innerbox .ihbox-style-12{
	margin-bottom: 30px;
}
.about-two-innerbox .sticky-inner-img{
	border-radius: 15px;
}
.service-two-slider{
	padding-bottom: 85px !important;
}
.service-two-slider .swiper-pagination-bullet-active,
.testimonialbox-right .swiper-pagination-bullet-active{
	outline: none;
	width: 20px;
	height: 20px;
	background-color: var(--global-color);
}
.element-static-box-style-1{
	background-image: url(../images/bg/process-bg-img.png);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}
.appointment-two-area{
	border-radius: 30px;
	overflow: hidden;
}
.appointment-two-leftbox{
	padding: 50px 0 0 38px;
	position: relative;
}
.appointment-two-leftbox .ihbox-style-area{
	position: absolute;
	right: 86px;
	width: auto;
	top: 106px;
	max-width: 100%;
}
.appointment-two-mainbox{
	background-image: url(../images/bg/contact-bg-img.html);
    background-position: bottom right;
    background-repeat: no-repeat;
	padding: 60px 65px 60px 0px;
}
.appointment-two-mainbox form .form-control{
	border: none;
	background-color: var(--light-color);
}
/** Homepage 03 **/ 
.ihbox-section-three{
	border-bottom: 1px solid #404A3D1A;
	padding: 50px 0;
}

.about-us-three-content{
	padding: 75px 0px 0px 95px;
}
.tab-section-three{
	background-image: url(../images/bg/bg-pattern-01.html);
}


.testimonial-three .testimonialbox-left{
	border-right: 1px solid rgba(var(--blackish-color-rgb),.1);
}
.testimonial-three .testimonialbox-right{
	padding: 0 0 90px 70px;
}
.testimonialbox-right .swiper-slider[data-dots="true"]{
	padding-bottom: 0;
}
.testimonialbox-right .swiper-horizontal>.swiper-pagination-bullets{
	justify-content: end;
}
.ttml-three-arrow{
	justify-content: left;
}

.free-quote-section{
	background-image: url(../images/bg/bg-img-01.html);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
	border-radius: 30px;
	padding: 60px 10px;
}
.free-quote-section .left-box{
	float: left;
    margin-right: 3%;
    margin-bottom: 20px;
     max-width:600px;
}
.free-quote-section .left-box img{
    width:100%;
}
.free-quote-section .right-box{
	
}
.images-all .image img {
    width: 100%;
}
/*------------------- ---------------------*/
/*01 - Inner Page 
/*----------------------------------------*/
/** 01 - Service Detail **/
.service-details .container>.row{
	flex-direction: row-reverse;
}
.service-sidebar .post-list{
	padding-top: 40px;
}
.service-sidebar .all-post-list ul li{
	position: relative;
	line-height: 26px;
	border-bottom: 1px solid rgba(var(--blackish-color-rgb),.1);
}
.service-sidebar .all-post-list ul li a{
	padding: 16px 60px 16px 25px;
    display: block;
    position: relative;
    border-radius: 0;
    font-size: 14px;
    letter-spacing: .5px;
    color: var(--blackish-color);
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.service-sidebar .all-post-list ul li a:before{
	position: absolute;
    content: "\e8dd";
    left: inherit;
    right: 8px;
    font-size: 10px;
    font-family: 'pbminfotech-base-icons';
    top: 50%;
    z-index: 1;
    color: var(--secondary-color);
    background-color: transparent;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: initial;
    transition: all 0.4s ease-in;
}
.service-sidebar .all-post-list ul li a:after{
	position: absolute;
    content: "";
    left: 0;
    font-size: 20px;
    top: 50%;
    width: 7px;
    height: 7px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--global-color);
    border-radius: 50%;
    transition: all 0.4s ease;
}
.service-sidebar .all-post-list ul li:hover a,
.service-sidebar .all-post-list ul li.post-active a{
	transform: translateX(1%);
    color: var(--secondary-color);
}
.service-sidebar .all-post-list ul li:hover a:before,
.service-sidebar .all-post-list ul li.post-active a:before{
	color: var(--secondary-color);
    background-color: var(--global-color);
}
.service-sidebar .widget:last-child{
	background-color: transparent;
}
.service-sidebar .widget.download-content{
	padding: 0;
}
.sidebar .download-content .widget-title{
	margin-left: 30px;
    margin-right: 30px;
}
.widget .download .item-download a {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 5px;
    padding-left: 25px;
    background-color: var(--white-color);
    border-radius: 40px;
}
.widget .download .item-download a .download-content {
    font-size: 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.widget .download .item-download a .download-content i {
    margin-right: 10px;
    font-size: 24px;
    color: var(--secondary-color);
    transition: all 0.2s ease-in;
}
.widget .download .item-download .download-item {
    font-size: 16px;
    line-height: 16px;
    padding: 18px 13px;
    border-radius: 50%;
    color: var(--white-color);
    background-color: var(--secondary-color);
    transition: all 0.2s ease-in;
}
.widget .download .item-download a .download-item i {
    font-size: 26px;
    vertical-align: middle;
}
.widget .download .item-download:last-child a {
    color: var(--blackish-color);
    background-color: var(--global-color);
    margin-bottom: 0;
}
.widget .download .item-download:last-child a .download-content i {
    color: var(--blackish-color);
    transition: all 0.3s ease-in-out;
}
.widget .download .item-download:last-child .download-item {
    color: var(--secondary-color);
    background-color: var(--white-color);
}
.widget .download .item-download a:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
}
.widget .download .item-download a:hover .download-content i {
    color: var(--white-color);
}
.widget .download .item-download a:hover .download-item {
    background-color: var(--white-color);
    color: var(--blackish-color);
}
.widget .download .item-download:last-child a:hover {
    background-color: var(--blackish-color);
    color: var(--white-color);
}
.widget .download .item-download:last-child a:hover .download-item {
    background-color: var(--global-color);
}
.service-details .service-feature-image img{
	margin-bottom: 20px;
    border-radius: 30px;
    height: 300px;
    object-fit: cover;
}
.service-details .ihbox-style-9 .ihbox-contents{
	margin: 30px 30px 0 0;
}
.service-details .ihbox-style-9 .heading-desc{
	padding: 10px 0 0 0;
}
.service-details .accordion{
	padding-top: 15px;
}
/** 02 - Portfolio Detail **/
.portfolio-single .featured-img-wrapper{
	padding-bottom: 80px;
}
.portfolio-single .featured-img-wrapper img{
	border-radius: 30px;
}
.single-project-details-list {
	padding: 45px;
    border-radius: 30px;
    background-color: var(--white-color);
}
.portfolio-lines-wrapper .portfolio-line-li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(var(--blackish-color-rgb), .1);
}
.portfolio-lines-wrapper .portfolio-line-title {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: .5px;
    text-transform: capitalize;
    position: relative;
	font-weight: 500;
    color: var(--secondary-color);
	font-family: var(--heading-typography-font-family);
}
.portfolio-lines-wrapper .portfolio-line-value {
    display: block;
}
.portfolio-single .pf-entry-content{
	padding-left: 36px;
}
.portfolio-single .heading .title{
	margin-bottom: 20px;
}
.portfolio-single .pf-img-box img{
	border-radius: 20px;
}
.portfolio-single .pf-img-box .first-img{
	padding-right: 20px;
}
.portfolio-single .pf-img-box .second-img{
	padding-left: 20px;
}
.portfolio-single .ihbox-style-9 .heading-desc{
	padding: 10px 0 0 0;
}
.portfolio-single .ihbox-style-9 .ihbox-contents, 
.portfolio-single .miconheading-style-9 .ihbox-contents{
	margin: 30px 30px 0 0;
}
.portfolio-single .navigation{
	margin-top: 50px;
	border-top: 1px solid rgba(var(--blackish-color-rgb),.1);
}
/** 03 - Blog Detail**/
.element-posts-wrapper.row .blog-style-1{
	padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}
/** Sidebar Right**/
.sidebar .widget{ 
    border: none;
    padding: 30px;
    margin-bottom: 55px;
	border-radius: 30px;
    background-color: var(--light-color);
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widget.widget-search{
	background-color: var(--secondary-color);
}
.sidebar .widget .widget-title{ 
	display: block;
	padding-bottom: 15px;
	margin-bottom: 20px;
    position: relative;
    width: auto;
	font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
	padding-left: 30px;
    padding-bottom: 0;
	text-transform: capitalize;
	color: var(--blackish-color);
} 
.sidebar .widget.widget-search .widget-title{
	color: var(--white-color);
}
.sidebar .widget .widget-title:before{
	content: "\e89d";
    font-family: "pbminfotech-base-icons";
    position: absolute;
    left: -3px;
    font-size: 12px;
	line-height: 22px;
    color: var(--secondary-color);
    top: 50%;
    transform: translateX(0%) translateY(-70%);
}
.sidebar .widget.widget-search .widget-title:before{
	color: var(--white-color);
}
.widget .search-form {
    position: relative;
}
.widget .search-form input{
	background-color: var(--white-color);
	height: 65px;
    border: 0;
    padding: 0px 30px;
    padding-right: 80px;
    background-color: var(--white-color);
    color: var(--blackish-color);
    font-size: 15px;
    border-radius: 40px;
	display: block;
    width: 100%;
}
.widget .search-form .search-submit{
	position: absolute;
    top: 5px;
    right: 5px;
    width: 55px;
    height: 55px;
    font-size: 16px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
	line-height: 58px;
    outline: none;
    background: var(--global-color);
    color: var(--secondary-color);
	transition: all .6s;
}
.widget .search-form .search-submit:hover{
	background-color: var(--blackish-color);
}
.widget .search-form .search-submit:hover:after{
	color: var(--white-color);
}
.widget .search-form .search-submit:after{
	position: absolute;
    font-family: 'pbminfotech-base-icons';
    content: '\e80d';
    right: 50%;
    top: 50%;
    font-size: 16px;
    color: var(--blackish-color);
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
}
.sidebar .widget-categories li{
	position: relative;
	line-height: 26px;
}
.sidebar .widget-categories .cat-li{
	display: flex;
    align-items: center;
	justify-content: space-between;
    color: #666;
    border-bottom: 1px solid rgba(var(--blackish-color-rgb),.05);
}
.sidebar .widget-categories ul li:last-child .cat-li{
	border-bottom: none;
}
.sidebar .widget-categories .cat-li a{
	font-size: 14px;
    line-height: 24px;
    position: relative;
	padding-left: 20px;
	margin: 15px 0;
	font-weight: 500;
	color: rgba(24, 26, 23, .8);
    text-transform: uppercase;
    letter-spacing: .5px;
	font-family: var(--heading-typography-font-family);
}
.sidebar .widget-categories .cat-li a:before{
	position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    height: 8px;
    width: 8px;
    background-color: var(--global-color);
    border-radius: 50%;
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories .brackets{
    margin-left: 8px;
	transition: all .25s ease-in-out;
}
.sidebar .widget-categories .cat-li:hover > a,
.sidebar .widget-categories .cat-li:hover .brackets{
	color: var(--secondary-color);
}
.sidebar .widget-categories .cat-li > a:hover:before{
	background-color: var(--secondary-color);
}
.widget-recent-post .recent-post-list-li:first-child{
	margin-top: 0px;
    padding-top: 0px;
	border-top: none;
}
.widget-recent-post .recent-post-list-li{
	display: flex!important;
    align-items: center;
    width: 100%;
	margin-top: 18px;
	padding-bottom: 18px;
	line-height: 26px;
	border-bottom: 1px solid rgba(var(--blackish-color-rgb),.1);
}
.widget-recent-post .recent-post-list-li:last-child{
	border-bottom: none;
}
.widget-recent-post .recent-post-list-li>a{
	width: 91px;
    flex-shrink: 0;
    margin-right: 20px;
	display: inline-block;
}
.widget-recent-post .recent-post-list-li>a img{
	border-radius: 20px;
}
.widget-recent-post .rpw-content{
	display: flex;
    flex-direction: column;
}
.widget-recent-post .rpw-title a{
	margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 24px;
	font-weight: 500;
	font-family: var(--heading-typography-font-family);
}
.widget-recent-post .rpw-title a:hover{
	color: var(--secondary-color);
}
.rpw-content .rpw-date a{
	color: var(--secondary-color);
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
	display: inline-block;
	font-family: var(--heading-typography-font-family);
}
.widget.service-ad{
	padding: 0;
	background-image: url(../images/bg/ads-bg-img.jpg);
	background-size: cover;
    background-position: center center;
}
.widget.service-ad .textwidget:before,
.widget.service-ad .textwidget:after{
	content: "";
    display: table;
}
.widget.service-ad .textwidget:after{
	clear: both;
}
.widget.service-ad .service-ads{
	position: relative;
    overflow: hidden;
    text-align: center;
    padding: 80px 50px;
    border-radius: 30px;
}
.service-ads .ads-icon{
	padding-bottom: 20px;
}
.service-ads .ads-icon i{
	width: 85px;
    height: 85px;
    line-height: 85px;
    display: inline-block;
    border-radius: 100%;
    font-size: 35px;
    text-align: center;
    color: var(--blackish-color);
    background-color: var(--global-color);
}
.service-ads .ads-title {
    font-size: 30px;
    line-height: 35px;
	margin-bottom: 15px;
    color: var(--white-color);
}
.service-ads .ads-desc {
    font-size: 15px;
    line-height: 25px;
	padding-bottom: 30px;
    color: var(--white-color);
}
.service-ads .ads-desc i {
    font-size: 20px;
    padding-right: 5px;
    color: var(--global-color);
}
.service-ads .btn {
    display: inline-flex;
}
.service-ads .btn:hover{
	background-color: var(--blackish-color);
}
aside.widget.widget-tag-cloud a,
.blog-meta-bottom .meta-tags a{
    line-height: 30px;
	margin: 0 6px 12px 0;
    display: inline-block;
    font-size: 13px !important;
    padding: 0 20px;
    height: 30px;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--blackish-color);
    background-color: #fff;
    border-radius: 20px;
}
aside.widget.widget-tag-cloud a:hover{
	color: var(--white-color);
	background-color: var(--secondary-color);
}
/** Blog Classic **/
.site-content{
	padding-top: 40px;
	padding-bottom: 40px;
}
.post.blog-classic{
    margin-bottom: 60px;
    position: relative;
}
.post.blog-classic .featured-wrapper img{
	border-radius: 30px;
}
.post.blog-classic:last-child {
    margin-bottom: 0px;
}
.post.blog-classic .featured-img-wrapper{
	position: relative;
    margin-bottom: 30px;
}
.post.blog-classic .featured-img-wrapper img{
    height:350px;
    object-fit: cover;
    width:100%;
}
.post.blog-classic .meta-cat{
	position: absolute;
    bottom: 30px;
    left: 30px;
}
.post.blog-classic .meta-cat a{
	font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    letter-spacing: .5px;
    padding: 5px 15px 3px 15px;
    border-radius: 15px;
    color: var(--secondary-color);
	background-color: var(--white-color);
}
.post.blog-classic .meta-cat a:hover{
	color: var(--white-color);
	background-color: var(--secondary-color);
}
.blog-classic .blog-classic-inner{
	background: 0 0;
    padding: 0;
    position: relative;
}
.blog-meta.blog-meta-top{
	position: relative;
    font-size: 14px;
}
.blog-meta-top.blog-meta,
.blog-meta-top.blog-meta a{
	color: rgba(var(--blackish-color-rgb),.8);
}
.blog-meta-top.blog-meta a:hover{
	color: var(--secondary-color);
}
.blog-meta-top .meta {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    padding-left: 6px;
    font-size: 14px;
    text-transform: uppercase;
}
.blog-meta-top .meta i {
    margin-right: 2px;
    font-size: 20px;
	color: var(--secondary-color);
}
.blog-meta-top .meta-comments{
	display: none;
}
.blog-classic .post-title{
	margin-bottom: 25px;
	margin-top: 15px;
    font-size: 36px;
	padding-bottom: 25px;
    line-height: 42px;
	text-transform: none;
	letter-spacing: 0px;
	border-bottom: 1px solid rgba(24, 26, 23,0.2);
}
.blog-classic .entry-content{
	margin-top: 20px;
}
.blog-classic-inner .btn{
	font-size: 13px;
	line-height: 15px;
	letter-spacing: .65px;
	padding: 21px 35px;
	text-transform: uppercase;
}
/** Blog Single **/
.blog-details .post.blog-classic{
	margin-bottom: 0;
	position: relative;
}
.blog-details .featured-img-wrapper{
	position: relative;
}
.blog-details .featured-wrapper{
	position: relative;
	margin-bottom: 30px;
}
.blog-details .post.blog-classic .blog-meta-top{
	margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.1);
}
.firstletter::first-letter{
	color: var(--secondary-color);
	padding:0;
	font-size: 52px;
	line-height: 48px;
	display: inline-block;
	float: left;
	font-weight: 700;
	margin-right: 8px;
}
.blog-details .entry-content .secondary-color,
.blog-details .entry-content p u,
.single-event-body-content .secondary-color,
.single-event-body-content p u,
.service_content .secondary-color,
.service_content p u,
.team-single .secondary-color,
.team-single p u,
.pf-entry-content .secondary-color{
	color: var(--secondary-color);
}
.blog-details .entry-content blockquote{
	border: 0;
	padding: 40px 70px 40px 145px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400 !important;
    margin: 35px 0;
    position: relative;
    letter-spacing: 0px;
    border-radius: 30px;
	font-style: normal;
    color: var(--blackish-color);
    background-color: var(--white-color);
	font-family: var(--heading-typography-font-family);
}
.blog-details .entry-content blockquote:before{
	content: '\e88e';
    font-family: "pbminfotech-base-icons";
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 45px;
    left: 45px;
    font-style: normal;
    color: var(--blackish-color);
    background-color: var(--global-color);
}
.blog-details .entry-content blockquote p{
	margin-bottom: 0;
}
.blog-details .entry-content:after{
	clear: both;
	content: "";
	display: table;
}
.blog-details .entry-content blockquote cite{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--secondary-color);
	display: block;
	line-height: 24px;
    font-style: normal!important;
    margin-top: 15px;
	letter-spacing: .5px;
}
.blog-details .entry-content blockquote cite:before{
	content: "-";
    margin-right: 5px;
}
.blog-details .entry-content blockquote:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.blog-details .entry-content .block-columns{
	margin-bottom: 1.75em;
}
.blog-details .entry-content .block-columns img{
	margin-top: 15px;
	border-radius: 30px;
}
.blog-details .entry-content .block-column:first-child{
	padding: 0 22px 0 0;
}
.blog-details .entry-content .block-column:last-child{
	padding: 0 0 0 22px;
}
.blog-details .list-group .icon-list-icon i{
	font-size: 15px;
	margin-right: 15px;
	color: var(--secondary-color);
}
.blog-details .list-group{
	padding: 20px 0;
}
.blog-details .list-group .icon-list-text{
	font-family: var(--body-typography-font-family);
}
.blog-details .blog-meta-bottom{
	margin-top: 35px;
}
.blog-details .blog-meta-bottom .meta-tags a{
	background-color: var(--white-color);
}
.blog-details .blog-meta-bottom .meta-tags a:hover{
	color: var(--white-color);
	background-color: var(--secondary-color);
}
.blog-details .post-navigation{
	border-top: 1px solid rgba(24, 26, 23, 0.10);
    margin-top: 30px;
}
.post-navigation .nav-links{
	margin-top: 0;
    padding: 40px 0 8px;
    display: flex;
    align-items: normal;
    width: 100%;
}
.post-navigation .nav-previous{
	width: 50%;
	margin-right: auto !important;
	position: relative;
}
.post-navigation .nav-links a{
	display: block;
    text-align: left;
    width: 300px;
    transition: all 0.3s ease-in;
}
.post-navigation .nav-links a:hover .post-nav-icon i,
.post-navigation .nav-links a:hover  .post-nav-head{
	color: var(--secondary-color);
}
.post-navigation .post-nav-icon{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 5px;
}
.post-navigation .nav-links .nav-previous .post-nav-icon {
    justify-content: flex-start;
}
.post-navigation .nav-links .post-nav-icon i {
    font-size: 13px;
    color: #666;
    transition: all 0.3s ease-in;
}
.post-navigation .nav-links .post-nav-head {
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: uppercase;
	letter-spacing: .5px;
	margin-left: 8px;
    transition: all 0.3s ease-in;
    color: #666;
	font-family: var(--heading-typography-font-family);
}
.post-navigation .nav-links .post-nav-wrapper {
    display: block;
	word-break: break-word;
}
.post-navigation .nav-links .nav-previous .post-nav-wrapper {
    text-align: left;
}
.nav-links .nav-previous .post-nav-wrapper {
    text-align: left;
}
.post-navigation .nav-links .nav-title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
	font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	font-family: var(--heading-typography-font-family);
}
.post-navigation .nav-next{
	width: 50%;
	text-align: right;
	margin-left: auto;
}
.post-navigation .nav-next a{
	display: block;
    text-align: right;
    margin-left: auto;
}
.nav-links .nav-next .post-nav-wrapper {
    text-align: right;
}
.blog-details .author-box {
    position: relative;
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 80px;
    background-color: var(--secondary-color);
    background-position: center center;
    background-repeat: repeat;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
}
.blog-details .author-image img {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border: 4px solid var(--global-color);
    display: block;
    overflow: hidden;
    margin-right: 40px;
    border-radius: 50%;
}
.blog-details .author-content {
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
}
.blog-details .author-content .author-name {
    line-height: 26px;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
}
.blog-details .author-box a {
    color: var(--white-color);
}
.blog-details .author-content .text {
    margin: 0;
	font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: var(--white-color);
}
.blog-details .comments-area{
	margin-top: 60px;
}
.blog-details .comments-area .comments-title{
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 48px;
}
.blog-details .comment-list li:not(:last-child) .comment{
	margin-bottom: 30px;
    border-bottom: 1px solid rgba(24, 26, 23, 0.10);
}
.comment-list .comment-avatar{
	float: left;
}
.comment-list .comment-avatar img{
    width: 90px;
    height: 90px;
	border-radius: 20px;
}
.blog-details .comment-content{
	position: relative;
    padding: 0px 0px 30px 0;
    margin-left: 115px;
    min-height: 115px;
}
.blog-details .comment-meta{
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.comment-content .comment-author {
	margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    display: inline-flex;
    position: relative;
    color: #525252;
}
.comment-author-inner{
	margin: 0 5px;
    font-weight: 600;
    text-transform: capitalize;
	color: var(--secondary-color);
}
.comment-author-inner a{
	color: var(--secondary-color);
}
.blog-details .comment-date{
	display: block;
    font-size: 16px;
	margin: 0 0 0 30px;
	font-weight: 400;
	color: rgba(24, 26, 23, 0.8);
}
.blog-details .comment-date a{
	font-size: 16px;
    line-height: 26px;
    position: relative;
}
.blog-details .comment-content p{
	margin: 10px 0 18px;
}
.blog-details .comment-content .reply a{
	display: inline-block;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-transition: 0.4s ease-out 0s;
    -o-transition: 0.4s ease-out 0s;
    transition: 0.4s ease-out 0s;
    color: var(--secondary-color);
    padding: 2px 19px;
    border-radius: 30px;
	border: 1px solid var(--secondary-color);
	font-family: var(--heading-typography-font-family);
}
.blog-details .comment-content .reply a::after{
	font-family: 'pbminfotech-base-icons';
    content: "\e8dd";
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    opacity: 1;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    font-size: 11px;
    margin-left: 5px;
    font-weight: 500;
}
.blog-details .comment-content .reply a:hover{
	color: var(--white-color);
	background-color: var(--secondary-color);
}
.comment-list .children{
	margin-left: 100px;
    padding-top: 8px;
}
.blog-details .comment-respond{
	background-color: var(--light-color);
    padding: 60px 70px;
    border-radius: 30px;
    margin-top: 28px;
    margin-bottom: 20px;
}
.blog-details .comment-respond .comment-reply-title{
	margin-bottom: 25px;
}
.blog-details .comment-form .comment-notes{
	font-size: 15px;
}
.blog-details .comment-respond .comment-form form textarea.form-control{
	color: var(--blackish-color);
    line-height: normal;
    padding: 20px 12px;
}
.blog-details .comment-respond .comment-form .form-check{
	margin-top: 20px;
	margin-bottom: 25px;
}
.blog-details .comment-respond .comment-form .form-check label{
	font-size: 15px;
}

/** 04 - Team Member Detail **/
.team-single-info{
	margin-bottom: 50px;
}
.team-single .featured-wrapper{
	height: 600px;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
}
.team-single .featured-wrapper img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-single .team-detail{
	position: relative;
    border-radius: 30px;
    margin-left: -40px;
    background: var(--white-color);
    background-image: url(../images/team/team-detail-pattern.html);
    background-position: bottom center;
    background-repeat: no-repeat;
}
.team-single .team-detail .team-des{
	padding: 120px 100px 0 100px;
}
.team-des .team-summary{
	margin-bottom: 35px;
}
.team-des .team-designation{
	font-size: 14px;
    line-height: 24px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #999;
    letter-spacing: .5px;
	margin-bottom: 5px;
	padding-left: 15px;
}
.team-des .team-designation:before{
	content: "";
    position: absolute;
    top: 45%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transform: translateX(0%) translateY(-50%);
}
.team-des .team-title{
	font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
}
.team-des .short-description{
	margin-bottom: 20px;
}
.team-des .single-team-info{
	padding-bottom: 40px;
}
.single-team-info li{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
	color: var(--blackish-color);
}
.single-team-info li,
.single-team-info li a{
	color: var(--body-typography-color);
}
.single-team-info li label{
	font-size: 16px;
    line-height: 22px;
	min-width: 120px;
	text-transform: capitalize;
	display: inline-block;
    margin-bottom: 0;
    padding-right: 10px;
	color: var(--secondary-color);
}
.team-single .social-links li{
	margin-bottom: 5px;
    margin-right: 6px;
}
.team-single .social-links li a{
	position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
	background-color: transparent;
    color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    border-radius: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.team-single .social-links li a:hover{
	color: var(--global-color);
	background-color: var(--secondary-color);
}
.team-single .comment-respond{
	overflow: hidden;
    margin-top: 50px;
    margin-bottom: 0px;
    padding: 80px 80px 60px 80px;
	border-radius: 60px;
	background-color: var(--white-color);
}
/** 05 - Contact Us **/
.contact-img-box{
	height: 100%;
	
}
.contact-img-box img{
    width:100%;
    height:100%;
    position:relative;
    border-radius: 30px 0px 0px 30px;
}
.contact-form-area{
	padding: 100px 75px 80px 75px;
	border-radius: 0px 30px 30px 0px;
	background-image: url(../images/bg/img-01.png);
	background-position: bottom right;
    background-repeat: no-repeat;
}
.iframe-section iframe{
	height: 550px;
	max-width: 100%;
    width: 100%;
}
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: 0px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}
.form-control.error{
	margin-bottom: 0 !important;
}

/**06 - Comment Form **/
.form-control{
	margin-bottom: 20px;
	font-size: 15px;
	height: 60px;
	line-height: normal;
	padding: 10px 20px;
    font-weight: 400;
	border-width: 0 0 1px 0;
	font-family: inherit;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid rgba(var(--blackish-color-rgb),.2);
	transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
textarea.form-control{
	height: 130px;
    padding-top: 20px;
	resize: none;
}
.form-control:focus{
	border-color: rgba(var(--blackish-color-rgb),.2);
}
.form-control:focus::placeholder{
	opacity: 1;
}
/*----product Image----*/
.product-area{
    /*background:url(../images/bg/product-area-bg.jpg)no-repeat bottom;*/
     padding-bottom:100px;
}

.category-block {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
  }
  .category-block .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 40px 30px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .category-block .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
  }
  .category-block .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .category-block .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1-bg.png);
  }
  .category-block .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2-bg.png);
  }
  .category-block .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3-bg.png);
  }
  .category-block .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4-bg.png);
  }
  .category-block .inner-box.cat-bg-5:before {
    background-image: url(../images/icons/cat-5-bg.png);
  }
  .category-block .inner-box.cat-bg-6:before {
    background-image: url(../images/icons/cat-1-bg.png);
  }
   .category-block .inner-box.cat-bg-7:before {
    background-image: url(../images/icons/cat-2-bg.png);
  }
  .category-block .inner-box.cat-bg-8:before {
    background-image: url(../images/icons/cat-3-bg.png);
  }
  .category-block .image {
    position: relative;
    display: inline-block;

  }
  .category-block .image img {
    width:200px;
    height:300px;
    object-fit:contain;
  }
  .category-block h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin-bottom: 10px;
  }

  .category-block h4 a:hover {
    color: var(--theme-color1);
  }
  .category-block p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
  }
  /* category inner page*/
  .category-block2 {
    position: relative;
    margin:40px 0;
    z-index: 1;
  }
  .category-block2 .inner-box {
    position: relative;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .category-block2 .inner-box:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center bottom;
    content: "";
  }
  .category-block2 .inner-box:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  .category-block2 .inner-box.cat-bg-1:before {
    background-image: url(../images/icons/cat-1a-bg.png);
  }
  .category-block2 .inner-box.cat-bg-2:before {
    background-image: url(../images/icons/cat-2a-bg.png);
  }
  .category-block2 .inner-box.cat-bg-3:before {
    background-image: url(../images/icons/cat-3a-bg.png);
  }
  .category-block2 .inner-box.cat-bg-4:before {
    background-image: url(../images/icons/cat-4a-bg.png);
  }
  .category-block2 .inner-box.cat-bg-5:before {
    background-image: url(../images/icons/cat-5a-bg.png);
  }
  .category-block2 .inner-box.cat-bg-6:before {
    background-image: url(../images/icons/cat-1a-bg.png);
  }
  .category-block2 .inner-box.cat-bg-7:before {
    background-image: url(../images/icons/cat-2a-bg.png);
  }
  .category-block2 .inner-box.cat-bg-8:before {
    background-image: url(../images/icons/cat-3a-bg.png);
  }
  .category-block2 .image {
    position: relative;
    display: inline-block;

  }
  .category-block2 .image img {
    width:200px;
  }
  .category-block2 h4 {
    font-size: 20px;
    color: var(--theme-color3);
    font-weight: 700;
    margin: 10px 0;
    padding:10px 20px;
    background:#f6f6ee;
  }

  .category-block2 h4 a:hover {
    color: var(--theme-color1);
  }
  .category-block2 p {
    font-size: 14px;
    color: #797f7d;
    line-height: 26px;
    margin-bottom: 0px;
  }

  /*product carousel*/
  .insize{
    max-width:300px;
  }
  .product-inner-carousel .item img{
    max-width: 50%;
    margin: 40px auto;
    height:300px;
    object-fit: contain;
  }
  .product-inner-carousel .owl-thumbs {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
}
.product-inner-carousel .owl-thumbs .owl-thumb-item{
    height:auto;
    width: 100%;
    max-width:80px;
    background: transparent;
    border: none;
    overflow: hidden;
  }
  .product-inner-carousel .owl-thumbs .owl-thumb-item img{
    max-width:100%;
    height:auto;
  }
  .product-inner-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
  .quick-btn{
    width:50px; height:50px;
    line-height:50px;
    background:#ae0101;
    color:#fff;
    position:absolute; 
    right:0; 
    border-radius:50px 0 0 50px;
    bottom:100px;
    z-index: 9;
    text-align: center;
    cursor: pointer;
  }
  .quick-btn:hover{
    color:#000;
    background:#ffbf00;
  }
.product-display{
    position:relative;
    z-index: 9;
     margin:0;
      padding:0;
}
.product-display h3{
    text-align: center;
    font-size:20px;
    line-height:26px;
    color:#fff;
    text-transform: uppercase;
    min-height: 50px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;;
}
.product-display h4{
    text-align: center;
    font-size:18px;
    line-height:20px;
    color:#fff;
    min-height: 50px;
    overflow: hidden;
}
.product-display h5{
    text-align: center;
    font-size:18px;
    line-height:20px;
    color:#fff;
    min-height: 50px;
    overflow: hidden;
}
.p-display1{
    padding:100px 50px;
    background:url(../images/bg/cat1-bg.jpg)no-repeat;
    background-size: cover;
}
.p-display2{
    padding:100px 50px;
    background:url(../images/bg/cat2-bg.jpg)no-repeat;
    background-size: cover;
}
.p-display3{
    padding:100px 50px;
    background:url(../images/bg/cat3-bg.jpg)no-repeat;
    background-size: cover;
}
.p-display1 img, .p-display2 img, .p-display3 img{
    max-width:150px;
    display: block;
    text-align: center;
     margin:40px auto;
}
.nopadding{
    padding:0;
}
  .floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.floating img{
    max-width:250px;
    position: absolute;
    right: 0;
    bottom: -100px;
}
.floating1 {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating1 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.floating1 img{
    max-width:250px;
    position: absolute;
    right: 0;
    bottom: -150px;
}
.background{
    position: relative;
    width: 100%;
    height: 100%;

}
.background img{
    width: 100%;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
  }
  
  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  
  .mySwiper .swiper-slide,.mySwiperDesktop .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  
  .mySwiper .swiper-slide-thumb-active,.mySwiperDesktop .swiper-slide-thumb-active {
    opacity: 1;
  }
  
  .mySwiperDesktop {
    margin-bottom: 10px;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
 
  .quickview-modal .swiper-button-next,  .quickview-modal .swiper-button-prev{
    width:40px !important;
    height:40px !important;
    color:#000 !important;
    margin-top:20px;
    position: absolute;
  }
  .quickview-modal .swiper-slide img {
    display: block;
    width: 200px;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}
  .quickview-modal .swiper-button-next{
    margin-right:10px !important;
  }

  @media (min-width: 768px) {
  .mySwiper {
  display: none;
  }
    .kovi-product-slider-wrapper {
      display: flex;
      flex-direction: row;
  }
    .mySwiper2 {
      height: 100%;
  }
    .swiper {
      width: 100%;
      height: auto;
  }
  .mySwiperDesktop .swiper-slide {
      width: 100%;
  }
    .mySwiperDesktop {
    width: calc(22% - 20px);
  }
    .mySwiper2{
      width:78%;
    }
  }
.modal-backdrop {
  z-index: -1;
  display:none;
}

/* Slider CSS End  */
  @media (max-width: 767px) {
  .kovi-product-slider-wrapper {
    display: flex;
      flex-direction: column;
  }
  .mySwiperDesktop {
  display: none;
  }

  .mySwiper{
    width:78%;
  }
  .mySwiperDesktop {
  height: 250px;
  }
  }
  .quickview-modal .modal-dialog{
    max-width:800px;
  }
.quick-details{
    padding:10px 20px;
}
.quick-details h3{
    font-size:24px;
}
.quick-details p{
    font-size:14px;
    line-height:18px;
    margin:10px 0;
}
.quantity-pkg{
    margin:20px 0;
    display: inline-block;
}
.quantity-pkg ul{
    display: inline-block;
}
.ratings span{
    color:#ffbf00;
}
  .quantity-pkg ul li{
    padding:5px 10px;
    margin-right:10px;
    margin-bottom:5px;
    background:#ffd901;
    color:#000;
    text-align: center;
    display: inline-block;
    border-radius:10px;

  }
  .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 20px;
	font-size: 40px;
    z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(223, 223, 223, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

.btn-phone-pulse {
	background: #c20303;
	color: white;
	position: fixed;
	bottom: 100px;
	left: 20px;
	font-size: 40px;
    z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.btn-phone-pulse-border {
	bottom: 120px;
	right: 20px;
	animation-play-state: paused;
}

.btn-phone-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #c70000;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.featured .free-quote-section{
    background:#f8f6f0;
     /*margin-bottom:50px;*/
     padding-bottom:0px;
}
.ele-blog{
    margin-bottom:50px;
}

/* career*/

.apply-position-section p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7
}

.apply-position-section p strong {
    color: #c70000;
    font-size: 24px;
    font-weight: 400
}

.apply-position-section .job-responsibility p {
    margin-bottom: 15px
}
.apply-position-section ul{
    padding:20px;
    border:1px solid #ddd;
    border-radius:10px;
    background:var(--light-color);
}
.apply-position-section ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative
}

.apply-position-section ul li::before {
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid rgba(46,68,141,.5);
    position: absolute;
    left: 0;
    top: 6px
}

.apply-position-section ul li:last-child {
    margin-bottom: 0
}

.apply-position-section .job-summary-area {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 20px;
    position: sticky;
    top:10%;
    z-index: 1;
}

@media(max-width: 991px) {
    .apply-position-section .job-summary-area {
        padding:10px
    }
}

.apply-position-section .job-summary-area ul {
    padding: 40px;
    border-radius: 5px;
    background-color:var(--light-color);
}

@media(max-width: 576px) {
    .apply-position-section .job-summary-area ul {
        padding:40px 20px
    }
}

.apply-position-section .job-summary-area ul li {
    font-size: 16px;
    margin-bottom: 16px
}

.apply-position-section .job-summary-area ul li:last-child {
    margin-bottom: 0
}

.apply-position-section .job-summary-area ul li span {
    color: var(--title-color)
}

.position-apply-form .section-title1 {
    gap: 0
}

.position-apply-form .section-title1 h2 {
    padding-top: 0;
    margin-bottom: 15px
}
.custom-upload-field {
    border: 1px solid #eee;
    background-color: var(--white-color);
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.custom-upload-field .upload-pdf-icon {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    height: 100%;
}
.custom-upload-field .custom-upload {
    padding-left: 30px;
    color: var(--paragraph-color)
}
.custom-upload-field .custom-upload::-webkit-file-upload-button {
    display: none
}

/* Terms & Conditions*/

.update-date {
    display: flex;
    align-items: center;
    gap: 48px;
    line-height: 1
}

.update-date h6 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: relative
}

.update-date h6 i {
    color: var(--primary-color);
}

.update-date h6::after {
    content: "";
    width: 28px;
    height: 1px;
    position: absolute;
    right: -38px;
    top: 50%;
    transform: translateY(-50%);
    background:#333;
}

.update-date p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.terms-and-conditions h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px
}

.terms-and-conditions p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px
}

.terms-and-conditions p:last-child {
    margin-bottom: 0
}

.terms-and-conditions ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 50px;
    margin-bottom: 5px;
    padding-top: 5px
}

@media(max-width: 767px) {
    .terms-and-conditions ul {
        padding-left:20px
    }
}

.terms-and-conditions ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px
}
.terms-and-conditions ul li:before{
    content:'\f061';
    font-family:'FontAwesome';
    margin-right:10px;
}
.terms-and-conditions ul li strong {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px
}
.list-ingregients{
    padding:10px;
    border:1px solid #ddd;
     margin:10px 0;
}
.list-ingregients .table td i{
    color:#d32525;
    padding-right:10px;
}
.recipe-details{
    padding:20px;
    background:#f8f7f0;
    border-radius:5px;
}
.recipe-details p{
    margin:0;
}
.recipe-details ul{
    padding-left:40px;
}
.recipe-details ul li{
    list-style: circle;
    padding:5px;
}
.tips{
    padding:10px;
    background:#ffffff;
    border-radius:5px;
    margin-top:30px;
}
.tips strong{
    color: #ae0101;
}
.serve{
    padding:15px;
    background:#f2f2f2;
    margin:10px 0;
}
.serve-icon {
    max-width: 80px;
    padding: 15px;
    background: #c32c28;
}
.serve p{
    margin:0;
}
.serve p small{
    display: block;
}
.dealer-form{
    padding:20px;
    margin-top:30px;
}
.ihbox-style-12 .ihbox-contents h2 i{
    width:50px;
    height:50px; 
    text-align:center;
    margin-right:15px;
    color:#fff;
    line-height:50px;
    background:#c32c28;
}
.faq-tabs .nav-tabs{
    border:none;
}
.faq-tabs .nav-tabs li{
    display: block;
    width:100%;
}
.faq-tabs .nav-tabs .nav-item .nav-link{
    padding:15px 30px;
    display: block;
    background:#f0eee8;
    color:#000;
     margin-bottom:2px;
    width:100%;
    font-size:18px;
    text-align: left;
    position:relative;
}
.faq-tabs .nav-tabs .nav-item .nav-link:after{
    content:'\f061';
    font-family:FontAwesome;
    position:absolute;
    right:10px;

}
.faq-tabs .nav-tabs .nav-item .nav-link:hover,
.faq-tabs .nav-tabs .nav-item .nav-link.active{
    background:#eddd5e;
    

}.product-details{
    padding:20px;
}

/*recipe slider*/
.recipe-slider {
    width: 100%;
  }

  .recipe-slider .owl-item {
    padding: 0;
    position: relative;
    opacity: 0.5;
  }
  .recipe-slider .owl-item img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 450px;
  }
  .recipe-slider .center {
    opacity: 1;
    transform: scale(1.005);
    transition: 0.5s ease-in-out;
    z-index: 9999;
  }
  .recipe-slider.owl-carousel .owl-dots{
    position: absolute;
    width: 100%;
    top: 40%;
  }
  .recipe-slider .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
  }
  .recipe-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 40px;
    height:40px;
    background:#fff;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recipe-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 40px;
    height:40px;
    background:#fff;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recipe-slider.owl-carousel .owl-nav button span i{
    font-size:30px;
  }
  .recipe-slider .owl-thumbs {
    text-align: center;
    display: table;
    width: 100%;
  }
  .recipe-slider .owl-thumbs img{
    margin:0;
    border-radius:5px;
    width:100px;
  }
  .recipe-slider .owl-thumb-item {
    width:100px;
     margin:10px;
    border: none;
    background: none;
    padding: 0;
    opacity: 0.7;
    overflow: hidden;
  }
  .recipe-slider .owl-thumb-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .recipe-slider .owl-thumb-item.active {
    opacity: 1;
  }
  .recipe-slider .owl-thumb-item.active img {
    position: relative;
  }
  
  .overlay {
    width: 100%;
    height: 100%;
    display: block;
    background-color: black;
  }
  
  .green{
      color:#23aa15;
      font-weight:bold;
  }
  
  
   .red{
      color:#d90d0d;
      font-weight:bold;
  }
  .media-area{
      padding:40px 0;
  }
 
  
  