/* COMMON */

.inner.program .hero {display:none;}
.inner.program .header .mn_menu > ul > li > a {color:#fff;}

.inner.program .content_container {background:#f3f8f8; padding:0 0 80px;}
.inner.program .content_container h2 {text-transform:none; color:#000; font-size:36px; margin:0 0 30px;}

/* PROGRAM HEADER */

.p_header {padding:200px 0 0; background:linear-gradient(to right top, #093433, #335d5d, #093433);}
.p_header .ph_left, .p_header .ph_right {width:50%;}

.p_header .inn {display:flex; align-items:center;}

.p_header .ph_left .inner {max-width:605px; float:right; width:100%; padding:0 50px 0 0; box-sizing:border-box;}
.p_header .ph_left .inner h1 {color:#fff; font-size:51px; font-weight:900; margin:0 0 15px; line-height: 58px;}
.p_header .ph_left .inner h3 {color:#fff; font-size:22px; font-weight:500; line-height:28px;}
.p_header .ph_left .inner h3 b {color:#fc5800;}

.p_header .ph_right .inner {border:2px dashed #fc5800; padding:30px; border-right:2px solid #093433; border-radius:250px 0 0 250px; margin:0 0 0 100px; display:flex; 
justify-content:flex-start; align-items:center; position:relative;}
.p_header .ph_right .inner .circle_blk {width:306px; height:306px; position:relative;}
.p_header .ph_right .inner .circle_blk img {width:100%;}
.p_header .ph_right .inner .circle_blk img.circle {animation:spin 100s linear infinite;}
.p_header .ph_right .inner .circle_blk .pic {width:274px; height:274px; border-radius:50%; overflow:hidden; position:absolute; left:16px; top:16px; background:#fff;}
.p_header .ph_right .inner .circle_blk .pic img {width:100%; display:block;}

.p_header .ph_right .inner .date {padding:0 0 0 50px;}
.p_header .ph_right .inner .date strong {color:#fff; font-size:22px; font-weight:500; text-transform:uppercase;}

.p_header .ph_right .inner .dot {width:16px; height:16px; border-radius:50%; position:absolute; right:10%; top:-9px; background:#fff; text-indent:-9999em;}
.p_header .ph_right .inner .square {width:16px; height:16px; position:absolute; left:40%; bottom:-9px; background:#fff; text-indent:-9999em;}
.bnr_date_rt {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px 0 0 0;
}
@keyframes spin {
   0% {
      transform: rotate(0deg);
   }
   100% {
      transform: rotate(360deg);
   }
}


/* FOR HEADER */

.new_h .p_header .ph_right .inner {border:none; padding:0; margin:0 0 0 170px;}
.new_h .p_header .ph_right .inner .dot {display:none;}
.new_h .p_header .ph_right .inner .square {display:none;}
.new_h .p_header .ph_right .inner .circle_blk {width:200px; height:200px;}
.new_h .p_header .ph_right .inner .circle_blk .pic {width:180px; height:180px; left:10px; top:10px;} 

.new_h .discussion_blk .segment span {min-width:92px;}

/* OVERVIEW */

.inner.program .content_container .overview_blk .ob_inner {border-radius:50px; border:1px solid #fc5800; position:relative; overflow:hidden; 
transform:translateY(-50%)}
.inner.program .content_container .overview_blk .ob_inner::before {background:url(../images/agri-graphic.jpg) no-repeat left top; background-size:cover; content:""; position:absolute; left:0; top:0; width:100%; height:100%;}


.inner.program .content_container .overview_blk .ob_inner .content {text-align:center; padding:50px 50px 20px; position:relative;
background:linear-gradient(to right, #005860 50%, rgba(0,88,96,0.2));}

.inner.program .content_container .overview_blk .ob_inner h2 {color:#fff; text-align:left;}
.inner.program .content_container .overview_blk .ob_inner p {color:#fff; text-align:left;}
.inner.program .content_container .overview_blk .ob_inner ul {
    padding-left: 18px;
    margin-bottom: 15px;
}
.inner.program .content_container .overview_blk .ob_inner ul li {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 6px;
    font-weight: 400;
    font-family: "Source Serif 4", serif;
}
.inner.program .content_container .overview_blk .ob_inner h4 {
    color: #fff;
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 15px;
    font-weight: 600;
    font-family: "Source Serif 4", serif;
}

/*Program Overview Change css Start here*/
.inner.program_overview_change .p_header {
    padding-bottom: 100px !important;
}
.inner.program_overview_change .content_container .overview_blk .ob_inner {
    transform: translateY(0);
    margin-top: 60px;
    border: 0;
    border-radius: 0;
}

.inner.program_overview_change .content_container .overview_blk .ob_inner::before {
	opacity: 0;
}
.inner.program_overview_change .content_container .overview_blk .ob_inner .content {
    background: transparent;
    padding: 0;
}
.inner.program_overview_change .content_container .overview_blk .ob_inner p {
    color: #000000;
}
.inner.program_overview_change .content_container .overview_blk .ob_inner p b {
    font-weight: bold;
}
.inner.program_overview_change .content_container .overview_blk .ob_inner h2 {
    color: #017381;
	font-weight: 600;
}
.border_img {
    position: relative;
	border-radius: 20px;
	padding: 1px;
}

.border_img img {
    border-radius: 20px;
    display: block;
}
@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.border_img::before {
    position: absolute;
    z-index: -1;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    content: "";
    animation: rotation2 3s linear infinite;
    border-radius: inherit;
    background: conic-gradient(from 360deg, transparent, #fd5a01, #faaa35, #017381, #73fafd, transparent);
}
.border_img::before,
.border_img::after {
  position: absolute;
  z-index: -1;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: "";
  animation: rotation2 3s linear infinite;
  border-radius: inherit;
  background: conic-gradient(from var(--gradient-angle), transparent, #eb3df7, #8a30c7, #3a29ab, #73fafd, transparent);
}
@keyframes rotation2 {
  0% {
    --gradient-angle: 0deg;
  }
  100% {
    --gradient-angle: 360deg;
  }
}




/* KEY DISCUSSION */

.inner.program .content_container .discussion_blk {padding:0 0 80px; margin:-70px 0 0;}
.inner.program .content_container .discussion_blk h2 {text-align:center;}

.inner.program .content_container .discussion_blk .category_acc {display:block;}
.inner.program .content_container .discussion_blk .accordion_bx {margin:0 0 10px;}
.inner.program .content_container .discussion_blk .accordion_bx:last-child{margin:0;}
.inner.program .content_container .discussion_blk .accordion_Cl {color:#333; font-size:20px; font-weight:500; padding:15px 30px; line-height:24px; overflow:hidden;  text-align:left; cursor:pointer; border:1px solid #333; transition:0.5s all ease; position:relative; border-radius:5px;}
.inner.program .content_container .discussion_blk .accordion_Cl:before {content:""; position:absolute; right:18px; top:2px; width:15px; height:30px; 
background:url(../images/plus-minus.png)  no-repeat 0 0; z-index:9;}
.inner.program .content_container .discussion_blk .accordion_Cl:hover:before {background:url(../images/plus-minus.png)  no-repeat -20px 0px;}
.inner.program .content_container .discussion_blk .accordion_bx_Add .accordion_Cl:before {background:url(../images/plus-minus.png)  no-repeat -20px -45px; top:3px;}
.inner.program .content_container .discussion_blk .accordion_Cl:hover, .accordion_bx_Add .accordion_Cl {background:#fc5800; color:#fff!important; 
border-color:#fc5800!important; transition:0.5s all ease;}
.inner.program .content_container .discussion_blk .accordion_Show {padding:20px 30px 10px; text-align:left; border:1px solid #fc5800; display:none;}
.inner.program .content_container .discussion_blk .accordion_Show ul {padding:10px 20px;}
.inner.program .content_container .discussion_blk .accordion_Show ul li {color:#333; font-size:16px; line-height:22px; padding:2px 0;}
.inner.program .content_container .discussion_blk .accordion_Show1{display:block}

.inner.program .content_container .discussion_blk .accordion_bx.accordion_bx_Add .accordion_Cl {border-radius:5px 5px 0 0;}
.inner.program .content_container .discussion_blk .accordion_bx.accordion_bx_Add .accordion_Show {border-radius:0 0 5px 5px;}


/* AGENDA START WITH SPEAKERS */

.discussion_blk .segment {
    border-left: 3px solid #fd5d03;
    background: #ffebe0;
    padding: 20px;
    margin: 0 0 10px;
    display: flex;
    align-items: flex-start;
    border-radius: 20px;
}
.discussion_blk .segment span {
    display: inline-block;
    background: #fd5d03;
    border-radius: 5px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 20px 0 0;
    padding: 5px 10px;
    min-width: 88px;
}
.discussion_blk .segment strong {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 22px;
    padding: 3px 0;
}

.discussion_blk .com_blk {
    display: block;
    padding: 10px 10px;
}
.discussion_blk .com_blk .pic {
    margin: 0;
    overflow: hidden;
    position: relative;
	text-align:center;
}

.discussion_blk .com_blk .pic img {
    border-radius: 10px;
    max-width: 200px;
    background: #f1e7e1;
}
.program .discussion_blk .com_blk .pic img {
    background: #fff;
}
.program .loc {
    color: #017381;
    font-size: 18px;
    font-weight: 600;
    display: block;
    line-height: 22px;
    padding: 12px 0 12px 20px;
    background: rgb(1 115 129 / 8%);
    margin-top: 20px;
    margin-bottom: 15px;
    border: 1px solid #017381;
    border-left: 4px solid #017381;
    border-radius: 6px;
}
.discussion_blk .com_blk .info {
    position: relative;
    padding: 20px 0 0 0;
    width: 100%;
    margin: 0;
    text-align: center;
    border-radius: 10px;
    min-height: unset;
}

.discussion_blk .Session_Highlight_toggle {padding:10px 0 0;}

.discussion_blk .com_blk .info strong {display:block; text-transform:uppercase; font-weight:700; color:#017381; font-size:17px; padding:0 0 10px;}
.discussion_blk .com_blk .info b { font-weight:600;}
.discussion_blk .com_blk .info p {display:block; font-size:14px; line-height:20px; padding:0;}
.discussion_blk .com_blk .info a {display:inline-block; font-size:14px; font-weight:700; color:#5f6ad9;}
.discussion_blk .com_blk p.speaker_type {
    background: #fd5d03;
    min-width: 142px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    padding: 3px 10px;
    border-radius: 25px;
    position: absolute;
    left: 47%;
    top: -18px;
    margin: 0 0 0 -65px;
    font-weight: 400;
}

.Session_Highlight_toggle {
    display: none;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    padding: 10px 0px 15px;
    font-weight: 400;
    padding-right: 20px;
}

.Session_Highlight_toggle p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding: 10px 0 15px;
    font-weight: 400;
}
.Session_Highlight_Cl {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0 10px;
    line-height: 28px;
    font-size: 13px;
    color: #000 !important;
    font-weight: 600;
    margin: 5px 0;
    position: relative;
    padding-right: 32px;
}
.Session_Highlight_toggle b {
    font-weight: bold;
}
.Session_Highlight_toggle ul {
    padding-left: 17px;
    margin-top: 0px;
}
.Session_Highlight_toggle ul li {
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 400;
}

.Session_Highlight_Cl:before {
    content: "";
    position: absolute;
    right: 4px;
    top: -8px;
    width: 20px;
    height: 32px;
    background: url(../images/plus-minus.png)  no-repeat 0px 0;
    z-index: 9;
    background-size: 32px;
}
.Session_Highlight_Add .Session_Highlight_Cl{}
.Session_Highlight_Add .Session_Highlight_Cl:before {
    background: url(../images/plus-minus.png) no-repeat 0px 0;
    background-size: 32px;
    background-position-y: -44px;
}
.pro_agenda_gki_bx {
    margin-bottom: 40px;
}
.date_txx {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 17px;
    border-radius: 30px;
    padding: 5px 5px;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #017381;
}
.date_txx span {
    background: #017381;
    display: inline-block;
    padding: 7px 40px;
    border-radius: 40px;
    color: #fff;
}

/* AGENDA START WITH SPEAKERS END */


/* AGENDA START WITH SPEAKERS BIO END */
/*Popup css*/
.modal-content {
    overflow: hidden;
}
.popup_scn .pic {
    width: 100%;
    height: auto;
    backface-visibility: initial;
    transition: 1s;
    transform-style: inherit;
    position: relative;
    margin-bottom: 20px;
}
.popup_scn .pic:hover {
    transform: initial;
    backface-visibility: initial;
    transform-style: initial;
}
.popup_scn .back {
    position: static;
    margin-top: 10px;
    display: none;
}
.popup_scn .pxl-item--svg {
    display: none;
}
.popup_scn .back p a i {
    color: #3d52a0;
    font-size: 15px;
    display: inline-block;
    margin: 0 2px;
  	transition: 0.6s;
}
.popup_scn .back p a:hover i {
    color: #000;
  	transition: 0.6s;
}
.popup_scn .front h5 {
    color: #fd5d03;
    font-size: 20px;
    transition: all 0.3s linear;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 0 10px;
    display: block;
}
.popup_scn .front h6 {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.popup_scn .social_icons {
    width: 100%;
    padding-top: 5px;
	display: none;
}
.popup_text{display:none; 
    margin-top: 15px;}

.popup_scn p.speaker_department {
    line-height: 22px;
    font-weight: 900;
	font-size: 15px;
}

.popup_scn .popup_text {
    display: block;
    text-align: left;
}


.popup_scn .star_blk img {
    display: inline-block;
    background: #fff;
    object-fit: cover;
    max-width: 200px;
    height: 200px;
    width: 100%;
    border: 1px solid #fd5d03;
    border-radius: 50%;
}
.popup_scn .star_blk a.Click_pop {
    display: none;
}
.popup_scn h3 {
    font-size: 18px;
    color: #017381;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 26px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
}

.popup_scn .info {
    display: block;
}
.popup_scn .info strong {
    font-size: 18px;
    color: #017381;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 26px;
    font-family: "itc-avant-garde-gothic-pro", sans-serif;
    display: block;
}
.popup_scn .popup_text p {
    font-size: 15px;
    text-align: justify;
}
.popup_scn p b {
    font-weight: bold;
}
.popup_scn .popup_text p sup {
    font-size: 12px;
}
.popup_scn .popup_text p.abstract_bio {
    margin-bottom: 5px;
}
.popup_scn .popup_text p.abstract_bio b {
    display: block;
}
.popup_scn .popup_text ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 5px;
}
.popup_scn .popup_text ul li {
    padding: 0;
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    padding-left: 16px;
    text-align: justify;
}
.clone_box .team-content {
    padding: 15px 0px 10px;
}
.popup_scn .star_blk {
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
}
.popup_scn .team-item:hover .image-wrap img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.popup_scn .socail_icons a {
    font-size: 16px;
    color: #000;
    width: 38px;
    height: 38px;
    border: 1px solid #000;
    display: inline-block;
    padding: 7px 0 7px 0;
    line-height: 20px;
    border-radius: 50%;
    transition: 0.5s all ease;
}
.popup_scn h6 {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.popup_scn .speaker_name {
    color: #fd5d03;
    font-size: 20px;
    transition: all 0.3s linear;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 0 10px;
    display: block;
}
.popup_scn .socail_icons a:hover {
    border: 1px solid #fd5d03;
    color: #fff;
    transition: 0.5s all ease;
    background: #fd5d03;
}
.popup_scn p {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 15px;
}
.pxl-item--social {
    gap: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
	margin-top: 10px;
}
.discussion_blk .com_blk .pxl-item--social a {
    font-size: 15px;
    color: #017381;
}
#exampleModalCenter .modal-dialog {
    max-width: 600px;
}
#exampleModalCenter button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #fd5d03;
    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;
}
#exampleModalCenter button.close:hover {
    opacity: 1;
    transition: 0.5s all ease;
}


/*Speakers css End*/






/* TARGET */

.inner.program .content_container .target_blk .tb_inner {border-radius:50px; border:1px solid #fc5800; background:#005860; text-align:center; padding:50px 50px 20px;}
.inner.program .content_container .target_blk .tb_inner h2 {color:#fff;}
.inner.program .content_container .target_blk .tb_inner .cat {display:block; text-align:center;}
.inner.program .content_container .target_blk .tb_inner .cat strong { color:#fff; font-size:17px; border-right:1px solid #fc5800; padding:10px 15px; min-height:90px; 
margin:0 0 30px; line-height:22px; font-family: "Source Serif 4", serif; display:inline-flex; align-items:center; width:20%; justify-content:center;}
.inner.program .content_container .target_blk .tb_inner .cat strong:last-child{border:none;}

.inner.program.AEC .content_container .target_blk .tb_inner .cat strong:last-child {border-left:1px solid #fc5800; border-right:1px solid #fc5800;} 
.inner.program.utility .content_container .target_blk .tb_inner .cat strong:last-child {border-left:1px solid #fc5800; border-right:1px solid #fc5800;}
.inner.program.space .content_container .target_blk .tb_inner .cat strong:last-child {border-left:1px solid #fc5800; border-right:1px solid #fc5800;}

/* CLIMATE PROGRAM */

.inner.program.climate .content_container .target_blk .tb_inner .cat {grid-template-columns:repeat(5, 1fr);}
.inner.program.climate .content_container .target_blk .tb_inner .cat strong:nth-child(5) {border:none;}
.inner.program.climate .content_container .overview_blk .ob_inner::before {background:url(../images/climate-graphic.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.Capacity .content_container .overview_blk .ob_inner::before {background:url(../images/Capacity-Development.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.land .content_container .overview_blk .ob_inner::before {background:url(../images/Land-&-Property2.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.AEC .content_container .overview_blk .ob_inner::before {background:url(../images/AEC-Summit1.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.utility .content_container .target_blk .tb_inner .cat {grid-template-columns:repeat(5, 1fr);}
.inner.program.utility .content_container .overview_blk .ob_inner::before {background:url(../images/utility-summit.png) no-repeat bottom right; background-size:cover;}
.inner.program.GKI .content_container .overview_blk .ob_inner::before {background:url(../images/gki-summit.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.space .content_container .overview_blk .ob_inner::before {background:url(../images/sovereignty-graphic.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.hydrospatial .content_container .overview_blk .ob_inner::before {background:url(../images/hydrospatial-graphic.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.defence .content_container .overview_blk .ob_inner::before {background:url(../images/defence-graphic.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.Supply_Chain .content_container .overview_blk .ob_inner::before {background:url(../images/geodesy-supply-chain-img5.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.business-intelligence .content_container .overview_blk .ob_inner::before {background:url(../images/business-intelligence-bg2.jpg) no-repeat bottom right; background-size:cover;}
.inner.program.SIDS .content_container .overview_blk .ob_inner::before {background:url(../images/SIDS_graphic2.jpg) no-repeat bottom right; background-size:cover;}

/*limpses css*/
.glimpses_scn {
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(0, 47, 53, 1) 0%, rgba(1, 115, 129, 1) 100%);
}
.glimpses_scn h2{
	color:#fff;
}
.glimpses_scn .pic img {
    border-radius: 10px;
    border: 1px solid #0c8999;
}

/*Pgrogram logos css in banner*/

.pp_partners_logo {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 10px;
}
.partners_logo {
    text-align: center;
    margin: 25px 20px 0;
}

.partners_logo strong {
    display: block;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 10px;
    text-align: center;
}
.partners_logo a {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    padding: 5px 5px;
    background: #fff;
}
.partners_logo a img {
    /* max-width: 150px; */
    height: 70px;
}
















@media (max-width:1367px){
	
	.p_header .ph_right .inner .circle_blk .pic {
    	width: 100%;
		height: 100%;
		border-radius: 50%;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		padding: 20px;
        background: transparent;
	}
	.p_header .ph_right .inner .circle_blk .pic img {
		border-radius: 50%;
	}
	.p_header .ph_right .inner {
		margin: 0 0 0 25px;
	}
	.p_header .ph_left .inner h1 {
		font-size: 44px;
	}
	.p_header .ph_right .inner .date {
		padding: 0 0 0 20px;
	}
}

@media (max-width:1280px){
	.p_header .inn {
		padding: 0 0 0 20px;
	}
	.p_header .ph_right .inner .circle_blk .pic {
    	width: 100%;
		height: 100%;
		border-radius: 50%;
		overflow: hidden;
		position: absolute;
		left: 0;
		top: 0;
		padding: 20px;
        background: transparent;
	}
	.p_header .ph_right .inner .circle_blk .pic img {
		border-radius: 50%;
	}
	.p_header .ph_right .inner {
		margin: 0 0 0 25px;
	}
	.p_header .ph_left .inner h1 {
		font-size: 40px;
	}
	.p_header .ph_right .inner .date {
		padding: 0 0 0 20px;
	}
	.bnr_date_rt {
		font-size: 17px;
	}
}

@media (max-width:991px){
	.p_header .inn {
		padding: 0;
		flex-direction: column;
		text-align: center;
	}
	.p_header .ph_right .inner {
		margin: 0 0 0 0;
		align-items: center;
	}
	.p_header .ph_right .inner {
		border: 2px dashed #fc5800;
		padding: 25px;
		border-bottom: 2px solid #093433;
		border-radius: 250px 250px 0 0px;
    	flex-direction: column;
		width: 290px;
		margin: 0 auto;
	}
	.p_header .ph_left, .p_header .ph_right {
		width: 100%;
	}
	.p_header .ph_right .inner .date {
		padding: 20px 0 0 0;
	}
	.p_header .ph_left .inner {
		max-width: 750px;
		float: none;
		width: 100%;
		padding: 0 20px 30px 20px;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.p_header {
		padding: 90px 0 0;
		padding-bottom: 130px !important;
	}
	.p_header .ph_right .inner .square {
		left: -9px;
		bottom: 50px;
	}
	.p_header .ph_right .inner .dot {
		right: -9px;
		top: 175px;
		background: #fff;
	}
	.inner.program .content_container .overview_blk .ob_inner .content {
		padding: 30px 10px 20px;
	}
	.inner.program .content_container .target_blk .tb_inner .cat {
		grid-template-columns: repeat(2, 1fr) !important;
    	gap: 15px;
	}
	
	/*.inner.program .content_container .target_blk .tb_inner .cat strong:nth-child(2n+2) {
		border-right: 0;
	}*/
	.inner.program .content_container .discussion_blk .accordion_Cl {
		font-size: 18px;
    	padding: 15px 40px 15px 20px;
	}
	.inner.program .content_container .discussion_blk .accordion_Show ul li {
		font-size: 15px;
		line-height: 22px;
	}
	.inner.program .content_container .discussion_blk .accordion_Show {
		padding: 15px 15px 10px;
	}
	.inner.program .header .mn_menu > ul > li > a {
		color: #000;
	}
	.inner.program .content_container .overview_blk .ob_inner {
		border-radius: 20px;
		transform: initial;
		margin-top: -140px;
	}
	.inner.program .content_container .overview_blk .ob_inner h2 {
		text-align: left;
		padding: 0;
	}
	.inner.program .content_container .discussion_blk {
		padding: 0 0 50px;
		margin: 50px 0 0;
	}
	.inner.program .content_container .target_blk .tb_inner {
		border-radius: 20px;
		text-align: center;
		padding: 30px 30px 20px;
	}
	.glimpses_scn {
		padding: 40px 0;
	}
	.inner.program .content_container {
		padding: 0 0 50px;
	}
	.p_header .ph_right .inner .circle_blk {
		width: 235px;
		height: 235px;
		position: relative;
	}
	.inner.program .content_container .discussion_blk h2, .inner.program .content_container .target_blk .tb_inner h2 {
		margin: 0;
	}
	.inner.program.climate .content_container .target_blk .tb_inner .cat strong:nth-child(5) {
		border-right: 1px solid #fc5800;
	}
	.program .nav_bar {
		display: flex;
		justify-content: start;
		align-items: center;
	}
	.program .logo_hdr {
		display: block;
		width: 160px;
	}
	.program .menu_icon {
		top: 26px;
	}
	
	.program .header .top {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.pp_partners_logo {
		justify-content: center;
	}
	.partners_logo {
		margin: 20px 10px 10px 10px !important;
	}
	.p_header .ph_left .inner h1 {
		font-size: 32px;
	}
	.inner.program .content_container .discussion_blk {
		margin: 50px 0 0 !important;
		
	}
	.inner .menu_icon .CL_MNU {
		background: #ffffff;
	}
}

@media (max-width:767px){
	.p_header .ph_left .inner h1 {
		font-size: 34px;
		line-height: 40px;
	}
	.p_header .ph_left .inner h3 {
		font-size: 19px;
		font-weight: 500;
		line-height: 24px;
	}
	.p_header .ph_right .inner .date strong {
		font-size: 18px;
	}
	.inner.program .content_container .target_blk .tb_inner {
		padding: 30px 10px 20px;
	}
	.inner.program .content_container .target_blk .tb_inner .cat strong {
		margin: 0 0 0;
		font-size: 15px;
		display:block;
		width:auto;
		border-bottom:1px solid #fc5800;
		border-right:0;
		margin:0 10px;
		min-height:auto;
	}
	
	.inner.program.AEC .content_container .target_blk .tb_inner .cat strong:last-child {border-left:0; border-right:0;}
	.inner.program.utility .content_container .target_blk .tb_inner .cat strong:last-child {border-left:0; border-right:0;}
	.inner.program.space .content_container .target_blk .tb_inner .cat strong:last-child {border-left:0; border-right:0;}
	
	.glimpses_scn h2 {
		font-size: 24px;
	}
	.discussion_blk .segment strong {
		font-size: 15px;
	}
	.discussion_blk .segment {
		flex-direction: column;
	}
}






