/* nav bar */
.default li{
    font-weight: 600;
}
.default li a:hover{
    color: #000;
}
.default li a{
    color: #fff;
}
.default .navbar-toggle {
    border-color: #fff !important;
}
.default .navbar-toggle .icon-bar {
    background-color: #fff !important;
}
.nav .dropdown{
 background-color: #043B87;
}
@media (min-width: 768px) {

    .icon-bar {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    @font-face {
        font-family: Chandra Head;
        src: url(chandra.ttf)
    }

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

    .icon-bar a:hover {
        background-color: #000;
    }

}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.android {
    background: #A4C639;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.container.header-custome {
    text-align: center;
    color: #346cbe;
}

.footer-fixed-panel {
    /*background: #000; */
    position: fixed;
    top: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);

}

@media only screen and (max-width: 990px) {
    footer {
        margin-bottom: 40px;
    }
}
/* nav bar */
.vvi_person {
    background: #eaeaea;
    border: 1px solid #cacaca;
    padding: 15px;
}
.vvi-In {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    padding: 2px;
    background: #FFF none repeat scroll 0 0;
    border-radius: 3px;
        margin-bottom: 10px;
}
.clearfix:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2)

}
.vvi_person figure {
    background: #FFF;
    text-align: center;
    display: inline-block;
    float: left;
    width: 30%;
    border-right: 1px solid rgba(230,230,230,0.45);
    margin-left: 5px;
}
figure {
    margin: 0;
}
.vvi_person figure img {
    width: 120px;
    border: 1px solid #ddd;
    padding: 5px;
    margin: 5px auto;
    max-height: 150px;
    height: 130px;
}
.vvi_person .figcaption {
    width: 68%;
    background-color: #FFF;
    text-align: left;
    padding: 5px 10px;
    float: right;
}
.vvi_person .figcaption h4 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}
.vvi_person .figcaption h5 {
    font-size: 1em;
    color: #d7002e;
    font-weight: 600;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.well-heading, .nav li, .news-bar a, .news-bar td, .news-bar th, .well a {
  /*font-weight: bold;*/
    font-size: 14px;
}
.well-heading {
    background: #043B87;
    width: auto;
    height: auto;
    color: white;
    line-height: 24px;
    padding: 8px;
    border-left: 10px solid #008000;
    position: relative;
     font-weight:600;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
.content_title:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 40px;
    border-radius: 6px;
    border-color: #043B87 transparent #043B87 #008000;
    border-style: solid;
    border-width: 3px 5px 3px 150px;
}
.blockmenu {
    height: 70px;
    width: 100%;
    background: #043B87;
    margin-bottom: 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    transition: all 0.2s linear 0s;
}
.blockmenu a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.blockmenu:hover{
   box-shadow: 0 0 11px rgba(255, 0, 0, 0.8)

}
.block-icon {
    color: #FFF;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}
.block-content {
    width: 70%;
    padding: 20px 0;
    position: absolute;
    left: 75px;
}
.fa {
    display: inline-block;


    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block-icon {
    color: #FFF;
    font-size: 50px;
    opacity: 1;
    transform: rotate(0deg);
    font-family: FontAwesome;
    padding: 0 10px;
    width: 30%;
    position: absolute;
    left: 0;
}

.courses-box:hover{
   box-shadow: 0 0 11px rgba(255, 0, 0, 0.8)
}
 .bottom__fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 17px 0;
    z-index: 100;
    border-top: solid 2px #563d7c;
}
.ui.container {
    width: 1127px;
    margin-left: auto!important;
    margin-right: auto!important;
}
.ui.container {
    display: block;
    max-width: 100%!important;
}
.alt__row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin-left: -15px;
    margin-right: -15px;
}
.alt__row .alt__col {
    padding: 0 15px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.bottom__fixed .icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background-color: #b12628;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}
a {
    color: #563d7c;
}
.bottom__fixed .title {
    text-align: center;
    display: block;
}
b, strong {
    font-weight: bolder;
}
.bottom__fixed .icon img {
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: all 0.2s ease-in-out;
}
* {
  box-sizing: border-box
}


main {
  height: 200vmin
}

h1 {
  color: white;
  font-family: system-ui, sans-serif;
  font-size: 48px;
  text-align: center
}

footer {
  display: flex;
  justify-content: flex-end;
  padding: 0px
}

.scrollToTopBtn {
  background-color: black;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;

  /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
  /* keep it at the top of everything else */
  z-index: 100;
  /* hide with opacity */
  opacity: 0;
  /* also add a translate effect */
  transform: translateY(100px);
  /* and a transition */
  transition: all .5s ease
}

.showBtn {
  opacity: 1;
  transform: translateY(0)
}
/* width */
        ::-webkit-scrollbar {
          width: 15px;
        }

        /* Track */
        ::-webkit-scrollbar-track {
          background: #f1f1f1;
        }

        /* Handle */
        ::-webkit-scrollbar-thumb {
          background: #888;
        }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
          background: #555;
        }

        ul{
        padding: 0;
        list-style: none;

    }
    ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;
    }
    ul li a{
        display: block;
        padding: 8px 25px;
        color: #333;
        text-decoration: none;
    }
    ul li ul.dropdown{
        min-width: 250px; /* Set width of the dropdown */
        background: #f2f2f2;
        display: none;
        position: absolute;
        z-index: 999999;
        left: 0;
    }
    ul li:hover ul.dropdown{
        display: block; /* Display the dropdown */
    }
    ul li ul.dropdown li{
        display: block;
    }

.onoffswitch3
{
    position: relative;

}

.onoffswitch3-checkbox {
    display: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}

.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #008000; color: #FFFFFF;
}

.onoffswitch3-switch {
    display: block; width: 50%; margin: 0px; text-align: center;
    border: 0px solid #999999;border-radius: 0px;
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #D7002E; left: 0;
    width: 160px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}

.glyphicon-remove{
    padding: 3px 0px 0px 0px;
    color: #fff;
    background-color: #000;
    height: 25px;
    width: 25px;
    border-radius: 15px;
    border: 2px solid #fff;
}

.scroll-text{
    color: rgb(235, 22, 22);
}


/* ----- SLIDER ----- */

.slider {
  display: block;
  border: 10px solid #FFF;
  background: #FFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
  overflow: hidden;
  position: relative;
  margin: 2px auto;
}

.slide {
  background-size: cover;
  background-position: center center;
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  display: none;
}

.slide.active {
  z-index: 100;
  display: block;
}

.slide.next {
  z-index: 50;
  display: block;
}

.dots {
  position: absolute;
  z-index: 200;
  width: 100%;
  text-align: center;
  bottom: 10px;
  height: 15px;
}

.dots span {
  background: rgba(0, 0, 0, .2);
  display: none;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, .3);
  width: 9px;
  height: 9px;
  border-radius: 9px;
  margin: 3px;
}

.dots span.active {
  background: rgba(0, 0, 0, .8);
}

body {font-family: Arial;}

    /* Style the tab */
    .tab {
      overflow: hidden;
      border: 1px solid #ccc;
      background-color: #f1f1f1;
    }

    /* Style the buttons inside the tab */
    .tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 10px 8px;
      transition: 0.3s;
      font-size: 17px;
    }

    /* Change background color of buttons on hover */
    .tab button:hover {
      background-color: #ddd;
    }

    /* Create an active/current tablink class */
    .tab button.active {
      background-color: #ccc;
    }

    /* Style the tab content */
    .tabcontent {
      display: none;
      padding: 0px 0px;
      border-top: none;
    }

    /* Style the close button */
    .topright {
      float: right;
      cursor: pointer;
      font-size: 20px;
      color: #fff;
    }

    .topright:hover {color: red;}

    .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }

  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: none;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-nav button:focus {
      outline: none;
  }

   .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:1;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
  }
  blockquote, q {
    quotes: none;
    border: 1px solid rgb(229, 227, 227);
    padding: 20px 10px 10px 56px;
    text-shadow: 1px 1px #fff;
    margin: 5px 0;
    border-radius: 2px;
}
.tab-pane{
  width: 100%;
}
#legal .nav .active{
    background-color: #008000;
    color: #fff;
}
#legal .tab-content {
    padding : 5px 15px;
    border: 1px solid #008000;
  }
.legal_documents{
    margin-top: 10px;
}
.footer{
    background-color: #008000;
    margin: 10px;
    color: #fff;
}
.tweets{
    height: 300px;
    overflow: scroll;
}
.border{
  border: 1px solid #008000;
  padding: 10px;
  border-radius: 5px;
}
.contact-info {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.contact-info-icon {
margin-bottom: 15px;
}
.contact-info-item {
  background: #043B87;
  padding: 30px 0px;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  display: inline-block;
  width: 100%;
}
ul.breadcrumbs {
  margin-top: 10px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  height: 40px;
}
ul.breadcrumbs li {
  position: relative;
  margin: 0px 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  border-left: 1px solid #ccc;
  transition: 0.3s ease;
}
ul.breadcrumbs li:hover:before {
  border-left: 10px solid #008000;
}
ul.breadcrumbs li:hover a {
  color: #000;
  background: #008000;
}
ul.breadcrumbs li:before {
  content: "";
  position: absolute;
  right: -9px;
  top: -1px;
  z-index: 20;
  border-left: 10px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
  transition: 0.3s ease;
}
ul.breadcrumbs li:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -1px;
  z-index: 10;
  border-left: 10px solid #ccc;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}
ul.breadcrumbs li.active a {
  color: #000;
  background: #008000;
}
ul.breadcrumbs li.first {
  border-left: none;
}
ul.breadcrumbs li.first a {
  font-size: 18px;
  padding-left: 20px;
  border-radius: 5px 0px 0px 5px;
}
ul.breadcrumbs li.last:before {
  display: none;
}
ul.breadcrumbs li.last:after {
  display: none;
}
ul.breadcrumbs li.last a {
  padding-right: 20px;
  border-radius: 0px 40px 40px 0px;
}
ul.breadcrumbs li a {
  display: block;
  font-size: 12px;
  line-height: 40px;
  color: #757575;
  padding: 0px 15px 0px 25px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease;
}
/* detail */
.blog-title-area {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 3rem;
  }

  .blog-title-area .blog-meta a {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .blog-title-area span {
    margin: 0.5rem 0;
    display: block;
  }

  .blog-title-area span a {
    padding: 0 1rem;
    color: #ffffff !important;
    border-radius: 3px;
  }

  .blog-title-area h3 {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    overflow-wrap: break-word;
  }

  .blog-meta h4 {
    padding: 1rem 0 0.5rem;
    margin: 0;
    font-size: 21px;
  }

  .blog-meta.big-meta h4 {
    padding: 1rem 0 0.6rem;
    margin: 0;
    font-size: 28px;
  }

  .blog-meta.big-meta p {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }

  .blog-meta small {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.5rem;
  }

  .blog-meta small:after {
    content: "/";
    padding-left: 1rem;
  }

  .blog-meta small:last-child:after {
    content: ""
  }
  .post-sharing {
    display: block;
    width: 100%;
    position: relative;
    margin: 1rem 0 0;
  }
  .post-sharing .btn {
    padding: 0.3rem 1.6rem;
    border-radius: 3px;
    color: #ffffff !important;
  }

  .post-sharing .btn:hover {
    opacity: 0.9;
  }

  .gp-button {
    padding: 0.8rem 1rem !important;
  }

  .post-sharing span,
  .post-sharing li {
    display: inline-block !important;
  }
  .sidebar .widget {
    position: relative;
    display: block;
    margin-bottom: 3rem;
  }
  .sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sidebar .blog-list-widget img {
    width: 55px;
    padding: 0;
  }

  .sidebar .blog-list-widget .mb-1 {
    font-size: 15px;
  }

  .sidebar a {
    color: rgba(0, 0, 0, 0.6);
  }

  .sidebar .widget-title {
    display: block;
    font-size: 18px;
    margin: 0 0 2rem;
    padding: 0;
    line-height: 1;
    font-weight: 600;
  }
  .sidebar h5{
    font-weight: 600;
  }
  .search-form .form-control {
    border-radius: 0;
    margin-bottom: 1.4rem;
    border: 1px solid #edeff2;
    font-size: 12px;
    min-height: 45px;
    text-transform: none;
    font-weight: 400;
  }

  .search-form .form-control {
    margin: 0;
    min-width: 240px;
    border-right: 0;
  }

  .search-form .btn:hover,
  .search-form .btn:focus,
  .search-form .btn {
    padding: 0;
    border-color: #edeff2 !important;
    height: 45px;
    position: absolute;
    border-radius: 0 !important;
    background-color: #edeff2 !important;
    right: 0;
    color: #a3a5a8 !important;
    width: 45px;
    line-height: 45px;
    margin-left: 0
  }
  .blog-meta h4 {
    padding: 1rem 0 0.5rem;
    margin: 0;
    font-size: 21px;
  }

  .blog-meta.big-meta h4 {
    padding: 1rem 0 0.6rem;
    margin: 0;
    font-size: 28px;
  }

  .blog-meta.big-meta p {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }

  .blog-meta small {
    font-size: 11px;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.5rem;
  }

  .blog-meta small:after {
    content: "/";
    padding-left: 1rem;
  }

  .blog-meta small:last-child:after {
    content: ""
  }
  .blog-list .blog-meta.big-meta h4 {
    margin-left: -20%;
    margin-top: 1rem;
    background-color: #ffffff;
    padding: 1rem 1.5rem 1rem;
    font-weight: 600;
  }
