/*
Theme Name: MyTheme
Author: Caremy
Version: 1.5
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
 font-family: "Poppins", sans-serif !important;
 color: #444444;
scroll-behavior: smooth;
}

a {
 color: #003874;
 font-weight:500;
}

a:hover {
 color: #333333;
 text-decoration: none;
}

h1
{
	font-family: 'Roboto Condensed', cursive, arial !important;
}

.text01
{
	color:#742e88;
}

.text02
{
	color:#6663a4;	
}

.text03
{
	color:#215e9e; /*Navy Blue*/
}


.background01
{
	background-color:#742e88
; /*Sky Blue*/
	color:#ffffff;
}

.background02
{
	background-color:#5c2064;	
	color:#ffffff;
	border-left:5px solid #a16ea8;
}

.background03
{
	background-color:#215e9e; /*Navy Blue*/
	color:#ffffff;
	
}



.show-mobile
{
	display:none;
}

img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	
img[usemap], map area,
#Map area
{
   outline: none;
   border:none;
}

.popover{
    width:300px;
    height:auto;    
}

.list-box
{
padding:15px;
border:1px solid #999999;
height:270px;
overflow:auto;
margin:10px 0px;
}

.list-box ol,
.list-box li
{
	margin:0;
	padding:0;
}

.list-box li
{
	padding:5px 10px;
	margin-left:10px;
	font-size:90%;
}
	

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
 position: fixed;
 display: none;
 right: 15px;
 bottom:110px;
 z-index: 99999;
}

.back-to-top i {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 24px;
 width: 40px;
 height: 40px;
 border-radius:50%;
 background: #003874;
 color: #fff;
 transition: all 0.4s;
}

.back-to-top i:hover {
 background: #666666;
 color: #fff;
}



/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
 background:#ffffff;
 transition: all 0.5s;
 z-index: 997;
 padding:10px 0;
 padding-bottom:0;
 box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
 font-size: 28px;
 margin: 0;
 padding: 0;
 line-height: 1;
 font-weight: 700;
 letter-spacing: 1px;
 text-transform: uppercase;
}

#header .logo a {
 color: #f078ac;
}

#header .logo img {
 max-height:70px;
 width:auto;
 padding-top:5px;
 padding-bottom:10px;
}

.nav-pills > li a.nav-link.but01
{
	background-color: #021943;
	font-weight:bold;
	color:#ffffff;
	border:1px solid #ffffff;
}

.nav-pills > li a.nav-link.but02
{
	background-color: #f9b232;
	font-weight:bold;
	color:#ffffff;
}

.nav-pills > li a.nav-link.but03
{
	background-color: #66c7f0;
	font-weight:bold;
	color:#ffffff;
}

.nav-pills > li a.nav-link.but04
{
	background-color: #add037;
	font-weight:bold;
	color:#ffffff;
}

.nav-pills > li a.nav-link.but01.active,
.nav-pills > li a.nav-link.but01.active:focus 
{
background-color: #3169b1;
}

.nav-pills > li a.nav-link.but02.active,
.nav-pills > li a.nav-link.but02.active:focus 
{
background-color: #aa7b1e;
}

.nav-pills > li a.nav-link.but03.active,
.nav-pills > li a.nav-link.but03.active:focus 
{
background-color: #2b6277;
}

.nav-pills > li a.nav-link.but04.active,
.nav-pills > li a.nav-link.but04.active:focus 
{
background-color: #69851e;
}

.nav-pills > li a.nav-link.but01.active:hover 
{
background-color: #054f7d;
}

.nav-pills > li a.nav-link.but02.active:hover 
{
background-color: #aa7b1e;
}

.nav-pills > li a.nav-link.but03.active:hover 
{
background-color: #2b6277;
}

.nav-pills > li a.nav-link.but04.active:hover 
{
background-color: #69851e;
}

/*--------------------------------------------------------------
# Register Now Button
--------------------------------------------------------------*/

.get-started-btn {
 margin-left: 22px;
 background: #a9164c;
 color: #fff;
 border-radius: 50px;
 padding: 8px 25px;
 white-space: nowrap;
 transition: 0.3s;
 display: inline-block;
}

.get-started-btn:hover {
 background: #48001a;
 color: #fff;
}

.btn-register
{
 margin-left: 22px;
 background: #021943;
 color: #fff;
 border-radius: 50px;
 padding:15px 45px;
 white-space: nowrap;
 transition: 0.3s;
 display: inline-block;
}

.btn-register:hover
{
 background: #3169b3;
 color: #fff;
}

.get-started-btn2 {
 margin-left: 22px;
 background: #a9164c;
 color: #fff;
 border-radius: 50px;
 padding: 8px 25px;
 white-space: nowrap;
 transition: 0.3s;
 display: inline-block;
}

.get-started-btn2:hover 
{
 background: #48001a;
 color: #fff;
}

.btn-program
{
 margin-left: 22px;
 background: #a9164c;
 color: #fff;
 border-radius: 50px;
 padding:15px 85px;
 white-space: nowrap;
 transition: 0.3s;
 display: inline-block;
}

.btn-program:hover
{
 background: #6f0029;
 color: #fff;
}


.btn-primary {
 color: #fff;
 background-color: #003874 !important;
 border-color: #003874 !important;

 
}

.btn-primary:hover {
 color: #fff;
 background-color: #008cd0 !important;
 border-color: #008cd0 !important;
}

.btn-primary:focus, .btn-primary.focus {
 color: #fff;
 background-color: #008cd0 !important;
 border-color: #008cd0 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
 color: #fff;
 background-color: #008cd0 !important;
 border-color:#008cd0 !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
 color: #fff;
 background-color: #008cd0 !important;
 border-color: #008cd0 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
 box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}




.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #999999;
 opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #999999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #999999;
}

/*--------------------------------------------------------------
# Home Banner Section
--------------------------------------------------------------*/
#home-banner
{
background:url(../images/UMMC_banner3.png) no-repeat center;
background-size:cover;
/*background-attachment:fixed;*/
padding-bottom:50px;
margin:0;
margin-top:50px;
text-align:center;
position:relative;
}



.text-primary
{
	color:white !important;
}
.text-success
{
	color:#add037 !important;
}

.embed-responsive
{
	-webkit-box-shadow: 3px 3px 5px 5px rgba(0,0,0,0.5);
-moz-box-shadow:3px 3px 5px 5px rgba(0,0,0,0.5);
box-shadow:3px 3px 5px 5px rgba(0,0,0,0.5);
}

.btn-01
{
	background-color:#f078ac !important;
}

.btn-02
{
	background-color:#f9b232 !important;
}


.btn-03
{
	background-color:#66c7f0 !important;
}

.btn-04
{
	background-color:#add037 !important;
}

.btn-01:hover
{
	background-color:#924569 !important;
}

.btn-02:hover
{
	background-color:#aa7b1e !important;
}


.btn-03:hover
{
	background-color:#2b6277 !important;
}


.btn-04:hover
{
	background-color:#69851e !important;
}



.delegate-bg {
	background: #123548 url(../images/program-bg2.png) no-repeat center center;
	background-size: cover;
}

.delegate-area-banner
{
	margin-top:88px;
}

.delegate-area .button-list .btn
{
	height:210px;
}

.delegate-nav
{
	width:100%;
	z-index:999;
	color:#ffffff;
	margin-top:10px;
}

.bg-primary.delegate-nav
{
	background-color:#008cd0 !important;
}

.delegate-nav a
{
	color:#ffffff;
}

.delegate-nav .navbar-toggler
{
width: 35px;
height:35px;
background-color: #ffffff;
-webkit-border-radius:50%;
-moz-border-radius:50%;
border-radius:50%;
color:#111;
border:0;
}

.delegate-nav .navbar-toggler:focus,
.delegate-nav .navbar-toggler:active
{
	border:0;
	 outline: none;
    box-shadow: none;
}

.delegate-nav .navbar-toggler .navbar-toggler-icon
{
	margin-left:-17px;
	margin-top:-2px;
	font-size:150%;
	color:#008cd0;
}

.container.delegate-area
{
	padding-top:180px;
	padding-bottom:50px;
}

.event-logo
{
	text-align:left;	
}


.event-logo img
{
	max-width:400px;
	height:auto;

}

#home-banner .text-desc
{
	position:absolute;
	bottom:50px;
	right:50px;
}

#home-banner .text-desc img
{
	width:150px;
	height:auto;

}

#home-banner h1
{
 margin: 0;
 font-size:270%;
 font-weight:700;
 line-height:115%;
 color: #f078ac;
 text-transform: uppercase;
}

#banner-inside
{
background:#f5f9fc;
}

#banner-inside .container 
{
 padding-top:80px;
 text-align:center;
}


#banner-inside .banner-inside-logo
{
	text-align:left;
}

#banner-inside .banner-inside-text
{
	font-family: "Poppins", sans-serif !important;
	text-align:right;
}

#banner-inside .banner-inside-text h2
{
	font-weight:800;
	padding-top:30px;
	color:#3169b1;
}

#banner-inside .banner-inside-text h4
{
	font-weight:600;
	font-size:125%;
	color:#021943;
}

#banner-inside img
{
	max-width:200px;	
	padding:15px 0px;
	height:auto;
}


#home-banner h2 {
 font-size:200%;
 line-height:115%;
 font-weight:600;
}



#home-banner .btn-get-started {
 font-weight: 500;
 font-size:135%;
 display: inline-block;
 padding:10px 30px;
 border-radius: 5px;
 transition: 0.5s;
 margin-top: 10px;
 color: #fff;
 background: #003874;
 font-weight:700;
 text-transform: uppercase;
 letter-spacing:-1px;
}

#home-banner .btn-get-started:hover {
 background: #66c7f0;
}

@media (max-width: 991px) {
 #home-banner,#banner-inside {
   text-align: center;
 }

 #home-banner .banner-img img {
   width: 50%;
 }

#home-banner
{
background-size:cover;
padding-top:60px;
background-position:center center;
}

}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
 padding: 60px 0;
}

.section-bg {
 background-color: #f5f5f5;
}

.section-title {
 text-align: center;
 padding-bottom: 30px;
}

.section-title h1 {
 font-size:280%;
 font-weight:600;
 margin-bottom:30px;
 padding-bottom: 0;
 padding-top:20px;
 color: #003874;
}

.section-title h2 {
 font-size:260%;
 font-weight: bold;
 margin-bottom: 20px;
 padding-bottom: 0;
 color: #003874;
}

.section-title p {
 margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about {
	background-color: #027578!important;
	background-size: cover;
	color: #ffffff;
}

.about h2
{
	font-size:280%;
	padding-top:0;
}


.about .play-btn
{
border:3px solid #ffffff;
padding:10px 20px;
color:#ffffff;-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
margin-top:10px;
font-weight:600;
}

.about .play-btn:hover
{
border:3px solid #002f30;
padding:10px 20px;
background-color:#002f30;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
margin-top:10px;
}

@media (max-width: 1280px) {
.about
{
	background:#027578;
	background-size:cover;
	color:#ffffff;
	text-align:center;
	padding-bottom:0;
}

.event-logo
{
	text-align:center;	
}

.event-logo img
{
	max-width:400px;
	height:auto;

}

}


/*--------------------------------------------------------------
# Counsel
--------------------------------------------------------------*/
.counsel
{
	background:#027578 url(../images/consultancy.jpg) no-repeat top left;
	background-size:cover;
	color:#003874;
}

.counsel h5
{
	line-height:135%;
}

.counsel .play-btn
{
border:3px solid #003874;
padding:10px 20px;
background-color:#003874;
color:#ffffff;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
margin-top:10px;
font-weight:600;
}

.counsel .play-btn:hover
{
border:3px solid #666666;
padding:10px 20px;
background-color:#666666;
-webkit-border-radius:30px;
-moz-border-radius:30px;
border-radius:30px;
margin-top:10px;
}

@media (max-width: 990px) {
.counsel
{
	background:#ffffff url(../images/page2.jpg) no-repeat top right;
	background-size:cover;
	text-align:center;
	padding-bottom:0;
}

.container.delegate-area
{
	padding-top:150px;
}

#home-banner .text-desc img
{
	width:130px;
	height:auto;
}


#home-banner .text-desc
{
bottom:200px;
right:10px;
}

}

/*--------------------------------------------------------------
# Program
--------------------------------------------------------------*/
.program {
 background:#470859 url("../images/program-bg2.png") center center no-repeat;
 background-size: cover;
 position: relative;
 background-attachment:fixed;
}

.program-container
{
	padding-top:30px;	
}

.program h2
{
font-size:260%;
}

.program-box h3
{
	background:#111111;
	width:75px;
	height:75px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	padding:15px;
	padding-top:12px;
	font-size:125%;
	line-height:100%;
	text-align:center;
	position:absolute;
	top:-30px;
	left:0px;
	right:0px;
	margin:auto;
	font-family: 'Roboto Condensed', cursive, arial !important;
	text-transform:uppercase;
	border:4px solid #ffffff;
	
}

.program-box h3 strong
{
	display:block;
	font-size:125%;
	padding-top:3px;
}

.program-box h3.round01
{
	background-color:#3169b3;
}

.program-box h3.round02
{
	background-color:#064e7e;
}

.program-box h3.round03
{
	background-color:#021943;
}

.program-box h3.round04
{
	background-color:#69851e;
}


.program-box h5
{
	text-align:right;
}

.program-box h4
{
	text-align:center;
	padding:60px 30px;
	font-size:135%;
}

.program-box
{
	display:block;
	color:#ffffff;
	padding:15px;
	position:relative;
	margin-bottom:50px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.program-box.box01 
{
background-color:#3169b3;
}

.program-box.box02 
{
background:#064e7e;
}

.program-box.box03 
{
background:#021943;
}


.program-box.box04 
{
background:#add037;
}


.counts .title h3 {
 font-size: 36px;
 font-weight: 700;
}



@media (min-width: 1200px) {
 .counts {
   background-attachment: fixed;
 }
}

.table-program
{
	border-top:1px solid #742e88;	
	border-bottom:1px solid #742e88;	
}



.table-program thead
{
	background:url(../images/captionbg2.png);
}

.table-program td
{
	padding:10px 8px;
	border-bottom:1px solid #924aa6;
}

.table-program tr.bordered td
{
	border-bottom:1px solid #989ba2;
}

.table-program td:nth-child(odd)
{
	background:#241a52;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/

label.error {
	text-align: left;
	width: auto;
	padding:3px 0 0 25px;
	clear: none;
	display: block;
	color: #b92a45;
	font-size:85%;
	font-weight: normal;
	border: none;
	background: url(../images/required.png) no-repeat left center;
	background-position:3px 5px;
}


.other-input
{
	display: none; 
	margin-top:5px;
}

.other-input-block
{
	display: block; 
	margin-top:5px;
}

.regular-checkbox {
	display: none;
}
.regular-checkbox + label {
	background-color: #ffffff;
	border: 2px solid #008fcb;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	color: #008fcb;
}
.regular-checkbox:checked + label {
	background-color: #ffffff;
	border: 2px solid #008fcb;
}
.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 130%;
	position: absolute;
	top: -4px;
	left: 2px;
	color: #008fcb;
}
.regular-radio {
	display: none;
}
.regular-radio + label {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 2px solid #008fcb;
	padding: 10px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.regular-radio:checked + label:after {
	content: '';
	width: 14px;
	height: 14px;
	border-radius: 50px;
	position: absolute;
	top:3px;
	background-color: #008fcb;
	left:3px;
}
.regular-radio + label:active, .regular-radio:checked + label:active {
	background-color: #008fcb;
}
form-table {
	display: table;
}
.form-element, .form-text {
	display: table-cell;
}
.form-element {
	width: 32px;
}
.form-text {
	vertical-align: middle;
	padding-bottom: 5px;
}
.form-style h2 {
	margin-bottom: 0px;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}
.form-style h4 {
	padding: 10px 0px;
	padding-top:5px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 20px;
	color: #fc6a03;
}
.form-style [class*=row] {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
/*--------------------------------------------------------------
# Sponsors
--------------------------------------------------------------*/
.sponsors .sponsors-wrap {
 border-top: 1px solid #eee;
 border-left: 1px solid #eee;
}

.sponsors .sponsor-logo {
 padding: 30px;
 display: flex;
 justify-content: center;
 align-items: center;
 border-right: 1px solid #eee;
 border-bottom: 1px solid #eee;
 overflow: hidden;
 background: #fff;
 height: 120px;
}

.sponsors .sponsor-logo img {
 height: 50%;
}

.sponsors .sponsor-logo:hover img {

   -webkit-filter: grayscale(100%);
 filter: grayscale(100%);
 transition: 0.3s;
}

.sponsors img {
 transition: all 0.4s ease-in-out;
}


/*--------------------------------------------------------------
# Speaker
--------------------------------------------------------------*/
.speaker .member {
 margin-bottom: 20px;
 overflow: hidden;
 border-radius: 5px;
 background: #fff;
 box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.speaker .member .speaker-img {
 position: relative;
 overflow: hidden;
}

.speaker .member .social {
 position: absolute;
 left: 0;
 bottom: 30px;
 right: 0;
 opacity: 0;
 transition: ease-in-out 0.3s;
 text-align: center;
}

.speaker .member .social a {
 transition: color 0.3s;
 color: #f078ac;
 margin: 0 3px;
 padding-top: 7px;
 border-radius: 50px;
 width: 36px;
 height: 36px;
 background: rgba(73, 181, 231, 0.8);
 display: inline-block;
 transition: ease-in-out 0.3s;
 color: #fff;
}

.speaker .member .social a:hover {
 background: #76c7ed;
}

.speaker .member .social i {
 font-size: 18px;
}

.speaker .member .member-info {
 padding: 25px 15px;
}

.speaker .member .member-info h4 {
 font-weight: 700;
 margin-bottom: 5px;
 font-size: 18px;
 color: #f078ac;
}

.speaker .member .member-info span {
 display: block;
 font-size:90%;
 font-weight: 400;
 color: #666666;
 line-height:135%;

}

.speaker .member .member-info span strong
{
	font-size:100%;
	padding-bottom:0px; 
}



.speaker .member:hover .social {
 opacity: 1;
 bottom: 15px;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info {
 width: 100%;
 background: #fff;
}

.contact .info i {
 font-size: 20px;
 color: #49b5e7;
 float: left;
 width: 44px;
 height: 44px;
 background: #ebf7fc;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50px;
 transition: all 0.3s ease-in-out;
}



.contact p {
 font-size:95%;
 padding:15px 0px;
}

.contact .info .email, .contact .info .phone {
 margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
 background: #49b5e7;
 color: #fff;
}



@-webkit-keyframes animate-loading {
 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(360deg);
 }
}

@keyframes animate-loading {
 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(360deg);
 }
}

/*--------------------------------------------------------------
		# Exhibition
--------------------------------------------------------------*/
.files-folder
{
	min-height:100px;
	padding:20px;
	background:#eeeeee;
	border:1px solid #dddddd;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.files-folder h4
{
	font-family:Poppins,arial !important;
	font-size:125%;
}

.exhibitor-title
{
	padding:15px;
	text-align:center;
	background:#742e88
;
	color:#ffffff;
	margin-bottom:20px;
	font-family:Poppins,arial !important;
}

.exhibitor-title span.title-big
{
	font-size:200%;
}

.exhibitor-title .button
{
	display:block;
	padding:10px 0px;
}

.exhibitor-area,
.exhibitor-title h2,
.exhibitor-area h1,
.exhibitor-area h2,
.exhibitor-area h3,
.exhibitor-area h4,
.exhibitor-area h5,
.exhibitor-area h6
{
	font-family:Poppins,arial !important;
	word-wrap:break-word;
}

.exhibitor-info img
{
	height:150px;
	padding:10px;
}

table.exhibitor-info
{
	border-top:1px solid #dddddd;
	
}

.exhibitor-info td
{
	border-bottom:1px solid #dddddd;
	padding-top:10px;
	padding-bottom:10px;
	
}

.exhibitor-side-info img
{
	height:125px;
	width:auto;
}

.exhibitor-side-info h4
{
	font-weight:400px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
 background: #fff;
 padding:15px 0 10px 0;
 color: #444444;
 font-size:85%;
 background: #f5f5f5;
}

#footer ul, #footer li
{
list-style:none;
padding:0;
margin:0;
font-weight:bold;
}

#footer a,
#footer a:visited 
{
 color: #003874;
}

#footer a:hover
{
 color: #008cd0;
}


.cookies1 { 
background-color:#a9164c; 
padding:10px; 
color:#fff;
bottom:0px;position:fixed;
width:100%;
text-align:center;
z-index:999;
-webkit-box-shadow: 5px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 1px 5px 0px rgba(0,0,0,0.75);
box-shadow: 5px 1px 5px 0px rgba(0,0,0,0.75);
}

.cookies1 a, .cookies1 a:hover 
{ color:#000; font-weight:600;
text-decoration:none;
}

.cookies1 .accept,
.cookies1 .accept:hover{
background:#a9164c;
margin-left:10px;
border-color:#ffffff;
color:#ffffff;

}

/* ===========================
  RELATED AGENCIES & SOCIAL
============================ */

.related-agencies {
	text-align: center;
	padding:0px 10px;
}
.related-agencies h4 {
	font-weight: 500;
	font-size: 115%;
	padding-top: 20px;
	color:#454545;
}
.related-agencies h4.morespace 
{
	padding:15px 0px;
}
.related-agencies ul, .related-agencies li 
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.related-agencies ul 
{
	text-align: center;
}

.related-agencies li {
	display: inline-block;
	padding: 0px 10px;
}

.related-agencies ul li img 
{
	height:115px;
	width:auto;
	margin-bottom:10px;
}

.related-agencies ul li img.morespace 
{
	padding-left: 10px;
	padding-right: 10px;
}

.cookie-banner {
  position: fixed;
  bottom: 40px;
  left: 10%;
  right: 10%;
  width: 80%;
  padding: 5px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  border-radius: 5px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
}




@media (max-width: 768px)
 {
	.modal-dialog {
	min-height: calc(100vh - 20px);
	}
	

	.delegate-nav .nav-link
	{
		padding-left:30px;
		
	}
	
	section .container
	{
	padding-left:30px;
	padding-right:30px;
	}
	
	#footer li
	{
	display:inline;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #cccccc;
	}
	
	#footer li:nth-last-child(1)
	{
	border-right:0px solid #cccccc;
	}
	

	
	#home-banner h1 {
	font-size:165%;
	}
	#home-banner h2 {
	font-size:185%;
	}
	

	
	.section-title h1 {
	font-size:220%;
	font-weight:700;
	}
	
	.form-element {
	margin-top: 0px;
	}
	.regular-radio + label {
	margin-top: 3px;
	}
	.regular-checkbox + label {
	margin-top: 0px;
	}
	
	
	
	
	#banner-inside .container 
	{
	padding-top:70px;
	}
	
	#header .logo img 
	{
	max-height:100px;
	}
	
	.show-mobile
	{
	display:block;
	}
	
	
	.get-started-btn {
	margin: 0 10px 0 0;
	padding: 6px 18px;
	}
	
		.get-started-btn2 {
	margin: 0 40px 0 0;
	padding: 6px 18px;
	}
	
	
	.exhibitor-info td .btn,
	.exhibitor-info .btn
	{
	display:block;
	margin:10px 0px;
	}
	
#home-banner .text-desc img
{
	width:100px;
	height:auto;
}


}

@media (max-width: 575px) {

.contact h4 
{
font-size:100%;
}

.related-agencies h4 
{
padding-top: 20px;
font-size: 100%;
}

.related-agencies ul li img 
{
	width:auto;
	height:85px;
	margin-bottom: 10px;
}


#header .logo img 
{
 max-height:80px;
}


#banner-inside .container 
{
padding-top:60px;
}

#banner-inside img
{
	max-width:125px;	
	padding:15px 0px;
	height:auto;
}

#banner-inside .banner-inside-text h2
{
	margin-bottom:0;
	padding-bottom:0;
}


#banner-inside .banner-inside-text h4
{
	font-weight:600;
	font-size:90%;
	color:#021943;
	margin-top:0;
	padding-top:5px;
}


#banner-inside h2
{
 font-size:125%;
}

.exhibitor-info img
{
	height:120px;
	padding:10px;
}


.exhibitor-info img
{
	height:100px;
	padding:10px;
}

.exhibitor-info td h5
{
font-size:110%;
}



.exhibitor-info td .btn
{
font-size:100%;
display:block;
}


.side-button
{
	padding:5px;
	font-size:75%;
	
}

#home-banner .text-desc
{
bottom:230px;
right:10px;
}

}


@media (max-width: 480px) {
	
.side-button
{
	padding:5px;
	font-size:50%;
	
}

}