
	* Filename:     global.css
	* Version:      1.0.0 (20 Sep 2019)
	* Description:  Global styles
	* Author:		Support team

**/
@font-face {
  font-family: 'helveticaneueltstd-cn';
  src: url('../fonts/helveticaneueltstd-cn.eot');
  src: url('../fonts/helveticaneueltstd-cn.woff2') format('woff2'),
       url('../fonts/helveticaneueltstd-cn.woff') format('woff'),
       url('../fonts/helveticaneueltstd-cn.ttf') format('truetype'),
       url('../fonts/helveticaneueltstd-cn.svg#Lato-Bold') format('svg'),
       url('../fonts/helveticaneueltstd-cn.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Regular';
  src: url('../fonts/RobotoSlab-Regular.eot');
  src: url('../fonts/RobotoSlab-Regular.woff2') format('woff2'),
       url('../fonts/RobotoSlab-Regular.woff') format('woff'),
       url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
       url('../fonts/RobotoSlab-Regular.svg#Lato-Bold') format('svg'),
       url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('../fonts/RobotoSlab-Bold.eot');
  src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
       url('../fonts/RobotoSlab-Bold.woff') format('woff'),
       url('../fonts/RobotoSlab-Bold.ttf') format('truetype'),
       url('../fonts/RobotoSlab-Bold.svg#Lato-Bold') format('svg'),
       url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'RobotoSlab-Bold';
  src: url('../fonts/RobotoSlab-Bold.eot');
  src: url('../fonts/RobotoSlab-Bold.woff2') format('woff2'),
       url('../fonts/RobotoSlab-Bold.woff') format('woff'),
       url('../fonts/RobotoSlab-Bold.ttf') format('truetype'),
       url('../fonts/RobotoSlab-Bold.svg#Lato-Bold') format('svg'),
       url('../fonts/RobotoSlab-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

 
 
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #e8e8e8;
  font-style: italic;
  font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #e8e8e8;
  font-style: italic;
    font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #e8e8e8;
  font-style: italic;
    font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #e8e8e8;
  font-style: italic;
    font-size: 14px;
}


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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #000;
  }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/**
 * @file
 * Styles for system messages.
 */
.messages {
  background: no-repeat 10px 17px;
  /* LTR */
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  /* LTR */
  border-radius: 2px;
  padding: 10px 20px 10px 20px;
  /* LTR */
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 5px 0px; }

.messages + .messages {
  margin-top: 1.538em; }

.messages__list {
  list-style: none;
  padding: 0;
  margin: 0; }

.messages__item + .messages__item {
  margin-top: 0.769em; }

/* See .color-success in Seven's colors.css */
.messages--status {
  color: #325e1c;
  background-color: #f3faef;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  /* LTR */
  box-shadow: -8px 0 0 #77b259;
  /* LTR */ }

/* See .color-warning in Seven's colors.css */
.messages--warning {
  background-color: #fdf8ed;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  /* LTR */
  color: #734c00;
  box-shadow: -8px 0 0 #e09600;
  /* LTR */ }

/* See .color-error in Seven's colors.css */
.messages--error {
  background-color: #fcf4f2;
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  /* LTR */
  box-shadow: -8px 0 0 #e62600;
  /* LTR */ }

.messages--error p.error {
  color: #a51b00; }

/*FORM*/
/**
 * @file
 * Visual styles for form components.
 */
form .field-multiple-table {
  margin: 0; }

form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
  /*LTR*/ }

form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
  /*LTR*/ }

form .field-add-more-submit {
  margin: .5em 0 0; }

/*TABS*/
div.tabs {
  margin: 1em 0; }

ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0; }

.tabs > li {
  display: inline-block;
  margin-right: 0.3em;
  /* LTR */ }

.tabs a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  font-size: 13px;
  background: #e6e6e6;
  line-height: 100%;
  color: #444; }

.tabs a.is-active {
  background-color: #3c4ba7;
  color: #fff; }

.tabs a:focus,
.tabs a:hover {
  background-color: #7171c5;
  color: #fff; }

/**
 * @file
 * Seven styles for Tables.
 */
table {
  width: 100%;
  margin: 0 0 10px; 

  }

caption {
  text-align: left;
  /* LTR */ }

th {
  text-align: left;
  /* LTR */
  padding: 10px 12px; }

thead th {
  background: #f5f5f2;
  border: solid #bfbfba;
  border-width: 1px 0;
  color: #333;
  text-transform: uppercase; }

tr {
  border-bottom: 1px solid #000; 
  padding: 0.1em 0.6em; }

thead > tr {
  border-bottom: 1px solid #000; }

tbody tr:hover,
tbody tr:focus {
  background: #f7fcff; }

/* See colors.css */
tbody tr.color-warning:hover,
tbody tr.color-warning:focus {
  background: #fdf8ed; }

tbody tr.color-error:hover,
tbody tr.color-error:focus {
  background: #fcf4f2; }

td,
th {
  vertical-align: middle; }

td {
  padding: 10px 12px;
  text-align: left;
  /* LTR */ }

th > a {
  position: relative;
  display: block; }

/* 1. Must match negative bottom padding of the parent <th> */
th > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: -10px;
  /* 1. */
  left: 0;
  right: 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s; }

th.is-active > a {
  color: #004875; }

th.is-active img {
  position: absolute;
  right: 0;
  /* LTR */
  top: 50%; }

th.is-active > a:after {
  border-bottom-color: #004875; }

th > a:hover,
th > a:focus,
th.is-active > a:hover,
th.is-active > a:focus {
  color: #008ee6;
  text-decoration: none; }

th > a:hover:after,
th > a:focus:after,
th.is-active > a:hover:after,
th.is-active > a:focus:after {
  border-bottom-color: #008ee6; }

td .item-list ul {
  margin: 0; }

td.is-active {
  background: none; }

/* Force browsers to calculate the width of a 'select all' TH element. */
th.select-all {
  width: 1px; }

/**
 * Captions.
 */
.caption {
  margin-bottom: 1.2em; }

/**
 * Responsive tables.
 */
@media screen and (max-width: 37.5em) {
  /* 600px */
  th.priority-low,
  td.priority-low,
  th.priority-medium,
  td.priority-medium {
    display: none; } }
@media screen and (max-width: 60em) {
  /* 920px */
  th.priority-low,
  td.priority-low {
    display: none; }


/*27/10/2022 by Amit*/
    .region-header .brand a{
      margin-top: -17px;
    }

    #footer{
      height: 150px;
    }
  /*   ul.arrow_list li{
       width: 100%;
    }*/

     }


p {
  margin: 0 0 20px 0; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  color: #000; 
  font-weight: 400;
  margin: 10px 0;
  line-height: 120%; }

h1, .h1 {
  font-size: 2em; }

h2, .h2 {
  font-size: 1.5em;
  margin-bottom: 20px; }

h3, .h3 {
  font-size: 1.2em; }

h4, .h4 {
  font-size: 1.1em; }

img {
  max-width: 100%; }

em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

h2.title {
  color: #3c4ba7; }

.custom-block-title {
  text-align: center;
  margin: 20px 0; }
  .custom-block-title h2 {
    font-size: 1.5em;
    color: #000; }

a {
  color: #3c4ba7; }
  a:hover {
    color: #7171c5;
    text-decoration: none; }

ol, ul {
  padding-left: 20px;
  margin-bottom: 20px; }
  ol li, ul li {
    list-style: outside; }

.list-unstyled li {
  list-style: none; }

ol li {
  list-style-type: decimal; }

ul.links.inline {
  padding: 0; }
  ul.links.inline li {
    list-style: none; }

.form-email,
.form-text,
.form-textarea {
  border: 1px solid #000; 
  background: transparent; }

.block {
  margin-bottom: 10px; }

body {
  font-family: 'RobotoSlab-Regular' !important;
  font-size: 18px;
  line-height: 30px; 
  color: #323232;
  background: #f7f7fa;
  text-align: justify;  
	 }

.region-page-title h1 {
  margin: 30px 0; }

.map-and-address h2.title {
  display: none; }

.google_map p, .google_map .block {
  margin: 0; }
.google_map iframe {
  display: block; }

.footer-menu {
  margin: 0;
  border: 0;
  background: url('../images/social-media-bg.png');
  color: #fff;
  background-size: cover;
  padding: 80px 0; }

.social-media {
  padding: 10px 0;
  margin: 0; }
  .social-media a {
    line-height: 100%;
    font-size: 1em;
    display: inline-block;
    padding: 4px 8px;
    width: 26px; }
    .social-media a:hover {
      color: #7171c5; }

input, button, select, textarea {
  padding: 6px;
  border: 1px solid #000; }

.contact-message-form label { 
  display: block; }

.btn,
.node-readmore a,
.flexslider .more-link,
input[type="submit"] {
  color: #3c4ba7;
  cursor: pointer;
  border: 0;
  padding: 14px 30px;
  line-height: 100%;
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #3c4ba7;
  background: #fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }

.btn:hover,
.node-readmore a:hover,
.flexslider .more-link:hover,
input[type="submit"]:hover {
  background: #3c4ba7;
  color: #fff; }

.comment-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F5F5F5; }
  .comment-wrap .author-details {
    float: left;
    width: 20%; }
  .comment-wrap .author-comments {
    padding-left: 5px;
    float: left;
    width: 80%; }
    .comment-wrap .author-comments h3 {
      margin-top: 10px; }
    .comment-wrap .author-comments p {
      margin-bottom: 10px; }

.comment-submitted {
  padding: 5px 10px;
  border: 1px solid #eee;
  display: inline-block;
  line-height: 100%; }

ul.links.inline li {
  display: inline-block;
  padding-right: 10px; }

.sidebar {
    background: #fff;
    padding: 15px;
    border: 1px solid #3c4ba7;  
  }
  .sidebar .region h2.title {
    padding: 5px 0;
    margin: 0; }
  .sidebar .region .content {
    padding: 10px 0; }

.region-content {
  min-height: 300px; }

.path-frontpage .region-content {
  min-height: auto; }

.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.70em;
  line-height: 150%; }

label.option {
  display: inline;
  font-weight: normal; }

.form-composite > legend,
.label {
  display: inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.marker {
  color: #e00; }

abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none; }

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red; }

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  height: 7px;
  width: 7px; }

.team,
.topwidget,
.footer,
.bottom-widget,
.path-frontpage .main-content,
.services,
.products,
.features,
.price-table,
.copyright,
.clients,
.updates {
  padding: 40px 0; }

.main-content {
  padding: 0 0 50px 0; }

.team,
.features,
.products,
.price-table {
  background: #f6f6f6;
  text-align: center; }

.updates {
  text-align: center; }

.features {
  background-color: #fff; }
  .features .region {
    background: #fff;
    overflow: hidden; }

.footer tbody tr:hover, .footer tbody tr:focus {
  background: none; }

.clients .region ul li {
  display: inline-block;
  width: 100%;
  text-align: center; }
  .clients .region ul li img {
    max-width: 200px; }

.services {
  text-align: center; }
  .services .team-list .block {
    -moz-box-shadow: 0px 0px 3px 0px #ddd;
    -webkit-box-shadow: 0px 0px 3px 0px #ddd;
    box-shadow: 0px 0px 3px 0px #ddd;
    padding: 20px; }

.testimonials-wrap {
  background: #fafafa;
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  padding: 20px 0;
  text-align: center;
  font-size: 1em;
  line-height: 160%; }

.region-testimonials {
  max-width: 600px;
  margin: 0 auto; }

.testimonials-pic {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px; }

.testimonials-pic img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.testimonials-author {
  padding: 0 5px;
  font-size: .75em;
  color: #555; }

.price-table .card-header,
.bottom-widget .card-header {
  border: 0;
  padding: 20px; }
.price-table ul li,
.bottom-widget ul li {
  list-style: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.path-frontpage .feed-icon {
  display: none; }

.team .team-list .region {
  background: #efefef;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #eaeaea; }

.bottom-widget {
  background: #fff; }

.path-frontpage .bottom-widgets {
  padding: 20px 0; }

.top-nav {
  background: #f7f7fa;
  padding: 15px;
  font-size: 1.1em;
  position: relative;
  -moz-box-shadow: 1px 1px 4px #dedede;
  -webkit-box-shadow: 1px 1px 4px #dedede;
  box-shadow: 1px 1px 4px #dedede; }
  .top-nav .region-message,
  .top-nav .region-email {
    display: inline-block; }
  .top-nav .fa {
    padding: 0 5px; }
  .top-nav .block, .top-nav p {
    margin: 0; }

#block-afslogo {
    float: right; 

}

.header {
  padding: 7px 0;
  text-align: left;
  background: #fff;
} 

.main-header nav {
  border: 0;
  margin: 0;
  position: relative;
  min-height: auto;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
.main-header .region {
  position: relative;
  padding: 25px 0; }
.main-header .block {
  margin: 0; }
.main-header p, .main-header .block {
  margin: 0; }

.site-branding {
  margin: 0; }

.region-header {
  padding: 12px 0; }

.region-header .brand {
   display: inline-block;
    vertical-align: middle;
    font-size: 1.5em;
	text-align: center;
	}
  .region-header .brand a {
    color: #3c4ba7;
    display: block; 
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 8px; 
	}
    .region-header .brand a img {
    vertical-align: middle;
    width: 100%;
    height: auto;
	}
  .region-header .brand .site-branding__slogan {
    font-size: .7em;
    vertical-align: top;
    color: #3c4ba7;
	}

.search-block-form {
  margin: 0 auto; }

.region-search {
  width: 100%;
  display: inline-block;
  padding: 7px 0;
  vertical-align: middle; }

#search-block-form {
  display: table;
  width: 100%; }
  #search-block-form .form-item,
  #search-block-form .form-actions {
    display: table-cell;
    vertical-align: top; }
  #search-block-form .form-actions {
    width: 40px; }
#search-block-form input.form-submit {
    background: url(../images/search.png?1554720536) no-repeat center #3c4ba7;
    font-size: 0;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    vertical-align: top;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0 20px 20px 0;
    border: 2px solid #62948d;
}
    #search-block-form input.form-submit:hover {
      background-color: #7171c5;
      border-color: #7171c5; }
  #search-block-form input {
    width: 100%;
    height: 40px;
    padding: 15px;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 0 0 20px; }

.breadcrumb {
  font-size: .85em;
  padding: 2px 0;
  margin: 0;
  display: inline-block; }
  .breadcrumb ul, .breadcrumb ol {
    padding: 0;
    margin: 0; }
    .breadcrumb ul li, .breadcrumb ol li {
      display: inline-block;
      padding: 0 8px; }
      .breadcrumb ul li:after, .breadcrumb ol li:after {
        content: " >";
        padding-left: 15px; }
      .breadcrumb ul li:last-child:after, .breadcrumb ol li:last-child:after {
        display: none; }

.flexslider {
  border: 0;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }
  .flexslider .slider-caption {
    position: absolute;
    top: 12%;
    width: 80%;
    left: 10%;
    z-index: 99;
    text-align: left;
    font-size: 1em;
    line-height: 150%;
    padding: 20px;
    text-align: center; }
  .flexslider .slider-title {
    font-size: 1em;
    font-weight: 600; }
  .flexslider .slider-description {
    display: inline-block;
    clear: both; }
  .flexslider .slides li {
    position: relative; }
    .flexslider .slides li:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      -moz-transition: all 2s;
      -o-transition: all 2s;
      -webkit-transition: all 2s;
      transition: all 2s; }
  .flexslider .flex-direction-nav {
    display: none;
    position: absolute;
    top: 50%;
    width: 100%; }
    .flexslider .flex-direction-nav li {
      list-style: none; }
    .flexslider .flex-direction-nav a {
      font-size: 0;
      padding: 10px; }
      .flexslider .flex-direction-nav a:before, .flexslider .flex-direction-nav a:after {
        color: #3c5a6d; }
  .flexslider .flex-control-paging li a {
    width: 8px;
    height: 8px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .flexslider .flex-control-paging li a.flex-active {
      background: #0084ff; }
  .flexslider .flex-control-nav {
    bottom: 0; }

.navbar-toggle {
  cursor: pointer;
  float: right;
  background: none;
  border: 0;
  padding: 17px 0; }
  .navbar-toggle:focus {
    outline: none; }
  .navbar-toggle .fas {
    font-size: 2em;
    color: #fff;
    border: 0;
    box-shadow: none; }

.navbar-toggle-close {
  position: absolute;
  right: 0;
  padding: 18px;
  font-size: 2em;
  color: #f00;
  cursor: pointer;
  z-index: 99; }

.navbar-default .navbar-toggle {
  z-index: 999;
  margin-right: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: none;
  padding: 6px 6px; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 35px;
    height: 4px;
    border-radius: 1px;
    background-color: #212020; }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none; }

nav h2 {
  display: none; }

.menu-base-theme {
  background: none; }
  .menu-base-theme ul {
    background: none; }
  .menu-base-theme li a {
    font-family: 'RobotoSlab-Regular' !important;
    color: #fff;
    border-bottom: 1px solid #4c4a4a;
    line-height: 100%;
    padding: 12px 15px;
    font-size: 1.1em; 
	}
    .menu-base-theme li a:hover, .menu-base-theme li a:focus, .menu-base-theme li a:active, .menu-base-theme li a.highlighted {
      background: none;
      color: #fff;
      line-height: 100%;
       padding: 12px 15px;  
	  }
    .menu-base-theme li a.sub-arrow {
      color: #999;
      font-size: 22px;
      padding: 5px;
      border-radius: 2px;
      border: 1px solid #DCDCDC;
      background: #EFEFEF; }
    .menu-base-theme li a span.sub-arrow {
      line-height: 120%;
      font-size: 2em; }

.region-primary-menu {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin-bottom: 15px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  left: -100%;
  right: 100%;
  bottom: 0;
  width: auto;
  z-index: 99;
  transition: all .5s; }
  .region-primary-menu.expand {
    left: 0;
    right: 10%; }

.region-footer-menu ul {
  margin: 10px 0;
  padding: 0; }
.region-footer-menu nav li {
  display: inline-block; }
  .region-footer-menu nav li a {
    display: block;
    padding: 2px 15px 2px 0; }

.top-menu {
  font-size: .75em;
  background: #313d48;
  color: #fff; }
  .top-menu .top-blocks {
    overflow: hidden; }
    .top-menu .top-blocks .region {
      padding: 10px 10px 10px 0; }
    .top-menu .top-blocks .social-media {
      padding: 9px 0; }
  .top-menu p, .top-menu .block {
    margin: 0; }
  .top-menu a {
    color: #fff; }

.region-top-menu ul {
  margin: 0;
  padding: 0; }
.region-top-menu nav li {
  display: inline-block; }
  .region-top-menu nav li a {
    padding: 2px 10px;
    text-transform: uppercase;
    line-height: 100%; }

.bd-example {
  position: relative;
  padding: 20px;
  border: 2px solid #f7f7f9;
  background: #ececec; }

.highlight {
  padding: 20px;
  background-color: #ffffff; }
  .highlight pre {
    border: 0;
    background: none; }

.bd-example-type h1, .bd-example-type h2, .bd-example-type h3, .bd-example-type h4, .bd-example-type h5, .bd-example-type h6 {
  margin: 0; }
.bd-example-type .table td {
  padding: 15px 0;
  border-color: #eee; }
.bd-example-type .table tr:first-child td {
  border-top: 0; }

.topwidget .fa, .topwidget .fas {
  font-size: 3em; }
.topwidget .topwidget-list .region .block {
  position: relative; }
  .topwidget .topwidget-list .region .block p:last-child {
    margin: 0; }
.topwidget ul {
  margin: 0;
  padding: 0; }
  .topwidget ul li {
    list-style: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #dddddd42; }

.contact-message-feedback-form {
  max-width: 650px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px 30px; }

.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
  width: 100%; }

.user-login-form,
.user-form,
.user-pass {
  /* max-width: 500px; */ 
  margin: 40px auto;
  border: 1px solid #e6e6e6;
  padding: 5px 20px;
  background: #fdfdfd; }
  .user-login-form .form-text,
  .user-login-form .form-email,
  .user-form .form-text,
  .user-form .form-email,
  .user-pass .form-text,
  .user-pass .form-email {
    width: 100%; }

.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  color: #6c757d;
  font-style: italic; }

.maintenance-page {
  background: url('../images/maintenance-bg.png?1554720536') #66CBFF center no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 100px;
  color: #000; }
  .maintenance-page .brand,
  .maintenance-page .name-and-slogan {
    display: inline-block;
    vertical-align: middle; }
  .maintenance-page .site-name a {
    color: #404040; }
  .maintenance-page .site-slogan,
  .maintenance-page .name-and-slogan {
    display: none; }

.maintenance-msg {
  margin: 20px 0;
  padding: 20px 30px;
  display: inline-block;
  color: #404040;
  border: 1px solid #fff;
  background: #f2f4cf;
  background: rgba(242, 244, 207, 0.88);
  -moz-box-shadow: 5px 5px 0px #fff;
  -webkit-box-shadow: 5px 5px 0px #fff;
  box-shadow: 5px 5px 0px #fff; }
  .maintenance-msg h1 {
    text-transform: uppercase;
    font-weight: bold; }

.path-user .profile > div {
}

.path-user .profile .field__label {
    color: #333;
    font-weight: 600;
    float: left;
    width: 40%; 
}


.path-user .profile .address {
    display: inline-block; 
}
.path-user .profile .field {
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
}  
.user-join-course li{
	list-style: none;
    margin-bottom: 20px;  
}
.user-join-course li a {
    background: #3c4ba7;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    width: 50%;  
    display: block;
} 


/*  Add for more custom css */

#block-ultra-zymphonies-theme-branding{float:left}
#block-ultra-zymphonies-theme-search{float:right} 
#footer{
    text-align: left;
    background: #3c4ba7; 
    color: #fff;
    display: flex; 
    height: 100%;
	} 
#footer h2, #footer p, #footer a{ color:#fff;}
.copyrights {
    float: left;
}

#footer-social-media{
	float:right;
}
.copyrights .credit-link{float:left; margin-top: 10px;}  
#footer h2{
	float: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 20px;
}
.home-page-banner h2{ margin: 0; }   


.read-more{ 
    float: right;
    color: #3c4ba7;
    cursor: pointer;
    border: 0;
    padding: 10px 20px; 
    line-height: 100%;
    margin-right: 2px;
    display: inline-block;
    border: 2px solid #3c4ba7;
    background: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.read-more:hover{
	background: #3c4ba7;
    color: #fff;
}

 .list-box {
    border-bottom: 1px dotted #000;
    display: flow-root;
    margin-bottom: 20px;
    padding-bottom: 40px;
	width:100%;
	display:inline-block;   
} 

#views_slideshow_cycle_main_events-block_2 .list-box {
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 125px;
} 
#views_slideshow_cycle_main_events-block_2 .list-box h2{
	margin: 0;
    text-align: left;
	float: none;
}

.list-box h2 {
    float: left;
	margin: 0; 
}
 .list-box .event-date {
    color: #3c4ba7; 
    float: right;
}
.listbox-left{
	float: left;
    width: 28%;
	}
.listbox-right{
	text-align: left; 
	    width: 100%;  
}
.event-date{
	color: #3c4ba7;
}
.list-box-body{   
    margin-top: 10px;
    margin-left: 10px;
	} 

.list-box p { 
    margin: 0 0 5px 0;
}
.region-content header{
	margin-bottom: 20px;
}
li.pager__item {
    padding: 5px;
    float: left;
    list-style: none;
    font-size: 16px;
}
li.pager__item.is-active a {
    color: red;
}
ul.pager__items{margin:0;     padding: 0;} 
li.pager__item a {
    background: #3c4ba7;
    color: #fff;
    padding: 5px 15px;
}
.path-node .node__submitted{
}

.path-node .comment-submitted {
    margin-bottom: 15px;
    margin-top: 15px;
}

.path-node  .field--name-field-events-date{margin-top: 20px;}
.path-node  .field--name-field-events-date .field__label{
    color: #3c4ba7;
    font-size: 20px;
    margin-bottom: 10px;
	}
.path-node  .field--name-field-events-date time{color:#000;} 
.path-frontpage .list-box{ }
.path-frontpage .list-box .listbox-left{ 
    padding-right: 20px;
	}  

.path-courses ul.arrow_list {
    padding: 0;
    margin: 0;
}

ul.arrow_list li {
    float: left;
    width: 31%;
    margin-right: 20px;
    list-style: none;
    /*display: inline-block;*/
}
.term-box-name a{font-size: 20px;}
.inner-news {
    padding: 20px;
    box-shadow: 0 0 12px 5px #1c1c1c3d;
    max-height: 362px;
    min-height: 362px;
}
.termbox-bottom{ 
    padding: 20px;
    box-shadow: 0 0 12px 5px #1c1c1c3d;
    max-height: 300px;
    min-height: 300px;
	margin-bottom: 20px;
}
.term-box-name{
	margin-bottom: 15px;
}
.term-box-image{
	 box-shadow: 0 0 12px 5px #1c1c1c3d;
}
.user-logged-in .user-registerforcourse{
	display:none;   
}

#block-ultra-zymphonies-theme-account-menu ul li {
    float: left;
    list-style: none;
    color: #fff;
}
#block-ultra-zymphonies-theme-account-menu ul li a {
    color: #fff;
} 
 
#block-ultra-zymphonies-theme-account-menu ul li:first-child a{ 
    border-right: 1px solid #fff;
    padding-right: 5px;
	margin-right: 5px;
}
form#webform-submission-apply-for-course-taxonomy-term-260-add-form {
    padding: 10px 20px;
} 
.user-apply{display:none;} 
.user-logged-in .user-apply{display:block;}   

.user-logged-in.path-taxonomy .ui-front {
     
}

.path-taxonomy .feed-icon{ display:none;} 
.vocabulary-course-type .fieldset-legend{     
    font-size: 1.5em;
    margin-bottom: 20px; 
	color: #3c4ba7;
	
	}    
.page-node-type-news .field--name-field-date .field__label {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-weight: 600;
	color: #3c4ba7; 
}
.page-node-type-news .field--name-field-date{color: #3c4ba7; margin-bottom: 10px;}  

.page-node-type-news .field--name-field-tag .field__label { 
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-weight: 600;
	color: #3c4ba7; 
}

.page-node-type-news .field--name-field-tag .field__items .field__item{
	display: inline-block; 
    float: left;
	margin-right: 20px;
	color: #3c4ba7;  
}
 
#block-ultra-zymphonies-theme-search{ 
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
	} 

#search-block-form {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#searckbtn {
    background-image: url(/sites/default/files/search.png);
    color: #fff; 
    cursor: pointer;
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
} 
 

#block-ultra-zymphonies-theme-search .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}


.spb-popup-main-wrapper {
    padding: 30px;
}
.path-course .ui-dialog{ 
	z-index: 999999;
}
.path-frontpage .flexslider .slides img {
    height: 600px;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url(data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e) no-repeat 50%;
}
.ui-draggable .ui-dialog-titlebar {
       background: #3c4ba7; 
}

.user-logged-in #block-ultra-zymphonies-theme-search .closebtn {
    top: 100px; 
}
.region-header-top{
	    float: right;
		display: inline-flex;  
}
#block-gtranslate {
   
}
select#gtranslate_selector {
    background: #3c4ba7;
    color: #fff;
}

.region-header {
    display: inline;
    width: 100%;
    padding: 5px 0px;
}
.navbar-header.col-md-12 {
    height: 70px; 
}
i {
    font-style: normal;
}  

.header-bottom{
	background: #3c4ba7;
} 
.header-top{ 
    background: #3c4ba7;
    padding: 3px;
    height: 44px;  
} 
.header-top-right{
    float: right;
    display: inline-block;
}
.header-top-left{
    float: left;
    display: inline-block;
    width: 20%;
} 
.headertop-box{
	width:100%;
} 
.region.region-header-top-left {
    float: left;
}
.region.region-header-top-right {
    display: inline-flex;
	margin-top: 4px; 
} 
#footer-social-media .col-sm {    
    display: contents;
}
.region.region-footer-third {
    margin-right: 50px;

}
.region.region-footer-third ul li {
    list-style: none !important;
}
.not-front .page-inner-banner h2{
	margin: 0; 
}

.page-inner-banner {
    height: 250px; 
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
	background-image: url(/sites/default/files/styles/page_banner/public/default_images/inner-banner_img.jpg);   
}
.path-webform .page-inner-banner { 
    background-image: url(/sites/default/files/inner-banner/nl-course.jpg); 

} 
.path-course-icms .page-inner-banner {
    background-image: url(/sites/default/files/inner-banner/nl-course.jpg); 

}

.path-course .page-inner-banner {
    background-image: url(/sites/default/files/inner-banner/nl-course.jpg); 

}
.path-international-course  .page-inner-banner {
    background-image: url(/sites/default/files/inner-banner/int-course.jpg); 

}

.path-events .page-inner-banner {
    background-image: url(/sites/default/files/inner-banner/course.jpg); 

}
.path-news .page-inner-banner {
    background-image: url(/sites/default/files/inner-banner/news.jpg); 

}
.path-photo-gallery .page-inner-banner, .path-video-gallery .page-inner-banner{
    background-image: url(/sites/default/files/inner-banner/photo-gallery.jpg); 

}

.path-video-gallery .page-inner-banner{
    background-image: url(/sites/default/files/inner-banner/vid-gal-img.jpg); 
}
.path-video-gallery .thumbnail-video{ 
	background-image: url(/sites/default/files/inner-banner/video_icon.png);
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    margin-top: 40px;
    margin-left: 90px;  
}

.page-inner-banner h2 {
    display: none;
} 

.page-gallery-box {
    display: inline-block;
    margin-right: 40px; 
    margin-bottom: 40px; 
}
.page-gallery-box h3{
	background: #3c4ba7;
    padding: 10px;
    color: #fff;
    margin: 0;
}
.last-updated h2{
	display: none !important;
}
.path-frontpage #block-views-block-news-block-1 ul.arrow_list li{
	    width: 100%;
    text-align: left;
}
.path-frontpage .listbox-right { 
  
}
.path-frontpage h2.title{
	background: #3c4ba7;
    color: #fff;
    padding: 10px;
	margin-top: 0;
}


.path-frontpage #block-views-block-news-block-1{
    border: 1px solid #ddd !important;
    margin-top: 0;
    padding: 0px 0px 20px 0px;
	display: inline-block;  
	box-shadow: 2px 5px 8px 2px #3c4ba7; 
    height: 340px;
}
.path-frontpage #block-views-block-events-block-2{
    border: 1px solid #ddd !important;
    margin-top: 0;
	box-shadow: 2px 5px 8px 2px #3c4ba7;
	height: 340px;
 
	 
}
a.read-mores {
    float: right;
}  
.listbox-right h2 {
    margin: 0;
	text-align: left; 
} 
.path-frontpage .event-date {
    color: #3c4ba7; 
    float: right;
    margin-right: 10px;
}
.path-frontpage #block-views-block-news-block-1 .arrow_list h2 { 
    border-bottom: 1px dotted;
    margin: 8px 5px;
}
.path-frontpage #block-views-block-news-block-1 ul {
	padding-left: 15px;
    padding-right: 15px;

}
.path-frontpage #updates{
	    padding-top: 0; 
}
.path-frontpage #block-ultra-zymphonies-theme-content p{
	     margin-bottom: 0; 
}

#footer .credit-link { 
    text-align: center;
    clear: both;
}

.make-none-editable {    
    cursor: none;
    pointer-events: none;  
}

.spv-popup-content {
    padding: 0px;
    width: 740px;
} 
.spv-top-popup {
    bottom: 0%;
} 
.spv-right-popup {
    top: -150px; 
    left: 65%;
} 
.path-video-gallery  .spv-inside-popup ul li{
	    list-style: none;  
}
.path-video-gallery .gallery-box{
	display: inline-block;
    margin-right: 40px;
    margin-bottom: 20px;
}
.path-video-gallery  .gallery-box .views-field-title{ 
    background: #3c4ba7;
    padding: 10px;
    color: #fff;
    margin: 0;
}
.path-course .spv-inside-popup { 
    padding: 15px;
}
.path-course #views-exposed-form-courses-page-3 { 
    display: inline-flex;
    margin-left: 0;
}

#views-exposed-form-courses-page-3 #edit-actions {
    width: 10%;
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}
.page-gallery-box img.image-style-max-325x325 {
    height: 240px; 
}

.gallery-box .simple-popup-views-global img.image-style-medium {
    height: 150px; 
}
.path-frontpage #views_slideshow_cycle_main_events-block_2 .listbox-right {
    

}

#views_slideshow_cycle_main_events-block_2  .list-box-body {
    margin-top: 10px;
    text-align: left;
    margin-left: 10px;
    display: block;
}
.view-all .read-more{
	float:none; 
	
}
.home-news-box .arrow_list{
	    min-height: 145px;
}


#block-views-block-events-block-2 .view-all .read-more {
    margin-top: 10px;
}
.path-events .listbox-right h2 {
    float: none; 
}
.path-events .list-box {
    min-height: 140px; 
}

#apply-course.No .field-content{
}

.path-user .page-inner-banner{
    background-image: url(/sites/default/files/inner-banner/about-us.jpg);  
}
.path-sponsorship-list  .page-inner-banner{
    background-image: url(/sites/default/files/inner-banner/about-us.jpg); 
}
.path-registered-user .page-inner-banner{
    background-image: url(/sites/default/files/inner-banner/about-us.jpg);        
}
.path-course-settings .page-inner-banner{
    background-image: url(/sites/default/files/inner-banner/about-us.jpg); 
} 

.path-active-course-application .page-inner-banner{ 
    background-image: url(/sites/default/files/inner-banner/about-us.jpg); 
} 
.path-archive-application .page-inner-banner{   
    background-image: url(/sites/default/files/inner-banner/about-us.jpg); 
}  
.path-search  .page-inner-banner{    
    background-image: url(/sites/default/files/inner-banner/about-us.jpg); 
}  
.path-international-course .spv-inside-popup { 
    padding: 15px;
} 

.path-admin .page-inner-banner { 
    height: auto;
}
.brand.site-name {
    text-align: center;
    width: 80%;
} 

#block-ultra-zymphonies-theme-branding {
    width: 90%;
}
.copyrights span {
    margin-left: 10px;  
}
.cantactus-leftbox {
    float: left;
} 
.cantactus-mapbox{
    border: 1px solid #ddd !important;
    padding: 20px;
    box-shadow: 2px 5px 8px 2px #3c4ba7;
    min-height: 460px; 
}  

.contactus-rightbox {
    float: right;
    width: 60%;
    border-left: 2px solid #868181;
    padding-left: 30px;
}	
	
@media only screen and (max-width: 600px) {
 ul.arrow_list li {
    float: left;
    width: 100%;
    margin-right: 20px;
    list-style: none;
    /* display: inline-block; */
}
}
.other-page-link, .other-page-link:hover{ 
    color: #fff;
}
.region.region-header-top-middle {
    text-align: right;
    display: inline-block;
    margin-top: 5px;
    width: 40%; 
}     
span.title-prefix-label {
    font-size: 22px;
    font-weight: bold;
    padding-right: 10px;
} 
.webform-submission-apply-for-course-form .form-item label{
	font-size: 18px;
    font-weight: lighter;
}
.webform-submission-apply-for-course-form .webform-table-row label{
	font-weight: bold; 
}
.webform-readonly input[type="date"], .webform-readonly input[type="datetime-local"], .webform-readonly input[type="email"], .webform-readonly input[type="number"], .webform-readonly input[type="password"], .webform-readonly input[type="search"], .webform-readonly input[type="tel"], .webform-readonly input[type="text"], .webform-readonly input[type="time"], .webform-readonly input[type="url"], .webform-readonly textarea {
    color: #000;
    border-color: #000;
    background: #fff; 
}

.webform-submission-apply-for-course-form .basic-information-list label{
    float: left;
    width: 30%;  
}
.webform-submission-apply-for-course-form .form-item-transaction-id label { 
    float: left;
    width: 30%;
}
.webform-submission-apply-for-course-form .form-item-transaction-id .form-text{
    float: right;
    width: 40%;
} 

.webform-submission-apply-for-course-form .basic-information-list .form-text, .webform-submission-apply-for-course-form .basic-information-list .form-email{
    float: right;
    width: 70%; 
}
.webform-submission-apply-for-course-form .basic-information-list  .form-type-radio label{ 
	width: auto;
    float: none;
    display: inline-block; 
}
.webform-submission-apply-for-course-form .form-item-date-of-birth label, .webform-submission-apply-for-course-form .form-item-nationality label{
	    float: left;
    width: 30%; 
}
.webform-submission-apply-for-course-form .form-item-date-of-birth .form-text, .webform-submission-apply-for-course-form .form-item-nationality .form-text{ 
	float: right;
    width: 70%; 
}
.webform-submission-apply-for-course-form .form-item{
	clear: both;
    padding-top: 10px;
	margin-top: 0;
    margin-bottom: 0; 
} 
.webform-submission-apply-for-course-form  legend{
	float: left;
    width: 30%; 
}
.webform-submission-apply-for-course-form  .fieldset-wrapper{ 
	float: left;
    width: 70%;  
}
.webform-submission-apply-for-course-form  .fieldset-wrapper .form-type-radio, .webform-submission-apply-for-course-form  .fieldset-wrapper .form-type-checkbox{ 
	display: inline-flex; 
    margin-right: 30px;  
} 
.webform-submission-apply-for-course-form  .option{
	    padding-left: 10px;
}
.webform-submission-apply-for-course-form .form-radio, .webform-submission-apply-for-course-form .form-checkbox{ 
    width: 20px;
    height: 20px;
    vertical-align: text-bottom; 
}
.webform-submission-apply-for-course-form .fieldset-legend{
	font-size: 18px;
    font-weight: lighter;
}
.webform-submission-apply-for-course-form label{
	font-size: 18px;
    font-weight: lighter;  
} 
.webform-submission-apply-for-course-form .webform-section{
    border: 1px solid #000;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.webform-submission-apply-for-course-form .form-type-webform-table{
	margin-top: 30px;
    margin-bottom: 30px;
}

.webform-submission-apply-for-course-form .driving-details-section label {
    float: left;
    width: 30%;
}
.webform-submission-apply-for-course-form .driving-details-section .form-text { 
    float: right;
    width: 70%;
} 
.upload-section-list-box label {
    float: left;
    width: 50%;
}
.upload-section-list-box .form-file{ 
    float: right;
    width: 40%;
} 
.upload-section-list-box .description{
	/* clear:both; */  
} 
.upload-section-list-box {
    border: 1px solid #000; 
    padding: 20px;
}
.form-required:after { 
    content: '*';
    color: red;
  }
 .user-logged-course a.Inactive{ 
	 pointer-events: none;
	 cursor: pointer; 
    color: grey; 	 
 }
 
.webform-submission-apply-for-course-form .physical-standard-list-box label {
    float: left;
    width: 30%;
}
.webform-submission-apply-for-course-form .physical-standard-list-box .form-text { 
    float: right;
    width: 70%;
} 
.sidebar-first .col-md-9{
    width: 75%;
    float: right;
	flex: 75%; 
}
 

#sidebar-first {
    height: 100%;
    width: 200px !important;
    position: relative;
    float: left;
}
#sidebar-first ul{
	padding: 0;
    margin: 0; 
}
#sidebar-first ul li{
	list-style:none; 
	margin-bottom: 20px; 
}
#sidebar-first ul li:last-child{ 
	margin-bottom: 0px; 
}
#sidebar-first ul li a{
	background: #3c4ba7;  
	display: block; 
    color: #fff;
    padding: 10px;
	font-size:18px; 
	text-align: left;  
}
#sidebar-first ul li a.is-active, #sidebar-first ul li a:hover {  
	    background: #1427b5;   
}
.webform-submission--webform-apply-for-course .webform-section-wrapper .webform-element label{
	float: left;
    width: 45%;
    display: block;   
}
.webform-submission--webform-apply-for-course .webform-section-wrapper .webform-element a { 
    pointer-events: none;
}
.webform-submission--webform-apply-for-course .webform-submission-information{
	
	display:none; 
}  
.views-exposed-form{ 
	padding-bottom: 25px;
    display: inline-block;    
} 


.views-exposed-form .form-actions{
	margin-left: 20px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;  
}
.views-exposed-form .form-type-select{   
    display: inline-block;
    float: left;
}

.webform-submission-apply-for-course-form .form-item--error-message { 
    color: red;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
} 
.path-sponsorship-list .webform-container{ 
}
.path-sponsorship-list .webform-container .webform-element{
	display: table-cell;
    width: auto;
    border: 1px solid;
    padding: 10px; 
    vertical-align: top;   
}
.path-sponsorship-list .webform-container .webform-element label {
    display: block; 
	border-bottom: 1px solid;  
}

.path-sponsorship-list .views-element-container table span.fieldset-legend {
    display: none;
} 
.path-sponsorship-list .views-element-container table td, .path-sponsorship-list .views-element-container table th { 
    vertical-align: top !important; 
    box-sizing: border-box;
} 
.path-sponsorship-list .views-element-container table td table{
	 overflow: auto;
    width: auto;
    display: inline-block;   
}
.webform-submission-apply-for-course-form .webform-table td { 
    vertical-align: bottom;
}
.webform-submission-apply-for-course-form .tabledrag-toggle-weight-wrapper {
    display:none; 
}
#sponsorship-list-data tr td.views-field-webform-submission-value-11, #sponsorship-list-data tr td.views-field-webform-submission-value-13, #sponsorship-list-data tr td.views-field-webform-submission-value-55{
	display:none; 
}
#sponsorship-list-data tr td.views-field-webform-submission-value-56, #sponsorship-list-data tr td.views-field-webform-submission-value-57, #sponsorship-list-data tr td.views-field-webform-submission-value-58{
	display:none;  
}
#sponsorship-list-data tr th.views-field-webform-submission-value-11, #sponsorship-list-data tr th.views-field-webform-submission-value-13, #sponsorship-list-data tr th.views-field-webform-submission-value-55{
	display:none; 
}
#sponsorship-list-data tr th.views-field-webform-submission-value-56, #sponsorship-list-data tr th.views-field-webform-submission-value-57, #sponsorship-list-data tr th.views-field-webform-submission-value-58{
	display:none;  
}  
.sponsorship-list-submitted-data{
    background: #3c4ba7;
    color: #fff;
    padding: 8px;  
    border-radius: 10px;  
    cursor: pointer;
}

/* .sponsorship-wrapper1{ height: 20px; }
.sponsorship-div1 { height: 20px; }    
.sponsorship-div2 {  } 
.sponsorship-wrapper1{
	overflow: scroll;
    width: 1100px;
    display: block;
	scroll-behavior: smooth; 
	inset-inline-start: 0; 

}
.sponsorship-wrapper2{ 
    overflow: scroll;
    width: 1100px;
    display: block;
	scroll-behavior: smooth; 
	inset-inline-start: 0; 
	 position: sticky; 
}  */  

.bootstrap-table .fixed-table-container .fixed-table-body {
    overflow: visible;
    height: 100%;
}  
.webform-submission--webform-apply-for-course .webform-submission-navigation{
	display:none; 
}
.webform-submission--webform-apply-for-course .webform-element label{
	width:50%;  
	font-weight: 600; 
}
.webform-submission--webform-apply-for-course .webform-element label:after {
    content: ": " 
	padding-left: 5px; 
}
.webform-submission--webform-apply-for-course  fieldset {   
    border: 1px solid;
    padding: 10px 20px;
}

.webform-submission--webform-apply-for-course  .webform-element-type-managed-file {
    display: flex;
}
.webform-submission-apply-for-course-add-form .form-managed-file .form-submit {
    float: right;  
}
.path-frontpage #views_slideshow_cycle_div_events-block_2_0 {
    width: 100% !important;
    display: block;
}
.webform-submission-sponsorship-form-add-form .form-item label{    
    width: 40%;
    display: inline-block;
	font-weight: bold; 
}
.webform-submission-sponsorship-form-add-form .form-item .form-text, .webform-submission-sponsorship-form-add-form .form-item .form-number{  
    width: 60%; 
    display: inline-block;
}
.webform-submission-sponsorship-form-add-form .form-item{ 
margin-bottom: 10px;  
}
.webform-submission-sponsorship-form-add-form fieldset .fieldset-wrapper {
    width: 60%;
    float: right;
} 
.webform-submission-sponsorship-form-add-form fieldset .fieldset-wrapper .form-item { 
    display: inline-block;
	margin-right: 20px;  
}
.webform-submission-sponsorship-form-add-form fieldset legend {   
    width: 40%;
    display: inline-block;
	float: left;  
}
.webform-submission-sponsorship-form-add-form .form-radio { 
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.webform-submission-sponsorship-form-add-form .option{ 
    padding-left: 2px;  
    font-weight: normal !important; 
}
.webform-submission-sponsorship-form-add-form .form-item .form-managed-file{ 
    display: inline-block;    
}
.webform-submission-sponsorship-form-add-form {
    border: 1px solid;  
    padding: 20px;
} 
#block-sponsorshipnodalaction{
	margin-top:20px; 
}
.region-sidebar-first nav h2{
	display:block;
	text-align:left; 
}
.webform-submission-sponsorship-form-add-form .webform-multiple-table td {
    padding-bottom: 60px;
}
.webform-submission-sponsorship-form-add-form .webform-multiple-table td.webform-multiple-table--operations {
    width: auto;
    padding: 5px;
    text-align: center;
    vertical-align: baseline;
    position: absolute;
    bottom: 110px;
    border: 1px solid;
    width: 50%;
    left: 25%;
}
.webform-submission-sponsorship-form-add-form .webform-multiple-table td input[type="image"] {

    width: 25px; 
}
.webform-submission--webform-sponsorship-form .webform-submission-navigation, .webform-submission--webform-sponsorship-form .webform-submission-information{ 
	display:none; 
} 
.webform-submission--webform-sponsorship-form .form-item-course-end-date, .webform-submission--webform-sponsorship-form .form-item-end-pluse-seven-date{ 
	display:none; 
	
}
.webform-submission--webform-sponsorship-form .webform-element-type-webform-custom-composite ul li{
	list-style: none; 
	border-bottom: 1px solid;
    padding: 4px;
}
.webform-submission--webform-sponsorship-form .webform-element-type-webform-custom-composite ul {
	border: 1px solid;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;  
}
.webform-submission-data--webform-apply-for-course .form-item-course-start-date, .webform-submission-data--webform-apply-for-course .form-item-course-end-date, .webform-submission-data--webform-apply-for-course .form-item-end-pluse-seven-date{
	display:none; 
}
#sponsorship-list-data .item-list ul li{  
	list-style: none; 
}
#sponsorship-list-data .item-list ul li ul li{  
	list-style: disc; 
}
.role-fttc #apply_for_course--basic_information_list #apply_for_course--calculated_age{
	display:none;  
}
.role-content_editor .block-local-tasks-block ul.tabs {
	display:none; 
}
.path-registered-user .spv-inside-popup .field .field__label{
	font-weight: bold;
    font-size: 16px;
    float: left;
    width: 50%; 
}
.path-registered-user  .spv-inside-popup .field .field__item{ 
    display: inline-block; 
} 
.path-registered-user .spv-inside-popup {
    padding: 15px 30px;
}
.path-registered-user  .spv-inside-popup .field{
	border-bottom: 1px solid;
    padding-bottom: 10px; 
}
.tabs li.is-active a{  
    background-color: #3c4ba7;
    color: #fff;
}
.webform-submission-apply-for-course-form #edit-btc-pay-account-details{display:none; }
.webform-submission-apply-for-course-form .form-item-btc-pay-account-details{
	    margin-bottom: 30px; 
}

.webform-submission-apply-for-course-form .upload-section-list-box .description {
    clear: both;  
}
#block-views-block-gallery-block-1 ul{
	padding:0;
	
}
#block-views-block-gallery-block-1 ul li{
	list-style:none; 
}
#block-views-block-gallery-block-1 .page-gallery-box{
	float: left;
    min-height: 330px; 
}
#block-views-block-gallery-block-1 {
	display:none;   
}
.mobile-view #block-views-block-gallery-block-1 {
	display:block;    
}
.mobile-view .hide-mobile-view {
	display:none;     
}
.path-course .views-element-container header { 
    color: red;
}
.downloading-consolidated-data .views-field-operations .dropbutton .dropbutton-action, .downloading-consolidated-data .views-field-operations .dropbutton .dropbutton-toggle{  
	display:none; 
}
.downloading-consolidated-data .views-field-operations .dropbutton .download-all.dropbutton-action{  
	display:block; 
    line-height: 20px;    	
} 
#views-exposed-form-downloading-consolidated-details-page-1 .form-wrapper{
    display: inline-block;
    float: none;  
}
#views-exposed-form-downloading-consolidated-details-page-1 .container-inline{ 
    display: inline-block; 
}
#views-exposed-form-downloading-consolidated-details-page-1 h4.label {  
    text-transform: capitalize;
}
.consolidated-download{
background: #3c4ba7;
    color: #fff;
    padding: 4px 8px;
    float: right;
    cursor: pointer;  
}
.webform-submission-apply-for-course-add-form .form-item-belongs-country{
	display:none;  
}
.path-frontpage marquee, .path-frontpage marquee a {  
    background: #3c4ba7;
    color: #fff;
    padding: 10px 20px;
    font-size: large;
}
.webform-element-description{
	clear:both; 
}
.scroll-left {
 height: 50px;	
 overflow: hidden;
 position: relative;
 background: #3c4ba7;
 border: 1px solid #3c4ba7;
}
.scroll-left a{
 position: absolute;
 width:100%;  
 color: #fff; 
 font-size: 1.3em;
 line-height: 50px;
 text-align: left;
 /* Starting position */
 transform:translateX(100%);
 /* Apply animation to this element */
 animation: scroll-left 45s linear infinite; 
}
/* Move it (define the animation) */
@keyframes scroll-left {
 0%   {
 transform: translateX(100%); 		
 }
 100% {
 transform: translateX(-100%); 
 }
} 