body { 
    background-color: #fff;
    font-family:Arial, Helvetica, sans-serif; 
    height: 100%;
    margin:0; 
    overflow-x: hidden;
    padding:0; 
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
img { border:0px; outline:0px; }

a { 
    color: #11af48;
	outline: 0px;
    text-decoration: none; 
}

/* Wrapper */
.wrapper {
    color: #7e7e7e;
    font-size: 12px;
    width:100%; 
}
.wrap { 
    margin:0 auto; 
    width:1126px; 
}
ul, ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li, ol li {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin: 0;
    padding: 0;
}

/* Header  */
header {
    background-color: #fff;
    min-height: 120px;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 100;
}
header .wrap {
    padding: 25px 0 0 0;
}
.header-left {
    float: left;
    /*width: 500px;*/
}
.header-right {
    float: right;
    /*width: 622px;*/
}
.header-top {
    width: 100%;
}
.logo {
    float: left;
}
header nav {
    clear: both;
    padding: 10px 0 0 0;
    position: relative;
    width: 100%;
}
header nav ul li {
    display: inline;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 14px 0 0;
    padding: 0 0 15px 0;
    position: relative;
}
header nav ul li a {
    color: #000;
}
header nav ul li a:hover, nav ul li a:focus {
    color: #11af48;
}
header nav ul li.active a {
    color: #11af48;
}
header nav ul li ul {
    display: none;
    margin: 0;
    padding: 25px 0 20px 3px;
}
header nav ul li:hover > ul {
    background-color: #fff;
    animation: fadein 0.9s;
    -moz-animation: fadein 0.9s; /* Firefox */
    -webkit-animation: fadein 0.9s; /* Safari and Chrome */
    -o-animation: fadein 0.9s; /* Opera */
    border: 1px solid #82d59f;
    display: block;
    top: 100%; /*sets the top edge of the element above/below top edge of nearest ancestor*/
    left:6%;
    transform:translateX(-6%);
    position: absolute;
    width: 434px;
    z-index: 100;
}
header nav ul li:hover > ul .toparw {
    background: url("../images/common/drop-toparw.png") no-repeat center center;
    height: 11px;
    left: 0;
    margin-left: 30px;
    position: absolute;
    top: -9px;
    width: 21px;
}
header nav ul li:hover > ul .toparw1 {
    background: url("../images/common/drop-toparw.png") no-repeat center center;
    height: 11px;
    left: 0;
    margin-left: 65px;
    position: absolute;
    top: -9px;
    width: 21px;
}
header nav ul li:focus a {
    color: #11af48;
}
header nav ul li:hover a {
    color: #11af48;
}
header nav ul li ul li {
    font-weight: normal;
    padding: 0 0 10px 0;
    text-transform: none;
    width: 100%;
}
header nav ul li ul li.active a {
    background: url('../images/common/drop-rightarw.gif') no-repeat left 6px;
    color: #11af48!important;
}
header nav ul li ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #000!important;
    display: block;
    padding: 2px 17px;
    width: 100%;
}
header nav ul li ul li a:focus {
    background: url('../images/common/drop-rightarw.gif') no-repeat left 6px;
    color: #11af48!important;
}
header nav ul li ul li a:hover {
    background: url('../images/common/drop-rightarw.gif') no-repeat left 6px;
    color: #11af48!important;
}
header nav ul li ul .submenu {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: 48%;
}
.slicknav_menu {
	display:none;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.header-right h6 {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 5px 0;
}
.hr-section {
    display: inline-block;
    float: left;
    margin: 0 25px 0 0;
}
.last {
    margin: 0;
}
.slicknav_menu {
	display:none;
}


/* Home Page Container */
.home-container {
	display: block;
    float: left;
    margin: 120px 0 0 0;
    width: 100%;
}

/* Home Page Banner */
.home-banner {
    background: url('../images/home/banner.jpg') no-repeat left top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    float: left;
    min-height: 457px;
    height: auto!important;
    width: 100%;
}
.home-banner .wrap {
    margin: 90px auto;
    text-align: right;
}
/* Home Page Associates */
.associates-sec {
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}
.associates-sec .wrap {
    margin: 24px auto;
}
.associates-sec .heading {
    color: #000;
    float: left;
    font-size: 12px;
    margin: 0 57px 0 0;
    padding: 30px 0 0 0;
}
.associates-sec .content {
    float: left;
    /*width: 485px;*/
}
.associates-sec .content ul li {
    display: inline;
    float: left;
    margin: 0 82px 0 0;
}
.associates-sec .content .logo2 {
    margin: 5px 0 0 0;
}
.associates-sec .content .logo3 {
    margin: 30px 0 0 0;
}
.associates-sec .content .logo4 {
    margin: 15px 0 0 0;
}

/* Footer */
footer {
    background-color: #fff;
    color: #949393;
    float: left;
    font-size: 10px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/* Inner Page Container */
.inner-container {
    background-color: #f5f5f5;
	display: block;
    float: left;
    margin: 120px 0 0 0;
    padding: 45px 0;
    width: 100%;
}

/* Inner Pages Styles */
.breadcrumb {
    color: #000;
    font-size: 10px;
    margin: 0 0 48px 0;
    width: 100%;
}
.breadcrumb a {
    color: #11af48;
}
.highlighted-sec {
    background-color: #fff;
    color: #060606;
    font-size: 23px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 48px 0;
    padding: 20px 45px;
}
.chairman-msg-container {
    padding: 0 45px;
}
.inner-container h2 {
    color: #00b158;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 30px 0;
    padding: 0;
}
.inner-container h2 span {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}
.chairman-msg-container h2 {
    background: url('../images/icons/user.gif') no-repeat left top;
	padding: 0 0 0 30px;
}
p {
    line-height: 22px;
    margin: 0 0 20px 0;
    padding: 0;
}
.highlighted-sec1 {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    line-height: 30px;
    margin: 0 0 48px 0;
    padding: 40px 45px 20px 45px;
}
.read-more {
    color: #19b258;
    font-weight: bold;
    text-transform: uppercase;
}
.read-more:hover {
    color: #000;
}
.morecontent span {
    display: none;
}
.morelink {
	border: 2px solid #15b04b;
	clear: both;
    display: inline-block;
    color: #19b258;
    font-size: 11px;
    font-weight: bold;
	line-height: 14px;
    padding: 5px 12px;
    text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease-in 0s;
}
.morelink:hover {
	background-color: #15b04b;
	color: #fff;
}
.tabs-sec {
    float: left;
    margin: 0 0 60px 0;
    position: relative;
    width: 100%;
}
.tabs-container {
    background-color: #fff;
    display: inline-block;
    left: 50%;
    position: relative;
    padding: 20px 40px;
    transform: translateX(-50%);
}
.tabs-container ul li {
    background: none!important;
    color: #000;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 32px 0 0!important;
    padding: 0;
    text-transform: uppercase;
}
.tabs-container ul li:last-child {
    margin: 0;
}
.tabs-container ul li a {
    color: #000;
    padding: 0 0 0 30px;
}
.tabs-container ul li a:hover, .tabs-container ul li a:focus {
    color: #00b158;
}
.tabs-container ul li.traveltb a {
    background: url('../images/icons/travel-black.png') no-repeat left top;
}
.tabs-container ul li.traveltb a:hover, .tabs-container ul li.traveltb a:focus  {
    background: url('../images/icons/travel-green.png') no-repeat left top;
}
.tabs-container li.current.traveltb a {
    background: url('../images/icons/travel-green.png') no-repeat left top;
    color: #00b158;
}
.tabs-container ul li.accomodationtb a {
    background: url('../images/icons/accomodation-black.png') no-repeat left top;
}
.tabs-container ul li.accomodationtb a:hover, .tabs-container ul li.accomodationtb a:focus {
    background: url('../images/icons/accomodation-green.png') no-repeat left top;
}
.tabs-container li.current.accomodationtb a {
    background: url('../images/icons/accomodation-green.png') no-repeat left top;
    color: #00b158;
}
.tabs-container ul li.foodtb a {
    background: url('../images/icons/food-black.png') no-repeat left top;
}
.tabs-container ul li.foodtb a:hover, .tabs-container ul li.foodtb a:focus {
    background: url('../images/icons/food-green.png') no-repeat left top;
}
.tabs-container li.current.foodtb a {
    background: url('../images/icons/food-green.png') no-repeat left top;
    color: #00b158;
}
.tabs-content {
    float: left;
    margin: 35px 0 0 0;
    width: 100%;
}
.tab-content{
	display: none;
	margin: 35px auto;
	min-height:400px;
	padding:0;
	width:100%;
	position:relative;
}

.tab-content.current{
	display: inherit;
}
.carousel-txtblock {
    background-color: #fff;
    color: #7b7b7b;
    display: block;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.carousel-txtblock h2 {
    color: #060606;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 3px 0;
    text-transform: uppercase;
}
.carousel-txtblock p {
    margin: 0;
    padding: 0;
}
.embassy-lists-row {
    margin: 0 0 18px 0;
    width: 100%;
} 
ul.embassy-lists li {
    background-image: none!important;
    background-color: #fff!important;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 12px;
    margin: 0 24px 24px 0!important;
    padding: 0!important;
    min-height: 209px;
    width: 248px;
}
ul.embassy-lists li .content {
    padding: 25px 20px;
}
ul.embassy-lists .heading-row {
    margin: 0 0 23px 0;
}
ul.embassy-lists .heading-row .left {
    color: #11af48;
    float: left;
    font-size: 14px;
    padding: 3px 10px 0 0;
    text-transform: uppercase;
    width: 158px;
}
ul.embassy-lists .heading-row .right {
    float: right;
    width: 40px;
}
ul.embassy-lists p {
    line-height: 18px;
}
ul.embassy-lists .location {
    background: url('../images/icons/location.png') no-repeat left 4px;
    margin: 40px 0 0 0;
    padding: 0 0 0 20px;
}
ul.embassy-lists .phone {
    background: url('../images/icons/phone.png') no-repeat left 3px;
    margin: 20px 0 0 0;
    padding: 0 0 0 20px;
}
.carousel-txtblock1 {
    background-color: #fff;
    color: #7b7b7b;
    display: block;
    float: left;
    font-size: 12px;
    min-height: 181px;
    padding: 23px 33px;
    text-align: left;
    width: 100%;
}
.carousel-txtblock1 h2 {
    color: #060606;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.carousel-txtblock1 p {
    line-height: 20px;
    margin: 0;
    padding: 0;
}
#intl-conference {
    padding: 0 0 60px 0;
}
#intl-conference .intl-consec {
    background-color: #fff;
    min-height: 455px;
}
.intl-consec .link {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #383737;
    display: table;
    float: left;
    font-size: 12px;
    border-collapse: collapse;
    line-height: 32px;
    padding: 10px 10px;
    text-align: center;
    transition: all .4s ease-in;
    width: 50%;
}
.intl-consec .link:hover, .intl-consec .link:focus {
    background-color: #11af48;
    color: #fff;
}
.overseas-lists {
	float: left;
}
.overseas-lists li {
    background-image: none!important;
    background-color: #fff;
    color: #7b7b7b;
    display: inline;
    float: left;
    font-size: 12px;
    margin: 0 50px 30px 0!important;
    min-height: 425px;
    padding: 24px!important;
    text-align: center;
    width: 321px;
}
.overseas-lists .img-container {
    background-color: #fff;
    border: 2px solid #ebebeb;
    border-radius: 89px;
    height: 178px;
    margin: 0 auto 22px auto;
    position: relative;
    width: 178px;
}
.overseas-lists .img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.overseas-lists li h2 {
    color: #060606;
    font-size: 14px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.overseas-lists li p {
    line-height: 20px;
}
.concurevents-lists li {
    background-image: none!important;
    background-color: #fff;
    color: #000;
    display: inline-block;
    float: left;
    font-size: 12px;
    line-height: 18px;
    margin: 0 38px 38px 0!important;
    padding: 0!important;
    width: 504px;
}
.concurevents-lists .img-thumb {
    float: left;
    line-height: 0;
    width: 198px; 
}
.concurevents-lists .content {
    float: left;
    padding: 15px;
    width: calc(100% - 198px);
}
.concurevents-lists h2 {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.concurevents-lists h2 span {
    font-size: 12px;
    text-transform: none;
}
.concurevents-lists p {
    line-height: 18px;
    padding: 0 0 5px 0;
}
.concurevents-lists .content .conevent-heading {
    height: 42px;
    width: 100%;
}
.concurevents-lists .content .short-info {
    height: 88px;
    width: 100%;
}
.concurevents-lists .read-more {
    border: 2px solid #15b04b;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 12px;
    text-transform: uppercase;
    transition: all .4s ease-in;
}
.concurevents-lists .read-more:hover {
    background-color: #15b04b;
    color: #fff;
}
.tabs-container ul li.overviewtb a {
    background: url('../images/icons/overview-black.png') no-repeat left 3px;
}
.tabs-container ul li.overviewtb a:hover, .tabs-container ul li.overviewtb a:focus  {
    background: url('../images/icons/overview-green.png') no-repeat left 3px;
}
.tabs-container li.current.overviewtb a {
    background: url('../images/icons/overview-green.png') no-repeat left 3px;
    color: #00b158;
}
.tabs-container ul li.categoriestb a {
    background: url('../images/icons/categories-black.png') no-repeat left top;
}
.tabs-container ul li.categoriestb a:hover, .tabs-container ul li.categoriestb a:focus  {
    background: url('../images/icons/categories-green.png') no-repeat left top;
}
.tabs-container li.current.categoriestb a {
    background: url('../images/icons/categories-green.png') no-repeat left top;
    color: #00b158;
}
.tabs-container ul li.winnerstb a {
    background: url('../images/icons/winners-black.png') no-repeat left top;
}
.tabs-container ul li.winnerstb a:hover, .tabs-container ul li.winnerstb a:focus  {
    background: url('../images/icons/winners-green.png') no-repeat left top;
}
.tabs-container li.current.winnerstb a {
    background: url('../images/icons/winners-green.png') no-repeat left top;
    color: #00b158;
}
.tabs-container ul li.picgaltb a {
    background: url('../images/icons/gallery-black.png') no-repeat left top;
}
.tabs-container ul li.picgaltb a:hover, .tabs-container ul li.picgaltb a:focus  {
    background: url('../images/icons/gallery-green.png') no-repeat left top;
}
.tabs-container li.current.picgaltb a {
    background: url('../images/icons/gallery-green.png') no-repeat left top;
    color: #00b158;
}
.awards-container {
    background-color: #fff;
    padding: 50px;
}
.awards-container1 {
    background-color: #fff;
}
.awards-heading {
    background-color: #00b158;
    border-bottom: 1px solid #fff;
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 10px 10px;
    text-align: center;
}
.awards-section {
    padding: 22px 48px;
}
#accordion h2 {
    background: url(../images/icons/dwnarw.gif) no-repeat right 15px;
    cursor:pointer;
    margin:0 0 15px 0;
    padding:10px 0 0 0;
    font-size: 14px;
    color:#7e7e7e;
    text-transform:none;
}

#accordion .accordion-content {
    background-color:#fff;
    font-size:14px;
    line-height:21px;
    margin:0 0 20px 0;
    padding:0;
    color:#9c9d9c;    
}
#accordion .accordion-content p { 
    margin:0;
    padding:0; 
}

#accordion h2.active {
    background: url(../images/icons/uparw.gif) no-repeat right 15px;
    color: #00b158;
}
.graybg-content {
    background-color: #f5f5f5;
    padding: 70px 50px;
}
.winners-content {
    color: #0d0d0d;
    font-size: 14px;
    padding: 32px 88px;
}
.winners-content .left {
    float: left;
    margin: 20px 0 0 0;
    padding: 0 20px 0 0;
    position: relative;
    width: 760px;
}
.winners-content .left .compdetails-row {
    float: left;
    position: relative;
    margin: 0 0 10px 0;
    width: 100%;
}
.winners-content .left .company-logo {
    float: left;
    margin: 0 24px 0 0;
    width: 220px;
}
.winners-content .left .company-details {
    float: left;
    left: 45%;
    margin: 0 24px 0 0;
    position: absolute;
    top: 50%;
    transform: translateX(-45%) translateY(-50%);
    width: 220px;
}
.winners-content .right {
    float: right;
    text-align: center;
    width: 100px;
}
.winners-content .right img {
    margin: 10px 0;
}
.awards-picgallery li {
    background: none!important;
    display: inline-block;
    float: left;
    margin: 0 25px 25px 0!important;
    padding: 0!important;
}
.synopsis-lists li {
    background-image: none!important;
    background-color: #fff!important;
    color: #7b7b7b;
    display: block;
    font-size: 12px;
    margin: 0 0 8px 0!important;
    padding: 14px 23px!important;
}
.tabs-container1 {
    display: inline-block;
    left: 50%;
    padding: 20px 40px;
    position: relative;
    transform: translateX(-50%);
}
.tabs-container1 ul li {
    background-image: none!important;
    border: 1px solid #1d1d1d;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    color: #1d1d1d;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 17px 0 0!important;
    padding: 10px 30px!important;
    text-transform: uppercase;
    transition: all .4s ease-in;
}
.tabs-container1 ul li a {
    color: #1d1d1d;
}
.tabs-container1 ul li:hover, .tabs-container1 ul li:focus {
    border: 1px solid #00b158;
    background-color: #00b158;
}
.tabs-container1 ul li:hover a, .tabs-container1 ul li:focus a {
    color: #fff;
}
.tabs-container1 li.current {
    border: 1px solid #00b158;
    background-color: #00b158;
    color: #fff;
}
.tabs-container1 li.current a {
    color: #fff;
}
.conference-gallery li {
    background-image: none!important;
    display: inline-block;
    float: left;
    margin: 0 15px 15px 0!important;
    padding: 0!important;
}
.event-schedule-container {
    clear: both;
    margin: 80px 0;
    width: 100%;
}
h1 {
    color: #00b158;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 33px 0;
    text-transform: uppercase;
}
.event-schedule-container h1 {
    text-align: center;
}
.event-top-navigation {
    background-color: #fff;
    display: inline-block;
    left: 50%;
    margin: 0 0 37px 0;
    padding: 20px 106px;
    position: relative;
    transform: translateX(-50%);
}
.event-top-navigation ul li {
    color: #5c5c5c;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 74px 0 0!important;
    padding: 0 0 0 38px!important;
    text-transform: uppercase;
}
.event-top-navigation ul li span {
    color: #9f9f9f;
    font-size: 12px;
    text-transform: none;
}
.event-top-navigation ul li:last-child {
    margin: 0;
}
.event-top-navigation ul li a {
    color: #5c5c5c;
}
.event-top-navigation ul li.location-details {
    background: url('../images/icons/location1.png') no-repeat left 5px;
}
.event-top-navigation ul li.date-details {
    background: url('../images/icons/time.png') no-repeat left 5px;
}
.event-top-navigation ul li.seats-details {
    background: url('../images/icons/ticket.png') no-repeat left 5px;
}
.tabs-container2 {
    display: inline-block;
    left: 50%;
    padding: 5px 0 0 0;
    position: relative;
    transform: translateX(-50%);
}
.tabs-container2 ul li {
    background-image: none!important;
    background-color: #fff;
    border: 1px solid #1d1d1d;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -o-border-radius: 15px;
    color: #1d1d1d;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0 17px 0 0!important;
    padding: 10px 16px!important;
    text-transform: uppercase;
    transition: all .4s ease-in;
}
.tabs-container2 ul li a {
    color: #1d1d1d;
}
.tabs-container2 ul li:hover, .tabs-container2 ul li:focus {
    border: 1px solid #00b158;
    background-color: #00b158;
}
.tabs-container2 ul li:hover a, .tabs-container2 ul li:focus a {
    color: #fff;
}
.tabs-container2 li.current {
    border: 1px solid #00b158;
    background-color: #00b158;
    color: #fff;
}
.tabs-container2 li.current a {
    color: #fff;
}
.event-details {
    background: url('../images/common/events-bg.png') repeat-y center center;
    margin: -2px auto 0 auto;
    padding: 0 0 50px 0;
    position: relative;
    width: 692px;
}
.event-details .left {
    float: left;
    width: 318px;
}
.event-details section {
    background-color: #fff;
    color: #7b7b7b;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 25px 3px 25px;
}
.event-details .time {
    color: #696969;
}
.event-details p {
    margin: 0 0 15px 0;
}
.event-details .time span {
    color: #00b158;
    font-weight: bold;
    text-transform: uppercase;
}
.event-details h2 {
    color: #252525;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.event-details .right {
    float: right;
    width: 318px;
}
.event-details .left section {
    text-align: right;
    margin: 62px 0 172px 0;
}
.event-details .right section {
    text-align: left;
    margin: 210px 0 0 0;
}
.event-details .add-container {
    bottom: -2px;
    line-height: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.event-details .add-container a {
    text-decoration: none;
}
.our-spakers-container {
    float: left;
    margin: 120px 0 30px;
    width: 100%;
}
.our-spakers-container .wrap {
    margin: 0 auto;
    width: 1280px;
}
.our-spakers-container ul li {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 0;
    position: relative;
    width: 319px;
}
.our-spakers-container ul li .speakerssec-textbox {
    background: rgba(0, 177, 88, 0.8);
    width:100%; 
    height:100%; 
    position:absolute; 
    top:0; left:0; 
    -webkit-transform: scale(0); 
    transform: scale(0); 
}
.our-spakers-container ul li:hover .speakerssec-textbox { 
    -webkit-transform: scale(1); 
    transform: scale(1); 
}
.our-spakers-container ul li .speakerssec-text { 
    padding:110px 13px; 
    text-align:center; 
    vertical-align:middle; 
    width:100%; 
}
.our-spakers-container ul li .speakerssec-text ul { 
    list-style-type:none; 
    margin:0; 
    text-align:center; 
    padding:0; 
}
.our-spakers-container ul li .speakerssec-text ul li { 
    display:inline; 
    float:inherit; 
    margin:0 9px 0 0; 
    padding:0; 
    text-align:left; 
    width:inherit; 
}
.our-spakers-container ul li .speakerssec-text ul li img { 
    height:inherit; 
    width:inherit; 
}
.our-spakers-container ul li .speakerssec-textbox { 
    -webkit-transition: all 0.7s ease; 
    transition: all 0.7s ease; 
}
.our-spakers-container ul li .speakerssec-text p { 
    color:#fff; 
    font-size:14px; 
    font-style:italic; 
    line-height:24px; 
    margin:0 0 8px 0!important; 
    padding:0; 
    text-align:center; 
    width:100%; 
}
.our-spakers-container ul li .speakerssec-text h2 { 
    color:#fff; 
    font-size:14px; 
    font-weight:bold; 
    margin:0 0 2px 0; 
    padding:0; 
    text-transform:uppercase; 
}
.our-spakers-container .our-speakers-highlighted {
    background-color: #252525;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    height: 283px;
    width: 640px;
}
.our-spakers-container .our-speakers-highlighted .content {
    padding: 66px 53px;
}
.our-spakers-container .our-speakers-highlighted h2 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 18px 0;
    text-transform: uppercase;
}
.our-spakers-container .meet-speakers {
    border: 1px solid #00b158;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    color: #00b158;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}
.our-spakers-container .meet-speakers:hover {
    background-color: #00b158;
    color: #fff;
}
h3 {
    color: #00b158;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}
.inner-container ul li {
    background: url('../images/icons/bullet.png') no-repeat left 5px;
    margin: 0 0 20px 0;
    padding: 0 0 0 40px;
}
.no-padding {
    padding: 0;
}
.ic-left {
    float: left;
    margin: 4px 0;
    padding: 15px 25px 15px 0;
    width: 493px;
}
.ic-right {
    background-color: #fff;
    float: left;
    margin: 4px 0;
    width: calc(100% -  518px);
}
.ic-right .content {
    padding: 66px 40px;
}
h4 {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}
.ic-right h4 {
    margin: 0 0 15px 0;
}
.form-content {
    float: left;
    width: 360px;
}
.form-row {
    margin: 0 0 13px 0;
}
.input-text {
    border: 1px solid #777;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    color: #9b9a9a;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
}
.form-row-col1 {
    float: left;
    width: 49%;
}
.form-row-col2 {
    float: right;
    width: 49%;
}
.submit-btn {
    background: transparent;
    border: 2px solid #15b04b;
    color: #15b04b;
    cursor: pointer;
    padding: 6px 15px;
    text-transform: uppercase;
    transition: all 0.4s ease-in 0s;
}
.submit-btn:hover {
    background-color: #15b04b;
    color: #fff;
}
.select-style {
    border: 1px solid #777;
    width: 175px;
    overflow: hidden;
    background: #fff url('../images/common/selectbox-bg.gif') no-repeat 90% 50%;
}

.select-style select {
    color: #11af48;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    width: 110%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
.download-container {
    background: url('../images/about/bg-downloads.jpg') no-repeat left top;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    float: left;
    margin: 120px 0 0;
    padding: 20px 0;
    width: 100%;
}
.download-img-container {
    text-align: center;
    width: 100%;
}
.download-img-container img {
    margin: 0 0 40px 0;
}
.dwnload-brobtn {
    border: 2px solid #11af48;
    bottom: 0;
    color: #11af48;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 20px;
    text-transform: uppercase;
    transition: all 0.4s ease-in 0s;
}
.dwnload-brobtn:hover, .dwnload-brobtn:focus {
    background-color: #11af48;
    color: #fff;
}
.fancybox-popup {
    display: none;
    font-size: 12px;
    width: 400px;
}
.fancybox-popup h2 {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.fancybox-popup h2 span {
    font-size: 12px;
    text-transform: none;
}
.fancybox-popup p {
    line-height: 18px;
    padding: 0 0 5px;
}
.floatR-img {
    float: right;
    display: inline-block;
    line-height: 0;
    margin: 0 0 20px 20px;
}
.dl-menuwrapper {
    display: none;
}
.imgfloatR {
	display: inline-block;
	float: right;
	margin: 0 0 50px 50px;
}
.book-space-btn {
	height: 186px;
	position: fixed;
	right: 0;
	top: 248px;
	width: 45px;
	z-index: 100;
}

/* Facts & Figures Container */
.fnf-container {
	background-color: #f5f5f5;
	color: #000;
	display: block;
    float: left;
    margin: 120px 0 0 0;
    width: 100%;
}
.fnf-container .wrap {
	background: #fff url('../images/about/bg-content-fnf.gif') repeat-y left top;
	padding: 45px 0;
}
.fnf-container h1 {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 50px 0;
	padding: 0;
	text-transform: uppercase;
}
.fnf-container h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0;
	text-transform: uppercase;
}
.fnf-container p {
	line-height: 20px;
	margin: 0 0 30px;
}
.fnf-container .left {
	float: left;
	width: 517px;
}
.fnf-container .left .content {
	padding: 0 63px 50px 0;
}
.fnf-container .right {
	float: left;
	width: 549px;
}
.fnf-container .right .content {
	padding: 50px 63px;
}
.fnf-container ul li {
	margin: 0 0 12px 0;
}
.fnf-container .overseas-lists {
	width: 100%;
}
.fnf-container .overseas-lists li {
	color: #000;
	margin: 0 !important;
	min-height: inherit !important;
	padding: 0 0 24px 0!important;
	width: 100%;
}
.bys-container {
    background-color: #fff;
    display: none;
	position: fixed;
	right: 0;
	top: 248px;
	width: 245px;
	z-index: 999;
}
.bys-container h2 {
	background-color: #19b258;
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 12px;
	text-align: center;
	text-transform: uppercase;
}
.bys-content {
	border: 1px solid #ccc;
	color: #a2a2a2;
	display: block;
	font-size: 12px;
	padding: 12px 8px 0 8px;
}
.bys-content a {
	color: #a2a2a2;
}
.bys-content p {
	line-height: normal;
	margin: 0 0 15px 0;
	padding: 0;
}
.bys-container .inputuser {
	background: url('../images/common/i-user-sm.gif') no-repeat 7px 7px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #a2a2a2;
	display: block;
	font-size: 10px;
	margin: 0 0 8px 0;
	padding: 5px 24px;
	width: 100%;
}
.bys-container .inputpswrd {
	background: url('../images/common/i-pswd-sm.gif') no-repeat 7px 7px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	color: #a2a2a2;
	display: block;
	font-size: 10px;
	margin: 0 0 8px 0;
	padding: 5px 24px;
	width: 100%;
}
.submit-row {
	border-bottom: 1px solid #eaedf2;
	display: block;
	margin: 0 0 15px 0;
	padding: 4px 0 12px 0;
}
.submit-btn-sm {
	background-color: #00b057;
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px 5px 15px;
	text-align: center;
}
.forget-pswrd {
	float: right;
	padding: 5px 0;
}
.bys-content .bys-social {
	display: block;
	text-align: center;
}
.bys-content .rn-link {
	color: #5c5c5c;
	font-weight: bold;
	text-transform: uppercase;
}
.bys-content .rn-link:hover {
	color: #11af48;
}
.bys-container .toggle-icon {
	height: 35px;
	position: absolute;
	left: -16px;
	top: 45px;
	width: 16px;
	z-index: 999;
}

@media screen and (max-width:767px){
    .wrap {
        width: 90%;
    }
	header {
		min-height: 100px;
	}
	.home-container{
		margin: 100px 0 0 0;
	}
    .header-left, .header-right {
        width: 100%;
    }
    header nav {
        display: none;
    }
    .header-right {
        display: none;
    }
    .home-banner {
        background-size: 100% 100%;
        min-height: inherit;
    }
    .home-banner .wrap {
        margin: 40px auto;
    }
    .home-banner img {
        height: auto;
        max-width: 50%;
    }
    .associates-sec .wrap {
        width: 90%;
    }
    .associates-sec .heading {
        margin: 20px 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .associates-sec .content {
        width: 100%;
    }
    .associates-sec .content ul li {
        margin: 0 0 20px 0;
        text-align: center;
        width: 100%;
    }
    .tabs-container {
        padding: 20px;
		width: 100%;
    }
    .tabs-container ul li {
		display: block;
		float: none;
		margin: 0!important;
        padding: 0 0 20px 0!important;
		text-align: center;
    }
    .awards-container {
        padding: 20px;
    }
    .awards-section {
        padding: 20px;
    }
    #accordion h2 {
        padding: 10px 20px 0 0;
    }
    .winners-content {
        padding: 20px;
    }
    .winners-content .left, .winners-content .right {
        text-align: center;
        width: 100%;
    }
    .winners-content .left .company-logo {
        text-align: center;
        width: 100%;
    }
    .winners-content .left .company-details {
        position: relative;
        margin: 30px 0 20px 0;
        width: 100%;
    }
    .awards-picgallery li {
        float: none;
        padding: 0;
        text-align: center;
        width: 100%;
    }
    .concurevents-lists .img-thumb {
        width: 100%;
    }
    .concurevents-lists .content {
        padding: 15px 0;
        width: 100%;
    }
    .concurevents-lists li {
        text-align: center;
        width: 100%;
    }
    .download-img-container img {
        height: auto;
        max-width: 100%;
    }
    .highlighted-sec {
		font-size: 18px;
        padding: 20px;
    }
    .chairman-msg-container {
        padding: 0 20px;
    }
    ul.embassy-lists li {
        width: 100%;
        margin: 0 0 20px 0!important;
    }
    ul.embassy-lists .heading-row .left {
        width: calc(100% - 40px);
    }
    .highlighted-sec1 {
        padding: 20px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -20px!important;
    }
    #intl-conference .intl-consec {
        min-height: 425px;
    }
	.overseas-lists {
		width: 100%;
	}
    .overseas-lists li {
		left: 50%;
        margin: 0!important;
        min-height: inherit;
        padding: 20px 0!important;
		position: relative;
		text-align: center;
		transform: translateX(-50%);
        width: 100%;
    }
    .event-top-navigation {
        padding: 20px;
    }
    .event-top-navigation ul li {
        margin: 0 30px 0 0!important;
        padding: 0 0 20px 38px!important;
        max-width: 100%;
    }
    .tabs-container2 ul li {
        margin: 0 17px 17px 0 !important;
    }
    .event-details{
        background: none;
        width: 100%;
    }
    .event-details .left, .event-details .right {
        width: 100%;
    }
    .event-details .left section, .event-details .right section {
        margin: 30px 0;
    }
    .event-schedule-container {
        margin: 20px 0;
    }
    .tabs-container1 {
        padding: 20px 10px;
    }
    .tabs-container1 ul li {
        margin: 0 17px 17px 0 !important;
    }
    .conference-gallery li {
        text-align: center;
        width: 100%;
    }
    .our-spakers-container .wrap {
        width: 100%;
    }
    .our-spakers-container ul li {
        width: 100%;
    }
    .our-spakers-container ul li img {
        height: auto;
        width: 100%;
    }
    .our-spakers-container .our-speakers-highlighted {
        height: inherit;
        width: 100%;
    }
    .our-spakers-container .our-speakers-highlighted .content {
        padding: 20px;
    }
    .ic-left, .ic-right {
        width: 100%;
    }
    .ic-left {
        padding: 15px 0 15px 0;
    }
    .ic-right .content {
        padding: 20px;
    }
    .form-content {
        width: 100%;
    }
    .fancybox-popup {
    width: 100%;
    }
    .dl-menuwrapper {
        display: block;
    }
	.floatR-img {
		clear: both;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.floatR-img img {
		height: auto;
		width: 100%;
	}
	.imgfloatR {
		display: block;
		margin: 0 0 20px 0;
		width: 100%;
	}
	.imgfloatR img {
		height: auto;
		max-width: 100%;
	}
	.fnf-container .wrap {
		background: none;
		width: 100%;
	}
	.fnf-container .left, .fnf-container .right {
		width: 100%;
	}
	.fnf-container .left img  {
		height: auto;
		max-width: 100%;
	}
	.fnf-container .left .content {
		padding: 0 5% 5% 5%;
	}
	.fnf-container .right {
		background-color: #fff;
	}
	.fnf-container .right .content {
		padding: 5%;
	}
	.book-space-btn {
		top: 150px;
	}
	.bys-container {
		top: 150px;
	}
}

@media screen and (min-width:768px) and (max-width:1280px){
    .wrap {
        width: 95%;
    }
    .home-banner {
        min-height: inherit;
    }
    .home-banner img {
        height: auto;
        max-width: 45%;
    }
    .associates-sec .wrap {
        width: 95%;
    }
    .tabs-container {
        padding: 20px;
    }
    .tabs-container ul li {
        margin: 0 0 0 0 !important;
        padding: 0 0 0 20px;
    }
    .winners-content {
        padding: 20px;
    }
    .winners-content .left {
        width: 70%;
    }
    .winners-content .left .company-logo {
        width: 50%;
    }
    .winners-content .left .company-details {
        left: 72%;
        width: 50%;
    }
    .concurevents-lists li {
        width: 100%;
    }
    .highlighted-sec {
        padding: 20px;
    }
    .chairman-msg-container {
        padding: 0 20px;
    }
    ul.embassy-lists li {
        width: 30%;
    }
    .highlighted-sec1 {
        padding: 20px;
    }
    #intl-conference .intl-consec {
        min-height: inherit;
    }
    .overseas-lists li {
        margin: 0 20px 20px 0 !important;
        width: 30%;
    }
    .event-top-navigation {
        padding: 20px;
    }
    .event-top-navigation ul li {
        margin: 0 20px 0 0!important;
    }
    .event-details {
        width: 100%;
    }
    .event-details .left, .event-details .right {
        width: 45%;
    }
    .our-spakers-container .wrap {
        width: 95%;
    }
    .ic-left, .ic-right {
        width: 50%;
    }
    .form-content {
        width: 100%;
    }
	.associates-sec .content ul li {
		margin: 0 53px 0 0;
	}
	.fnf-container .wrap {
		background: none;
		padding: 0;
	}
	.fnf-container .left, .fnf-container .right {
		padding: 45px 0;
		width: 50%;
	}
	.fnf-container .right {
		background-color: #fff;
	}
	.fnf-container .left .content {
		padding: 0 6% 5% 0;
	}
	.fnf-container .right .content {
		padding: 0 6% 5% 6%;
	}
}

@media screen and (min-width:768px) and (max-width:1000px){
    .dl-menuwrapper {
        display: block;
    }
    header nav, .header-right {
        display: none;
    }
}

@media screen and (max-width:1024px){
	header {
		min-height: 100px;
	}
	.home-container {
		margin: 100px 0 0 0;
	}
     .dl-menuwrapper {
        display: block;
    }
    header nav, .header-right {
        display: none;
    }
}
