/*
Theme Name: Digital Forensic Research Workshop

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto !important;
  font-family: 'Roboto', sans-serif !important;
  color: #7c7c7c !important;
  font-size: 14px !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
/* h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
} */
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  /* padding: 22px; */
  padding: 10px;
  /* min-height: 86px; */
  vertical-align: middle;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
  display: none;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  padding: 14px 0;
}
div#main-nav ul li {
  margin:0 10px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #000;
}

.navbar-brand {
  height: auto;
}
.head-rt-icon {
    text-align: right;
    height: 100%;
}
.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 22.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
/*.dropdown-menu .dropdown-item:hover {
  background: transparent;
}*/
ul.dropdown-menu li a:hover {
    background-color: #0e4981;
    color: #fff;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* font-size: 0.875rem; */
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
  overflow: hidden;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #1b1b1b;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Custom CSS
--------------------------------------------------------------*/
.head-top {
  background-color: #0e4981;
  padding: 11px;
  min-height: 44px;
  vertical-align: middle;
}
.head-top p i {
  font-size: 10px;
  vertical-align: baseline;
}
.head-top p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}
ul.ft3-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.ft3-ul li {
  margin-bottom: 11px;
  display: flex;
}
ul.ft3-ul li i {float: left;line-height: 2;vertical-align: text-bottom;margin: 0 9px 0 0;font-size: 18px;}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
  border: 1px solid #0c4980 !important;
}
.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
  margin-left: 0 !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after {
  content: "";
  border: none;
  border-bottom: 4px solid #0d4981;
  bottom: -22%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
#menu-main-menu > li.current-menu-item > a::after {
  content: "";
  border: none;
  border-bottom: 4px solid #0d4981;
  bottom: -22%;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}
span.search-icon {
  color: #0d4981;
  cursor: pointer;
  font-size: 18px;
  display: block;
}
.search-field-sp input.search-submit.btn.btn-default {
  display: none;
}
form.search-form label {
  margin: 0;
}
.search-field-sp form.search-form label input {
  border-color: #0e4981;
}
input:focus {
  border-color: #0e4981;
  outline: none;
  box-shadow: none;
}
div#footer-widget {
  background-color: #1b1b1b !important;
  padding: 45px 0 0 0;
}
#colophon .container {
  border-top: 1px solid #333a33;
}
footer#colophon {
  background-color: #1b1b1b;
}
h3.widget-title {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-top: 0;
}
ul#menu-quick-links li a {
  color: #a7a7a7;
  padding-left: 0;
  font-size: 16px;
}
ul#menu-quick-links li a:focus {
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
ul#menu-quick-links li a:hover {
  text-decoration: none;
  background-color: transparent;
  color: #0e4981 ;
}
section#text-3 i {
  font-size: 19px;
  float: left;
  line-height: 1.5;
  vertical-align: text-bottom;
  margin: 0 9px 0 0;
}
section#text-3 ul {
    padding: 0;
}
section#text-3 li ,section#text-3 li a{
  margin-bottom: 11px;
  display: flex;
  font-size: 15px;
  color: #a7a7a7;
}
.single-conferences div#content {
    padding-bottom: 0;
}
.zoom-social_icons-list-span {
  color: #fff !important;
}
section#text-4 p {
  font-size: 16px;
  color: #a7a7a7;
}
.tp-bullet {
  background-color: #6ca1d3 !important;
  box-shadow: inset 0 0 0 2px rgb(108, 161, 211) !important;
}
.hermes .tp-bullet:after {
  background-color: #0d4981 !important;
  box-shadow: 0 0 1px #0d4981 !important;
}
.vc_btn3-style-custom {
  background-image: none !important;
  border: 2px solid #09487a !important;
  border-radius: 0 !important;
}
.client-review h3 {
  margin: 8px 0 0 0;
  color: #000;
  font-size: 17px;
}
.pre-img img {
  height: 165px;
  transition: all 1s ease-out;
  width: 100%;
}
.pre-img {
  overflow: hidden;
}
.paper-box-single:hover .pre-img img {
  -webkit-transform: scale(1.2);
transform: scale(1.2);
}
.paper-box-single {
  background-color: #fff;
  padding: 9px;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  margin-right: 0;
  margin-left: 0;
  min-height: 191px;
}
.pre-img {
  padding: 4px;
}
.client-review p {
  font-size: 15px;
  margin: 0;
}
.paper-boxs a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  margin: 0 0 4% 0;
}
.rtin-calender:after ,.rtin-calender:before {
  color: #677a8d;
  content: "\f111";
  position: absolute;
  top: 8px;
  font-size: 14px;
  font-family: FontAwesome;
  line-height: 1;
}
.rtin-calender:after {
  right: 10px;
}
.rtin-calender:before {
  left: 10px;
}
.rtin-calender {
  background-color: #0d4981;
  position: relative;
  padding-top: 25px;
  padding-right: 0;
  text-align: center;
  width: 100%;
}
.rtin-calender span {
  background-color: #677a8d;
  line-height: 2.5;
  height: 50px;
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.rtin-calender h3 {
  color: #fff;
  font-size: 28px;
  margin: 5px 0 0 0;
  line-height: 1;
}
.rtin-calender p {
  color: #fff;
  margin-bottom: 25px;
  font-size: 15px;
}
.client-review ul li {
  color: #09487a;
  font-weight: 500;
  flex: 0 0 49%;
  font-size: 14px;
}
.client-review ul {
  margin: 8px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
li.rtin-location {
  /* margin-left: 12px; */
  padding-left: 15px;
}
.conf-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  border: 1px solid #ececec87;
  margin: 5px 5px 10px 5px !important;
  cursor: pointer;
}
.conf-item:hover .conf-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.conf-img {
  overflow: hidden;  
  height: 190px;
}
.conf-name h3 {
  color: #000;
  margin: 4px 0 0 0;
}
.conf-name span {
  color: #0d4981;
  font-size: 12px;
  font-weight: 500;
}
.conf-name {
  padding: 13px;
  min-height: 142px;
}
.item .conf-name {
  min-height: 186px !important;
}
.conf-name p {
  color: #7c7c7c;
  font-size: 15px;
  margin: 0;
}
.conf-img img {
  min-height: 172px;
  transition: all 1s ease-out;
  height: 190px;
  object-fit: cover;
}
div#owl_custom {
  position: relative;
}
.owl-nav {
  position: absolute;
  top: -15%;
  right: 0;
}
.owl-prev i, .owl-next i {
  font-size: 14px;
  vertical-align: middle;
  color: #fff;
}
button.owl-prev ,button.owl-next{
  background-color: #0d4981 !important;
  width: 40px;
  height: 30px;
  margin: 0 0 0 10px;
}
.paralex {
  /* min-height: 400px; */
  min-height: 313px;
  background-image: url(http://dfrws.org/wp-content/uploads/2019/04/Layer-41.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9999;
}
/* .paralex::after {
  background-color: #0d4981e3;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";  
  left: 0;
  top: 0;
  z-index: -99;
} */
span.counter-item-number.counted {
  border-bottom: 3px solid #fff;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 72px;
  width: auto;
  float: left;
  margin-right: 15px;
}
span.counter-item-title {
  color: #fff;
  font-size: 18px !important;
  line-height: 1.5 !important;
  display: inline-block;
  text-align: left;
}
.counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-control {
  font-size: 14px;
}
.dropdown-toggle::after{
  display: none;
}
.navbar {
  margin: 3px 0 0 0;
}
.imgbodr{
  border:1px solid #e6e6e6 ;
}
.wpb_wrapper ul {
  list-style: none;
  padding: 0;
}
.wpb_wrapper ul li {
  margin-bottom: 11px;
}
.wpb_wrapper ul li strong {
  color: #000;
}
p {
  font-size: 16px;
}
.breadcrumbs {
  /*background-image: url(inc/assets/img/breadcrumbs-bg2.jpg);*/
  background-color: #fafafc !important;
  padding: 30px;
}
.breadcrumbs h1 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 400;
}
a.home {
  color: #000;
  font-size: 16px;
}
span.current-item {
  color: #000;
  font-size: 16px;
}
.breadcrumbs a {
    /* color: #000; */
    font-size: 16px;
}
span.right-arrow {
  color: #000;
  margin: 0 1%;
  vertical-align: middle;
  font-size: 12px;
}
.submt-btn {
  background-color: #0d4981;
  float: right;
  height: 46px;
  width: 150px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  margin-top: 13px;
}
.contact-from input {
  border-color: #eaeaea;
  box-shadow: none;
  border-radius: 0;
  height: 43px;
}
.contact-from textarea {
  border-color: #eaeaea;
  box-shadow: none;
  border-radius: 0;
  resize: none;
}
.contact-sidebar .vc_icon_element {
  float: left;
  width: 24px;
}
.contact-sidebar .vc_custom_heading {
  display: inline-block;
  line-height: 1;
  margin-left: 8px;
}
span.date {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  width: 100px;
  line-height: 3;
  text-align: center;
  font-size: 12px;
}
span.date-year {
  background-color: #c25700;
  display: block;
  color: #fff;
  width: 100px;
  line-height: 3;
  text-align: center;
  font-size: 12px;
}
.date-div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.post-thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
}
span.byline i,span.comments-link i  {
  color: #0d4981;
  margin:0 5px;
  font-size: 13px;
}
.read-btn {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  width: 141px;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
}
.read-btn:hover {
  background-color: transparent;
  color: #0d4981;
  border-color: #0d4981;
}
.price-sml{
  color: #0d4981;
  font-size: 28px;
}
section#search-2 input {
  border-color: #eae6e6;
  width: 100%;
  height: 37px;
  box-shadow: none;
  border-radius: 0;
  color: #0c4882;
  background-image: url(http://dfrws.org/wp-content/uploads/2019/04/search-icon.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
section#search-2 label{
  width: 100%;
}
section#categories-2 h3,#recent-posts-2 h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
}
ul.nav.flex-column li {
  border: 1px solid #7c7c7c3b;
}
ul.nav.flex-column li a {
  color: #7c7c7c;
  width: 100%;
}
input#commentsubmit {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  width: 141px;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 0;
  float: right;
}
input#commentsubmit:hover {
  background-color: #fff;
  color: #0d4981;
  border-color: #0d4981;
}
input#author ,input#email,input#url{
  background-color: #f7f7f7;
  box-shadow: none;
  height: 44px;
  border: 1px solid #eeeeee;
  padding: 10px;
}
ul#menu-quick-links li {
    border: none !important;
}
table#tablepress-1 .column-1 {
  background-color: #0d4981;
  color: #fff;
  padding: 13px 0 13px 25px;
  font-size: 17px;
}
table#tablepress-1 .column-2 {
  background-color: #fff;
  color: #000;
  padding: 13px 0 13px 25px;
  font-size: 17px;
}
tr.row-1 td {
  background-color: #0d4981;
  color: #fff;
}
table#tablepress-2 td {
  border: 1px solid #e8e8e8;
  padding: 15px;
} 
table#tablepress-2 {
  font-size: 17px;
}
ul.dropdown-menu.show li {
  border-bottom: 1px solid #ded9d9;
  margin: 0 10px !important;
}
ul.dropdown-menu.show li:last-child {
  border-bottom: none;
}
ul.dropdown-menu.show a {
  background: transparent;
  color: #000;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  padding: 10px 13px 7px 0;
  border-bottom: 1px solid transparent;
}
ul.dropdown-menu.show a:hover {
  color: #0e4981;
  border-color: #0e4981;
}
div#owl_custom .item a {
  text-decoration: none;
}
.single-conf-rt p i {
  color: #0e4981;
  margin-right: 3px;
  font-size: 20px;
}
.single-conf-rt p {
  margin-bottom: 9px;
  line-height: 2;
}
.row-full{
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: 100px;
  left: 50%;
  background-color: #f3f3f3;
  padding: 4% 0;
 }
 .single-confr-sec3,.single-confr-sec5,.single-confr-sec7 {
  padding: 4% 0;
  overflow: hidden;
  width: 100%;
}
 .single-confr-sec3 ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-confr-sec3 ul li {
  margin-bottom: 12px;
  flex: 0 0 33%;
}
.single-confr-sec3 ul li::before {
  content: "\f054";
  font-family: fontawesome;
  color: #0d4981;
  font-size: 11px;
  vertical-align: middle;
  margin-right: 10px;
}
.single-confr-sec4 tr th {
  background-color: #0d4981;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
}
.single-confr-sec4 tr td {
  color: #000;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 15px;
  font-size: 16px;
}
.single-confr-sec6 tr th {
  background-color: #0d4981;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
}
.single-confr-sec6 tr td {
  color: #000;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 15px;
  font-size: 16px;
}
.single-confr-sec3 a.btn {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid transparent;
  padding: 0 17px;
  border: 1px solid transparent;
}
.single-confr-sec3 a.btn:hover {
  border-color: #0d4981;
  background-color: #fff;
  color: #0d4981;
}
.confr-h1::after {
  background-color: #0d4981;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 67px;
}
.confr-h1 {
  position: relative;
}
.single-confr-sec5 h3 {
  margin-bottom: 0;
  color: #000;
}
.single-confr-sec5 p {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding-bottom: 17px;
  font-size: 14px;
}
.confr-h2 {
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
  font-size: 30px;
}
nav#mainNav {
  text-align: center;
  width: 100%;
  margin: 1% 0 4% 0;
}
nav#mainNav a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-right: 1px solid #c5c5c5;
  padding: 3px 18px;
  position: relative;
  text-decoration: none;
}
nav#mainNav a:last-child {
  border-color: transparent;
}
nav#mainNav a:hover::after {
  background-color: #0d4981;
  bottom: -9px;
  content: "";
  height: 3px;
  left: 0;
  right: 0;
  position: absolute;
  width: 87px;
  margin: 0 auto;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover {
  color: inherit;
  text-decoration: none;
  background-color: inherit;
  outline: 0;
}
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(14, 73, 129);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgb(11, 114, 210);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.bdr-btm{
  border-bottom: 1px solid #e8e8e8;
}
.down-btn button {
  background-color: transparent !important;
}
p.comment-form-cookies-consent {
  display: none;
}
form#commentform label {
  display: none;
}
p.comment-form-author input, p.comment-form-email input, p.comment-form-url input {
  width: 241px;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url {
  display: inline-block;
}
textarea#comment {
  background-color: #f7f7f7;
  box-shadow: none;
  resize: none;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.custom_accor .vc_active .vc_tta-panel-heading{
  background-color: #0e4981 !important;
}
.custom_accor .vc_tta-panel-heading{
  border: none !important;
  background-color: #fff !important;
}
.custom_accor .vc_active .vc_tta-panel-title>a {
  color: #fff !important;
}
.custom_accor .vc_tta-panel-title>a {
  color: #000 !important;
  padding-left: 24px !important;
}
.custom_accor .vc_tta-panel {
  -webkit-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  box-shadow: 0px 5px 6px 1px rgba(0,0,0,0.18);
  margin-bottom: 15px;
}
.custom_accor .vc_tta-panel-title {
  padding: 15px 0;
  font-weight: 400;
  font-size: 18px;
}
.custom_accor .vc_tta-controls-icon::after, 
.custom_accor .vc_tta-controls-icon::before {
  border-color: #0e4981  !important;
}
.custom_accor .vc_active .vc_tta-controls-icon::after, 
.custom_accor .vc_active .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.vc_tta-panel-body {
  background-color: #fff ;
}
.db-box-single {
  background-color: #fff;
  padding: 9px;
  -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.18);
  -moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.18);
  box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.18);
  margin-right: 0;
  margin-left: 0;
  min-height: 338px;
  margin-bottom: 3%;
}
.bod-img img {
      max-width: 100%;
  /*width: 100%;*/
} 
.bod-img {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #dadad257;
}
.db-img {
  padding-left: 0;
}
.db-des h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.db-des span {
  color: #0d4981;
  font-size: 18px;
  margin-bottom: 14px;
  display: inline-block;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
  display: inline;
  font-family: 'Roboto';

}
.navigation ul {
  padding: 0;
  margin: 0;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: transparent;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px 16px;
  border: 1px solid #aaa;
  color: #000;
  display: inline-block;
}
 .navigation li a:hover,
.navigation li.active a {
  background-color: #0d4981;
  color: #fff;
}
.confrences-box .conf-img img {
    height: 190px;
    width: 100%;
    object-fit: cover;
}
.confrences-box a {
  text-decoration: none;
}
.confrences-box .conf-item {
  margin: 0 0 22px 0 !important;
}
.search-frm input.search-field {
  border-color: #eae6e6;
  width: 100%;
  height: 37px;
  box-shadow: none;
  border-radius: 0;
  color: #0c4882;
  background-image: url(http://dfrws.org/wp-content/uploads/2019/04/search-icon.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.search-frm form.search-form label{
  width: 100%;
}
.search-frm input.search-submit {
  display: none;
}
.search-frm {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
}
.tablepress th {
    background-color: #0d4981 !important;
    color: #fff;
    padding: 15px !important;
    font-size: 16px;
    border: 1px solid #e8e8e8 !important;
}
.tablepress td {
    color: #000;
    background-color: #fff;
    border: 1px solid #e8e8e8 !important;
    padding: 11px !important;
    font-size: 16px;
    vertical-align: middle !important;
}
.progrm-table table th,.progrm-table2 table th {
  background-color: #0d4981 !important;
  color: #fff;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #e8e8e8;
}
.progrm-table table td,.progrm-table2 table td {
  color: #000;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 11px;
  font-size: 16px;
  vertical-align: middle !important;
}
.pandp-table table th{
  background-color: #0d4981 !important;
  color: #fff;
  padding: 15px !important;
  font-size: 16px;
  border: 1px solid #e8e8e8;
}
.pandp-table table td{
  color: #000;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 11px;
  font-size: 16px;
  vertical-align: middle !important;
}
tr.row-2 .column-1 a, tr.row-2 .column-2 {
  color: #0d4981;
  font-weight: 500;
}
.views-widget input, .views-widget select {
  border-color: #eae6e6;
  width: 100%;
  height: 37px;
  box-shadow: none;
  border-radius: 0;
  color: #0c4882;
  margin: 0;
  padding: 0 10px;
}
input#edit-submit-papers {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  padding: 0 30px;
  border: 1px solid transparent;
  border-radius: 0;
  line-height: 1;
}
input#edit-submit-papers {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 0;
  height: 37px;
}
.progrm-table tr.row-4 td.column-2,.progrm-table tr.row-8 td.column-2 {
  background-color: #f9eded;
  color: #c90302;
  font-weight: 500;
}
.progrm-table2 tr.row-5 td.column-2,.progrm-table2 tr.row-9 td.column-2 {
  background-color: #f9eded;
  color: #c90302;
  font-weight: 500;
}
.progrm-table2 tr.row-7 td.column-2 {
  background-color: #eefaf1;
  color: #35e366;
  font-weight: 500;
}
.progrm-table tr.row-6 td.column-2 {
  background-color: #eefaf1;
  color: #35e366;
  font-weight: 500;
}
/* ul.nav.nav-pills {
  width: 228px;
  float: left;
} */
li.nav-item img {
  width: 100%;
}
.head-top p a {
  text-decoration: none;
  color: #fff;
}
.post-thumbnail img {
  width: 100%;
}
.custom-tabs li {
  float: none;
  width: 100%;
  margin: 0 0 !important;
  border: 1px solid #f3f3f3;
}
.custom-tabs li .nav-link.active {
  color: #000;
  background-color: #f3f3f3;
  border-color: transparent;
  border-left: 3px solid #0d4981;
}
.custom-tabs li a {
  padding: 20px;
  color: #000;
  text-decoration: none;
  margin: 0 !important;
}
.tab-content {
  padding: 20px;
  border: 1px solid #f3f3f3;
  height: 100%;
}
.tab-content .tab-pane a {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  padding: 0 17px;
  border: 1px solid transparent;
}
.tab-content .tab-pane a:hover {
  border-color: #0d4981;
  background-color: #fff;
  color: #0d4981;
}
.btm-pag-pp {
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin-top: 15px;
}
input#edit-submit-papers:hover {
  background-color: transparent;
  color: #0d4981;
  border-color: #0d4981;
}
.download-btn a{
  padding: 14px 20px;
  font-size: 14px;
  background-image: none !important;
  border: 2px solid #09487a !important;
  border-radius: 0 !important;
  color: #666666;
  text-decoration: none;
}
.download-btn a:hover{
  color: #fff;
  background-color: #09487a;
}
.download-btn a i{
  font-size: 16px;
  height: 14px;
  line-height: 14px;
  margin-right: 10px;
}
p.form-submit {
  display: inline-block;
}
.pd-top {
  padding-top: 40px !important;
}
nav.navbar .row {
  width: 100%;
}
.navbar-light .navbar-brand {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
span.search-field-sp {
  position: absolute;
  bottom: -64%;
  right: 0;
  z-index: 999;
}
.d-none-medium{
  display: none;
}
.event-cont span {
  color: #0e4981;
  font-weight: 500;
  padding-bottom: 10px;
  display: inline-block;
}
.event-cont h1 {
  margin: 0;
}
.event-cont i {
  padding: 0 10px;
  font-style: normal;
}
.single-event-btm {
  background-color: #f7f7f7;
  padding: 40px;
}
.single-event-btm h2 {
  margin: 0 0 8px 0;
}
.single-event-btm span {
  color: #000;
  font-size: 17px;
}
a.dwnld-btn {
  color: #0d811d;
  font-size: 18px;
  margin: 0 2px;
}
.pandp-table .column-3 {
  text-align: center;
}
li.rtin-location {
    height: 24px;
    overflow: hidden;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
        font-size: 15px;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.form-control div {
    position: relative !important;
        z-index: 99;
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.form-control {
  border: none !important;
  background: transparent;
  box-shadow: none;
}
.progrm-btn-url:hover {
  background-color: transparent;
  border-color: #0d4981;
  color: #0d4981;
}
.progrm-btn-url {
  background-color: #0d4981;
  display: inline-block;
  color: #fff;
  line-height: 2.5;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  padding: 0 17px;
  border: 1px solid transparent;
      float: left;
    margin-top: 32px;
}
.post-type-archive-conferences .breadcrumbs,.single-conferences .breadcrumbs{
    background-color: #fafafc !important;
    background-image: none;
}
.single-conferences div#footer-widget {
    margin-top: 40px !important;
}

/*--------------------------------------------------------------
# End Custom CSS
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  nav#mainNav a {
    font-size: 13px;
    padding: 3px 5px;
    margin-bottom: 4px;
    display: inline-block;
  }
  .no-pd-xs {
    padding: 0;
  }
  .tab-content h3 {
    margin: 0;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
  .head-top .text-left, .head-top .text-right {
    text-align: center !important;
  }
  .wpb_wrapper ul li {
    margin-bottom: 5px;
    flex: 100%;
    padding: 0;
  }
  #content.site-content {
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
  }
  .single-confr-sec3 ul li {
    margin-bottom: 3px;
    flex: 100%;
  }
  .single-confr-sec5 h3 {
    font-size: 13px;
    line-height: normal;
  }
  div#Registration table {
    margin: 0;
  }
  .tab-pane h3 {
    margin: 0;
  }
  .no-pd-xs {
    padding: 0;
  }
  .custom-tabs li a {
    padding: 20px 5px;
  }
  .tab-content {
    padding: 10px;
  }
  .tab-content p {
    text-align: justify;
    font-size: 14px;
  }
  nav#mainNav a:hover::after {
    bottom: 2px;
  }
  nav#mainNav a ,nav#mainNav a:last-child{
    font-size: 16px;
    display: inline-block;
    margin-bottom: 13px;
    border: 1px solid #c5c5c5;
  }
  .navigation {
    width: 100%;
    margin-bottom: 14px;
  }
  #menu-main-menu > li.current-menu-item > a::after,body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::after {
    bottom: 16%;
  }
  .head-top {
    display: none;
  }
  footer#colophon .site-info, footer#colophon .text-right {
    text-align: center !important;
  }
  .d-none-xs {
    display: none;
  }
  .single-confr-sec3 a.btn {
    font-size: 13px;
  }
  .custom-tabs li {
    width: 100px;
    margin: 0 0 !important;
    display: inline-block;
  }
  ul#menu-quick-links li a {
    padding: 2px 15px;
    padding-left: 0;
  }
  section#text-3 li {
    margin-bottom: 0;
  }
  table#tablepress-2 td {
    padding: 10px;
    font-size: 12px;
  }
  table#tablepress-1 .column-2 ,table#tablepress-1 .column-1{
    font-size: 13px;
  }
 
}
