@font-face { font-family: 'am_s'; src: url(../fonts/Amsterdam.otf);}
*{
  margin: 0px;
  padding: 0px;
      box-sizing: border-box;
}
p{
    font-family: 'Lato';
}
html{
	scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
    font-family: 'Lato';
}
.header_main {
    float: left;
    width: 100%;
    padding: 13px 0px;
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 0px;
    min-height: auto;
    border-bottom: 0px solid #fff;
}
.center-align{
    align-items: center;
}
.header_main .logo_area img {
    min-height: 59px;
    object-fit: contain;
    width: 240px;
    object-position: left;
    margin-top: 0px;
}
.header_main .header_right {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 68px;
}
.header_main .social_icon ul {
    display: flex;
    gap: 6px;
    list-style: none;
}
.header_main .social_icon ul li {
    background: #fbc729;
    width: 56px;
    height: 64px;
    line-height: 65px;
    text-align: center;
    clip-path: polygon(50% 0%, 100% 29%, 100% 78%, 100% 75%, 51% 100%, 6% 78%, 0 76%, 0 28%);
    font-size: 24px;
    transition: all .4s;
}
.header_main .social_icon ul li a {
   color: #000;
    background: #fbc729;
    width: 56px;
    height: 64px;
    line-height: 65px;
    text-align: center;
    clip-path: polygon(50% 0%, 100% 29%, 100% 78%, 100% 75%, 51% 100%, 6% 78%, 0 76%, 0 28%);
    padding: 18px;
}
.header_main .social_icon ul li a:hover{
	 background-color: #eca321;
}
.header_main .social_icon ul li:hover{
    background-color: #eca321;
}
.header_main .social_icon ul li:hover a{
    color: #fff;
}
.header_main .phone {
    text-align: right;
}
.header_main .phone h5 {
    font-family: 'Lato';
    font-size: 26px;
    font-weight: 800;
    color: #ffff;
    line-height: 35px;
}
.header_main .phone h5 a{
	   color: #ffff;
}
.header_main .phone h5 a:hover, .header_main .header_right .phone p a:hover {
    color: #fbc729;
}
.header_main .header_right .phone p a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato';
}
.header_main .logo img {
   max-width: 225px;
    height: 134px;
}
@keyframes zoom{
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.3);
}
100% {
    transform: scale(1.5);
}
}


/* -----------------banner---------- */


     .video-container {
        width: 100%;
        position: relative;
        float: left;
    }
    .carousel-inner .container {
        padding-left: 50px;
    }
.video-container .w-100 {
    width: 100%!important;
    height: 747px;
    object-fit: cover;
}
.text_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000000b8 0%, rgb(0 0 0 / 32%) 100%);
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-container .callout {
    position: relative;
    text-align: left;
    max-width: 848px;
    display: flex;
    align-items: end;
    width: 100%;
}
.video-container .callout_border {
    max-width: 417px;
    width: 100%;
}
.video-container h1 {
    margin-bottom: 5px;
    line-height: 63px;
    font-family: 'Lato';
    font-size: 78px;
    font-weight: 300;
    color: #fff;
    position: relative;
    letter-spacing: -2px;
    line-height: 77px;
    text-transform: capitalize;
}
.video-container h1 span {
    color: #eca321;
    font-weight: 900;
}
.video-container h5 {
    font-size: 22px;
    color: #fff;
   letter-spacing: 6px;
    font-family: lato;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 0px 11px 10px;
    color: #eca321;
    font-style: italic;
}
.video-container .second{
    position: relative;
}
.video-container p {
    padding: 0px 0px 0px 30px;
    color: #ffffff;
    line-height: 25px;
    font-size: 25px;
    line-height: 43px;
    font-family: 'Lato';
    font-weight: 700;
    font-style: italic;
    position: relative;
    max-width: 486px;
}
.video-container p:before {
    content: "";
    border-left: #eca321 solid 10px;
    position: absolute;
    left: -6px;
    height: 92%;
    width: 10px;
    top: 9px;
}
.video-container .social_media .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-container .social_media {
    z-index: 9;
    position: absolute;
    bottom: 0px;
    border-top: #fff solid 1px;
    left: 0px;
    right: 0px;
}
.banner_btn a{
    font-size: 16px;
    font-family: 'Lato';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-weight: 900;
    display: inline-block;
    border-radius: 0px;
    margin: 0px 11px 0px 0px;
    position: relative;
    background: #eca321;
    padding: 19px 37px;
}
.banner_btn a:nth-child(1) {
    background: #fbc729;
    color: #000;
}
.banner_btn {
    margin-top: 34px;
	padding-left: 4px;
}
a:hover{
	text-decoration: none;
}
.read_more:hover {
    background: #000;
    color: #fff;
}
/* --------------service_area----------- */

.read_more {
    font-size: 16px;
    font-family: 'Lato';
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    font-weight: 700;
    padding: 20px 37px;
    display: inline-block;
    border-radius: 0px;
    background: #eca321;
    position: relative;
    color: #fff !important;
}
/* ---------about Us-------- */
.about_are{
    float: left;
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.about_are::before{
    content: "";
    position: absolute;
    background-image: url(../images/about_bg.png);
    right: 0px;
    top: 114px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    opacity: 46%;
    right: -82px;
}
.about_are .row{
    align-items:center ;
}
.about_are .about-content p a {
    color: #e7a020;
}
.about_are  .about_img{
position: relative;
}
.about_are .about_img .img1 {
    width: 100%;
    min-height: 703px;
    object-fit: cover;
    object-position: right;
    overflow: hidden;
}
.about_are .about_img .img1 img:hover {
    scale: 1.1;
}
.about_are .about_img .img1 img {
    width: 100%;
    min-height: 730px;
    object-fit: cover;
    object-position: right;
    transition: all .3s;
}
.about_are .about-content h2{
    font-family: 'Lato';
    font-size: 61px;
    color: #000000;
    padding: 1px 42px 19px 0px;
    line-height: 45px;
    position: relative;
    font-weight: 300;
}
.about_are .about-content h2 span{
    color: #eca321;
    font-weight: 900;
}
.about_are .about-content p {
    font-family: 'Lato';
    color: #444444;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}

/* --------------feature product-------- */
 .btn_flex {
    display: flex;
    justify-content: space-between;
    margin: 0px 0px 54px;
    align-items: center;
}
.btn_flex h2 {
   font-family: 'Lato';
    font-size: 74px;
    color: #000000;
    padding: 1px 42px 6px 0px;
    line-height: 56px;
    font-weight: 300;
    margin-bottom: 0px;
}
.btn_flex h2 span{
    font-weight: 900
}
.feature_product{
    float: left;
    width: 100%;
    padding: 100px 0px 236px;
    background-color: #ffd835;
    position: relative;
}
.feature_product::before{
    content: "";
    position: absolute;
    background-image: url(../images/feature_bg.jpg);
    width: 100%;
    height: 280px;
    bottom: 0px;
    background-repeat: no-repeat;
	
}
@media only screen and (min-width:1400px) {
	.feature_product::before{
		background-size: cover;
		 height: 397px;
	}
}
@media only screen and (min-width:1800px) {
.feature_product::before {
    background-size: cover;
    height: 462px;
}
}
@media only screen and (min-width:2000px) {
.feature_product::before {
    background-size: cover;
    height: 562px;
}
}
.feature_product .wrapper{
    text-align: center;
    position: relative;
}
.feature_product .wrapper h4{
    font-family: 'Lato';
    font-size: 22px;
    color: #242424;
    font-weight: 700;
    margin: 33px 0px;
}
section.feature_product .wrapper .read_more {
    padding: 11px 26px;
    background: #0000;
    border: #000 solid 2px;
    color: #000 !IMPORTANT;
    letter-spacing: 1px;
    font-size: 15px;
}
.feature_product .content_img {
    max-width: 265px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;
}
/* -----------------testi_area----- */
.testi_area{
    float: left;
    width: 100%;
    background-image: url(../images/testimonial_bg.jpg);
    position: relative;
    background-size: cover;
   padding: 102px 0px 110px;
}
.testi_area::before {
    content: "";
    background: #ffffff91;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.testi_area h2 {
    font-family: 'Lato';
    font-size: 74px;
    color: #000000;
    padding: 1px 0px 19px 0px;
    line-height: 45px;
    font-weight: 300;
    position: relative;
    text-align: center;
}
.testi_area h2 span {
    font-weight: 900;
    color: #eca321;
}
.testi_area .owl-carousel .owl-item img {
    max-width: 170px;
    width: 100%;
    display: flex;
    margin: auto;
}
section.testi_area .item {
    padding: 24px 109px 40px;
    text-align: center;
    max-width: 980px;
    margin: auto;
    position: relative;
}
section.testi_area .item::before {
    content: "";
    background-image: url(../images/left_icon.png);
    position: absolute;
    width: 100%;
    left: 71px;
    top: 76px;
    max-width: 82px;
    height: 76px;
    background-size: contain;
    background-repeat: no-repeat;
}
section.testi_area .item::after{
    content: "";
    background-image: url(../images/right_icon.png);
    position: absolute;
    width: 100%;
    right: 92px;
    bottom: 70px;
    max-width: 82px;
    height: 76px;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: -1;
}
section.testi_area .item .star{
    padding: 20px 0px 13px;
}
section.testi_area .item .star i{
    color: #eca321;
    font-size: 40px;
    margin: 0px 4px;
}
section.testi_area .item p{
    color: #444444;
    font-size: 18px;
    font-family: 'Lato';
    padding: 0px 0px 27px;
    text-align: center;
    line-height: 32px;
    position: relative;
	font-weight: 400;
}
section.testi_area .item h5{
    font-family: 'am_s';
    font-size: 15px;
    color: #000000;
}
section.testi_area .item h5 a{
	  color: #000000;
}
section.testi_area .center {
    scale: 1.2;
    z-index: 9;
    position: relative;
}
section.testi_area .owl-carousel .owl-stage-outer {
    padding: 32px 0px 35px;
}
section.testi_area .owl-prev, section.testi_area .owl-next {
    background: #eca321 !important;
    width: 93px;
    height: 108px;
    line-height: 75px;
    font-size: 47px !important;
    line-height: 108px;
    /* clip-path: polygon(50% 0, 100% 29%, 100% 78%, 48% 100%, 0 78%, 0 27%); */
    transition: all .4s;
    clip-path: polygon(50% 0%, 100% 29%, 100% 78%, 100% 75%, 51% 100%, 6% 78%, 0 76%, 0 28%);
}
section.testi_area .owl-prev:hover, section.testi_area .owl-next:hover {
    background: #000 !important;
    color: #fff;
}
section.testi_area .container {
    padding: 0px 90px;
}
.testi_area .top_heading {
    position: relative;
    text-align: center;
}
/* ----------------------paralax_area------------ */
.paralax_area{
    float: left;
    width: 100%;
    background-image: url(../images/collapse.jpg);
    width: 100%;
    height: 485px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    background-position: 20% 56%;
	background-attachment: fixed;
}
.paralax_area::before{
    content: "";
    background: #000000c9;
    position: absolute;
    width: 100%;
    height: 100%;
}
.paralax_area .container{
    position: relative;
}
.paralax_area h2 {
    font-family: 'Lato';
    font-size: 80px;
    color: #fff;
    padding: 22px 0px 16px 0px;
    line-height: 45px;
    position: relative;
    font-weight: 300;
}
.paralax_area h2 span{
    font-weight: 700;
}
.paralax_area p {
    font-family: 'Lato';
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 29px 0px 15px 0px;
    font-style: italic;
}
.paralax_area .banner_btn a{
    background-color: #ffd835;
    font-size: 18px;
    padding: 18px 36px;
    color: #000 !important;
    letter-spacing: 1.4px;
}
/* ---------------blog _area---------- */
section.blog_area {
    float: left;
    width: 100%;
    padding: 100px 0px 75px;
}
section.blog_area .content_img {
    position: relative;
    width: 100%;
}
section.blog_area .wrapper .date p {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 42px;
    color: #101010;
    margin-bottom: -10px;
}
section.blog_area .wrapper img{
    width: 100%;
    height: 245px;
	object-fit: cover;
}
section.blog_area .wrapper .date p span{
    display: block;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    color: #393939;
    padding-top: 2px;
    transition: all .3s;
}
section.blog_area .date {
    position: absolute;
    right: 10px;
    background: #ffd835;
    bottom: -23px;
    text-align: center;
    max-width: 95px;
    width: 100%;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 0, 100% 29%, 100% 78%, 48% 100%, 0 78%, 0 27%);
    box-shadow: 2px 24px 44px #2e2e2e;
	transition: all .4s;
}
.wrapper:hover .date {
    background: #ec981a;
}
.wrapper:hover .date p, .wrapper:hover .date p span{
    color: #fff !important;
}
.wrapper:hover a{
	color:#ec981a !important;
}
section.blog_area .wrapper h3 {
    font-family: 'Lato';
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
    padding: 27px 0px 7px;
}
section.blog_area .wrapper p {
    font-size: 17px;
    line-height: 29px;
    color: #444444;
    font-weight: 400;
    transition: all .3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
a{
    transition: all .4s;
}
section.blog_area .wrapper a {
   font-family: 'Lato';
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.1px;
    padding: 9px 0px;
    display: inline-block;
}
section.blog_area .wrapper a:hover {
    color: #eca321;
}
section.blog_area .wrapper a span{
    transition: all .3s; 
}
section.blog_area .wrapper a:hover span{
    padding-left: 3px;
}
.gallery_area ul li:last-child a.view_more:hover {
    color: #000;
    border-bottom: #000 solid 2px;
    border-top: #000 solid 2px;
}
/* -------------gallery_area------------- */
.gallery_area{
    float: left;
    width: 100%;
    padding: 124px 0px 95px;
    position: relative;
    border-top: #fec841 solid 16px;
    background-color: #f3f3f3;
}
.gallery_area .container {
    max-width: 1011px;
}
.top_heading h2 {
    font-family: 'Lato';
    font-size: 74px;
    color: #000000;
    line-height: 45px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 144px;
}
.top_heading h2 span{
    color: #ec981a;
    font-weight: 800;
}
.gallery_area ul {
    gap: 12px;
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: center;
}
.gallery_area ul li img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(49% 0, 100% 25%, 100% 76%, 49% 100%, 0 77%, 0 24%);
    background: #000;
    height: 100%;
    position: relative;
}
.gallery_area ul li {
    width: 100%;
    max-width: 319px;
    min-height: 364px;
	max-height: 364px;
    /* width: 31%; */
    position: relative;
    margin-top: -95px;
}
.gallery_area ul:nth-child(4) li:last-child {
    width: 100%;
    background-color: #ec981a;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(49% 0, 100% 25%, 100% 76%, 49% 100%, 0 77%, 0 24%);
	transition: all .3s;
}
.gallery_area ul:nth-child(4) li:last-child:hover {
    background: #fbc729;
}
.gallery_area ul:nth-child(4) li:last-child:hover a{
	color: #000;
    border-bottom: #000 solid 2px;
    border-top: #000 solid 2px;
}
.gallery_area ul li:last-child a.view_more{
    font-family: 'Lato';
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 2px;
    padding: 13px 0px;
    display: inline-block;
    border: #fff solid 2px;
    border-right: none;
    border-left: none;
}
/* --------------team_area------------ */

/* -------------contact Us------------ */
.contact_area{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.contact_area .row{
align-items: center;
}
.contact_area .content{
    padding-left: 10px;
}
.contact_area .row {
    align-items: center;
    padding: 0px 63px;
}
.contact_area .content .wrapper:nth-child(3) .bg {
    background: #000;
}
.contact_area .content .wrapper:nth-child(4) .bg {
    background: #ec981a;
}
.contact_area h2 {
    font-family: 'Lato';
    font-size: 52px;
    color: #000000;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 70px;
}
.contact_area h2 span{
    color: #ec981a;
    font-weight: 300;
}
.contact_area .wrapper {
    display: flex;
    margin-bottom: 33px;
    align-items: center;
    gap: 22px;
}
.contact_area .wrapper .bg {
    background: #ffd835;
    width: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 117px;
    clip-path: polygon(50% 0, 100% 29%, 100% 78%, 48% 100%, 0 78%, 0 27%);
}
.contact_area .wrapper p {
    font-size: 21px;
    font-weight: 800;
    color: #444444;
    margin-bottom: 0px;
}
.contact_area .wrapper p span{
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #444444;
}
.contact_area .wrapper p span a{
	  color: #444444;
}
.contact_us{
    float: left;
    width: 100%;
    background-image: url(../images/contact_bg.png);
    width: 100%;
    min-height: 724px;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: 85% 49%;
    position: relative;
    align-items: center;
}
.contact_us::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #fdc741;
    mix-blend-mode: multiply;
}
.contact_us input, .contact_us textarea {
   background: none !important;
    width: 100%;
    max-width: 100%;
    border: #fff solid 3px !important;
    height: 56px !important;
    color: #fff !IMPORTANT;
    font-family: 'Lato';
    padding: 12px;
    /* padding-left: 50px !important; */
    margin-bottom: 8px !important;
    border-radius: 0px !important;
	font-size: 16.56px !important;
		font-weight:400 !important;
	font-family: 'Lato' !important;
}
.contact_us textarea {
    height: 118px !important;
}
.contact_us input::placeholder, .contact_us textarea::placeholder{
	color: #fff ;

}
.contact_us div.wpforms-container-full {
    margin-bottom: 24px;
    width: 100%;
    padding: 41px 52px 30px;
}
.contact_us .wpforms-submit {
    background: #ec981a !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 800;
    letter-spacing: 1px !important;
    width: 100% !important;
    font-size: 21px !important;
    height: 62px !important;
	transition: all .4s;
}
.contact_us .wpforms-submit:hover{
	background: #000000 !important;
}
.contact_us div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    padding-right: 0px !important;
}
.wpforms-field-checkbox ul li input {
    width: auto !important;
    height: auto ! IMPORTANT;
    margin: 7px 6px 0px 0px !important;
}

/* ----------------------contact-us---------- */

.footer_area {
    float: left;
    width: 100%;
    background-image: url(../images/footer.jpg);
    padding: 80px 0px 9px;
    position: relative;
    background-position: 44% 40%;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer_area::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #0c0c0cd1;
    mix-blend-mode: multiply;
}
.footer_area .row {
    padding: 0px 51px;
}
.footer_area .footer_menu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 23px;
}
.footer_area .footer_menu ul li {
  max-width: 186px;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: lato;
    width: 100%;
    flex-wrap: wrap;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}
.footer_area .footer_menu ul li a{
    color: #fff;
}
.footer_area .social_icon {
    padding-left: 0px;
	float: right;
}
.footer_area .social_icon ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.footer_area .social_icon h3{
    font-family: 'Lato';
    font-size: 28px;
    color: #fff;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 23px;
}
.footer_area .social_icon h3 span{
    font-weight: 300;
}
.footer_area .social_icon ul li a{
 color: #fff;
}
.footer_area .social_icon ul li span {
    font-family: 'FontAwesome';
    font-weight: 400 !important;
    font-size: 27px;
}
.footer_area .social_icon ul li {
    font-size: 28px;
    font-weight: 400;
    padding: 0px 38px 0px 0px;
    list-style: none;
}
.footer_area .copy_right {
    position: relative;
    border-top: #636363 solid 1px;
    text-align: center;
    padding: 36px 0px 15px;
    margin-top: 40px;
}
.footer_area .copy_right p{
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 209px 0px 40px;
    text-align: center;
    position: relative;
}
.about-banner {
	float:left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-position: 11% 78%;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000094;
    left: 0px;
    content: "";
}	
.about-banner h1 {
   color: #fff;
    letter-spacing: -.4px;
    line-height: 54px;
    font-weight: 800;
    font-family: 'Lato';
    font-size: 57px;
    margin-bottom: 0px;
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner .about-right {
  padding: 4px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
}
.about-banner ul li {
  margin-bottom: 0px;
    color: #ffffff;
    line-height: 25px;
    font-size: 18px;
    font-family: 'Lato';
    line-height: 32px;
    letter-spacing: -.2px;
    font-weight: 500;
    font-style: italic;
    letter-spacing: .1px;
}
.about-banner .about-right ul li a {
    color: #ffffff;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #ffffff !important;
    font-size: 16px;
}
.banner_btn a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.feature_product .read_more {
	padding: 20px 47px;
}
section.feature_product .wrapper .read_more:hover {
    background: #000;
    color: #fff !important;
}
.blog_area .btn_flex {
	margin: 0px 0px 39px;
}
.blog_area .read_more{
	background: #ffd835;
	color: #000 !important;
	font-weight: 800;
}
.blog_area .read_more:hover {
    background: #000;
    color: #fff !important;
}
.wpforms-container {
    position: relative;
    z-index: 1;
}
.footer_area .social_icon ul li a:hover {
    color: #fbc540;
}
.footer_area .footer_menu ul li a:hover {
    color: #fcc641;
}
.footer_logo img {
    max-width: 194px;
    height: 114px;
    width: 100%;
}

.all-spacing{
	 float: left;
    width: 100%;
}
.blog_page .elementor-post__meta-data {
    position: absolute;
    top: 32%;
    right: 0px;
    background: #ffd835;
    position: absolute;
    right: 10px;
    background: #ffd835;
    text-align: center;
    max-width: 95px;
    width: 100%;
    height: 109px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 24px 44px #2e2e2e;
    transition: all .4s;
    clip-path: polygon(50% 0%, 100% 29%, 100% 78%, 100% 75%, 51% 100%, 6% 78%, 0 76%, 0 28%);
}
.blog_page .elementor-post__read-more:hover {
    color: #ec981a !important;
}
.blog-detail img {
    float: right;
    max-width: 487px;
    width: 100%;
    padding: 0px 0px 13px 13px;
}
.single-post .breadcrumbs h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 0px;
    margin-bottom: 2px;
}
.single-post .breadcrumbs .about-right{
	padding: 0px 0 0px !important;
}
section.blog-detail h2 {
    font-size: 28px;
    font-family: 'Lato';
    font-weight: 800;
    line-height: 42px;
}
section.blog-detail h3 {
  font-size: 14px;
    font-family: 'Lato';
    font-weight: 600;
    line-height: 32px;
    color: #282828;
    background: #ffd835;
    border-radius: 21px;
    display: inline-block;
    padding: 0px 21px;
}
section.blog-detail p {
    font-family: 'Lato';
    font-size: 17px;
    color: #444444;
    font-weight: 400;
    line-height: 29px;
}
.page-id-81 .all-spacing, .page-id-83 .all-spacing {
    background: #f1f1f1;
}
.faq_page .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
}
.contact_page ul.elementor-icon-list-items span a {
    color: #444444 !important;
}
.contact_page form input {
    background: none !important;
}
.contact_page form input, .contact_page form textarea {
    background: none !important;
    width: 100%;
    max-width: 100%;
    border: #fff solid 3px !important;
    height: 56px !important;
    color: #fff !IMPORTANT;
    font-family: 'Lato';
    padding: 12px;
    margin-bottom: 8px !important;
    border-radius: 0px !important;
	font-size: 16.52px !important;
	font-weight:400 !important;
	max-width: 100% !important;
}
.contact_page form input::placeholder, .contact_page form textarea::placeholder{
    color: #fff !IMPORTANT;
	font-size: 16.52px !important;
}
.contact_page form textarea {
   height: 110px !important;
}
.contact_page form .wpforms-submit {
    background: #ec981a !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 800;
    letter-spacing: 1px !important;
    width: 100% !important;
    font-size: 21px !important;
    height: 62px !important;
    transition: all .4s;
}
.contact_page input::placeholder, .contact_page textarea::placeholder{
	color: #fff ;
	font-size: 21px !important;
	font-weight:400 !important;
	font-family: 'Lato' !important;
}
.contact_page span.elementor-icon-list-icon {
    clip-path: polygon(50% 0, 100% 29%, 100% 78%, 48% 100%, 0 78%, 0 27%);
    background: #ec981a;
    width: 50px;
    height: 60px;
    text-align: center !important;
    display: flex;
    justify-content: center;
    line-height: 60px !important;
    align-items: center;
   margin-right: 17px;
}
.wpforms-field-checkbox ul li input {
    width: auto !important;
    height: auto ! IMPORTANT;
}
.wpforms-field-checkbox ul li label {
    font-family: 'Lato';
	font-size: 16.12px !important;
}
body div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li {
    padding-right: 0px !important;
	width: 49.3333%;
}
.all-spacing .contact_page .elementor-heading-title span {
    font-weight: 300;
    color: #f6c23f;
}
.contact_page span.elementor-icon-list-icon svg {
    margin: 0px !important;
}
.contact_page form .wpforms-submit:hover {
    background: #000 !important;
}
.post-151 h3, .post-151 h2 {
    font-weight: 800;
    font-family: 'Lato';
    font-size: 30px;
}
.post-151 ul {
    font-family: 'Lato';
    font-size: 16px;
	margin-left: 20px;
}
.post-151 b{
	 font-family: 'Lato';
    font-size: 16px;
}
.post-151 ul li{
	font-family: 'Lato';
    font-size: 16px;
	line-height: 29px;
}
/* ---------------product page------- */
.all-spacing {
    float: left;
    width: 100%;
}
.page-id-87 .all-spacing, .page-id-77 .all-spacing{
	  padding: 0px 0px;
}
.woocommerce ul.products li {
   background: #f5f5f5 !important;
    text-align: center !important;
    padding: 15px 15px 24px !important;
    box-shadow: none;
    min-height: auto;
    margin: 0px 34px 20px 0px !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 600;
    border: #9f9f9f solid 0px;
    padding: 10px 0px;
}
.woocommerce .all-spacing select.orderby {
    height: 44px !important;
    padding: 5px 16px !important;
    min-height: auto !important;
    font-size: 15px !important;
  font-family: 'Lato';
    font-weight: 600;
    color: #1d1d1d;
}
.woocommerce ul.products li h2 {
   margin: 0;
    font-family: cursive;
    font-size: 18px !important;
    line-height: 28px;
    font-weight: 600;
    text-transform: inherit;
    color: #202020;
    text-align: center;
    font-family: 'Lato';
    margin: 10px 0px 0px !important;
    min-height: 74px;
}
.woocommerce ul.products li.product:hover .button {
    background: #0a0a0a !important;
    color: #fff !important;
    border: #000 solid 2px;
}
.woocommerce .all-spacing .button {
   font-size: 15px !important;
    text-transform: uppercase !important;
    background: #ff010100 !important;
    color: #000 !important;
    font-family: 'Lato';
    letter-spacing: 1px !important;
    padding: 16px 25px 16px !important;
    display: inline-block !important;
    transition: all .4s ease !important;
    margin: 0 !important;
    font-weight: 700 !important;
    border: #000 solid 2px;
    border-radius: 0px;
}
.woocommerce .all-spacing .button:hover{
	background: #000 !important;
    color: #fff !important;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 207px !important;
    object-fit: contain;
	background: #fff;
}
/* -----detail page-----------  */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: -4px;
    font-family: 'Lato' !important;
    background: #262626 !important;
    color: #fff !important;
    padding: 4px 30px !important;
    line-height: 20px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #eca321 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em !important;
    padding: 41px !important;
    box-shadow: none !important;
	background: #f5f5f5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
}
.single .woocommerce-Tabs-panel h2 {
   text-transform: capitalize;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #000000;
    font-weight: 800 !important;
    font-family: 'Lato';
    margin: 0px 0px 21px;
}
.woocommerce #review_form #respond p {
    margin: 2px 0 11px;
}
p.woocommerce-noreviews {
      font-family: 'Lato';
    font-weight: 700;
    line-height: 29px;
}
.comment-form label {
    font-size: 16px;
      font-family: 'Lato';
    font-weight: 700 !important;
    line-height: 29px;
    color: #3d3d3d;
    padding: 11px 0px 2px;
}
.woocommerce p.stars a {
	 color: #3d3d3d !important;
}
.woocommerce p.stars a:hover{
	 color: #ff3f3f !important;
}
.comment-form .submit {
    background: #0000 !important;
    font-size: 16px;
      font-family: 'Lato';
    color: #ff0101 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
    padding: 15px 38px !important;
    display: inline-block;
    border-radius: 0px !important;
    margin: 0px 11px 0px 0px;
    position: relative;
    border: #ff0101 solid 2px !important;
    transition: .4s;
}
.comment-form .submit:hover{
	background-color:#000000 !important;
	border: #000 solid 2px !important;
	color:#fff !important;
}
.woocommerce div.product div.images img {
    height: 367px !important;
    object-fit: contain;
    width: 100% !important;
}
.woocommerce div.product div.images {
    margin-bottom: 2em;
    background: #f9f9f9;
    padding: 23px 4px;
}
section.related.products h2 {
      font-family: 'Lato';
    color: #000000;
    letter-spacing: 0;
    font-weight: 800;
    font-size: 37px;
}
a.checkout-button.button.alt.wc-forward {
    padding: 19px !important;
    background: #f00 !important;
    padding: 19px 34px !important;
}
a.checkout-button.button.alt.wc-forward:hover{
    background: #000 !important;
}
.woocommerce div.product .product_title {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -1px;
    color: #0b0b0b;
    font-weight: 800 !important;
     font-family: 'Lato';
    margin: 0px 0px 21px;
}
.elementor-testimonial-name {
    font-family: 'am_s' !important;
}
.woocommerce-Tabs-panel div span, .summary.entry-summary div span {
    font-family: 'Lato' !important;
}
.all-spacing span.posted_in a {
    color: #eca321;
    font-family: 'Lato' !important;
    margin-bottom: 23px !important;
    display: inline-block;
}
.all-spacing span.posted_in {
    font-family: 'Lato' !important;
}
/* ---------------menu-------- */

.menu_modal .modal-content{
	height: 100vh;
    display: flex;
/*     justify-content: center; */
    align-items: center;
	background: none;
	border: none;
}
.menu_modal .modal-open .modal {
    background: #00000069;
}
.menu_modal .modal-header{
	border-bottom: none;
}
.menu_modal .modal-content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
}
.menu_modal .modal-content ul li {
   max-width: 152px;
    width: 100%;
    background: #fbc729;
    font-family: 'Lato';
    clip-path: polygon(50% 0%, 100% 26%, 100% 78%, 100% 75%, 50% 100%, 6% 79%, 0 76%, 0 26%);
    height: 178px;
    line-height: 180px;
    text-align: center;
    font-size: 20px;
    font-weight: 700 !important;
}
.menu_modal .modal-content ul li a{
	color: #000;
	font-weight: 700 !important;
}
.menu_modal .modal-content ul li:nth-child(2) {
background: #eca321;
}
.menu_modal .modal-content ul li:nth-child(2) a, .modal-content ul li:nth-child(4) a, .modal-content ul li:nth-child(5) a, .modal-content ul li:nth-child(6) a{
/* 	color: #fff */
}
.menu_modal .modal-content ul li:nth-child(3) {
   position: absolute;
    left: 10px;
    top: 157px;
}
.menu_modal .modal-content ul li:nth-child(4) {
   position: absolute;
    left: 170px;
    top: 157px;
    background: #f0e600;
}
.menu_modal .modal-content ul li:nth-child(4) a{
	color: #000;
}
.menu_modal .modal-content ul li:nth-child(5) {
    position: absolute;
    right: 11px;
    top: 157px;
}
.menu_modal .modal-content ul li:nth-child(6) {
    position: absolute;
    right: 90px;
    bottom: -65px;
}
.menu_modal .modal-content ul li:nth-child(7) {
   position: absolute;
    left: 90px;
    bottom: -67px;
	background: #eca321;
}
.menu_modal .modal-content .modal-body {
  width: 100%;
    position: relative;
    max-width: 492px;
	max-height: 409px;
}
.menu_modal .modal-header .close {
    opacity: 1 !important;
    font-weight: 300 !IMPORTANT;
}
.menu_modal .modal-header .close span{
    float: right;
    position: absolute;
    right: 0px;
    font-size: 58px;
    color: #fff;
    font-weight: 400 !important;
	opacity: 1;
}


.calendar_page .calender .cal_heading {
    background: #f7a51e;
}
.calendar_page .calender .cal_heading h2 {
    font-weight: 800;
    font-size: 31px;
    color: #fff;
    padding: 11px;
	margin-bottom: 0px;
	text-align: center;
}
.calendar_page .calender {
   min-height: 475px;
    margin-bottom: 30px;
}
.calendar_page .calender ul{
    display: flex;
    flex-wrap: wrap;
	  border-left: #d1d1d1 solid 1px;
}
.calendar_page .calender ul li{
	max-width: 135px;
    height: 99px;
    width: 100%;
    border-bottom: #d1d1d1 solid 1px;
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: #d1d1d1 solid 1px;
	transition: all .4s;
}
.calendar_page .calender ul li a {
    color: #000;
	position: relative;
}
.calendar_page .calender ul li a span{
	color: #3b3b3b;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	position: absolute;
    right: 4px;
	padding: 3px 0px;
}
.roght_cal {
    margin-bottom: 32px;
    background: #f7a51e;
    color: #fff;
}
.roght_cal .wrapper {
    display: flex;
}
.roght_cal .content{
	padding: 40px;
	font-size: 17px;
	line-height: 29px;
}
.roght_cal .wrapper img{
    max-width: 291px;
    min-height: 301px;
    width: 100%;
    object-fit: cover;
}
.roght_cal .content h3 {
    font-family: 'Lato';
    font-size: 33px;
    font-weight: 800;
}
.roght_cal .content p{
	font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
	line-height: 25px;
}
.roght_cal .topic_area {
    display: flex;
    justify-content: space-between;
    background: #ffe957;
    height: 55px;
    align-items: center;
}
.roght_cal .li_topic {
    display: flex;
    padding-left: 34px;
    gap: 34px;
    align-items: center;
}
.roght_cal .li_topic ul {
   display: flex;
    margin-bottom: 0px;
    gap: 29px;
    list-style: none;
    align-items: center;
}
.roght_cal .li_topic h5 {
    margin-bottom: 0px;
	  color: #313131;
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 700;
}
.roght_cal .li_topic ul li {
    color: #313131;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 700;
}
.roght_cal .li_topic ul li{
	position: relative;
	transition: all .4s;
}
.roght_cal .li_topic ul li:before {
    background: #1f1f1f;
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: -14px;
    top: 9px;
    border-radius: 33px;
}
.topic_area .more_info {
    background: #1f1f1f;
    color: #fff;
    font-family: 'Lato';
    font-size: 15px;
    font-weight: 800;
    display: inline-block;
    height: 55px;
    align-items: center;
    padding: 17px 44px;
    letter-spacing: 1px;
}
.calender ul li p {
    font-family: 'Montserrat', sans-serif;
    font-size: 39px;
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: 900;
	color: #000;
	text-transform: capitalize;
}
.calendar_page .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 36.666667%;
    max-width: 36.666667%;
}
.calendar_page .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 63.333333%;
    max-width: 63.333333%;
}
.calendar_page .calender ul li:hover, .calendar_page .calender ul li:active {
    background: #ffe957;
}
.topic_area .more_info:hover {
    background: #d3870b;
}
.calendar_page .calender ul li:last-child {
    background: #f7a51e;
}
.calendar_page .calender ul li:last-child a, .calendar_page .calender ul li:last-child a p, .calendar_page .calender ul li:last-child a span{
	color: #fff;
}

/* -------accordian--------- */
.accordion a {
position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 19px 21px;
    color: #000000;
    font-size: 1.15rem;
    font-weight: 600;
    font-family: 'Lato';
    background: #f3f3f3;
    margin-bottom: 16px;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #f7a51e;
}
.accordion a.active {
  color: #f7a51e;
  border-bottom: 1px solid #f7a51e;
}

.accordion a::after {
    font-family: 'Ionicons';
    content: '+';
    font-size: 24px !important;
    position: absolute;
    float: right;
    right: 25px;
    font-size: 1rem;
    color: #545454;
    padding: 0px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
	transition: all .4s;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '-';
  color: #f7a51e;
  line-height: 27px;
}
.accordion .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.accordion .content p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Lato';
    line-height: 25px;
}
.side_bar {
    position: sticky;
    top: 59px;
}
.video-container .text_overlay .fadeInLeft {
    width: 100%;
    animation-duration: 3s;
}
.feature_product .content_img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: all .4s;
    height: 265px;
    background: #fff;
}
.feature_product .content_img img:hover {
    scale: 1.1;
}
.page-id-698 .feature_product .wrapper h4 {
    margin: 21px 0px;
    min-height: 58px;
    line-height: 28px;
}
.page-id-698 .feature_product {
	padding: 90px 0px 90px;
}
.page-id-698 .feature_product::before{
	display: none;
}
.page-id-698 .btn_flex h2 {
	font-size: 64px;
}
.single-product .about-banner h1 {
    font-size: 43px;
}
#woocommerce-catalog .modal-content {
    background: #ec981a !important;
    border: none !important;
    border-radius: 0px;
    overflow: visible !IMPORTANT;
    padding: 0px 40px !important;
}
#woocommerce-catalog .modal-content input, #woocommerce-catalog .modal-content textarea {
   background: none !important;
    width: 100%;
    max-width: 100%;
    border: #fff solid 3px !important;
    height: 56px !important;
    color: #fff !IMPORTANT;
    font-family: 'Lato' !important;
    font-size: 18px !important;
    padding: 12px;
    margin-bottom: 8px !important;
    border-radius: 0px !important;
    font-weight: 400 !important;
}
#woocommerce-catalog .modal-content input::placeholder{
	font-family: 'Lato';
	font-size: 17px;
	font-weight: 400;
}
#woocommerce-catalog .modal-content .modal-header {
   float: right;
    background: #fff;
    position: absolute !important;
    right: -18px;
    height: 52px !important;
    width: 52px !important;
    color: #000 !important;
    padding: 0px !important;
    display: flex;
    justify-content: center;
    border-radius: 40px;
    top: -17px;
	z-index: 1;
}
#woocommerce-catalog .modal-header button.close{
	right: auto !important;
	font-size: 33px !important;
    font-weight: 400 !important;
	opacity: 1 !important;
}
#woocommerce-catalog .modal-content .modal-body {
   max-height: 73vh !important;
    overflow: visible !important;
    padding: 31px 15px 0 15px !important;
}
#woocommerce-catalog button.btn.btn-default {
    display: none;
}
#woocommerce-catalog .modal-content .modal-footer {
	background-color: #f5f5f500 !important;
	border-top: none !important;
	 margin-bottom: 36px !important;
}
#woocommerce-catalog button#woocommerce-submit-enquiry {
   background: #fbc729 !important;
    border: none !important;
   color: #202020 !important;
    text-transform: uppercase !important;
    font-weight: 800;
    letter-spacing: 1px !important;
    width: 100% !important;
    font-size: 21px !important;
    height: 58px !important;
    transition: all .4s;
    margin: 0px !important;
    border-radius: 0px !important;
    padding: 2px 58px !important;
}
#woocommerce-catalog button#woocommerce-submit-enquiry:hover {
    background: #000 !important;
	color: #fff !important;
}
#woocommerce-catalog .cat-form-row {
    margin: 0 0 12px !important;
}
#woocommerce-catalog .modal-content label {
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #ffffff !IMPORTANT;
    margin-bottom: 8px !important;
    font-family: 'Lato' !important;
}
.single .woocommerce-Tabs-panel p {
    line-height: 29px;
}
.woocommerce div.product div.summary p {
    line-height: 29px;
    font-size: 16px !important;
    color: #444444 !important;
}
.woocommerce .woocommerce-result-count {
    background: #fbc729;
    padding: 14px 34px;
    border-radius: 29px;
    display: flex;
    justify-content: center;
    margin: 0px auto 46px !important;
    align-items: center;
    max-width: 268px;
    float: none !important;
    z-index: 1;
    position: relative;
}
.post-type-archive-product .woocommerce-notices-wrapper {
    position: relative;
    border-bottom: #d9d9d9 solid 1px;
    bottom: -28px;
    margin-right: 30px;
}
.elementor.elementor-698 {
    float: left;
    width: 100%;
}
.menu_modal .modal-header .close {
    z-index: 1;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none !important;
}
.ul_list ul {
    margin-left: 19px;
}
.woo_area {
    padding: 80px 0px;
}
.woo_area h2 {
    color: #252525;
    font-family: "Lato", Sans-serif;
    font-size: 45px;
    font-weight: 300;
    line-height: 84px;
    margin-bottom: 18px;
    font-family: 'Lato';
    font-size: 68px;
    color: #000000;
    letter-spacing: -3px;
    /* text-align: center; */
}
.woo_area h3 {
    color: #252525;
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 36px 0px 20px;
    border-top: #ccc solid 1px;
    padding-top: 25px;
}
.woo_area p {
    font-family: 'Lato';
    color: #444444;
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
}
.woo_area .desccription-main ol li {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
	list-style: none;
}
.woo_area .desccription-main ol ul li {
   font-family: 'Lato';
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0px;
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 12px;
}
.woo_area .desccription-main ol li a {
    color: #eca321;
    font-family: 'Lato';
    margin-bottom: 9px;
    display: inline-block;
}
.desccription-main ol {
    position: relative;
    z-index: 1;
}
.desccription-main .hum_bepro .col-md-4 {
    background: #fff8ec;
    padding: 56px 38px 35px;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
    position: relative;
    border-radius: 11px;
    border-bottom: 11px solid #ffc156;
}
.desccription-main .hum_bepro .col-md-4:nth-child(2) {
       background: #f4f4f4;
}
.hum_bepro .row {
    padding: 0px 15px;
    column-gap: 11px;
    counter-reset: section;
    margin-bottom: 33px;
}
.desccription-main .hum_bepro .col-md-4:before {
       counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    font-size: 204px;
    font-family: 'lato';
    color: #eee;
    width: 26px;
    text-align: center;
    left: 12px;
    height: 26px;
    line-height: 26px;
    font-weight: 900;
    border-radius: 40px;
    margin-top: 1px;
    font-weight: 900;
    z-index: 0;
	    width: 100%;
    right: -93px;
    height: 100%;
    top: 76px;
    line-height: 26px;
    font-weight: 900;
    border-radius: 40px;
    margin-top: 1px;
    font-weight: 900;
    z-index: 0;
    left: inherit;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c4c5c68f;
}
.term-general-beekeeping-tools .woocommerce-products-header img {
    border: #ccc solid 1px;
    padding: 20px;
    margin-bottom: 31px;
}
.bekep_list ol {
    display: flex;
    flex-wrap: wrap;
    /* columns: 2; */
    column-gap: 15px;
    counter-reset: section;
    position: relative;
    padding: 0px;
    justify-content: center;
}
.bekep_list ol li {
    margin-bottom: -46px;
    font-weight: 400 !IMPORTANT;
    font-size: 21px !important;
    list-style: none;
    position: relative;
    padding-left: 31px;
    background: #f8f8f8;
    padding: 19px 26px 17px 26px !important;
    counter-increment: section;
    content: "" counter(section) " ";
    font-size: 23px;
    font-family: 'lato';
    background: #fbc729;
    width: 19%;
    height: 240px;
    clip-path: polygon(50% 0%, 100% 29%, 100% 78%, 100% 75%, 51% 100%, 6% 78%, 0 76%, 0 28%);
    padding: 18px;
    line-height: 28px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: 700 !important;
}
.bekep_list ol li:before {
    content: "" counter(section) " ";
    position: absolute;
    font-size: 98px;
    font-family: 'lato';
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    left: -9px;
    top: 93px;
    color: #ffe18478;
    padding: 0px;
    z-index: -1;
}
.woodenware{
   counter-reset: section;
}
.woodenware .colm {
    position: relative;
    background: #f2f2f2;
    padding: 38px 39px 23px;
    margin-bottom: 18px;
    background: #fff8ec;
    flex: 0 0 32.333333%;
    position: relative;
    border-radius: 11px;
    border-bottom: 4px solid #ffc156;
}
.woodenware .colm h5 {
    font-family: 'Lato';
    font-weight: 700;
    padding-left: 12px;
}
.woodenware .colm li {
    font-family: 'Lato';
    padding-left: 9px;
    margin-left: 35px;
    font-size: 16px;
    margin-bottom: 4px;
}
.woo_area h3 {
    width: 100%;
}
.woodenware .colm:before {
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    font-size: 96px;
    font-family: 'lato';
    width: 26px;
    left: 29px;
    height: 26px;
    line-height: 26px;
    border-radius: 40px;
    margin-top: 1px;
    font-weight: 700;
    color: #ececec;
    font-weight: 900;
    z-index: 0;
}
.woodenware .colm p {
    padding-left: 12px;
	position: relative;
}
.woodenware .colm ul, .woodenware .colm h5 {
    position: relative;
    z-index: 1;
}
.histry_list ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    justify-content: center;
    gap: 15px 18px;
}
.histry_list ul li {
    border: #ffffff2b solid 1px;
    padding: 10px 30px;
    font-size: 17px;
}
.lalonde_contc .elementor-icon-box-icon {
    clip-path: polygon(50% 0, 100% 29%, 100% 78%, 48% 100%, 0 78%, 0 27%);
    background: #ec981a;
    width: 50px;
    height: 60px;
    text-align: center !important;
    display: flex;
    justify-content: center;
    line-height: 78px !important;
    align-items: center;
    margin-right: 17px;
}
.lalonde_contc a{
	color: #000;
}
.list_padng ul li {
    font-family: 'Lato';
    margin-left: 20px;
    line-height: 29px;
    font-weight: 500;
}
.woo_area h4 {
    color: #252525;
    font-family: "Lato", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin: 36px 0px 20px;
    border-top: #ccc solid 1px;
    padding-top: 25px;
}
.tax-product_cat.woocommerce .woocommerce-result-count {
    margin-top: 60px !important;
}
.bekep_list {
    margin-bottom: 127px;
}

.bottom_text{
	padding:20px 100px 0 100px;
	text-align:center;
}
.wax_melter .colum h4, .wax_melter .colum h3 {
    padding: 0px !important;
    margin: 0px 0px 10px !important;
    border: none ! IMPORTANT;
}
.wax_melter .colum {
    padding: 38px 39px 23px;
    margin-bottom: 18px;
    background: #fff8ec;
    flex: 0 0 32.333333%;
    position: relative;
    border-radius: 11px;
    border-bottom: 4px solid #ffc156;
}
.wax_melter {
    margin-top: 33px;
}
.extract_con {
    text-align: center;
    background: #fff9e6;
    border-radius: 22px;
    padding: 44px 0px 0px;
    margin: 36px 0px;
    border-bottom: #fbc729 solid 7px;
}
.extract_con h3 {
    padding: 0px;
    border: none;
    margin: 0px 0px 48px;
    font-size: 39px;
}
.wpforms-field-checkbox label {
    color: #fff;
    font-size: 17px ! IMPORTANT;
}
.single-product .all-spacing {
    padding: 90px 0px 74px;
}

.tax-product_cat .related {
    display: none !important;
}

.tax-product_cat p.woocommerce-result-count {
    display: none;
}
.tax-product_cat ul.products {
    display: none;
}
section.testi_area .item {
    padding: 24px 166px 40px;
}
div#mySidenav {
    display: none;
}
.hum {
    margin-bottom: 14px;
}