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 */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
  	overflow-x: hidden;
	background: #fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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;}
h1,h2 {letter-spacing: 0.5px;}
h1,h2,h3,h4,h5,h6 {font-family: 'PP Right Sans'; color:#000;}
h2 {
    font-size: 44px;
    color: #001a53;
    margin-bottom: 0px;
    padding: 0 0 20px;
    text-transform: uppercase;
    line-height: 50px;
    font-family: 'Leo Renaisans 700';
}
p {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    padding: 0 0 25px;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
}


#Registration_popup .text_body h4 {
    font-size: 34px;
    padding: 50px 0;
    line-height: 34px;
    text-align: center;
}


/* ==================== COMMON CSS ==================== */

.sub_btn {
    background:#98ffd2;
    border-radius: 30px;
    padding: 13px 30px 11px;
    color: #000;
    transition: 0.5s all ease;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    outline: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    margin-top: 20px;
    border: none !important;
}

.sub_btn:hover {
    background:#f54635;
    color: #fff;
    transition: 0.5s all ease;
}

.side_btn {width:auto; position:fixed; z-index:99; right:-89px; top:50%; transform:rotateZ(90deg);}
.side_btn a {width:auto; height: auto; background:#ff9500; color:#fff; font-size:17px; text-transform:uppercase; padding:11px 20px; border-radius:0 0 5px 5px; 
font-weight:600; transition: 0.5s all ease; font-family: "Lexend", sans-serif;}
.side_btn a:hover {background:#000; color:#fff;}	

.btn_blk {display:block; padding:20px 0 0;}
.btn_blk a {display:inline-block; border:1px solid #ff9500; text-transform:uppercase; color:#fff; font-size:18px; font-weight:700; 
padding:15px 20px; background:#ff9500; font-family: "Lexend", sans-serif;}
.btn_blk a i {padding:0 10px;}
.btn_blk a:hover {background:none; padding:15px 30px; border-color:#ffffff;}

.btn_blk2 {display:block; padding:20px 0 10px; text-align:center;}
.btn_blk2 a {display:inline-block; border:1px solid #fff; background:none; text-transform:uppercase; color:#fff; font-size:18px; font-weight:700; 
padding:15px 20px; font-family: "Lexend", sans-serif;}


/* HEADER SECTION CSS START HERE */
#banner_sldr {
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    /* height: calc(100vh - 180px); */
}
/*
.video_mn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: linear-gradient(180deg, rgba(0, 47, 53, 1) 0%, rgba(1, 115, 129, 1) 100%);
    opacity: 0.5;
}
*/
.video_mn .video-bg {
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%;
}
.hero {
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    padding: 145px 0 40px;
    text-align: left;
	background: #011a53;
}
.hero:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url("../images/home_about_bg.png") no-repeat center;
    z-index: 1;
    background-size: cover;
}
.banner_dv {
    position: relative;
    z-index: 11;
    width: 100%;
}
.hero h1 {
    font-size: 112px;
    letter-spacing: 0;
    color: #f54635;
    line-height: 70px;
    font-weight: 900;
}
.hero h2 {
    font-size: 26px;
    color: #ff9500;
    margin: 30px 0 0 0;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: initial;
    padding: 0;
}
.hero h2 span {
    display: inline-block;
    color: #fff;
}
.hero h3 {font-size:20px; color:#fff; letter-spacing:1.2px; margin:0 0 5px; font-weight:400; text-transform:uppercase;}

.hero .logo {padding:0 0 20px; text-align: center;}
.hero .logo img {width:300px;}
.hero {
    text-align: center;
}
.hero .dates strong {
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-align: left;
    display: inline-block;
    font-family: 'Calibri';
    letter-spacing: 1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 10px 10px 10px 0;
}

.hero .video_blk img {border:3px solid #fff; border-radius:20px; width:100%;}

.hero .container {position:relative; max-width: 1240px;
    z-index: 1;}
.hero .btn_blk {position:absolute; right:15px; top:0; padding:0;}
.hero .btn_blk a {color:#000; font-weight:700; animation:glowing 1500ms infinite;}
.hero .btn_blk a:hover {color:#89cff0;}
.hero .btn_blk a:before {background:#89cff0;}
.hero .btn_blk a:after {background:#4b607f; color:#89cff0;}
.save_the_date {
    max-width: 535px;
    width: 100%;
    margin: 0 auto;
}


/* INNER PAGES CSS START HERE */

.inner .hero {height:auto; background-position:left top; padding:150px 0 80px; position:relative; overflow:hidden;}
.inner .hero .logo {padding:30px 0 0 0;}
.inner .hero .save_the_date {display: none}
.inner .hero .logo img {
 	width:250px;
}
.inner .hero h2 {
	margin-top: 15px;
}
.inner .dates {
}
.inner .navigation a.logo_hdr img {
    width: 100%;
}
/* INNER PAGES CSS END HERE */



/*Countdown Section css START HERE*/

.Society_Conference_scn {
    background: url("../images/Conference_bg.jpg") no-repeat center;
    background-size: cover;
	position: relative;
	padding: 60px 0;
    background-attachment: fixed;
}
.Society_Conference_scn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #051742e0;
    background-size: cover;
    background: #3606af;
    background: linear-gradient(45deg, #011a53, #011a53);
}
.Society_Conference_scn .container {
    position: relative;
    z-index: 1;
}
.Society_Conference_scn h3{
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	margin-bottom: 40px;
}
.Society_Conference_scn h3 {
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 35px;
    font-family: "Space Grotesk", sans-serif;
}
#countdown ul {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 55px;
}
#countdown ul li {
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.countdown_date_tx {
    display: inline-block;
    width: 200px;
    height: 125px;
    border: 1px solid #41b755;
    border-radius: 16px;
    font-size: 50px;
    color: #fff;
    padding: 0 0 0px;
    font-weight: 800;
    text-align: center;
    line-height: 125px;
    font-family: "Space Grotesk", sans-serif;
}
.countdown_tx {
    font-size: 26px;
    line-height: 26px;
    color: #fff;
    padding: 10px 0 0px;
    font-family: 'PP Right Sans';
    letter-spacing: 1px;
    font-weight: 300;
}


/*co_located_event css*/
.co_located_event {
    text-align: center;
    border: 1px solid #ffffff;
    /* background: url(../images/aec_bg2.jpg) no-repeat left top; */
    background-size: cover;
    margin-bottom: 60px;
    border-radius: 20px;
}
.co_located_event a {
    padding: 50px;
    display: block;
}
.Society_Conference_scn .co_located_event h4 {
    font-size: 22px;
    font-family: "Space Grotesk", sans-serif;
    line-height: 30px;
    color: #fff4e4;
}
.co_located_event a img {
    max-width: 380px;
    margin: 20px 0;
}
.Society_Conference_scn .co_located_event h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #fff;
}


.Society_Conference_scn h2 {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    color: #ff9500;
    padding-bottom: 11px;
    font-family: "Space Grotesk", sans-serif;
    text-transform: initial;
    letter-spacing: 0;
}

.Society_Conference_scn h4 {
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'PP Right Sans';
    line-height: 46px;
}

.Leader_outr{
	overflow: hidden;
}
.Leader_dv {
    margin-top: 45px;
    display: flex;
    width: max-content;
    will-change: transform;
}
.Leader_bx{
	width: 300px;
	padding-right: 30px;
}
.Leader_bx_icon1 {
    margin: 0 6px 0 0;
    display: inline-block;
}
.Leader_bx_icon1 img {
    width: 20px;
}
.Leader_bx_icon2 img {
    width: 13px;
	margin: 5px 0 0 5px
}
.Leader_dv p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 0 0 15px;
    min-height: 120px;
    font-family: "Space Grotesk", sans-serif;
}
.Leader_bx h5 {
    color: #ff9500;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 6px;
    font-family: "Space Grotesk", sans-serif;
}

.Leader_bx h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 0px;
    font-family: 'PP Right Sans';
    font-family: "Space Grotesk", sans-serif;
}
.leader_pic_bx {
    display: flex;
}
.ldr_pic {
    width: 80px;
    display: inline-block;
}
.ldr_pic img {
    display: block;
    background: #ff9500;
    border-radius: 50%;
}
.ldr_tx {
    flex: 1;
    padding-left: 15px;
}


/*Countdown Section css css END HERE*/

/*Past Sponsors Partners css Start*/
.Past_Sponsors_Partners{
	padding: 60px 0;
}
.Past_Sponsors_Partners .container {
    max-width: 1400px;
}
.Past_Sponsors_Partners h2 {
    text-transform: initial;
    padding-bottom: 30px;
}
.Past_Sponsors_Partners .carousel {
    overflow: hidden;
}
.Past_Sponsors_Partners .partners_bx {
    padding: 0 20px;
    display: inline-block !important;
    width: auto !important;
}
.Past_Sponsors_Partners .carousel-track {display: flex;  width: max-content;  will-change: transform;}
.Past_Sponsors_Partners .partners_bx a img {
    height: 70px;
}

/*DISCOVER THE FUTURE CSS START*/
.discover_scn {
    background: #001a53;
    padding: 80px 0 130px;
    text-align: center;
    position: relative;
}
.discover_scn:before {
    content: "";
    background: url(../images/discover_scn_bg.png) #001a53 no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 301px;
    width: 100%;
    background-size: 100% 100%;
    opacity: 0.9;
}



/* Card styling */
/*
.hover-card {
  width: 300px;
  height: 200px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="4" fill="%23ff7eb3" /><circle cx="4" cy="4" r="2" fill="%23ff758c" /><circle cx="16" cy="16" r="2" fill="%23ff758c" /></svg>') repeat;
  background-size: 50px 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  transition: background 0.5s ease;
}
*/

/* Keyframe animation for moving and changing colors */
/*
@keyframes move-and-color {
  0% {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="4" fill="%23ff7eb3" /><circle cx="4" cy="4" r="2" fill="%23ff758c" /><circle cx="16" cy="16" r="2" fill="%23ff758c" /></svg>');
    background-position: 0 0;
  }
  50% {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="4" fill="%23ffcc00" /><circle cx="4" cy="4" r="2" fill="%2300ccff" /><circle cx="16" cy="16" r="2" fill="%23ff33cc" /></svg>');
    background-position: 25px 25px;
  }
  100% {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><circle cx="10" cy="10" r="4" fill="%2300ffaa" /><circle cx="4" cy="4" r="2" fill="%23ff0066" /><circle cx="16" cy="16" r="2" fill="%23ff6600" /></svg>');
    background-position: 50px 50px;
  }
}
*/

/* Hover effect */
/*
.hover-card:hover {
  animation: move-and-color 3s linear infinite;
}
*/



.discover_in{
	padding-left: 60px;
	padding-right: 60px;
}
/*
.discover_scn h2 {
    color: #ffffff;
    font-size: 120px;
    line-height: 110px;
    padding-bottom: 10px;
}
*/
.discover_scn h2 {
    line-height: 64px;
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    color: #ff9500;
    padding-bottom: 10px;
    font-family: "Space Grotesk", sans-serif;
    text-transform: initial;
    letter-spacing: 0;
}
.discover_scn p {
    color: #fff;
    font-size: 26px;
    padding-left: 80px;
    padding-right: 80px;
    line-height: 37px;
    padding-bottom: 0;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
}
.discover_video {
    width: 100%;
    height: 368px;
    transition: all 0.2s;
    max-width: 760px;
    margin: 40px auto 0;
    border: 2px solid #d3c8b6;
    border-radius: 20px;
    overflow: hidden;
}

.discover_video iframe {
    width: 100%;
    height: 100%;
}

/*DISCOVER THE FUTURE CSS END*/


/*ABOUT THE GSI 2026 START CSS*/
.Home_about_scn {
    padding: 70px 0 0;
    background: url("../images/about_bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.Home_about_hdr {
    margin-bottom: 40px;
}
.Home_about_hdr h2 {
    font-size: 46px;
    color: #000;
}
.Home_about_hdr h3 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Space Grotesk", sans-serif;
}
.Home_about_bx {
    background: #001a53;
    padding: 90px 30px 50px 30px;
    border-radius: 200px 200px 0 0;
    text-align: center;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: 0.5s all ease;
}
/*
.planet_bx{
	background: #ff9500;
}
*/

.Home_about_bx h2 {
    color: #fff;
    font-size: 40px;
    padding-bottom: 10px;
}
.planet_bx h2{
	color: #ff9500;
}
.progress_bx h2{
	color: #00cedc;
}
.Home_about_bx h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    padding-bottom: 30px;
    font-family: "Space Grotesk", sans-serif;
}
.Home_about_bx p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 0;
}

.Home_about_bx::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 18%), rgb(255 255 255 / 27%), rgb(0 0 0 / 10%));
    top: -100%;
    left: -100%;
    transition: all 0.5s ease;
}

.Home_about_bx:hover::before {
    top: 100%;
    left: 100%;
}

/*
.Home_about_bx:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff50;
}
*/





/*ABOUT THE GSI 2026 END CSS*/


/*CONFERENCE CSS START HERE*/

.Home_expo_scn {
    background: url("../images/Conference_bg2.jpg") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 100px 0;
    /* background-attachment: fixed; */
    background-size: 100% 100%;
}
.Home_expo_bx {
    border-radius: 40px;
    overflow: hidden;
}
.Home_expo_img {
    display: block;
	overflow: hidden;
}
.Home_expo_img img {
    display: block;
    height: 300px;
    object-fit: cover;
}
.Home_expo_tx {
    padding: 35px 40px 0px 40px;
    background: url("../images/why_be_part_bx_bg.png") #fff no-repeat center center;
    background-size: 100% 100%;
    position: relative;
    transition: 0.5s all ease;
}
.Home_expo_tx:hover {
    box-shadow: 0px 5px 30px 0px rgba(214, 215, 216, 0.57);
    transition: 0.5s all ease;
}
.Home_expo_tx:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(to top, #ffffff 20%, rgb(255 255 255 / 0%) 100%);
}
.Home_expo_tx_in {
    background: #fff;
    padding-bottom: 40px;
	position: relative;
	z-index: 1;
    min-height: 345px;
}
.Home_expo_tx h2 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 5px;
}
.Home_expo_tx p {
    font-size: 16px;
    line-height: 21px;
    color: #001a53;
    padding-bottom: 20px;
}

.Home_expo_tx h4 {
    font-size: 18px;
    line-height: 24px;
    color: #001a53;
    font-weight: 700;
    padding-bottom: 10px;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
}
.Home_expo_tx ul li {
    font-weight: 400;
    display: block;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    line-height: 20px;
    color: #001a53;
    padding-bottom: 5px;
}
.Home_expo_tx ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 6px;
    width: 8px;
    height: 8px;
    /* background: url("../images/expo_arrow.png") no-repeat left top; */
    background: #001a53;
    border-radius: 10px;
}

/*CONFERENCE CSS END HERE*/

.Conference_scn{
    overflow: hidden;
    padding: 80px 0;
    background: #e5e5e5;
    background: url(../images/about_bg.jpg) center center / cover no-repeat fixed;
	background-size: cover;
}

/*CONFERENCE PROGRAMS CSS START HERE*/
/*
#thematic_track {
  position: relative;
}
#thematic_track.sticky {
  position: sticky;
  top: 0;
  z-index: 10;
}
*/




.conf_programs_scn {
    background: url("../images/CONFERENCE_PROGRAMS_bg.jpg") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 70px 0 180px;
    overflow: hidden;
    background-position: bottom;
}
.con_programs_hdr h4 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 32px;
    color: #000;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
}
.con_programs_hdr h2 {

}

/*EXPO CSS 5 BOXS Start*/

.Expo_pointers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0px;
}
.Expo_pointers_bx {
    text-align: center;
    padding: 10px;
    position: relative;
    border-radius: 0px 0px 20px 20px;
    border-top: 0px;
}
/*
.Expo_pointers_bx:nth-child(even) {
    border: 2px solid #ff9500;
    border-radius: 20px 20px 0 0;
    border-bottom: 0px;
}
*/
/*
.Expo_pointers_bx:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -6px;
    width: 10px;
    height: 10px;
    background: #7c3da5;
    border-radius: 50%;
}
.Expo_pointers_bx:after {
    content: "";
    position: absolute;
    top: -4px;
    right: -6px;
    width: 10px;
    height: 10px;
    background: #7c3da5;
    border-radius: 50%;
}
*/
/*
.Expo_pointers_bx:nth-child(even):before, .Expo_pointers_bx:nth-child(even):after{
    top: inherit;
	bottom: -4px;
    background: #ff9500;
}
*/
.Expo_pointers_bx_in {
    width: 100%;
    text-align: center;
    background: #ceddff;
    box-shadow: -3px -3px 0px #001a53;
    padding: 30px 30px;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
    min-height: 100px;
    transition: 0.5s all ease;
}
.Expo_pointers_bx_in:hover {
    background: #001a53;
	transition: 0.5s all ease;
}
/*
.Expo_pointers .Expo_pointers_bx:nth-child(even) .Expo_pointers_bx_in {
    box-shadow: 3px 3px 0px #c9c9c9;
}
*/
.Expo_pointers .Expo_pointers_bx_in img {
    height: 50px;
	margin-bottom: 15px;
	display: none;
}
.Expo_pointers .Expo_pointers_bx_in p {
    text-align: center !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.Expo_pointers .Expo_pointers_bx_in:hover p{
    color: #fff;
	transition: 0.5s all ease;
}
/*EXPO CSS 5 BOXS End*/






/*
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.horiz-gallery-strip,
.horiz-gallery-wrapper {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
}

.project-wrap {
  width: 33vw;
  padding: 2rem;
  box-sizing: content-box;
}

.pin-spacer {
    padding: 0 !important;
    width: auto !important;
}
*/




.mouse_scroll_dv {
    margin-top: 40px;
    gap: 20px;
    position: relative !important;
    overflow-x: hidden;
    display: flex;
    padding-left: 25%;
}

.mouse_scroll_bx {
    overflow: hidden;
    border-radius: 15px;
    padding: 30px 30px 20px 30px;
    display: flex;
    width: 700px;
    white-space: initial; 
	flex: 0 0 700px;
    min-height: 365px;
	background: #001a53;
    position: relative;
}
.project-wrap:nth-child(2n + 2) .mouse_scroll_bx {
    background: #41b755;
}
.project-wrap:nth-child(3n + 3) .mouse_scroll_bx {
    background: #ff9500;
}
.mouse_scroll_bx:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/thematic_bx_bg.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}
.project-wrap:nth-child(2n + 2) .mouse_scroll_bx:before {
    opacity: 0.1;
}
.project-wrap:nth-child(3n + 3) .mouse_scroll_bx:before {
     opacity: 0.1;
}
.mouse_scroll_lt {
    width: 220px;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    z-index: 11;
}
.tracks_Tx {
    position: absolute;
    bottom: 135px;
    left: 0;
    font-size: 34px;
    text-transform: uppercase;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 600;
    color: #001a53;
    text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff, 1px 1px 0 #ffffff;
}

.mouse_scroll_bx h3 {
    color: #ff9500;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 30px;
    font-family: 'Leo Renaisans 700';
}
.project-wrap:nth-child(2n + 2) .mouse_scroll_bx h3 {
    color: #fff;
}
.project-wrap:nth-child(3n + 3) .mouse_scroll_bx h3 {
     color: #fff;
}
.mouse_scroll_bx p {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}
.mouse_scroll_bx .sub_btn {
    padding: 7px 20px 5px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
    background: #fff;
    font-weight: 500;
}
.mouse_scroll_bx .sub_btn:hover {
    background: #ff9500;
	color: #fff;
}
.project-wrap:nth-child(3n + 3) .mouse_scroll_bx .sub_btn:hover {
    background: #001a53;
	color: #fff;
}
.mouse_scroll_rt {
    flex: 1;
    padding-left: 30px;
    z-index: 11;
}


/*IMPACT PROGRAM TECHNICAL SESSIONS CSS*/
.Technical_dv{
	text-align: center;
	margin-top: 60px;
}
.Technical_tabs {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 60px;
}
.Technical_tabs a {
    display: inline-block;
    text-transform: uppercase;
    color: #7a7974;
    font-size: 20px;
    line-height: 22px;
    padding: 10px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    text-decoration: none;
    font-family: "Space Grotesk", sans-serif;
}
.Technical_tabs a.active, .Technical_tabs a:hover {
    color: #fff;
    background: #ff9500;
    transition: all 0.3s;
}
.Technical_tabs .Expo_tab.active, .Technical_tabs .Expo_tab:hover {
    color: #fff;
    background: #41b755;
}
.Technical_show {
    margin-top: 40px;
}
.Technical_bx_group{
	border:2px solid #ff9500;
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	display: none;
    transition: 0.5s all ease;
}
.Technical_bx_group:hover {
    box-shadow: 0px 5px 30px 0px rgba(214, 215, 216, 0.57);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 0.5s all ease;
}
.Technical_bx_group.active{
	display: flex !important;
}

.Technical_repeat {
    padding: 0 30px;
    position: relative;
}
.Technical_icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    background: #ff9500;
    border-radius: 50%;
}

.Technical_icon img {
    height: 60px;
}
.Technical_bx_tx {
    position: relative;
    min-height: 246px;
}
.Technical_repeat + .Technical_repeat .Technical_bx_tx:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -30px;
    width: 1px;
    height: 100%;
    background: #ff9500;
}
#Technical_Sessions {
    border: 2px solid #41b755;
}
#Technical_Sessions .Technical_icon {
    background:#41b755;
}
#Technical_Sessions .Technical_repeat .Technical_bx_tx:before {
    background: #41b755;
}
.Technical_repeat h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 28px;
    font-family: 'Leo Renaisans 700';
}
.Technical_repeat p {
    padding-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
    line-height: 22px;
}
/*IMPACT PROGRAM TECHNICAL SESSIONS END*/

/*CONFERENCE PROGRAMS CSS END HERE*/


/*WHY BE PART  CSS Start Here*/
.why_be_part_scn {
    background: url("../images/why_be_part_bg.jpg") no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    padding: 70px 0 210px;
    overflow: hidden;
}
.why_be_part_scn h2 {
    color: #ff9500;
    padding-bottom: 10px;
}
.why_be_part_hdr h4 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 60px;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
}
.why_be_part_img {
    display: block;
	overflow: hidden
}
.why_be_part_img img {
    display: block;
    min-height: 160px;
    object-fit: cover;
}
.why_be_part_bx {
    border-radius: 17px;
    overflow: hidden;
    transition: 0.5s all ease;
    margin: 0 5px;
}
.why_be_part_bx:hover {
    box-shadow: 0px 23px 29px -10px rgb(19 67 173);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 0.5s all ease;
}
.why_be_part_tx {
    padding: 20px 20px 30px 20px;
    background: url("../images/why_be_part_bx_bg2.jpg") #fff no-repeat left top;
    position: relative;
    background-size: 138%;
    min-height: 200px;
}
.why_be_part_tx:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: linear-gradient(to top, #ffffff 20%, rgb(255 255 255 / 75%) 100%);
}
.why_be_part_tx h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 26px;
    position: relative;
    z-index: 1;
    font-family: "Space Grotesk", sans-serif;
    letter-spacing: 0;
}
.why_be_part_tx p {
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 21px;
}



.who_attend {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
	margin-top: 50px;
}
.who_attend_lt {
    background: #001a53;
    width: 28%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.who_attend_rt {
    flex: 1;
}




.profile-container {
	display: flex;
	justify-content: flex-end;
}

.profile-box {
    flex-basis: calc(13%);
    position: relative;
    overflow: hidden;
    height: 330px;
    background-repeat: no-repeat;
    background-position: top center;
    transition: 0.5s all ease;
    border-radius: 0px;
    padding: 20px;
    align-items: end;
    background-image: linear-gradient(180deg, #041e57, #2b4592);
	cursor: pointer;
}
.profile-box:nth-child(2){
	background-image: linear-gradient(to top, #3a5197, #031d56);
}
.profile-box:nth-child(4){
	background-image: linear-gradient(to top, #1b378b, #021c57);
}
.profile-box.active {
    flex-basis: calc(87%);
    padding-left: 30px;
    padding-right: 30px;
	background: #1232a1;
}
.count_bxx {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #ff9500;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #071440;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto 30px;
}
.profile-box.active .count_bxx {
    margin: 0 0 30px;
}
.profile-box h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 10px;
	transition: 0.5s all ease;
	position: relative;
	z-index: 1;
	width: 100%;
	opacity: 0;
	display: none;
}

.profile-box.active h3 {
    font-size: 17px;
    line-height: 24px;
    transition: 0.5s all ease;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 500;
}

.profile-box p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	margin: 0;
	width: 0;
	position: relative;
	z-index: 1;
	transition: 0.5s all ease;
	opacity: 0;
	display: none;
    font-family: "Space Grotesk", sans-serif;
}

.profile-box.active p, .profile-box.active h3 {
	width: 100%;
	transition: 0.5s all ease;
	opacity: 1;
	display: block
}


/*WHY BE PART  CSS Start End*/


/*HOME SPEAKERS CSS*/
.home_speakers_scn{
	background: #4700fa;
	padding: 70px 0 200px;
	position: relative;
}
.home_speakers_scn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 260px;
    background: url("../images/speaker_bg_btn.png") no-repeat left;
    opacity: 0.2;
    background-size: 100% 100%;
}
.home_speakers_scn h2 {
    color: #ffffff;
    padding-bottom: 10px;
}
.home_speakers_scn h4 {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 55px;
    font-weight: 600;
    font-family: "Space Grotesk", sans-serif;
}
.home_speakers_bx {
    position: relative;
    overflow: hidden;
}
.home_speakers_tx{
	padding: 20px;
	background: #1232a1;
    min-height: 180px;
}
.home_speakers_scn .pic {
    background: url(../images/speaker_bg.jpg) no-repeat left top;
    background-size: cover;
	padding-top: 15px;
}
.home_speakers_bx .pic img {
    display: block;
}
.home_speakers_tx h3 {
    font-size: 22px;
    line-height: 24px;
    color: #eec1e2;
    font-weight: 500;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-family: "Space Grotesk", sans-serif;
}

.home_speakers_tx p {
    padding-bottom: 0px;
    color: #fff;
    font-size: 15px;
    font-family: 'PP Right Sans';
    line-height: 18px;
    font-family: "Space Grotesk", sans-serif;
}
.home_speakers_hvr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b1e60;
    padding: 25px 20px;
    transition: 0.5s all ease;
    transform: translateY(100%);
}
.home_speakers_bx:hover .home_speakers_hvr {
    transition: 0.5s all ease;
    transform: translateY(0);
}
.back_arrow {
    width: 35px;
    height: 35px;
    background: #eec1e2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.back_arrow img {
    width: 22px;
}
.home_speakers_hvr p {
    padding: 0;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-family: 'PP Right Sans';
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: "Space Grotesk", sans-serif;
}




/* STAY IN TOUCH SECTION START */

.stay_touch {margin:-125px 0 0; padding:0; position:relative; z-index:1;}

.stay_touch .form_blk {border:2px solid #ff9500; border-radius:20px; padding:40px 30px; background:#fff; text-align: center;}
.stay_touch .form_blk h2 {
    padding: 0 0 10px;
    color: #ff9500;
    text-transform: initial;
}
.stay_touch .form_blk h3 {
    color: #000;
    font-size: 18px;
    padding: 0 0 30px;
    font-weight: 500;
    line-height: 28px;
    font-family: "Space Grotesk", sans-serif;
}

.stay_touch .form_blk .fields input[type="text"], .stay_touch .form_blk .fields input[type="email"] {border:1px solid #888888; background:#fff; padding:10px 15px; 
font-size:16px; letter-spacing:0.5px; font-weight:500; color:#000; margin:0 10px 0 0; border-radius: 30px; height: 40px;}
.stay_touch .form_blk .fields input[type="submit"] {
    background: #001a53;
    border: 0;
    padding: 11px 35px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    height: 40px;
    border-radius: 30px;
}
.stay_touch .form_blk .fields input[type="submit"]:hover {
    background: #ff9500;
    color: #fff;
}
/* STAY IN TOUCH SECTION END */


/*Home Award Css Start*/

.home_awards_scn {
    background: url("../images/home_awards_bg.jpg") no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding: 220px 0 50px;
    overflow: hidden;
    background-position: bottom;
    margin-top: -122px;
}
.home_awards_scn h2 {
    color: #fff;
    text-transform: initial;
    font-size: 32px;
    line-height: 36px;
    font-family: 'Neometric';
    font-weight: 400;
}
.award_logo {
    display: flex;
    align-items: flex-start;
}
.award_logo_tx {
    flex: 1;
    padding-left: 45px;
}
.award_logo img {
    max-width: 190px;
    margin: 0 0 30px;
}
.home_award_tx p {
    color: #fff;
    font-size: 16px;
    padding: 0 0 20px;
    line-height: 20px;
    font-weight: 300;
}
.home_award_tx p a{
    color: #fff;
}
.home_award_btn {
    display: flex;
}
.home_award_btn a {
    background: #cb9800;
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    color: #000;
    transition: 0.5s all ease;
    margin-bottom: 10px;
    text-align: center;
    margin-right: 10px;
    width: 50%;
}
.Nominate_your a {
    display: block;
    width: 100%;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    /* color: #fff; */
}

.home_award_btn a:hover {
    background: #fff;
    color: #001a53;
    transition: 0.5s all ease;
}
.Nominate_your a:hover {
    background: #cb9800;
}
.award_rt {
    display: flex;
    padding-left: 10px;
    margin-top: 0px;
}
.Excellence_Awards {
    margin-left: -20px;
    margin-top: -23px;
}
.award_rt img {
    width: 100%;
}
.award_rt h4 {
    color: #cb9800;
    font-size: 20px;
    padding: 10px 0 0 0;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    font-family: 'Leo Renaisans 700';
}

.popup_div .modal-dialog {
    max-width: 600px;
}
.popup_div .modal-body {
    padding: 40px;
}
.text_body h4 {
    color: #cb9800;
    font-size: 20px;
    padding: 0px 0 15px 0;
    line-height: 24px;
    font-weight: 500;
    text-align: left;
    font-family: 'Leo Renaisans 700';
}
.text_body p {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    padding: 0;
    font-weight: 400;
    font-family: "Space Grotesk", sans-serif;
}
.modal-content .popup_close_btn {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #cb9800;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    cursor: pointer;
    z-index: 9;
    padding-bottom: 0px;
    opacity: 0.7;
    transition: 0.5s all ease;
    font-weight: 300;
}
.modal-content .popup_close_btn:hover {
    opacity: 1;
    transition: 0.5s all ease;
}



/*Home Award Css End*/












/* PARTNERS START */

.our_partners {padding:80px 0 50px; text-align:center; background: #e5f8f6;}
.our_partners h2 {
    color: #ff9500;
    padding-bottom: 5px;
}
.our_partners p {
    color: #001a53;
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 40px;
    font-weight: 700;
}
.Sponsors_bx {
    padding: 0 15px;
}

.our_partners .partners_inner .p_blk h3 {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    padding: 0 0 15px;
    text-align: center;
    font-family: "Space Grotesk", sans-serif;
}
.our_partners .partners_inner .sponser_outr {
    margin: 0 0px;
    border: 0px solid rgb(238, 238, 238);
    border-radius: 15px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0px 0px;
}
.our_partners .partners_inner .p_blk a {
    display: inline-block;
    border-radius: 15px;
    padding: 20px 20px;
}
.our_partners .partners_inner {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.5s all ease;
}
.our_partners .partners_inner:hover {
    box-shadow: 0px 5px 30px 0px rgba(214, 215, 216, 0.57);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 0.5s all ease;
}
.our_partners .partners_inner .p_blk {}
.our_partners .col4 {width:auto; display:inline-block; float:none; margin:0;}

/* PARTNERS END */

/* FOOTER START */

.footer {padding:80px 0 0; overflow:hidden; position:relative; background: url("../images/footer_bg.jpg") no-repeat left top; background-size: cover;}
.ftr_logo{
	max-width: 200px;
	width: 100%;
	margin-bottom: 20px;
}
.footer .ft_top .row {
    align-items: end;
}
.footer .ft_top p.para {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: #fff;
    text-align: left;
}
.footer .ft_top p {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-align: left;
}
.footer h5 {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 8px;
    text-align: left;
    color: #ff9500;
    font-family: "Space Grotesk", sans-serif;
}

.footer .ft_top {position:relative; z-index:1;}
.footer .ft_top h2 {padding:0 0 25px;}
.ftr_menu_l {
    margin-top: 20px;
    padding-left: 40px;
}
.footer .ft_top ul li {
    font-size: 15px;
    line-height: 21px;
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-right: 6px;
}
.footer .ft_top ul li a{
    color: #fff;
}
.footer .ft_top p a {color:#fff;}
.footer .ft_top p a:hover {color:#41b755;}
.footer .ft_top ul {text-align:left;}
.footer .ft_top ul li {
    font-size: 15px;
    line-height: 22px;
    list-style: none;
    display: inline-block;
    color: #fff;
    margin-right: 6px;
}
.footer .ft_top ul li a {color:#fff; display: block;}
.footer .ft_top ul li a:hover {color:#41b755;}

.footer .ft_top .logo {text-align:left;}
.footer .ft_top .logo img {max-width:400px;}

.footer .ft_top .ntSocialIcons {text-align:left; padding:10px 0 0;}
.footer .ft_top .ntSocialIcons li {margin:0 10px;}
.footer .ft_top .ntSocialIcons li a {
    color: #001a53;
    background: #00bc9b;
    width: 50px;
    height: 50px;
}
.footer .ft_top .ntSocialIcons li a i {
    line-height: 50px;
    font-size: 23px;
}
.footer .ft_top .ntSocialIcons li a:hover {background:#ff9500; color:#fff;}

.footer .ft_top .social_blk {padding:70px 0;}

.footer .ft_top .hastag {text-align:left;}
.footer .ft_top .hastag h2 {
    font-size: 135px;
    padding: 0;
    line-height: 106px;
    color: #41b755;
    text-transform: initial;
    padding-bottom: 0;
    margin-top: 70px;
    margin-bottom: -20px;
}

.footer .ft_contour {position:absolute; width:100%; left:0; top:25%; text-align:left;}
.footer .ft_contour img {animation:spin 100s linear infinite; display:inline-block; max-width:100%;}

.footer .ft_bottom {background:#000; padding:15px 0; text-align:center; display:none;}
.footer .ft_bottom address {color:#fff; font-size:14px; font-weight:500;}
.footer .ft_bottom address a {color:#fff; text-decoration:none;}

/* KEY FRAMES */

@keyframes spin {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

@keyframes scrollBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -200px;
  }
}

/* ========== INNER PAGES CSS START HERE ========== */

.inner .hero {background:#220343; height:auto; padding:150px 0 50px;}
.inner .hero .h_content {position:inherit; left:inherit; top:inherit; z-index:inherit; height:auto;}
.inner .hero .h_content .logo {padding:0 0 20px;}
.inner .hero .h_content .dates {padding:0;}
.inner .hero .h_content .dates span {line-height:26px;}

.content_container {padding:70px 0;}
.content_container h2 {color:#1f003c;}

/* SUBMIT ABSTRACT */

.abstract .form_blk {max-width:930px; width:100%; margin-bottom:40px; margin-top:20px;}
.abstract .form_blk h3 {font-weight:700; letter-spacing:1px; font-size:22px; color:#121c25; padding:0 0 20px;}
.abstract .form_blk .fb_inner {margin:0 0 12px;}
.abstract .form_blk .fb_inner label {font-size:15px; padding:0 0 10px; margin:0; letter-spacing:0.5px; font-weight:500; display:block;}
.abstract .form_blk .fb_inner .form-control {display:block; width:100%; height:40px; padding:10px; font-size:15px; font-weight:400; color:#000; 
background:#fff; border:1px solid #a9a9a9; border-radius:3px;}
.abstract .form_blk .fb_inner #charlimit .words-left {font-size:12px; letter-spacing:1px; padding:5px 0 0; display:block; font-weight:600;}
.abstract .form_blk .fb_inner.PDFFile {padding-top:15px;}
.abstract .form_blk .fb_inner.PDFFile .form-control {height:50px;}

.abstract .form_blk .author_blk {background:#f7f7f7; border:1px solid #eee; padding:20px; border-radius:15px; margin:20px 0;}

.abstract .form_blk .theme_blk {padding:50px 0 0;}
.abstract .form_blk .theme_blk h3 em {color:#f00;}

.abstract .form_blk .theme_blk .theme_topics {display:flex;}
.abstract .form_blk .theme_blk .theme_topics .com_blk {max-width:33.33%; flex: 0 0 33.33%;}
.abstract .form_blk .theme_blk .theme_topics .com_blk .fb_inner {margin:0 0 7px;}
.abstract .form_blk .theme_blk .theme_topics .com_blk .fb_inner label input[type="radio"] {float:left; margin:1px 8px 0 0;}

.abstract .form_blk .fb_inner.full_w {padding-top:20px;}
.abstract .form_blk .fb_inner.full_w label {display:inline-block;}
.abstract .form_blk .fb_inner.full_w label b {font-weight:700;}
.abstract .form_blk .fb_inner.full_w input {margin:0 0 0 10px;}

.abstract .form_blk .fb_inner input[type="submit"] {color:#fff; font-size:18px; font-weight:700; padding:12px 25px; border-radius:30px; display:inline-block; background:#121c25; text-transform:uppercase; margin:30px 0 0; border:0; transition:all ease 0.3s;}
.abstract .form_blk .fb_inner input[type="submit"]:hover {background:#ff9500; color:#fff;}

.abstract .form_blk .btn_blk {text-align:right;}
.abstract .form_blk .btn_blk a {border:1px solid #000; background:none; color:#000;}
.abstract .form_blk .btn_blk a:hover {background:#000; padding:12px 15px; color:#fff;}

.inner.abstract .imp_date {display:block; padding:10px 0 20px; margin:0 0 30px; border-bottom:3px solid #ff9500;}
.inner.abstract .imp_date span {display:block; text-transform:uppercase; letter-spacing:0.5px; font-size:17px; font-weight:600; padding:0 0 8px; color:#333;}
.inner.abstract .imp_date strong {display:block; text-transform:uppercase; letter-spacing:0.5px; font-size:20px; font-weight:600; color:#ff9500;}

/* LEADERSHIP AWARDS */

.inner.leadership .imp_date {display:block; padding:10px 0 20px; text-align:center; margin:0 0 30px; border-bottom:3px solid #ff9500;}
.inner.leadership .imp_date span {display:block; text-transform:uppercase; letter-spacing:0.5px; font-size:17px; font-weight:600; padding:0 0 8px; color:#333;}
.inner.leadership .imp_date strong {display:block; text-transform:uppercase; letter-spacing:0.5px; font-size:20px; font-weight:600; color:#ff9500;}

.inner.leadership p.write {color:#000;}
.inner.leadership p.write a {color:#ff9500; font-weight:700;}

.inner.leadership .content_container .form_blk {padding:20px 0 0;}
.inner.leadership .content_container .form_blk h3 {text-transform:uppercase; font-size:20px; padding:0 0 15px; font-weight:600;}
.inner.leadership .content_container .form_blk h4 {font-size:18px; padding:10px 0; color:#000000; font-weight:600; line-height:23px; margin:0;}
.inner.leadership .content_container .form_blk h4 span {font-size:14px; font-weight:400;}
	
.inner.leadership .content_container .form_blk .fb_inner {padding:0 0 15px;}
.inner.leadership .content_container .form_blk .fb_inner label {padding:0 0 5px;}
.inner.leadership .content_container .form_blk .fb_inner label input[type="radio"] {width:auto; float:left; line-height:normal; padding:0; height:auto; 
margin:2px 10px 0 0;}
.inner.leadership .content_container .form_blk .fb_inner input[type="submit"] {color:#fff; font-size:18px; font-weight:700; padding:10px 25px; 
border-radius:30px; background:#000; border:0; margin:0; transition: 0.5s;}
.inner.leadership .content_container .form_blk .fb_inner input[type="submit"]:hover {background:#ff9500;}

.inner.leadership .content_container .form_blk .row.lb .fb_inner label {padding:0;}

/* EXCELLENCE AWARDS */

.inner.excellence .imp_date {display:block; padding:10px 0 20px; text-align:center; margin:0 0 30px; border-bottom:3px solid #ff9500;}
.inner.excellence .imp_date span {display:block; text-transform:uppercase; letter-spacing:0.5px; font-size:17px; font-weight:600; padding:0 0 8px; color:#333;}
.inner.excellence .imp_date strong {display:block; text-transform:uppercase; letter-spacing:0.5px; font-size:20px; font-weight:600; color:#ff9500;}

.inner.excellence p {color:#000;}
.inner.excellence p a {color:#ff9500; font-weight:700;}
.inner.excellence .content_container .form_blk p.note {font-size:13px; font-style:italic;}
.inner.excellence .content_container .form_blk p.note b {font-weight:700;}

.inner.excellence .content_container .form_blk {padding:20px 0 0;}
.inner.excellence .content_container .form_blk h3 {text-transform:uppercase; font-size:20px; padding:0 0 15px; font-weight:600;}
.inner.excellence .content_container .form_blk h4 {font-size:18px; padding:10px 0; font-weight:600; line-height:23px; margin:0; color:#000000;}
.inner.excellence .content_container .form_blk h4 span {font-size:14px; font-weight:400;}
	
.inner.excellence .content_container .form_blk .fb_inner {padding:0 0 15px;}
.inner.excellence .content_container .form_blk .fb_inner strong {letter-spacing:1px; display:block; padding:0 0 5px;}
.inner.excellence .content_container .form_blk .fb_inner label {padding:0 0 5px; letter-spacing:0.5px;}
.inner.excellence .content_container .form_blk .fb_inner label input[type="radio"] {width:auto; float:left; line-height:normal; padding:0; height:auto; 
margin:2px 10px 0 0;}
.inner.excellence .content_container .form_blk .fb_inner input[type="submit"] {color:#fff; font-size:18px; font-weight:700; padding:10px 25px; 
border-radius:30px; background:#000; border:0; margin:0; transition: 0.5s;}
.inner.excellence .content_container .form_blk .fb_inner input[type="submit"]:hover {background:#ff9500;}

.inner.excellence .content_container .form_blk.form {background:#f7f7f7; border:1px solid #ccc; border-radius:5px; padding:20px 30px; 
overflow:hidden; margin:10px 0 0;}


/*Awards css Start*/

.inner.geo_awards .hero .h_content {
    display: none;
}
.inner.geo_awards .hero {
    padding: 0;
    background: none;
}
.geo_awards .main_screen {width:100%; height:100vh; background:url(../images/main_award_bg4.jpg) no-repeat left top; background-size:cover; display:flex; 
align-items: center; text-align:center; position:relative;height: calc(100vh - 145px);}


.geo_awards .main_screen .logo img {
    max-width: 270px;
    padding: 0 0 0;
    width: 100%;
}
.geo_awards .main_screen span.dates {color:#fff; font-weight:700; text-transform:uppercase; font-size:20px; letter-spacing:5px;}

.arrow {position:absolute; bottom:60px; width:100%; text-align:center;}
.arrow a {width:40px; height:40px;  border:2px solid #fff; color:#fff; border-radius:50%; display:inline-block; text-align:center; line-height:40px; 
/*border-width:2px; border-style:solid; border-image:linear-gradient(to top, #fcdf58, rgba(0,0,0,0)) 1;*/}
.bounce {animation:bounce 2s infinite;}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.About_Awards_scn {
    background: #260e58;
    background: linear-gradient(180deg, #1f0b00, #000000);
}
.About_Awards_lt {
    margin-top: -120px;
}
.About_Awards_Sl img {
    width: 100%;
    border-radius: 10px;
    box-shadow: -15px 15px 0px #f5cc50;
}
.About_Awards_scn h2 {
    color: #f5cc50;
    padding: 0 0 30px;
    font-size: 34px;
    line-height: 40px;
}
.Leadership_scn{
	margin: 80px 0;
}
.About_Awards_scn .sub {
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    padding: 0 0 10px;
    color: #f5cc50;
}
.About_Awards_bx_in h6 {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}
.About_Awards_tx {
    padding-left: 30px;
}
.About_Awards_bx {
    height: 100%;
    padding: 20px;
    border: 1px solid #f5cc50;
    border-radius: 15px;
}
.About_Awards_bx_in {
    display: flex;
    height: 100%;
}
.About_Awards_img {
    flex: 1;
}
.About_Awards_bx_rt {
    padding-left: 20px;
}



.About_Awards_scn .open_account_tx {
    list-style: none;
    counter-reset: item;
    margin-top: 20px;
    display: grid;
    gap: 20px;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 25px;
}
.About_Awards_scn .open_account_item {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 25px;
    border-width: 2px;
    padding: 20px;
    padding-top: 24px;
    text-align: left;
    border: 2px solid #f5cc50;
}
.About_Awards_scn .open_account_item:after {
    display: none;
}
/*
.About_Awards_scn .open_account_item:before {
    content: counter(item);
    background: #a06917;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    position: absolute;
    left: 20px;
    top: 22px;
}
*/
.About_Awards_scn .A_item_img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.About_Awards_scn .open_account_item .About_Awards_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #b78900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -78px auto 20px;
}
.About_Awards_scn .open_account_item .About_Awards_img img {
    height: 60px;
}
.open_account_item h3 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.25px;
    margin: 0 0 18px;
    color: #fff;
    padding-left: 0;
    line-height: 27px;
}

.awards_group_img img {
    width: 100%;
    margin: 0 0 50px 0;
    border: 1px solid #f5cc50;
    border-radius: 10px;
}


.glimpses_scn {
    padding: 0px 0 65px;
}
.glimpses_scn h2 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 10px;
}
.glimpses_scn .pic img {
    border-radius: 10px;
    border: 1px solid #fff;
}
.Winner_Notification {
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
/*Awards css End*/




/*Moments from last Year css*/
.home .gallery_container {
    padding: 70px 0 170px;
    background: #fef9fe;
}
.home .gallery_container h2 {
    text-align: center;
    color: #1f003c;
    padding-bottom: 30px;
}
.home .gallery_container #pic_gallery .owl-stage-outer {
    padding: 70px 0;
}
.home .gallery_container #pic_gallery .active.center {
    z-index: 11;
}
.home .gallery_container #pic_gallery .active {
    z-index: 1;
}
.home .gallery_container #pic_gallery .owl-dots {
    display: none;
}
.home .gallery_container #pic_gallery .item {
    opacity: 0.4;
    transition: .4s ease all;
    margin: 0;
    transform: scale(1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 265px;
    background: #fff;
    padding: 12px;
    border: 1px solid #5a2b9d;
	cursor: pointer;
    border-radius: 10px;
}
.home .gallery_container #pic_gallery .item img {
    height: 100%;
    object-fit: contain;
}
.home .gallery_container #pic_gallery .active .item { opacity:1;  transform:scale(1.2);}
.home .gallery_container #pic_gallery .active.center .item { opacity:1;  transform:scale(1.4);}
.home .gallery_container #pic_gallery .active .item img {border-radius:10px;}
.home .gallery_container #pic_gallery .owl-item {-webkit-backface-visibility:hidden; -webkit-transform:translateZ(0) scale(1.0, 1.0);}


.home .gallery_container #pic_gallery .owl-nav button {
    width: 36px;
    height: 36px;
    border: 1px solid #5a2b9d !important;
    border-radius: 50%;
    text-align: center;
    transition: all ease 0.5s;
    background: #5a2b9d !important;
}
.home .gallery_container #pic_gallery .owl-nav button span {
    color: #ffffff;
    font-size: 32px;
    font-weight: 500;
    line-height: 17px;
    display: flex;
    margin: 0 0 4px 0;
    align-items: center;
    justify-content: center;
}
.home .gallery_container #pic_gallery .owl-nav .owl-prev {
    position: absolute;
    left: 60px;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
}
.home .gallery_container #pic_gallery .owl-nav .owl-next {position:absolute; right:60px; top:50%; margin:0px 0 0;transform: translateY(-50%);} 

.home .gallery_container #pic_gallery .owl-nav button:hover {background:#000; border-color:#000;}
.home .gallery_container #pic_gallery .owl-nav button:hover span {color:#fff;}

.Make-in-India-Banner {
    margin: 85px 0 25px 0;
}
.Make-in-India-Banner img {
	border-radius: 20px;
	border: 1px solid #452785;
}


