@charset "utf-8";
/* CSS Document */
.jumbotron{margin:0;padding:0;}
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;}
html 
{
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}
body
{
	
	background:#fff;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Exo-SemiBold', sans-serif;
	line-height:1.5em;
}
label
{
	font-family: 'Exo-SemiBold', sans-serif;
}
input,select
{
	font-family: 'Karla',sans-serif;
}
button
{
	font-family: 'SemiBold', sans-serif;
}
td
{
	font-family: 'Karla',sans-serif;
}
th
{
	font-family: 'Karla', sans-serif;
}
p,li
{
	font-family: 'Karla',sans-serif;
	line-height:1.5em;
}
a
{
	font-family: 'Karla',sans-serif;
}
span
{
	font-family: 'Karla',sans-serif;
}
a,button
{
	transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
}
.clearfix
{
	padding:10px 0;
}
.nopadding
{
	padding:0;
}
.desktop_mode
{
	display:block;
}
.ddsmoothmenu ul li.mobile_mode
{
	display:none;
}

@media only screen and (max-width: 768px)
{
    .desktop_mode
    {
    	display:none;
    }
    .ddsmoothmenu ul li.mobile_mode
    {
    	display:inherit;
    } 
}

.cbp-af-header-shrink
{
  background:#fff;
  padding:0 30px;
  height:100px;
  position:fixed;
  top:0;
  width:100%;
  z-index:9999;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

@keyframes fadeInDown 
{
   0% 
   {
      opacity:0;
      transform: translateY(-10px);
   }
   100% 
   {
      opacity:1;
      transform: translateY(0);
   }
} 
.header_section
{
	border-top:5px solid #f08c00;
	background:#ffffff;
	padding:0 30px;
	height:100px;
	transition: all 0.35s ease-in-out;
}
.header_section .logo
{	
	margin-top:21px;
	width:150px;
	height:60px;
	transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 768px)
{
    .header_section
    {
        height:50px;
        padding:0 10px;
    }
    .cbp-af-header-shrink
    {
        height:50px;
         z-index:1010;
    }
}


.header_section .logo img
{
	width:150px;
	height:60px;
	transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 768px)
{   
    .header_section .logo
    {	
    	margin-top:7px;
    	width:70px;
    	height:auto;
    	transition: all 0.35s ease-in-out;
    }
    .header_section .logo img
    {
       width:70px;
        height:auto;
    }
}
.header_section .header_menu
{
	float:right;
	margin-top:18px;
	transition: all 0.35s ease-in-out;
}
@media only screen and (max-width: 768px)
{
    .header_section .header_menu
    {
        display:none;
    }
}
.header_section .header_menu ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.header_section .header_menu ul li
{
	display:inline-block;
	margin-right:5px;
}
.header_section .header_menu ul li:after
{
	padding-left:10px;
	content:"/";
	color:#666666;
	font-size:13px;
}
.header_section .header_menu ul li:last-child
{
	margin-right:0;
}
.header_section .header_menu ul li:last-child:after
{
	content:"";
	padding-left:0;
}
.header_section .header_menu ul li a
{
	font-size:13px;
	font-weight:600;
	color:#666666;
	text-transform:uppercase;
	font-family: 'Karla', sans-serif;
}
.header_section .menu
{
	float:right;
	padding-top:10px;	
	transition: all 0.35s ease-in-out;
}

.cbp-af-header-shrink .logo
{
	transition: all 0.35s ease-in-out;
}
.cbp-af-header-shrink .header_menu
{
	transition: all 0.35s ease-in-out;
}
.cbp-af-header-shrink .menu
{
	transition: all 0.35s ease-in-out;
}



/* Slider Section */
.slider_section
{
	background:#eee;
	width:100%;
	
}
.slider_section  #infinite-slider2
{
	height:600px;
}
.slider_section #infinite-slider2 div
{
	height:600px;
}
.slider_section .FirstSlider
{
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
@media only screen and (max-width: 768px)
{
    .slider_section  #infinite-slider2
    {
        height:300px;
    }
    .slider_section #infinite-slider2 div
    {
        height:300px;
    }
}


/* Home About Section */
.home_about_section
{
	padding:50px 0;
	background: #f9f9f9;
}
.home_about_bg
{
	
}
.home_about_section h1
{
	margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 25px;
    color: #093d77;
    text-transform: uppercase;
    position: relative;
    font-family: EnsoBold-Alag;
}
.home_about_section h1::after 
{
    position: absolute;
    left: 0;
    bottom:0px;
    height: 3px;
    content: "";
    width: 100px;
    background-color: #ec8e06; 
}
.home_about_sections h1 span
{
	font-size:25px;
	text-transform:uppercase;
	border-bottom:3px solid #ec8e06;
	position:relative;
	font-family: EnsoBold-Alag;
}
.home_about_sections h1 span:after
{
	position: absolute;
    background: #093d77;
    height:3px;
    content: '';
    width: 50%;
    bottom: -3px;
    left: 0;
}
.home_about_section p
{
	font-size:15px;
	color:#666;
	line-height:30px;
	font-weight:500;
	text-align:justify;
	font-family: Exo-Regular;
}
@media only screen and (max-width: 768px)
{
    .home_about_section
    {
        padding:10px 0;
    }
    .home_about_section p
    {
        font-size:13px;
    }
    .home_about_section h1
    {
        font-size:20px;
        margin-bottom:20px;
    }
}


/* Our Partner */
.our-partner-container
{
	margin-top:50px;
}
.img-top-margin
{
	margin-top:30px;
}
.our-partner-container .our-partner 
{
	text-align:center;
	margin-bottom: 20px;
	background: #fff;
	border:1px solid #ccc;
	box-shadow:rgba(0,0,0,0.2) 0 0 11px;
	border-radius: 10px;
}
.our-partner-container .our-partner .img-height
{
	height: 135px;
	
}
.our-partner-container .our-partner .img-height img
{
    width:100%;
    height:100%;
    object-fit: scale-down;
}
.our-partner .img-height .flex-image img
{
    width: 48%;
    object-fit: scale-down;
}
.our-partner-container .our-partner h2
{
	font-size:12px;
	color:#093d77;
	font-weight:700;
	height: 50px;
	line-height: 50px;
	text-transform:uppercase;
}
.our-partner-container .our-partner img
{
	max-width: 80%;
    max-height: 80%;
    display: block;
    margin: auto auto;
}
@media only screen and (max-width: 768px)
{   
    .our-partner-container .our-partner .img-height
    {
        height:80px;
    }
    .our-partner-container .our-partner img
    {
    	max-width: 50%;
        max-height: 50%;
        display: block;
        margin: auto auto;
    }
    .our-partner-container .our-partner 
    {
        box-shadow:none;
    }
    .our-partner-container .our-partner h2
    {
        font-size:10px;
    }
}



/* Indexing Logo */
.home_indexing_container
{
    padding:30px 0;
    background: #f9f9f9;
    border-bottom:1px solid #eee;
}
.home_indexing_container h1
{   
    padding-top:33px;
	color:#093d77;
	text-align:left;
	font-size:20px;
}
.home_indexing_container img
{   
   	width:100%;
	background:#fff;
	padding:10px;
	border-radius:10px;
	border: 1px solid #ccc;
}

@media only screen and (max-width: 768px)
{
    .home_indexing_container
    {
        padding:10px 0;
    }
    .home_indexing_container h1
    {
        padding-bottom:20px;
        padding-top:10px;
    }
    .home_indexing_container img
    {
        margin-bottom:30px;
    }
    
}


/* Home Invitees Section */
.home_invitees_section
{	
	background:#fff;
	padding:50px 0;
}
@media only screen and (max-width: 768px)
{
   .home_invitees_section
   {
       padding:10px 0;
   }
}
.home_invitees_section h1
{
	margin-bottom:40px;
	padding-bottom:10px;
	font-size:25px;
	color:#093d77;
	text-transform:uppercase;
	position:relative;
	font-family: EnsoBold-Alag;
}
@media only screen and (max-width: 768px)
{
    .home_invitees_section h1
    {
        font-size:20px;
        margin-bottom:20px;
    }
}
.home_invitees_section h1::after 
{
    position: absolute;
    left: 0;
    bottom:0px;
    height: 3px;
    content: "";
    width: 70px;
    background-color: #ec8e06; 
}
.home_invitees_sections h1
{
	margin-bottom:50px;
	color:#093d77;
}
.home_invitees_sections h1 span
{
    font-size:25px;
	text-transform:uppercase;
	border-bottom:3px solid #ec8e06;
	position:relative;
	font-family: EnsoBold-Alag;
}
.home_invitees_sections h1 span:after
{
	position: absolute;
    background: #093d77;
    height:3px;
    content: '';
    width: 50%;
    bottom: -3px;
    left: 0;
}
.invitees_container
{
	background: transparent;
	
}
.column_adjustment  
{

}
.column_adjustment .col-lg-2 
{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media only screen and (max-width: 768px)
{
   .column_adjustment .col-lg-2 
    {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    } 
}
.invitees_bottom_margin
{
	margin-bottom:30px;
}
.col-lg-2:nth-last-child(-n+6) .invitees_bottom_margin
{
	margin-bottom:0;
}
.invitees_container .invitees_image
{
	overflow: hidden;
	padding:10px;
	
}
.invitees_container .invitees_image img
{
	transition: opacity .4s,transform .6s;
    transform: scale(1.1);
    display: block;
    width: 100%;
    height: auto;
    object-fit:cover;
    object-position:top;
    border-radius:10px;
}
.invitees_container .invitees_content
{
	padding-top:15px;
	background: transparent;
}
@media only screen and (max-width: 768px)
{
    .invitees_container .invitees_content
    {
        padding-bottom:20px;
    }
}
.invitees_container .invitees_content h2
{
	color: #093d77;
	font-size: 15px;
	font-family: Exo-Bold;
	padding-bottom:10px;
}
@media only screen and (max-width: 768px)
{
  .invitees_container .invitees_content h2
  {
      font-size:13px;
      padding-bottom:5px;
  }
}
.invitees_container .invitees_content p
{
	font-size:14px;
	font-weight: 500;
	color: #000;
	word-break:all;
}
@media only screen and (max-width: 768px)
{
  .invitees_container .invitees_content p
  {
      font-size:12px;
  }
}

/* associates & sponsors of past editions */
.home_past_edition_section
{
	padding:50px 0;
	background:#f9f9f9;
}
@media only screen and (max-width: 768px)
{
  .home_past_edition_section
  {
      padding:10px 0;
  }
}
.home_past_edition_section h1
{
	margin-bottom:40px;
	padding-bottom:10px;
	font-size:25px;
	color:#093d77;
	text-transform:uppercase;
	position:relative;
	font-family: EnsoBold-Alag;
}
@media only screen and (max-width: 768px)
{
    .home_past_edition_section h1
    {
        margin-bottom:20px;
        font-size:20px;
    }
}
.home_past_edition_section h1::after 
{
    position: absolute;
    left: 0;
    bottom:0px;
    height: 3px;
    content: "";
    width: 100px;
    background-color: #ec8e06; 
}
.home_past_edition_sections h1
{
	margin-bottom:50px;
	color:#093d77;
}
.home_past_edition_sections h1 span
{
	font-size:25px;
	text-transform:uppercase;
	border-bottom:3px solid #ec8e06;
	position:relative;
	font-family: EnsoBold-Alag;
}
.home_past_edition_sections h1 span:after
{
	position: absolute;
    background: #093d77;
    height:3px;
    content: '';
    width: 50%;
    bottom: -3px;
    left: 0;
}


.past_edition_container
{
	
}
@media only screen and (max-width: 768px)
{
    .past_edition_container
    {
        margin-bottom:30px;
    }
}
.past_edition_bottom_margin
{
	margin-bottom:30px;
}
.col-lg-2:nth-last-child(-n+6) .past_edition_bottom_margin
{
	margin-bottom:0;
}
.past_edition_container .past_edition_logo
{
	display:inline-flex;
	padding:20px;
	background:#fff;
	margin-bottom:10px;
	border-radius:10px;
	border:2px solid rgba(9,61,119,0.2);
}
.past_edition_container .past_edition_logo img
{
	width:100%;
	height:100%;
}
@media only screen and (max-width: 768px)
{
    .past_edition_container .past_edition_logo
    {
        padding:0;
    }
}
.past_edition_container p
{
	text-align:center;
	font-size:11px;
	color:rgba(9,61,119,0.9);
	font-family: Exo-SemiBold;
}
@media only screen and (max-width: 768px)
{
  .past_edition_container p
  {
      text-align:left;
      font-size:10px;
  }
}
.past_edition_container p b
{
	font-family: Exo-Bold;
}


/* Btn Redirect */
.btn-redirect
{
	float:right;
	margin-top:15px;
}
@media only screen and (max-width: 768px)
{
    .btn-redirect
    {
        float:left;
        margin-top:5px;
        margin-bottom:30px;
        padding-bottom:30px;
    }
}
.btn-redirect a
{
	float:left;
	padding:0px 20px;
	line-height:40px;
	background:#f08c00;
	color:#fff;
	letter-spacing:2px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	position:relative;
	transition: 0.5s;
	border-radius:100px;
	overflow:hidden;
}
.btn-redirect a span
{
	position:relative;
	z-index:1;
}
.btn-redirect a span:after 
{
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    display: inline-block;
    margin-left:0.9em;
    width:0.5em;
}
.btn-redirect a::after 
{
  position: absolute;
  content: "";
  text-align:center;
  width: 100%;
  height:40px;
  top:0;
  left: 0;
  background: #093d77;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.btn-redirect a:hover 
{
  color: #fff;
}
.btn-redirect a:hover::after 
{ 

  transform: scaleX(1);
  transform-origin: left;
}



/* Home Glimpse */
.home_glimpse_container
{
	padding:50px 0;
	background:#fff;
}
@media only screen and (max-width: 768px)
{
    .home_glimpse_container
    {
        padding:10px 0;
    }
}
.home_glimpse_container h1
{
	margin-bottom:40px;
	padding-bottom:10px;
	font-size:25px;
	color:#093d77;
	text-transform:uppercase;
	position:relative;
	font-family: EnsoBold-Alag;
}
@media only screen and (max-width: 768px)
{
    .home_glimpse_container h1
    {
        margin-bottom:20px;
        font-size:20px;
    }
}
.home_glimpse_container h1::after 
{
    position: absolute;
    left: 0;
    bottom:0px;
    height: 3px;
    content: "";
    width: 100px;
    background-color: #ec8e06; 
}
.home_glimpse_container h1 span
{
	font-size:25px;
	text-transform:uppercase;
	border-bottom:3px solid #ec8e06;
	position:relative;
	font-family: EnsoBold-Alag;
}
.home_glimpse_container h1 span:after
{
	position: absolute;
    background: #093d77;
    height:3px;
    content: '';
    width: 50%;
    bottom: -3px;
    left: 0;
}
.glimpse_container
{
	width:100%;
	height:200px;
	padding:20px;
	background:#fff;
	box-shadow:rgba(0,0,0,0.1) 0 17px 50px;
	border-radius:10px;
}
@media only screen and (max-width: 768px)
{
    .glimpse_container
    {
        height:130px;
        padding:10px;
    }
}
.glimpse_bottom_margin
{
	margin-bottom:30px;
}
.col-lg-3:nth-last-child(-n+4) .glimpse_bottom_margin
{
	margin-bottom:0;
}
.glimpse_container img
{
	width:100%;
	height:100%;
	object-fit: scale-down;
	object-position:center;
	border-radius:10px;
}

.glimpse_containers:before
{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:"";
	background:rgba(240,140,0,0.5);
	border-radius:10px 0 0 10px;
}
.glimpse_containers:after
{
	width:50%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	content:"";
	background:rgba(9,61,119,0.5);
	z-index:-1;
	border-radius:0 10px 10px 0;
}

/* Home subscribe */
.home_subscribe_section
{
	padding:50px 0;
	background:#fff url("../images/patterns/subscribe_bg.png") no-repeat bottom center;
	height:500px;
}
.home_subscribe_section p
{
	padding-bottom:10px;
	color:#000;
	font-size:20px;
	font-weight:900;
}
.home_subscribe_section h3
{
	margin:10px 0;
}
.home_subscribe_section h3 span
{
	background:#f08c00;
	padding:10px 20px;
	border-radius:100px;
	font-family: EnsoBold-Alag;
	color:#fff;
	text-transform:uppercase;
}

.home_newsletter_text
{
  padding-bottom:10px;   
}
.home_newsletter_text h2
{
     text-align:left;
     color:#fff;
     font-size:25px;
}
.home_newsletter_text h3
{
    text-align:left;
     color:#fff;
    font-size:20px;
}


.home_newsletter_container
{
	background:#dcf1f6;
	padding:30px 20px;
	border-radius:3px;
	position:relative;
}
.home_newsletter_container .form-group
{
	padding-bottom:5px;
}
.home_newsletter_container .form-group:last-child
{
	padding-bottom:0;
}
.home_newsletter_container .form-group label
{
	text-transform:uppercase;
	font-size:14px;
	color:#093d77;
}
.home_newsletter_container .form-group .form-control
{
	width:100%;
	height:auto;
	padding:10px;
	border-radius:0;
	box-shadow:none;
	outline:none;
	display:inline-block;
}
.home_newsletter_container .form-group .btn_submit
{
	
	padding:0px 20px;
	line-height:40px;
	background:#f08c00;
	color:#fff;
	letter-spacing:2px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	position:relative;
	transition: 0.5s;
	border-radius:100px;
	overflow:hidden;
	border:none;
}
.home_newsletter_container .form-group .btn_submit span
{
	position:relative;
	z-index:1;
}
.home_newsletter_container .form-group .btn_submit span:after 
{
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    display: inline-block;
    margin-left:0.9em;
    width:0.5em;
}
.home_newsletter_container .form-group .btn_submit::after 
{
  position: absolute;
  content: "";
  text-align:center;
  width: 100%;
  height:40px;
  top:0;
  left: 0;
  background: #093d77;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.home_newsletter_container .form-group .btn_submit:hover 
{
  color: #fff;
}
.home_newsletter_container .form-group .btn_submit:hover::after 
{ 

  transform: scaleX(1);
  transform-origin: left;
}

/* Footer Link Section */
.footer_link_section
{
	padding:50px 0;
	background:#fff;
}

/* Footer */
.home_subscribes_section
{
	background:#fff url("../images/slider/2022/slide01.jpg") no-repeat bottom center;
	height:700px;
}
.footer_section
{
	background:#fff;
	
	background-size:cover;
}
.footer_title
{
    padding-top:0px;
}
.footer_section p
{
	text-align:center;
	color:#fff;
	font-size:20px;
	 font-family: Exo-Bold;
}
.footer_section h1
{
	color:#fff;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	font-family: EnsoBold-Alag;
}
@media only screen and (max-width: 768px)
{
    .footer_section p
    {
    	text-align:center;
    	color:#fff;
    	font-size:15px;
    	 font-family: Exo-Bold;
    }
    .footer_section h1
    {
    	color:#fff;
    	font-size:15px;
    	text-align:center;
    	text-transform:uppercase;
    	font-family: EnsoBold-Alag;
    }
}


/* Footer End Section */
.footer_end_section
{
	background:#fff;
	padding:10px 0;
}
.footer_end_section p
{
	text-align:center;
	color:#093d77;
	font-size:13px;
}
.footer_end_section p a
{
	color:#093d77;
	text-decoration:underline;
}

/* Page Benner */
.page_benner_section
{
	padding:50px 0;
	background: #1a3e7a url(../images/patterns/dark_bg.png) no-repeat center center;
}
.page_benner_section h1
{
	color:#fff;
	text-align:left;
	font-size:30px;
	margin-bottom:10px;
}
.page_benner_section h3
{
	color:#fff;
	text-align:left;
	font-size:20px;
}
.page_benner_section p
{
	color:#fff;
}
@media only screen and (max-width: 768px)
{
    .page_benner_section
    {
        padding:20px 0;
    }
    .page_benner_section h1
    {
        font-size:20px;
    }
}



.f_nav
{ 
	z-index:8888; 
	position: -webkit-sticky;
    position: sticky;
    top: 100px; 
	width: 100%;
	transition: all 0.2s;
	background:#1a3e7a;
}

.page_nav_section
{
	height:35px;
	background:#f08c00;
}
@media only screen and (max-width: 768px)
{
   .page_nav_section
   {
       height:auto;
   }
   .f_nav
   {
       top:45px; 
   }
}
.page_nav_section ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.page_nav_section ul li
{
	display:inline-block;
	margin-right:20px;
	line-height:35px;
}
@media only screen and (max-width: 768px)
{
    .page_nav_section ul li
    {
        line-height:20px;
    }
}
.page_nav_section ul li:last-child
{
	margin-right:0;
}
.page_nav_section ul li a
{
	font-size:15px;
	color:#fff;
	text-decoration:none;
}

/* Page Container */
.page_container
{
	padding:90px 0;
}
@media only screen and (max-width: 768px)
{
    .page_container
    {
        padding:50px 0;
    }
}

.page_container:nth-child(odd)
{
    background:#ccc !important;
}
.page_container:nth-child(odd)
{
    background:#fff !important;
}


.page_color_container
{

}
.page_container_bottom_border
{
	border-bottom:5px solid #dcf1f6;
}
.page_container p
{
	font-size:17px;
	line-height:1.8em;
}
@media only screen and (max-width: 768px)
{
   .page_container p
   {
       font-size:15px;
   }
}


.section_title
{
	padding-bottom:20px;
}
.section_title h1
{
	font-size:25px;
	color:#1a3e7a;
}

.section_sub_title
{	
	padding-bottom:10px;
}
.section_sub_title h1
{
	font-size:18px;
	color:#333;
}


.img-shadow
{
	box-shadow:#ddd 0 17px 50px;
}
.page-img-shadow
{
    width: 100%;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid rgba(9,61,119,0.2);
}
@media only screen and (max-width: 768px)
{
    .page-img-shadow
    {
        margin-bottom:30px;
    }
}
.top_bottom_padding_publication_indexing
{
	padding:20px 0;
}

p.class_paper_submission
{
	padding-top:20px;
	font-size:20px;
}
.btn_paper_submission
{
	margin-top:30px;
}
.btn_paper_submission a
{
	float:left;
	padding:0px 20px;
	line-height:40px;
	background:#f08c00;
	color:#fff;
	letter-spacing:2px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	position:relative;
	transition: 0.5s;
	border-radius:100px;
	overflow:hidden;
}
.btn_paper_submission a span
{
	position:relative;
	z-index:1;
}
.btn_paper_submission a span:after 
{
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    display: inline-block;
    margin-left:0.9em;
    width:0.5em;
}
.btn_paper_submission a::after 
{
  position: absolute;
  content: "";
  text-align:center;
  width: 100%;
  height:40px;
  top:0;
  left: 0;
  background: #093d77;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.btn_paper_submission a:hover 
{
  color: #fff;
}
.btn_paper_submission a:hover::after 
{ 

  transform: scaleX(1);
  transform-origin: left;
}
.table_container
{

}
.table_container .table
{
	border:1px solid #ddd;
}
.table_container .table thead tr th
{
	background:#eee;
}
.table_container .table tbody tr td
{
	background:#fff;
	font-size:17px;
}

.important_table_container
{
    
}
.important_table_container .table
{
	border:1px solid #ddd;
}
.important_table_container .table tbody tr td:nth-child(1)
{
    background:#1a3e7a;
    color:#fff;
    text-align:right;
    border-bottom:1px solid #102953;
}
.important_table_container .table tbody tr td
{
	background:#fff;
	padding:20px;
	font-size:17px;
}

/* Publication */
.publication_container
{
    background:#fff;
    padding:30px;
    box-shadow:rgba(0,0,0,0.1) 0 17px 50px;
    margin-bottom:30px;
}
@media only screen and (max-width: 768px)
{
   .publication_container
   {
       margin-bottom:30px;
   }
}
.publication_container  .publication_cover
{
    width:100%;
    height:230px;
}
.publication_container  .publication_cover img
{
    width:100%;
    height:100%;
    object-fit: scale-down;
    border-radius:10px;
}
.publication_container .publication_content
{
    padding-top:10px;
    text-align:center;
}
.publication_container .publication_content h2
{
    font-size:15px;
    color:#1a3e7a;
}



/* tracks Container */
.tracks_top_margin
{
	margin-top:60px;
}
.tracks_first_top_margin
{
	margin-top:20px;
}
.tracks_title
{
	background:#1a3e7a;
	padding:20px;
	border-bottom:5px solid #f08c00;
}
.tracks_title p
{
	text-transform:uppercase;
	font-size:20px;
	color:#f08c00;
	padding-bottom:10px;
}
.tracks_title h1
{
	text-transform:uppercase;
	font-size:20px;
	color:#fff;
}
@media only screen and (max-width: 768px)
{
    .tracks_title p
    {
        font-size:15px;
    }
    .tracks_title h1
    {
        font-size:15px;
    }
}

.tracks_list
{
	background:#fff;
	padding:30px;
	min-height:100%;
}
.tracks_list ul
{
	padding:0 10px;
	margin:0;
	list-style:none;
	column-count: 2;
    column-gap: 2rem;
}
.tracks_list ul li
{
	padding-bottom:10px;
	font-size:14px;
	line-height:20px;
}
.tracks_list ul li:before 
{
   content: "\f105";
   color:#1a3e7a; 
   font-family: FontAwesome;
   display: inline-block;
   margin-left: -1em; 
   width:1em; 
}

.tracks_lists
{
	background:#fff;
	padding:30px;
}
@media only screen and (max-width: 768px)
{
    .tracks_lists
    {   
        height:300px;
        overflow:auto;
        margin-bottom:30px;
    }
}
.tracks_lists ul
{
	padding:0 10px;
	margin:0;
	list-style:none;
}
.tracks_lists ul li
{
	padding-bottom:10px;
	font-size:15px;
	line-height:20px;
}
.tracks_lists ul li:before 
{
   content: "\f105";
   color:#1a3e7a; 
   font-family: FontAwesome;
   display: inline-block;
   margin-left: -1em; 
   width:1em; 
}


/* preamble */
.objective_container
{
	min-height:100%;
	padding:30px;
	background:#fff;
	box-shadow:#91bcc6 0 17px 50px;
	border-bottom:2px solid #f08c00;
}
.objective_top_margin
{
	margin-top:20px;
}
.objective_container p
{
	font-size:15px;
	line-height:1.6em;
}
.row_top_margin_objective_container
{
	margin-top:30px;
}


/* Agenda Page */
.agenda_section
{

}
.agenda_section .agenda_menu
{

}
.agenda_section .agenda_menu .nav
{
	border:none;
	margin-bottom:40px;
}
@media only screen and (max-width: 768px)
{
  .agenda_section .agenda_menu .nav
  {
      margin-bottom:20px;
  }
}
.agenda_section .agenda_menu .nav-tabs li
{
	margin-right:10px;
}
.agenda_section .agenda_menu .nav-tabs li a
{	
	border:none;
	padding:15px 40px;
	background:#1a3e7a;
	margin:0;
	color:#fff;
}
@media only screen and (max-width: 768px)
{   
    .agenda_section .agenda_menu .nav-tabs li
    {
        margin-bottom:20px;
        width:100%;
        display:block;
        text-align:center;
    }
    .agenda_section .agenda_menu .nav-tabs li a
    {
        width:100%;
        display:block;
        text-align:center;
    }
}
.agenda_section .agenda_menu .nav-tabs li a.active
{
    color: #fff;
    padding:15px 40px;
    cursor: default;
    background:#f08c00;
    border-bottom-color:none;
    position:relative;
}
.agenda_section .agenda_menu .nav-tabs li a.active:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.agenda_section .agenda_menu .nav-tabs li a.active:after 
{
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #f08c00;
	border-width:13px;
	margin-left: -13px;
}
@media only screen and (max-width: 768px)
{
  .agenda_section .agenda_menu .nav-tabs li a.active:after
    {
    	top: 100%;
    	left: 50%;
    	border: solid transparent;
    	content: " ";
    	height: 0;
    	width: 0;
    	position: absolute;
    	pointer-events: none;
    }
    .agenda_section .agenda_menu .nav-tabs li a.active:after 
    {
    	border-color: rgba(136, 183, 213, 0);
    	border-top-color: #f08c00;
    	border-width:5px;
    	margin-left:-5px;
    }  
}
.agenda_section .agenda_menu.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active 
{
    color: #fff;
    background-color: #f08c00;
    border:none;
    border-top-left-radius:100px;
    border-top-right-radius:100px;
    border-bottom-left-radius:100px;
    border-bottom-right-radius:100px;
}
.agenda_section .agenda_menu .nav-tabs .nav-link 
{
    border:none;
    border-top-left-radius:100px;
    border-top-right-radius:100px;
    border-bottom-left-radius:100px;
    border-bottom-right-radius:100px;
}
.agenda_section .agenda_container
{
	background:#fff;
	box-shadow:#ccc 0 17px 50px;
}
.agenda_section .tab-content
{	
	margin-top:10px;
}
.agenda_section .tab-content h4
{
	padding:20px 40px;
	color: #fff;
	font-size:20px;
	font-weight:500;
	background:#999;
}
.agenda_section .tab-content h4 b
{
	color: #fff;
	font-weight:900;
}
.agenda_section .agenda_container table
{
	width: 100%;
	background: #fff;
	box-shadow:none;
}
.agenda_section .agenda_container table tr th
{
	border-right:1px solid #999;
	padding: 30px 20px;
	color: #1f5b85;
	font-size: 16px;
	font-family: 'Karla', sans-serif;
	text-align:right;
	position: relative;
	vertical-align: baseline;
	position:relative;
}
@media only screen and (max-width: 768px)
{
    .agenda_section .agenda_container table tr th
    {
        
        font-size: 13px;
    }
}
.agenda_section .agenda_container table tr th span
{
	font-weight:normal
}
.agenda_section .agenda_container table tr th:after
{
	content: "";
	position: absolute;
	width:15px;
	height:15px;
	margin-left:13px;
	background: #fff;
	border:1px solid #999;
	border-radius:0;
}
.agenda_section .agenda_container table tr td
{
	padding: 15px 20px;
	color: #1f5b85;
	font-size:16px;
	font-family: 'Karla', sans-serif;
	text-align:left;
	vertical-align: baseline;
}
@media only screen and (max-width: 768px)
{
    .agenda_section .agenda_container table tr td
    {
       
        font-size:13px;
    }
}
/* committee Pages */
.committee_section
{

}
.committee_section .committee_menu
{
	background:#fff;
	box-shadow:#ddd 0 15px 50px;
	position:relative;
	border:2px solid #f08c00;
}
@media only screen and (max-width: 768px)
{
    .committee_section .committee_menu
    {
        margin-bottom:30px;
    }
}
.committee_section .committee_menu ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.committee_section .committee_menu ul li
{	
	padding:20px 25px;
	border-bottom:1px solid #ccc;
}
@media only screen and (max-width: 768px)
{
    .committee_section .committee_menu ul li
    {
        padding:10px 20px;
    }
}
.committee_section .committee_menu ul li a
{
	color:#1a3e7a;
	font-size:16px;
	font-weight:600;
	text-decoration:none;	
}

.committee_section ul
{
	padding:0;
	margin:0 20px;
}
.committee_section ul li
{
	padding-bottom:5px;
	color:#666;
}
.js-tabby .tabs-pane 
{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.js-tabby .tabs-pane.active 
{
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.js-tabby .tabs-pane:focus 
{
  outline: none;
}



/*  Gallery Pages */
.gallery_container
{
	position:relative;
	width:100%;
	height:220px;
	background:#fff;
	border-radius:10px;
}
.gallery_row_top_margin
{
	margin-top:20px;
}
.gallery_container img
{	
	padding:20px;
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
	position:relative;
	z-index:2222;
	box-shadow:#ddd 0 17px 50px;
}
.gallery_bottom_margin
{
	margin-bottom:30px;
}
.col-lg-3:nth-last-child(-n+4) .gallery_bottom_margin
{
	margin-bottom:0;
}

.btn_gallery_read_more
{
	margin-top:30px;
}
.btn_gallery_read_more a
{
	float:left;
	padding:0px 20px;
	line-height:40px;
	background:#f08c00;
	color:#fff;
	letter-spacing:2px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	position:relative;
	transition: 0.5s;
	border-radius:100px;
	overflow:hidden;
}
.btn_gallery_read_more a span
{
	position:relative;
	z-index:1;
}
.btn_gallery_read_more a span:after 
{
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    display: inline-block;
    margin-left:0.9em;
    width:0.5em;
}
.btn_gallery_read_more a::after 
{
  position: absolute;
  content: "";
  text-align:center;
  width: 100%;
  height:40px;
  top:0;
  left: 0;
  background: #093d77;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.btn_gallery_read_more a:hover 
{
  color: #fff;
}
.btn_gallery_read_more a:hover::after 
{ 

  transform: scaleX(1);
  transform-origin: left;
}

/* Gallery */
.gallery_menu
{
	margin-bottom:30px;
}
.gallery_menu ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.gallery_menu ul li
{
	display:inline-block;
	margin-right:20px;
}
@media only screen and (max-width: 768px)
{
    .gallery_menu ul li
    {
        display:block;
        margin-bottom:20px;
        margin-right:0;
    }
}
.gallery_menu ul li:last-child
{
	margin-right:0;
}
.gallery_menu ul li a
{
	background:#f08c00;
	padding:10px 20px;
	color:#fff;
	border-radius:100px;
	text-decoration:none;
}

.gallery__img
{
	width:100%;
	height:200px;
	background:#fff;
}
.gallery__img img
{	
	padding:10px;
	width:100%;
	height:100%;
	object-fit:contain;
	object-position:center;
	box-shadow:#ddd 0  17px 50px;
}

/* Page registration */
.page_registration_container
{

}
.page_registration_container ul
{
	margin:10px 20px;
    padding: 0;
    list-style: none;
}
.page_registration_container ul li
{
	font-size: 15px;
    text-align: left;
    line-height: 1.6em;
    font-family: 'Karla', sans-serif;
    padding-bottom: 10px;
    font-weight: 400;
}
.page_registration_container ul li:before 
{
    content: "\f105";
    color: #1a3e7a;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -0.9em;
    width:0.9em;
}

/* List */
.page_list
{
	
}
.page_list ul
{
	margin:10px 20px;
    padding: 0;
    list-style: none;
}
.page_list ul li
{
	font-size: 15px;
    text-align: left;
    line-height: 1.6em;
    font-family: 'Karla', sans-serif;
    padding-bottom: 10px;
    font-weight: 400;
}
.page_list ul li:before 
{
    content: "\f105";
    color: #1a3e7a;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -0.9em;
    width:0.9em;
}

/* register-table */
.register-table
{
	background:#fff;
	box-shadow:rgba(0,0,0,0.1) 0 17px 50px;
	padding:0px;
	border-radius:10px;
}
.register-table .table
{
	border:none;
	margin:0;
}
.register-table .table thead tr th
{
	background:#1a3e7a;
	color:#fff;
	text-transform:uppercase;
	padding:20px 15px;
	text-align:left;
}
.register-table .table tbody tr td
{	
	text-align:left;
	background:#fff;
	color:#444;
	font-size:16px;
	font-weight:500;
	font-family: 'Karla', sans-serif;
	text-transform:capitalize;
	padding:16px;
	border-bottom:1px solid #eee;
}
.register-table .table tbody tr:last-child td
{
	border-bottom:none;
}
.register-table .table tbody tr td a.close_link
{
	color:#93b9d3;
	font-weight:600;
}
.register-table .table tbody tr td a.open_link
{
	border:1px solid #f08c00;
    color:#f08c00;
	text-decoration:none;
	font-size:13px;
	border-radius:100px;
	padding:5px 17px;
	font-weight:300;
	text-transform:uppercase;
}
.register-table .table tbody tr td a:hover.open_link
{
	border:1px solid #1a3e7a;
    color:#1a3e7a;
}
.policy_tab
{
    
}
.policy_tab .nav
{	
	border-bottom:none;
}
.policy_tab .nav-tabs
{	
	list-style:none;   
    margin-bottom:20px;
}
.policy_tab .nav-tabs li
{
    border-radius:0;
    margin-right:10px;
}
@media only screen and (max-width: 768px)
{
    .policy_tab .nav-tabs li
    {
        margin-right:10px;
        margin-bottom:20px;
    }
}
.policy_tab .nav-tabs li:last-child
{
	margin-right:0;
}
.policy_tab .nav-tabs li a
{
    text-transform:uppercase;
    font-family: 'Karla';
    color:#fff;
    padding:7px 17px;
    background: #1a3e7a;
    font-weight:600;
    text-align:center;
    font-size:14px;
    border-radius:100px;
    text-decoration: none;
    border:none;
}
.policy_tab .nav-tabs li a:hover
{
    color:#fff;
    background: #f08c00;
    border:none;
}
.policy_tab .nav-tabs li a.active
{	
	border:none;
    color:#fff;
    background:#f08c00;
    position:relative;
}
.policy_tab .tab-content
{
	background:rgba(255,255,255,0.8);
	padding:30px;
	border-radius:10px;
	box-shadow:rgba(0,0,0,0.1) 0 17px 50px;
}
.policy_tab .tab-content p
{	
	font-size:17px;
	text-align:justify;
	padding-bottom:15px;
	color:#666;
}
.policy_tab .tab-content p:last-child
{
	padding-bottom:0;
}

/* Form Container */
.form_container
{
	box-shadow:#ddd 0 17px 50px;
	background:#fff;
	padding:40px;
	border-radius:10px;
}
.form_container .form-group
{
	padding-bottom:10px;
}
.form_container .form-group label
{
	text-transform:uppercase;
	font-size:13px;
	padding-bottom:5px;
	color:#1a3e7a;
}
.form_container .form-group .form-control
{
	border-radius:2px;
	background:#fff;
	padding:10px;
	height:auto;
	box-shadow:none;
}

.btn_registration_submit
{	
	border:none;
	padding:0px 20px;
	line-height:40px;
	background:#093d77;
	color:#fff;
	letter-spacing:2px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	position:relative;
	transition: 0.5s;
	border-radius:100px;
	overflow:hidden;
}
.btn_registration_submit span
{
	position:relative;
	z-index:1;
}
.btn_registration_submit span:after 
{
    content: "\f105";
    color: #fff;
    font-family: FontAwesome;
    display: inline-block;
    margin-left:0.9em;
    width:0.5em;
}
.btn_registration_submit::after 
{
  position: absolute;
  content: "";
  text-align:center;
  width: 100%;
  height:40px;
  top:0;
  left: 0;
  background: #f08c00 ;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.btn_registration_submit:hover 
{
  color: #fff;
}
.btn_registration_submit:hover::after 
{ 

  transform: scaleX(1);
  transform-origin: left;
}


.registration_contact_notes
{
	margin-top:20px;
}
.registration_contact_notes p
{
	text-align:justify;
}

.registration_contact_details
{
	box-shadow:#ddd 0 17px 50px;
	padding:20px;
	background:#f08c00;
	border-radius:5px;
}
@media only screen and (max-width: 768px)
{
    .registration_contact_details
    {
        margin-top:30px;
    }
}
.registration_contact_details h1
{
	font-size:20px;
	color:#fff;
	padding-bottom:20px;
}
.registration_contact_details p
{
	padding-bottom:10px;
	color:#fff;
}
.registration_contact_details p:last-child
{
	padding-bottom:0;
}
.registration_contact_details p i
{
	width:30px;
	height:30px;
	line-height:30px;
	background:#fff;
	text-align:center;
	border-radius:3px;
	margin-right:10px;
	color:#f08c00;
}


/* Venue */
.venue_content_container
{

}
.venue_content_container h1
{
	font-size:30px;
	margin-bottom:30px;
	color:#1a3e7a;
	position:relative;
	padding-bottom:20px;
}
.mobiles_mode
{
    display:none;
}
.normals_mode
{
    display:block;
}
@media only screen and (max-width: 768px)
{
    .venue_content_container h1
    {
        font-size:20px;
    }
    .mobiles_mode
    {
        display:block;
    }
    .normals_mode
    {
        display:none;
    }
}
.venue_content_container h1:after
{
	width:60px;
	height:5px;
	background:#f08c00;
	border-radius:100px;
	position:absolute;
	bottom:0;
	left:0;
	content:"";
}
.venue_content_container p
{
	font-size:16px;
}
.venue_benner_container
{
	border-radius:10px;
	margin:10px;
}
@media only screen and (max-width: 768px)
{
    .venue_benner_container
    {
        margin-bottom:30px;
    }
}
.venue_benner_container img
{
	width:100%;
	height:100%;
	object-fit:scale-down;
	border-radius:10px;
	box-shadow:rgba(0,0,0,0.2) 0 17px 50px;
}

.venue_content_container
{

}
.venue_content_container h3
{
	font-size:20px;
	padding-bottom:5px;
}
.venue_content_container p
{
	color:#444;
}
.venue_content_container p a
{
	color:#444;
	text-decoration:underline;
}


/* sponsorship-table */
.row_sponsorship_top_margin
{	
	margin-top:20px;
}
.page_sponsorship_section
{

}
.page_sponsorship_section ul
{
	margin:0px 15px;
    padding: 0;
    list-style: none;
}
.page_sponsorship_section ul li
{
	font-size:16px;
    text-align: left;
    line-height: 1.6em;
    font-family: 'Karla', sans-serif;
    padding-bottom: 10px;
    font-weight: 400;
}
.page_sponsorship_section ul li:before 
{
    content: "\f105";
    color: #1a3e7a;
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -0.9em;
    width:0.9em;
}
.sponsorship_table
{

}
.sponsorship_table .table
{
	width:100%;
	border-collapse:collapse;
}
.sponsorship_table .table thead tr th
{
	background:#1a3e7a;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	padding:20px;
}
.sponsorship_table .table tbody tr td
{
	background:#fff;
	color:#1a3e7a;
	font-family: 'Karla', sans-serif;
	text-transform:capitalize;
	padding:20px;
	border:1px solid #ccc;
}
.sponsorship_table .table tbody tr td:nth-child(1)
{
	font-weight:900;
	background:#ebf0f9;
	font-size:15px;
}
.sponsorship_table .table tbody tr td:nth-child(2)
{
	font-weight:900;
	color:#1a3e7a;
}


/* accomodation */
.page_accomodation_section
{

}
.accomodation_table
{

}
.accomodation_table .table
{
	width:100%;
	border-collapse:collapse;
}
.accomodation_table .table thead tr th
{
	background:#1a3e7a;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	padding:20px;
}
.accomodation_table .table tbody tr td
{
	background:#fff;
	color:#1a3e7a;
	padding:15px 20px;
	font-family: 'Karla', sans-serif;
	text-transform:capitalize;
	border:1px solid #ccc;
}
.accomodation_table .table tbody tr:hover td
{
	background:#eee;
	cursor:pointer;
}
.accomodation_table .table tbody tr:hover td span
{
	font-size:20px;
	font-weight:900;
}
.accomodation_table .table tbody tr:hover td a
{	
	border:1px solid transparent;
	background:#f08c00;
	color:#fff;
}
.accomodation_table .table tbody tr:hover td a:hover
{
	border:1px solid transparent;
	background:#1a3e7a;
	color:#fff;
}
.accomodation_table .table tbody tr td span
{
	float:left;
	padding-top:5px;
}
.accomodation_table .table tbody tr td a
{
	border:1px solid #f08c00;
	color:#f08c00;
	display:block;
	font-size:14px;
	text-align:center;
	padding:5px 10px;
	border-radius:100px;
}
.accomodation_table .table tbody tr td a:hover
{
	border:1px solid #1a3e7a;
	color:#1a3e7a;
	text-decoration:none;
}


/* transportation_container */
.page_transportation_container
{

}
.page_transportation_container p
{
	padding-bottom:20px;
}
.page_transportation_container p:last-child
{
	padding-bottom:0;
}
.transportation_container
{
	background:#fff;
	box-shadow:rgba(0,0,0,0.2) 0 17px 50px;
	min-height:100%;
	padding:30px;
}
.transportation_container h1
{
	font-size:25px;
	color:#1a3e7a;
	padding-bottom:10px;
}
.transportation_container p
{
	font-size:14px;
}


/*  travel Pages */
.row_transportation_top_margin
{
	margin-top:30px;
}
.transportation_menu_container
{

}
.transportation_menu_container .nav
{
	display:block;
}
.transportation_menu_container ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.transportation_menu_container ul li
{
	padding-bottom:10px;	
}
.transportation_menu_container ul li a
{
	background:#f08c00;
	display:block;
	padding:15px 20px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
}
.transportation_menu_container ul li a.active
{
	background:#1a3e7a;
	position: relative;
}
.transportation_menu_container ul li a.active:after
{
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.transportation_menu_container ul li a.active:after 
{
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #1a3e7a;
	border-width: 10px;
	margin-top: -10px;
}

.transportation_content_container
{
	background:#fff;
	padding:30px;
	min-height:100%;
	box-shadow:rgba(0,0,0,0.1) 0 17px 50px;
}
.transportation_content_container p
{
	padding-bottom:20px;
}


.go_top 
{
	position: fixed;
	bottom: 1em;
	right: 1em;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:100px;
	background:#f08c00;
	text-align:center;
	display: none;
	color:#fff;
	text-decoration: none;
}
.go_top:after 
{
  content: "\f106";
  font-size:20px;
  font-family: FontAwesome;
  display: inline-block;
}
.go_top:hover 
{
	
	color: #fff;
}