/*

Theme Name: Hortflora Peat



*/

@font-face {
    font-family: Poppins-Light;
    src: local("Poppins-Light"), local("Poppins Light"), local("PoppinsLight"), url(fonts/Poppins-Light.ttf) format("truetype"), url(fonts/Poppins-Light.woff) format("woff"),  url(fonts/Poppins-Light.woff2) format("woff2"),  url(fonts/Poppins-Light.svg) format("svg");
}

@font-face {
    font-family: Poppins-Regular; font-display: swap;  unicode-range: U+000-5FF;
    src: local("Poppins-Regular"), local("Poppins Regular"), local("PoppinsRegular"), url(fonts/Poppins-Regular.ttf) format("truetype"), url(fonts/Poppins-Regular.woff) format("woff"), url(fonts/Poppins-Regular.woff2) format("woff2"), url(fonts/Poppins-Regular.svg) format("svg");
}

@font-face {
    font-family: Poppins-Medium; font-display: swap;  unicode-range: U+000-5FF;
    src: local("Poppins-Medium"), local("Poppins Medium"), local("PoppinsMedium"), url(fonts/Poppins-Medium.ttf) format("truetype"), url(fonts/Poppins-Medium.woff) format("woff"), url(fonts/Poppins-Medium.woff2) format("woff2"), url(fonts/Poppins-Medium.svg) format("svg");
}

@font-face {
    font-family: Poppins-Bold; font-display: swap;  unicode-range: U+000-5FF;
    src: local("Poppins-Bold"), local("Poppins Bold"), local("PoppinsBold"), url(fonts/Poppins-Bold.ttf) format("truetype"), url(fonts/Poppins-Bold.woff) format("woff"), url(fonts/Poppins-Bold.woff2) format("woff2"), url(fonts/Poppins-Bold.svg) format("svg");
}

@font-face {
    font-family: Poppins-ExtraBold; font-display: swap;  unicode-range: U+000-5FF;
    src: local("Poppins-ExtraBold"), local("Poppins ExtraBold"), local("PoppPoppinsExtraBold"), url(fonts/Poppins-ExtraBold.ttf) format("truetype"), url(fonts/Poppins-ExtraBold.woff) format("woff"), url(fonts/Poppins-ExtraBold.woff2) format("woff2"), url(fonts/Poppins-ExtraBold.svg) format("svg");
}

@font-face {
    font-family: Poppins-Black; font-display: swap;  unicode-range: U+000-5FF;
    src: local("Poppins-Black"), local("Poppins Black"), local("PoppinsBlack"), url(fonts/Poppins-Black.ttf) format("truetype"), url(fonts/Poppins-Black.woff) format("woff"), url(fonts/Poppins-Black.woff2) format("woff2"), url(fonts/Poppins-Black.svg) format("svg");
}

:root {
    --primary-color: #a0cf05;
    /*green*/
}

html {
    font-size: 62.5%;
}

body {
    font-family: Poppins-Light;
    color: #222121;
    font-size: 1.6rem;
    line-height: 1.8;
}

a:hover,
a:link,
a:focus,
a {
    text-decoration: none;
}

a {
    color: inherit;
}

h3 {
    font-size: 2.6rem;
    font-family: Poppins-Bold;
}

.title {
    font-size: 3.5rem;
    font-family: Poppins-Bold;
}

.text-primary {
    color: #7e481c !important;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.mt-26 {
    margin-top: 26rem;
}

.title .smallTitle {
    font-family: Poppins-Regular;
    font-size: 11px;
    display: block;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    font-family: Poppins-Medium;
    padding: 1.5rem 5.5rem;
    border-radius: 100px;
    font-size: 18px;
    transform: perspective(1px) translateZ(0);
    overflow: hidden;
    position: relative;
}

.btn-primary:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7e481c;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.btn-primary:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.btn-primary:hover {
    color: #fff !important;
}
/*
.bgBody {
    height: 500px;
    background-image: url(images/leafpng.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    background-attachment: fixed;
    background-color: #57ac02;
    background-blend-mode: hard-light;
}

.bgBodyother {
    height: 45vh;
    background-image: url(images/leafpng.png);
    background-repeat: no-repeat;
    background-position: 20px 10px;
    background-attachment: fixed;
    background-color: #57ac02;
    background-blend-mode: hard-light;
}*/

.bgBody {
    height: 500px;
    background-color: #320c00;
}

.bgBodyother {
    height: 45vh;
    background-color: #320c00;
}
.header {
    padding-top: 2.5rem;
    border-top: 4px solid #363636;
}

.header .topRow .add1,
.header .topRow .call1 {
    font-family: 'Poppins-Bold';
    font-size: 1.7rem;
    /*color: #5b4f4f;*/
    color: #fff;
    line-height: 1;
}

.header .topRow .add2,
.header .topRow .call2 {
    font-family: 'Poppins-Regular';
    font-size: 1.6rem;
    /*color: #5b4f4f;*/
    color: #fff;
}

.header .topRow .icon i {
    color: var(--primary-color);
    font-size: 4rem;
    margin-right: 1rem;
    margin-top: -2rem;
}

.header .navbar {
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav .menu-item a {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    color: #fff;
    position: relative;
    font-family: Poppins-Bold;
}

.header .navbar-nav .menu-item>a::before {
    content: '';
    position: absolute;
    top: 142%;
    left: 0;
    right: 0;
    border-bottom: 2px solid #a0cf05;
    width: 0;
    transition: all 300ms;
}

.header .navbar-nav .menu-item a:hover::before {
    width: 100%;
}

.header .navbar-nav .menu-item:nth-child(1) a {
    padding-left: 0;
}

.header .navbar-nav .nav-item.active>.nav-link {
    color: #fff;
}

.header .navbar-nav .nav-item a:first-child {
    padding-left: 0;
}

.header .navbar-nav .menu-item-has-children {
    position: relative;
}

.header .navbar-nav .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 0;
    z-index: 10;
    width: 200px;
    display: none;
}

.header .navbar-nav .menu-item-has-children:hover .sub-menu {
    display: block;
}

.header .navbar-nav .menu-item-has-children .sub-menu li {
    background-color: #a0cf05;
    padding: 8px 5px;
    border-bottom: 1px solid #4d4d4d;
}

.header .navbar-nav .menu-item-has-children .sub-menu li:hover {
    background-color: #7ea400;
}

.header .navbar-nav .menu-item-has-children .sub-menu li>a {
    color: #000;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.header .navbar-nav .menu-item-has-children .sub-menu li:first-child {
    margin-top: 15px;
}


/*.header .navbar{

	background-color: #3e0e00;

}*/


/*.header .navbar-nav .nav-item a{

	color: #fff;

}*/

.header .logo {
    max-width: 142px;
}

.homeCarousel .caption {
    font-family: Poppins-Bold;
    font-size: 6.6rem;
}

.homeCarousel .caption span {
    font-size: 1.7rem;
    font-family: Poppins-Medium;
    display: block;
}


/*-- for mobile --*/


/*.header .navbar{

	position: fixed;

	top: 0;

	left: 0;

	height: 100vh;

	background-color: red;

	width: 75%;

	max-width: 420px;

	overflow: hidden;

	z-index: 5;

}

.header .navbar .navbar-nav{

	position: absolute;

	top: 20px;

	left: 10px;

	width: 100%

}*/


/*-- ending for mobile --*/

.homeCarousel .carousel-caption .btn-primary {
    border-radius: 100px;
    padding: 1.5rem 5.5rem;
    font-size: 1.7rem;
    color: #010101;
    margin-top: 3rem;
}

.homeCarousel .carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 18%;
}

.homeCarousel .carousel-indicators li {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    opacity: 1;
    border: 1px solid #fff;
}

.homeCarousel .carousel-indicators li.active {
    background-color: #763d1f;
}

.afterHomeBanner {
    margin-top: 23%;
    position: relative;
    overflow: hidden;
}

.afterHomeBanner .rightDecorate {
    position: absolute;
    top: 8%;
    right: -2%;
    animation-delay: 800ms;
}

.aboutConf {
    position: relative;
}

.aboutConf .aboutImgGroup {
    position: relative;
    padding-bottom: 85%;
}

.aboutConf .leftDecorate {
    position: absolute;
    left: -3%;
    top: 20%;
    animation-delay: 800ms;
}

.aboutConf .aboutImgGroup img {
    position: absolute;
}

.aboutConf .aboutImgGroup .one {
    top: 0;
    left: 0;
    animation: imagegiggle 4s infinite linear;
}

.aboutConf .aboutImgGroup .two {
    top: 9rem;
    left: 16rem;
}

.countConf {
    background-image: url(images/count-bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-top: 23rem;
}

.countConf::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.86);
}

.countConf p {
    color: #fff;
    text-align: center;
}

.countConf .number,
.countConf .sign {
    font-size: 5.9rem;
    font-family: Poppins-ExtraBold;
}

.countConf .countDesc {
    font-family: Poppins-Medium;
    font-size: 16px;
    margin-bottom: 0;
}

.faqContainer {
    transition: all 200ms;
}

.faqconf .faqTitle {
    font-family: Poppins-Medium;
    font-size: 2.2rem;
    color: #070404;
    cursor: pointer;
    position: relative;
    transition: 200ms linear;
}

.faqconf .active.faqTitle {
    margin-bottom: 20px;
}

.faqconf .faqTitle::after {
    content: '+';
    position: absolute;
    top: 0;
    right: -25px;
    font-family: Poppins-Medium;
}

.faqconf .faqTitle.active::after {
    content: '-';
}

.faqconf .faqDescription {
    line-height: 3.4rem;
    display: none;
    opacity: 0;
    transition: all 200ms;
}

.faqconf .faqTitle.active+.faqDescription {
    opacity: 1;
    display: block;
}

.faqconf .faqrow {
    border: 1px solid #ccc;
    padding: 20px 45px 20px 20px;
}
.flagWrapper img{
    max-height: 102px;
}
.galleryConf {
    position: relative;
    margin-bottom: 8rem;
}

.galleryConf .leftBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    height: 100%;
    background-image: url(images/gallerleft-bg.jpg);
}

.galleryConf .leftBg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(126, 72, 28, 0.94);
}

.galleryConf .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.galleryConf .owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #a0cf05;
    margin-left: 5px;
    margin-right: 5px;
}

.galleryConf .owl-carousel .owl-dot.active span {
    background-color: #363636;
}

.footer {
    background-color: #252525;
    color: #fff;
    font-size: 12px;
    padding-top: 60px;
}

.footer .ftitle {
    font-size: 18px;
    font-family: Poppins-Medium
}

.footerSocial .social {
    display: block;
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    margin-right: 15px;
    text-align: center;
    line-height: 4rem;
    color: #363636;
    transition: 200ms ease-in;
}

.footerSocial .social:hover {
    background-color: var(--primary-color);
    box-shadow: 0 2px 15px rgba(255, 255, 255, 0.12);
}

.footer table {
    vertical-align: top;
}

.footer .contactIno li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.2rem;
}

.footer .contactIno li>img {
    margin-top: 5px;
    margin-right: 15px;
}

.footer .contactIno li>a {
    color: inherit;
    text-decoration: none;
}

.footer li {
    margin-bottom: 1rem;
}

.footer li a {
    color: inherit;
    text-decoration: none;
}

.footer ul {
    margin-top: 3rem;
    list-style-type: none;
    padding-left: 0;
}

.copyRightConf {
    background-color: rgba(0, 0, 0, 0.39);
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
}

.hero {
    background-color: #763d1f;
    position: relative;
}

.hero .bg {
    /*filter: grayscale(80%);*/
}

.hero .pageTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Poppins-ExtraBold;
    font-size: 3.5em;
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.82);
}

.phoneNo i {
    background-color: #636363;
    margin-right: 15px;
}

.phoneNo div,
.whatsApp div {
    font-family: Poppins-Medium;
    font-size: 19px;
    color: #222121;
}

.phoneNo i,
.whatsApp i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 2;
    color: #fff;
    text-align: center;
}

.whatsApp i {
    background-color: #00bd59;
    margin-left: 40px;
    margin-right: 15px;
}

.cSubText {
    font-size: 1.8rem;
    font-family: Poppins-Medium;
    color: #888888;
}

.formConf {
    background-color: var(--primary-color);
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
}

.formConf .form-control {
    height: 45px;
    padding: 2px 15px;
    font-size: 14px;
    margin-bottom: 15px;
}
.formConf textarea.form-control {
    height: 100px;
    padding: 5px 15px;
}
.formConf .btn-submit {
    background-color: #743c1f;
    color: #fff;
    padding: 5px 4.8rem;
    border-radius: 40px;
    font-size: 16px;
    margin-top: 15px;
}
.contactPAddress>div{
	width: 50%;
	margin-top: 20px; 
}

.galleryGridCon a {
    width: calc(1140px / 4 - 15px);
    max-width: 100%;
    margin: 3px;
}

.galleryGridCon a .galBox {
    width: 100%;
}

.galleryGridCon a .galBox img {
    width: 100%;
}

.mmenuHandle {
    display: none;
}

.productBox .card-title {
    font-family: Poppins-Bold;
    color: #7e481c;
}

.productBox {
    margin-top: 20px;
    margin-bottom: 20px;
}

.productBox .link {
    color: #7e481c;
}

.productBox .link:hover {
    color: #363636;
}
.ecofreindlyBatch{
	position: fixed;
	top: 5px;
	right: 2px;
}
.table-bordered,
.table-bordered td, .table-bordered th{
   border: 1px solid #1e1e1e !important;
}

@media screen and (max-width: 991px) {
    .title {
        font-size: 3rem;
    }
    .homeCarousel .caption {
        font-size: 4rem;
    }
    .homeCarousel .carousel-caption .btn-primary {
        font-size: 1.3rem;
    }
    .countConf .number,
    .countConf .sign {
        font-size: 3.8rem;
    }
    .faqconf .faqTitle {
        font-size: 1.8rem;
    }
    .faqconf .clientTile {
        margin-top: 3rem;
    }
    .mmenuHandle {
        display: block;
        position: fixed;
        top: 10px;
        left: 10px;
        background-color: #fff;
        color: #6f399f;
        padding: 5px 15px;
        border-radius: 5px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.32);
        z-index: 15;
    }
    .mm-panels {
        width: 100%;
    }
    .bgBody {
        height: 350px;
    }
    .aboutConf .aboutImgGroup .two,
    .aboutConf .aboutImgGroup .one {
        max-width: 200px;
    }
    .aboutConf .aboutImgGroup .two {
        left: 8rem;
    }
    .countConf {
        margin-top: 16rem;
    }
    .header .navbar {
        display: none;
    }
    .bgBodyother {
        height: 29vh;
    }
    .hero .pageTitle {
        font-size: 2.5rem;
    }
    .mt-26 {
        margin-top: 18rem;
    }
}

@media screen and (max-width: 767px) {
    .btn-primary {
        padding: 1rem 3rem;
        font-size: 1.3rem;
    }
    .homeCarousel .caption {
        font-size: 2.5rem;
    }
    .homeCarousel .carousel-caption .btn-primary {
        padding: 1rem 3rem;
    }
    .afterHomeBanner img {
        max-height: 240px;
    }
    .afterHomeBanner .title {
        margin-top: 3rem;
    }
    .aboutConf .aboutImgGroup {
        margin-top: 3rem;
    }
    .countConf {
        margin-top: 0;
    }
    .header .topRow .add1,
    .header .topRow .call1 {
        font-size: 1.4rem;
    }
    .header .topRow .add2,
    .header .topRow .call2 {
        font-size: 1.2rem;
    }
    .header .topRow .icon i {
        font-size: 3.5rem;
    }
    .afterHomeBanner {
        margin-top: 13%;
    }
    /*	.mobHeader{

		display: flex;

		justify-content: space-between;

	}*/
}

@media screen and (max-width: 480px) {
    .bgBody {
        height: 260px;
    }

    .rightDecorate {
        display: none;
    }
    .aboutConf .leftDecorate {
        left: -14%;
    }
    .aboutConf .aboutImgGroup .two {
        top: 6rem;
        left: 0;
    }
    .homeCarousel .carousel-indicators {
        display: none;
    }
    .homeCarousel .carousel-caption {
        bottom: 8%;
    }
    .afterHomeBanner {
        margin-top: 26%;
    }
    .aboutConf .aboutImgGroup .two {
        left: 9rem;
    }
    .mmenuHandle {
        top: 10px;
        left: 5px;
    }
    .header .logo {
        max-width: 116px;
    }
    .footer .ftitle {
        margin-top: 5rem;
    }
    .mt-26 {
        margin-top: 9rem;
    }
    .header .adrress {
        display: none !important;
    }
    .title {
        font-size: 2.5rem;
    }
    .galleryGridCon a {
        width: 48%;
    }
    .ecofreindlyBatch{
    	width: 60px;
    }
    .contactPAddress>div{
    	width: 100%;
    }
    .countConf{
        margin-top: 90px;
    }
}

@media screen and (max-width: 380px) {
    .header .logo {
        max-width: 108px;
    }
    .homeCarousel .carousel-caption {
        bottom: 0;
    }
    .homeCarousel .caption {
        font-size: 2rem;
    }
    .homeCarousel .caption span {
        font-size: 1.1rem;
    }
    .homeCarousel .carousel-caption .btn-primary {
        margin-top: 1rem;
    }
    .afterHomeBanner {
        margin-top: 10%;
    }
}

@keyframes imagegiggle {
    0% {
        transform: translate(10px, 15px);
    }
    55% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(10px, 15px);
    }
}