html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
  caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
a {text-decoration:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; 
-o-transition:all 0.5s ease; transition:all 0.5s ease; color:#333;}
a:hover {text-decoration:none;}
a:focus {outline:none;}

:focus { outline: none; }
html, body {font-family: "Space Grotesk", sans-serif; overflow-x:hidden;}
h1,h2,h3,h4,h5,h6 {font-family: "geom-graphic", sans-serif;}

/* ==================== COMMON CSS ==================== */

section {padding:70px 0;}

h2 {font-size:42px; color:#4468f4; padding:0 0 30px; font-weight:700; background:linear-gradient(90deg, #7596ff, #284eb3); -webkit-background-clip:text; 
-webkit-text-fill-color:transparent;}
h3 {font-size:24px; color:#000; padding:20px 0; font-weight:700;}
p {font-size:17px; line-height:24px; color:#333; padding:0 0 25px;}

.btn_blk {display:block; padding:20px 0 0;}
.btn_blk a {display:inline-block; color:#fff; font-size:18px; font-weight:700; padding:15px 50px; position:relative; letter-spacing:0.75px; z-index:1; 
overflow:hidden; border-radius:30px; text-transform:uppercase;}
.btn_blk a::after {content:""; position:absolute; bottom:0; left:0; width:100%; height:100%; background:#7598fc; border-radius:30px; z-index: -2;}
.btn_blk a::before {content:""; position:absolute; bottom:0; left:0; width:0%; height:100%; background:#2642bd; transition: all 0.3s; border-radius:30px; z-index:-1;}
.btn_blk a:hover::before {width:100%;}

.side_btn {width:auto; position:fixed; z-index:1001; right:-112px; top:50%; transform:rotateZ(90deg);}
.side_btn a {width:auto; height:auto; background:#fa9d26; color:#000; font-size:16px; text-transform:uppercase; padding:11px 20px; border-radius:0 0 5px 5px;    
font-weight:600; transition: 0.5s all ease;}
.side_btn a:hover {background:#000; color:#fff;}

.ntSocialIcons {display:block; list-style:none; min-width:220px; text-align:right;}
.ntSocialIcons li {display:inline-block; margin:0 0 0 5px;}
.ntSocialIcons li a {color:#05262D; display:block; width:32px; text-align:center; height:32px; font-size:14px; border-radius:50%; background:#fff;}
.ntSocialIcons li a:hover {background:#5f6ad9; color:#fff;}
.ntSocialIcons li a i {line-height:32px; font-size:20px; transition: all ease 0.3s;}
.ntSocialIcons li a:hover i {transform: rotateY(360deg);}

.big_menu {width:100%; height:50%; background:#1a1a24; position:fixed; left:0; top:-100%; display:flex; align-items:center; z-index:9999;     transition:all .3s linear;}
.big_menu ul {list-style:none; margin:0 30px;}
.big_menu ul li {border-bottom:1px solid #747480; padding:10px 20px;}
.big_menu ul li a {color:#fff; font-size:16px; font-weight:500; transition:all .3s linear; display:block;}
.big_menu ul li a i {float:right;}
.big_menu ul li a:hover {color:#adbbda;}
.big_menu ul li:last-child {border:none;}

.big_menu ul.list {margin:0; list-style:circle; padding:0 0 0 20px; color:#fff;}
.big_menu ul.list li {border:none; padding:2px 0;}
.big_menu ul.list li a {line-height:24px;}

.big_menu a.close_btn {width:32px; height:32px; background:url("../images/close.png") no-repeat left top; position:absolute; right:50px; top:50px; 
transition:all .3s linear; background-size:100%;}

.big_menu.show {top:0;}

.big_menu h3 {padding:0 0 10px; color:#adbbda !important; font-weight:700; font-size:20px;}
.big_menu p {padding:0; font-size:13px; line-height:20px; color:#fff;}

/* ==================== INDEX PAGE ==================== */

/* TOP BAND START */

.top_band .tb_inner {background:#000; padding:20px 0;}

.top_band .tb_inner .inner {display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}

.top_band .tb_inner .inner .icon {min-width:220px;}
.top_band .tb_inner .inner .icon .menu_icon1 {width:46px; height:46px; background:url("../images/menu_icon.png") no-repeat left top; display:inline-block;}

/* TOP BAND END */

/* HEADER START */

.header {background:#dedfe4; height: calc(100vh - 93px); position:relative; padding:50px 0;}

/*.header .row {height:calc(100vh - 143px);}*/
.header h1 {color:#4468f4; font-size:54px; font-weight:900; margin:100px 0 25px; background:linear-gradient(90deg, #7596ff, #284eb3); -webkit-background-clip:text; 
-webkit-text-fill-color:transparent;}
.header strong {color:#333; text-transform:uppercase; font-weight:100; font-size:22px; display:block; margin:100px 0 10px;}

.header::before {background:url(../images/head_bg.png) no-repeat center bottom; position:absolute; left:0; top:0; width:100%; height:100%; content:"";}
.new_header1::before {
    opacity: 0.4;
    background-size: 45%;
	
}
.header .location_date span {display:block; font-weight:700; color:#333; font-size:22px; padding:0 0 25px;}
.header .location_date b {display:block; font-weight:700; color:#000; font-size:28px; line-height:32px;}

.header .object {width:auto; position:absolute; right:0; bottom:100px; text-align:right; display:none;}
.header .object img {width:70%; display:inline-block;}

.header .navigation {position:absolute; left:0; top:0; width:100%; background:#cdced0; height:62px;}
.header .navigation .nav_bar {padding:0; text-align:center;}

/*Inner Page Header css*/
.inner .header {
    padding: 35px 0;
}
.inner .header .row, .inner .header {
    height: 570px;
}
.inner .header h1 {
    font-size: 42px;
    margin: 100px 0 20px;
}
.inner .header strong {
    font-size: 20px;
}
.inner .header .location_date span {
    font-size: 20px;
    padding: 0 0 20px;
}
.inner .header .location_date b {
    font-size: 24px;
    line-height: 28px;
}

.inner  .header .object {
    bottom: 65px;
    max-width: 42rem;
    width: 100%;
}



/* HEADER END */

/* OVERVIEW START */

.overview {background:url(../images/overview_bg.jpg) no-repeat left bottom #f6f7f9; padding:70px 0 250px; background-size: cover;}
.overview p {font-weight:500;}
.overview p b {font-weight:700; color:#000;}

.overview .guest_speaker {margin:0 0 50px; background:#ffffff; border-radius:15px; box-shadow:0 10px 25px rgba(0,0,0,0.1); overflow:hidden;}

.overview .guest_speaker .head {background:linear-gradient(90deg, #284eb3, #7596ff); padding:30px; text-align:center;}
.overview .guest_speaker .head h1 {font-size:28px; color:#fff;}



.overview .guest_speaker .content {display:flex; flex-wrap:wrap; padding:20px 50px 0; gap:20px; align-items:center;}

.overview .guest_speaker .content .image {flex:1 1 400px; text-align:center;}
.overview .guest_speaker .content .image img {width:100%; max-width:400px; display:block;}

.overview .guest_speaker .content .text {flex:2 1 500px;}
.overview .guest_speaker .content .text h2 {padding:0 0 15px;}
.overview .guest_speaker .content .text p {color:#333; font-size:15px; line-height:20px; padding:0 0 15px;}
.overview .guest_speaker .content .text p b {font-weight:bold; color:#000; font-size:22px; display:block; padding:0 0 20px;}
.overview .guest_speaker .content .text small {padding:30px 0 0; text-align:right; font-weight:bold; color:#284eb3; font-size:18px; 
font-family: "geom-graphic", sans-serif; display:block;}


/*New css*/

/*new css in header*/

.new_header1 {
    height: calc(700px - 108px);
    height: auto;
}
.new_header1 .overview {
    background: transparent;
    padding: 0;
    background-size: cover;
    margin-top: 60px;
}
.new_header1 .overview .guest_speaker .head {
    background: transparent;
    padding: 0 0 0 30px;
    text-align: left;
}
.new_header1 .overview .guest_speaker .head h1 {
    margin: 0;
    font-size: 24px;
}
.new_header1 .overview .guest_speaker {
    margin: 0;
    background: transparent;
    border-radius: 15px;
    box-shadow: initial;
    overflow: hidden;
    border: 1px solid #2642bd;
    padding: 30px 30px 0 0px;
}
.new_header1 .overview .guest_speaker .content {
    display: flex;
    flex-wrap: inherit;
    padding: 30px 0 0 0;
    gap: 0;
    align-items: center;
}
.new_header1 .overview .guest_speaker .content .text {
    flex: 1;
	padding-left: 30px;
}
.new_header1 .overview .guest_speaker .content .image {
    flex: inherit;
    text-align: center;
    max-width: 300px;
}
.new_header1 .overview .guest_speaker .content .text h2 {
    padding: 0 0 10px;
    font-size: 26px;
}




/* OVERVIEW END */

/* OBJECTIVES START */

.Objectives {background:url(../images/highlight_bg.jpg) no-repeat right bottom; background-size:cover; position:relative;}
.Objectives h2 {color:#fff; -webkit-background-clip:inherit; -webkit-text-fill-color:inherit; background:none;}
.Objectives h5 {color:#fff; font-weight:500; font-size:20px; padding:0 0 40px;}
.Objectives ul {list-style:none;}
.Objectives ul li {padding:10px 0; border-bottom:1px solid #fff; display:block; color:#fff; font-size:17px; line-height:24px;}
.Objectives ul li:last-child {border:0; padding-bottom:0;}

.Objectives::before {background-image: linear-gradient(to right, #68778c 40%, rgba(104,119,140,0.2)); width:100%; height:100%; position:absolute; left:0; top:0; content:"";}

/* OBJECTIVES END */

/* EVENT HIGHLIGHTS START */

.event_highlights {background:url(../images/highlight_bg2.jpg) no-repeat left bottom #d3d7e2; background-size:100%;}
.event_highlights h5 {color:#000; font-weight:500; font-size:20px; padding:0 0 40px; text-align:center;}

.event_highlights .eh_blk {display:flex; align-items:center; height:100%; border:1px solid #7e9bbb; background:#7e9bbb; border-radius:15px; padding:20px 30px;}
.event_highlights .eh_blk p {color:#333; font-size:17px; font-weight:700; text-align:center; padding:0;}

.event_highlights .eh_blk.common {border:none; background:none; border-radius:0; display:flex; justify-content:space-between; gap:30px; padding:0;}
.event_highlights .eh_blk.common .topic {flex:1; height:200px; display:flex; align-items:center; justify-content:center; text-align:center; background:#7598fc; 
border-radius:15px; padding:20px 30px;}
.event_highlights .eh_blk.common .topic p {color:#333; line-height:22px;}

.event_highlights .eh_blk.common.panel .topic {background:#2642bd;}
.event_highlights .eh_blk.common.panel .topic p {color:#fff;}

/* EVENT HIGHLIGHTS END */

/* OUTCOMES START */

.outcomes {background:#e3e4e8;}

.outcomes .point {background:#fff; border-radius:15px; overflow:hidden; height:100%;}
.outcomes .point .pic img {width:100%;}
.outcomes .point .info {padding:20px 25px;}
.outcomes .point .info p {padding:0; font-weight:700;}

/* OUTCOMES END */

/* WHO SHOULD ATTEND START */

.Objectives.who_attends {background:#fff;}
.Objectives.who_attends h2 {background:linear-gradient(90deg, #7596ff, #284eb3); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.Objectives.who_attends ul li {color:#333; border-color:#333; line-height: 22px;}
.Objectives.who_attends ul li b {font-weight:700; color:#000;}

.Objectives.who_attends .inner {background:#d5d9e4; border-radius:15px; display:flex; align-items:center;}
.Objectives.who_attends .inner .left {width:60%; padding:40px 70px;}
.Objectives.who_attends .inner .right {width:40%;}
.Objectives.who_attends .inner .right img {width:100%; border-radius:0 15px 15px 0; display:block;}

.Objectives.who_attends::before {display:none;}
.collage_div {
    display: flex;
    flex-wrap: wrap;
}
.Objectives.who_attends .inner .right .collage_bx, .Objectives.who_attends .inner .right .collage_bx2 {
    width: 50%;
    height: 260px;
    object-fit: cover;
}
.Objectives.who_attends .inner .right .collage_bx {
    border-radius: 0 0 0px 0;
}
.Objectives.who_attends .inner .right .collage_bx2 {
    border-radius: 0 15px 0px 0;
}
.Objectives.who_attends .inner .right .collage_bx3 {
    height: 260px;
    object-fit: cover;
    border-radius: 0 0 15px 0;
}

/* WHO SHOULD ATTEND END */

/* REGISTRATIONS START */

.registration {padding:0 0 70px;}
.registration h5 {padding:0 0 20px; font-size:20px;}
.registration ul {padding:0 0 15px 18px;}
.registration ul li {padding:6px 0; font-size:17px;}
.registration ul li b {font-weight:700;} 
.registration ul li a {color:#2642bd; font-weight:700;}
.registration p {font-size:17px;}
.registration p a {color:#2642bd; font-weight:700;}
.registration p b {font-weight:700;}

.registration .price_blk {border-top:3px solid #000; background:linear-gradient(-180deg, #e4e5e7, #f6f7f9); padding:30px 20px; text-align:center;}
.registration .price_blk strong {color:#000; font-weight:500; font-size:18px; padding:0 0 15px; text-align:center; text-transform:uppercase; display:block;}
.registration .price_blk b {font-family: "geom-graphic", sans-serif; color:#2642bd; font-size:28px; font-weight:700;}

/* HOST START */

.partners_container {padding:0 0 30px; text-align:center;} 
.partners_container h3 {display:block; color:#000; font-size:22px; margin:0 0 15px;}

.partners_container .pc_com {display:block; padding:0 0 40px;}

.partners_container .pc_com .top {display:block;}
.partners_container .pc_com .top strong {display:block; font-size:20px; color:#000; padding:0 0 30px; text-transform:uppercase; font-weight:700;}

.partners_container .pc_com .bottom {display:block;}
.partners_container .pc_com .bottom a {display:inline-block; margin:0 20px;}
.partners_container .pc_com .bottom a img {max-width:300px;}

/* HOST END */

/* FOOTER START */

.footer {background:#212121; padding:70px 0 30px;}


.footer .ft_top h5 {color:#fff; font-weight:500; font-size:20px; padding:0 0 20px; text-align:center;}
.footer .ft_top p {display:block; text-align:center; color:#fff; font-weight:300; line-height:24px; padding:0; font-size:14px;}
.footer .ft_top p b {text-transform:uppercase; color:#fff; font-weight:700; font-size:18px;}
.footer .ft_top p a {color:#fff; font-weight:700; letter-spacing:1px;}

.footer .ft_top .pic {width:120px; height:120px; display:inline-block; border-radius:50%; margin:0 0 20px;}
.footer .ft_top .pic img {border-radius:50%;}

.footer .ft_bottom address {display:block; text-align:center; font-size:13px; font-weight:300; letter-spacing:0.5px; line-height:22px; color:#fff; margin:50px 0 0; 
border-top:1px solid #fff; padding:30px 0 0;}

/* FOOTER END */

/* Scroll-to-top icon styling */
#scrollTopBtn {
    position: fixed;
    bottom:125px;
    right: 63px;
    background: #7598fc;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
	transition: 0.5s all ease;
}

  #scrollTopBtn:hover {
    background: #212121;
	transition: 0.5s all ease;
  }


/* INNER PAGES CSS START HERE */

.inner .header {height:auto; padding:0 0 70px;}
.inner .header .row {height:auto;}
.inner .header strong {margin:130px 0 10px;}
.inner .header::before  {background-size:40%; background-position:right bottom;}











/* VENUE SECTION END */

/* COUNTRY RANKINGS END */

/* REPORT HIGHLIGHT START */

.report_highlights {background:#fff; border-radius:40px; margin:0 10px; display:none;}

.report_highlights .rh_blk .item {text-align:center;}
.report_highlights .rh_blk .item img {max-width:800px; display:inline-block;}

/* REPORT HIGHLIGHT END */

/* ARCHIVES START */

.archives {background:#fff;}
.archives h2 {line-height:36px;}
.archives small {display:block; font-size:15px; padding:0 0 50px;}

.archives .r_blk {
    display: flex;
    background: #d9f8ff;
    border: 1px solid #06a5ca;
    border-radius: 5px;
    justify-content: flex-start;
    padding: 20px;
    margin: 0;
    height: 100%;
}
.archives .r_blk .cover img {border-radius:5px; max-width:150px;}


.archives .r_blk .info h3 {font-size:18px; line-height:22px; margin:0 0 15px; padding:0;}
.archives .r_blk .info h3 a:hover {color:#5f6ad9;}
.archives .r_blk .info p {font-size:13px; line-height:20px; padding:0;}
.archives .r_blk .info span {font-weight:700; padding:0 0 15px; font-size:15px; display:block; line-height: 20px;}
.archives .r_blk .info ul {
    padding-left: 18px;
}
.archives .r_blk .info li {
    font-size: 14px;
    line-height: 21px;
    color: #000;
    padding: 0px 0 10px;
    font-weight: 400;
}
/* ARCHIVES END */

/* PARTNERS START */

.gki_partners {background:#f2f1f6; padding:70px 0 40px;}
.gki_partners .gp_blk {background:#fff; text-align:center; padding:20px 0; box-shadow:0px 0px 30px #eee; margin:0 0 30px; position:relative; z-index:1; 
border-radius:20px;}

/* PARTNERS END */

/* CONTACT START */

.contact_blk {text-align:center; background:#f2f1f6; padding:30px 0;}
.contact_blk h2 {padding:0 0 30px;}
.contact_blk .com_blk {display:block; text-align:center;}
.contact_blk .com_blk .pic {width:120px; height:120px; display:inline-block; border-radius:50%; margin:0 0 20px; overflow:hidden; position:relative; 
border:2px solid #0A0F42;}
.contact_blk .com_blk .pic img {border-radius:50%; max-width:100%;}

.contact_blk .com_blk .info {display:block;}
.contact_blk .com_blk .info strong {display:block; text-transform:uppercase; font-weight:700; color:#0A0F42; font-size:17px; padding:0 0 10px;}
.contact_blk .com_blk .info b {display:block; font-weight:600; color:#000; font-size:14px; padding:8px 0 0; line-height:18px;}
.contact_blk .com_blk .info p {display:block; font-size:14px; line-height:20px; padding:0;}
.contact_blk .com_blk .info a {display:inline-block; font-size:14px; font-weight:700; color:#5f6ad9;}

/* CONTACT END */



/* ==================== INNER PAGE ==================== */



/* RESULTS PAGE CSS START */

.results .global_map {background:#f8f8f8;}

.results .global_map .map_blk {text-align:center;}
.results .global_map .map_blk img {max-width:900px;} 

.results .global_map .note {padding:20px 0 0;}
.results .global_map .note p {padding:0 0 10px;}
.results .global_map .note p b {font-weight:700; font-size:14px;}
.results .global_map .note ol {padding:0 0 0 15px;}
.results .global_map .note ol li {font-size:12px; line-height:18px;}

.results .key_findings {background:#f9f9f9;}
.results .key_findings .kf_blk {display:flex; border-bottom:1px solid #ddd; padding:0 0 20px; margin:0 0 40px; align-items:center;}
.results .key_findings .kf_blk .kfb_lt {width:70%; padding:0 70px 0 0;}
.results .key_findings .kf_blk .kfb_lt h3 {line-height:30px;}
.results .key_findings .kf_blk .kfb_rt {width:30%}
.results .key_findings .kf_blk .kfb_rt img {border-radius:5px; width:100%; cursor:pointer;}

.results .key_findings .kf_blk:last-child {border-bottom:0; margin:0; padding:0;}




/* Add Animation */
.viewer-footer {
    display: none !important;
}
.viewer-canvas img {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
}
.viewer-container {
    background-color: #000000c2 !important;
}
.viewer-button {
    background-color: #ff0000 !important;
}
/* Responsive Columns */
@media only screen and (max-width: 700px){
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .results .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
    width: 100%;
  }
}

/* Clear Floats */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ARCHITECTURE PAGE CSS START */

.pillars {display:none;}
.pillars strong {font-size:22px; font-weight:700; margin:0 0 50px 0; display:block;}

.pillars .pillar_blk {display:grid; grid-template-columns: repeat(5, 1fr); gap:0; grid-auto-rows: minmax(300px, auto);}

.pillars .pillar_blk .p_blk {padding:10px; position:relative;}
.pillars .pillar_blk .p_blk .inner {background:#361a41; padding:40px 20px 30px 20px; height:100%;}
.pillars .pillar_blk .p_blk h3 {color:#fff; font-weight:700; font-size:18px; text-align:center; padding:0 5px 10px; border-bottom:1px solid #fff; 
margin:0 0 15px; line-height:24px;}
.pillars .pillar_blk .p_blk ol {padding:0 0 0 18px;}
.pillars .pillar_blk .p_blk ol li {color:#fff; font-size:14px; line-height:20px; padding:3px 0;}

.pillars .pillar_blk .p_blk .num {width:64px; height:64px; border:2px solid #fff; border-radius:50%; text-align:center; line-height:64px; position:absolute; 
left:50%; top:-32px; background:#361a41; z-index:1; margin:0 0 0 -32px; color:#fff; font-weight:700; font-size:24px;}

.pillars .pillar_blk .p_blk::after {width:100%; height:10px; background:#361a41; position:absolute; left:0; top:-10px; content:"";}
.pillars .pillar_blk .p_blk::before {width:100%; height:10px; background:#361a41; position:absolute; left:0; bottom:-10px; content:"";}

.pillars .pillar_blk .p_blk:nth-child(2n) .inner {background:#c00000;}
.pillars .pillar_blk .p_blk:nth-child(2n) .num {background:#c00000;}
.pillars .pillar_blk .p_blk:nth-child(2n)::after {background:#c00000;}
.pillars .pillar_blk .p_blk:nth-child(2n)::before {background:#c00000;}

.pillars .pillar_blk .p_blk:nth-child(3n) .inner {background:#1d8e93;}
.pillars .pillar_blk .p_blk:nth-child(3n) .num {background:#1d8e93;}
.pillars .pillar_blk .p_blk:nth-child(3n)::after {background:#1d8e93;}
.pillars .pillar_blk .p_blk:nth-child(3n)::before {background:#1d8e93;}

.pillars .pillar_blk .p_blk:nth-child(4n) .inner {background:#4a6900;}
.pillars .pillar_blk .p_blk:nth-child(4n) .num {background:#4a6900;}
.pillars .pillar_blk .p_blk:nth-child(4n)::after {background:#4a6900;}
.pillars .pillar_blk .p_blk:nth-child(4n)::before {background:#4a6900;}

.pillars .pillar_blk .p_blk:nth-child(5n) .inner {background:#eb711e;}
.pillars .pillar_blk .p_blk:nth-child(5n) .num {background:#eb711e;}
.pillars .pillar_blk .p_blk:nth-child(5n)::after {background:#eb711e;}
.pillars .pillar_blk .p_blk:nth-child(5n)::before {background:#eb711e;}

.inner.architecture .pillar_pic {padding:50px 0 0;}
.inner.architecture .pillar_pic img {width:100%;}

.description {background:#f8f8f8;}

.description .category_acc {display:block;}
.description .accordion_bx {margin:0 0 10px;}
.description .accordion_bx:last-child{margin:0;}
.description .accordion_Cl { color: #000;font-size: 18px; text-transform: uppercase; font-weight:700; padding: 12px 30px; line-height: 24px; overflow: hidden;  text-align: left; cursor: pointer; border: 1px solid #000; transition: 0.5s all ease; position: relative;}
.description .accordion_Cl:before {content: ""; position: absolute; right: 18px; top: 2px; width: 15px; height: 30px; background: url(../images/plus-minus.png)  no-repeat 0px 0; z-index: 9;}
.description .accordion_Cl:hover:before { background: url(../images/plus-minus.png)  no-repeat -20px 0px;}
.description .accordion_bx_Add .accordion_Cl:before { background: url(../images/plus-minus.png)  no-repeat -20px -45px; top: 3px;}
.description .accordion_Cl:hover, .accordion_bx_Add .accordion_Cl {background: #5f6ad9; color: #fff!important; border-color: #5f6ad9!important; transition: 0.5s all ease;}
.description .accordion_Show { padding:20px 30px 10px; text-align: left; border:1px solid #5f6ad9; display: none}
.description .accordion_Show p {color:#000; padding:0 0 15px; font-size:16px;}
.description .accordion_Show1{display: block}

/* TACTICAL PAGE CSS START */

.infographic {background:#f2f1f6;}

.infographic .blocks {display:grid; grid-template-columns: repeat(5, 1fr); gap:30px;}
.infographic .blocks .block {text-align:center;}
.infographic .blocks .block .icon {width:80px; height:80px; border-radius:50%; background:#0f9d58; display:inline-block; margin:10px;}
.infographic .blocks .block p {color:#333; font-size:15px; line-height:22px; padding:0;}
.infographic .blocks .block p b {font-weight:700;}

.infographic .blocks .block:nth-child(2n) .icon {background:#993366;}
.infographic .blocks .block:nth-child(3n) .icon {background:#4475a1;}
.infographic .blocks .block:nth-child(4n) .icon {background:#00be82;}
.infographic .blocks .block:nth-child(5n) .icon {background:#773e18;}

.architecture_blk h2 small {font-size:18px; font-weight:400; display:block; padding:10px 0 0;}
.architecture_blk .map {text-align:center;}
.architecture_blk .map img {display:inline-block;}

.data_blk {background:#f8f8f8;}

.data_blk table strong {color:#fff; font-weight:700; padding:10px 20px; display:block; font-size:18px;}
.data_blk table td {vertical-align:middle; border-bottom:2px solid #ddd; border-right:10px solid #f8f8f8;}
.data_blk table b {font-weight:700; color:#000; padding:10px 20px; display:block; line-height:24px; font-size:17px;}
.data_blk table p {color:#000; padding:10px 20px; display:block; line-height:20px; font-size:14px;}

/* COMPARISON PAGE CSS START */

.comparison .select_dropdown {text-align:center; position:relative;}
.comparison .select_dropdown button {width:500px; border:2px solid #5f6ad9; border-radius:30px; padding:15px 30px; background:#fff; font-size:15px; font-weight:400; position:relative; text-align:left;}
.comparison .select_dropdown button img {width:16px; position:absolute; right:30px; top:15px; transition:all ease 0.5s;}
.comparison .select_dropdown button img.swap {transform:rotate(-180deg);}

.comparison .country_list {position:absolute; width:460px; left:50%; top:47px; background:#fff; margin:0 0 0 -230px; z-index:1; display:none;}
.comparison .country_list .cl_inner {padding:20px;}
.comparison .country_list .cl_inner ul {list-style:none; display:grid; grid-template-columns: repeat(2, 1fr); overflow-y:auto; max-height:270px; text-align:left;}
.comparison .country_list .cl_inner ul li {line-height:24px; font-size:14px; overflow:hidden; margin:8px 0; cursor:pointer;}
.comparison .country_list .cl_inner ul li img {max-width:24px; float:left; margin:0 8px 0 0;}
.comparison .country_list.open {display:block;}

.comparison .cc_outer {display:grid; grid-template-columns: repeat(3, 1fr); gap:30px;}

.comparison .c_card {margin:50px 0 10px; background:#fff; box-shadow:0px 0px 30px #eee; border-radius:3px; overflow:hidden; display:none;}

.comparison .c_card .top {position:relative;}
.comparison .c_card .top img {display:block; width:100%;}

.comparison .c_card .top .overlay {width:100%; position:absolute; left:0; bottom:0; background:rgba(8,12,56,0.7); padding:15px 20px; text-align:center;}
.comparison .c_card .top .overlay strong {color:#fff; font-weight:600; font-size:22px; display:flex; justify-content:center; align-items:center;}
.comparison .c_card .top .overlay strong img {max-width:32px; margin:0 10px 0 0;}

.comparison .c_card .top .rank {width:48px; height:48px; border-radius:50%; background:#080c38; text-align:center; line-height:48px; position:absolute; left:10px; top:10px; font-size:20px; font-weight:700; color:#fff; border:2px solid #fff;}

.comparison .tags {display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; justify-content:center;}
.comparison .tag {border:1px solid #5f6ad9; color:#5f6ad9; padding:5px 10px; border-radius:20px; display:flex; align-items:center;}
.comparison .tag img {width:20px; margin-right:5px;}
.comparison .tag .remove {margin-left:8px; cursor:pointer; font-weight:bold;}

.comparison .c_card .bottom {padding:20px;}

.comparison .c_card .bottom .stats {padding:0 0 15px;}
.comparison .c_card .bottom .stats table thead tr td strong {color:#000;}
.comparison .c_card .bottom .stats table td {padding:3px 10px;}
.comparison .c_card .bottom .stats table td strong {font-size:12px; font-weight:700; color:#fff;}
.comparison .c_card .bottom .stats table td p {font-size:11px; padding:0; line-height:20px; font-weight:500;}

.comparison .c_card .bottom .stats table td:nth-child(2n) {text-align:center;}
.comparison .c_card .bottom .stats table td:nth-child(3n) {text-align:center;}

.comparison .c_card .bottom .graph {text-align:center;}
.comparison .c_card .bottom .graph h4 {font-size:13px; font-weight:700; color:#777; line-height:18px; padding:0 0 10px;}
.comparison .c_card .bottom .graph img {max-width:100%;}

.comparison .gki_note {font-size:13px; font-style:italic; padding:30px 0 0; text-align:center;}

/* DOWNLOAD REPORT FORM CSS START */

.modal-open .modal-backdrop.show {opacity:0.75!important;}

.download_report .report_form .b24-form-header {display:none;}  
.download_report .report_form .b24-form-wrapper.b24-form-shadow {background:none; box-shadow:inherit;}
.download_report .report_form .b24-form-content.b24-form-padding-side {padding:10px;}
.download_report .report_form .b24-form-control {background:#fff; border:1px solid #eee;}
.download_report .report_form .b24-form-btn {background:#5f6ad9; font-weight:700; text-transform:uppercase; font-size:18px; 
font-family: "Public Sans", sans-serif!important; transition:all ease 0.5s;}
.download_report .report_form .b24-form-btn:hover {background:#080c38}

.download_report .modal-title {font-size:22px; font-weight:700; text-align:center; line-height:26px;}
.download_report .modal-title small {font-size:18px; font-weight:400; display:block; padding:5px 0 0;}

/*Outcomes*/

.Outcomes_scn {
    background: #EBEBF8;
}
.Outcomes_scn h2{
    color: #5c3fbb;
}
.trade_trading .counter_bx {
    display: grid;
    position: relative;
    grid-template-columns: 55% 40%;
    gap: 20px;
}
.trade_trading .counter_bx2 {
    grid-template-columns: 40% 55%;
	margin-top: 20px;
}
.trade_in{
	position: relative;
}


.trade_trading .counter_bx_item {
    background: #5c3fbb;
    padding: 20px 25px;
    display: flex;
    align-items: center;
    border-radius: 10px;
	min-height: 120px;
}
.trade_trading .counter_bx p {
    padding: 0;
	color: #fff;
}
.counter_icon {
    margin-bottom: 15px;
}




/*Who_Should_Attend css*/
.Who_Should_Attend{
	background: #f7f7f7;
}
.Who_Should_Attend h2{
	color: #5c3fbb;
}
.Who_Should_Attend .container {
    max-width: 1300px;
}
.fsElementContent.fsElemen_outr {
    display: grid;
    position: relative;
    grid-template-columns: 20% 20% 20% 20% 20%;
    gap: 5px;
}
.fsElementContent {
}
h2.fsElementTitle {
    margin-bottom: 0;
    color: #ffffff;
    position: relative;
    z-index: 2;
    -webkit-transition: .6s background;
    transition: .6s background;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 23px;
    background-color: rgb(92 63 187 / 68%);
    font-weight: 600;
    min-height: 67px;
}
.image-button.fsContent {
    height: 300px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
    padding-bottom: 0px;
    border-radius: 10px;
}
.image-button.fsContent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}
.fsElementHeaderContent img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: .6s transform;
    transition: .6s transform;
    max-width: unset;
}
.image-button.fsContent>.fsElementContent {
    padding: 0 15px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: .6s all;
    transition: .6s all;
    max-height: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    position: relative;
    z-index: 2;
    background-color: rgb(92 63 187 / 68%);
}
.fsContent:hover .fsElementContent{
    max-height: 150px;
}
.fsElementContent p {
    font-size: 15px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
}




/*Program Schedule css*/
.Program_Schedule_scn h4 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    padding: 0 0 20px;
    text-align: center;
}

.Program_Schedule_scn h5 {
    color: #4866f8;
    font-weight: 500;
    font-size: 18px;
    padding: 0 0 20px;
    text-align: center;
}








