@charset "UTF-8";

/*
Theme Name: TechSenate
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
@charset "utf-8";
    a, a: hover {
    text-decoration: none;
}
img {
    border: 0;
    margin-bottom: -7px;
}
a {
    color: #000;
    cursor: pointer!important;
    text-decoration: none;
}
a:hover {
    color: #0a8eae;
}
* :focus {
    outline: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li {
    background-position: 5px 12px;
    background-repeat: no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
}
.dbullet {
    list-style: disc;
    list-style-position: outside;
    padding-left: 18px;
}
.dbullet li {
    padding: 0 0 0px 0px;
}
.nobullet li {
    background-image: none!important;
    background-position: 0!important;
    background-repeat: no-repeat!important;
    margin: 0!important;
    padding: 0!important;
}
.bullet1 li {
    background: url("../images/icons/blt-icon.png") 5px 3px/5px no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 15px;
}
.bullet2 li{
    background: url("../images/chevrons-right.svg") no-repeat;
    margin: 5px 0 0;
    padding: 0 0 5px 25px;
}
::selection {
    color: #fff;
    background-color: #504CFF;
}
::-moz-selection {
    color: #fff;
    background-color: #504CFF;
}
::-webkit-selection {
    color: #fff;
    background-color: #504CFF;
}
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    background: #504CFF;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0a8eae;
}
#Arrowfix {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 99999999!important;
    background-color: #504CFF;
    text-indent: -9999px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}
#Arrowfix span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
#Arrowfix:hover {
    background-color: #ed1c24;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"}
.profile-main-loader {
    position: fixed;
    display: flex;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}
.profile-main-loader .loader {
    background: url("../images/IE-Loader-Animation.svg") center/15% no-repeat;
    position: relative;
    margin: auto;
    width: 120px;
    height: 120px;
}
.profile-main-loader .loader:before {
    content: '';
    display: block;
    padding-top: 100%}
.circular-loader {
    -webkit-animation: 2s linear infinite rotate;
    animation: 2s linear infinite rotate;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.loader-path {
    stroke-dasharray: 150, 200;
    stroke-dashoffset: -10;
    -webkit-animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
    animation: 1.5s ease-in-out infinite dash, 6s ease-in-out infinite color;
    stroke-linecap: round;
}
@-webkit-keyframes rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@keyframes rotate {
    100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
}@-webkit-keyframes dash {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
}
}@keyframes dash {
    0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
}
50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
}
100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
}
}@-webkit-keyframes color {
    0%, 40%, 66%, 80%, 90% {
    stroke: #ed1c24;
}
}@keyframes color {
    0%, 40%, 66%, 80%, 90% {
    stroke: #ed1c24;
}
}.tab button {
    background-color: #eaeaea;
    border: 1px solid #504CFF;
    float: left;
    outline: 0;
    cursor: pointer;
    padding: 14px 20px;
    transition: .3s;
    font-size: 16px;
    color: #000;
    font-family: Nunito, sans-serif;
    font-weight: 700;
    letter-spacing: 0;
}
.tab button.active, .tab button:hover {
    background-color: #0e162b;
    color: #fff;
}
.tabcontent {
    display: none;
    padding: 0;
}
.btn3 .bordered {
    border: 1px solid #fff;
    margin-right: 18px;
}
.btn3 .bordered_vlt {
    border: 1px solid #9f1a75;
}
.btn3 .bordered1 {
    border: 1px solid #000;
}
.btn3 a, .button {
    display: inline-block;
    padding: 18px 30px;
    font-size: 24px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 6px;
    max-width: 100%;
    transition: .3s all;
}
.btn3 a{
    width: 250px;
}
.btn3 a:hover {
    background: #ff846b;
    color: #fff!important;
}
.btn3 .bordered1:hover {
    background: #5570F1;
    border: 1px solid #5570F1;
    color: #fff!important;
}
.btn1 a {
    display: inline-block;
    padding: 1.089rem 10px;
    font-size: 18px;
    line-height: 18px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #fff;
    transition: .3s all;
}
.btn1 .bordered {
    border: 1px solid #fff;
    background-color: transparent;
}
.btn1 .bordered1 {
    border: 1px solid #E74500;
    background-color: transparent;
}
.btn1 .bordered1:hover{
    background: #E74500;
    color: #fff;
    border: 1px solid #E74500;
}
.btn1 .bordered:hover {
    background: #fff;
    color: #000!important;
}
.btn1 a:hover {
    background: transparent;
    color: #fff!important;
    border: 1px solid #fff;
}
.btn1 a:hover span.bicon{
    filter: invert(1);
}

.bg_yellow {
    background-color: #F3A120;
}
.bg_black {
    background-color: #000;
}
.bg_light_black {
    background-color: #202020;
}
.bg_light_black1 {
    background-color: #020204;
}
.bg_red {
    background-color: #F15C5C;
}
.bg_blue {
    background-color: #33479E;
}
.bg_blue1 {
    background-color: #4643D9;
}
.bg_lgt_blue{
    background-color: #E9F5FF;
}
.bg_gray {
    background-color: #eeedff;
}
.bg_white {
    background-color: #fff;
}
.bg_purple {
    background-color: #854CFF;
}
.bg_lgt_pink {
    background-color: #FFF5F1;
}
.bg_org{
    background-color: #F15D3E;
}

.text_purple{
    color: #854CFF;
}
.blue_clr {
    color: #0447AD;
}
.blue_clr1 {
    color: #35489E;
}
.text_dark_blue {
    color: #1c206e;
}
.text_black {
    color: #000000;
}
.text_black1 {
    color: #1D1F1E;
}
.text_red {
    color: #E74500;
}
.text_gray {
    color: #646A69;
}
.vlt_clr {
    color: #0C0222;
}
.text-pink {
    color: #FA00FF;
}
.text_org {
    color: #F05C3D;
}


.fw_300 {
    font-weight: 300;
}
.fw_400 {
    font-weight: 400;
}
.fw_500 {
    font-weight: 500;
}
.fw_600 {
    font-weight: 600;
}
.fw_700 {
    font-weight: 700;
}
.idxheading1 {
    font-size: 62px;
    line-height: 110%;
    font-family: "Figtree", sans-serif;
}
.idxheading2 {
    font-size: 42px;
    line-height: normal;
}
.idxheading3 {
    font-size: 38px;
    line-height: 38px;
}
.idxheading4 {
    font-size: 24px;
    line-height: normal;
}
.idxpara1 {
    font-size: 28px;
    line-height: normal;
}
.idxpara2 {
    font-size: 24px;
    line-height: normal;
}
.idxpara3 {
    font-size: 22px;
}
.idxpara4 {
    font-size: 20px;
    line-height: normal;
}
.idxpara5 {
    font-size: 18px;
    line-height: 20px;
}

/**/

.dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    vertical-align: middle;
}
.idxwhowill_left p::before {
  content: "";
  display: inline-block;
  border: 2px solid #3B7AFB;
  height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}

.font_figtree{
    font-family: "Figtree", sans-serif;   
}
.font_poppins{
    font-family: Poppins, sans-serif;   
}
.font-sequel-roman{
    font-family: 'Sequel Sans Roman';
}
.font-sequel-sbold{
    font-family: 'Sequel Sans Semi Bold';
}
.font-sequel-oblique{
    font-family: 'Sequel Sans Oblique';
}
.font-sequel-medium{
    font-family: 'Sequel Sans Medium';
}
.font-sequel-light{
    font-family: 'Sequel Sans Light';
}

.bg-container{
    padding: 48px 96px;
    border-radius: 24px;
    background-color: #FFF7ED;
}
.cmn-str h2{
    letter-spacing: -1px;
}
.cmn-str p{
    line-height: 22px;
}

.adtnftrwrapper .bg-container{
    background-color: #F15C5C;
}
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

.myVideo, html {
    height: 100%
}
.myVideo, .topwrapper {
    left: 0;
    top: 0;
    width: 100%
}
.speakertd, .table1 td:first-child, .table1 td:nth-child(2) span, .table1 th {
    font-family: Nunito, sans-serif;
}
a, abbr, acronym, applet, article, aside, audio, b, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, span, summary, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol {
    list-style: decimal;
    margin-left: 30px;
}
ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section p {
    margin-bottom: 20px;
}
section {
    padding: 50px 0;
}
body {
    background: fixed #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}
.topwrapper {
    margin: 0 auto;
    padding: 10px 10px 10px 0;
    clear: both;
    display: table;
    content: "";
    z-index: 5;
    position: -webkit-sticky;
    position: sticky;
}
.topwrapper .pastedition_list {
    height: 50vh;
    overflow: scroll;
}
.topleft {
    float: left;
    display: block;
    padding: 0px 0 0px 1%}
.topleft img {
    display: table;
    height: 34px;
}
.topright {
    float: right;
    display: block;
    margin: 0;
}
.idxheaderbg {

    display: block;
    position: relative;
    width: 100%;
    padding: 60px 0;
    z-index: 1;
    border-radius: 8px;
}
.idxregwrapper{
    background: url(http://localhost/wordpressWebsite/technologysenate/wp-content/themes/TechSenate/assets/images/headerbg.jpg') center/cover no-repeat #fff;
    padding: 40px 0;
}
.header-text{
    font-size: 36px;
    font-family: "Inter", sans-serif;
}
.idxheadertitle h2{
    font-family: "Inter", sans-serif;
    font-size: 42px;
    line-height: 120%;
}
.idxheadertitle p{
    font-size: 32px;   
}
.sectiontitle{
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
}
.sectiontitle span{
    top: -10px;
    border-top: 6px solid #000;
    display: inline-block;
    width: 32%;
}

.headerRight{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}
.headerRight img{
    display: block;
    padding: 0px 14px 14px 0;
    border-radius: 6px;
}
.hashtagContainer{
    position: absolute;
    text-align: right;
    padding: 14px 24px;
    background: #fff;
    margin-top: 4%;
    font-size: 24px;
    font-weight: bold;
    line-height: 100%;
    color: #2C8BE2;
}
.hashtagContainer span{
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
    color: #2C8BE2;
}
.south-india{
    position: absolute;
    left: 6%;
    bottom: 2%;
    z-index: 1;
}
.confrenceBox h3{
    font-size: 20px;
}
.idxconfrence .confrenceBox p{
    margin-bottom: 0;
}
.confrenceBox{
    display: block;
    border-bottom: 1px solid #FE782E;
    padding: 0 0 10px;
    margin: 18px 0 0;
}
.confrenceBox:last-child{
    border-bottom: none;
}
.confrenceBox.blue{
    border-bottom: 1px solid #0447AD;
}
.confrenceBox.blue:last-child{
    border-bottom: none;
}
.confrnce-right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.confrnce-right1{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
    z-index: unset;
    height: 100%;
    /*background: rgba(0, 11, 181, 0.55);*/
}
.vdooverlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(4,71,173,0.75);
    z-index: 1;
}
.confrnce-right1 video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.confrnce-left{
    width: 68%;
}
.overEle1{
    position: absolute;
    left: 10%;
    bottom: 4%;
    z-index: 1;
}
.overEle2{
    position: absolute;
    left: 10%;
    right: 10%;
    top: 4%;
    z-index: 1;
}

.overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 11, 181, 0.55);
    z-index: -1;
    border-radius: 8px;
}
.idxheaderlogo {
    width: 80%;
    display: block;
}
.idxheaderlogo img {
    display: table;
    width: 100%
}

/*joinus*/

.rdbtn span{
    border-radius: 10px;
    background-color: #BEF264; 
    width: 10px; 
    height: 10px; 
    display: inline-block;
    margin-right: 7px;
}

/**/

/*topicwrapper*/

.topicwrapper .topic-content{
    font-family: Inter, sans-serif;
}
.topic_box{
    border: 1px solid #E74500;
    border-radius: 16px;
    background-color: transparent;
    padding: 25px 20px;
}
.topic_box:hover{
    background-color: #E74500;
    color: #fff;
}
.topic_icon{
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    padding: 1px;
    width: 52px;
    height: 52px;
}
.topic_icon .accordion-button::after{
    content: "";
}
.icon_box.blue{
    background-color: #4643D9;
    border: 2px solid #4643D9;
    animation: blue 1.4s ease infinite;
}

.topic-height{
    height: 150px;
}
/**/

/**/

.counterwrapper .main_text{
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1px;
}
.counterwrapper .para_text{
    font-size: 18px;
    line-height: 120%;
}

/**/

.contact_us_section {
    font-family: Poppins, sans-serif;
    display: block;
    position: relative;
    color: #667085;
}
.contact_us_section a{
    color: #667085;
}
.contact_us_section h4 {
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 2rem;
}
.contact_us_section p {
    line-height: 128%;
    margin-bottom: 0;
}
.idxpartnersbox img, .idxpartnersbox1 img, .idxpartnersbox2 img, .speakerbox img {
    width: 100%;
    display: table;
}

.overview-head{
    display: block;
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
}
.overview-para{
    display: block;
    font-size: 34px;
    line-height: 120%;
    font-weight: 500;
}
.overviewUpper, .overviewLower{
    height: 200px;
}
.sec-title-part p{
    font-size: 28px;
    line-height: 120%;
}

.topicwrapper h2, .speakerwrapper h2, .advantagewrapper h2, .partnerwrapper h2, .contact_us_section h2{
    margin-bottom: 80px;
}
.idxabout p {
    line-height: normal;
}
.idxabout .btn3 a {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 14px 24px 14px 24px;
  gap: 10px;
  border-radius: 40px;
}

/**/
.willhave .willhavebox .willhavetop p{
    font-size: 32px;
}
.willhave .tbox{
    padding: 30px;
    border-radius: 24px;
    height: 250px;
}
.willhavebox.gray-box{
    background-image: linear-gradient(to bottom right, #151515,#332e3f99,#3b2b5d99, #5a3c9b99);
}

/**/

.hrwrapper hr {
    background-color: #2e97ce;
    height: 3px;
    margin: 30px 0;
    display: block;
    width: 100%}
.idxspeakerwrapper,  .idxpartnerwrapper {
    display: block;
    position: relative;
}
.idxpartnersbox, .speakerbox,  .idxpartnersbox2 {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: normal;
}
.speakermain {
    margin-bottom: 63px;
}
.speakerbox {
    width: 20%;
    margin: 0 1.5% 3%;
    color: #000000;
    text-align: left;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 421px;
}
.spk-img{
    padding: 10px;
}
.speakerbox img {
    border-radius: 50%;
}
.spk-info{
    padding: 10px;
}
.spk-info{
    border-top: 5px solid #f15c5c;
}

.speaker-box{
    width: 100%;
    margin: auto;
    border: 1px solid #F15D3E;
    /*height: 400px;*/
    background: #000000;
}

.speaker-content{
    padding: 20px;  
}
.speaker-pic{
    padding: 25px 25px 0;
}
.speaker-pic img{
    border: 1px solid #F15D3E;
}
.speaker-text1{
    font-size: 22px;
    line-height: 140%;
}
.speaker-text2{
    min-height: 50px;
}

.pic_corner{
    border: 1px solid #F15D3E;
    background: #F15D3E;
    width: 11.38px;
    height: 11.38px;
    margin: 0;
}

.corner1{
    top: 0;
    left: 0px;
}
.corner2{
    top: 0;
    right: 0px;
}
.corner3{
    bottom: 0;
    left: 0px;
}
.corner4{
    bottom: 0;
    right: 0px;
}

.spcl-spkr h2 {
    font-size: 42px;
    line-height: 39px;
    margin-bottom: 17px;
    font-weight: 300;
}
.spcl-spkr p {
    line-height: 16px;
}
.idxpartnerwrapper h2 {
    margin-bottom: 25px;
}
.idxpartnersbox h6, .idxpartnersbox1 h6, .idxpartnersbox2 h6 {
    font-size: 11px;
    color: #1D1F1E;
    margin-top: 8px;
    font-weight: bold;
}
.idxpartnersbox {
    width: 20%;
    margin: 1%;
    padding: 7px 1%;
    border-radius: 7px;
    background: #fff;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
   /* -moz-transition: all 5s linear;
  -webkit-transition: all 5s linear;
  -ms-transition: all 5s linear;
  -o-transition: all 5s linear;
    transition: all 1s linear;*/
}

.idxUpEvbox, .idxpartnersbox1 {
    display: inline-block;
    background: #fff;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    color: #000;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.idxpartnersbox1 {
    width: 43%;
    margin: 1%;
    padding: 7px 1%;
    border-radius: 7px;
    line-height: normal;
}
.idxpartnersbox2 {
    width: 33%;
    margin: 1% auto;
    padding: 7px 2%}
.idxupcomingwrapper h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 70px;
}
.idxUpEvbox {
    width: 21%;
    margin: 1% 2%;
    padding: 7px 1%;
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    line-height: normal;
}
.idxawards .btn3 a{
	color: #000;
}
.footerwrapper {
    color: #000;
    font-weight: 400;
}
.footerwrapper a {
    color: #000;
    text-decoration: none;
}
.footerwrapper a:hover {
    color: #0a8eae;
}
.footercol1 {
    padding: 0 0 15px;
    font-size: 14px;
}
.footerlogo {
    display: block;
    float: left;
/*    width: 230px;*/
    margin: 0 0 30px;
}
.organiserboximg1, .organiserboximg2 {
    margin: 0 auto 15px;
    text-align: center;
}
.footercol2 {
    padding: 8px 0;
}
.footerbottomright h4, .footercol2 h4 {
    display: block;
    font-weight: 700;
    color: #ed1c24;
    line-height: normal;
    margin-bottom: 15px;
    font-size: 14px;
}
.footercol2 ul li {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
}
.footerbottom {
    font-size: 14px;
    line-height: 16px;
}
.footersocial a img {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin-right: 12px;
}
.titlesecheight {
    height: 400px;
}
.organiserboximg1 {
    width: 150px;
    padding: 0;
}
.organiserboximg2 {
    width: 220px;
    padding: 0;
}
.aboutbox p span {
    font-weight: 900;
    color: #0095da;
}
.aboutbox {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 3%;
    margin: 1.5%;
    background: #fff;
    border: 2px solid #a09f9f;
    border-radius: 7px;
    color: #000;
    box-sizing: unset;
}
.aboutbox h4 {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}

.thankyoutext h4, .thankyoutext h6 {
    font-family: "Inter", sans-serif;
    font-size: 34px;
    line-height: 140%;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 600;
}
.thankyoutext {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 26px;
    width: 100%;
    margin: 0 auto;
    padding: 32px 36px;
    background: #ffffff;
    border-radius: 20px;
    text-align: center;
}
.thankyoutext h6 {
    color: #1E2CFB;
}
.thankyoutext h6 span {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.thankyoulink {
    text-align: center;
}
.thankyoulink a {
    font-weight: 400;
}
.tybtn a {
    display: inline-block;
    border-radius: 12px;
    padding: 17px 16px;
    font-size: 18px;
    line-height: normal;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    max-width: 100%;
    transition: .3s all;
    width: 300px;
    max-width: 80%;
    text-align: center;
}

.thankyoutext p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    letter-spacing: 0;
    padding: 0;
}
.table1 td, .table1 th {
    padding: 10px;
    font-size: 13px;
}
.idxboxcon {
    width: 80%;
    margin: auto;
}
.idxwhowillbox {
    width: 28%;
    display: inline-block;
    vertical-align: top;
    padding: 3% 4%;
    margin: 2.5%;
    border: 2px solid #a09f9f;
    border-radius: 7px;
    color: #000;
    box-sizing: border-box;
    height: 170px;
    z-index: -1;
}

.highlightwrapper p{
    line-height: 140%;    
}
.tablemain {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}
.table1 {
    width: 100%;
    margin: 0 auto;
    border: 3px solid #0447AD;;
    text-align: left;
}
.table1 tr {
    background: #eaeaea;
}
.table1 tr:nth-child(2n) {
    background: #fff;
}
.table1 th {
    background: #0447AD;;
    color: #fff;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase;
    text-align: left;
}
.table1 th:nth-child(2) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.table1 tr:hover {
    background-color: #cacaca;
}
.table1 td {
    line-height: normal;
}
.table1 td:first-child {
    font-size: 12px;
    width: 25%}
.table1 td:nth-child(2) {
    width: 75%;
    border-left: 1px solid #a4a4a4;
    border-right: 1px solid #a4a4a4;
}
.table1 td:nth-child(2) span {
    color: #000;
    font-weight: 700;
}
.table-responsive {
    overflow-x: auto;
}
.speakertd {
    display: none!important;
    font-weight: 900;
}
.table1demo td {
    background-color: #000;
    color: #fff!important;
}
h3.headingtext2 {
    font-family: Poppins, sans-serif;
    font-weight: 900;
    color: #fff;
    background: #ed1c24;
    letter-spacing: 0;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
    text-transform: inherit;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.headingtext2 sup {
    font-size: 9px!important;
}
.awardstopleft {
    vertical-align: middle;
    display: inline-block;
    width: 70%;
    margin: 0 3% 0 0;
}
.awardstopleft h3 {
    color: #ed1c24;
    font-size: 20px;
    line-height: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: left;
}
.group:after {
    content: "";
    display: table;
    clear: both;
}
.clearboth {
    clear: both;
    min-height: 1px;
}

.brs{
    border-radius: 20px;
}

.sponsor-box {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
}

.sponsor-box p {
    font-size: 18px;
    line-height: normal;
}
.idxheader .event_details{
    margin: 30px 0;
}
.event_details{
    margin: auto;
    position: relative;
    top: 0;
    z-index: 3;
    padding: 20px 0;
    width: 100%;
    border-radius: 8px;
    background: #0447AD;
}
.event_details_content{
    display: flex;
}
.event_details p{
    display: block;
    font-family: "Montserrat", sans-serif;
    line-height: 130%;
    color: #ffffff;
}
.page-theme{
    position: absolute;
}

.btn-top a{
    display: inline-block;
    font-family: "Inter", sans-serif;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 20px;
    line-height: normal;
    width: 180px;
    text-align: center;
    font-weight: 500;
}

.therisewrapper h3{
    font-size: 32px;
    line-height: 120%;
}

.keysector_right h3{
    font-size: 24px;
    line-height: 120%;
}
.keysector_right p{
    font-size: 14px;
    line-height: 130%;
}

.boxhover{
    border-radius: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    color: #fff;
    background-color: rgba(49, 71, 157, 0.9);
}
.boxhover img{
    width: 40px;
}
.idxpartnersbox:hover .boxhover {
    opacity: 1;
}

/**/

.whybox{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    border-radius: 8px;
    border-top: 0;
    background: #FFF;
    box-sizing: border-box;
    border: 2px solid rgba(53, 72, 158, 0.1);
}
.whybox-border1{
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    width: 96%;
    margin: auto;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(53, 72, 158, 0.1) 0%, rgba(241, 93, 62, 1) 50%, rgba(53, 72, 158, 0.1) 100%);
    border-image-slice: 1;
}
.whybox-border2{
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 96%;
    margin: auto;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(90deg, rgba(53, 72, 158, 0.1) 0%, rgba(241, 93, 62, 1) 50%, rgba(53, 72, 158, 0.1) 100%);
    border-image-slice: 1;
}
.why-content{
    display: block;
    border-radius: 27.92px;
    background: #EFF2FF;
    padding: 70px;
}

.attendees_count .spk-count{
    font-size: 70px;
    line-height: normal;
}
.ttl_atten{
    font-size: 36px;
    line-height: normal;
}

.text-gradient{
    background: linear-gradient(90deg, #3D4BA7 0%, #43BBB2 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.bg_gradient{
    background: linear-gradient(90deg, #FE782E 0%, #FB6547 29.81%, #EF4D66 62.98%, #E63B83 100%);
}

.topicCovered h3{
    font-size: 20px;
    line-height: normal;
}
.topicBox{
    width: 86%;
}
.whobox{
    display: inline-block;
    margin: 0 2% 2% 0;
    border-radius: 8px;
    border-top: 4px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 32px;
}

.grecaptcha-badge{
    display: none!important;
}

.mb_36{
    margin-bottom: 36px;
}
.mb_52{
    margin-bottom: 52px;
}

.idxheaderhastag{
    position: absolute;
    top: 5%;
    right: 3%;
}

.myVideo {
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: -2;
    border-radius: 8px;
}
.unique_feature .titleBox{
    color: #ffffff;
    padding: 12px;
    font-size: 20px;
    line-height: normal;
}
.titleBox.pnk{
    background: #FF2FAD;
}
.titleBox.blu{
    background: #00A8FF;
}
.titleBox.grn{
    background: #0BCD74;
}
.titleBox.ylw{
    background: #FF9705;
}

.eo_title{
    display: block;
    font-size: 64px;
    line-height: 90%;
}
.eo_title span{
    display: block;
    font-size: 48px;
    line-height: 90%;
}
.eo_content{
    width: 100%;
    margin-left: auto;
}
.eo_theme_left{
    width: auto;
    padding-right: 4%;
    border-right: 1px solid #000000;
}
.eo_theme_right{
    width: auto;
    padding-left: 4%;
}

.whowill_left{
    width: auto;
    margin-right: 50px;
    max-width: 100%;
}

.whowill_right{
    width: 500px;
    max-width: 100%;
}
.woocommerce-product-search{
    display:flex;
    gap:10px;
}

.woocommerce-product-search input[type="search"]{
    width:300px;
    height:45px;
    padding:0 15px;
    border:1px solid #ccc;
    border-radius:5px;
}

.woocommerce-product-search button{
    height:45px;
    padding:0 20px;
    background:#000;
    color:#fff;
    border:none;
    border-radius:5px;
    cursor:pointer;
}