html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
  caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}
a {text-decoration:none; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; 
-o-transition:all 0.5s ease; transition:all 0.5s ease; color:#333;}
a:focus {outline:none;}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
:focus { outline: none; }
html, body { font-family: "Abel", sans-serif; backgorund:#fff;}

#maincontainer {width:100%;}
.content_container {
    padding: 60px 0;
}
.button_container {display:block; text-align:center; padding:40px 0 0;}
.button_container a {display:inline-block; border:2px solid #f6ebbf; color:#f6ebbf; font-size:22px; letter-spacing:2px;
font-weight:700; text-transform:uppercase; padding:10px 30px; border-radius:30px; text-decoration: none;}
.button_container a:hover {background:#fee283; color:#164d4f;}

p {
    font-size: 18px;
    letter-spacing: 0.2px;
    line-height: 22px;
    color: #fff;
    padding: 0 0 25px;
}
h2 {
    font-size:36px;
    color: #fff;
    padding: 0;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
h3 {
    font-size:30px;
    color: #fff;
    padding: 0;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
h4 {
    font-size:24px;
    color: #fff;
    padding: 0;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
h5 {
    font-size:22px;
    color: #fff;
    padding: 0;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
h6 {
    font-size:20px;
    color: #fff;
    padding: 0;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.color_hd {
    color: #185655 !important;
}
.block {
    color: #000 !important;
}

 /* Scroll-to-top icon styling */
#scrollTopBtn {
    position: fixed;
    bottom: 11px;
    right: 15px;
    background: #f69566;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 24px;
    display: none;
    align-items: center;
    justify-content: center;
	transition: 0.5s all ease;
}

  #scrollTopBtn:hover {
    background: #000;
	transition: 0.5s all ease;
  }


/* ==================== INDEX PAGE ==================== */

/* HEADER START */

.hero {width:100%; height:100vh; background:url("../images/main_bg.jpg"); background-size:cover; position:relative;}
.hero .hero_inner {width:100%; height:100vh; display:flex; align-items:center;}

.hero .hero_inner .content {display:block; text-align:center; padding-top:120px;}
.hero .hero_inner .content h1 {display:block; color:#fff; font-size:32px; padding:0; font-weight:700;}
.hero .hero_inner .content h3 {display:block; color:#fee283; font-size:28px; letter-spacing:0.5px; padding:0 0 30px; font-weight:700;}

.hero .hero_inner .content .logo {display:block; padding:0 0 30px;}
.hero .hero_inner .content .logo img {max-width:400px; display:inline-block;}

.hero .hero_inner .content span {display:block; color:#fee283; font-size:20px; font-weight:300; 
letter-spacing:0.25px; padding:0 0 15px; text-transform:uppercase;}
.hero .hero_inner .content span small {display:block; font-size:36px; font-weight:700; padding:0; letter-spacing:7px;}

.hero .hero_inner .content strong {display:inline-block; color:#f69566; font-size:60px; letter-spacing:5px; margin:0 0 25px;
padding:10px 20px; border-top:1px solid #f69566; border-bottom:1px solid #f69566; font-weight:700;}



/*Inner Here css*/
.inner .hero {
    height: 435px;
}
.inner .hero .hero_inner {
    height: 100%;
}
.inner .hero .hero_inner .content {
    padding-top:160px;
}
.inner .hero .hero_inner .content .logo img {
    max-width: 340px;
}
.inner .hero .hero_inner .content span small {
    font-size: 30px;
    letter-spacing: 5px;
}
.inner .hero .hero_inner .content h1 {
    font-size: 24px;
    padding: 0 0 20px;
}


/* HEADER END */




/* ABOUT SECTION START */
.about .row {
    align-items: center;
}
.about {
    background: #fffae9;
    padding: 60px 0;
	overflow: hidden;
}
.about h2, .about p {
    color: #000;
}
.about p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    line-height: 22px;
}

.about p b {font-weight:700;}


.about ul {list-style:none;}
.about ul li {font-size:16px; line-height:22px; font-family: "Open Sans", sans-serif; font-weight:500; padding:10px 0 10px 45px; position:relative; text-wrap:balance; color:#000;}
.about ul li::before {position:absolute; top:14px; left:4px; display:block; width:10px; height:10px; background:#f69566; border-radius:50%; content:"";}
.about ul li:not(:last-child)::after {position:absolute; top:20px; bottom:-28px; left:8px; display:block; width:1px; height:auto; border-right:2px dotted #f69566; content:"";}

.about_img img {
    border: 2px solid #f69566;
    border-radius: 10px;
}
div#ov_slides .owl-stage-outer {
    border: 2px solid #f69566;
    border-radius: 10px;
}
/* ABOUT SECTION END */



/*about_theme_scn css*/

.about_theme_scn {
    padding: 60px 0 40px;
    background: #fff;
    overflow: hidden;
}
.about_theme_scn .lt{
	padding-right:0px;
}
.about_theme_scn .rt{
	padding-left:0px;
}
.about_theme_scn h2, .about_theme_scn p {
    color:#000;
}
.about_theme_scn p {
    font-size:16px;
    font-family: "Open Sans", sans-serif;
}
.about_theme_scn p b {
    font-weight: bold;
}

.about_theme_scn2 {
    background: #f7f7f7;
    padding: 60px 0;
    overflow: hidden;
}
.about_theme_scn2 h2{
    color:#000;
    color: #154d4e;
}
.about_theme_scn2 p {
    font-size:16px;
    font-family: "Open Sans", sans-serif;
    color:#000;
}
.about_theme_scn2 p b {
    font-weight: bold;
}

@media(max-width:767px){
	.about_theme_scn .rt {
		padding-left: 0;
	}
	.about_theme_scn .lt {
		padding-right: 0;
	}
	.about_theme_scn {
		padding: 40px 0;
	}
	.footer .ft_top {
		padding: 40px 0 20px;
	}
}


/*about_theme_scn end*/





/* REPRESENTATION SECTION START */

.representation {
    padding: 60px 0;
    background: linear-gradient(180deg, rgb(23 83 84) 0%, rgb(0 0 0) 100%);
	overflow: hidden;
}
.representation h2 {text-align:center;}

.representation .fact {
    display: block;
    border-left: 2px solid #1a7e81;
    text-align: center;
    padding: 25px 20px;
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 44px;
    background: linear-gradient(90deg, rgb(26 126 129 / 65%) 0%, rgb(29 102 102 / 26%) 100%);
}
.representation .fact p {font-size:20px; padding:10px 0 0; font-weight:500; letter-spacing:1px;}
.representation .col-lg-3:first-child .fact {margin-left:0;} 
.representation .col-lg-3:last-child  .fact {margin-right:0;} 

.representation  .hew_hd {
    margin-bottom: 30px;
}
/*
.representation .hew_hd:before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 80px;
    background: #fff;
}
*/
.Conference_IN {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}
.Conference_bx {
    margin-bottom: 20px;
}
.representation .Conference_bx .fact {
    box-shadow: none;
    border-radius: 0 0px;
    padding: 25px 10px;
}

.representation .Conference_bx:nth-child(2) .fact {
    border-radius: 0px 0px;
    margin-top: 0px;
}
.Conference_bx:nth-child(3) {
    margin-top: 0px;
}
.representation .Conference_bx:nth-child(3) .fact {
    border-radius: 0px 0px;
}

.counter_icon {
    display: block;
    margin-bottom: 5px;
}


/*Who You Will*/
.Who_Youll_scn {
    background: #f7f7f7;
    padding-bottom: 60px;
	overflow: hidden;
}
.Who_Youll_scn h2 {
    color: #000;
}
.Who_Youll_Meet_Col {
    padding-top: 50px;
}
.Who_Youll_Meet_IN {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(6, 1fr);
    justify-content: center;
    align-items: center;
}
.Who_Youll_Meet_bx {
    font-size: 20px;
    padding: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    line-height: 24px;
    width: 180px;
    height: 180px;
    background: #f69566;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.counter_icon img {
    height: 50px;
}
/* REPRESENTATION SECTION END */

/* VENUE SECTION START */

.venue {
    padding: 40px 0 50px;
    background: #175353;
    width: 100%;
    overflow: hidden;
}
.venue h2 {text-align:center;}

.venue .info {border-bottom:1px solid #175353; padding:0 0 0px; position:relative;}
.venue .info img {max-width:100%; display:block; border-radius:20px;}

.venue .info .map {width:400px; position:absolute; right:40px; top:40px;}
.venue .info .map iframe {width:100%; border-radius:10px;}

/* VENUE SECTION END */

/* FOOTER START */

.footer .ft_top {background:url("../images/ft_bg.jpg")no-repeat left bottom #161e1e; padding:40px 0 40px;}
.footer .ft_top h2 {padding:0 0 25px;}

.footer .ft_top .logo img {max-width:160px;}
.footer .ft_top p.para {font-size:16px; line-height:22px; padding:10px 0 20px;}
.footer .ft_top .ntSocialIcons {text-align:left;}

.footer .ft_top .con_info h5 {color:#000000; text-transform:uppercase; font-size:20px; font-weight:700; padding:0 0 0px; letter-spacing:1px;}
.footer .ft_top .con_info h6 {color:#fff; text-transform:uppercase; font-size:18px; font-weight:600; padding:0 0 0px; letter-spacing:1px; margin-bottom: 10px;}
.footer .ft_top .con_info p {font-size:16px; line-height:22px;}
.footer .ft_top .con_info p a {color:#fff;}

.footer .ft_bottom {background:#000; padding:15px 0; text-align:center;}
.footer .ft_bottom address {color:#fff; font-size:14px; font-weight:500; letter-spacing:1px;}
.footer .ft_bottom address a {color:#fff; text-decoration:none;}

.ntSocialIcons {display:block; list-style:none; min-width:220px; text-align:right;}
.ntSocialIcons li {display:inline-block; margin:0 0 0 5px;}
.ntSocialIcons li a {color:#000; display:block; width:32px; text-align:center; height:32px; font-size:14px; border-radius:50%; background:#fff;}
.ntSocialIcons li a:hover {background:#000; color:#fff;}
.ntSocialIcons li a i {line-height:32px; font-size:20px;}
/* FOOTER END */








/*
.partners_logo_hm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
	margin-top: 25px;
}
.partners_logo_hm_in h4 {
    display: block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 0 5px;
    text-align: center;
}
.partners_logo_hm_in a {
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
    padding: 5px 5px;
    background: #fff;
}
.partners_logo_hm_in a img {
    height: 50px;
}
.partners_logo_hm_in {
    margin-bottom: 15px;
}
*/

/* PARTNERS SECTION CSS START HERE */

.our_partners {background: #fff; padding: 70px 0 20px; text-align: center; overflow: hidden; float: left; width: 100%;}

.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:#000; margin:0 0 15px; text-transform: uppercase}
.our_partners .partners_inner .p_blk a {display:inline-block; margin:0 20px 25px;}

/* FOOTER SECTION CSS START HERE */

