html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
  caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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:focus {outline:none;}

:focus { outline: none; }
html, body {font-family: 'Open Sans', sans-serif; backgorund:#fff;}
* {box-sizing:border-box;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
.pr-8 {
    padding-right: 80px;
}

.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }
body dl, body ol, body ul {
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 34px;
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
}
body p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

#maincontainer {
    width: 100%;
    height: 100vh;
    background: url("../images/bannernew.jpg") no-repeat left top;
    background-size: cover;
    background-position: right;
    position: relative;
}

#maincontainer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;background: linear-gradient(1.07deg,black 3.61%,rgba(0,0,0,0) 25.66%),linear-gradient(89.37deg,black -30%,rgba(0,0,0,0) 100%);
}

.TopHeader {
    width: 100%;
    background: #fff;
    border-top: 4px solid #009dd0;
    padding: 0 0;
    position: relative;
    padding-bottom: 50px;
}
.TopHeaderIn{display: flex; align-items: center;}
.TopHeaderIn a{display: inline-block; padding: 0 30px; position: relative;}
.TopHeaderIn a:first-child {
    padding-left: 0px;
    width: 200px;
    height: 200px;
    margin-bottom: -98px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    float: left;
}
.TopHeaderIn a:nth-child(3){padding-left: 0px;}
.TopHeaderIn a:before{content: ""; position: absolute; left: -1px; top: 14px; width: 1px; height: 65px; background: #000; opacity: 0;}
.TopHeaderIn a:first-child:before, .TopHeaderIn a:nth-child(3):before{display: none;}
.TopHeaderIn a + a {
    padding-top: 20px;
}
.maincontainerInner .TopHeader a:nth-child(2){padding-left: 0px;}
.maincontainerInner .TopHeader a:first-child img {
    max-width: 106px;
}
.maincontainerInner .TopHeader a:first-child {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
}
.Inr_header .top_row {
    width: 100%;
}
.maincontainerInner {
    height: 400px !important;
}














/*
#maincontainer:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(23 51 158 / 85%);
}
*/

.header {
    width: 100%;
    position: absolute;
    left: 0;
    top:135px;
    background: transparent;
    z-index: 99;
    padding-bottom: 50px;
}

.menu_cl {
    display: none;
}
.top_row{ display: flex; align-items: center; justify-content:center; background:#000; padding:0px 0; border-radius:5px; 
    width: 84%;
    float: right;}
.header_fixed .top_row {
    width: 100%;
    background: #fff;
    justify-content: space-between;
}
.header_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    padding: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 8%);
}
.menu > ul > li{display:inline-block; position: relative; padding:20px 12px;}
.menu > ul > li > a {font-size: 14px; color: #fff; line-height:24px; font-weight: 600; display: block; text-transform: uppercase; transition: 0.5s all ease;}

.header_fixed .menu ul li a {color: #000;}
.click_menu_i {
    position: absolute;
    right: 0;
    top: 0;
}
.click_menu_i:before {
    position: absolute;
    top: 29px;
    right: -4px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
}
.header_fixed .click_menu_i:before {
    border-top: 8px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.menu ul ul {
    position: absolute;
    width: 250px;
    left: 0;
    top:64px;
    background: #000;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    box-shadow: 0 20px 19px rgb(0 0 0 / 9%);
}
.header_fixed .menu ul ul{background: #fff;}

@media(min-width:992px){
     .menu ul li:hover ul {
        max-height: 1000px;
        -webkit-transform: perspective(400) rotate3d(0,0,0,0);
    } 
    .menu > ul > li:hover .click_menu_i:before {
        border-top: 8px solid #009dd0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    .menu ul > li:hover > a{color: #009dd0 !important; transition: 0.5s all ease;}
}
.menu ul ul li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
}
.menu ul ul li:last-child{border-bottom: 0px;}
.menu ul ul li a {
    padding: 15px 15px;
    display: block;
    color: #fff;
    font-size: 14px;
    transition: .5s all ease;
    text-transform: uppercase;
    font-weight: 500;
}

.top_row .logo {width:auto; float:left; display: none}
.header_fixed .top_row .logo {display: block}
.top_row .logo img {width:50px; display:inline-block; vertical-align:middle;}
.top_row .logo small {color:#000; font-size:20px; text-transform:uppercase; font-weight:700; display:inline-block; line-height:50px; padding:0 0 0 10px; 
vertical-align:middle;}

.top_row .theme {width:auto; float:left; padding:15px 0 0 50px;}
.top_row .theme h1 {display:block; color:#17339e; font-weight:700; font-size:22px; line-height:22px;}

.top_row .dates {width:auto; float:right; padding:20px 0 0;}
.top_row .dates span {display:inline-block; color:#000; font-size:17px; padding:0 10px; font-weight:700;}
.top_row .dates span i {font-size:18px; display:inline-block; color:#17339e; padding:0 10px 0 0;}

.bannerlogo a {display:block;}

.right_blk {
    width: 100%;
    padding: 0 50px;
    display: flex;
    flex-flow: row-reverse wrap;
    align-items: center;
    position: relative;
    height: 85vh;
}
.right_blk .cb_wrapper {width:100%;}
.main_screen {width:100%; display:block; text-align:left; padding-bottom: 0px;}
.main_screen .logo {display:flex; align-items: center; justify-content: center; padding:0 0 25px; position: relative;}
.main_screen .logo img { display:inline-block;}
.logo1 {position: absolute;left: 100px;}
.logo3 {position: absolute;right: 100px;}


.main_screen .logo1 img {max-width: 140px;}
.main_screen .logo3 img {max-width: 215px;}

.main_screen .theme {display:block; padding:0 0 25px;}
.main_screen .theme h1 {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 54px;
    text-align: left;
    font-family: 'Fira Sans', sans-serif;
    line-height: 62px;
    position: relative;
}
.border_bt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 134px;
    height: 5px;
    background: #009dd0;
}
.eventsTitle {
    display: block;
    color: #fff;
    font-size: 24px;
    padding: 60px 0 0 0;
    font-weight: 600;
}
.main_screen .dates {
    display: inline-block;
    text-align: left;
    padding: 30px 20px;
    border: 1px solid #fff;
    background: #0000003b;
    margin-bottom: 35px;
}
.sub_btn {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 16px;
    text-decoration: none;
    margin: 30px 0;
    padding: 16px 30px;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    z-index: 1;
    font-weight: 600;
    background: #fdb23b;
}
.sub_btn:before {
    background: #000;
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}
.sub_btn:hover:before {
    width: 100%;
}
.sub_btn:hover {
    color: #fff;
}
.main_screen .dates .datesTx {display:inline-block; color:#fff; font-size:20px; padding:0 10px; letter-spacing:0.5px;}
.main_screen .dates .datesTx i {
    font-size: 60px;
    display: block;
    color: #fdb23b;
    padding: 0 10px 0 0;
    float: left;
}


.main_screen .partners {display:block;}
.main_screen .partners small {display:block; color:#fff; font-size:15px; padding:0 0 10px;}
.main_screen .partners img {max-width:400px; display:inline-block;}
.datetx_big {
    display: block;
    padding-left: 75px;
    font-size: 36px;
    font-weight: 600;
}
.datetx_small {
    display: block;
    padding-left: 80px;
    margin-top: 8px;
    font-size: 18px;
}
.datetx_big2 {
    padding-left: 55px;
}
.datetx_small2 {
    padding-left: 55px;
}
.main_screen .dates .datesTx i.fa.fa-map-marker {
    font-size: 68px;
}
.main_screen .dates .datesTx:nth-child(1) {
    padding-right: 25px;
}
.banner_logo {
    width: 100%;
    margin: -30px auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.banner_logo > div {
    width: 230px;
}
.banner_logo img {
   
}
.bannerlogo_bx h6 {
    display:block;
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    font-weight: 700;
    text-align: center;
}

.banner_logocol3 {
/*    background: #009dd0;*/
}


.bannerlogo_bx {
    padding: 14px;
}
.bannerlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}
section {
    padding: 70px 0;
}
.aboutscn p b {
    font-weight: 800;
}


.aboutscn {
    display: flex;
    background: #009dd0;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
}
.aboutscn2 {
    background: #17339e;
}
.aboutscn p {
	color: #333;
	font-size: 15px;
	line-height: 24px;
}
.aboutLeft {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 50px;
    overflow: hidden;
}
.aboutRight{width: 50%;}
.aboutLeftIn {
    padding-right: 100px;
    padding-left: 100px;
    float: right;
}
.aboutRightTx {
    background: #17339e;
}
.aboutRightTx {
   
}
.aboutscn2 .aboutLeftIn {
    float: inherit;
    float: left;
}
.aboutscn2 {
    margin-top: 0px;
   
}
.aboutRightIn img, .aboutRightIn {
    height: 475px;
    object-fit: cover;
}
.aboutscn2 .aboutRightIn img, .aboutscn2 .aboutRightIn {
    height: 550px;
    object-fit: cover;
}
.aboutscn h2 {
    color: #fff;
}

.Topics_scn {
    width: 100%;
    padding: 70px 0;
    background: url(../images/topics_bg.jpg) no-repeat left top;
    background-size: cover;
    background-position: center;
    position: relative;
      background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}
.Topics_scn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 95%);
}
.Topics_scn .container{position:relative;}
.TopicsOur {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
        
}
.TopicsBx {
    width: 15.666%;
    background: #282828;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.TopicsBx:hover .TopicsIcon {
    transform: rotateY(
360deg
);
    transition: ease-in-out 1s;
}
/*
.TopicsBx:nth-child(2) {background: #cfb23f;}
.TopicsBx:nth-child(3) {background: #8f8c40;}
.TopicsBx:nth-child(4) {background: #DC7633;}
.TopicsBx:nth-child(5) {background: #bb8531;}
.TopicsBx:nth-child(6) {background: #E74C3C;}
.TopicsBx:nth-child(7) {background: #9B59B6;}
.TopicsBx:nth-child(8) {background: #0E6655;}
.TopicsBx:nth-child(9) {background: #A04000;}
.TopicsBx:nth-child(10) {background: #2C3E50;}
.TopicsBx:nth-child(11) {background: #515A5A;}
.TopicsBx:nth-child(12) {background: #641E16;}
*/
.TopicsIn p {
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}
.TopicsIcon {
    display: block;
    margin-bottom: 12px;
}
.Topics_scn h2 {
    color: #fff;
}
.ProgramOutline{
    padding:70px 0;
    background: url(../images/ProgramOutline_bg.jpg) no-repeat left top;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
}
.ProgramOutline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(253 178 59 / 85%);
}
.ProgramOutline .container{position:relative;}
.ProgramOutlineIn h3 {
    background: #17339e;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight:700;
}
.ProgramOutlineIn h3 span {
    display: inline-block;
    font-weight: 400;
}
.ProgramOutlineIn ul {
    display: flex;
    justify-content: space-between;
}
.ProgramOutlineIn ul li {
    margin-top: 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: flex;
    padding: 15px 13px;
    background: #f1f1f1;
    margin-bottom: 2px;
    width: 25%;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 125px;
}
.ProgramOutlineIn .ProgramOutlineUl1 li{width: 50%;}
.ProgramOutlineIn ul li+li{border-left: 2px solid #c1c1c1;}
.ProgramOutlineIn i {
    display: inline-block;
    float: left;
    margin: 1px 10px 0 0;
}
.vanueScn {
    padding: 70px 0;
    background: #efefef;
    margin-bottom: -3px;overflow: hidden;
}
.vanueScn p {
    font-size: 18px;
    line-height: 28px;
}



.AboutUNWGIC{padding: 70px 0}
.Theme_Scn {
    background: #f2f2f2;
    margin-top: 50px;
}
.Theme_ScnRight {
    padding-left: 70px;
}
.Theme_Scn p b {
    font-size: 18px;
    color: #009dd0;
    font-weight: 600;
}
.Theme_ScnLeft {
    margin-top: -155px;
}
.border_btn2{position:relative; padding-bottom: 20px;}
.border_btn2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100px;
    height: 4px;
    background: #009dd0;
}







/* Partners Section */

.partners_container {width:100%; float:left; padding:70px 0 50px; background:#fff;}

.partners_container .pc_com {display:block; text-align:center; padding:25px 0;}

.partners_container .pc_com .top {display:block;}
.partners_container .pc_com .top strong {display:block; font-weight:700; font-size:17px; color:#000; padding:0 0 15px;}

.partners_container .pc_com .bottom {display:block;}
.partners_container .pc_com .bottom a {display:inline-block; margin:0 20px;}



/*accommodation css*/
.accommodationScn {
    padding: 70px 0 50px 0;
}    
.inner.accommodation h3.sub_head {
    margin: 0 0 10px;
    background: #fdb23b;
    padding: 15px 20px;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 50%;
}
.inner.accommodation h4 {display:block; padding:0 0 5px; text-transform:uppercase; font-size:17px; 
color:#000; font-weight:700;}
.inner.accommodation h5 {display:block; padding:0 0 5px; font-size:14px; 
color:#fdb23b; font-weight:700;}
.inner.accommodation .info_blk {display:block; padding:0 0 0px;}

.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;}
.inner.accommodation .info_blk table td span {line-height:20px; font-size:14px; font-weight:500; color:#fff; padding:0 5px; letter-spacing:0.25px; display:block; text-transform:uppercase; font-weight:700;}
.inner.accommodation .info_blk table td p {line-height:20px; font-size:14px; color:#000; padding:0 5px; letter-spacing:0.25px; font-weight:500; margin-bottom: 0px;}
.inner.accommodation .info_blk table td p b {font-weight:600; font-size:14px; color:#000;}

.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 0px;}
.inner.accommodation .info_blk ul li {font-size:14px; padding:7px 0 0 20px; color: #000; line-height: 20px; font-weight: 500; position: relative}
.inner.accommodation .info_blk ul li:before {content: ""; position: absolute; left: 0px; top:15px; width: 6px; height: 6px; background: #000;}

.inner.accommodation .info_blk p {font-size:15px; line-height:22px;}
.inner.accommodation .info_blk p b {font-weight:700; font-size:15px;}
.inner.accommodation .info_blk p a {font-weight:700; font-size:13px; color:#fdb23b;}

.inner.accommodation .info_blk .btn {display:block;}
.inner.accommodation .info_blk .btn a {display:inline-block; padding:0 30px; line-height:38px; 
text-transform:uppercase; font-size:15px; font-weight:700; color:#fdb23b; box-sizing:border-box; 
border:1px solid #fdb23b; border-radius:25px;}
.inner.accommodation .info_blk .btn a:hover {background:#fdb23b; color:#fff;}
.content_container h2 { border-bottom: 0px dashed #000; padding: 0 0 0;}
.content_container { padding-bottom: 0;}
.cateDiv, .Single_Duble {
    justify-content: space-between;
    flex-wrap: wrap;
}
.cateLeft, .cateRight {
    width: 49.5%;
}
.Single_Duble .cateUl {
    width: 49%;
}
.cate_HD {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    padding: 10px 12px;
    letter-spacing: 0.25px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    background: #17339e;
}
.inner.accommodation .info_blk .cateUl li {
    line-height: 20px;
    font-size: 14px;
    color: #000;
    padding: 10px 12px;
    letter-spacing: 0.25px;
    font-weight: 500;
    margin-bottom: 0px;
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}
.inner.accommodation .info_blk .cateUl li:before{display: none;}
.inner.accommodation .info_blk .cateUl li.SingleTx {
    font-weight: 800;
}

/*Description Css*/
.descriDiv {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.DescrImg img{border-radius:10px; width: 100%;}
.inner.accommodation .desc_HD {
    display: block;
    padding: 0 0 6px;
    text-transform: uppercase;
    font-size: 18px;
    color: #17339e;
    font-weight: 700;
}
.DescrTx {
    width: 64%;
}
.DescrImg {
    width: 36%;
    padding-right: 50px;
}
.DescrTx p {
    font-size: 17px;
    line-height: 26px;
    color: #17339e;
    font-weight: 500;
    margin: 0;
    text-align: justify;
}






.sub_head_2 {
    display: block;
    border: 1px solid #000;
    margin: 0 0 0px;
    background: #fff;
    padding: 15px 20px;
    color: #17339e;
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.Hotel_bx {
    margin-bottom: 50px;
    border-radius: 8px;
}
.accordion_Cl{position:relative; cursor: pointer;}
.accordion_Cl:before {
    position: absolute;
    right: 18px;
    top: 20px;
    z-index: 9;
    content: "\f067";
    font: normal normal normal 16px/1 FontAwesome;
}
.accordion_bx_Add:before {
    right: 18px;
    top: 20px;
    content: "\f068";
    font-size: 15px;
}
.accordion_Show {
    display: none;
    padding: 20px;
    border: 1px solid #000;
    margin-top: -1px;
}
.accordion_ShowBlock {
    display: block;
}
.Hotel_bx_in {
    margin-bottom: 10px;
}





/* FOOTER */

.footer {width:100%; float:left;}

.footer .ft_top {width:100%; float:left; background:#222; padding: 40px 0 20px;}
.footer .ft_top strong {display:block; text-align:center; color:#fdb23b; font-size:26px; text-transform:uppercase; letter-spacing:1px; padding:0 0 20px; font-weight:900;}
.footer .ft_top p {display:block; text-align:center; color:#fff; font-weight:400; line-height:26px; padding:0; font-size:15px;}
.footer .ft_top p a {color:#fff; font-weight:700; letter-spacing:1px;}

.footer .ft_top .social_icons {display:block; text-align:center; padding:15px 0 0 0;}
.footer .ft_top .social_icons a {width:36px; height:36px; display:inline-block; margin:0 5px;}
.footer .ft_top .social_icons a.twitter {background:url(../images/twitter-b.png) no-repeat left top; background-size:100%;} 
.footer .ft_top .social_icons a.youtube {background:url(../images/youtube-b.png) no-repeat left top;  background-size:100%;} 
.footer .ft_top .social_icons a.facebook {background:url(../images/fb-b.png) no-repeat left top;  background-size:100%;} 
.footer .ft_top .social_icons a.linkedin {background:url(../images/linkedin-b.png) no-repeat left top;  background-size:100%;} 

.footer .ft_bottom {width:100%; float:left; background:#111; padding:20px 0;}
.footer .ft_bottom address {display:block; text-align:center; font-size:14px; font-weight:400; letter-spacing:0.5px; line-height:22px; color:#fff;}
.social_bx {
    text-align: center;
    margin-top: 18px;
    padding-left: 0px;
}

.social_bx ul li {
    display: inline-block;
    font-size: 24px;
    color: #ffcc00;
    font-weight: 400;
    margin: 0 7px;
}
.social_bx ul li a {
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    position: relative;
    background: #939598;
    z-index: 1;
}
.social_bx ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdb23b;
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    transition: 0.5s;
    z-index: -1;
}

.OurLcn ul li a:hover {
    color: #fff;
    transition: 0.5s all ease;
}
.social_bx ul li a:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: 0.5s;
}
.footer h3 {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-bottom: 8px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
}




@media(max-width:1366px){
    .main_screen {padding-bottom: 0px;}
    .main_screen .logo img {max-width: 225px;}
    .aboutLeftIn {
        padding-right: 30px;
        padding-left: 30px;
    }
    .banner_logo {
        width: 100%;
        margin: 0px auto auto;
    }
   .main_screen .theme h1 {
        font-size: 46px;
        line-height: 54px;
    }
    
   .main_screen .dates {
        padding: 25px 20px;
    }
    .eventsTitle {
        padding: 55px 0 0 0;
    }
    .ProgramOutlineIn h3 {
        font-size: 19px;
    }
}


@media(max-width:1280px){
    .menu > ul > li {
        padding: 20px 10px;
    }
}
@media all and (max-width: 1170px) {
	.TopHeaderIn a:first-child {
        width: auto;
        height: auto;
        margin-bottom: 0;
        padding-top: 20px;
        padding-right: 0;
    }
    .TopHeader a:first-child img {
        max-width: 106px !important;
    }
    .top_row {
        width: 100%;
    }
    .Theme_ScnRight {
        padding-left: 15px;
    }
}
@media all and (max-width: 1024px) {
	.TopicsBx {
        width: 31.666%;
    }
    .Theme_ScnLeft {
        
    }
}

@media(max-width:991px){
h2 {
    font-size: 30px;
    margin-bottom: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 32px;
    color: #000;
    text-transform: uppercase;
}

    
/*Menu css*/
.header {
    width: 275px;
    height: 100%;
    position: fixed;
    left: -280px;
    top: 0;
    background: #fff;
    z-index: 99;
    padding-bottom: 0;
    transition: 0.5s all ease;
}
.js--mobile-menu-active .header {
    left: 0px;
    transition: 0.5s all ease;
}
.top_row .logo {
    width: 100%;
    float: none;
    display: block;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.top_row .logo small {
    color: #000;
    font-size: 16px;
}
.top_row {
    width: 100%;
    height: auto;
    display: block;
    background: #fff;
}
.header .container{padding:0px;}  
.menu ul ul {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    max-height: inherit;
    overflow: visible;
    -webkit-transform: inherit;
    -webkit-transform-origin: 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: inherit;
    box-shadow: none;
    display: none;
}
.menu > ul > li {
    padding: 0;
    display: block;
}
.menu > ul > li > a {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    transition: 0.5s all ease;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}
.menu ul ul li a {
    padding: 10px 15px 10px 30px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 600;
    color:#000;
}
.click_menu_i {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ccc;
}
.click_menu_i:before {
    content: "\f067";
    position: static;
    top: 0;
    right: 0;
    border-top: 0 solid #fff !important;
    border-left: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
    font: normal normal normal 16px/1 FontAwesome;
    color: #000;
}
.menu ul ul li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.Li_icon_add:before {
    content: "\f068";
}
.header_fixed .top_row {
    background: #fff;
} 
.header_fixed .menu ul li a {
    color: #000;
}    
.TopHeaderIn a:nth-child(3) img {
    max-width: 120px;
}
.TopHeaderIn a:nth-child(2) img {
    max-width: 67px;
}
.TopHeader a:first-child img {
    max-width: 72px !important;
}
.TopicsIn p {
    font-size: 14px;
    line-height: 22px;
}    
 .footer .ft_top strong {
    font-size: 22px;
    letter-spacing: 0;
} 
.footer h3 {
    font-size: 18px;
}
 .footer .ft_top p {
    line-height: 22px;
    padding: 0;
    font-size: 14px;
}   
/*MEnu Click Css*/
.menu {
    overflow-y: scroll;
    height: 75vh;
}
.menu::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    background-color:transparent;
}

.menu::-webkit-scrollbar
{
    width: 2px;
    background-color:transparent;
}

.menu::-webkit-scrollbar-thumb
{
    background-color: #009dd0;
}
.js--mobile-menu-active {
    overflow: hidden;
}
/*
.js--mobile-menu-active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 275px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 65%);
    z-index: 9;
}
*/
.menu_cl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 9;
    width: 25px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
}
 
  .hamburger .patties {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger .patties > span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 6px 0;
    position: relative;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    top: 0;
  }
  .hamburger .patties > span:nth-child(1) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .hamburger .patties > span:nth-child(2) {
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms;
  }
  .hamburger .patties > span:nth-child(3) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

.hamburger .cross {
    position: absolute;
    top: 33%;
    right: -4px;
    transform: translateY(-50%);
}

  .hamburger .cross > span {
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    position: relative;
    -webkit-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    top: 0;
  }
.js--mobile-menu-active .hamburger .cross > span {
    background: #000;
}
  .hamburger .cross > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .hamburger .cross > span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .js--mobile-menu-active .hamburger .patties > span:nth-child(1) {
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .js--mobile-menu-active .hamburger .patties > span:nth-child(2) {
    width: 0;
    -webkit-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    transition-delay: 125ms;
  }
  .js--mobile-menu-active .hamburger .patties > span:nth-child(3) {
    width: 0;
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .js--mobile-menu-active .hamburger .cross > span {
    width: 24px;
  }
  .js--mobile-menu-active .hamburger .cross > span:nth-child(1) {
    -webkit-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  .js--mobile-menu-active .hamburger .cross > span:nth-child(2) {
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms;
  }
   
    
    
    
.right_blk {
    padding: 0 5px;
}
.ProgramOutlineIn {
    margin-bottom: 25px;
}    
.datetx_big {
    padding-left: 56px;
    font-size: 24px;
}
.main_screen .dates .datesTx i {
    font-size: 46px;
}
.datetx_small {
    padding-left: 58px;
    font-size: 15px;
}
.main_screen .dates .datesTx i.fa.fa-map-marker {
    font-size: 55px;
    margin-top: -3px;
}
.datetx_big2 {
    padding-left: 45px;
}
.datetx_small2 {
    padding-left: 45px;
}
.main_screen .dates {
    padding: 20px 15px;
    margin: 0;
}
.eventsTitle {
    padding: 55px 0 0 0;
    font-size: 20px;
}
.right_blk {
    padding: 60px 5px;
    height: auto;
} 
 #maincontainer {
    height: auto;
}   
.TopHeader {
    padding-bottom: 5px;
    padding-top: 5px;
}
.TopHeader_add {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 9;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 43%);
}
.TopHeaderIn a {
    padding: 0 20px 0 0 !important;
}

}

@media(max-width:767px){
    .ProgramOutlineIn ul{flex-wrap:wrap;}
    .ProgramOutlineIn ul li{width:50%;}
    .TopicsBx {
        width: 49%;
    }
    .vanueScn p {
        font-size: 16px;
        line-height: 25px;
    }
    .Theme_ScnRight {
        padding-top: 40px;
    }
    .AboutUNWGIC {
        padding: 50px 0;
        margin-top: 0px;
    }
    .main_screen .theme h1 {
        font-size: 36px;
        line-height: 40px;
        padding-bottom: 0;
    }
    .Theme_ScnLeft {
        margin-top: 0;
    }
    .TopHeaderIn a {
        padding: 0 10px 0 0 !important;
    }
}

@media(max-width:575px){
    .TopicsBx {
        width: 100%;
    }
    .main_screen .theme h1 {
        font-size: 28px;
        line-height: 34px;
        padding-bottom: 0;
    }
    .eventsTitle {
        padding: 50px 0 0 0;
        font-size: 20px;
        line-height: 27px;
    }
    .main_screen .dates {
        padding: 20px 10px;
    }
    .main_screen .dates {
        padding: 20px 0px;
        margin: 0;
        display: flex;
    }
    .main_screen .dates .datesTx:nth-child(1) {
        padding-right: 0px;
    }
    .main_screen .dates .datesTx i {
        font-size: 36px;
    }
    .datetx_big {
        padding-left: 45px;
        font-size: 18px;
    }
    .datetx_small {
        padding-left: 45px;
        font-size: 15px;
    }
    .main_screen .dates .datesTx i.fa.fa-map-marker {
        font-size: 42px;
    }
    .datetx_big2 {
        padding-left: 35px;
    }
    .datetx_small2 {
        padding-left: 34px;
    }
}

@media(max-width:414px){
    .TopHeaderIn a:nth-child(3) img {
        max-width: 110px;
    }
    .TopHeaderIn a:nth-child(2) img {
        max-width: 58px;
    }
    .TopHeader a:first-child img {
        max-width: 65px !important;
    }
    h2 {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .ProgramOutlineIn ul li {
        font-size: 13px;
        line-height: 17px;
        padding: 15px 8px;
    }
}





