@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

body,span{

    font-family: 'Montserrat', sans-serif;

    line-height: 1.5;

    margin: 0;

    padding: 0;

}

p,li,a{

    font-family: 'Montserrat', sans-serif;

    line-height: 1.5;

    margin: 0;

    padding: 0;

}

h1,h2,h3,h4,h5,h6{

    font-family: 'Montserrat', sans-serif;

    line-height: 1.5;

    margin: 0;

    padding: 0;

}

img{

    max-width: 100%;

    height: auto;

}

ol,ul{

    margin: 0;

    padding: 0;

}

li{

    list-style: none;

}

h1,h2,h3,h4,h5,h6,p,a,span{

    display: inline-block;

}

h1,h2,h3,h4,h5,h6{

    width: 100%;

}

a:hover{

    text-decoration: none;

}

.label1 {

    font-weight: 600;

    color: red;

    bottom: -27px;

    font-size: 12px;

    left: 0;

    width: 100%;

    text-align: left;

}

/* default css */



/*========================= Common CSS start ==================*/



.section_padding {

    padding: 100px 0px;

}

.default-cta {

    color: #FFF;

    padding: 16px 32px;

    display: inline-block;

    transition: all 0.4s;

    text-align: center;

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%);

    border-radius: 5px;

    font-family: 'Montserrat';

    font-weight: 700;

    font-size: 16px;

    line-height: 1.37;

    position: relative;

}

.all_btn {

    margin-top: 30px;

    position: relative;

    width: fit-content;

    text-align: center;

    margin-left: auto;

    margin-right: auto;

}

.all_btn:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    border: 2px solid;

    background: linear-gradient(263deg, #aba104 0%, #265d0c 101.5%)!important;

    border-image: linear-gradient(263deg, #aba104 0%, #265d0c 101.5%)1!important;

    border-radius: 5px;

    -webkit-mask: linear-gradient(263deg, #aba104 0%, #265d0c 101.5%);

    overflow: hidden;

}

.all_btn:after {

    content: '';

    position: absolute;

    right: 2px;

    bottom: 2px;

    background: #fff;

    left: 2px;

    top: 2px;

    border-radius: 4px;

    z-index: -1;

}

.all_btn:hover {

    color: #fff !important;

    -webkit-text-fill-color: #fff !important;

    -webkit-background-clip: border-box;

    background-clip: border-box;

}

.default-cta:hover {

    background: -webkit-linear-gradient(263deg, #aba104 0%, #265d0c 101.5%), #FFFFFF;

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

}


body .container{

    max-width: 1290px;

    padding: 0 15px;

}

.section_title_inner h1{

    font-size: 45px;

    line-height: 1.5;

    font-weight: 700;

    color: #081C24;

    margin: 0 0 15px;

}

.section_title_inner h2{

    font-size: 30px;

    line-height: 1.5;

    font-weight: 700;

    color: #000000;

    margin: 0 0 15px;

}
.section_title_inner p{
    margin-bottom: 16px;
}

.section_title_inner h4{

    font-size: 20px;

    line-height: 1.5;

    font-weight: 600;

    color: #000000;

    margin: 0 0 15px;

}

.section_title_inner p{

    font-size: 18px;

    line-height: 1.5;

    font-weight: 500;

    color: #363A3F;

}

.text_black{

    color: #1E262F;

}

@media only screen and (max-width: 1199px){

    body .container{

        max-width: 992px;

    }

     .section_padding {

        padding: 60px 0px;

    }

}

@media only screen and (max-width: 991px){

    body .container{

        max-width: 768px;

    }

}

@media only screen and (max-width: 767px){

    body .container{

        max-width: 665px;

    }

    .section_title_inner h2{

        font-size: 25px;

    }

}

@media only screen and (max-width: 575px){

    body .container{

        max-width: 100%;

    }

}

/* ================ header start =================== */

.sticky-header{

    position: sticky;

    position: -webkit-sticky;

    top: 0;

    background: #ffffff;

    display: inline-block;

    width: 100%;

    z-index: 999;

}

.scrool-header{

    box-shadow: 0px 10px 17px rgb(34 81 168 / 9%);

}

.lp_header{

    padding: 15px 0;

}
.header_logo h2{
    font-weight: 700;
    color: #BD3BAB;
}

.header_btn{

    text-align: right;

}

.header_btn .lp_default_btn{

    padding: 7px 24px;

}



.header-btn-info {

   /* --r: 5px;

    --b: 2px;*/

    background: -webkit-linear-gradient(263deg, #aba104 0%, #265d0c 101.5%), #FFFFFF;

    -webkit-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

    color: transparent;

    border-radius: 5px;

    margin: 0 auto;

    position: relative;

    z-index: 0;

    text-decoration: none;

    line-height: 1.2;

    padding: 15px 22px;

    font-weight: 700;

}

.header-btn{

    position:relative;

}

.header-btn:before {

    content: "";

    position: absolute;

    z-index: -1;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    border: 2px solid;

    background: linear-gradient(263deg, #aba104 0%, #265d0c 101.5%)!important;

    border-image: linear-gradient(263deg, #aba104 0%, #265d0c 101.5%)1!important;

    border-radius: 5px;

    -webkit-mask: linear-gradient(263deg, #aba104 0%, #265d0c 101.5%);

    overflow: hidden;

}

.header-btn:after {

    content: '';

    position: absolute;

    right: 2px;

    bottom: 2px;

    background: #fff;

    left: 2px;

    top: 2px;

    border-radius: 4px;

    z-index: -1;

}

.header-btn:hover .header-btn-info{

    color: #fff !important;

    -webkit-text-fill-color: #fff !important;

    -webkit-background-clip: border-box;

    background-clip: border-box;

}

/* ====================== Menu css ======================== */



 body:before {

     content: "";

     position: absolute;

     top: 0;

     left: 0;

     right: 0;

     bottom: 0;

     background: rgba(0, 0, 0, 0.5);

     -webkit-transition: .3s all ease;

     -o-transition: .3s all ease;

     transition: .3s all ease;

     opacity: 0;

     visibility: hidden;

     z-index: 1;

}

 body.offcanvas-menu:before {

     opacity: 1;

     visibility: visible;

}

.site-navbar {

    margin-bottom: 0px;

    z-index: 1999;

    width: 100%;

    padding: 3px 15px;

}

 .site-navbar.transparent {

     background: transparent;

}

 .site-navbar.absolute {

     position: absolute;

     top: 0;

     left: 0;

     width: 100%;

}

 .site-navbar .site-logo {

     position: relative;

     left: 0;

     font-size: 24px !important;

}

 .site-navbar .site-navigation .site-menu {

     margin-bottom: 0;

     margin-right: 30px;

}

.site-navbar .site-navigation .site-menu .active > a span {

    color: #fff;

    display: inline-block;

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%), #FFFFFF;

    border-radius: 3px;

    font-weight: 500;

}

 .site-navbar .site-navigation .site-menu a {

     text-decoration: none !important;

     display: inline-block;

}

 .site-navbar .site-navigation .site-menu > li {

    display: inline-block;

    margin: 0px 2px;

}

 .site-navbar .site-navigation .site-menu > li > a {

     padding: 10px 0px;

     color: #1E262F;

     font-size: 16px;

     text-decoration: none !important;

}

.site-navbar .site-navigation .site-menu > li > a > span {

    display: inline-block;

    font-size: 13px;

    line-height: 16px;

    text-transform: uppercase;

    padding: 8px 14px;

    font-family: 'Montserrat';

    color: #1E262F;

    font-weight: 500;

}

 .site-navbar .site-navigation .site-menu > li > a:hover > span {

    color: #fff;

    display: inline-block;

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%), #FFFFFF;

    border-radius: 3px;

    font-weight: 500;

}

 .site-navbar .site-navigation .site-menu .has-children {

     position: relative;

}

 .site-navbar .site-navigation .site-menu .has-children > a span {

     position: relative;

     padding-right: 30px;

}

 .site-navbar .site-navigation .site-menu .has-children > a span:before {

     position: absolute;

    content: "\f107";

    font-size: 16px;

    top: 50%;

    right: 10px;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown {

     visibility: hidden;

     opacity: 0;

     top: 100%;

     position: absolute;

     text-align: left;

     border-top: 2px solid #df466f;

     -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);

     box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);

     padding: 0px 0;

     margin-top: 20px;

     margin-left: 0px;

     background: #fff;

     -webkit-transition: 0.2s 0s;

     -o-transition: 0.2s 0s;

     transition: 0.2s 0s;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {

     position: absolute;

    z-index: 1;   

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {

     bottom: 100%;

     left: 20%;

     border: solid transparent;

     content: " ";

     height: 0;

     width: 0;

     position: absolute;

     pointer-events: none;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {

     border-color: rgb(54 115 153 / 0%);

    border-bottom-color: #df466f;

    border-width: 10px;

    margin-left: -10px;

    z-index: 99999999;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown a {

     text-transform: none;

     letter-spacing: normal;

     -webkit-transition: 0s all;

     -o-transition: 0s all;

     transition: 0s all;

     color: #343a40;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {

     color: #007bff !important;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown > li {

     list-style: none;

     padding: 0;

     margin: 0;

     min-width: 200px;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {

     padding: 9px 20px;

     display: block;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {

     background: #fafafb;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a {

     position: relative;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:after {

    position: absolute;

    right: 0;

    content: "\f105";

    right: 20px;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {

     left: 100%;

     top: 0;

}

 .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {

     background: #fafafb;

}

 .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {

     color: #df466f;

}

 .site-navbar .site-navigation .site-menu .has-children:hover > a span, .site-navbar .site-navigation .site-menu .has-children:focus > a span, .site-navbar .site-navigation .site-menu .has-children:active > a span {

    color: #fff;

    display: inline-block;

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%), #FFFFFF;

    border-radius: 3px;

    font-weight: 500;

}

 .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {

     cursor: pointer;

}

 .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {

     -webkit-transition-delay: 0s;

     -o-transition-delay: 0s;

     transition-delay: 0s;

     margin-top: 0px;

     visibility: visible;

     opacity: 1;

}

 .site-mobile-menu {

     width: 300px;

     position: fixed;

     right: 0;

     z-index: 2000;

     padding-top: 20px;

     background: #fff;

     height: calc(100vh);

     -webkit-transform: translateX(110%);

     -ms-transform: translateX(110%);

     transform: translateX(110%);

     -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);

     box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);

     -webkit-transition: .3s all ease-in-out;

     -o-transition: .3s all ease-in-out;

     transition: .3s all ease-in-out;

}

 .offcanvas-menu .site-mobile-menu {

     -webkit-transform: translateX(0%);

     -ms-transform: translateX(0%);

     transform: translateX(0%);

}

 .site-mobile-menu .site-mobile-menu-header {

     width: 100%;

     float: left;

     padding-left: 20px;

     padding-right: 20px;

}

 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {

     float: right;

     margin-top: 8px;

}

 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {

     font-size: 30px;

     display: inline-block;

     padding-left: 10px;

     padding-right: 0px;

     line-height: 1;

     cursor: pointer;

     -webkit-transition: .3s all ease;

     -o-transition: .3s all ease;

     transition: .3s all ease;

}

 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {

     color: #f8f9fa;

}

 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {

     float: left;

     margin-top: 10px;

     margin-left: 0px;

}

 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {

     display: inline-block;

     text-transform: uppercase;

}

 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {

     max-width: 70px;

}

 .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {

     text-decoration: none;

}

 .site-mobile-menu .site-mobile-menu-body {

     overflow-y: scroll;

     -webkit-overflow-scrolling: touch;

     position: relative;

     padding: 0 20px 20px 20px;

     height: calc(100vh - 52px);

     padding-bottom: 150px;

}

 .site-mobile-menu .site-nav-wrap {

     padding: 0;

     margin: 0;

     list-style: none;

     position: relative;

}

 .site-mobile-menu .site-nav-wrap a {

     padding: 10px 20px;

     display: block;

     position: relative;

     color: #212529;

}

 .site-mobile-menu .site-nav-wrap a:hover {

     color: #007bff;

}

 .site-mobile-menu .site-nav-wrap li {

     position: relative;

     display: block;

}

 .site-mobile-menu .site-nav-wrap li.active > a {

     color: #df466f;

}

 .site-mobile-menu .site-nav-wrap .arrow-collapse {

     position: absolute;

     right: 0px;

     top: 10px;

     z-index: 20;

     width: 36px;

     height: 36px;

     text-align: center;

     cursor: pointer;

     border-radius: 50%;

}

 .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {

     background: #f8f9fa;

}

 .site-mobile-menu .site-nav-wrap .arrow-collapse:before {

     position: absolute;

    left: 50%;

    -webkit-transform: translate(-50%, -50%) rotate(-180deg);

    -ms-transform: translate(-50%, -50%) rotate(-180deg);

    transform: translate(-50%, -50%) rotate(-180deg);

    -webkit-transition: .3s all ease;

    -o-transition: .3s all ease;

    transition: .3s all ease;

    content: "\f107";

    font-size: 16px;

    top: 50%;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

}

 .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {

     -webkit-transform: translate(-50%, -50%);

     -ms-transform: translate(-50%, -50%);

     transform: translate(-50%, -50%);

}

 .site-mobile-menu .site-nav-wrap > li {

     display: block;

     position: relative;

     float: left;

     width: 100%;

}

 .site-mobile-menu .site-nav-wrap > li > a {

    font-size: 17px;

    line-height: 16px;

    text-transform: uppercase;

    padding: 8px 14px;

    font-family: 'Montserrat';

    font-weight: 500;

}

 .site-mobile-menu .site-nav-wrap > li > ul {

     padding: 0;

     margin: 0;

     list-style: none;

}

 .site-mobile-menu .site-nav-wrap > li > ul > li {

     display: block;

}

 .site-mobile-menu .site-nav-wrap > li > ul > li > a {

      font-size: 17px;

    line-height: 16px;

    text-transform: uppercase;

    padding: 8px 14px;

    font-family: 'Montserrat';

    font-weight: 500;

}

 .site-mobile-menu .site-nav-wrap > li > ul > li > ul {

     padding: 0;

     margin: 0;

}

 .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {

     display: block;

}

 .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {

     font-size: 16px;

     padding-left: 60px;

}

 .site-mobile-menu .site-nav-wrap[data-class="social"] {

     float: left;

     width: 100%;

     margin-top: 30px;

     padding-bottom: 5em;

}

 .site-mobile-menu .site-nav-wrap[data-class="social"] > li {

     width: auto;

}

 .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {

     padding-left: 15px !important;

}

.site-navbar .site-menu-toggle .icon-menu i {

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%), #FFFFFF;

    -webkit-background-clip: text;

    -moz-background-clip: text;

    background-clip: text;

    -webkit-text-fill-color: transparent;

}

@media only screen and (max-width: 1199px){

    .site-navbar {

        padding: 0px;

    }

}



/* ================ Banner section =================== */



.banner_sec {

    background-image: url(lp-images/Patient-banner-bg.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: 80%;

    min-height: 700PX;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    position: relative;

}

.banner_sec .section_title_inner h1 {

    color: #fff;

    text-transform: uppercase;

    font-size: 45px;

    line-height: 1.3;

    letter-spacing: 0.06em;

}

.banner_sec .section_title_inner p {

    color: #ffffff;

    font-size: 20px;

    line-height: 1.5;

    font-weight: 600;

    letter-spacing: 0.04em;

}

.b_gradient_box {

    width: 348px;

    height: 85px;

    margin: 0 auto;

    border-width: 10px;

    border-style: solid;

    border-image: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%) 1;

}

.b_gradient_box.bottom_bor {

    border-bottom: 0px;

}

.b_gradient_box.top_bor {

    border-top: 0px;

}



@media only screen and (max-width: 991px){

    .banner_sec {

        min-height: 420PX;

    }

    .banner_sec .section_title_inner p {

        font-size: 16px;

    }

    .banner_sec .section_title_inner h1 {

        font-size: 40px;    

    }

    .b_gradient_box {

        width: 250px;

        height: 70px;

    }

}

@media only screen and (max-width: 575px){

    .banner_sec .section_title_inner h1 {

        font-size: 37px;

    }

    .b_gradient_box {

        width: 270px;

        height: 65px;

    }

    .banner_sec .section_title_inner p {

        font-size: 16px;

    }

    .mobile_br {

        display: none;

    }

    .banner_sec {

        min-height: 450PX;

    }

}

/* ================ About section =================== */

.about_Sec {

    display: inline-block;

    width: 100%;

    vertical-align: top;

}

.about_Sec .section_title_inner p {

    font-size: 20px;

}

.about_Sec .section_title_inner h2{

    text-transform: uppercase;



}



/* ================ Workshop Highlights section =================== */

.workshop_Sec {

    display: inline-block;

    width: 100%;

    vertical-align: top;

}

.workshop_Sec .section_title_inner h2{

    margin: 0px 0 25px;

}

.workshop_Sec .section_title_inner h4 {

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    width: fit-content;

    position: relative;

    padding-left: 29px;

}

.workshop_Sec .section_title_inner h4:before {

    content: "";

    position: absolute;

    left: 2px;

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%);

    width: 9px;

    height: 9px;

    transform: rotate(45deg);

    top: 40%;

    right: 0;

    line-height: 15px;

    bottom: 0;

}

table.roundedCorners {

  border-radius: 13px; 

  border-spacing: 0;

}

table.roundedCorners {

    display: table;

    border-collapse: separate;

    box-sizing: border-box;

    text-indent: initial;

    border-spacing: 0;border: 1px dashed #dadada;

}

.roundedCorners tr td {

    padding: 20px 25px;

    font-weight: 500;

    font-size: 18px;

}

.roundedCorners tr:not(:last-child) td {

    border-bottom: 1px dashed #dadada;

}

.roundedCorners tr:nth-child(odd) th {

    background: #000000;   

}

.roundedCorners tr:nth-child(even) th {

    background: #313131;   

}

.roundedCorners tr th {

    padding: 25px;

    width: 25%;

    color: #fff;

    font-size: 16px;

    font-weight: 600;

}

.roundedCorners tr:first-child th {

    border-radius: 10px 0px 0px 0px;

}

.roundedCorners tr:last-child th {

    border-radius: 0px 0px 0px 10px;

}

@media only screen and (max-width: 767px) {

    .table_div {

        max-width: 500px;

        overflow-x: scroll;

    }

}

/* ul li sec */



.delivering_ul li {

    font-weight: normal;

    margin: 0 0 16px;

    position: relative;

    padding-left: 30px;

    background-image: url(/lp-asset/lp-images/arrow-list.svg);

    background-repeat: no-repeat;

    background-position: top 10px left 0;

    font-size: 18px;

    font-weight: 500;

    color: #1E262F;

}

.delivering_ul li .text_black {

    color: #000000;

    font-weight: 600;

}



/* workshop side box */



.workshop_Sec .sidebar_info_box {

    background: #FFFFFF;

    border: 1px solid #EAEAEA;

    box-shadow: 0px 10px 24px 6px rgb(0 0 0 / 6%);

    border-radius: 6px;

}

.workshop_Sec .date_time_box .side_box {

    padding: 35px;

    display: grid;

}

.workshop_Sec .date_time_box .side_box h4 {

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

    width: fit-content;

    font-weight: 700;

    font-size: 22px;

    line-height: 1.5;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    margin-bottom: 2px;

}

.workshop_Sec .date_time_box .side_box:not(:last-child) {

    border-bottom: 1px solid rgba(0, 0, 0, 0.06);

}

.workshop_Sec .date_time_box .side_box p {

    font-weight: 500;

    font-size: 16px;

    line-height: 1.5;

    color: #000000;

}

.ticket_box {

    margin: 14px;

    padding: 50px 40px 30px 40px;

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%);

    position: relative;

}

.ticket_box .section_title_inner h5 {

    font-weight: 700;

    font-size: 22px;

    line-height: 1.5;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: #FFFFFF;

}

.ticket_box .section_title_inner p {

    color: #fff;

    font-weight: 600;

    font-size: 16px;

    margin-bottom: 20px;

}

.ticket_box .section_title_inner p a {

    color: #fff;

    font-weight: 700;

}

.default-cta.ticket_btn {

    color: #d04188;

    background: #fff;

}

.ticket_btn {

    color: #d24286;

    padding: 12px 32px;

    display: inline-block;

    transition: all 0.4s;

    text-align: center;

    background: #fff;

    border-radius: 5px;

    font-family: 'Montserrat';

    font-weight: 700;

    font-size: 16px;

    line-height: 1.37;

    position: relative;

    border: 2px solid #fff;

}

.ticket_btn:hover {

    color: #FFF;

    background: transparent;

}

.ticket_box_img img {

    position: absolute;

    right: 0;

    top: 0;

    width: 40%;

}

@media only screen and (min-width: 767px) and (max-width: 991px){

    .ticket_box {

        margin: 14px;

        padding: 20px;

    }

    .ticket_box .section_title_inner p a {

        word-break: break-all;

    }

    .workshop_Sec .date_time_box .side_box {

        padding: 18px;

    }

}



/* new css */



.workshop_Service_sec {

    background-color: #FAFAFA;

    padding: 80px 0;

}

.workshop_Service_sec .section_title_inner {

    margin-bottom: 60px;

}

.workshop_Service_sec .section_title_inner p{

    font-size: 20px;

    font-weight: 600;

    line-height: 1.5;

    color: #1E262F;

}

.service-box{

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

    align-items: center;

}

.workshop_Service_sec .service-mrg .service-box {

    margin-bottom: 40px;

}

.service-box img {

    padding-right: 20px;

}

.service-box h4 {

    font-size: 18px;

    font-weight: 600;

    line-height: 1.5;

    color: #000000;

    width: 100%;

    display: inline-block;

    vertical-align: top;

}

.workshop_sponsorship_sec .section_title_inner,

.workshop_sponsorship_sec .logo-mrg{

    margin-bottom: 40px;

}

.sponsorship-logos {

    text-align: center;

}

.workshop_sponsorship_sec {

    padding: 80px 0;

}

@media only screen and (max-width: 1024px){

    .service-box h4 {

        font-size: 16px;

    }

    .workshop_Service_sec,

    .workshop_sponsorship_sec{

        padding: 60px 0;

    }

    .workshop_Service_sec .section_title_inner{

        margin-bottom: 40px;

    }

}

@media only screen and (min-width: 767px) and (max-width:1024px){

    .workshop_Service_sec .service-mrg-2 .service-box {

        margin-bottom: 40px;

    }

}

@media only screen and (max-width: 767px){

    .workshop_Service_sec .service-mrg .service-box,

    .workshop_Service_sec .service-mrg-2 .service-box{

        margin-bottom: 20px;

    }

    .workshop_Service_sec,

    .workshop_sponsorship_sec{

        padding: 40px 0;

    }

    .workshop_Service_sec .section_title_inner,

    .workshop_sponsorship_sec .section_title_inner,

    .workshop_Service_sec .logo-mrg{

        margin-bottom: 20px;

    }

}

@media only screen and (max-width: 991px){

    .sponsorship-logos {

        margin-bottom: 24px;

    }

}



.footer_service_sec {

    background-color: #000000;

    padding: 60px 0;

}

.info-text-content {

    text-align: center;

}

.info-text-content h4 {

    font-size: 16px;

    font-style: normal;

    font-weight: 700;

    color: #FFFFFF;

    line-height: 1.5;

    margin-bottom: 15px;

}

.info-text-content p,

.info-text-content p a{

    font-size: 14px;

    font-weight: 500;

    font-style: normal;

    color: #FFFFFF;

    line-height: 1.5;

    width: 100%;

    max-width: 250px;

    margin: 0 auto;

    display: inline-block;

    vertical-align: top;

    transition: all 0.4s;

}

.info-text-content p a:hover{

        color: #aba104;

}

.info-text-content.ft-border {

    border-right: 1px solid rgba(255, 255, 255, 0.2);

    border-left: 1px solid rgba(255, 255, 255, 0.2);

    padding: 0 15px;

}

@media only screen and (max-width:767px){

    .info-text-content {

        margin-bottom: 24px;

    }

    .info-text-content.ft-border {

        border-top: 1px solid rgba(255, 255, 255, 0.2);

        border-bottom: 1px solid rgba(255, 255, 255, 0.2);

        border-left: none;

        border-right: none;

        padding: 15px 0;

    }

    .footer_service_sec {

        padding: 30px 0 0;

    }

    .about_Sec .section_title_inner p , .delivering_ul li{

        font-size: 16px;

    }

    .roundedCorners tr td {

        padding: 15px;

        font-size: 16px;

    }

    .roundedCorners tr th {

        padding: 15px;

        width: 45%;

        font-size: 16px;

        text-align: center;

    }

    .workshop_Sec .date_time_box .side_box {

        padding: 20px;

    }

    .workshop_Sec .date_time_box .side_box h4 {

        font-size: 20px;

    }

    .ticket_box {

        padding: 20px;

    }

}

@media only screen and (max-width:576px){

    .header-btn-info {

        font-size: 14px;

    }

    .navbar {

        padding-left: 0px;

        padding-right: 0px;

    }

}



.sponsorship-logos img {

    display: inline-flex !important;

}

.banner_sec::after {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    background-image: url(/lp-asset/lp-images/video_overlay.png);

    background-size: cover;

    background-repeat: no-repeat;

    background-position: 80%;

}

.banner_sec::before {

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    right: 0;

    background: #000;

    opacity: 0.3;

}

.banner_content {

    z-index: 1;

}





.sponsorship_sldier{

    padding: 0 40px;

}

.sponsorship_sldier .slick-track{

    display: flex;

    align-items: center;

}

.sponsorship_sldier .slick-arrow{

    width: 40px;

    height: 40px;

    background: linear-gradient(97.25deg, #aba104 0%, #265d0c 101.5%)!important;

    border-radius: 5px;

}

.sponsorship_sldier .slick-arrow::before {

    content: "\f104";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    color: #fff;

    opacity: 1;

}

.sponsorship_sldier .slick-prev{

    left: 0;

}

.sponsorship_sldier .slick-next{

    right: 0;

}

.sponsorship_sldier .slick-next::before{

    content: "\f105";

}

@media only screen and (max-width: 575px){

    .sponsorship_sldier{

        padding: 0 30px;

    }

    .sponsorship_sldier .slick-arrow{

        width: 30px;

        height: 30px;

    }

}
.table_div .workshop_sec_text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #363A3F;
}
.sidebar_info_box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.footer_service_sec > .container > .row > .col-md-6.col-12:first-child .info-text-content{
    border-right: 1px solid #ffffff94;
}
@media only screen and (max-width: 767px){
    .footer_service_sec > .container > .row > .col-md-6.col-12:first-child .info-text-content{
        border: 0;
    }
    .table_div .workshop_sec_text p{
        font-size: 16px;
    }
    .section_title_inner p{
        font-size: 16px;
    }
    .banner_sec .section_title_inner h1{
        font-size: 35px;
    }
}
@media only screen and (max-width: 425px){
    .banner_sec .section_title_inner h1{
        font-size: 25px;
    }
}