@font-face {
    font-family: "Archivo ExtraCondensed";
    src: url("../fonts/Archivo-Condensed.woff2") format("woff2");
    src: url("../fonts/Archivo-Condensed.woff") format("woff");
    font-weight: normal;
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "Archivo ExtraCondensed Light";
    src: url("../fonts/Archivo\ ExtraCondensed\ Light.woff2") format("woff2");
    src: url("../fonts/Archivo\ ExtraCondensed\ Light.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
  }
a{color:#D56D3C;}
 .archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
    font-family: "Archivo ExtraCondensed";
    font-size:1.05rem;

}

/* =============================
			Default Css
  ============================== */
a {
    text-decoration: none;
    outline: 0 !important;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}
.custom-container {
    padding: 0px 54px;
}
header {
    padding: 16px 0;
}

.header-social-icons {
    display: flex;
    align-items: center;
    gap: 27px;
}
.header-social-icons img {
    width: 42px;
}
.header-social-icons a {
    position: relative;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.header-social-icons a span {
    position: absolute;
    right: -11px;
    top: 2px;
    width: 18px;
    display: flex;
    height: 18px;
    border-radius: 50%;
    background-color: #4FCFE5;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font: normal normal 600 11px/0px Outfit;
}

.logo a img {
      width: 100%;
    max-width: 425px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    width: 100%;
}
.stellarnav a.dd-toggle .icon-plus {
    right: -38%;
}
.stellarnav {
    z-index: 99;
}
.stellarnav li a {
    font: normal normal 600 11px/14px Outfit;
    letter-spacing: 0px;
    font-family: Ruda;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.47px;
    text-align: right;
    color: #C5C4C4 !important;
    position: relative;
}

.stellarnav li.active a::before,.stellarnav li:hover a::before {
    position: absolute;
    content: "";
    bottom: 0;
    background-image: url(../images/line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 8px;
    left: 0;
    transition: 0.3s ease-in-out;
}
.stellarnav li a:hover {
color:#D56D3C !important;
}
.stellarnav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.stellarnav a {
    color: #000 !important;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}
.stellarnav li.has-sub > a:after{
    content: '';
    margin-left: 7px;
    border-left: unset;
    border-right: unset;
    border-top: unset;
    display: inline-block;
    top: -1px;
    position: relative;
    background-image: url(../images/drpdwn.svg);
    height: 8px;
    width: 13px;
    background-position: center; 
    background-repeat: no-repeat;
}
.stellarnav ul {
    text-align: right;
}

.stellarnav > ul > li > a {
    padding: 10px 8px 10px 8px; 
}
.stellarnav > ul > li.active > a {
    color: #D56D3C !important;
}
.stellarnav li li {
    display: block !important;
    width: 100% !important;
}
.stellarnav.desktop li.has-sub ul li a {
    padding: 10px;
    color: #000 !important;
    font-size: 16px;
    /* border-top: 1px solid #0000; */
    border-bottom: 1px solid #CECECE;
}

.stellarnav.desktop li.has-sub ul li a:hover{
background-color: #F5F8F9 !important;
color: #529BBB !important;
}

.stellarnav.desktop li.has-sub ul li:last-child:hover a{
border-radius: 0 0 10px 10px;

}
.stellarnav.desktop li.has-sub ul {
    padding-top: 0;
    background-color: #fff;
    box-shadow: 0px 12px 25px #0000000A;
}


/* ====================serch=============== */

header {
    padding: 13px 0;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/* header {
    padding: 13px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
} */
.header-search-wrapper {
    float: right;
    position: relative;
  }
  
  .search-main {
    display: block;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
  }
  
  .header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 105%;
    width: 350px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  
  .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
  }
  
  .header-search-wrapper .search-form-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000001A;
    border: 1px solid #ffffff;
    border-radius: 15px;
}   
  
  .search-form label {
    display: inline-block;
    width: -webkit-fill-available;
  }
  
  .header-search-wrapper .search-form-main .search-field {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #70707033;
    border-radius: 10px !important;
    /* border-radius: 0; */
    padding: 4px 10px;
    width: 100%;
    float: left;
    font: normal normal normal 12px/28px Outfit;
    letter-spacing: 0px;
    color: #CCCCCC;
  }
  

  
  .search-form-main form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }



























/* hero-banner */
.hero-banner {
    background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 131px 0 58px 0;
}
.hero-banner img{ margin-right:20px}
.hero-left {
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    top: 50%;
    left: 0;
    /* padding: 106px 0; */
}
.hero-left h1 {
    text-transform: capitalize;
    width: 91%;
    font: normal normal bold 87px/101px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 6px 6px #00000014;
}
.hero-left a {
    text-align: center;
    padding: 14px 40px;
    letter-spacing: 0.52px;
    color: #FFFFFF;
    background: #D56D3C;
    box-shadow: 0px 10px 20px #0D0D1C80;
    border-radius: 27px;
    margin-top: 30px;
    display: block;
    font-family: "Archivo ExtraCondensed";
    font-weight: 400;
    width: fit-content;
}
.hero-left a:hover {
    background: linear-gradient(43deg, #f7931d, #da8017);
    transition: 0.3s ease-in-out;
}
.hero-right img {
   right: 100px;
    position: relative;
}



/* ====hero-banner-end=========== */



/* ====================serch=============== */

.search-img {
    width: 33px;
  }
  
  .header-search-wrapper {
    float: right;
    position: relative;
  }
  
  .search-main {
    display: block;
    line-height: 40px;
    padding: 0px;
    cursor: pointer;
    color: #000;
  }
  
  .header-search-wrapper .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #408c40;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 105%;
    width: 350px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
  }
  
  .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
  }
  
  .header-search-wrapper .search-form-main {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #0000001A;
    border: 1px solid #529aba;
    border-radius: 15px;
    margin-top: 11px;
  }
  
  .search-form label {
    display: inline-block;
    width: -webkit-fill-available;
  }
  
  .header-search-wrapper .search-form-main .search-field {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #70707033;
    border-radius: 10px !important;
    /* border-radius: 0; */
    padding: 4px 10px;
    width: 100%;
    float: left;
    font: normal normal normal 12px/28px Outfit;
    letter-spacing: 0px;
    color: #CCCCCC;
  }
  
  .header-search-wrapper .search-form-main .search-submit {
    box-shadow: none;
    float: left;
    padding: 7px 20px;
    width: auto;
    background: #D56D3C;
    border: 1px solid #D56D3C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font: normal normal 13px/22px Outfit;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
  
  .search-form-main form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  


.search-main a {
    font-family: "Epilogue", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 7px;
}


/* ==========header-search-ends=========== */








/* go-to */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #4FCFE5;
    color: #000;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    font-size: 25px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.go-top:hover {
    color: #000000;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color: #4FCFE5;
    border: 1px solid #4FCFE5;
}
.go-top.active svg {
    font-size: 19px;
}



/*=============== footer================= */

footer h4 {
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 400;
    line-height: 26.11px;
    text-align: left;
}
.quick-link ul li a, .quick-return ul li a {
    letter-spacing: 0px;
    color: #9F9F9F;
    font-size: 16px;
    line-height: 33px;
}

.card-ft {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quick-link ul {
    /* column-count: 2; */
}

.quick-access ul li a {
    letter-spacing: 0px;
    display: flex;
    gap: 14px;
    align-items: center;
    padding-bottom: 12px;
    word-break: break-all;
    color: #9F9F9F;
}
.footer-logo img {
    width: 275px;
}

.social-all {
    /* padding-bottom: 85px; */
}

footer {
     background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 40px 0;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin: 26px 0;
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
}
.card-ft img {
    width: 38px;
}
.quick-link {
    padding-left: 30px;
}



/* ====================banner-image=================== */
.hero-right img {
    /* width: 89% !important; */
}

.hero-left h5 {
    font-size: 27px;
    font-weight: 400;
    line-height: 39.17px;
    text-align: left;
    color: #FFFFFF;
    font-family: "Archivo ExtraCondensed Light";
}
.hero-left h5 span {
    text-transform: uppercase;
}
.work-card {
    box-shadow: 0px 16px 20px 7px #0000001F;
    padding: 10px;
    border-radius: 10px;
    margin: 30px 27px  30px 27px;
    background: #ffff;
}   
.work-card-flex {
 
display: flex;
 
align-items: center;
 
gap: 22px;
}
.work-card-right h3 {
    font-family: "Archivo ExtraCondensed";
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #000000;
}
.work-card-img {
    /* width: 31%; */
}
.work-card-right {
    width: 59%;
}
.work-card-img img {
    width: fit-content;
    border-radius: 5px;
}
.card-time-all {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 17px 0;
}

.card-time h6 {
    font-family: "Archivo ExtraCondensed";
    font-size: 19px;
    font-weight: 600;
    line-height: 21.11px;
    text-align: left;
    color: #D56D3C;
    
}
.card-time p {
    font-family: "Archivo ExtraCondensed";
    font-size: 14px;
    font-weight: 400;
    line-height: 15.23px;
    text-align: center;
}
.card-time {
    border: 1px solid #D56D3C;
    padding: 8px 23px;
    border-radius: 10px;
    background: #D56D3C12;
}
.card-price h5 {
    font-family: "Archivo ExtraCondensed";
    font-size: 26px;
    font-weight: 600;
    line-height: 23.94px;
    text-align: left;
    color: #D56D3C;
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-price h5 span {
    font-size: 1.55rem;
    font-weight: 600;
    color: #D56D3C;
}

.upcoming-workship .work-card-right{ width:100%; min-height:110px;}
.upcoming-workship .work-card .card-price del,.work-card-flex > div.work-card-right > div.card-price > h5 > del > span > bdi,
.page-template-template-courses .upcoming-workship.our-course .card-price > h5 > del > span > bdi { display:none;}

.page-template-template-courses .course-btm h5{font-size:1.55rem;}
.card-price {
    display: flex;
    align-items: center;
    gap: 10px;
}
.card-price p {
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 15.23px;
    text-align: left;
    color: #434343;
}
.card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #00000040;
    padding-top: 15px;
    margin-top: 20px;
}
.card-bottom h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #000000;
    text-transform: capitalize;
}
.upcoming-wrkshp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    padding: 27px 27px 40px 27px;
}
.view-all {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.41px;
    text-align: center;
    color: #D56D3C;
    border: 2px solid #D56D3C;
    background: #D56D3C1F;
    padding: 13px 32px;
    border-radius: 20px;
    width: fit-content;
    display: block;
    border-radius: 40px;
    text-transform: uppercase;
}

.view-all:hover{background:#D56D3C; color: #fff;}
.upcoming-workship {
    background: #1c1c1c;
    padding: 50px 25px 0 25px;
}
.custom-workshop {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 10px;
    margin-top: -48px;
    background-image: url(../images/wrshp-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.product-card {
    border-radius: 20px 60px 20px 20px;
    /*clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);*/
    position: relative;
    padding: 29px;

}
.product-card:hover::before {
    height: 100%;
    transition: 0.3s ease-in-out;
    clip-path: unset !important;
    border-radius: 20px !important;
    width: 100%;
     top: 35px; 
    bottom: 0;
}
.product-card:hover {
    height: 100%;
    transition: 0.3s ease-in-out;
    clip-path: unset !important;
}
.product-card::before {
    background: #131313;
    padding: 20px;
    border-radius: 20px 60px 20px 20px;
    clip-path: polygon(0 0, 100% 14%, 100% 100%, 0% 100%);
    height: 80%;
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    right: 0;
    transition: 0.3s ease-in-out;
}
.prdct-crd-btm h2 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30.46px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 19px;
}
.view-all.wthout-bg {
    padding: 7px 16px;
    font-size: 14px;
    color: #fff;
}
.add-review {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
}
.star-rating .checked {
    color: #FBEA53;
}
.star-rating  {
    color: #E1E1E1;
    padding: 10px 0;
}

.prdct-crd-btm h5 {
    font-family: Rubik;
    font-size: 22px;
    font-weight: 500;
    line-height: 28.44px;
    text-align: center;
    color: #D56D3C;
    display: flex;
    align-items: center;
    gap:10px;
    justify-content: center;
}
.prdct-crd-btm {
    text-align: center;
}
.prdct-crd-btm h5 del span{
  color: #D56D3C6B;
  font-size: 16px;
}

.our-products {
    background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 40px 0;
}
.common-heading h3 {
    font-size: 67px;
    font-weight: 400;
    line-height: 39.17px;
    text-align: center;
    color: #D56D3C;
}
.common-heading p {
    font-size: 35px;
    font-weight: 400;
    line-height: 23.94px;
    text-align: center;
    color: #C5C4C4;
    padding: 40px 0 40px 0;
    font-family: "Archivo ExtraCondensed Light";
}

.owl-carousel.workshop-carousel .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -39px;
    transform: translate(-50%, -50%);
}

.workshop-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #FFDFBB;

    border: 1px #FFDFBB solid;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.workshop-carousel .owl-dot.active span{
    background: #EB7D00;
    border: 1px solid #EB7D00;
}

.course-btm img {
    width: 37px !important;
}
.course-btm {
    width: 80%;
    margin-left: auto;
    position: relative;
    border-radius: 8px;
    padding-left: 30px;
    background: #fff;
    box-shadow: 0px 15px 15px 0px #00000014;
    box-shadow: -5px 0px 0px 0px #D56D3C;
    padding: 20px 20px 36px 20px;
    margin-top: -47px;
    box-shadow: 0px 0px 30px 0px #00000014;
}
.course-btm::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    box-shadow: -5px 0px 0px 0px #D56D3C;
    width: 20px;
    border-radius: 32px;
}


.course-btm p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    text-align: left;
    color: #434343;
    padding: 10px 0;
    width: 90%;
}
.course-btm a {
    float: right;
    transition: 0.3s ease-in-out;

}








/* ========Our Courses============ */
.our-course .upcoming-wrkshp-top {
    justify-content: center;
    text-align: center;
}
.work-left h2 {
    font-size: 45px;
    font-weight: 400;
    line-height: 27.17px;
    padding-bottom: 19px;
}
.work-left p {
    font-size: 21px;
    font-weight: 400;
    line-height: 23.94px;
    text-align: center;
    font-family: "Archivo ExtraCondensed Light";
    color: #434343;
}
.course-imgae img {
    width: 263px  !important;
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0px #00000014;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.upcoming-workship.our-course {
    padding: 80px 0;
}
.course-carousel {
    padding: 0 40px;
}


.owl-carousel.course-carousel .owl-dots {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -82px;
    transform: translate(-50%, -50%);
}

.course-carousel .owl-dots span {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    background: #FFDFBB;

    border: 1px #FFDFBB solid;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.course-carousel .owl-dot.active span{
    background: #EB7D00;
    border: 1px solid #EB7D00;
}

.our-course .custom-workshop {
    padding: 30px 0 94px 0;
}

.socila-media ul {
    display: flex;
    gap: 20px;
    align-items: center;
}
.socila-media ul li a {
    color: #D56D3C;
    font-size: 20px;
}
.socila-media h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 26.11px;
    text-align: left;
    color: #fff;
    padding: 21px 0;
    letter-spacing: 1px;
}
.social-all a {
    color: #CDCFD1;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
}
.social-all p {
    color: #D9D9D9;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    width: 90%;
    padding: 20px 0 30px 0;
}


.course-card:hover .course-imgae img {
    width: 263px !important;
    overflow: hidden;
    border-radius: 20px;
    transform: scale(1.2);
    transform-origin: 50% 50%;
    transition: 0.3s ease-in-out;
    border-radius: 40px;
}
.course-imgae {
    width: 263px !important;
    overflow: hidden;
    border-radius: 40px;
}

.course-card:hover .course-btm a {
    float: right;
    /*transform: rotate(-45deg);*/
    /*transition: 0.3s ease-in-out;*/
 
}   

.course-card:hover .course-btm img {
    width: 33px !important;
    background: #e9cba3;
    height: 33px;
    border-radius: 50%;
}

.prdct-crd-img img {
    width: 213px;
    margin: 0 auto;
    /*border-radius: 36px;*/
}
.prdct-crd-img {
    text-align: center;
}


.breadcumb::before {
    position: absolute;
    content: "";
    /*background: #1d1d1d80;*/
    background:#000000;
    width: 100%;
    height: 100%;
}

.breadcumb {
    position: relative;
    height: 300px;
}
.breadcumb img {
    height: 100%;
}
.hero-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.hero-content-upper h2 {
  text-transform: capitalize;
    font: normal normal bold 47px / 51px Rubik;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 6px 6px #00000014;
}
.hero-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    text-align: center;
}

section.row.courses-single1 {
    margin: 40px;
}

.courses-title h2 {
    padding-bottom: 16px;
}
.woo-sctr-shortcode-countdown-2 .woo-sctr-shortcode-countdown-date { display:none !important}


/*14-08-2024-start*/

.product-sec{background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 40px 0;}
.left-nav-bar{   background: #131313;
       border-radius: 10px; color:#fff;
}
.left-nav-bar .bapf_head{ padding:10px 20px;}
.left-nav-bar .bapf_body{padding:10px 20px;}
.left-nav-bar .checked label{color:#9F9F9F; font-family:
Archivo Condensed;}
.irs--round .irs-bar{top: 35px;
    height: 7px;
    background-color: #D56D3C;}
.irs--round .irs-handle{    border: 4px solid #fff;
    background-color: #D56D3C;}
.irs--round .irs-from, .irs--round .irs-single, .irs--round .irs-to{ background-color: transparent;} 
.irs--round .irs-from:before, .irs--round .irs-single:before, .irs--round .irs-to:before{border-top-color: transparent;}
.bapf_head{ background:#000;}

.dynamic-release .products{ float:left;}
.woocommerce .products .star-rating{ margin:10px auto;}
.star-rating .checked{left: -1px;
    color: #FBEA53;
    top: -10px;
    position: relative;}
.svg-inline--fa{height: .96em;} 
.woocommerce-shop .woocommerce-result-count{ font-family: Archivo ExtraCondensed Light;
    font-size: 28px;
    font-weight: 400;
    line-height: 30.46px;
    text-align: left;
    color: #D9D9D9; display:none;} 
.woocommerce-shop .product-sec .products{ float:left;}
.woocommerce-shop .product-sec h3.pro-title{color: #D56D3C;font-family: Archivo ExtraCondensed;
font-size: 36px;
font-weight: 400;
line-height: 39.17px;
text-align: left;
}
.bapf_head h3{ font-family: "Archivo Black", sans-serif;
    font-size: 23px;
    font-weight: 600;}
.woocommerce-shop .bapf_sfilter label {
    font-family: Archivo ExtraCondensed Light;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.41px;
    text-align: left; 
    color: #9F9F9F;
}   

.woocommerce-shop .prdct-crd-btm h2{ font-family: Archivo ExtraCondensed Light;
    font-size: 27px;
    font-weight: 400;
    line-height: 30.46px;
    text-align: center;
    min-height: 80px;} 
.woocommerce .woocommerce-ordering select{     background: #000;
    width: 240px;
    color:#9F9F9F;
    padding: 10px 20px;font-family: Archivo ExtraCondensed Light;
    font-size:16px;
    font-weight: 400;
    line-height: 30.46px;}    
.orderby option:hover{  background-color:#D56D3C !important;}   
.single-product{    background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;   }
.singal-product-det{    background: #272727;
    margin: 0px;
    padding: 30px;}
    
.singal-product-det .product_title{    font-family: "Archivo ExtraCondensed Light";
    font-size: 48px;
    font-weight: 400;
    line-height: 52.22px;
    text-align: left;
    color: #D56D3C;}
    
.singal-product-det .star-rating {
    color: #FBEA53;
    padding: 10px 0; }   
.woocommerce-review-link{    color: #ECECEC;
    font-family: "Archivo ExtraCondensed Light";}    
.woocommerce-review-link:hover{color:#D56D3C;}
.woocommerce-product-details__short-description p{     color: #A0A0A0;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 20px;}
.woocommerce div.product .woocommerce-tabs .panel{ margin: 0 0 2em;
    background: #fff;
    padding: 30px;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0px; margin: 0px;}
.wc-tabs-wrapper{ background:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{display: block;
    padding: 15px 15px;
    border: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background: #D56D3C;  animation: blinkAnimation 1s infinite;  }  

@keyframes blinkAnimation {
    0%, 100% {
        background-color: #D56D3C; /* Fully visible */
    }
    50% {
        background-color:#000; /* Invisible */
    }
}



.animated-button {
    padding: 15px 30px; /* Button padding */
    font-size: 18px; /* Font size */
    color: white; /* Text color */
    border: none; /* Remove border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    background: linear-gradient(90deg, #D56D3C, #D56D3C);
    background-size: 200% 100%; /* Double the width for animation */
    animation: backgroundAnimation 4s linear infinite; /* Animation properties */
    transition: transform 0.3s; /* Smooth transform on hover */
}

.animated-button:hover {
    transform: scale(1.05); /* Slightly enlarge button on hover */
}

@keyframes backgroundAnimation {
    0% {
        background-position: 100% 0; /* Start from the right */
    }
    50% {
        background-position: 0 0; /* Move to the left */
    }
    100% {
        background-position: 100% 0; /* Move back to the right */
    }
}






.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {    background: #FF9D6F;
    box-shadow: none;
    width: 14px;
    height: 74px;
    border-radius: 0px;
    right: -3px;
    border: none;
    bottom: 0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{ background-color: transparent;}  
.woocommerce div.product .woocommerce-tabs .panel{ background:#EFF6F8;}
.wc-tabs-wrapper .row .col-md-3{ padding-right:0px;}
.wc-tabs-wrapper .row .col-md-9{ padding-left:0px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border-bottom: none;}
.simple-cart{    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;}
.woocommerce div.product form.cart .button{ background: #D56D3C;
    border-radius: 20px;
    font-family: "Archivo ExtraCondensed Light";
    font-weight: 500;
    text-transform: uppercase;}
    
 button.single_add_to_cart_button:before {height: 15px;
    background: url(../images/cart-icon.png);
    display: inline-block;
    float: left;
    content: "";
    font-weight: 300;
    margin-right: .5em;
    width: 17px;
    background-size: 16px 14px;
    background-repeat: no-repeat;
}   
 
.woocommerce div.product form.cart {
    margin-bottom: 0px;
}  
.simple-cart form.cart div.quantity{    margin-left: 70px !important;
    margin-right: 70px ! IMPORTANT;}
.simple-cart form.cart div.quantity{}    
.simple-cart .qib-button-wrapper{ margin-left:40%;} 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#D56D3C;}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{ color:#A0A0A0; margin-right:10px;}
.single-product .entry-summary .price{position: relative;
    top: 44px;
    left: 20px;
    display: table;
    font-size: 24px !important;}
.inner-page{padding: 50px 0px;
    background-color: #fff;
    background-image: url(../images/wrshp-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}



.about-us-page h2{    font-family: "Archivo ExtraCondensed Light";
    font-size: 48px;
    font-weight: 400;
    line-height: 52.22px;
    text-align: left;
    color: #D56D3C;}
.about-me-sec{background:#272727;padding:50px 0px;
        background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;}
.abou-me-det p{color: #A0A0A0;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 18px;}    
.abou-me-det h3,.about-us-page h3,.about-me-sec h4{    font-size:50px;
    font-weight: 400;
    line-height: 52.22px;
    text-align: left;
    color: #D56D3C;}
.about-me-sec h4{     font-size: 46px;
    color: #D56D3C;
    margin-bottom: 20px;}    
.about-us-page .item{border: 1px solid rgba(0, 0, 0, .3);
    padding: 20px 20px;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0.1);}
.about-us-page h5{ margin-top:20px; color: #D56D3C; font-size:22px;} 
.clientimg{ 
    background: #fff;
    height: 170px;
    border-radius: 10px 0px 10px 0px;
    text-align: center;
    position: relative;}
.clientimg:hover{border-radius: 0px 10px 0px 10px;}
.benefits-page h4{ color:#D56D3C;}
.istm_sec{text-align:center; font-size:18px;}
.istm_sec h3{ text-align: center;
    color: #D56D3C;
    margin-bottom: 20px;}
.istm_sec p{color:#A0A0A0; text-align:left; font-size:1.2rem;}    
.clientimg-cont{     border: 1px solid rgba(0, 0, 0, .3);
    padding: 20px 20px;
    border-radius: 20px;
    margin: 20px;
    box-shadow: 2px 1px 2px rgba(0, 0, 0.1);
    bottom: -40px;
    position: absolute;
    background: rgba(255, 255, 255, .8);
    left: 0px;
    right: 0px;
    height: 130px;
    text-align: center;}

.workshop-headeing{ margin-bottom: 50px;
    text-align: center;}
.workshop-headeing h3{     color: #D56D3C;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 48px;} 
.workshop-page h4,.adwaswork_sec h4,.contact_sec h4{   color: #D56D3C;
    font-family: "Archivo ExtraCondensed Light";
    font-size: 33px;}    
.workshop-headeing p{ margin-top:10px;}
.adwaswork_sec p{color: #A0A0A0; }
.contact_sec h4{ margin-bottom:20px;}

.contactfr_form {
  padding: 10px 0 0;
}

.quoteform .form-control {
  border: 1px solid #D56D3C;
    border-radius: 7px;
    height: 55px;
    margin-bottom: 15px;
    background: #f6feff;
    font: normal normal normal 14px / 16px Outfit;
}

.submitbtn .know-more {
  margin: 0px 0px;
  padding: 13px 32px;
  font: normal normal bold 15px / 0px Outfit;
  letter-spacing: 1.22px;
  color: #ffffff;
  border: #D56D3C 2px solid;
  background: #D56D3C;
  border-radius: 27px;
  text-decoration: none;
  min-width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.submitbtn .know-more:hover {
  color: #D56D3C;
  border: #D56D3C 2px solid;
  background: transparent;
}
.contactfr_form{    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);}
.cntctf_right > ul {
  list-style: none;
  padding: 0;
}

.cntctf_right > ul li {
    position: relative;
    padding: 0 0 12px 55px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 18px;
}

.cntctf_right > ul li a {
    text-decoration: none;
    letter-spacing: 0px;
    color: #000000;
}


.cntctf_right > ul li .icon {
  position: absolute;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
}

.cntctf_right > .details {
  color: #6f7775;
  font-weight: 400;
  font-size: 15px;
}

.social-menu {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  margin: 32px 0 0;
}

.social-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.social-menu ul li {
  list-style: none;
  margin: 0 6px 0 0;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background:#D56D3C;
  text-align: center;
  transition: 0.6s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  margin: 0 0 0 10px;
  text-decoration: none;
}

.social-menu ul li a:hover {
  transform: translate(0, -10%);
  color: #fff;
  box-shadow: 0 5px 4px rgb(0 0 0 / 50%);
}

.social-menu ul li a i,
.social-menu ul li a svg {
  color: #ffffff;
}

.prdct-descript{ 
    background: #808080;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 210px;
    height: 214px;
    margin: 0px auto;
    top: 28px;
    /*border-radius: 30px;*/
    text-align: center;
    padding: 50px 5px;
    
}    

.prdct-descript p{font-size:14px; font-weight:500;}
.product-card:hover .prdct-descript{ opacity:1;}
.btn-details{ 
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #ff7d26;
    border-radius: 0px;
    display: table;
    margin: 0px auto;
    color: #fff;
    font-weight: 400;
    width: 100%;}
.client-say{    padding: 50px 0px 15px 0px;
    background-color:#1c1c1c; 
    background-image: url(../images/wrshp-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}  
.client-say .client-say-det p {font-size: 18px;}
.posted_in{
    color: #fff;
    font-size: 27px;
    font-weight: 300;
    font-family: "Archivo ExtraCondensed Light";}
.posted_in a{color:#D56D3C} 
.inner-banner{    background-image: url(../images/bnr-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px 30px 0px;}
.inner-banner img{    width: auto !important;
    height: auto;
    max-width: 430px;}

.inner-banner h1{  
    top: 30%;
    text-transform: capitalize;
    font: normal normal bold 44px / 61px Rubik;
    letter-spacing: 0px;
    color: #D56D3C;
    text-shadow: 0px 6px 6px #00000014;
    left: 24%;
    position: relative;}


.clients-sec img{   position: absolute; /* Position the image absolutely */
    top: 50%;           /* Move the image down 50% of the container's height */
    left: 50%;          /* Move the image right 50% of the container's width */
    transform: translate(-50%, -50%); /* Offset the image by half its width and height */}    
.made-use-sec{padding:10px 0px 50px 0px ;}  
.single-product .product_meta{ display:none;}
.owl-drag h3,.owl-drag .item p,.client-say .item p,.client-say .item h5,.client-say h3{text-align: center;}
.client-say-det{ 
    background: #fff;
    padding: 30px;
    clear: both;
    max-width: 1020px;
    display: table;
    margin: 0px auto;
    border-radius: 20px;}
.wc-block-cart__submit-button{
    font-size: 16px;
    font-weight: 400;
    line-height: 17.41px;
    text-align: center;
    color: #D56D3C;
    border: 2px solid #D56D3C;
    background: #D56D3C1F;
    padding: 13px 32px;
    border-radius: 20px;
    width: fit-content;
    display: block;
    border-radius: 40px;
    text-transform: uppercase;}
.wc-block-cart__submit-button:hover{background:#D56D3C; color: #fff; }   
body > div.upcoming-workship.our-course > div > div > div.row > div:nth-child(4){ margin-left:19%;}  
.woocommerce .woocommerce-ordering{display:none;}
.about-video{ width: 500px;
    margin-right: 10px;
    margin-bottom: 20px;
    vertical-align: top;
    float: left;}
    
.woocommerce-shop .post-313{margin-left:12% !important; margin-bottom:30px ;} 
.woocommerce-shop .post-314{margin-left:25% !important;}
.woocommerce-shop .post-313,.woocommerce-shop .post-97,.woocommerce-shop .post-100{margin-top: 90px;}

#tab-reviews #comments{display:none !important;} 
/*14-08-2024-end*/

.page-template-template-home .card-price h5 span{font-size:1.55rem; text-align:center;}
.page-template-template-home .card-price h5 span{margin-left:30px;}
.page-template-template-home .prdct-crd-btm h5 del{display:none;}
.post-type-archive-product .post-60 .prdct-crd-btm h5 del,.post-type-archive-product .post-83 .prdct-crd-btm h5 del,.post-type-archive-product .post-82 .prdct-crd-btm h5 del,.post-type-archive-product .post-81 .prdct-crd-btm h5 del{ display:none;}
span.onsale{display:none;}
.read-more-but:hover{   transform: rotate(0deg) !important;
    transition: 0.3s ease-in-out !important;}
.istm_sec .rbo{
    color: #D56D3C;
    margin-top: 10px;
    margin-bottom: 10px;
    display: table;}    
.woocommerce-shop .post-313:before{
    color: #D56D3C;
    content: "Courses";
    font-family: Archivo ExtraCondensed;
    font-size: 36px;
    font-weight: 400;
    line-height: 39.17px;
    text-align: left;
    position: absolute;
    left: -124px;
    top: -50px;} 
.home .work-card-right h3 span{color:#D56D3C} 
#shipping-phone:before{display:none;}
.wc-block-components-address-form__phone label{display:none;
    display: none;
    font-size: 0px !important;
    color: #fff !important;}
.wc-block-components-address-form__phone:before {
    position: absolute;
    content: "Phone";
    font-size: 16px;
    color: hsla(0, 0%, 7%, .7);
    left: 10px;
    top: 4px;}


.prdct-crd-btm h5 del{text-decoration:none !important;}
.wc-block-components-product-metadata__description{display:none;}
.about-us-video{ max-width:100%;}
.modal-content{background-color: #D56D3C;}
.aws-search-result .aws_result_sale,.aws-search-result ul li:last-child{ display:none  !important;}
.single-product .woocommerce-product-details__short-description del{ display:none;}
.woocommerce div.product form.cart .button{color:#fff !important;}
.postid-60 .custom-button,.postid-83 .custom-button,.postid-82 .custom-button,.postid-81 .custom-button,.custom-button{ display:none !important;}
.entry-summary .price del,.wc-block-cart-item__prices .wc-block-components-product-price .wc-block-components-product-price__regular { display: none !important;}
.woocommerce-cart .wc-block-components-product-metadata .wc-block-components-product-metadata__description,.woocommerce-cart .wc-block-components-sale-badge,.single-product .woocommerce-review__published-date{display:none;}
.wc-block-components-totals-item__description .wc-block-components-totals-shipping__via{display:none;}
.wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control{ display:none;}
.wc-block-components-sidebar-layout.wc-block-checkout.is-large > div.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block > div.wp-block-woocommerce-checkout-order-summary-block > div.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper > div > div.wc-block-components-panel__content > div > div > div.wc-block-components-order-summary-item__description > span.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price > del{ display:none;}
.woocommerce-checkout .wc-block-components-radio-control__option,.woocommerce-checkout .wc-block-components-checkout-step__title{ display:none;}

.tes-nav{font-size: 40px !important;
    color: #D56D3C !important;
    margin-top: 60px !important;
    top: 25px !important;
    position: relative;}
.tes-nav:hover{color:#fff !important;}
.header-social-icons{ position: relative;}
.counter {  
    position: absolute;
    right: -19px;
    top: -10px;
    background:#D56D3C;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding: 2px 3px;
    line-height: 15px;
    font-size: 12px;
}

.page-id-30 .wc-block-grid__products .wc-block-grid__product-price del{ display:none;}

.page-id-30 .wc-block-grid__products .star-rating{color:#FBEA53;}
.resent-post ul li a{color:#D56D3C;}
.resent-post ul li a:hover{color:#000;}
.ep-qr-code-section {display:none;}


.resent-post{    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 30px;
    border-radius: 30px;}
.resent-post ul {
    display: flex
;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.resent-post ul li:nth-child(odd) {
    flex: 0 0 30%;
    margin-right: 10px;
    margin-bottom: 20px;
}
.resent-post ul li:nth-child(even) {
    flex: 0 0 66%;
    margin-bottom: 20px;
}
.resent-post h3{font-family: "Anton", sans-serif;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 15px; font-size: 1.25rem;}
.resent-post ul li img {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #727473;
    border-radius: 50%;
}
.resent-post ul li h4 {
       color: #252525;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.resent-post ul li p {
    color: #252525;
    font-size: 13px;
    font-weight: 600;
}
.page-id-30 section > div > div > div:nth-child(4) > div > div > h2:nth-child(3),.wc-block-grid__product-onsale{ display:none !important;}


.woocommerce-checkout .wc-block-components-radio-control__option, .woocommerce-checkout .wc-block-components-checkout-step__title {
    display: block; 
}
#venue_hidden_details > div > ul > li:nth-child(3){display:none !important;}