@font-face {
    font-family: 'secondaryFont';
    src: url('Gidole/Gidole-Regular.ttf');
}


.heading-block h2, .heading-block h4{
	font-family: 'secondaryFont';
}

.swiper_wrapper .swiper-container {
	height:auto;
}


#header{
	border-bottom:0;
	height:30px;
}

#primary-menu ul li{
	height:30px;
}

#primary-menu ul li > a{
	padding:3px 15px;
	text-transform:capitalize;
	color:#fff;
	font-weight:normal;
}

#primary-menu ul li:hover{
	background:#efefef;
}

#primary-menu ul li:hover a{
	color:#000 !important;
}

#logo{
	padding: 6px 20px;
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

#slider{
/*
	top: -56px;
*/
	/*height:400px !important;*/
}

.slider-caption h2{
	/* text-shadow: 3px 3px 3px #333 !important; */
	text-shadow: 1px 1px 3px #333 !important;
	font-size: 40px;
}

.slider-description{
    font-size: 20px;
    margin: 20px 0;
}

.feature-box h3 span.subtitle{
	font-size:12px;
}

.feature-box.media-box .fbox-media{
	margin:0;
}

.wrapper-feature-box{
	/*height:230px;*/
}

#product-category-div{
	width: 100%;
    background: #efefef;
    min-height: 50px;
    height: auto !important;
    padding: 10px;
    overflow: hidden;
}

#product-category-div .fbox-media, #product-category-div .fbox-media a {
	width:100%;
}

#product-category-div .fbox-media a img {
	width:90%;
}

#product-category-div .feature-box h3{
	min-height: 30px;
}

.border-form-control {
	border-top: transparent;
	border-right: transparent;
	border-left: transparent;
	border-bottom:1px solid #ddd;
	border-radius: 10px !important;
}

.sm-form-control {
    border: 1px solid #DDD !important;
	background:#fff !important;
	box-shadow: none !important;
}

.form-control.error, .sm-form-control.error {
    border: 1px solid #E42C3E;
}

.widget-filter-links .widget-filter-reset{
	position:relative;
}

#section-about-us{
	background: #fff !important;
}

#section-about-us img{
	border-radius:4px;
}

#section-about-us #about-us-content{
	font-size: 13px;
    text-align: justify;
}

#section-about-us #about-us-content p{
	font-size: 13px;
}

#section-about-us a{
	font-size: 12px;
    float: right;
    font-weight: bold;
}

#section-about-us .tag_line{
	font-size: 16px !important;
	text-transform: capitalize;
	font-family: 'secondaryFont';
    letter-spacing: 1px;
}


#section-testimonials{
	padding:40px 0;
}

footer{
	font-size: 13px;
}

footer a{
	color: #fff !important;
}

ul.footer-list li {
	position: relative;
    padding-left: 20px;
}

ul.footer-list li::before {
    content: "\e7a5";
    font-family: 'font-icons';
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 13px;
    color: #fff;
    line-height: 26px;
}

footer ul li a{
	color: #ccc !important;
    line-height: 26px;
    font-size: 13px;
}

.social-icon{
	border: 1px solid #686868 !important;
    border-radius: 100%;
}

.copyright-bar{
	padding: 15px;
    background: #333;
	color: #fff;
	margin-bottom: 0 !important;
}

.copyright-bar span{
	color: #fff !important;
}

.social-media-links{
	margin: 20px 0;
}

.garden-btn {
    min-width: 140px;
    height: 44px;
    display: inline-block;
    color: #333;
    border-radius: 30px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
    width: auto !important;
	font-size: 13px;
    text-shadow: none;
    color: #fff;
	border: none !important;
}

.garden-btn:hover {
    color: #000 !important;
}

.garden-btn.btn-dark{
    background-color:#333;
    color:#fff !important;
}

.garden-btn.sm-btn{
	min-width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    border-radius: 50px;
}

.move-eff span {
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.move-eff::before {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(255, 255, 255, 0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.move-eff::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.move-eff:hover::before {
    opacity: 1;
    -webkit-transform: translate(0px, -190px);
    transform: translate(0px, -190px);
}

.move-eff:hover::after {
    opacity: 1;
    -webkit-transform: translate(0px, -150px);
    transform: translate(0px, -150px);
}


.shop-pc-icon{
	width: 25px;
    height: 25px;
}

.sidebar {
    width: 100%;
    margin-right: 0;
}

.product-title h3 {
    font-size: 14px;
}

#section-services-area{
	background: #f5f5f5;
	padding: 40px  0 !important;
} 

#section-services-area #section-services{
	padding-bottom: 40px !important;
} 

#section-services-area .section{
	padding:0;
	background-color: transparent !important;
}

#section-services-area::before{
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.1;
    content: '1111';
    color: transparent !important;
}

#section-services-area .heading-block.center:after{
	margin-top:0 !important
}

.line{
	margin:10px 0;
}


/* #section-services .feature-box.media-box.fbox-bg .fbox-desc{
	border-radius: 20px;
}
*/

#section-services .feature-box.media-box{
	/* border: 1px solid #ddd; */
    /* padding: 3px; */
    border-radius: 5px;
	min-height: 420px;
	box-shadow: 0px 2px 8px #cfcfcf;
}
 
#section-services .feature-box.media-box.fbox-bg .fbox-desc{
	text-align: center;
	padding: 20px 10px;
}
 
#section-services .feature-box.media-box.fbox-bg .fbox-desc h3{
	min-height: 40px;
	border-bottom: 1px solid #f3efef;
}
 
#section-services .feature-box.media-box.fbox-bg .fbox-desc .service-des{
	min-height: 140px !important;
    font-size: 13px;
    line-height: 22px;
    height: auto !important;
    display: block;
	padding-top: 20px;
}

#section-services .feature-box.media-box.fbox-bg:hover {
	cursor: pointer;
}

#section-services .service-card{
	padding-left: 5px;
	padding-right: 5px;
}

.service-modal .modal-header {
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}


.service-modal .modal-body{
	padding:20px 60px;
	font-size: 13px;
    line-height: 24px;
    text-align: justify;
}

.service-modal .modal-title{
	padding-bottom: 20px;
}

.service-modal img{
	width: 80%;
    left: 10%;
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
}
/*
#section-services .feature-box.media-box.fbox-bg .fbox-media img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; 
} */

#section-contact-us{
	padding:40px 0 0 0;
}

#section-contact-us .contact-form-row{
	--bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
}

#section-contact-us .col-padding {
    padding: 20px;
}

#section-contact-us .heading-block{
    margin-bottom: 0 !important;
	margin-top: 0 !important;
    padding-left: 10px;
}

#section-contact-us .heading-block:after {
    margin-bottom: 0 !important;
}

#section-contact-us  .contact-main-wrapper{
	background: #f7f7f7;
}

#section-contact-us  .contact-form-side{
	background: #f7f7f7;
}

#section-contact-us .contact-image-side{
	height: 100%;
	min-height: 100vh !important;
}

.contact-us-wrapper-row {
    min-height: 100vh !important;
}

label.error {
    display: none !important;
}

#section-middle-contact {
    z-index: 100;
    clip-path: ellipse(100% 55% at 48% 44%);
	position: relative;
}

#section-middle-contact h2{
	color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    /* text-shadow: 1px 1px 0px #333; */
    letter-spacing: 4px;
	font-family: 'secondaryFont';
}

#section-middle-contact span a{
	color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    /* text-shadow: 1px 1px 0px #333; */
    letter-spacing: 4px;
	font-family: 'secondaryFont';
}

#section-portfolios{
	padding-top: 40px;
}

#section-portfolios .heading-block{
	margin-bottom: 0 !important;
}

#section-products{
	padding-top: 60px;
}


#section-products .heading-block:after{
	margin-top:0;
}

#section-products .card{
	border-radius: 15px;
    box-shadow: 0px 3px 5px #d5d4d4;
    min-height: 400px;
	min-height: 475px;
	margin-bottom: 20px;
}

#section-products .card img{
	border-radius: 15px;
}

#section-products .card .card-title{
	min-height: 25px;
	margin-bottom: 5px;
}

#section-products .card .card-text{
	min-height: 100px;
	font-size: 13px;
}

#section-products .card .card-title a{
	color: #333 !important;
}

#section-products .card-body{
	padding:20px 20px 0 20px;
}

#section-products .card-footer{
	padding:20px;
}

#section-products .card .read-more{
	float: right;
    font-size: 11px;
    font-weight: bold;
}

#header.sticky-header #header-wrap #primary-menu ul li > a{
	height: 100%;
	text-decoration: none !important;
}

#slider-arrow-left, #slider-arrow-right{
	display: none;
}

@media screen and (min-width: 1400px){
	#section-contact-us .contact-image-side{
		height: 100%;
		min-height: 80vh !important;
	}
	
	.contact-us-wrapper-row {
		min-height: 80vh !important;
	}
}

@media (max-width: 991px){
	#logo { 
		height:auto !important;
		max-height:100px;
		width:100%;
		border-radius:0 !important;
	}
	
	#primary-menu-trigger{
		left:0;
		top:10px;
	}
	
	#primary-menu-trigger i{
		color:#fff;
	}
	
	#header-wrap .container{
		width:100% !important;
		padding:0;
	}
	.wrapper-feature-box{
		/*height:170px;*/
	}
	#slider{
		top:75px;
	}
	#section-about-us{
		padding:20px 0 !important;
	}
	/* #section-about-us .row{
		width:70% !important;
	} */
	#primary-menu {
		background:#fff;
		padding-right: 0;
	}
	#primary-menu ul > li > a {
        color: #333 !important;
        padding: 20px !important;
        line-height: 15px;
    }
	body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu ul li{
		border-top-color: transparent !important;
		height: 50px;
		border-bottom: 1px solid #efefef;
	}
	.row.breadcrumb{
		margin-top:20px !important;
	}
	.sidebar-widgets-wrap{
		margin:0;
	}
	.sidebar-widgets-wrap .widget{
		width:100%;
	}
	#content{
		margin-top:20px;
	}

	.swiper_wrapper .swiper-slide .slider-caption{
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	#section-about-us img{
		/* width: 60%;
		left: 20%; */
		position: relative;
		margin-bottom: 20px;
	}

	/* #section-about-us #about-us-content{
		padding: 0 20px;
	} */

	#section-about-us .heading-block{
		padding:10px 20px;
		margin-bottom: 0;
	}

	#section-contact-us .heading-block{
		text-align: center;
	}

	#section-products h2{
		text-align: center;
	}

	#section-products .products-view-all{
		text-align: center;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px){
	#section-services .feature-box.media-box{
		width: 60%;
		left: 20%;
		position: relative;
	}

	#section-services .feature-box.media-box .fbox-media{
		width: 100%;
	}

	#section-services .feature-box.media-box.fbox-bg .fbox-media img{
		width: 100%;
	}

	#section-services .feature-box.media-box.fbox-bg .fbox-desc .service-des {
		min-height: 100px !important;
	}

	#section-products .card{
		width: 60%;
		left: 20%;
		position: relative;
	}

	#section-products .card img{
		width: 100%;
	}

	#section-products .heading-block{
		margin-bottom: 0 !important;
	}

	#section-products .heading-block h4{
		text-align: center;
	}

	#section-products .products-view-all{
		text-align: center;
	}
}

@media (max-width: 767px) and (min-width: 670px){
	.wrapper-feature-box{
		/*height:250px;*/
	}
	#section-about-us{
		padding:0 !important;
	}
	#section-about-us .row{
		width:100% !important;
	}
	#section-about-us .container{
		width:100% !important;
	}
	#section-about-us .container .row{
		padding:5px;
	}
	.sidebar-widgets-wrap .widget{
		width:100%;
	}
	.container{
		width:100% !important;
	}
}
	
@media (max-width: 670px){
	.wrapper-feature-box{
		/*height:200px;*/
	}
	#section-about-us{
		padding:0px !important;
		padding-top: 40px !important;
	}
	#section-about-us .row{
		width:100% !important;
	}
	#section-about-us .container{
		width:100% !important;
		padding:0px !important;
		margin:0;
	}
	.heading-block{
		margin:0 !important;
	}
	.heading-block h2{
		font-size:18px;
	}
	#section-about-us p{
		font-size:13px;
		/* line-height:1.5; */
		line-height:26px;
	}
	.sidebar-widgets-wrap .widget{
		width:100%;
	}
}

@media (max-width: 767px) and (min-width: 480px){
	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: 400px !important;
	}
	.slider-caption p{
		display:block !important;
	}
	.slider-caption .button{
		display:block !important;
		width:auto !important;
		text-align:center;
	}
	.sidebar-widgets-wrap .widget{
		width:100%;
	}
	.container{
		width:100% !important;
	}
}

@media (max-width: 576px){
	#section-services .feature-box.media-box{
		width: 100%;
		left:0;
		position: relative;
	}

	#section-products .card {
        width: 80%;
        left: 10%;
        position: relative;
    }
}

@media (max-width: 479px){
	#logo {
		height:auto !important;
		max-height:100px;
		width:100%;
		border-radius:0 !important;
	}
	
	#primary-menu-trigger{
		left:0;
		top:10px;
	}
	
	#primary-menu-trigger i{
		color:#fff;
	}
	
	#header-wrap .container{
		width:100% !important;
		padding:0;
	}
	#slider{
		top:75px;
		/*height:254px !important;*/
	}
	.slider-caption{
		position: relative;
		top: 50px !important;
	}
	.swiper_wrapper .slider-caption h2 {
        font-size: 24px;
    }
	.slider-description {
		font-size: 18px;
		margin: 10px 0;
	}
	.wrapper-feature-box{
		/*height:125px;*/
	}
	.sidebar-widgets-wrap .widget{
		width:100%;
	}

	.swiper_wrapper:not(.force-full-screen), .swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: 300px !important;
	}

	#section-products .card {
        width: 100%;
        left: 0;
        position: relative;
    }

	#section-middle-contact .container{
		width: 100% !important;
	}

	#section-middle-contact .middle-contact-content{
		width: 100% !important;
	}
}
