/* COMMON CSS */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.eot');
    src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff'),
        url('../fonts/Calibri-Bold.ttf') format('truetype'),
        url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.eot');
    src: url('../fonts/Calibri-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff'),
        url('../fonts/Calibri-BoldItalic.ttf') format('truetype'),
        url('../fonts/Calibri-BoldItalic.svg#Calibri-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.eot');
    src: url('../fonts/Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff'),
        url('../fonts/Calibri-Italic.ttf') format('truetype'),
        url('../fonts/Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.eot');
    src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff'),
        url('../fonts/Calibri.ttf') format('truetype'),
        url('../fonts/Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {
  --color-background: #0A4D68;
--color-hd: #0A4D68;
  --color-secondary: #16A34A;
--color-support: #111827;
  --color-white: #F3F4F6;
  --color-gray: #111827;
}
body {font-family: 'Calibri'; font-weight:400; font-style:normal; background:#fff;}
h1, h2, h3, h4, h5, h6 {font-family: "itc-avant-garde-gothic-pro", sans-serif; font-weight:700; font-style:normal;}
a:hover {text-decoration:none;}

h2 {font-size:36px;  margin:0 0 30px; line-height:normal; color:#1e90ff;}


@keyframes fade-in {
	from {scale: .8;}
	to {scale: 1;}
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
p {
    font-size: 17px;
    line-height: 24px;
    color: #111827;
    font-weight: 400;
    font-family: 'Calibri';
    margin-bottom: 25px;
    letter-spacing: 0;
}

::placeholder {color:#111827; opacity:1;}
::-ms-input-placeholder {color:#111827;}
*:focus {outline:none;}

.btn_blk {text-align:left; padding:10px 0 0;}
.btn_blk a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 50px;
    border-radius: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.btn_blk a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1e90ff;
    content: "";
    transition: 0.5s;
    z-index: -1;
    left: 0;
    top: 0;
}

.btn_blk a:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0a4d68;
    content: "";
    transition: 0.5s;
    z-index: -2;
    left: 0;
    top: 0;
}
.btn_blk a:hover {color:#fff;}
.btn_blk a:hover:before {width:0;}

.side_btn {
    width: auto;
    position: fixed;
    z-index: 99;
    right: -91px;
    top: 50%;
    transform: rotateZ(90deg);
}
.side_btn a {
    width: auto;
    height: auto;
    background: #111827;
    color: #111827;
    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: #4b607f;
    color: #fff;
    transition: 0.5s all ease;
}



/* 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%;
}
.header {
    background: url("../images/hero.jpg") no-repeat center; 
    background-size: cover;
    display: flex;
    align-items: center;
    height: 100vh;
    position: relative;
    padding: 100px 0 70px;
    text-align: left;
/*    background-color: var(--color-background);*/
}
.header:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 127%;
    width: 100%;
    background-image: linear-gradient(-90deg, rgb(10 77 104 / 85%), rgb(10 77 104 / 81%), rgb(10 77 104 / 90%));
    z-index: 1;
}
.banner_dv {
    position: relative;
    z-index: 11;
    width: 100%;
}
.header h1 {font-size:60px; letter-spacing:2px; -webkit-text-stroke:1px #89cff0; color:rgba(0,0,0,0); line-height:54px;}
.header h2 {
    font-size: 30px;
    color: #fff;
    margin: 0 0 30px;
    line-height: 40px;
    text-align: center;
    /* font-family: 'Calibri'; */
    letter-spacing: 1px;
    font-style: italic;
}
.header h2 span {
    display: inline-block;
    color: #fff;
}
.header h3 {font-size:20px; color:#fff; letter-spacing:1.2px; margin:0 0 5px; font-weight:400; text-transform:uppercase;}

.header .logo {padding:0 0 50px; text-align: center;}
.header .logo img {width:450px;}
.dates {
    text-align: center;
}
.header .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;
}

.header .video_blk img {border:3px solid #fff; border-radius:20px; width:100%;}

.header .container {position:relative; max-width: 1240px;
    z-index: 1;}
.header .btn_blk {position:absolute; right:15px; top:0; padding:0;}
.header .btn_blk a {color:#000; font-weight:700; animation:glowing 1500ms infinite;}
.header .btn_blk a:hover {color:#89cff0;}
.header .btn_blk a:before {background:#89cff0;}
.header .btn_blk a:after {background:#4b607f; color:#89cff0;}



/* INNER PAGES CSS START HERE */

.inner .header {height:auto; background-position:left top; padding:130px 0 80px; position:relative; overflow:hidden;}
.inner .header .logo {padding:0;}
.inner .header .logo img {
    width: 350px;
}
.inner .header h2 {
    font-size: 32px;
    margin: 0 0 25px;
    line-height: 38px;
    text-align: left;
    font-style: normal;
}
.inner .dates {
    text-align: left;
}
/*.inner .header::before {background:rgba(75,96,127,0.8); position:absolute; left:0; top:0; content:""; width:100%; height:100%;}*/

.content_container {background:#fff; padding:70px 0;}




.fact_container {width:100%; position:absolute; left:0; bottom:0; display:none;}
.fact_container .facts_blk {display:grid; grid-template-columns:repeat(5, 1fr); background:#89cff0; border-radius:70px 70px 0 0; padding:20px;}
.fact_container .facts_blk .fact {text-align:center; border-right:1px solid #fff; font-size:36px; font-weight:700;}
.fact_container .facts_blk .fact:last-child {border-right:0;}
.fact_container .facts_blk .fact strong {display:block; padding:10px;}
.fact_container .facts_blk .fact p {font-size:17px; margin:0;}



/* ABOUT SECTION CSS START HERE */

.about_section {background:#F3F4F6; padding:70px 0;}
.about_section h2 {text-align:center;}


.about_section .graphic .content {padding:0 0 0 20px;}

.about_section .moretext {display:none;}

/*About css*/


.about .inner p b {font-weight:700;}
.sticky-top{
	top:100px;
	z-index: 1;
}

.about_section .graphic {
    padding-right: 20px;
}

.about_graphic{
	margin-right: 10px;
	position: relative;
	text-align: right;
}
.about_graphic_img {
    height: 282px;
    object-fit: cover;
    border: 0px solid #0a4d68;
    max-width: 100%;
    display: inline-block;
    border-radius: 15px;
}
.about_graphic_img2 {
    height: 250px;
    border: 0px solid #0a4d68;
    border-radius: 15px;
    object-fit: cover;
}
.about_graphic_img3 {
    height: 250px;
    border: 0px solid #0a4d68;
    border-radius: 15px;
    object-fit: cover;
}
.about_lt{
	padding-left: 30px;
}
.about_section .content {
    
}

/*Accordian css*/
/*Left*/
.accor_outr {
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    padding-right: 30px;
    background: #f3f4f6;
}
.Why_Attend_lt_img img {
    height: 500px;
    object-fit: cover;
}




.Why_Attend_Accor {
    padding: 20px 0 20px 40px;
}
.Attend_Acor_bx {
    border-bottom: 1px solid #0a4d68;
}

.Attend_Acor_show {
    display: none;
    padding: 0px 20px 20px 0px;
}
.active .Attend_Acor_show{
	display: block;
}
.Attend_Acor_bx h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 24px;
    color: #111827;
    font-family: 'Calibri';
    letter-spacing: 1px;
    padding: 20px 0px;
    position: relative;
    cursor: pointer;
}
.Attend_Acor_bx p {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 22px;
    color: #111827;
}
.Attend_Acor_bx h5:before {
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 1;
    content: "\f067";
    font: normal normal normal 16px/1 FontAwesome;
    color: #111827;
}
.Attend_Acor_bx.active h5:before {
    top: 16px;
    content: "\f068";
}
/*
.Attend_Acor_bx.active p, .Attend_Acor_bx.active h5{
    color: #fff;
}
*/

/*About css end*/





/* KEY FOCUS SECTION CSS START HERE */

.key_focus_section {background:#ffffff; padding:70px 0;}
.kay_focus_areas_in{
	display: flex;
	flex-wrap: wrap;
}
.kay_focus_areas_lt {
    width: 30%;
    background: #fff;
    padding: 20px 30px 15px 20px;
    border: 2px solid #f3f4f6;
    border-right: 0;
}
.kay_focus_areas_lt h2 {
    font-size: 32px;
    margin-bottom: 15px;
}
.kay_focus_areas_lt img {
    height: 300px;
    object-fit: cover;
}
/*
.kay_focus_areas_lt h2, .kay_focus_areas_lt p {
    color: #ffffff;
}
*/
.kay_focus_areas_rt {
    width: 70%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    position: relative;
}
.kay_focus_areas_bx {
    padding: 15px 20px 15px 25px;
    background: #eaeef4;
    position: relative;
    transition: 0.5s all ease;
}
.kay_focus_areas_bx:hover {
    background: #1e90ff;
    position: relative;
	transition: 0.5s all ease;
}
.kay_focus_areas_bx:nth-child(1):before, .kay_focus_areas_bx:nth-child(3):before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}
.kay_focus_areas_bx:nth-child(1):after, .kay_focus_areas_bx:nth-child(3):after {
    content: "";
    position: absolute;
    left: 402px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
}
.kay_focus_areas_rt h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 24px;
    color: #111827;
    font-family: 'Calibri';
	transition: 0.5s all ease;
}
.kay_focus_areas_rt p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 22px;
    color: #111827;
    letter-spacing: 0;
	transition: 0.5s all ease;
}
.kay_focus_areas_bx:hover h3, .kay_focus_areas_bx:hover p{
    color: #fff;
	transition: 0.5s all ease;
}
/*

.key_focus_section .kfs_blk {background:linear-gradient(to right, #4b607f , #89cff0); border-radius:70px;}
.key_focus_section .kfs_blk .inner {background:url("../images/kfa_bg.png") no-repeat center; padding:50px; background-size:cover; border-radius:70px;}

.key_focus_section .kfs_blk .top h2 {color:#89cff0; margin:0 0 20px;}
.key_focus_section .kfs_blk .top h2 b {color:#fff;}
.key_focus_section .kfs_blk .top p {color:#fff;}

.key_focus_section .kfs_blk .bottom {display:grid; grid-template-columns: repeat(5, 1fr); gap:10px;} 
.key_focus_section .kfs_blk .bottom .f_point {background:#fff; border-radius:20px; padding:20px;}
.key_focus_section .kfs_blk .bottom .f_point h5 {font-size:18px;}
.key_focus_section .kfs_blk .bottom .f_point p {margin:0;}

.key_focus_section .kfs_blk .bottom .f_point ul {padding:0 0 0 16px; margin:0;}
.key_focus_section .kfs_blk .bottom .f_point ul li {padding:3px 0; font-size:14px; line-height:20px;}

.key_focus_section .kfs_blk .bottom .f_point .icon {width:48px; height:48px; background:#4b607f; border-radius:50%; margin:0 0 15px;}
.key_focus_section .kfs_blk .bottom .f_point .icon img {width:100%;}*/



/*Target_Audience Css Start*/
.Target_Audience_scn {
    background: #0A4D68;
    padding: 70px 0;
}
.Target_Audience_scn h2{
   color: #fff;
	text-align: center;
}
.rounded_12{
	border-radius: 12px;
}
.Target_Audience_tx {
    background: #111827;
    padding: 30px 40px;
    min-height: 220px;
    display: flex;
    align-items: center;
}
.Target_Audience_tx p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}
.Target_Audience_bx img {
    display: block;
    min-height: 270px;
}

.Target_Audience_bx_cntr {
    height: 100%;
    background: #111827;
    display: flex;
    align-items: center;
    padding: 40px;
    border-left: 1px solid #29344c;
    border-right: 1px solid #29344c;
}

.Target_Audience_tx_bx p {
    color: #fff;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #fff;
}
.Target_Audience_tx_bx p:last-child {
    border-bottom: 0px;
}

/*New Css*/
.grid {
    position: relative;
    text-align: center;
    transition: 0.5s ease all;
}
/* Corner border animation */
.grid::before, .grid::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #ffffff;
    transition: 2s ease all;
}

.grid::before {
    top: -1px;
    right: -1px;
    border-left: none;
    border-bottom: none;
    transition: 2s ease all;
}

.grid::after {
    bottom: -1px;
    left: -1px;
    border-right: none;
    border-top: none;
    transition: 2s ease all;
}

/* Hover Effects */
.grid:hover {
/*  transform: translateY(-10px) scale(1);*/
  background: rgb(17 24 39 / 69%);
    transition: 0.5s ease all;
}

.grid:hover::before {
  width: 100%;
  height: 100%;
	border-radius: 0px;
    transition: 2s ease all;
}

.grid:hover::after {
  width: 100%;
  height: 100%;
	border-radius: 0px;
    transition: 2s ease all;
}



.card {
    position: relative;
    padding: 30px 20px 10px;
    border: 1px solid #ffffff;
    border-radius: 0;
    background: transparent;
    transition: all 0.4s ease;
    min-height: 240px;
}
.grid:hover .card {
    border: 0px;
}

/* Corner border animation */
.card::before, .card::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border: 3px solid #ffffff;
    transition: 2s ease all;
}

.card::before {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
}

.card::after {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

/* Hover Effects */
.card:hover {
/*  transform: translateY(-10px) scale(1);*/
  background: rgba(255,255,255,0.05);
}

.card:hover::before {
  width: 100%;
  height: 100%;
	border-radius: 0px;
	opacity: 1;
}

.card:hover::after {
  width: 100%;
  height: 100%;
	border-radius: 0px;
	opacity: 1;
}

.icon {
  font-size: 40px;
  margin-bottom: 15px;
  transition: transform 0.4s ease;
}
.icon svg polyline {
    stroke: #fff !important;
}
.icon svg {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: inline-block;
}
.icon svg path {
    fill: #fff;
    stroke: #fff !important;
}
.icon svg line {
    fill: #fff !important;
    stroke: #fff !important;
}
.card:hover .icon {
  transform: rotate(10deg) scale(1.2);
}

.card p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}

/*New list Section css*/
.TA_scn_hd{
    padding: 50px 0 30px;
    background: #f3f4f6;
	text-align: center;
}
.TA_scn {
    display: flex;
    align-items: start;
    padding: 0px 0 70px;
    background: #f3f4f6;
}
.TA_bx_lt, .TA_bx_rt{
	width: 50%;
}
.TA_bx_lt {
    padding: 40px;
    background: #0a4d68;
    border-radius: 0 425px 425px 0;
}
.TA_bx_lt_in {
    max-width: 620px;
    float: right;
}
.TA_bx_lt img {
    height: 450px;
    border-radius: 50%;
    width: 450px;
    object-fit: cover;
    box-shadow: -10px 0px 0px #1e90ff;
    border: 2px solid #2681a5;
}
.TA_bx_rt_in {
    max-width: 600px;
    width: 100%;
    float: left;
    padding-left: 50px;
}
.TA_bx_list {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #afd6fb;
    align-items: center;
    transition: 0.5s all ease;
}
.TA_bx_list:hover {
    background: #afd6fb;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s all ease;
}
.TA_bx_list:last-child {
    border-bottom: 0px solid #afd6fb;
}
.TA_bx_list {
    display: flex;
}
.TA_bx_rt_in .icon img {
    width: 40px;
    height: 40px;
}
.TA_bx_rt_in .icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e4f2ff;
    border: 1px solid #afd6fb;
    margin: 0;
}
.TA_bx_rt_in p {
    font-size: 16px;
    line-height: 22px;
    color: #111827;
    font-weight: 600;
    font-family: 'Calibri';
    margin-bottom: 0;
    flex: 1;
    padding: 0 0 0 20px;
    letter-spacing: 0;
}
/*Target_Audience Css End*/



/*Why Attend GeoGov Summit 2026 Css START*/
.Why_Attend_scn {
    padding: 70px 0;
    padding-bottom: 200px;
    background: #fff;
}
.Why_Attend_scn .box{
	overflow: hidden;
    transition: 0.5s all ease;
	position: relative;
}
.Why_Attend_list {
    display: flex;
    /* background: #ccc; */
    padding: 15px;
    transition: 0.5s all ease;
	position: relative;
	overflow: hidden;
}
.Why_Attend_scn .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1e90ff;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s all ease;
}
.Why_Attend_scn .box:hover .overlay {
    opacity: 1;
    transition: 0.5s all ease;
}
.Why_Attend_nbr {
    width: 65px;
    font-size: 18px;
    line-height: 24px;
    color: #1e90ff;
    font-weight: 600;
    font-family: 'Calibri';
    margin-bottom: 0;
    letter-spacing: 0;
    position: relative;
}
.Why_Attend_nbr:before {
    content: "";
    position: absolute;
    top: 13px;
    right: 0px;
    width: 62%;
    height: 1px;
    background: #1e90ff;
}
.Why_Attend_scn .box:hover .Why_Attend_nbr:before {
    background: #fff;
    transition: 0.5s all ease;
}
.Why_Attend_nbr span {
    display: inline-block;
    padding: 2px 0 0 0;
    position: relative;
}
.Why_Attend_tx {
    flex: 1;
    padding-left: 10px;
}
.Why_Attend_tx h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
    color: #111827;
    font-family: 'Calibri';
    transition: 0.5s all ease;
}
.Why_Attend_tx p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
}
.Why_Attend_scn .box:hover p, .Why_Attend_scn .box:hover h3, .Why_Attend_scn .box:hover .Why_Attend_nbr {
    color: #fff;
    transition: 0.5s all ease;
}






/*Hover ke liye*/


.profile-container {
    display: flex;
    justify-content: flex-end;
    margin-left: -5px;
    margin-right: -5px;
}
.profile-box {
    flex-basis: calc(30%);
    position: relative;
    overflow: hidden;
    height: 380px;
    background-repeat: no-repeat;
    background-position: top center;
    transition: 0.5s all ease;
    border-radius: 10px;
    padding: 15px 15px 20px;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
    background-size: cover;
}
.profile-box.active{
	flex-basis: calc(55%);
}
.profile-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 127%;
    width: 100%;
    background-image: linear-gradient(180deg, rgb(10 77 104 / 21%), #0a4d68);
    z-index: 1;
}

.profile-box h3 {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
    transition: 0.5s all ease;
    position: relative;
    z-index: 1;
    width: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Calibri';
}
.profile-box.active h3 {
    font-size: 19px;
    line-height: 28px;
    transition: 0.5s all ease;
    font-weight: 900;
}
.profile-box p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    margin: 0;
    width: 0;
    position: relative;
    z-index: 1;
    transition: 0.5s all ease;
    opacity: 0;
    display: none;
}
.profile-box.active p {
	width: 100%;
    transition: 0.5s all ease;
	opacity: 1;
	display: block;
}
/*
.profile-box:nth-child(1){
	flex-basis: calc(43%);
	transition: all 0.3s ease-out 0.6s ;
}
*/


/*
.profile-container .profile-box:hover, .profile-box:nth-child(1){
	flex-basis: calc(45%);
}
.profile-container:hover .profile-box:hover{
	flex-basis: calc(61%);
	transition: all 0.4s ease-out;
	z-index: 1;
}
*/


/*Why Attend GeoGov Summit 2026 Css END*/


/* SPEAKERS SECTION CSS START HERE */

.speakers_section {background:#f7f7f7; padding:70px 0 40px; display:none;}
.speakers_section h2 {text-align:center;}

.speakers_section .ss_blk {background:#89cff0; border-radius:20px; padding:15px; text-align:center; margin:0 0 30px; min-height:415px; transition:all ease 0.5s; animation:fade-in; animation-timeline: view(block); animation-range:cover 0% cover 25%;}
.speakers_section .ss_blk:hover {background:linear-gradient(to top, #4b607f , #89cff0); transform:scale(1.1);}

.speakers_section .ss_blk .pic {background:#fff; border-radius:20px; margin:0 0 15px;}
.speakers_section .ss_blk .pic img {width:100%; border-radius:20px;}

.speakers_section .ss_blk .info h6 {font-size:20px; margin:0 0 5px; transition:all ease 0.5s;}
.speakers_section .ss_blk .info p {font-size:15px; margin:0; line-height:20px; transition:all ease 0.5s;}

.speakers_section .ss_blk:hover .info h6 {color:#fff;}
.speakers_section .ss_blk:hover .info p {color:#fff;}

/* PROGRAM SECTION CSS START HERE */

.program_section {background:#f7f7f7; padding:70px 0; display:none;}
.program_section .ps_blk {background:linear-gradient(to right, #4b607f , #89cff0); border-radius:70px; overflow:hidden;}
.program_section .ps_blk .inner {background:url("../images/kfa_bg.png") no-repeat center; padding:70px; background-size:cover;}

.program_section .ps_blk .inner .top {text-align:center;}
.program_section .ps_blk .inner .top h2 {color:#89cff0; margin:0 0 20px;}
.program_section .ps_blk .inner .top h2 b {color:#fff;}
.program_section .ps_blk .inner .top p {color:#fff;}

.program_section .ps_blk .inner .bottom {overflow:hidden; padding:50px 0 0;}
.program_section .ps_blk .inner .bottom .carousel-indicators {position:relative; width:250px; float:left; margin:0 60px 0 0; display:block;}
.program_section .ps_blk .inner .bottom .carousel-indicators li {text-indent:inherit; width:auto; display:flex; color:#000; transition:all .3s linear; 
font-size:18px; background:#fff; height:70px; opacity:inherit; margin:0 0 25px; line-height:24px; font-weight:700; align-items:center; border:none; 
position:relative; justify-content:center; border-radius:20px; text-transform:uppercase;}
.program_section .ps_blk .inner .bottom .carousel-indicators li.active {background:#89cff0;}
.program_section .ps_blk .inner .bottom .carousel-indicators li:last-child {margin:0;}

.program_section .ps_blk .inner .bottom .carousel-inner {display:block; width:655px;}
.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item {background:#fff; padding:30px; border-radius:20px;}

.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics {display:grid; grid-template-columns:33% 33% 33%; grid-auto-rows: minmax(180px, auto);}
.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic {border-right:1px solid #333; border-bottom:1px solid #333; text-align:center; padding:20px; position:relative;}
.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic strong {color:#000; font-size:17px; text-transform:uppercase; 
padding:0 0 10px; font-weight:600; display:block;}
.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic p {font-size:13px; line-height:18px; margin:0;}

.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic:nth-child(3) {border-right:0;}
.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic:nth-child(4) {border-bottom:0;}
.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic:nth-child(5) {border-bottom:0;}
.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic:nth-child(6) {border-right:0; border-bottom:0;}

.program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic:nth-child(4)::before , .program_section .ps_blk .inner .bottom .carousel-inner .carousel-item .topics .topic:nth-child(5)::before {width:10px; height:10px; background:#fff; border-radius:50%; position:absolute; right:-5px; top:-5px; content:"";}



/* KEEP IN TOUCH SECTION CSS START HERE */

.keep_in_touch {
    background: transparent;
    padding: 0;
    margin-top: -150px;
    margin-bottom: -150px;
}

.keep_in_touch .kt_blk {
    background: #0a4d68;
    border-radius: 10px;
    padding: 35px 34px;
}

.keep_in_touch .kt_blk .top {border-bottom:1px solid #fff; padding:0 0 30px; margin:0 0 30px;}
.keep_in_touch .kt_blk .top h2 {margin:0 0 10px 0; color: #fff;}
.keep_in_touch .kt_blk .top p {margin:0; color: #fff;} 

.keep_in_touch .kt_blk .bottom form {display:flex; gap:10px;}
.keep_in_touch .kt_blk .bottom form .form_field {
    width: 25%;
}
.keep_in_touch .kt_blk .bottom .form_field input {
    border-radius: 0;
    padding: 11px 20px;
    border: 1px solid #fff;
    margin: 0;
    color: #fff;
    background: none;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 400;
    width: 100%;
	height: 48px;
}
.keep_in_touch ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.keep_in_touch ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.keep_in_touch :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.keep_in_touch :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.keep_in_touch .kt_blk .bottom .form_field input[type="submit"] {
    border-color: #1e90ff;
    background: #1e90ff;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 12px 50px;
    transition: all ease 0.5s;
	height: 48px;
}
.keep_in_touch .kt_blk .bottom .form_field input[type="submit"]:hover {background:#fff ;border-color: #fff; color: #111827;}

.keep_in_touch .kt_blk .bottom .form_field:last-child {margin-left:auto;}



/* PARTNERS SECTION CSS START HERE */

.our_partners {background:#fff; padding:70px 0 20px; text-align:center;}

.our_partners .partners_inner .p_blk {display:inline-block;	padding:0 10px 25px;} 
.our_partners .partners_inner .p_blk h3 {display:block; font-size:20px; font-weight:600; color:#111827; margin:0 0 15px;}
.our_partners .partners_inner .p_blk a {display:inline-block; margin:0 20px 25px;}

/* FOOTER SECTION CSS START HERE */

.footer {text-align:center; background:#fff;}

.footer .ft_top {background:#111827; padding:50px 0;}
.footer .ft_top h2 {}

.footer .ft_top .c_blk {display:block;}
.footer .ft_top .c_blk strong {display:block; font-size:18px; text-transform:uppercase; color:#fff; margin:0 0 20px;}
.footer .ft_top .c_blk p {font-size:16px; line-height:22px; color:#fff; margin:0;}
.footer .ft_top .c_blk p b {display:block; font-size:24px; color:#fff; font-weight:800; padding:0 0 5px;}
.footer .ft_top .c_blk p a {color:#fff; font-weight:600;}

.footer .ft_bottom {background:#000; padding:12px 0;}
.footer .ft_bottom address {margin:0; font-size:14px; color:#fff;}



/* ACCOMMODATION */

.inner.accommodation h3.sub_head {
    padding: 15px 20px;
    background: #cde6ff;
    border-left: 5px solid #1e90ff;
    margin: 0 0 10px;
    font-size: 20px;
    color: #111827;
    text-transform: uppercase;
    border-radius: 14px;
}
.inner.accommodation h3.sub_head1 {display:block; line-height:52px; padding:0 30px; background:#f8b717; margin:0 0 10px; color:#111827;}
.inner.accommodation h3.sub_head small {width:auto; float:right; font-size:14px;}
.inner.accommodation .info_blk h4 {
    display: block;
    padding: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #0a4d68;
    margin: 0;
}
.inner.accommodation h5 {display:block; padding:0 0 5px; font-size:14px; color:#b00093; font-weight:700;}
	
.inner.accommodation .hotel_info {display:flex; overflow:hidden; padding:20px 0 30px;}
	
.inner.accommodation .hotel_info .h_img {display:block;}
.inner.accommodation .hotel_info .h_img img {border-radius:10px; width:100%;}
	
.inner.accommodation .hotel_info .h_info {display:block; padding:20px 0 0 20px;}
.inner.accommodation .hotel_info .h_info p {text-align:justify;}
	
.inner.accommodation .info_blk {display:block; padding:0 0 30px;}

.inner.accommodation .info_blk table {border-collapse:collapse; border:none; margin:0 0 25px;}
.inner.accommodation .info_blk table td {border-left:10px solid #fff; border-bottom:1px solid #ddd; padding:10px;}
.inner.accommodation .info_blk table td span {line-height:20px;font-weight:700; color:#fff; padding:0 5px; display:block; text-transform:uppercase; font-weight:700;}
.inner.accommodation .info_blk table td p {line-height:20px; color:#333; padding:0 5px;  font-weight:700; margin: 0px;}
.inner.accommodation .info_blk table td p b {font-weight:700; font-size:14px; color:#111827;}

.inner.accommodation .info_blk .ps_blk table tr:first-child td {border-bottom:0;}
/*.inner.accommodation .info_blk table td:first-child {border-left:0;}*/

.inner.accommodation .info_blk ul {display:block; list-style:disc; padding:0 0 25px 18px;}
.inner.accommodation .info_blk ul li {
    font-size: 17px;
    padding: 2px 0 2px 2px;
    list-style: disc;
    color: #111827;
}

.inner.accommodation .info_blk p {}
.inner.accommodation .info_blk p b {font-weight:700;}
.inner.accommodation .info_blk p a {font-weight:700;}

/* POPUP BOX CSS */

.vb_home .modal-header {border:none; padding-bottom:0;}

/* REGISTRATION FEE */

.fee_in .registration table {margin:0 0 30px; }
.fee_in .registration table td {border-right:1px solid #89cff0; border-bottom:1px solid #89cff0;}
.fee_in .registration table td:last-child {border-right:none;}
.fee_in .registration table tr:last-child td {border-bottom:none;}

.fee_in .registration table tr td strong {font-size:15px; font-weight:600; color:#fff; line-height:24px; padding:10px; display:block; 
text-transform:uppercase;}
.fee_in .registration table tr td strong.cat {font-size:15px; font-weight:600; padding:5px 15px; letter-spacing:0.25px; line-height:20px; 
color:#000; text-transform:none;}
.fee_in .registration table tr td span {display:block; font-size:15px; line-height:18px; padding:14px 15px; letter-spacing:0.25px; color:#111827; font-weight:700;}

.fee_in .registration table tr:nth-child(2) {background:#fff;}
.fee_in .registration table tr:first-child td strong {font-size:16px; color:#fff; padding:15px; font-weight:700;}
.fee_in .registration table tr:first-child td strong sup {text-transform:none;}

.fee_in .registration p.note {font-size:12px;}
.fee_in .registration p.note b {font-weight:700;}
	
.fee_in.inner .content_section p.Inclusive_Taxes {padding:0 0 10px;}
.fee_in.inner .content_section p.For_enquiries {padding:20px 0 50px;}
.fee_in.inner .content_section p.For_enquiries a {color:#ff4e25; font-weight:700;}

.fee_in.inner .content_section .btn_blk a:hover {border:1px solid #ff4e25;}

.fee_in.inner h3 {text-transform:uppercase; padding:40px 0 0; font-size:18px;}
.fee_in.inner .btn_blk {padding:10px 0 0;}



/*Acordian css*/
.Learn_more_scn {
    position: relative;
    z-index: 1;
}
.accordion_scn {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    border-radius: 32px;
    border-width: 2px;
    padding: 44px;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.2);
}
.Award_Cate {padding:30px 0;}
.category_acc {display:block;}
.accordion_bx {
    margin: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}
.accordion_bx:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.accordion_bx:first-child .accordion_Cl {
    margin-top: 0;
}
.accordion_Cl {
    color: #000;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    transition: 0.5s all ease;
    position: relative;
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    margin-top: 20px;
    padding: 0 0 15px 0;
}
.accordion_Cl:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0px;
    background: url("../images/accordion_dn_arrow.svg")  no-repeat center center;
    z-index: 9;
    width: 44px;
    height: 44px;
    background-size: 43px;
}
/*.accordion_Cl:hover:before { background: url(../images/accordion_up_arrow.svg)  no-repeat -20px 0px;}*/
.accordion_bx_Add .accordion_Cl:before {
    background: url(../images/accordion_up_arrow.svg)  no-repeat center center;
    width: 44px;
    height: 44px;
    background-size: 43px;
}
.accordion_Cl:hover, .accordion_bx_Add .accordion_Cl {transition: 0.5s all ease;}
.accordion_Show {
    padding: 0 0 0 0;
    text-align: left;
    display: none;
}
.accordion_Show p {color:#000; padding:0 0 0px; font-weight: 300; margin-bottom: 15px;}
.accordion_Show1{display: block}

.acc_content ul li {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
    padding: 0 0 13px 30px;
    position: relative;
    color: #000;
}
.acc_content ul li:before {
    content: "";
    position: absolute;
    width: 14.000000953674316px;
    height: 10.200000762939453px;
    top: 6.9px;
    left: 0px;
    background: url(../images/Vector.svg) no-repeat;
}




/* Venue Css */
.venue_scn {
    padding: 50px 0;
    background: linear-gradient(180deg, rgb(22 163 74) 0%, rgb(10 77 104) 100%);
    padding-top: 200px;
    background: #f3f4f6;
}
.venue_scn h2{
	
}
.venue_in {
    padding: 30px;
    position: relative;
    background: url(../images/venue_img.jpg) no-repeat left top;
    background-size: cover;
    border-radius: 10px;
    background-position: bottom;
}
.venue_in .map {
    max-width: 400px;
    width: 100%;
    position: relative;
    margin-left: auto;
}
.venue_in .map iframe {
    width: 100%;
    border-radius: 10px;
	height: 350px;
}
.venue_scn .title2 {
    font-size: 22px;
    color: #fff;
    padding: 0;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}




















