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



/***** General CSS *****/



body {

    word-break: break-word;

    font: 15px/25px 'Poppins', sans-serif;

    color: #393939;

    overflow-x: hidden;

}



a {

    text-decoration: none;

    color: #28b16d;

    white-space: initial;

}



a:hover,

a:focus {

    text-decoration: none;

    color: #393939;

}



a:hover {

    transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -moz-transition: all 0.5s ease-in-out;

}



img {

    max-width: 100%;

}



input[type="text"]:focus,

textarea:focus,

input[type="password"]:focus,

select:focus,

input[type="email"]:focus,

input[type="url"]:focus,

input[type="tel"]:focus,

input[type="number"]:focus {

    transition: all 0.5s ease;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    outline: none;

}



select,

input[type="text"],

input[type="password"],

input[type="email"],

input[type="url"],

input[type="number"],

textarea,

input[type="tel"] {

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}



ul {

    margin: 0 0 20px;

    padding: 0;

    list-style-type: none;

}



p {

    font-weight: 500;

    line-height: 1.2;

}





/***** Font Files *****/



@font-face {

    font-family: 'Bebas';

    src: url('../fonts/Bebas-Regular.woff2') format('woff2'), url('../fonts/Bebas-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;

    font-display: swap;

}





/***** Custom Classes *****/



.noPadding {

    padding: 0;

}



.noLeft {

    padding-left: 0;

}



.noRight {

    padding-right: 0;

}



.centerCol {

    float: none;

    margin: 0 auto;

}



.pt_8 {

    padding-top: 80px;

}



.pb_8 {

    padding-bottom: 80px;

}



.py_8 {

    padding: 80px 0px;

}



.flexRow {

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

    align-items: center;

}



.flexCol {

    -webkit-box-flex: 1;

    -moz-box-flex: 1;

    -webkit-flex: 1;

    -ms-flex: 1;

    flex: 1;

    align-items: center;

}



h1 {

    font-family: 'Bebas';

    font-size: 55px;

    line-height: 1.2;

    color: #fff;

    font-weight: 500;

    margin: 0 0 17px;

}



h2 {

    font-family: 'Bebas';

    font-size: 55px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 30px;

}



h3 {

    font-family: 'Bebas';

    font-size: 30px;

    line-height: 1.2;

    color: #000000;

    font-weight: 600;

    margin: 0 0 28px;

}



h4 {

    font-family: 'Bebas';

    font-size: 24px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 13px;

}



h5 {

    font-family: 'Bebas';

    font-size: 20px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 20px;

}



h6 {

    font-family: 'Bebas';

    font-size: 18px;

    line-height: 1.2;

    color: #393939;

    font-weight: 500;

    margin: 0 0 22px;

}



select {

    background: #fff url('../images/arrow.png') no-repeat right;

    padding: 0 40px 0 30px;

}



::-webkit-input-placeholder {

    color: #575757;

}



::-moz-placeholder {

    color: #575757;

    opacity: 1;

}



:-ms-input-placeholder {

    color: #575757;

}



:-moz-placeholder {

    color: #575757;

    opacity: 1;

}





/* project css start */



.page_wrpr {

    justify-content: flex-start;

    align-items: flex-start;

    width: 100%;

    display: flex;

    position: relative;

}



.page_wrpr>.sidebar_wrpr {

    z-index: 999;

    position: fixed;

    top: 0;

    left: 0;

    background-color: #000000;

    height: 100vh;

    padding: 30px 0px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    width: 18%;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>.Hello_all>a {

    display: block;

    font-size: 30px;

    color: #fff;

    font-family: 'Bebas';

    line-height: 1;

    margin-bottom: 30px;

    padding: 0 40px;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>ul#menu {

    display: flex;

    flex-direction: column;

    gap: 0px;

    margin-bottom: 25px;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>ul#menu>li>a {

    font-size: 14px;

    color: #fff;

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 10px 50px;

    transition: 0.3s ease-in-out;

    font-family: 'Poppins';

    font-weight: 400;

    position: relative;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>ul#menu>li>a:hover {

    background: #ffffff1a;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>ul#menu>li>a>img {

    transition: 0.3s ease-in-out;

    width: 20px;

    height: 20px;

    object-fit: contain;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>.tags_wpr {

    margin-bottom: 0;

    padding: 0 40px;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>.tags_wpr>li {

    margin: 3px;

    display: inline-block;

    font-size: 9px;

    color: #ebe714;

    border: 1px solid #ebe714;

    transition: 0.3s ease-in-out;

    padding: 0 10px;

    border-radius: 20px;

    cursor: pointer;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_top>.tags_wpr>li:hover {

    color: #000;

    background: #ebe714;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_bottom {

    padding: 0 40px;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_bottom>span>img {

    width: 80px;

    height: 80px;

    display: block;

    border: 1px solid #fff;

    object-fit: cover;

    border-radius: 50%;

    margin-bottom: 10px;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_bottom>span {

    font-size: 16px;

    color: #fff;

    font-weight: 400;

    display: block;

    margin-bottom: 5px;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_bottom>p {

    font-size: 13px;

    color: #fff;

    font-weight: 400;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_bottom>ul {

    margin-bottom: 0;

    display: flex;

    align-items: center;

    justify-content: left;

    gap: 10px;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_bottom>ul>li>a>i {

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #ebe71400;

    border-radius: 50%;

    color: #fff;

    transition: 0.3s ease-in-out;

}



.page_wrpr>.sidebar_wrpr>.sidebar_wrpr_bottom>ul>li>a>i:hover {

    color: #000;

    background: #ebe714;

}



.page_wrpr>.page_content_wrpr {

    width: 82%;

    margin-left: auto;

}





/* banner */



.banner_wrpr {

    background: #f7f7f7;

    padding: 40px 40px 0px;

}



.banner_wrpr>.row {

    align-items: center;

}



.banner_wrpr .banner_img>img {

    width: auto;

    display: block;

    margin: 0 auto;

}



.banner_wrpr .banner_textt>h1 {

    color: #000;

    font-size: 61px;

    line-height: 1.2;

    margin-bottom: 20px;

}



.banner_wrpr .banner_textt>p {

    margin-bottom: 0;

    font-size: 16px;

    line-height: 1.6;

    font-weight: 400;

}



.cls-1 {

    clip-path: url(#clippath);

}



.cls-2 {

    fill: none;

}



.cls-3 {

    fill: #231f20;

}



.banner_wrpr .banner_img {

    position: relative;

}



.banner_wrpr .banner_img>img.sign_img {

    position: absolute;

    bottom: 20%;

    left: -20%;

    width: 150px;

    transform: rotate(-30deg);

}





/* banner bottom */



.banner_bottom_secc .banner_bottom_boxs {

    padding: 30px 20px 30px;

    height: 100%;

    display: flex;

    flex-direction: column;

    align-items: baseline;

    justify-content: space-between;

}



.banner_bottom_secc .banner_bottom_boxs:hover {

    background: #ebe714;

}



.banner_bottom_secc .slick-slide {

    margin: 0;

    opacity: 1;

    height: auto;

}



.banner_bottom_secc .banner_bottom_boxs>img {

    width: auto;

    display: block;

    margin-bottom: 20px;

}



.banner_bottom_secc .banner_bottom_boxs>h2 {

    font-size: 30px;

    line-height: 1.2;

    margin-bottom: 10px;

    color: #000;

}



.banner_bottom_secc .banner_bottom_boxs>p {

    font-size: 14px;

    line-height: 1.6;

    font-weight: 400;

    color: #000;

    /*margin-bottom: 25px;*/

}



.banner_bottom_slider .slick-track {

    display: flex;

    align-items: stretch;

}



.btn1 {

    font-size: 16px;

    color: #000;

    font-weight: 500;

    border: 1px solid #000;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0 40px;

    border-radius: 50px;

    transition: 0.3s ease-in-out;

}



.btn1:hover {

    box-shadow: inset 0 0 10px 6px #00000047;

    transition: 0.3s ease-in-out;

}



.banner_bottom_secc .slick-current>.banner_bottom_boxs {

    /* background: #ebe714; */

}



.ceo_life_sec {

    background-image: url(../images/ceo-bg.jpg);

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: fixed;

    height: 350px;

    padding: 60px 0px;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column;

    text-align: center;

}



.ceo_life_sec>h2 {

    color: #fff;

    font-size: 79px;

    line-height: 1;

    margin-bottom: 20px;

}



.btn2 {

    background: #ebe714;

    color: #000;

    font-size: 16px;

    font-weight: 500;

    text-transform: uppercase;

    padding: 0px 40px;

    height: 40px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 40px;

    transition: 0.3s ease-in-out;

    border: 1px solid #ebe714;

}



.btn2:hover {

    background: transparent;

    color: #fff;

    transition: 0.3s ease-in-out;

    box-shadow: inset 0 0 10px 6px #ebe71466;

}


.btn3 {

background: #212422;

color: #fff;

font-size: 16px;

font-weight: 400;

text-transform: capitalize;

padding: 0px 40px;

height: 45px;

display: flex;

align-items: center;

justify-content: center;

border-radius: 40px;

transition: 0.3s ease-in-out;

border: 0.4px solid #ebe714;
}



.btn3:hover {

background: #ebe714;

color: #000;

border: 0.4px solid #000;

transition: 0.3s ease-in-out;
}


.btn4 {background: #ebe714;color: #000;font-size: 16px;font-weight: 400;text-transform: capitalize;padding: 0px 40px;height: 45px;display: flex;align-items: center;justify-content: center;border-radius: 40px;transition: 0.3s ease-in-out;border: 0.4px solid #000;}



.btn4:hover {background: #212422;color: #fff;border: 0.4px solid #ebe714;transition: 0.3s ease-in-out;}


/* about sec */



.about_secc {

    padding: 60px 40px;

}



.about_secc>span {

    font-size: 16px;

    color: #000;

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    font-weight: 500;

}



.about_secc .about_imgg>img {

    width: 100%;

}



.about_secc .row {

    align-items: center;

}



.about_secc .about_textt>h2 {

    color: #000;

    line-height: 1.2;

    margin-bottom: 25px;

    font-size: 55px;

}



.about_secc .about_textt>p {

    font-size: 16px;

    line-height: 1.6;

    color: #000;

    font-weight: 400;

    margin-bottom: 20px;

}



.about_secc .about_textt>span {

    display: block;

    margin-bottom: 30px;

    font-size: 18px;

    color: #000;

    font-weight: 600;

    font-style: italic;

    margin-top: 30px;

}



.strip_secc {

    background: #111111;

    overflow: hidden;

}



.strip_secc>.strip_imgone {

    position: relative;

    z-index: 1;

    height: 300px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.strip_secc>.strip_imgone>img {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: -1;

    object-fit: cover;

}



.strip_secc>.strip_imgone>a h2 {

    margin-bottom: 0;

    font-size: 131px;

    color: #252525;

    transform: rotate(-5deg);

}



.strip_secc>.strip_imgtwo {

    position: relative;

    z-index: 1;

    height: 410px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: -160px;

}



.strip_secc>.strip_imgtwo>img {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: -1;

    object-fit: cover;

}



.strip_secc>.strip_imgtwo>a h2 {

    margin: 0;

    font-size: 131px;

    color: #252525;

    transform: rotate(7deg);

    line-height: 1;

    margin-top: 50px;

}



.readthis_secc {

    padding: 60px 40px;

}



.readthis_secc>span {

    font-size: 16px;

    color: #000;

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 20px;

    font-weight: 500;

}



.readthis_secc .readthis_box>a span {

    display: block;

    background: #262626;

    width: 100%;

    height: 400px;

    margin-bottom: 10px;

}



.readthis_secc .readthis_box>.readthis_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}



.readthis_secc .readthis_box>.readthis_cont>h3 {
    font-size: 23px;
    color: #000;
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}



.readthis_secc .readthis_box>.readthis_cont>p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    width: 50%;
    font-weight: 400;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.footer {

    background: #202020;

    padding: 60px 40px 20px;

    text-align: center;

}



.footer h2 {

    font-size: 70px;

    color: #fff;

    line-height: 1.2;

    margin-bottom: 10px;

}



.footer h3 {

    color: #fff;

    font-size: 37px;

    font-weight: 500;

    margin-bottom: 25px;

}



.footer form {

    width: 50%;

    margin: 0 auto;

    display: flex;

    align-items: center;

    gap: 5px;

    margin-bottom: 70px;

}



.footer form>input {

    width: 75%;

    background: transparent;

    height: 50px;

    padding: 10px 20px;

    border: 1px solid #fff;

    color: #fff;

    border-radius: 40px;

    font-size: 16px;

    font-weight: 400;

}



.footer form>input::placeholder {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

}



.footer p {

    margin-bottom: 15px;

    color: #fff;

    font-size: 16px;

    line-height: 1.6;

    font-weight: 400;

}



.footer ul {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    position: relative;

    width: fit-content;

    margin: 0 auto;

}



.footer ul>li>a {

    color: #fff;

    font-size: 16px;

    font-weight: 400;

}



.footer ul:after {

    position: absolute;

    content: "";

    background: #fff;

    width: 1px;

    height: 100%;

    left: 51%;

}



.footer form>button {

    width: 25%;

    height: 50px;

}





/* inner pages start */



.about_page_secc {

    padding: 80px 40px;

}



.about_page_secc span {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

    font-size: 16px;

    color: #000;

    font-weight: 500;

}



.about_page_secc h1 {

    font-size: 53px;

    color: #000;

    font-weight: 500;

    line-height: 1.2;

    margin-bottom: 20px;

}



.about_page_secc p {

    line-height: 1.6;

    font-size: 16px;

    color: #000;

    font-weight: 500;

    margin-bottom: 20px;

    text-align: justify;

    width: 95%;

}



.events_page_secc {

    padding: 80px 40px;

}



.events_page_secc .col-lg-12>span {

    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 16px;

    color: #000;

    font-weight: 500;

    margin-bottom: 10px;

}



.events_page_secc .col-lg-12>h1 {

    color: #000;

    font-size: 53px;

    margin-bottom: 20px;

    line-height: 1.2;

}



.events_page_secc .events_box_wrp>a>img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}



.events_page_secc .events_box_wrp>a {

    position: relative;

    display: block;

    overflow: hidden;

    margin-bottom: 15px;

}



.events_page_secc .events_box_wrp>a:after {

    position: absolute;

    content: "";

    background: #ebe71438;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    border-radius: 50%;

    transition: 0s ease-in-out;

    transform: scale(0) rotate(45deg);

}



.events_page_secc .events_box_wrp:hover>a:after {

    transform: scale(1);

    background: #ebe71400;

    transition: 0.3s ease-in-out;

}



.events_page_secc .events_box_wrp:hover>a>img {

    transform: scale(1.1);

}



.events_page_secc .events_box_wrp>ul {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 10px;

}



.events_page_secc .events_box_wrp>ul>li {

    font-size: 11px;

    color: #000;

    font-weight: 500;

    border: 1px solid #000;

    padding: 0 20px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 30px;

    transition: 0.3s ease-in-out;

}



.events_page_secc .events_box_wrp:hover>ul>li {

    box-shadow: inset 0 0 14px 3px #00000030;

}



.events_page_secc .events_box_wrp>h2 {

    margin-bottom: 0;

    font-size: 24px;

    line-height: 1.2;

    color: #000;

}



.events_page_secc .events_box_wrp {

    height: 100%;

    margin-bottom: 40px;

}



.features_pages_secc {

    padding: 80px 40px;

}



.features_pages_secc .col-lg-12>span {

    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 16px;

    color: #000;

    font-weight: 500;

    margin-bottom: 10px;

}



.features_pages_secc .col-lg-12>h1 {

    font-size: 53px;

    color: #000;

    line-height: 1.2;

    margin-bottom: 20px;

}



.features_pages_secc .features_box_wrp>a {

position: relative;

height: 290px;

overflow: hidden;

display: block;

background: linear-gradient(180deg, rgba(32, 31, 33, 0) 0%, rgb(32 31 33 / 0%) 35%, rgba(31, 30, 32, 1) 100%);

transition: 0.3s ease-in-out;
}



.features_pages_secc .features_box_wrp>a>img {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

    object-fit: cover;

    transition: 0.3s ease-in-out;

}



.features_pages_secc .features_box_wrp {

    margin-bottom: 30px;

}



.features_pages_secc .features_box_wrp>a>ul {

    display: flex;

    margin-bottom: 0;

    flex-direction: column;

    justify-content: space-between;

    height: 100%;

    padding: 20px 30px 30px;

}



.features_pages_secc .features_box_wrp>a>ul>li {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.pos_top{
    object-position:top;
}

.features_pages_secc .features_box_wrp>a>ul>li>p {

    margin: 0;

    font-size: 18px;

    color: #fff;

    font-weight: 500;

}

.features_pages_secc .features_box_wrp>a>ul>li>img{
    width: 40%;
    height: 50px;
    object-fit: contain;
    object-position: left;
}

.features_pages_secc .features_box_wrp>a>ul>li>span {

font-size: 16px;

color: #fff;

line-height: 1.3;

width: 80%;
}



.features_pages_secc .features_box_wrp>a>ul>li:last-child {

    position: relative;

}



.features_pages_secc .features_box_wrp>a>ul>li:last-child>i {

    position: absolute;

    right: 0;

    bottom: 0;

    width: 30px;

    height: 30px;

    color: #fff;

    border: 1px solid #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

}



.features_pages_secc .features_box_wrp>a:hover {

    background: linear-gradient(180deg, rgba(32, 31, 33, 0) 0%, rgb(32 31 33 / 0%) 35%, rgba(31, 30, 32, 1) 100%);

}



.features_pages_secc .features_box_wrp>a:hover {

    background: linear-gradient(180deg, rgba(32, 31, 33, 0) 0%, rgb(32 31 33 / 45%) 35%, rgba(31, 30, 32, 1) 100%);

}



.features_pages_secc .features_box_wrp>a:hover>img {

    transform: scale(1.1);

}



.pitchdeck_page_secc {

    padding: 80px 40px 70px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>span {

    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 16px;

    color: #000;

    font-weight: 500;

    margin-bottom: 10px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>h1 {

    font-size: 53px;

    color: #000;

    line-height: 1.2;

    margin-bottom: 20px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>p {

    font-size: 16px;

    line-height: 1.6;

    margin-bottom: 20px;

    color: #000;

    font-weight: 400;

    text-align: justify;

    width: 95%;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.btns_wrp {

    display: flex;

    gap: 10px;

    margin: 30px 0px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.btns_wrp>li>.btn1 {

    background: #000;

    color: #fff;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.btns_wrp>li>.btn1:hover {

    background: transparent;

    color: #000;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.btns_wrp>li>.btn2:hover {

    color: #000;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>h2 {

    font-size: 30px;

    color: #000;

    font-family: 'Poppins';

    font-weight: 700;

    margin-bottom: 20px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>h3 {

    font-size: 28px;

    font-weight: 600;

    font-family: 'Poppins';

    margin-bottom: 20px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.pitch_list {

    margin: 30px 0px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.pitch_list>li {

    position: relative;

    padding-left: 25px;

    margin-bottom: 25px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.pitch_list>li>span {

    font-size: 18px;

    color: #000;

    display: block;

    line-height: 1.2;

    margin-bottom: 10px;

    font-weight: 600;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.pitch_list>li>p {

    margin-bottom: 0;

    font-size: 16px;

    color: #000;

    font-weight: 400;

    line-height: 1.6;

    width: 95%;

    text-align: justify;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.pitch_list>li:last-child {

    margin: 0;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.pitch_list>li:after {

    position: absolute;

    content: "";

    background: #000;

    width: 10px;

    height: 10px;

    left: 0;

    top: 5px;

    border-radius: 50%;

}



body {

    background: #f7f7f7;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>img {

    display: block;

    margin: 40px 0px;

    width: auto;

    height: auto;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>ul.pitch_list>li>i {

    font-size: 16px;

    line-height: 1.6;

    font-weight: 400;

    color: #000;

    margin-top: 30px;

    display: block;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>h4 {

    font-size: 18px;

    color: #000;

    font-family: 'Poppins';

    font-weight: 600;

    margin: 20px 0px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>i {

    font-size: 16px;

    color: #000;

    display: block;

    width: 95%;

    text-align: justify;

    line-height: 1.6;

    margin-bottom: 30px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>h5 {

    font-size: 25px;

    color: #000;

    font-family: 'Poppins';

    font-weight: 700;

    position: relative;

    padding-left: 30px;

    margin: 30px 0px;

}



.pitchdeck_page_secc .pitchdeck_box_wrp>h5:after {

    position: absolute;

    content: "";

    background: #000;

    width: 15px;

    height: 15px;

    left: 0;

    top: 6px;

    border-radius: 50%;

}



.mob_wrpr {

    display: none;

}





/* project css end */





/* Blog Page Start */



.blog-det-vidoe {

    width: 70%;

    margin: 10px auto 30px;

    text-align:center;

}



.blog-det-vidoe {

    position: relative;

    z-index: 1;

}



.blog-det-vidoe i {

    font-size: 32px;

    color: #ebe714;

    width: 80px;

    height: 80px;

    border: 5px solid #ebe714;

    border-radius: 90px;

    display: flex;

    align-items: center;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    margin: auto;

    z-index: 1;

    justify-content: center;

    bottom: 0;

}



.blog-det-vidoe video {

    width: 100%;

    margin: 0 auto;

    display: block;

    border-radius: 10px;

}





/* Blog Page End */



/* new css */



.banner_bottom_secc .banner_bottom_boxs.act {

    background: #ebe714;

}



.readthis_box > a > img {

    width: 100%;

}





.vjs-poster img {

    object-fit: cover !important;

}

.a_in_texxt p a{

    color: #000000;

    text-decoration: underline;

    font-weight: 600;

}


/* new css */

.privacy_secc {
    padding: 80px 40px;
}

.privacy_secc .privacy_content_wrp > span {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.privacy_secc .privacy_content_wrp > h1 {
    font-size: 60px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

.privacy_secc .privacy_content_wrp > h2 {
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.2;
}

.privacy_secc .privacy_content_wrp > p {
    line-height: 1.6;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.privacy_secc .privacy_content_wrp > h3 {
    font-size: 40px;
    font-weight: 500;
}

.privacy_secc .privacy_content_wrp > ul {
    margin-bottom: 20px;
    margin-top: 20px;
}

.privacy_secc .privacy_content_wrp > ul > li {
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    margin-bottom: 10px;
}

.privacy_secc .privacy_content_wrp > ul > li:after {
    position: absolute;
    content: "";
    background: #a3a000;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.privacy_secc .privacy_content_wrp > p > a {
    color: blue;
    text-decoration: underline;
}

.privacy_secc .privacy_content_wrp > ul > li > span {
    display: block;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}

.privacy_secc .privacy_content_wrp > ul > li > ul {
    margin-bottom: 0;
}

.privacy_secc .privacy_content_wrp > ul > li > ul > li {
    font-size: 16px;
    color: #000;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    margin-top: 10px;
}

.privacy_secc .privacy_content_wrp > ul > li > ul > li:after {
    position: absolute;
    content: "";
    background: #a3a000;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

/* new page css */

.pitch_deck_presentation_sec {
    position: relative;
    padding: 60px 40px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > span {
    font-size: 16px;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .pitch_banr {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .pitch_banr > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .pitch_banr > h1 {
    font-size: 62px;
    color: #000;
    font-family: 'Bebas';
    transform: rotate(-5deg);
    margin: 0;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > p {
    line-height: 1.6;
    color: #000;
    font-size: 16px;
    margin-bottom: 25px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > h2 {
    font-size: 28px;
    color: #000;
    margin-bottom: 25px;
    font-family: 'Poppins';
    font-weight: 700;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr {
    background: #fff;
    padding: 15px;
    margin: 25px 0px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr .row {
    align-items: center;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr h3 {
    font-size: 25px;
    color: #000;
    font-family: 'Poppins';
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr form > * {
    width: 50%;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr form > input {
    background: transparent;
    border: 1px solid #000;
    height: 50px;
    padding: 0 20px;
    border-radius: 40px;
    color: #000;
    font-size: 16px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr form > button {
    background: #000;
    color: #fff;
    height: 50px;
}

.pitch_deck_presentation_sec .pitch_deck_presentation_wrpr > .winnig_moment_wrpr form > input::placeholder {
    color: #000;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr {
    position: sticky;
    top: 10px;
    padding: 15px;
    background: #fff;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr > img {
    width: 100%;
    margin-bottom: 20px;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr > h3 {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr > p {
    font-size: 13px;
    line-height: 1.6;
    color: #000;
    text-align: left;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr > form input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    border-radius: 40px;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr > form button {
    width: 100%;
    font-size: 14px;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr > form button:hover {
    color: #000;
}

.pitch_deck_presentation_sec .invertors_expect_wrpr > form input::placeholder {
    color: #000;
    font-size: 14px;
}

.blog_slider .slick-slide {
    opacity: 1;
    margin: 0 10px;
}








.pitchdeck_box_wrp q strong {
    font-style: normal;
}
.pitchdeck_box_wrp q {
    font-size: 17px;
    color: #000;
    font-style: italic;
    display: block;
    margin-bottom: 40px;
}

.lean_side {
    background-color: #202020;
    padding: 15px;
    border-radius: 7px;
    position: sticky;
    top: 10px;
}

.lean_side h4 {
    color: #fff;
    margin-top: 15px;
}

.lean_side p {
    color: #fff;
}

.lean_side input {
    width: 100%;
    border: 1px solid #000;
    padding-left: 10px;
    height: 40px;
    border-radius: 5px;
    /* background: transparent; */
    color: #000;
    margin-bottom: 10px;
}

.lean_side form a {
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 5px;
    display: flex;
    background: #ebe714;
    align-items: center;
    justify-content: center;
    color: #000;
}



/* new css 10-2-25 */

.pitchdeck_page_secc .pitchdeck_box_wrp>a.concert_img1 {
    display: block;
}

.pitchdeck_page_secc .pitchdeck_box_wrp>a.concert_img1 > img {
    width: 60%;
    height: 680px;
    margin-bottom: 30px;
    margin-top: 10px;
    object-fit: cover;
}

.pitchdeck_page_secc .pitchdeck_box_wrp>img.concert_img2 {
    width: 40%;
    height: 600px;
    object-fit: cover;
}


.lean_side > img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.lean_side form > .btn2 {
    width: 100%;
    border-radius: 5px;
}

.blog_stickyyy > .lean_side > img {
    height: auto;
}

.blog_stickyyy > .lean_side > h4 {text-align: center;}

.blog_stickyyy {
    position: sticky;
    top: 20px;
}

.blog_stickyyy > .lean_side {
    position: initial;
    margin-top: 10px;
}

.blog-det-vidoe {
    margin-left: 0;
    text-align: left;
}

/* faqs sec */

.faq_sec .accordion h3 {
    font-size: 30px;
    letter-spacing: 2px;
    text-decoration: underline;
}

.faq_sec .faq_heading h2 {
    color: black;
    text-align: center;
}

.faq_sec {
    padding: 60px 40px;
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 30px;
    background-color: #000000;
    color: white;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 7px !important;
}

.gorilla-content .accordion-button {
    color: #000;
    font-size: 25px;
    padding: 20px 30px;
    line-height: 30px;
    background-color: transparent;
    text-transform: uppercase;
}

.gorilla-content .gorrila-page-txt .color-red {
  color: #A60000;
  font-weight: 500;
  margin-bottom: 7px;
  margin-top: 30px;
}

.gorrila-page-txt ul {
  list-style: auto;
}

.gorrila-page-txt ul li{
   color: #000000;
   font-size: 14px;
   line-height: 23px;
   font-family: 'Roboto', sans-serif;
   font-weight: 400;
   margin-bottom: 15px;
   margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
  color: #A60000;
}

.accordion-body.gorrila-page-txt {
  padding: 20px 30px;
}

.gorilla-content .accordion-item {
    border: 1px solid #000000 !important;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #ebe714;
}

.gorilla-content  .accordion-button:not(.collapsed){
  box-shadow: none;
  /* border: 1px solid; */
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.accordion-collapse.collapse {
  /* border: 1px solid #A60000; */
  border-top: 0;
  border-radius: 0 0 10px 10px;
  /* margin-bottom: 30px; */
}

.gorilla-content  button:focus:not(:focus-visible){
  box-shadow: none;
}

.gorilla-content .accordion-button::after {
    content: '\f067';
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    background-image: none;
    transform: rotate(0deg);
    margin-top: -10px;
}

.accordion-button:not(.collapsed)::after{
  content: '\f068';
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
}

.accordion-body.gorrila-page-txt > p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Poppins';
    color: #000;
}

.accordion-body.gorrila-page-txt > p > a {
    color: blue;
}
ul.bollion-points li {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #000;
    font-weight: 400;
    text-align: justify;
    width: 95%;
    list-style: inside;
}





/*Book Page Css Starts*/

.book-ban-wrpa {
    position: relative;
    padding: 60px 0 0 100px;
    background-image: url(../images/book-bg.jpg);
    /*background-image: url(../images/book-bg.png);*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-ban-wrpa2 {
    background-image: url(../images/book-bg.png) !important;
}

.book-ban-txt-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.book-ban-title {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.book-ban-title h1 {
    font-size: 120px;
    line-height: 1;
    color: #212422;
    margin: 0;
    font-weight: 500;
}
.book-ban-wrpa2 .book-ban-title h1{
    font-size:80px;
}
.book-ban-title h5 {
    font-size: 30px;
    line-height: 35px;
    color: #212422;
    margin: 0;
}

.book-ban-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.book-ban-txt p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

.book-ban-btn-main {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.book-ban-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    width: 100%;
}

.book-ban-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.book-ban-news-wrap {
    background-color: #212422;
    border-radius: 10px;
    overflow: hidden;
    height: 150px;
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: start;
    position: absolute;
    top: 92%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9;
}


.book-ban-news-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.book-ban-news-txt-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
    width: 100%;
}

.book-ban-news-txt-main h3 {
    font-size: 70px;
    line-height: 75px;
    color: #fff;
    margin: 0;
}

.book-ban-news-txt-main h3 span {
    color: #f0ef11;
}

.book-ban-news-txt-main p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.book-ban-news-form-main {
    width: 60%;
    height: 45px;
}

.book-ban-news-form-main form {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    overflow: hidden;
    background-color: #fff;
}

.book-ban-news-input {
    width: 100%;
    height: 100%;
}

.book-ban-news-input input {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #0000;
    padding: 0 160px 0 30px;
    font-family: 'Poppins';
    color: #000;
    font-size: 18px;
    line-height: 1;
}

.book-ban-news-input input::placeholder {
    font-family: 'Poppins';
    color: #212422;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.book-ban-news-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.book-ban-news-btn button {
    border-radius: 0 40px 40px 0;
    border: none;
}

.author-about-wrap {
    padding: 150px 0 80px 0;
}

.author-about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 750px;
    width: 100%;
}

.author-about-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.author-about-txt-btn-main {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.author-about-txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.author-about-txt h6 {
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 1;
    margin: 0;
    text-transform: capitalize;
    color: #212422;
}

.author-about-txt h2 {
    margin: 0;
    font-size: 110px;
    line-height: 100px;
    color: #212422;
}

.author-about-txt p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

.author-about-btn a {
    color: #ebe714;
}

.author-book-wrap {
    padding: 0 0 80px 0;
}

.author-book-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    width: 50%;
    margin: 0 auto 50px auto;
}

.author-book-heading h2 {
    margin: 0;
    font-size: 110px;
    line-height: 100px;
    color: #212422;
}

.author-book-heading p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

.author-book-card-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.author-book-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 70%;
    margin: 0 0 0 auto;
}

.author-book-card-img img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.author-book-card-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 0 50px;
    background-color: #212422;
    border-radius: 100px;
    overflow: hidden;
}

.author-book-card-txt h5 {
    margin: 0;
    color: #ebe714;
    text-transform: capitalize;
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.author-book-card-txt a:hover {
    color: #fff;
  transition: ease-in;
  transition-duration: 0.5s;
}

.author-book-card-txt a:hover h5 {
    color: #fff;
  transition: ease-out;
  transition-duration: 0.5s;
}

/*Book Page Css Ends*/














