﻿@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%
}
.myVideo {
    object-fit: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: auto;
    z-index: -2;
}
.speakertd, .table1 td:first-child, .table1 td:nth-child(2) span, .table1 th {
    font-family: Poppins, 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: #000;
    font-size: 15px;
    line-height: 20px;
    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: auto;
    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 {
    background: url('../images/headerbg.jpg') center/cover no-repeat fixed;
    display: block;
    position: relative;
    width: 100%;
    padding: 40px 0;
    z-index: 1;
}
.gcc_header_box{
    display: block;
    width: 700px;
    margin: auto;
    max-width: 100%;
    border-radius: 8px;
    padding: 3px 0;
    /*border: 3px solid #1E2CFB;*/
    /*background: rgba(217, 235, 255, 0.95);*/
    box-sizing: border-box;
    /*z-index: 99;*/
}
.gcc_header_box_bg{
    display: block;
    background: rgba(217, 235, 255, 0.95);
    width: 694px;
    margin: auto;
    box-sizing: border-box;
    padding: 32px 0;
    border-radius: 8px;
}

.gcc_header_box::before {
        content: '';
        position: absolute;
        z-index: -2;
        left: -50%;
        top: -50%;
        width: 200%;
        height: 200%;
        background-color: #1E2CFB;
        background-repeat: no-repeat;
        background-size: 50% 50%, 50% 50%;
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
        background-image: linear-gradient(#1E2CFB, #1E2CFB), linear-gradient(#1E2CFB, #1E2CFB), linear-gradient(#ffffff, #1E2CFB), linear-gradient(#1E2CFB, #1E2CFB);
        animation: rotate 5s linear infinite;
    }
    
    .gcc_header_box::after {
        content: '';
        position: absolute;
        z-index: -1;
        left: 3px;
        top: 3px;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        background: white;
        border-radius: 5px;
        animation: opacityChange 3s infinite alternate;
    }
}

@keyframes opacityChange {
    50% {
        opacity:1;
    }
    100% {
        opacity: .5;
    }
}

.gcc_header_box_content{
    display: block;
    width: 380px;
    margin: auto;
    max-width: 90%;
}
.idxheaderbg .btn3 a{
    border-radius: 12px;
}
.idxregwrapper{
    background: #D9EBFF;
    padding: 40px 0;
}
.header-text{
    font-size: 32px;
    font-family: "Montserrat", sans-serif;
    padding-bottom: 40px;
}
.idxheadertitle p{
    font-size: 32px;   
}
.header-left{
    position: absolute;
    top: 25%;
    left: 0;
}
.header-right{
    position: absolute;
    top: 25%;
    right: 0;
}
.header-left img, .header-right img{
    width: 100%;
}
.overlay{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: -1;
}
.idxheaderlogo {
    width: 80%;
    display: block;
}
.idxheaderlogo img {
    display: table;
    width: 100%
}
.idxheaderhastag{
    border-radius: 8px;
}
.idxheaderhastag p{
    font-size: 18px;
    line-height: normal;
}

.idxregwrapper h2{
    font-size: 24px;
    line-height: 120%;
}
.idxheadertitle h2{
    font-size: 32px;
    line-height: 120%;
}
/*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;
}
.speakerlist {
    margin-top: 83px;
}
.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: 370px;
}
.spk-img{
    padding: 10px;
}
.speakerbox img {
    border-radius: 50%;
}
.spk-info{
    padding: 10px;
}
.spk-info{
    border-top: 5px solid #2A00AB;
}

.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;
}

.idxwhowillbox, .table1 tr:nth-child(2n) {
    background: #fff;
}
.idxwhowill_right img{
    width: 85%;
}
.sponsoroppr{
    font-family: Poppins, sans-serif;
}
.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 #504CFF;
    text-align: left;
}
.table1 tr {
    background: #eaeaea;
}
.table1 th {
    background: #504CFF;
    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;
    font-family: Poppins, sans-serif;
}
.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: 600;
}
.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;
}
.event_details{
    position: sticky;
    top: 0;
    z-index: 3;
    padding: 10px 0;
    background: linear-gradient(90deg, #F15D3E 0%, #35489E 100%);
}
.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;
}

.pse-gradient{
    background: linear-gradient(90deg, #F15D3E 0%, #35489E 50%, #35489E 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.topicCovered h3{
    font-size: 32px;
    line-height: normal;
}

.whobox{
    display: inline-block;
    margin: 0 1.5% 1.5% 0;
    border-radius: 8px;
    border-top: 4px solid #D4E4FA;
    border-right: 1px solid #D4E4FA;
    border-bottom: 1px solid #D4E4FA;
    border-left: 1px solid #D4E4FA;
    padding: 12px 32px;
    background: #fff;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
}

.feature-box{
    line-height: 120%;
    margin: auto;
    border-radius: 8px;
    z-index: 1;
    background-color: #ffffff;
    display: flex;
    border: 1px solid #0E7EE6;
    box-shadow: 0px 6px 12px -6px rgba(24, 39, 75, 0.12), 0px 8px 24px -4px rgba(24, 39, 75, 0.08);
    border-top: 4px solid #0E7EE6;
    height: 180px;
    padding: 20px 40px;
    align-items: center;
    flex-shrink: 0;
    margin-bottom: 24px;
    max-width: 100%;
    box-sizing: border-box;
}

.grecaptcha-badge{
    display: none!important;
}

.line-gradient{
    width: 70%;
    height: 1px;
    background: #06CA88;
    margin: 29px 0;
}
.mb-29{
    margin-bottom: 29px;
}

.aboutHyderabad{
    background: #D4E4FA;
}
.aboutHyderabadRowL, .aboutGccRowR{
    width: 25%;
}
.aboutHyderabadRowR, .aboutGccRowL{
    width: 75%;
}
.aboutGcc h2{
    font-size: 32px;
    line-height: normal;
}
.border_bottom{
    border-bottom: 2px solid #06CA88;
}
.head_tab{
    display: inline-block;
    text-align: center;
    background: #06CA88;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    padding: 10px 25px;
    color: #fff;
}