/* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 300;
  font-size: 1rem; }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  /*font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
   font-family: "Poppins";
  }

.border-2 {.accordionItem
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgb(0 0 0 / 92%);
  }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.btn {
  text-transform: none;
  letter-spacing: .1em;
  border-radius: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-black {
    color: #fff;
    background-color: #000; }
    .btn.btn-black:hover {
      color: #000;
      background-color: #fff; }
  .btn.btn-primary {
    border: 2px solid transparent; }
    .btn.btn-primary:hover {
      border: 2px solid #e8970f;
      background: none !important;
      color: #e8970f !important; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    border-color: #e8970f; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
   
    .site-section {
     /* padding: 5em 0;*/
      padding: 2em 0;
        
    } }
  .site-section.site-section-sm {
    padding: 4em 0; }
   

.site-section-heading {
  position: relative;
  font-size: 2.5rem; }
 
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 4rem; } }
  .site-section-heading:after {
    content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #e8970f; }
  .site-section-heading.text-center:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #e8970f; }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 10em 0;
  background: url(../img/footer.jpg);
  background-size: 100% 100%;
 /*background-position: center;*/
    /*background-size: cover;*/
    }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important; }
  .site-footer p {
    color: #cacaca;
    text-align: justify; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #adadad; }
    .site-footer a:hover {
      color: white; }
  .site-footer ul li {
    margin-bottom: 2px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins" !important;
      
  }

.bg-text-line {
  display: inline;
  background: #000;
  -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
  box-shadow: 20px 0 0 #000, -20px 0 0 #000; }

.text-white-opacity-05 {
  color: rgba(255, 255, 255, 0.5); }

.text-black-opacity-05 {
  color: rgba(0, 0, 0, 0.5); }

.hover-bg-enlarge {
  overflow: hidden;
  position: relative; }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge {
      height: auto !important; } }
  .hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out; }
  .hover-bg-enlarge:hover > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:active > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  @media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
      height: 300px !important; } }

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed; }
  .bg-image.overlay {
    position: relative; }
    .bg-image.overlay:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      width: 100%;
      /*background: rgba(0, 0, 0, 0.7); */
    }
  .bg-image > .container {
    position: relative;
    z-index: 1; }

@media (max-width: 991.98px) {
  .img-md-fluid {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .display-1, .display-3 {
    font-size: 3rem; } }

.play-single-big {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff !important;
  border-radius: 50%;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); }
  .play-single-big:hover {
    width: 120px;
    height: 120px; }

.overlap-to-top {
  margin-top: -150px; }

.ul-check {
  margin-bottom: 50px; }
  .ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5; }
    .ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      /*content: "\e5ca";*/
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #8bc34a; }
  .ul-check.primary li:before {
    color: #e8970f; }

/* Navbar */
.site-navbar {
  margin-bottom: 0px;
 /* z-index: 1999;*/
  z-index: 1;
  position: absolute;
  width: 100%; }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .site-navbar .site-logo {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -20px; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #fff !important; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      text-transform: uppercase;
      letter-spacing: .1em;
      font-size: 13px; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 10px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 0px;
        color: #fff;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff !important; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          /* content: "\e313"; */
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #e8970f;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #e8970f !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 99999;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #e8970f; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #e8970f; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
     background: #00000057;
      right: 0;
      top: 0;
      /* background: rgba(0, 0, 0, 0.4); } */}
  .site-blocks-cover .player {
    position: absolute;
    bottom: -250px;
    width: 100%; }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 300px;
    height: calc(100vh); }
  .site-blocks-cover.inner-page-cover, .site-blocks-cover.inner-page-cover .row {
   /* min-height: 290px;*/
    height: calc(30vh); }
  .site-blocks-cover h1 {
    margin-top: 14px;
    font-size: 2.5rem;
    font-weight: 900;
    color: #fff; }
    @media (max-width: 991.98px) {
      .site-blocks-cover h1 {
        font-size: 2rem; } }
  .site-blocks-cover p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5; }
  .site-blocks-cover .btn {
    border: 2px solid transparent; }
    .site-blocks-cover .btn:hover {
      color: #fff !important;
      background: none;
      border: 2px solid #fff; }
  .site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5; }
  @media (max-width: 991.98px) {
    .site-blocks-cover .display-1 {
      font-size: 3rem; } }

.site-block-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px; }

.site-block-subscribe .form-control {
  font-weight: 300;
  border-color: #fff !important;
  height: 80px;
  font-size: 22px;
  color: #fff;
  padding-left: 30px;
  padding-right: 30px; }
  .site-block-subscribe .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }
  .site-block-subscribe .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    font-weight: 200;
    font-style: italic; }

.bg-light {
  background: #ccc; }

.team-member {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden; }
  .team-member img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .team-member:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(248, 157, 19, 0.8);
    z-index: 2;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .team-member .text {
    top: 50%;
    text-align: center;
    position: absolute;
    padding: 20px;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
    color: #fff; }
  .team-member:hover:before, .team-member:focus:before, .team-member:active:before {
    opacity: 1;
    visibility: visible; }
  .team-member:hover img, .team-member:focus img, .team-member:active img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .team-member:hover .text, .team-member:focus .text, .team-member:active .text {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 1;
    visibility: visible;
    z-index: 4; }

.podcast-entry {
  -webkit-box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 40px -10px rgba(0, 0, 0, 0.1); }
  .podcast-entry .sep {
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc; }
  .podcast-entry .image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px; }
    @media (min-width: 768px) {
      .podcast-entry .image {
        width: 300px;
        height: auto; } }
  .podcast-entry .text {
    width: 100%;
    padding: 40px; }
    @media (min-width: 768px) {
      .podcast-entry .text {
        width: calc(100% - 300px); } }

.mejs__container {
  width: 100% !important; }

@media (max-width: 991.98px) {
  .display-4 {
    font-size: 1.8rem; } }

.feature-blocks-1 {
  position: relative;
  margin-top: -70px;
  z-index: 2;
  color: #999999; }
  .feature-blocks-1.no-margin-top {
    margin-top: 0px; }
  .feature-blocks-1 .feature-block-1 {
    position: relative;
    top: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    overflow: hidden;
    z-index: 1; }
    .feature-blocks-1 .feature-block-1.bg {
      position: relative;
      background-size: cover;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1 .text {
      z-index: 10;
      position: relative;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1:before {
      content: "";
      position: absolute;
      top: 0;
      z-index: 1;
      bottom: 0;
      left: 0;
      right: 0;
      background: transparent;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .feature-blocks-1 .feature-block-1 p {
      color: #cccccc; }
    .feature-blocks-1 .feature-block-1:hover, .feature-blocks-1 .feature-block-1:focus, .feature-blocks-1 .feature-block-1:active {
      top: -10px;
      -webkit-box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4);
      box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.4); }
      .feature-blocks-1 .feature-block-1:hover .text, .feature-blocks-1 .feature-block-1:focus .text, .feature-blocks-1 .feature-block-1:active .text {
        opacity: 1;
        visibility: visible; }
      .feature-blocks-1 .feature-block-1:hover.bg, .feature-blocks-1 .feature-block-1:focus.bg, .feature-blocks-1 .feature-block-1:active.bg {
        position: relative;
        background-size: cover;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        z-index: 2; }
      .feature-blocks-1 .feature-block-1:hover:before, .feature-blocks-1 .feature-block-1:focus:before, .feature-blocks-1 .feature-block-1:active:before {
        background: rgba(0, 0, 0, 0.9); }

.site-blocks-vs .bg-image {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 992px) {
    .site-blocks-vs .bg-image {
      padding-top: 5em;
      padding-bottom: 5em; } }

.site-blocks-vs .image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  @media (max-width: 991.98px) {
    .site-blocks-vs .image {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .site-blocks-vs .image img {
    border-radius: 50%; }
  .site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }

.site-blocks-vs .country {
  color: rgba(255, 255, 255, 0.7); }

.match-entry {
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .match-entry .small {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .15em; }
  .match-entry:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1); }

.post-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6; }
  .post-entry, .post-entry .text {
    border-radius: 4px;
    border-top: none !important; }
  .post-entry .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em; }
  .post-entry .image {
    overflow: hidden;
    position: relative; }
    .post-entry .image img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px; }
  .site-block-tab .nav-item:first-child {
    margin-left: 0 !important; }
  .site-block-tab .nav-item > a {
    padding-left: 0 !important;
    background: none !important;
    padding-right: 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: bold;
    color: #cccccc; }
    .site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
      border-bottom: 2px solid #e8970f;
      color: #000; }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #000; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.block-12 {
  position: relative; }
  .block-12 figure {
    position: relative; }
    .block-12 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10; }
    .block-12 .text-overlay h2 {
      color: #fff; }
  .block-12 .text {
    position: relative;
    top: -100px; }
    .block-12 .text .meta {
      text-transform: uppercase;
      padding-left: 40px;
      color: #fff;
      display: block;
      margin-bottom: 20px; }
    .block-12 .text .text-inner {
      -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 10px;
      margin-right: 30px;
      position: relative; }
      @media (min-width: 576px) {
        .block-12 .text .text-inner {
          padding: 20px; } }
      @media (min-width: 768px) {
        .block-12 .text .text-inner {
          padding: 30px 40px; } }
      .block-12 .text .text-inner:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 4px;
        margin-top: -4px;
        background: #e8970f;
        top: 0; }
      .block-12 .text .text-inner .heading {
        font-size: 20px;
        margin: 0;
        padding: 0; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #e8970f !important; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0; }

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }
  .block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999; }

.block-25 ul li a .meta {
  color: #e8970f; }

.block-25 ul li a:hover img {
  opacity: .5; }

.block-25 ul li a:hover .text .heading {
  color: #fff; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.next-match .image {
  width: 50px;
  border-radius: 50%; }

.player {
  position: relative; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #e8970f;
    border-radius: 50%;
    color: #fff; }
    .player .team-number > span {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #e8970f;
    color: #fff;
    border: 1px solid transparent; }

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.unit-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block; }
  .unit-1:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    /* background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .unit-1 img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .unit-1 img, .unit-1 .unit-1-text {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .unit-1 .unit-1-text {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    color: #fff;
    display: block;
    width: 100%;
    padding-top: 5px;
    background-color: #00000075;
     }
    .unit-1 .unit-1-text .unit-1-heading {
      font-size: 13px;
      position: relative; }
  .unit-1 p {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    color: rgba(255, 255, 255, 0.5); }
  .unit-1:hover p {
    opacity: 1;
    visibility: visible; }
  .unit-1:hover .unit-1-text {
    bottom:-50px; }
  .unit-1:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.overlap-section {
  margin-top: -150px;
  position: relative;
  z-index: 9; }

.unit-4 .unit-4-icon span {
  line-height: 0;
  font-size: 3rem; }

.unit-4 h3 {
  font-size: 20px; }

.h-entry img {
  margin-bottom: 30px; }

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px; }

.h-entry h2 {
  font-size: 20px; }

.overlap-left {
  margin-left: -100px; }
  @media (max-width: 991.98px) {
    .overlap-left {
      margin-left: 0px; } }

.overlap-section {
  margin-top: -100px; }

.feature-1, .free-quote, .feature-3 {
  background: #e8970f;
  padding: 30px 50px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px; }
  .feature-1 .heading, .free-quote .heading, .feature-3 .heading {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff; }
  .feature-1 .icon, .free-quote .icon, .feature-3 .icon {
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 80px;
    height: 80px;
    line-height: 80px;
    position: relative;
    border-radius: 50%;
    margin: 0 auto !important; }
    .feature-1 .icon > span, .free-quote .icon > span, .feature-3 .icon > span {
      font-size: 35px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.free-quote {
  background: #eb9007; }
  .free-quote .form-control {
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: none;
    color: #fff; }
    .free-quote .form-control:active, .free-quote .form-control:focus {
      border: 2px solid #fff; }
    .free-quote .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }
    .free-quote .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4);
      font-size: 13px;
      font-style: italic; }

.feature-3 {
  background: #e8970f; }

.border-primary {
  position: relative; }
  .border-primary h2 {
    text-transform: uppercase;
    font-weight: 600 !important; }
  .border-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #e8970f; }
  .border-primary.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .border-primary.text-left:after {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1rem;
    font-style: italic; }
  .testimonial figure img {
    max-width: 100px;
    margin: 0 auto;
    border-radius: 50%; }

.breadcrumb-custom {
  font-size: 1rem !important; }

.text-muted {
  color: #ccc !important;
  font-size: 12px;
  text-transform: uppercase; }

.how-it-work-item .number {
  width: 55px;
  height: 55px;
  background: #787777;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  margin-bottom: 40px; }

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff; }

.how-it-work-item p {
  color: white;
  text-align: justify;
  }

.person h3 {
  font-size: 18px; }

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px; }
    .ul-social-circle li:first-child {
      margin-left: 0; }
    .ul-social-circle li span {
      width: 30px;
      height: 30px;
      background: #777;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
    .ul-social-circle li a span {
      color: #fff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .ul-social-circle li a:hover span {
      background: #2b2b2b;
      color: #fff; }

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #e8970f;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }
  
  @media (min-width: 768px) {
    .site-navbar .site-navigation .site-menu .has-children > a {
      padding-right: 0px !important;
  }
  }
  header.site-navbar.py-3,
  section.site-navbar.py-3{
    background: #1e506d;
  }
  header.site-navbar.py-3.fixed {
    position: fixed;
    z-index: 9999;
}
  .site-blocks-cover.overlay.inner-page-cover {
    margin-top: 90px;
}
.sec_pd{
  padding: 10px;
}
.unit-4.d-flex {
  border: 2px solid #e8970f;
  background-color: #e8970f;
}
h2.font-weight-light.text-primary.text-white.aos-init.aos-animate {
  color: #fff !important;
}
.row.justify-content-center.mb-5{
  margin-right: 0px !important;
}

.list-inline {
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
}
.list-inline>li {
  display: inline-block;
  padding-right: 45px;
  padding-left: 45px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
    .banner-btn {
    font-size: 10px;
}
      .banner-main-btn {
    font-size: 13px;
}
  .list-inline>li {
    padding-right: 0px !important;
  } 
  }
  .unit-4.d-flex:hover{
    background: #691e28;
    transition: .5s;
  }
  
  
 .hovicon {
    display: inline-block;
    font-size: 45px;
    /*line-height: 90px;*/
    line-height: 68px;
    cursor: pointer;
    margin: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 8 */
 .hovicon.effect-8 {
    background: #11347580;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    border: 2px solid #fff;
}
.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
 


 @media (min-width: 768px){
  .order-md-2 {
    -ms-flex-order: 0;
    order: 0 !important; 
}
 }



.about_services {
    position: relative;
}

.about_services p{line-height: 1.6;text-align: justify;}

.home-2 .about_services p{margin-bottom: 0;}

.about_services i {
    font-size: 42px;
    background: linear-gradient(-29deg,#333a65 0,#233b88 100%);
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
}

/*#mt_about .about_services p{font-size: 16px;}*/
.about-form {
    background: #123575;
    padding: 35px 180px 35px 180px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    /* margin-top: 45px */
}
.bg-grey {
  background: #00000012;
}
.about-form:before {
    content: '';
    background: #123575;
    height: 100%;
    width: 78%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-sch-form {
    position: relative;
}
.about-form-items {
    position: relative;
    z-index: 1;
}
.event-title h2 {
    color: #fff;
}
.event-title p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0px;
}
.smt-items {
    position: relative;
    z-index: 0;
    text-align: right;
    margin-right: 15px;
}
.about-edu-bg img {
    width: 92%;
    margin-top: 10px;
}

.about-edu-bg.inner-ab {
    position: relative;
    width: 100%;
    bottom: initial;
}

.edu-testimonial.edu-testimonial-ab {padding-bottom: 90px;}

@media only screen and (max-width: 1200px) {

  #mt_about .about_sec_img {position: static; }  

  .about-form:before{width: 75%;}

   #mt_about .about_sec_img .mt_about_img {
    bottom: 0;
    position: absolute;
    width: 47%; 
  } 
  .inner-grid {
    padding: 15px;
  }
  .text-courses h3 {
    margin: 5px 0;
    font-size: 20px;
  }
  .courses-content p {
    margin: 10px 0;
  }
}

@media only screen and (max-width:991px) {
  .smt-items{margin-right: 0;}

  .about-form{padding: 50px 30px 50px 40px;}

  .about-form:before{width: 72%;}

  .text-courses {text-align: center;}

  .inner-grid i {float: inherit; padding: 9px 14px;}

  .text-courses h3 {display: inline-block; margin: 10px 0 0;}

  .about-items {padding-bottom: 0;}

  .about-sch-form {margin: 0 auto;}

  .about-edu-bg{width: 100%}

}

@media(max-width: 811px){

  .about-form:before{display: none;}
  .smt-items{margin-right: 0;}
}
.btn-wd {
border: 1px solid #fff!important;
}
@media only screen and (max-width: 767px) {
    div#id01 {
    padding-top: 20px;
}
 div#id02 {
    padding-top: 20px;
}
     .btn-wd {
    width: 100% !important;
       }
         .btn-w {
    width: 100% !important;
         }

  .about-form, .smt-items{text-align: center;}

  .about-form{padding: 30px 30px 35px;}

  .smt-items{margin-top: 30px;}

  #mt_about .about_services .col-sm-4{margin-bottom: 30px;}

  section#mission_main.mission-area{padding: 30px 0 0;}

  #mt_about .about_services .col-sm-6.mg-1{margin-bottom: 40px;}

  #mt_about .about_services .col-sm-6{padding-left: 15px;}

   #mt_about .about_services .col-sm-4:before{display: none;}
   .panel-grid-banner{top: 0;}

   .panel-grid-banner .col-xs-12{margin-bottom: 15px;}

   .panel-grid-banner .col-xs-12:last-child {margin-bottom: 0;}

   .inner-grid{padding: 20px; margin-bottom: 30px;}

   .event-title:before{bottom: 75%;}

   #mt_about{padding-top: 50px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mt_about .col-sm-7, #mt_about .col-sm-5{width: 100%; } 

  #mt_about .image-rev{margin-top: 40px;} 
}

@media only screen and (max-width: 640px) {

  .smt-items{margin-top: 30px;}

  #mt_about{padding-bottom: 50px;}

  #mt_about .about_services h5{display: block;}

}

@media only screen and (max-width: 480px){

  .inner-grid i{margin-bottom: 5px;}

  .text-courses h3 {display: block; margin: 5px 0;}

  .about-sch-form {margin: 0 auto; width: 100%; padding: 50px 20px 20px;}

  .about-edu-bg{display: none;}

  .about-sch-form{padding: 0;}

  .about-form {padding: 20px; margin-top: 0px;}
}
section#mt_about {
    padding: 60px 0px;
}

.rounded-1{
  border: 4px solid #e8970f;
}
li.nav-item.dropdown.left {
    left: 355px;
    background: #e8970f;
}



#blog_main_sec {
  padding:80px 0px 50px;
  background-color: #fff;
  position: relative; 
}

#blog_main_sec .post_item {
  margin-bottom: 32px; 
  border-bottom: 1px dashed #ddd; 
  padding-bottom: 30px;
}

#blog_main_sec .post_item:last-child{padding-bottom: 0; border: none; margin-bottom: 0;}

.pagination-main{line-height:0.8;} 

#blog_main_sec .pagination {margin-top: 0px;margin-bottom: 0; }

#blog_main_sec.grid-view .pagination {margin-top: 2px;}

#blog_main_sec .pagination li {padding-left: 0; padding-bottom: 0; }

#blog_main_sec .pagination li:before, #blog_main_sec .pagination li:after {display: none !important; }

#blog_main_sec .pagination i.fa {font-size: 18px;padding: 10px;}

#blog_main_sec .pagination li a, .pg-services .pagination li a{
  border-radius: 50%;
  height: 40px;
  line-height: 38px;
  margin-right: 9px;
  padding: 0;
  text-align: center;
  width: 40px;
  color: #444444;
  font-size: 12px;
  border-color: #bfbfbf; 
}

#blog_main_sec .pagination li a:hover, #blog_main_sec .pagination li a:focus {
  background-color: #333a65;
  color: #FFFFFF;
  border-color: #333a65; 
}

#blog_main_sec .pagination .prev a,
#blog_main_sec .pagination .next a { border-radius: 50px;}

#blog_main_sec .pagination li.active a, .pg-services .pagination li.active a {
  background: #333a65 !important;
  border-color: #333a65 !important;
  color: #FFFFFF; 
}
.pagination-div {
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  /*#blog_main_sec aside .widget.widget_recent_entries ul li h4 {margin-top: 20px; } */
}

@media only screen and (max-width: 767px) {
  #blog_main_sec .pagination li a {margin-bottom: 15px; } 
}

#blog_main_sec #comments .mt_btn_blue {
    padding: 4px 16px;
    font-size: 14px;
    margin: 0;
}

#blog_main_sec #comments form .mt_btn_blue{
  padding: 8px 20px;
}

#blog_main_sec .post_img {margin-bottom: 12px; }

#blog_main_sec .post_item.post_video .post_img{ margin-bottom: 22px;}  

.post_item.post_video .post_img iframe {width: 100%;}

#blog_main_sec .post_img img { width: 100%; }

#blog_main_sec .post_title h3 {
  margin-bottom: 5px;
  margin-top: 0; 
}

#blog_main_sec .post_title ul li, #blog_main_sec .post_title ul li a{color: #ffac00; margin-bottom: 10px; font-size: 14px;}

#blog_main_sec .post_title ul li:before {display: none; }

#blog_main_sec .post_item a.mt_btn_blue{margin-bottom: 0;}

#blog_main_sec .author_box {overflow: hidden; margin-top: 40px; }

#blog_main_sec .author_box .author_img {float: left;width: 22%; }

#blog_main_sec .author_box .author_img img {
  margin-bottom: 10px;
  width: 100%;
  border-radius:50%; 
}

#blog_main_sec .author_box .author_bio {
  float: left;
  margin-left: 3%;
  width: 75%; 
}

#blog_main_sec .author_box .author_bio h5 {margin-top: 0; margin-bottom: 10px;}

#blog_main_sec .author_box .author_bio p {margin-bottom: 10px; }

#blog_main_sec .author_box .author_bio ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 0;
  }

#blog_main_sec .author_box .author_bio ul li:before {display: none; }

#blog_main_sec .author_box .author_bio ul li a {
  color: #444444;
  font-size: 17px;
}

#blog_main_sec .author_box .author_bio ul li a:hover {color: #333a65;transition: all 0.4s ease; }

#blog_main_sec #comments {margin-top: 40px; }

#blog_main_sec #comments .single-post_heading, #blog_main_sec #comments .leave_comment h3, .leave_review .blog_heading_border{
  font-size: 20px;
  color: #444444;
  text-transform: capitalize; 
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

#blog_main_sec #comments .single-post_heading:before{ width: 10%;}

#blog_main_sec #comments .comments-lists:before {display: none; } 

#blog_main_sec #comments .comments-lists .comment, .review-wrap .review-lists li.comment {
  position: relative;
  list-style: none;
  padding-left:98px;
  padding-top: 1px;
  min-height: 100px;
  border-bottom: 1px solid #F8F8F8;
  margin-top: 20px; 
}

#blog_main_sec #comments .comments-lists .comment:last-child {border-bottom: 0px; }

#blog_main_sec #comments .comments-lists .comment .activity_rounded, .review-wrap .review-lists li.comment .activity_rounded {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; 
}

#blog_main_sec #comments .comments-lists .comment .activity_rounded img, .review-wrap .review-lists li.comment .activity_rounded img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#blog_main_sec #comments .comments-lists .comment h4 {
  font-size: 15px;
  color: #444444;
  margin-top: 0px;
  text-transform: capitalize; 
}

#blog_main_sec #comments .comments-lists .comment p {
  font-size: 14px;
  color: #777777;
  line-height: 24px; 
}

#blog_main_sec #comments .comments-lists .comment small.date-posted, .review-wrap .review-lists li.comment .comment-body small.date-posted {
  color: #666666;
  font-size: 12px;
  margin-left: 12px;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  background: #fbfbfb;
}

#blog_main_sec #comments .comments-lists .comment .comment-body, .review-wrap .review-lists li.comment .comment-body {padding-bottom: 20px; }

#blog_main_sec #comments .comments-lists .comment .comment-body .mt_btn_yellow {
  padding: 4px 15px;
  margin-bottom: 10px;
  display: inline-block; 
}

#blog_main_sec #comments .comments-lists .comment .children {
  overflow: hidden;
  list-style: none;
  padding-left: 0px;
  list-style: none; 
}

#blog_main_sec #comments .comments-lists .comment .children .comment {
  position: relative;
  border-top: 1px solid #F8F8F8;
  border-bottom: 0px;
  margin-top: 0px; 
}
#blog_main_sec #comments .comments-lists .comment .children .comment:before {
  display: none; }

#blog_main_sec #comments .comments-lists .comment .children .comment .activity_rounded {
  margin-top: 20px; }

#blog_main_sec #comments .comments-lists .comment .children .comment .comment-body {
  border: none;
  margin-top: 20px; 
  padding-bottom: 5px;
}
#blog_main_sec #comments .leave_comment h3 {
  font-size: 20px;
  color: #444444;
  text-transform: capitalize; 
}
#blog_main_sec #comments .leave_comment .form-group .form-control, .leave_review .form-group .form-control {height: 40px; }

#blog_main_sec #comments .leave_comment .form-group input[type="text"],
#blog_main_sec #comments .leave_comment .form-group input[type="email"],
.leave_review .form-group input[type="text"],
.leave_review .form-group input[type="email"]
 {
  border: 1px solid #eceaea;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px;
}

#blog_main_sec #comments .leave_comment .form-group input[type="text"]:hover, #blog_main_sec #comments .leave_comment .form-group input[type="text"]:focus,
#blog_main_sec #comments .leave_comment .form-group input[type="email"]:hover,
#blog_main_sec #comments .leave_comment .form-group input[type="email"]:focus {
  border: 1px solid #333a65; 
}

#blog_main_sec #comments .leave_comment textarea, .leave_review textarea {
  resize: vertical;
  min-height: 180px;
  border: none;
  border: 1px solid #eceaea;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px; 
}

#blog_main_sec #comments .leave_comment textarea:hover, #blog_main_sec #comments .leave_comment textarea:focus {
  border: 1px solid #333a65; 
}

.course-detail .review-wrap a.mt_btn_yellow {
    padding: 3px 15px;
}


aside .widget {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 2rem;
    border: 1px solid #f1f1f1;
    background: #c6c4c47d;
    border-radius: 5px;
}

aside .widget:last-child{margin-bottom: 0;}

aside .widget h3 {
    margin-bottom:2rem;
    margin-top: 0px;
    font-size: 15px;
    line-height: 0.8;
    background: #123575;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
}
aside .widget h3:hover{
  background: grey;
}

aside .widget.widget_instagram h3{margin-bottom: 29px;}

aside .widget.widget_tag_cloud h3{margin-bottom: 25px;}

aside .widget ul {
  padding: 0px;
  overflow: hidden;
  list-style: none;
  margin-bottom: 0px; 
}

aside .widget ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  border-bottom: 1px dashed #989797;
  padding-bottom: 10px;
}
aside .widget ul li:last-child{padding-bottom: 0; border: none; margin-bottom: 0;}

aside .widget ul li:before {display: none; }

aside .widget ul li span.categoryCount {float: right; }

aside .widget ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  text-decoration: none; 
transition: all ease-in-out 0.3s;
}

aside .widget.widget_categories ul li a:before, aside .widget.widget_custom_menu ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    padding-right: 5px;
}

aside .widget ul li a:hover{
  color: #333a65;
  transition: all ease-in-out 0.3s;
}

aside .widget .search-form input[type=text] {
  width: 100%;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 40px;
  font-weight: 300;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-position-x: 98%;
  background-position-y: 50%; 
  margin-bottom: 0;
}

aside .widget_recent_entries ul {overflow: hidden; }

aside .widget_recent_entries ul li {
  position: relative;
  padding-left: 80px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

aside .widget_recent_entries ul li:last-child{padding-bottom: 0; border: none; margin-bottom: 0;}

aside .widget_recent_entries ul li:before {display: none; }

aside .widget_recent_entries ul li h4 {
  margin-bottom: 3px;
  line-height: 16px;
  margin-top: 0; 
}

aside .widget_recent_entries ul li h4 a {color: #444444; line-height: 20px; }

aside .widget_recent_entries ul li h4 a:hover {color: #333a65; transition: all ease 0.4s; }

aside .widget_recent_entries ul li span {color: #666666; font-size: 14px; }

aside .widget_recent_entries ul li p, aside .widget_recent_entries ul li p span{
  color: #ffac00;
  margin-bottom: 0;
  font-size: 14px; 
}

aside .widget_recent_entries ul li img {
  position: absolute;
  top: 2px;
  left: 0; 
}

aside .widget_recent_entries ul li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-decoration: none; 
}

aside .widget_tag_cloud ul {overflow: hidden; }

aside .widget_tag_cloud ul li {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 5px; 
  padding-bottom: 0;
  border: none;
}
aside .widget_tag_cloud ul li a {
  background-color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  color: #444444;
  padding: 6px 15px;
  font-weight: 400;
  border-radius: 3px; 
  display: inline-block;
}

aside .widget_tag_cloud ul li a:hover, aside .widget_tag_cloud ul li a:focus {color: #FFFFFF; background: #333a65; }

aside .widget.widget_instagram a {
    width: 25%;
    margin: 0;
    float: left;
    border: 1px solid #ffffff;
}        

aside .widget.widget_follow .socibox {
    display: inline-block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.4;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

aside .widget.widget_follow .socibox:hover{
  background: #333a65;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 

aside .widget.widget_follow .socibox:hover span{color: #fff;}

aside .widget.widget_follow .socibox span{font-size: 16px; color: #444; line-height: 2.5;}

@media only screen and (max-width: 991px){
  #blog_main_sec .col-md-8.col-sm-12{margin-bottom: 30px;}
}

@media only screen and (max-width:811px){
  #blog_main_sec aside.col-md-4.col-sm-4.col-xs-12{margin-top: 30px;}
}

@media only screen and (max-width: 767px) {
    #blog_main_sec .post_title h3 {line-height: 35px; } 
}

@media only screen and (max-width: 639px){
  #blog_main_sec #comments .comments-lists .comment .activity_rounded{position: inherit; top: inherit;}

    #blog_main_sec #comments .comments-lists .comment {padding-left: 0px; } 

    #blog_main_sec #comments .comments-lists .comment .comment-body {margin-top: 25px; }

    #blog_main_sec #comments .comments-lists .comment .activity_rounded{text-align: center; display: inherit;}

    #blog_main_sec #comments .comments-lists .comment .activity_rounded img{display: inline-block;}
}

@media only screen and (max-width: 480px) {

  #blog_main_sec .post_title {margin-bottom: 15px; }

  #blog_main_sec .post_title h3 {line-height: 24px; font-size: 18px; }

  #blog_main_sec .post_title ul li {font-size: 14px; margin-bottom: 0; } 
}


.post-content {
    margin-bottom: 25px;
}
h3.post-title.entry-title {
    color: #e8970f;
    font-size: 18px;
}

/* ---------------------------------- */
/* Tables
------------------------------------- */

.dashboard-list-box {
  background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    border: 2px solid #fff;
}

table.basic-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border:none;
  margin-bottom: 15px;

}

table.basic-table .dropdown-menu{min-width: 180px; border-radius: 5px; border: none;}

table.basic-table .dropdown-item{
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}

table.basic-table th {
  background-color: #5b6188;
  text-align: left;
  color: #fff;
  vertical-align: top;
  font-weight: 500;
}
table.basic-table th.textright{
  text-align: right;
}

/*table.basic-table th:first-child { border-radius: 4px 0 0 4px; }
table.basic-table th:last-child { border-radius: 0 4px 4px 0; }*/
table.basic-table tbody{
  background: #fff;
}
table.basic-table th,
table.basic-table td {
  padding: 12px;
}
table.basic-table tr{
border-bottom: 1px solid #eaeaea;
}
table.basic-table tr:last-child{
  border-bottom: none;
}
table.basic-table tr:nth-child(even){
  background: #dfe3ff;
}
table.basic-table { margin-bottom: 0; }



/* ---------------------------------- */
/* List Styles
------------------------------------- */

.list-4,
.list-3,
.list-2,
.list-1 {
  padding: 3px 0 0 0;
  font-size: 16px;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
  list-style: none;
  margin: 14px 0;
  line-height: 27px;
  margin-left: 22px;
  position: relative;
}

.list-1.alt li { margin: 12px 0; margin-left: 22px; }

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
  margin-top: 0;
}


.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
  font-family: "FontAwesome";
  margin: 0;
  position: relative;
  color: #66676b;
  float: left;
  margin-left: -22px;
  display: block;
}

.list-1.gray li:before {
  color: #777;
}

.list-4 li:before { content: "\f192"; font-size: 14px; top: 1px; }
.list-3 li:before { content: "\f058"; font-size: 15px; top: 1px; }
.list-2 li:before { content: "\f00c"; font-size: 14px; }
.list-1 li:before { content: "\f0c8"; font-size: 8px; }

.list-4 li { margin-left: 27px; }
.list-4 li:before { margin-left: -27px; }


/* Numbered Style */
.numbered ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin-left: 18px;
  display: inline-block;
  font-size: 16px;
}

.numbered ol li {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
}

.numbered ol > li::before {
  content: counter(li);
  counter-increment: li;
  font-size: 16px;
  line-height: 33px;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  margin-left: 0;
  font-weight: 500;
  color: #333;
  position: relative;
  float: left;
  left: -18px;
  font-size: 15px;
  transform: translateY(-10%);
}

.numbered.color ol > li::before {
  border: 1px solid #66676b;
  color: #66676b;
}

.numbered.color.filled ol > li::before {
  border: 1px solid #66676b;
  color: #fff;
  background-color: #66676b;
}

mark.color {
    background-color: #66676b;
    border-radius: 4px;
}

mark { border-radius: 4px; }

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

/

/* ---------------------------------- */
/* Info Box
------------------------------------- */
.info-box {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 23px 27px;
  border-top: 2px solid #66676b;
  background: linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
  background-color: #66676b;
  color: #66676b;
}

.info-box.no-border {
  border: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0.96), rgba(255,255,255,0.93));
  background-color: #66676b;
}

.info-box h4 {
  margin: 0;
  font-size: 19px;
  color: #66676b;
  margin-bottom: 20px;
  margin-top: 0px;
}

.info-box p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

.info-box.large {
  padding: 36px;

}


/* ---------------------------------- */
/* Info Banner
------------------------------------- */
.info-banner {
  display: block;
  width: 100%;
  padding: 90px 0;
  color: #fff;
  margin: 0;
}

.info-banner-content {
  position: relative;
  z-index: 199;
}

.info-banner.centered { text-align: center; }

.info-banner-content a.button {
  margin: 0 20px -15px 20px;
  position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
  color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
}


/* Styles for info banner with parallax */
.text-content {
  background: transparent;
  padding: 110px 0px;
  font-weight: 500;
  z-index: 999;
  position: relative;
}

.text-content.white-font {
  color: #fff;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
  color: #fff;
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
  color: #fff;
}

.text-content a.button {
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
}

.text-content.white-font a.button:hover {
  background-color: #fff;
  color: #333;
}

.text-content a.button:before {
  display: none;
}

.text-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px; 
}

.text-content h2 { margin-bottom: 30px; line-height: 46px; font-size: 36px; font-weight: 500; }

.top-1 { position: relative; top: -1px; }
.top-0 { position: relative; }


/* ---------------------------------- */
/* Image Edge
------------------------------------- */
.image-edge {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  margin: 35px 0 0 0;
  height: 50vw;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
}

.image-edge #googlemaps,
.image-edge .google-map-container { height: 100%; }


.image-edge-content {
  padding: 0;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 50%;
  padding: 0 9%;
}

.image-edge.left .image-edge-content { padding-left: 6%; }

.image-edge-content h3.headline {
  width: 100%;
  display: block;
  margin-top: 0;
}

/* Photo */
.edge-bg {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0px;
  height: 100%;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.edge-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(34,34,34,0.1);
}


/* Left-photo version */
.image-edge.left .image-edge-content { left: 50%;}
.image-edge.left .edge-bg { left:0px; }

.image-edge.left .container {
  transform: translateX(54%);
  -webkit-transform: translateX(54%);
}


/* Styles for dark version  */
.image-edge.dark { background-color: #282828; color: #fff; }

.image-edge.dark h1,
.image-edge.dark h2,
.image-edge.dark h3,
.image-edge.dark h4,
.image-edge.dark h5 { color: #fff;}

.presentation-content h2,
.image-edge h2 {
  line-height: 56px;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.5px;
}

.presentation-content p,
.image-edge p { font-size: 20px; color: #828282; line-height: 34px;}
.image-edge.dark p { color: rgba(255,255,255,0.8);}


/* List */
.image-edge-content ul {
  list-style: none;
  padding: 0;
}

.image-edge-content ul li { margin-bottom: 30px; }
.image-edge-content ul li:last-child { margin-bottom: 0px; }

.image-edge-content h4 i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .edge-bg {
    position: relative;
    height: 400px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
  }
}




/* ---------------------------------- */
/* Tabs
------------------------------------- */
.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabs-nav li a i {
  padding-right: 5px;
  font-size: 16px;
  top: 1px;
  position: relative;
}

.tabs-nav li {
  float: left;
  line-height: 45px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
}

.tabs-nav li a,
.tab-reviews {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
  border-bottom: 1px solid transparent;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 15px;
  z-index: 11;
  position: relative;
  margin-bottom: -1px;
}

.tabs-nav li a:hover { border-color: #66676b; }

.tab-reviews { color: #aaa; }

.tabs-nav li.active .tab-reviews { color: #fff; }
.tabs-nav li a:hover,
.tabs-nav li.active a {
  border-color: #66676b;
  color: #66676b;
  z-index: 11;
}

.tab-content {
  padding: 28px 33px;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}

.tabs-container {
  overflow: hidden;
  width: 100%;
}

.tab-content p:last-child { margin-bottom: 0; }


.style-2 .tabs-container { box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); border-radius: 3px; }

/* Tabs Style 1 */
.style-1 .tabs-container .tab-content {
  border: none;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 0 0;
}

/* Taba Style 3 */
.style-3 .tabs-nav {
  text-align: center;
}

.style-3 .tabs-nav li {
  float: none;
  line-height: 32px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
  display: inline-block;
  text-align: center;
}

.style-3 .tabs-nav li a {
  border: none;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 7px 24px;
  text-decoration: none;
  font-size: 14px;
  z-index: 11;
  position: relative;
  margin-bottom: -1px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
  border-color: #66676b;
  background-color: #66676b;
  color: #fff;
  z-index: 11;
}

.style-3 .tabs-container .tab-content {
  border: none;
  padding: 30px 0 0 0;
}


/* Tabs Style 4 */
.style-4 .tabs-nav {
  width: 35%;
  display: table-cell;
}

.style-4 .tabs-container {
  width: 65%;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}


.style-4 .tabs-container .tab-content {
  border: none;
  padding: 10px 0 0 0;
}


.style-4.tabs { display: table; }

.style-4 .tabs-nav li a {
  float: none;
  width: 90%;
  border: none;
  padding: 0;
  background-color: #fff;
  margin: 0 0 1px 0;
  border: none;
  padding: 9px 24px;
  line-height: 30px;
  border-radius: 3px;
}

.style-4 .tabs-nav li.active a {
  background-color: #66676b;
  color: #fff;
}

.style-4 .tabs-nav li {
  width: 100%;

}

/* Tabs Style 5 */
.style-5 .tabs-nav li {
  width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
  position: relative;
  top: 50px;
  transform: transitionY(-50%);
  display: inline-block;
}


.style-5 .tabs-nav {
  bottom: 5px;
  position: relative;
}

.style-5 .tabs-nav li a {
  border: none;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 4px;
  padding: 0;
}

.style-5 .tabs-nav li.active a {
  background-color: #66676b;
  color: #fff;
}


.style-5 .tabs-container .tab-content {
  box-shadow: none;
  border: none;
  padding: 20px 0 0 0;
}

input[type=file]{height: auto; padding: 10px;}

.checkbox-block{margin-bottom: 15px;}
.event-left {
    position: relative;
}

.page .event-left .events-image{
  overflow: hidden;
  height: 250px;
}

.event-donation {
    position: absolute;
    background: #fff;
    width: 780px;
    padding: 50px;
    left: 10px;
    right: 10px;
    bottom: -15px;
    box-shadow: 0 0 18px 4px #646464a6;
}


.page .event-donation {
    bottom: 0;
    position: relative;
    width: 96%;
    z-index: 1;
    top: -10px;
}

.event-main h2{margin-bottom: 4rem; position: relative;}

.event-main h2:after {
    content: '';
    height: 1px;
    width: 36%;
    position: absolute;
    right: 0;
    top: 49.5%;
    background: #f1f1f1;
}

.event-item {
    display: inline-block;
    border-bottom: 1px dashed #eee;
    /*padding-bottom:25px;*/
    margin-bottom: 25px;
    transition: all ease-in-out .3s;
    width: 100%;
    position: relative;
    background: #e3e2e2;
    padding: 20px;
}
ul.event-time {
    margin-bottom: 0px;
}

.event-details {
    padding-left: 75px;
}

.event-date {
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in-out .3s;
    background: rgb(255, 172, 0);
    padding: 5px 8px;
    border-radius: 5px;
}
.event-date h4{
    font-size: 20px;
    color: #fff;
}
.event-date h4 span {
    font-weight: 300;
    width: 100%;
    display: block;
}

ul.event-time li {
    padding:0 10px 0 0;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
}
ul.event-time li i {
    color: #ffac00;
    padding-right: 10px;
}
.event-details p {
    margin: 15px 0 0;
}
.event-details h3 a {transition: all ease-in-out .3s;}

.event-item .event-details:hover h3 a {color: #ffac00;}

/*Events Detail Page*/
.post_title_eve h3 {margin-bottom: 5px;}

.post_title_eve ul li {font-size: 14px; color: #ffac00;}

.event-social {margin: 0 0 10px;}

.event-social h4 {
    margin-bottom: 0;
    display: inline-block;
}
.event-social ul.list-inline.social {
  display: inline-block;
  padding-left: 10px;
}
.book-seat-now h4 {margin-bottom: 30px;}

.locate-map iframe {width: 100%;}

.apply-form p:last-child {
    margin-bottom: 0;
}
.apply-form input.submit {
    background: #ffac00;
    border-radius: 5px;
}
.event_ii .slick-dots {bottom: -25px;}

@media(max-width: 1200px) and (min-width: 991px){
   
  .event-donation{bottom: -112px;}
}

@media only screen and (max-width:1200px) {
  .book-btn a{padding: 5px 10px;}
}
@media only screen and (max-width: 991px) {
  .edu-events .col-sm-12 {padding-bottom: 0; padding-top: 0;}
  .edu-events .col-sm-12:last-child {padding-bottom: 0;}
  .edu-events .event-item{min-height: auto;}
  .event-main{margin-top: 50px;}
  .apply-form p:last-child {margin-bottom: 20px;}
}

@media(max-width: 639px){
  .event-donation, .page .event-donation{position: relative; left: inherit; right: inherit; bottom: inherit; width: 100%; top: inherit;}
}

@media only screen and (max-width: 480px){
  .event-item .col-xs-4, .event-item .col-xs-8{width: 100%}
  .event-item .col-xs-4{min-height: 165px;}
  .event-item .col-xs-8{padding-left: 15px;}
  .event-left .event-item .col-lg-4 {padding-right: 0;}
  .course-tabs {padding: 15px;}
}
h3.mar-bottom-10 {
    font-size: 15px;
}
ul.event-time {
    padding-left: 0;
}

$blue: #0084ff;



#button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  background: $blue;
  color: white;
  font-size: 1.125em;
  border: .15em solid $blue;
  border-radius: .3em;
  text-transform: uppercase;
  padding: 1.25em 1.5em 1.25em 3.6em;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .025em;
  cursor: pointer;
  transition: inherit;
  transition: all 50ms linear;
  .icon {
    position: absolute;
    top: 0;
    bottom: 0em;
    margin: auto 0;
    left: 1.4em;
    width: 1.5em;
    fill: white;
    height: 1.5em;
    display: block;
    transition: inherit;
  }
  &:hover, body.inactive & {
    color: $blue;
    background: transparent;
    .icon {
      fill: $blue;
    }
    &:active {
      transform: scale(.99);
    }
  }
}

.innerimage{
 height: 300px;
 width:100%;
  position: relative;
  background-size: cover;
}
.two-clm-box {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.31);
  -moz-box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.31);
  box-shadow: 0 1px 10px 0 rgba(115, 115, 115, 0.31);
}
.highlight-box {
  padding: 50px 50px;
  margin-bottom: 20px;
  /*background-color: #113475;*/
  color: #313131;
  font-weight: 300;
  /*box-shadow: 0px 11px 20px 5px #949494d4;*/
  box-shadow: 1px 1px 20px 5px #94949469;
}
.bx-box{
     box-shadow: 0px 11px 20px 5px #949494d4;
}




.how-it-work-item .number {
  width: 55px;
  height: 55px;
  background: #787777;
  color: #fff;
  line-height: 55px;
  font-weight: 300;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  margin-bottom: 16px; }

.how-it-work-item h2 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff; }

.how-it-work-item p {
  color: white; }

.person h3 {
  font-size: 18px; }

.ul-social-circle {
  list-style: none;
  padding: 0;
  margin: 0; }
  .ul-social-circle li {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px; }
    .ul-social-circle li:first-child {
      margin-left: 0; }
    .ul-social-circle li span {
      width: 30px;
      height: 30px;
      background: #777;
      font-size: 13px;
      text-align: center;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
    .ul-social-circle li a span {
      color: #fff;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .ul-social-circle li a:hover span {
      background: #2b2b2b;
      color: #fff; }

.custom-pagination a, .custom-pagination span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #e8970f;
  color: #fff; }

.custom-pagination span {
  background: #e6e6e6;
  color: #000; }
  
  @media (min-width: 768px) {
    .site-navbar .site-navigation .site-menu .has-children > a {
      padding-right: 0px !important;
  }
  }
  header.site-navbar.py-3,
  section.site-navbar.py-3{
    background: #1e506d;
  }
  header.site-navbar.py-3.fixed {
    position: fixed;
    z-index: 9999;
}
  .site-blocks-cover.overlay.inner-page-cover {
    margin-top: 90px;
}
.sec_pd{
  padding: 10px;
}
.unit-4.d-flex {
  border: 2px solid #e8970f;
  background-color: #e8970f;
}
h2.font-weight-light.text-primary.text-white.aos-init.aos-animate {
  color: #fff !important;
}
.row.justify-content-center.mb-5{
  margin-right: 0px !important;
}

.list-inline {
  padding-left: 0;
  margin-bottom: 0px;
  list-style: none;
}
.list-inline>li {
  display: inline-block;
  padding-right: 45px;
  padding-left: 45px;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 768px) {
  .list-inline>li {
    padding-right: 0px !important;
  } 
  }
  .unit-4.d-flex:hover{
    background: #691e28;
    transition: .5s;
  }
  
  
 .hovicon {
    display: inline-block;
    font-size: 45px;
    line-height: 90px;
    cursor: pointer;
    margin: 20px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #fff;
}
.hovicon.small {
    font-size: 20px;
    line-height:45px;
    width:45px;
    height:45px;
    margin:7px;
}
.hovicon.mini {
    font-size: 15px;
    line-height:32px;
    width:30px;
    height:30px;
    margin:7px;
}
.hovicon.auto-width {
    width: auto;
    height: auto;
    padding: 15px;
}
.hovicon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content:'';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.hovicon:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

/* Effect 8 */
 .hovicon.effect-8 {
    background: #11347580;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    border: 2px solid #fff;
}

.hovicon.effect-8:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.hovicon.effect-8:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}
.hovicon.effect-8:hover i {
    color: #fff;
}
.hovicon.effect-8:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
 


 @media (min-width: 768px){
  .order-md-2 {
    -ms-flex-order: 0;
    order: 0 !important; 
}
 }



.about_services {
    position: relative;
}

.about_services p{line-height: 1.6;}

.home-2 .about_services p{margin-bottom: 0;}

.about_services i {
    font-size: 42px;
    background: linear-gradient(-29deg,#333a65 0,#233b88 100%);
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    display: inline-block;
}

/*#mt_about .about_services p{font-size: 16px;}*/
.about-form {
    background: #123575;
    padding: 60px 180px 60px 180px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    /* margin-top: 45px */
}
.bg-grey {
  background: #00000012;
}
.about-form:before {
    content: '';
    background: #123575;
    height: 100%;
    width: 78%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-sch-form {
    position: relative;
}
.about-form-items {
    position: relative;
    z-index: 1;
}
.event-title h2 {
    color: #fff;
}
.event-title p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0px;
}
.smt-items {
    position: relative;
    z-index: 0;
    text-align: right;
    margin-right: 15px;
}
.about-edu-bg img {
    width: 92%;
    margin-top: 10px;
}

.about-edu-bg.inner-ab {
    position: relative;
    width: 100%;
    bottom: initial;
}

.edu-testimonial.edu-testimonial-ab {padding-bottom: 90px;}

@media only screen and (max-width: 1200px) {

  #mt_about .about_sec_img {position: static; }  

  .about-form:before{width: 75%;}

   #mt_about .about_sec_img .mt_about_img {
    bottom: 0;
    position: absolute;
    width: 47%; 
  } 
  .inner-grid {
    padding: 15px;
  }
  .text-courses h3 {
    margin: 5px 0;
    font-size: 20px;
  }
  .courses-content p {
    margin: 10px 0;
  }
}

@media only screen and (max-width:991px) {
  .smt-items{margin-right: 0;}

  .about-form{padding: 50px 30px 50px 40px;}

  .about-form:before{width: 72%;}

  .text-courses {text-align: center;}

  .inner-grid i {float: inherit; padding: 9px 14px;}

  .text-courses h3 {display: inline-block; margin: 10px 0 0;}

  .about-items {padding-bottom: 0;}

  .about-sch-form {margin: 0 auto;}

  .about-edu-bg{width: 100%}

}

@media(max-width: 811px){

  .about-form:before{display: none;}
  .smt-items{margin-right: 0;}
}

@media only screen and (max-width: 767px) {

  .about-form, .smt-items{text-align: center;}

  .about-form{padding: 30px 30px 35px;}

  .smt-items{margin-top: 30px;}

  #mt_about .about_services .col-sm-4{margin-bottom: 30px;}

  section#mission_main.mission-area{padding: 30px 0 0;}

  #mt_about .about_services .col-sm-6.mg-1{margin-bottom: 40px;}

  #mt_about .about_services .col-sm-6{padding-left: 15px;}

   #mt_about .about_services .col-sm-4:before{display: none;}
   .panel-grid-banner{top: 0;}

   .panel-grid-banner .col-xs-12{margin-bottom: 15px;}

   .panel-grid-banner .col-xs-12:last-child {margin-bottom: 0;}

   .inner-grid{padding: 20px; margin-bottom: 30px;}

   .event-title:before{bottom: 75%;}

   #mt_about{padding-top: 50px;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #mt_about .col-sm-7, #mt_about .col-sm-5{width: 100%; } 

  #mt_about .image-rev{margin-top: 40px;} 
}

@media only screen and (max-width: 640px) {

  .smt-items{margin-top: 30px;}

  #mt_about{padding-bottom: 50px;}

  #mt_about .about_services h5{display: block;}

}

@media only screen and (max-width: 480px){

  .inner-grid i{margin-bottom: 5px;}

  .text-courses h3 {display: block; margin: 5px 0;}

  .about-sch-form {margin: 0 auto; width: 100%; padding: 50px 20px 20px;}

 .about-edu-bg {
    display: block;
    text-align: center;
}
  .about-sch-form{padding: 0;}

  .about-form {padding: 20px; margin-top: 0px;}
}
section#mt_about {
    padding: 60px 0px;
}

.rounded-1{
  border: 4px solid #e8970f;
}
li.nav-item.dropdown.left {
    left: 545px;
    z-index: 2;
    background: #e8970f;
}



#blog_main_sec {
  padding:80px 0px 50px;
  background-color: #fff;
  position: relative; 
}

#blog_main_sec .post_item {
  margin-bottom: 32px; 
  border-bottom: 1px dashed #ddd; 
  padding-bottom: 30px;
}

#blog_main_sec .post_item:last-child{padding-bottom: 0; border: none; margin-bottom: 0;}

.pagination-main{line-height:0.8;} 

#blog_main_sec .pagination {margin-top: 0px;margin-bottom: 0; }

#blog_main_sec.grid-view .pagination {margin-top: 2px;}

#blog_main_sec .pagination li {padding-left: 0; padding-bottom: 0; }

#blog_main_sec .pagination li:before, #blog_main_sec .pagination li:after {display: none !important; }

#blog_main_sec .pagination i.fa {font-size: 18px;padding: 10px;}

#blog_main_sec .pagination li a, .pg-services .pagination li a{
  border-radius: 50%;
  height: 40px;
  line-height: 38px;
  margin-right: 9px;
  padding: 0;
  text-align: center;
  width: 40px;
  color: #444444;
  font-size: 12px;
  border-color: #bfbfbf; 
}

#blog_main_sec .pagination li a:hover, #blog_main_sec .pagination li a:focus {
  background-color: #333a65;
  color: #FFFFFF;
  border-color: #333a65; 
}

#blog_main_sec .pagination .prev a,
#blog_main_sec .pagination .next a { border-radius: 50px;}

#blog_main_sec .pagination li.active a, .pg-services .pagination li.active a {
  background: #333a65 !important;
  border-color: #333a65 !important;
  color: #FFFFFF; 
}
.pagination-div {
    display: inline-block;
    width: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
  /*#blog_main_sec aside .widget.widget_recent_entries ul li h4 {margin-top: 20px; } */
}

@media only screen and (max-width: 767px) {
  #blog_main_sec .pagination li a {margin-bottom: 15px; } 
}

#blog_main_sec #comments .mt_btn_blue {
    padding: 4px 16px;
    font-size: 14px;
    margin: 0;
}

#blog_main_sec #comments form .mt_btn_blue{
  padding: 8px 20px;
}

#blog_main_sec .post_img {margin-bottom: 12px; }

#blog_main_sec .post_item.post_video .post_img{ margin-bottom: 22px;}  

.post_item.post_video .post_img iframe {width: 100%;}

#blog_main_sec .post_img img { width: 100%; }

#blog_main_sec .post_title h3 {
  margin-bottom: 5px;
  margin-top: 0; 
}

#blog_main_sec .post_title ul li, #blog_main_sec .post_title ul li a{color: #ffac00; margin-bottom: 10px; font-size: 14px;}

#blog_main_sec .post_title ul li:before {display: none; }

#blog_main_sec .post_item a.mt_btn_blue{margin-bottom: 0;}

#blog_main_sec .author_box {overflow: hidden; margin-top: 40px; }

#blog_main_sec .author_box .author_img {float: left;width: 22%; }

#blog_main_sec .author_box .author_img img {
  margin-bottom: 10px;
  width: 100%;
  border-radius:50%; 
}

#blog_main_sec .author_box .author_bio {
  float: left;
  margin-left: 3%;
  width: 75%; 
}

#blog_main_sec .author_box .author_bio h5 {margin-top: 0; margin-bottom: 10px;}

#blog_main_sec .author_box .author_bio p {margin-bottom: 10px; }

#blog_main_sec .author_box .author_bio ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 15px;
  margin-bottom: 0;
  }

#blog_main_sec .author_box .author_bio ul li:before {display: none; }

#blog_main_sec .author_box .author_bio ul li a {
  color: #444444;
  font-size: 17px;
}

#blog_main_sec .author_box .author_bio ul li a:hover {color: #333a65;transition: all 0.4s ease; }

#blog_main_sec #comments {margin-top: 40px; }

#blog_main_sec #comments .single-post_heading, #blog_main_sec #comments .leave_comment h3, .leave_review .blog_heading_border{
  font-size: 20px;
  color: #444444;
  text-transform: capitalize; 
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

#blog_main_sec #comments .single-post_heading:before{ width: 10%;}

#blog_main_sec #comments .comments-lists:before {display: none; } 

#blog_main_sec #comments .comments-lists .comment, .review-wrap .review-lists li.comment {
  position: relative;
  list-style: none;
  padding-left:98px;
  padding-top: 1px;
  min-height: 100px;
  border-bottom: 1px solid #F8F8F8;
  margin-top: 20px; 
}

#blog_main_sec #comments .comments-lists .comment:last-child {border-bottom: 0px; }

#blog_main_sec #comments .comments-lists .comment .activity_rounded, .review-wrap .review-lists li.comment .activity_rounded {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0; 
}

#blog_main_sec #comments .comments-lists .comment .activity_rounded img, .review-wrap .review-lists li.comment .activity_rounded img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#blog_main_sec #comments .comments-lists .comment h4 {
  font-size: 15px;
  color: #444444;
  margin-top: 0px;
  text-transform: capitalize; 
}

#blog_main_sec #comments .comments-lists .comment p {
  font-size: 14px;
  color: #777777;
  line-height: 24px; 
}

#blog_main_sec #comments .comments-lists .comment small.date-posted, .review-wrap .review-lists li.comment .comment-body small.date-posted {
  color: #666666;
  font-size: 12px;
  margin-left: 12px;
  border: 1px solid #f1f1f1;
  padding: 5px 10px;
  background: #fbfbfb;
}

#blog_main_sec #comments .comments-lists .comment .comment-body, .review-wrap .review-lists li.comment .comment-body {padding-bottom: 20px; }

#blog_main_sec #comments .comments-lists .comment .comment-body .mt_btn_yellow {
  padding: 4px 15px;
  margin-bottom: 10px;
  display: inline-block; 
}

#blog_main_sec #comments .comments-lists .comment .children {
  overflow: hidden;
  list-style: none;
  padding-left: 0px;
  list-style: none; 
}

#blog_main_sec #comments .comments-lists .comment .children .comment {
  position: relative;
  border-top: 1px solid #F8F8F8;
  border-bottom: 0px;
  margin-top: 0px; 
}
#blog_main_sec #comments .comments-lists .comment .children .comment:before {
  display: none; }

#blog_main_sec #comments .comments-lists .comment .children .comment .activity_rounded {
  margin-top: 20px; }

#blog_main_sec #comments .comments-lists .comment .children .comment .comment-body {
  border: none;
  margin-top: 20px; 
  padding-bottom: 5px;
}
#blog_main_sec #comments .leave_comment h3 {
  font-size: 20px;
  color: #444444;
  text-transform: capitalize; 
}
#blog_main_sec #comments .leave_comment .form-group .form-control, .leave_review .form-group .form-control {height: 40px; }

#blog_main_sec #comments .leave_comment .form-group input[type="text"],
#blog_main_sec #comments .leave_comment .form-group input[type="email"],
.leave_review .form-group input[type="text"],
.leave_review .form-group input[type="email"]
 {
  border: 1px solid #eceaea;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px;
}

#blog_main_sec #comments .leave_comment .form-group input[type="text"]:hover, #blog_main_sec #comments .leave_comment .form-group input[type="text"]:focus,
#blog_main_sec #comments .leave_comment .form-group input[type="email"]:hover,
#blog_main_sec #comments .leave_comment .form-group input[type="email"]:focus {
  border: 1px solid #333a65; 
}

#blog_main_sec #comments .leave_comment textarea, .leave_review textarea {
  resize: vertical;
  min-height: 180px;
  border: none;
  border: 1px solid #eceaea;
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
  color: #1a1a1a;
  padding: 10px 25px;
  margin-bottom: 20px; 
}

#blog_main_sec #comments .leave_comment textarea:hover, #blog_main_sec #comments .leave_comment textarea:focus {
  border: 1px solid #333a65; 
}

.course-detail .review-wrap a.mt_btn_yellow {
    padding: 3px 15px;
}


aside .widget {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 2rem;
    border: 1px solid #f1f1f1;
    background: #c6c4c47d;
    border-radius: 5px;
}

aside .widget:last-child{margin-bottom: 0;}

aside .widget h3 {
    margin-bottom:2rem;
    margin-top: 0px;
    font-size: 15px;
    line-height: 0.8;
    background: #123575;
    border-radius: 5px;
    padding: 15px;
    color: #fff;
}
aside .widget h3:hover{
  background: grey;
}

aside .widget.widget_instagram h3{margin-bottom: 29px;}

aside .widget.widget_tag_cloud h3{margin-bottom: 25px;}

aside .widget ul {
  padding: 0px;
  overflow: hidden;
  list-style: none;
  margin-bottom: 0px; 
}

aside .widget ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
  border-bottom: 1px dashed #989797;
  padding-bottom: 10px;
}
aside .widget ul li:last-child{padding-bottom: 0; border: none; margin-bottom: 0;}

aside .widget ul li:before {display: none; }

aside .widget ul li span.categoryCount {float: right; }

aside .widget ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  text-decoration: none; 
transition: all ease-in-out 0.3s;
}

aside .widget.widget_categories ul li a:before, aside .widget.widget_custom_menu ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    padding-right: 5px;
}

aside .widget ul li a:hover{
  color: #333a65;
  transition: all ease-in-out 0.3s;
}

aside .widget .search-form input[type=text] {
  width: 100%;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 40px;
  font-weight: 300;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
  background-position-x: 98%;
  background-position-y: 50%; 
  margin-bottom: 0;
}

aside .widget_recent_entries ul {overflow: hidden; }

aside .widget_recent_entries ul li {
  position: relative;
  padding-left: 80px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

aside .widget_recent_entries ul li:last-child{padding-bottom: 0; border: none; margin-bottom: 0;}

aside .widget_recent_entries ul li:before {display: none; }

aside .widget_recent_entries ul li h4 {
  margin-bottom: 3px;
  line-height: 16px;
  margin-top: 0; 
}

aside .widget_recent_entries ul li h4 a {color: #444444; line-height: 20px; }

aside .widget_recent_entries ul li h4 a:hover {color: #333a65; transition: all ease 0.4s; }

aside .widget_recent_entries ul li span {color: #666666; font-size: 14px; }

aside .widget_recent_entries ul li p, aside .widget_recent_entries ul li p span{
  color: #ffac00;
  margin-bottom: 0;
  font-size: 14px; 
}

aside .widget_recent_entries ul li img {
  position: absolute;
  top: 2px;
  left: 0; 
}

aside .widget_recent_entries ul li a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-decoration: none; 
}

aside .widget_tag_cloud ul {overflow: hidden; }

aside .widget_tag_cloud ul li {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 5px; 
  padding-bottom: 0;
  border: none;
}
aside .widget_tag_cloud ul li a {
  background-color: #fff;
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
  color: #444444;
  padding: 6px 15px;
  font-weight: 400;
  border-radius: 3px; 
  display: inline-block;
}

aside .widget_tag_cloud ul li a:hover, aside .widget_tag_cloud ul li a:focus {color: #FFFFFF; background: #333a65; }

aside .widget.widget_instagram a {
    width: 25%;
    margin: 0;
    float: left;
    border: 1px solid #ffffff;
}        

aside .widget.widget_follow .socibox {
    display: inline-block;
    margin: 0 2px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 1.4;
    border: 1px solid #f4f4f4;
    background-color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

aside .widget.widget_follow .socibox:hover{
  background: #333a65;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
} 

aside .widget.widget_follow .socibox:hover span{color: #fff;}

aside .widget.widget_follow .socibox span{font-size: 16px; color: #444; line-height: 2.5;}

@media only screen and (max-width: 991px){
  #blog_main_sec .col-md-8.col-sm-12{margin-bottom: 30px;}
}

@media only screen and (max-width:811px){
  #blog_main_sec aside.col-md-4.col-sm-4.col-xs-12{margin-top: 30px;}
}

@media only screen and (max-width: 767px) {
    #blog_main_sec .post_title h3 {line-height: 35px; } 
}

@media only screen and (max-width: 639px){
  #blog_main_sec #comments .comments-lists .comment .activity_rounded{position: inherit; top: inherit;}

    #blog_main_sec #comments .comments-lists .comment {padding-left: 0px; } 

    #blog_main_sec #comments .comments-lists .comment .comment-body {margin-top: 25px; }

    #blog_main_sec #comments .comments-lists .comment .activity_rounded{text-align: center; display: inherit;}

    #blog_main_sec #comments .comments-lists .comment .activity_rounded img{display: inline-block;}
}

@media only screen and (max-width: 480px) {

  #blog_main_sec .post_title {margin-bottom: 15px; }

  #blog_main_sec .post_title h3 {line-height: 24px; font-size: 18px; }

  #blog_main_sec .post_title ul li {font-size: 14px; margin-bottom: 0; } 
}


.post-content {
    margin-bottom: 25px;
}
h3.post-title.entry-title {
    color: #e8970f;
    font-size: 18px;
}

/* ---------------------------------- */
/* Tables
------------------------------------- */

.dashboard-list-box {
  background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #ccc;
    border: 2px solid #fff;
}

table.basic-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border:none;
  margin-bottom: 15px;

}

table.basic-table .dropdown-menu{min-width: 180px; border-radius: 5px; border: none;}

table.basic-table .dropdown-item{
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
}

table.basic-table th {
  background-color: #5b6188;
  text-align: left;
  color: #fff;
  vertical-align: top;
  font-weight: 500;
}
table.basic-table th.textright{
  text-align: right;
}

/*table.basic-table th:first-child { border-radius: 4px 0 0 4px; }
table.basic-table th:last-child { border-radius: 0 4px 4px 0; }*/
table.basic-table tbody{
  background: #fff;
}
table.basic-table th,
table.basic-table td {
  padding: 12px;
}
table.basic-table tr{
border-bottom: 1px solid #eaeaea;
}
table.basic-table tr:last-child{
  border-bottom: none;
}
table.basic-table tr:nth-child(even){
  background: #dfe3ff;
}
table.basic-table { margin-bottom: 0; }



/* ---------------------------------- */
/* List Styles
------------------------------------- */

.list-4,
.list-3,
.list-2,
.list-1 {
  padding: 3px 0 0 0;
  font-size: 16px;
}

.list-4 li,
.list-3 li,
.list-2 li,
.list-1 li {
  list-style: none;
  margin: 14px 0;
  line-height: 27px;
  margin-left: 22px;
  position: relative;
}

.list-1.alt li { margin: 12px 0; margin-left: 22px; }

.list-4 li:first-child,
.list-3 li:first-child,
.list-2 li:first-child,
.list-1 li:first-child {
  margin-top: 0;
}


.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
  font-family: "FontAwesome";
  margin: 0;
  position: relative;
  color: #66676b;
  float: left;
  margin-left: -22px;
  display: block;
}

.list-1.gray li:before {
  color: #777;
}

.list-4 li:before { content: "\f192"; font-size: 14px; top: 1px; }
.list-3 li:before { content: "\f058"; font-size: 15px; top: 1px; }
.list-2 li:before { content: "\f00c"; font-size: 14px; }
.list-1 li:before { content: "\f0c8"; font-size: 8px; }

.list-4 li { margin-left: 27px; }
.list-4 li:before { margin-left: -27px; }


/* Numbered Style */
.numbered ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  margin-left: 18px;
  display: inline-block;
  font-size: 16px;
}

.numbered ol li {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
}

.numbered ol > li::before {
  content: counter(li);
  counter-increment: li;
  font-size: 16px;
  line-height: 33px;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #333;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  margin-left: 0;
  font-weight: 500;
  color: #333;
  position: relative;
  float: left;
  left: -18px;
  font-size: 15px;
  transform: translateY(-10%);
}

.numbered.color ol > li::before {
  border: 1px solid #66676b;
  color: #66676b;
}

.numbered.color.filled ol > li::before {
  border: 1px solid #66676b;
  color: #fff;
  background-color: #66676b;
}

mark.color {
    background-color: #66676b;
    border-radius: 4px;
}

mark { border-radius: 4px; }

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

/

/* ---------------------------------- */
/* Info Box
------------------------------------- */
.info-box {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 3px;
  padding: 23px 27px;
  border-top: 2px solid #66676b;
  background: linear-gradient(to bottom, rgba(255,255,255,0.98), rgba(255,255,255,0.95));
  background-color: #66676b;
  color: #66676b;
}

.info-box.no-border {
  border: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0.96), rgba(255,255,255,0.93));
  background-color: #66676b;
}

.info-box h4 {
  margin: 0;
  font-size: 19px;
  color: #66676b;
  margin-bottom: 20px;
  margin-top: 0px;
}

.info-box p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 26px;
}

.info-box.large {
  padding: 36px;

}


/* ---------------------------------- */
/* Info Banner
------------------------------------- */
.info-banner {
  display: block;
  width: 100%;
  padding: 90px 0;
  color: #fff;
  margin: 0;
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
 background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgb(0 0 0 / 0%) 50%, rgb(0 0 0 / 0%) 86%, rgb(0 0 0 / 9%) 100%);
}

.info-banner-content {
  position: relative;
  z-index: 199;
}

.info-banner.centered { text-align: center; }

.info-banner-content a.button {
  margin: 0 20px -15px 20px;
  position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
  color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
}


/* Styles for info banner with parallax */
.text-content {
  background: transparent;
  padding: 110px 0px;
  font-weight: 500;
  z-index: 999;
  position: relative;
}

.text-content.white-font {
  color: #fff;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5 {
  color: #fff;
}

.text-content.white-font h1,
.text-content.white-font h2,
.text-content.white-font h3,
.text-content.white-font h4,
.text-content.white-font h5 {
  color: #fff;
}

.text-content a.button {
  padding: 10px 26px;
  font-size: 16px;
  font-weight: 600;
}

.text-content.white-font a.button:hover {
  background-color: #fff;
  color: #333;
}

.text-content a.button:before {
  display: none;
}

.text-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px; 
}

.text-content h2 { margin-bottom: 30px; line-height: 46px; font-size: 36px; font-weight: 500; }

.top-1 { position: relative; top: -1px; }
.top-0 { position: relative; }


/* ---------------------------------- */
/* Image Edge
------------------------------------- */
.image-edge {
  background-color: #f8f8f8;
  position: relative;
  overflow: hidden;
  margin: 35px 0 0 0;
  height: 50vw;
  max-height: 640px;
  overflow: hidden;
  padding: 0;
}

.image-edge #googlemaps,
.image-edge .google-map-container { height: 100%; }


.image-edge-content {
  padding: 0;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  width: 50%;
  padding: 0 9%;
}

.image-edge.left .image-edge-content { padding-left: 6%; }

.image-edge-content h3.headline {
  width: 100%;
  display: block;
  margin-top: 0;
}

/* Photo */
.edge-bg {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0px;
  height: 100%;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.edge-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(34,34,34,0.1);
}


/* Left-photo version */
.image-edge.left .image-edge-content { left: 50%;}
.image-edge.left .edge-bg { left:0px; }

.image-edge.left .container {
  transform: translateX(54%);
  -webkit-transform: translateX(54%);
}


/* Styles for dark version  */
.image-edge.dark { background-color: #282828; color: #fff; }

.image-edge.dark h1,
.image-edge.dark h2,
.image-edge.dark h3,
.image-edge.dark h4,
.image-edge.dark h5 { color: #fff;}

.presentation-content h2,
.image-edge h2 {
  line-height: 56px;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.5px;
}

.presentation-content p,
.image-edge p { font-size: 20px; color: #828282; line-height: 34px;}
.image-edge.dark p { color: rgba(255,255,255,0.8);}


/* List */
.image-edge-content ul {
  list-style: none;
  padding: 0;
}

.image-edge-content ul li { margin-bottom: 30px; }
.image-edge-content ul li:last-child { margin-bottom: 0px; }

.image-edge-content h4 i {
  position: relative;
  top: -1px;
  margin-right: 2px;
}

@media (max-width: 767px) {
  .edge-bg {
    position: relative;
    height: 400px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
  }
}




/* ---------------------------------- */
/* Tabs
------------------------------------- */
.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabs-nav li a i {
  padding-right: 5px;
  font-size: 16px;
  top: 1px;
  position: relative;
}

.tabs-nav li {
  float: left;
  line-height: 45px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
}

.tabs-nav li a,
.tab-reviews {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.tabs-nav li a {
  border-bottom: 1px solid transparent;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 7px 15px;
  text-decoration: none;
  font-size: 15px;
  z-index: 11;
  position: relative;
  margin-bottom: -1px;
}

.tabs-nav li a:hover { border-color: #66676b; }

.tab-reviews { color: #aaa; }

.tabs-nav li.active .tab-reviews { color: #fff; }
.tabs-nav li a:hover,
.tabs-nav li.active a {
  border-color: #66676b;
  color: #66676b;
  z-index: 11;
}

.tab-content {
  padding: 28px 33px;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 100%;
}

.tabs-container {
  overflow: hidden;
  width: 100%;
}

.tab-content p:last-child { margin-bottom: 0; }


.style-2 .tabs-container { box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); border-radius: 3px; }

/* Tabs Style 1 */
.style-1 .tabs-container .tab-content {
  border: none;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 0 0;
}

/* Taba Style 3 */
.style-3 .tabs-nav {
  text-align: center;
}

.style-3 .tabs-nav li {
  float: none;
  line-height: 32px;
  padding: 0;
  margin-right: 4px;
  position: relative;
  z-index: 12;
  display: inline-block;
  text-align: center;
}

.style-3 .tabs-nav li a {
  border: none;
  color: #333;
  display: inline-block;
  outline: none;
  padding: 7px 24px;
  text-decoration: none;
  font-size: 14px;
  z-index: 11;
  position: relative;
  margin-bottom: -1px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 13px;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
  border-color: #66676b;
  background-color: #66676b;
  color: #fff;
  z-index: 11;
}

.style-3 .tabs-container .tab-content {
  border: none;
  padding: 30px 0 0 0;
}


/* Tabs Style 4 */
.style-4 .tabs-nav {
  width: 35%;
  display: table-cell;
}

.style-4 .tabs-container {
  width: 65%;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}


.style-4 .tabs-container .tab-content {
  border: none;
  padding: 10px 0 0 0;
}


.style-4.tabs { display: table; }

.style-4 .tabs-nav li a {
  float: none;
  width: 90%;
  border: none;
  padding: 0;
  background-color: #fff;
  margin: 0 0 1px 0;
  border: none;
  padding: 9px 24px;
  line-height: 30px;
  border-radius: 3px;
}

.style-4 .tabs-nav li.active a {
  background-color: #66676b;
  color: #fff;
}

.style-4 .tabs-nav li {
  width: 100%;

}

/* Tabs Style 5 */
.style-5 .tabs-nav li {
  width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
  position: relative;
  top: 50px;
  transform: transitionY(-50%);
  display: inline-block;
}


.style-5 .tabs-nav {
  bottom: 5px;
  position: relative;
}

.style-5 .tabs-nav li a {
  border: none;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 4px;
  padding: 0;
}

.style-5 .tabs-nav li.active a {
  background-color: #66676b;
  color: #fff;
}


.style-5 .tabs-container .tab-content {
  box-shadow: none;
  border: none;
  padding: 20px 0 0 0;
}

input[type=file]{height: auto; padding: 10px;}

.checkbox-block{margin-bottom: 15px;}
.event-left {
    position: relative;
}

.page .event-left .events-image{
  overflow: hidden;
  height: 250px;
}

.event-donation {
    position: absolute;
    background: #fff;
    width: 780px;
    padding: 50px;
    left: 10px;
    right: 10px;
    bottom: -15px;
    box-shadow: 0 0 18px 4px #646464a6;
}


.page .event-donation {
    bottom: 0;
    position: relative;
    width: 96%;
    z-index: 1;
    top: -10px;
}

.event-main h2{margin-bottom: 4rem; position: relative;}

.event-main h2:after {
    content: '';
    height: 1px;
    width: 36%;
    position: absolute;
    right: 0;
    top: 49.5%;
    background: #f1f1f1;
}

.event-item {
    display: inline-block;
    border-bottom: 1px dashed #eee;
    /*padding-bottom:25px;*/
    margin-bottom: 25px;
    transition: all ease-in-out .3s;
    width: 100%;
    position: relative;
    background: #e3e2e2;
    padding: 20px;
}
ul.event-time {
    margin-bottom: 0px;
}

.event-details {
    padding-left: 75px;
}

.event-date {
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-in-out .3s;
    background: rgb(255, 172, 0);
    padding: 5px 8px;
    border-radius: 5px;
}
.event-date h4{
    font-size: 20px;
    color: #fff;
}
.event-date h4 span {
    font-weight: 300;
    width: 100%;
    display: block;
}

ul.event-time li {
    padding:0 10px 0 0;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 14px;
}
ul.event-time li i {
    color: #ffac00;
    padding-right: 10px;
}
.event-details p {
    margin: 15px 0 0;
}
.event-details h3 a {transition: all ease-in-out .3s;}

.event-item .event-details:hover h3 a {color: #ffac00;}

/*Events Detail Page*/
.post_title_eve h3 {margin-bottom: 5px;}

.post_title_eve ul li {font-size: 14px; color: #ffac00;}

.event-social {margin: 0 0 10px;}

.event-social h4 {
    margin-bottom: 0;
    display: inline-block;
}
.event-social ul.list-inline.social {
  display: inline-block;
  padding-left: 10px;
}
.book-seat-now h4 {margin-bottom: 30px;}

.locate-map iframe {width: 100%;}

.apply-form p:last-child {
    margin-bottom: 0;
}
.apply-form input.submit {
    background: #ffac00;
    border-radius: 5px;
}
.event_ii .slick-dots {bottom: -25px;}

@media(max-width: 1200px) and (min-width: 991px){
  .event-donation{bottom: -112px;}
}

@media only screen and (max-width:1200px) {
  .book-btn a{padding: 5px 10px;}
}
@media only screen and (max-width: 991px) {
  .edu-events .col-sm-12 {padding-bottom: 0; padding-top: 0;}
  .edu-events .col-sm-12:last-child {padding-bottom: 0;}
  .edu-events .event-item{min-height: auto;}
  .event-main{margin-top: 50px;}
  .apply-form p:last-child {margin-bottom: 20px;}
}

@media(max-width: 639px){
  .event-donation, .page .event-donation{position: relative; left: inherit; right: inherit; bottom: inherit; width: 100%; top: inherit;}
}

@media only screen and (max-width: 480px){
  .event-item .col-xs-4, .event-item .col-xs-8{width: 100%}
  .event-item .col-xs-4{min-height: 165px;}
  .event-item .col-xs-8{padding-left: 15px;}
  .event-left .event-item .col-lg-4 {padding-right: 0;}
  .course-tabs {padding: 15px;}
}
h3.mar-bottom-10 {
    font-size: 15px;
}
ul.event-time {
    padding-left: 0;
}

$blue: #0084ff;



#button {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  display: block;
  position: relative;
  background: $blue;
  color: white;
  font-size: 1.125em;
  border: .15em solid $blue;
  border-radius: .3em;
  text-transform: uppercase;
  padding: 1.25em 1.5em 1.25em 3.6em;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .025em;
  cursor: pointer;
  transition: inherit;
  transition: all 50ms linear;
  .icon {
    position: absolute;
    top: 0;
    bottom: 0em;
    margin: auto 0;
    left: 1.4em;
    width: 1.5em;
    fill: white;
    height: 1.5em;
    display: block;
    transition: inherit;
  }
  &:hover, body.inactive & {
    color: $blue;
    background: transparent;
    .icon {
      fill: $blue;
    }
    &:active {
      transform: scale(.99);
    }
  }
}

/******************************** new style from here ************************/
.block.section-box{
  border-radius: inherit;
  width: 100%;
/*  height: 68px;*/
  height: 105px;
  margin: 16px;
  background: #123575;
  border: 1px solid white;
}
.pt-25{
  padding-top: 2.5rem !important;
}
.block.section-box:hover{
  background: #e8960f;
}

/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600); */
.snip1336 {
  /*font-family: 'Roboto', Arial, sans-serif;*/
   font-family: "Poppins";
  position: relative;
  overflow: hidden;
  margin: auto;
  min-width: 230px;
  /* max-width: 315px; */
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  background-color: #1e506d33;
  padding-top: 130px;

}
.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}
.snip1336 figcaption {
  width: 100%;
  background-color: #63aaa8;
  padding: 25px;
  height: 255px;
  position: relative;
}
.snip1336 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 620px;
  border-color: transparent transparent transparent #64aaa8;
}
.snip1336 figcaption a {
  padding: 5px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 13px;
  text-transform: none;
  margin: 0px;
  display: inline-block;
  /*opacity: 0.65;*/
  width: 100%;
  text-align: center;
  text-decoration: none;
  /*font-weight: 600;*/
  font-family: "Poppins" !important;
  letter-spacing: 1px;
}
.snip1336 figcaption a:hover {
  opacity: 1;
}
.snip1336 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 105%;
  left: 240px;
  /* top: -112px; */
  z-index: 1;
  max-width: 125px;
  opacity: 1;
  box-shadow: 0 0 15px #FFEB3B;
  border: 4px solid #ffffff;
}
.snip1336 .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9;
}
.snip1336 h2 {
  font-size: 20px;
  margin: 0 0 5px;
  /* font-weight: 300; */
  text-align: center;
}
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}
.snip1336 p {
  margin: 0 0 10px;
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.8;
}


@media (max-width: 768px) {
    #e-services {
    height: 399px;
    }
     .hovicon.effect-8 {
         margin-left: 57px;
     }
  .snip1336 .profile {
    left: 110px;
  }
  .block.section-box{
    margin-right: 0px !important;
  }
  img.profile.hod {
    left: 115px !important;
}
  /* h6.text-head {
    padding-top: 22px;
} */
}

h2.font-weight-light.text-primary.text.text-h2 {
  font-size: 18px;
}

.college-icons{
  font-size: 20px !important;
}

.inner-icons {
  font-size: 21px !important;
  padding-right: 10px;
}

.about-items.bottom-box {
  background: white;
  padding: 25px;
  box-shadow: 0 0 15px #e8950f;
  height: 150px;
}

h6.text-head {
  color: #fff;
  font-style: initial;
  text-align: center;
  padding-top: 22px;
}
.p-0{
  padding: 0px !important;
}

section.tab-menu-inner {
  padding: 60px;
}

/* #accordion .panel-title a {
  background: #f5f5f5;
  display: block;
  padding: 22px 40px;
  font-size: 13px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
  border-left: 6px solid #113475;
  border-bottom: 0;
  position: relative;
  transition: all 0.3s ease 0s;
} */
/*h2.font-weight-light.text-primary.text-1{*/
/*  font-size: 20px;*/
/*}*/
/*.accordion dl,*/
/*.accordion-list {*/
/*   border:1px solid #ddd;*/
/*   &:after {*/
/*       content: "";*/
/*       display:block;*/
/*       height:1em;*/
/*       width:100%;*/
/*       background-color:darken(#113475, 10%);*/
/*     }*/
/*}*/
/*.accordion dd,*/
/*.accordion__panel {*/
/*   background-color:#eee;*/
/*   font-size:1em;*/
/*   line-height:1.5em; */
/*}*/
/*.accordion p {*/
/*  padding:1em 2em 1em 2em;*/
/*}*/

/*.accordion {*/
/*    position:relative;*/
/*    background-color:#eee;*/
/*}*/
/*.accordion-container {*/
/*  max-width:960px;*/
/*  margin:0 auto;*/
  /* padding:2em 0 2em 0; */
/*}*/

/*.accordionTitle,*/
/*.accordion__Heading {*/
/* background-color: #979797; */
/*   text-align:center;*/
/*     font-weight:700; */
/*          padding:1em;*/
/*          font-size: 13px;*/
/*          display:block;*/
/*          text-decoration:none;*/
/*          color:#fff;*/
/*          transition:background-color 0.5s ease-in-out;*/
/*  border-bottom:1px solid darken(#113475, 5%);*/
/*  &:before {*/
/*   content: "+";*/
/*   font-size: 12em;*/
/*   line-height:0.5em;*/
/*   float:left; */
/*   transition: transform 0.3s ease-in-out;*/
/*  }*/
/*  &:hover {*/
/*    background-color:darken(#113475, 10%);*/
/*  }*/
/*}*/
/*.accordionTitleActive, */
/*.accordionTitle.is-expanded {*/
/*   background-color:darken(#113475, 10%);*/
/*    &:before {*/
     
/*      transform:rotate(-225deg);*/
/*    }*/
/*}*/
/*.accordionItem {*/
/*    height:45px;*/
/*    overflow:hidden; */
/*    //SHAME: magic number to allow the accordion to animate*/
    
/*     max-height:50em;*/
/*    transition:max-height 1s;   */
 
    
/*    @media screen and (min-width:48em) {*/
/*         max-height:15em;*/
/*        transition:max-height 0.5s*/
        
/*    }*/
    
   
/*}*/

 
/*.accordionItem.is-collapsed {*/
/*    max-height:0;*/
/*}*/
/*.no-js .accordionItem.is-collapsed {*/
/*  max-height: auto;*/
/*}*/
/*.animateIn {*/
/*     animation: accordionIn 0.45s normal ease-in-out both 1; */
/*}*/
/*.animateOut {*/
/*     animation: accordionOut 0.45s alternate ease-in-out both 1;*/
/*}*/
/*@keyframes accordionIn {*/
/*  0% {*/
/*    opacity: 0;*/
/*    transform:scale(0.9) rotateX(-60deg);*/
/*    transform-origin: 50% 0;*/
/*  }*/
/*  100% {*/
/*    opacity:1;*/
/*    transform:scale(1);*/
/*  }*/
/*}*/

/*@keyframes accordionOut {*/
/*    0% {*/
/*       opacity: 1;*/
/*       transform:scale(1);*/
/*     }*/
/*     100% {*/
/*          opacity:0;*/
/*           transform:scale(0.9) rotateX(-60deg);*/
/*       }*/
/*}*/

.mb-0{
  margin-bottom: 0px;
}

.tab-inner {
  padding-top: 18px;
}
a.accordion-title.accordionTitle.js-accordionTrigger:hover {
  background: #e8960f;
}

/*img.profile.hod{*/
/*  left: 135px;*/
/*}*/

.listnews-container.mt {
  margin-top: 25px;
}

.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
  /* content: "\e114";    adjust as needed, taken from bootstrap.css */
  float: right;        /* adjust as needed */
  color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  /* content: "\e080";   */
}
li {
  list-style: none;
}

.contact-grid {
  background: blanchedalmond;
  padding: 20px;
}

.row.data-mt {
  margin-top: 60px;
}

section.download-form {
  padding: 90px;
}

.breadcrumb-custom {
  font-size: 1rem !important;
  position: relative;
  top: 90px;
  text-align: center;
}

.committee{
  padding: 70px;
}

.person {
  text-align: center;
}

.section {
  padding: 80px 0;
}

.how-it-work-item.primary {
  background: #113475;
  padding: 40px 30px;
}
.list-unstyled.primary{
  font-size: 13px;
}


h3.ex-title.text-center.text-white {
    color: #000000b0 !important;
}

p.para-two {
    text-align: justify;
}

.text-field.large {
	width: 16rem!important
}

#library-pattern {
	background-image: url(https://picsum.photos/400/200?image=11);
	background-repeat: repeat
}

.btn-icon {
	position: relative;
	padding-left: 46px
}

.btn-icon:before {
	position: absolute;
	content: '';
	display: block;
	width: 36px;
	top: 0;
	bottom: 0;
	left: 0
}

#calendar-icon:after,
#news-icon:after,
#qspace-icon:after,
#research-icon:after {
	position: absolute;
	content: '';
	display: block;
	width: 26px;
	height: 26px;
	background-image: url(/file_source/qu/global/images/homepage/homepage-icons.png);
	background-repeat: no-repeat;
	left: 4px;
	top: 5px
}

.qspace-bg {
	background-color: #7c68b9
}

a.qspace-bg:hover {
	background-color: #9788d4
}

#calendar-icon:before,
#news-icon:before,
#research-icon:before {
	background-color: #034E61
}

#qspace-icon:before {
	background-color: #3c1A5f
}

#news-icon:after {
	background-position: -78px
}

#calendar-icon:after {
	background-position: -26px
}

#research-icon:after {
	background-position: 0
}

#qspace-icon:after {
	background-position: -52px
}

#stories_wrapper h4 {
	max-height: 3.6em;
	overflow: hidden
}
.end-right.full.bd-right:before {
  border: none;
}
/* #info-graph-right {
	background-color: #fff
} */

/* @media only screen and (min-width:768px) { */
	.end-bottom.number span,
	.end-top.number span {
		box-shadow: 9px 0 0 0 transparent, -9px 0 0 0 transparent, 0 12px 6px -7px rgba(0, 0, 0, .2), 0 -12px 6px -7px rgba(0, 0, 0, .2)
	}
	#info-graph .h4 {
    line-height: 1.2rem;
    color: #fff !important;
	}
	#info-graph {
		/* background: url(/file_source/qu/global/images/homepage/infographs-pattern.png) fixed #fff;
		background-image: url(/file_source/qu/global/images/homepage/infographs-pattern.png), linear-gradient(to right, #e3e3e3, #e3e3e3, #e3e3e3, #fff); */
		/* overflow: hidden */
	}
	/* #info-graph-right {
		background-color: #fff;
		transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		-webkit-transform: skewX(-20deg)
	} */
	#info-graph-right .unskew {
		transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		-webkit-transform: skewX(20deg)
	}
	#infographs-numbers {
		margin: 4em 5rem 4em 2rem
	}
	.dashed-circle {
		-webkit-animation-name: spin;
		-webkit-animation-duration: 45s;
		-webkit-animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		-moz-animation-name: spin;
		-moz-animation-duration: 45s;
		-moz-animation-iteration-count: infinite;
		-moz-animation-timing-function: linear;
		-ms-animation-name: spin;
		-ms-animation-duration: 45s;
		-ms-animation-iteration-count: infinite;
		-ms-animation-timing-function: linear;
		animation-name: spin;
		animation-duration: 45s;
		animation-iteration-count: infinite;
		animation-timing-function: linear
	}
	.category {
		width: 100px;
		/* max-width: 17vh; */
    position: relative;
    top: 50px;
	}
	.category .box-wrapper {
		padding-top: 100%;
    position: relative;
    bottom: 40px;
	}
	.category .big-circle {
		border-radius: 50%;
		border: 3px solid #f3f3f3;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
	.category .dashed-circle {
		border-radius: 50%;
		border: 2px dashed #fff;
		position: absolute;
		top: 1px;
		left: 1px;
		right: 1px;
		bottom: 1px
	}
	.category img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
		margin: auto;
		width: 40%
	}
	#infographs-numbers .box-wrapper:before {
		position: absolute;
		top: 10%;
		left: 10%;
		right: 10%;
		bottom: 10%;
		content: '';
		display: block;
		border-radius: 50%;
		/* border: 1px dashed #999;
		background-color: #fff */
	}
	#colleges .big-circle,
	#programs .big-circle {
		border-top-color: transparent;
		border-bottom-color: transparent
	}
	.end-bottom.number:after,
	.end-bottom:before,
	.end-top.number:after,
	.end-top:before {
		border-left: solid 3px #f3f3f3
	}
	#infographs-research {
		position: relative
	}
	#infographs-research .box-wrapper {
		border-radius: 50%
	}
	#colleges .big-circle {
		transform: rotate(45deg)
	}
	#programs .big-circle {
		transform: rotate(-45deg)
	}
	#alumnis .big-circle {
		border-top-color: transparent;
		transform: rotate(45deg)
	}
	#alumnis .box-wrapper {
		top: 45%
  }
  #alumnis-right .box-wrapper {
    top: -55px;
    left: 194px;
}
	#students .big-circle {
		border-bottom-color: transparent;
		transform: rotate(-45deg)
	}
	/* #students .box-wrapper {
		top: 94%
  } */
  
  #students .box-wrapper {
		top: -50%;
  }
  #students-right .box-wrapper {
    top: -26px;
    right: 20px;
  }
  
  #faculty .big-circle {
		border-bottom-color: transparent;
		transform: rotate(-45deg)
	}
	#faculty .box-wrapper {
		top: -50%
  }
  
  #faculty .box-wrapper {
    top: -152%;
    right: 55px;
}

#faculty-right .box-wrapper {
  top: -36px;
  right: -80px;
}
	[class*=end-] {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
	.end-left .knot,
	.end-left:before {
		position: absolute;
		top: 50%;
		left: -1rem
	}
	.end-bottom .knot,
	.end-bottom:before {
		bottom: -1rem;
		content: ''
	}
	.end-right .knot,
	.end-right:before {
		right: -1rem;
		content: '';
		position: absolute;
		top: 50%
	}
	.end-right:before {
		border-top: solid 3px #f3f3f3;
		margin-right: 3px;
		margin-top: -1.5px;
		width: 1rem
	}
	/* .end-right .knot,
	.knot-bottom,
	.knot-top {
		margin-right: -5px;
		background-color: #f3f3f3
	} */
	.end-right .knot {
		display: block;
		width: 9px;
		height: 9px;
		margin-top: -4.5px
	}
	/* .end-left:before {
		content: '';
		border-top: solid 3px #f3f3f3;
		margin-left: 3px;
		margin-top: -1.5px;
		width: 1rem
	} */
	/* .end-bottom .knot,
	.end-left .knot,
	.end-top .knot {
		display: block;
		background-color: #f3f3f3;
		width: 9px
	} */
	.end-left .knot {
		content: '';
		height: 9px;
		margin-top: -4.5px;
		margin-left: -5px
	}
	.end-bottom .knot,
	.end-bottom.number span,
	.end-bottom.number:after,
	.end-bottom:before,
	.end-top .knot,
	.end-top.number span,
	.end-top.number:after,
	.end-top:before {
		left: 50%;
		position: absolute
	}
	.end-top .knot,
	.end-top:before {
		top: -1rem;
		content: ''
	}
	.end-bottom:before {
		margin-bottom: 3px;
		margin-left: -1.5px;
		height: 1rem
	}
	.end-bottom .knot {
		height: 9px;
		margin-bottom: -5px;
		margin-left: -4.5px
	}
	.end-top:before {
		margin-top: 3px;
		margin-left: -1.5px;
		height: 1rem
	}
	.end-top .knot {
		height: 9px;
		margin-top: -5px;
		margin-left: -4.5px
	}
	.end-right .name {
		position: absolute;
		width: 6rem;
    right: -6rem;
    font-size: 15px;
		top: 50%;
		margin-top: .4rem
	}
	.end-right .number {
		position: absolute;
		width: 5rem;
		right: -5rem;
    top: 50%;
    font-size: 18px;
		margin-top: -1.8rem
	}
	.end-top.number:before {
		height: .5rem
	}
	/* .end-top.number .knot,
	.end-top.number:before {
		top: -3.1rem
	} */
	.end-top.number:after {
		content: '';
		top: -1rem;
		margin-top: 3px;
		margin-left: -1.5px;
		height: 1rem
	}
	.end-top.number span {
	top: -2rem;
    margin-top: -3px;
    width: 5rem;
    font-size: 14px;
    font-size: 15px;
    box-shadow: none;
    margin-left: -2.5rem;
    text-align: center;
	}
	.end-bottom.name span,
	.end-top.name span {
        width: 6rem;
        font-size: 14px;
		margin-left: -3rem;
		text-align: center;
		position: absolute;
		left: 50%
	}
	.end-bottom.name span {
		bottom: -2.7rem;
		margin-bottom: -3px
	}
	.end-top.name span {
		top: -2.7rem;
		margin-top: -3px
	}
	.end-bottom.number span {
	bottom: -2rem;
    margin-bottom: -3px;
    width: 5rem;
    font-size: 15px;
    box-shadow: none;
    margin-left: -2.5rem;
    text-align: center;
	}
	.end-bottom.number:before {
		height: .5rem
	}
	/* .end-bottom.number .knot,
	.end-bottom.number:before {
		bottom: -3.1rem
	} */
	.end-bottom.number:after {
		content: '';
		bottom: -1rem;
		margin-bottom: 3px;
		margin-left: -1.5px;
		height: 1rem
	}
	.knot-bottom,
	.knot-top {
		width: 9px;
		height: 9px;
		right: 50%;
		position: absolute
	}
	.knot-top {
		top: 0;
		margin-top: -4.5px
	}
	.knot-bottom {
		bottom: 0;
		margin-bottom: -4.5px
	}
	#alumnis:before,
	.bar-fill:after,
	.two-bar-fills:after,
	.two-bar-fills:before {
		display: block;
		content: '';
		height: 3px;
		width: 100%;
		background-color: #f3f3f3
  }

  .two-bar-fil:after
	{
		display: block;
		content: '';
		height: 3px;
    width: 100%;
    position: relative;
    top: 50px;
		background-color: #f3f3f3
  }

  .two-bar-fil:before {
    display: block;
		content: '';
		height: 3px;
    width: 100%;
    position: relative;
    top: 50px;
		background-color: #f3f3f3
  }
  
	/* .three-bar-fills:after
	 {
		display: block;
		content: '';
		height: 3px;
    width: 100%;
    position: relative;
    bottom: 120px;
		background-color: #f3f3f3
  } */
  .three-bar-fills:before {
    display: block;
    content: '';
    height: 3px;
    width: 523%;
    position: relative;
    bottom: 57px;
    right: 249px;
    background-color: #f3f3f3;
}
	.bar-fill {
		margin: 0 -3px;
		z-index: 1
	}
	#vertical-bar {
		width: 3px;
    background-color: #f3f3f3;
    position: relative;
    top: 50px;
  }
  #vertical-bar-three {
    width: 3px;
    position: relative;
    right: 296px;
    bottom: 54px;
    height: 103px;
    background-color: #f3f3f3;
}
  #vertical-bar-three {
		width: 3px;
		background-color: #f3f3f3
	}
	#infographs-research>#chart {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0
	}
	#infographs-research>#ball-1 {
		position: absolute;
		background-color: #e0cbb4;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		left: 40%;
		top: 50%;
		margin-left: -10px;
		margin-top: -10px
	}
	#infographs-research>#ball-2 {
		position: absolute;
		background-color: #9a6b37;
		width: 26px;
		height: 26px;
		border-radius: 50%;
		left: 45%;
		top: 60%;
		margin-left: -13px;
		margin-top: -13px
	}
	#infograph-research-center:before,
	#infograph-research-reviews:before {
		content: '';
		display: block;
		width: 50%;
		height: 100%;
		background-color: #fff;
		position: absolute
	}
	#infograph-research-center:before {
		left: 0;
		bottom: 0
	}
	#infograph-research-reviews:before {
		right: 0;
		bottom: 50%
	}
	#infograph-research-center .text-field {
		position: absolute;
		left: 100%;
		margin-left: .5rem;
		bottom: .5rem;
		width: 11rem
	}
	#infograph-research-reviews .text-field {
		position: absolute;
		right: 100%;
		margin-right: 1.5rem;
		top: .5rem;
		width: 16rem
	}
	@-ms-keyframes spin {
		from {
			-ms-transform: rotate(0)
		}
		to {
			-ms-transform: rotate(360deg)
		}
	}
	@-moz-keyframes spin {
		from {
			-moz-transform: rotate(0)
		}
		to {
			-moz-transform: rotate(360deg)
		}
	}
	@-webkit-keyframes spin {
		from {
			-webkit-transform: rotate(0)
		}
		to {
			-webkit-transform: rotate(360deg)
		}
	}
	@keyframes spin {
		from {
			transform: rotate(0)
		}
		to {
			transform: rotate(360deg)
		}
	}
/* } */


.graph-two{
 position: relative;
 top: 30px;
}

.diagonal-md:after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #FFFFFF;
  width: 706px;
  transform: rotate(-48deg);
  transform-origin: 10% 0%;
  /* bottom: 19px; */
  top: 379px;
  right: 136px;
  z-index: 1;
}
.diagonal:after{
  content: "";
  position: absolute;
  border-bottom: 3px solid #FFFFFF;
  width: 331px;
  transform: rotate(-47deg);
  transform-origin: 10% 0%;
  /* bottom: 19px; */
  top: 293px;
  z-index: 1;
}

.diagonal-img{
  z-index: 1250;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
     .full-slider {
    height: 624px;
}
.banner-btn {
    font-size: 14px !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .banner-main-btn {
   font-size: 20px;
}
    .title-text {
    top: 420px !important;
} 
}

@media only screen and (min-width: 1400px) and (max-width: 1800px) {
     .full-slider {
    height: 730px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
      div#id01 {
    padding-top: 90px !important;
}
 div#id02 {
    padding-top: 90px !important;
}
 .diagonal-md:after {
    right: -28px;
  }
/*    .full-slider {*/
/*    height: 624px;*/
/*}*/
    button#back-to-top {
  right: 16px !important;
    }
  .category {
    width: 80px;
  }
  #vertical-bar-three {
    right: 206px;
    bottom: 53px;
}
.three-bar-fills:before {
 width: 884%;
    bottom: 56px;
    right: 185px;
}
#faculty .box-wrapper {
  top: -137%;
  right: 24px;
}
#students .box-wrapper {
  top: -39%;
}
#students-right .box-wrapper {
  top: -10px;
  right: -6px;
}
#faculty-right .box-wrapper {
  top: -19px;
  right: -90px;
}
#alumnis-right .box-wrapper {
  top: -39px;
  left: 173px;
}
.diagonal:after {
  top: 268px;
  transform: rotate(-50deg);
  /* width: 241px; */
  left: 23px;
  right: 50px;
  bottom: 38px;
}
.end-right .number {
  position: absolute;
  width: 5rem;
  right: -6rem;
  top: 66%;
}
#info-graph {
  /* overflow: hidden; */
  padding-left: 36px !important;
}
}

#info-graph {
  /* overflow: hidden; */
  padding-left: 96px;
}

@media only screen and (max-width: 767px) {
    .border-primary-md-base:after {
    position: absolute;
    content: "";
    bottom: 444px !important;
    }
     .diagonal-md:after{
    display: none;
  }
  .three-bar-fills:before{
    width: 100%;
  }
  #alumnis-right .box-wrapper {
    top: -55px;
    left: 99px;
}
#faculty-right .box-wrapper {
  top: -36px;
  right: -40px;
}
.diagonal:after {
 
  transform: rotate(-62deg);
}
#alumnis:before, .bar-fill:after, .two-bar-fills:after, .two-bar-fills:before {
  display: none;
  content: '';
}
.two-bar-fil:before {
  display: none;
}
.two-bar-fil:after {
  display: none;
}
.three-bar-fills:before {
  display: none;
}
#faculty .box-wrapper {
  /* top: -170%; */
  right: -2px;
  bottom: 147px;
}
.category {
  width: 100%;
  margin-bottom: 115px;
}
.xs{
  width: 100px;
  margin-bottom: 0px;
}
.unskew {
  padding-right: 45px;
}
  .xs-margin {
    margin-bottom: 35px;
}
#infographs-numbers {
  margin: 4em 5rem 0em 2rem;
}
}

.top-button{
  background-color: none !important;
}

@media only screen and (max-width: 767px) {
button#back-to-top {
  /* position: fixed;
  z-index: 1111111;
  bottom: 19px; */
  left: 334px;
  top: 605px;
  /* border-radius: 50%;
  width: 42px;
  height: 40px; */
}
}

button#back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 66px;
  right: 70px;
  /*border-radius: 50%;*/
  width: 42px;
  height: 40px;
}

.top-btn {
  position: relative;
  right: 13px;
  bottom: 6px;
  padding: 0px -17px 2px 0px;
}


.box-bd-about{
  border: 1px solid #fff;
  padding: 4px;
}


h2.font-weight-light.text-primary.text-1{
  font-size: 20px;
}
.accordion dl,
.accordion-list {
   /* border:1px solid #ddd; */
   &:after {
       content: "";
       display:block;
       height:0em;
       width:100%;
       background-color:darken(#113475, 10%);
     }
}
.accordion dd,
.accordion__panel {
   background-color:#ffbf6b87;
   font-size:1em;
   line-height:0.5em; 
   overflow-y: scroll;
}
.accordion p {
  padding:1em 2em 1em 2em;
}

.accordion {
    position:relative;
    /*background-color:#eee;*/
    /*z-index: 999;*/
}
.accordion-container {
  max-width:960px;
  margin:0 auto;
  /* padding:2em 0 2em 0; */
}

.accordionTitle:hover{
    background: #cbcbcb63;
}
.accordionTitle,
.accordion__Heading {
 background-color: #97979766; 
   text-align:center;
     font-weight:600; 
          padding:15px;
          font-size: 13px;
          display:block;
          text-decoration:none;
          color:#123575 !important;
          transition:background-color 0.5s ease-in-out;
  border-bottom:1px solid darken(#113475, 5%);

  &:hover {
    background-color:darken(#113475, 10%);
  }
}
.accordionTitleActive, 
.accordionTitle.is-expanded {
   background-color:darken(#113475, 10%);
    &:before {
     
      transform:rotate(-225deg);
    }
}
.accordionItem {
    /*height:45px;*/
    overflow:hidden; 
    //SHAME: magic number to allow the accordion to animate
    
     max-height:50em;
    transition:max-height 1s;   
 
    
    @media screen and (min-width:48em) {
         max-height:15em;
        transition:max-height 0.5s
        
    }
    
   
}






 /*.accordionTitle:before {*/
 /*  content: "+";*/
 /*  font-size: 2em;*/
 /*  line-height:0.5em;*/
 /*  float:left; */
 /*  transition: transform 0.3s ease-in-out;*/
 /* }*/














 
.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}

.tab-overlay {
  position: relative;
  bottom: 59px;
}

.dd-bottom{
  border-bottom: 1px solid grey;
}

.text-black{
  color: #000 !important;
}

.text-grey{
  color: rgb(77, 77, 77) !important;
}

.bg-visible {
    background: #fff !important;
    opacity: 0.7 !important;
    /* height: 75px; */
}
.alpha {
    font-size: 16px !important;
    background: #123575;
    /* height: 75px; */
    color: #fff !important;
}
.alpha:hover{
     background: #123575;
}

.alpha-md{
   font-size: 16px !important;
    color: #123575 !important;
}

.w-40 {
  width: 50px;
}

.side-info {
    border: 1px solid #80808069;
    /*padding: 20px;*/
}

.border-primary-md:after {
 position: absolute;
    content: "";
    bottom: 156px;
    width: 80px;
    left: 47px;
    /* right: -10px; */
    height: 3px;
    background: #e8970f;
}

.fabs {
  bottom: 0;
  position: fixed;
  margin: 1em;
  /* right: 0; */
  z-index: 998;
  
}

.fab {
  display: block;
  width: 200px;
    height: 45px;
    border-radius: 8px;
  text-align: center;
  color: #f0f0f0;
  margin: 25px auto 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
  z-index: 998;
  overflow: hidden;
  background: #123575;
}

.fab > i {
  font-size: 2em;
  line-height: 55px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.fab:not(:last-child) {
  width: 0;
  height: 0;
  margin: 20px auto 0;
  opacity: 0;
  visibility: hidden;
  line-height: 40px;
}

.fab:not(:last-child) > i {
  font-size: 1.4em;
  line-height: 40px;
}

.fab:not(:last-child).is-visible {
  width: 40px;
  height: 40px;
  margin: 15px auto 10;
  opacity: 1;
  visibility: visible;
}

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

.fab(:last-child):active, .fab(:last-child):focus, .fab(:last-child):hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}
/*Chatbox*/

.chat {
  position: fixed;
  /* right: 17px; */
  bottom: 67px;
  width: 400px;
  font-size: 12px;
  line-height: 22px;
  font-family: 'Roboto';
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  opacity: 0;
  box-shadow: 1px 1px 100px 2px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  -webkit-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/*.chat_fullscreen {*/
/*    position: fixed;*/
/*    right: 0px;*/
/*    bottom: 0px;*/
/*    top: 0px;*/
/*  }*/
/*.chat_header {*/
/* margin: 0px;*/
/*    font-size: 13px;*/
/*    font-family: 'Roboto';*/
/*    font-weight: 500;*/
/*    color: #f3f3f3;*/
/*    height: 40px;*/
/*    background: #ffffff;*/
/*    border-top-left-radius: 10px;*/
/*    border-top-right-radius: 10px;*/
/*    padding-top: 10px;*/

/*}*/
/*.chat_header2 {*/
      /* margin: 10px; */
/*    border-top-left-radius: 0px;*/
/*    border-top-right-radius: 0px;*/
/*}*/
/*.chat_header .span {*/
/*  float:right;*/
/*}*/

/*.chat_fullscreen_loader {*/
/*  display: none;*/
/*    float: right;*/
/*    cursor: pointer;*/
    /* margin: 10px; */
/*    font-size: 20px;*/
/*    opacity: 0.5;*/
    /* padding: 20px; */
/*    margin: -10px 10px;*/
/*}*/

/*.chat.is-visible {*/
/*  opacity: 1;*/
/*  -webkit-animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);*/
/*  animation: zoomIn .2s cubic-bezier(.42, 0, .58, 1);*/
/*}*/
/*.is-hide{*/
/*  opacity: 0*/
/*}*/

/*.chat_option {*/
/*  float: left;*/
/*  font-size: 15px;*/
/*  list-style: none;*/
/*  position: relative;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  text-align: relative;*/
/*  margin-right: 10px;*/
/*      letter-spacing: 0.5px;*/
/*      font-weight: 400*/
/*}*/


/*.chat_option img {*/
/*  border-radius: 50%;*/
/*  width: 50px;*/
  /* float: left; */
/*  position: relative;*/
  /*left: 93px;*/
/*  margin: -30px 20px 10px 20px;*/
  /* border: 4px solid rgba(0, 0, 0, 0.21); */
/*}*/

/*.change_img img{*/
/*    width: 35px;*/
/*    margin: 0px 20px 0px 20px;*/
/*}*/
/*.chat_option .agent {*/
/*  font-size: 12px;*/
/*    font-weight: 300;*/
/*}*/
/*.chat_option .online{*/
/*      opacity: 0.4;*/
/*    font-size: 11px;*/
/*    font-weight: 300;*/
/*}*/
/*.chat_color {*/
/*  display: block;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  border-radius: 50%;*/
/*  margin: 10px;*/
/*  float: left;*/
/*}*/


/*.chat_body {*/
/*  background: #fff;*/
/*  width: 100%;*/
/*z-index: 102;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*    overflow-y: auto;*/

/*}*/
/*#chat_body{*/
/*    height: 450px;*/
/*}*/
/*.chat_login p,.chat_body li, p, a{*/
/*    -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);*/
/*  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);*/
/*}*/
/*.chat_body p {*/
/*  padding: 20px;*/
/*  color: #828282;*/
/*  font-size: 15px;*/
/*  font-family: poppins;*/
/*}*/
/*.chat_body a {*/
/*  width: 10%;*/
/*  text-align: center;*/
/*  border: none;*/
/*  box-shadow: none;*/
/*  line-height: 40px;*/
/*  font-size: 15px;*/
/*}*/



/*.chat_field {*/
/*  position: relative;*/
/*  margin: 5px 0 5px 0;*/
/*  width: 50%;*/
/*  font-family: 'Roboto';*/
/*  font-size: 12px;*/
/*  line-height: 30px;*/
/*  font-weight: 500;*/
/*  color: #4b4b4b;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  font-smoothing: antialiased;*/
/*  border: none;*/
/*  outline: none;*/
/*  display: inline-block;*/
/*}*/

/*.chat_field.chat_message {*/
/*  height: 30px;*/
/*  resize: none;*/
/*      font-size: 13px;*/
/*    font-weight: 400;*/
/*}*/
/*.chat_category{*/
/*  text-align: left;*/
/*}*/

/*.chat_category{*/
/*  margin: 20px;*/
/*  background: rgba(0, 0, 0, 0.03);*/
/*  padding: 10px;*/
/*}*/

/*.chat_category ul li{*/
/*    width: 80%;*/
/*    height: 30px;*/
/*    background: #fff;*/
/*    padding: 10px;*/
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
/*    margin-bottom: 10px;*/
/*    border-radius: 3px;*/
/*    border: 1px solid #e0e0e0;*/
/*    font-size: 13px;*/
/*    cursor: pointer;*/
/*    line-height: 30px;*/
/*    color: #888;*/
/*    text-align: center;*/
/*}*/

/*.chat_category li:hover{*/
/*    background: #83c76d;*/
/*    color: #fff;*/
/*}*/
/*.chat_category li.active{*/
/*    background: #83c76d;*/
/*    color: #fff;*/
/*}*/

/*.tags{*/
/* margin: 20px;*/
/*    bottom: 0px;*/
/*    display: block;*/
/*    width: 120%*/
/*}*/
/*.tags li{*/
/*    padding: 5px 10px;*/
/*    border-radius: 40px;*/
/*    border: 1px solid rgb(3, 117, 208);*/
/*    margin: 5px;*/
/*    display: inline-block;*/
/*    color: rgb(3, 117, 208);*/
/*    cursor: pointer;*/

/*}*/
/*.fab_field {*/
/*  width: 100%;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  background: #fff;*/
/*  border-top: 1px solid #eee;*/
/*  border-bottom-right-radius: 10px;*/
/*    border-bottom-left-radius: 10px;*/

/*}*/
/*.fab_field2 {*/
/*    bottom: 0px;*/
/*    position: absolute;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-bottom-left-radius: 0px;*/
/*        z-index: 999;*/
/*  }*/

/*.fab_field a {*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*}*/

/*#fab_camera {*/
/*  float: left;*/
/*  background: rgba(0, 0, 0, 0);*/
/*}*/

/*#fab_send {*/
/*  float: right;*/
/*  background: rgba(0, 0, 0, 0);*/
/*}*/

/*.fab_field .fab {*/
/*  width: 35px;*/
/*  height: 35px;*/
/*  box-shadow: none;*/
/*  margin: 5px;*/
/*}*/

/*.fab_field .fab>i {*/
/*  font-size: 1.6em;*/
/*  line-height: 35px;*/
/*  color: #bbb;*/
/*}*/
/*.fab_field .fab>i:hover {*/
/*  color: #42a5f5;*/
/*}*/
/*.chat_conversion {*/

/*}*/

/*.chat_converse {*/
/*  position: relative;*/
/*    background: #fff;*/
/*    margin: 6px 0 0px 0;*/
/*    height: 300px;*/
/*    min-height: 0;*/
/*    font-size: 12px;*/
/*    line-height: 18px;*/
/*    overflow-y: auto;*/
/*    width: 100%;*/
/*    float: right;*/
/*    padding-bottom: 100px;*/
/*}*/
/*.chat_converse2{*/
/*      height: 100%;*/
/*    max-height: 800px*/
/*}*/
/*.chat_list {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  height: 0;*/
/*}*/

/*.chat_list .chat_list_item {*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*}*/

/*.chat .chat_converse .chat_msg_item {*/
/*  position: relative;*/
/*  margin: 8px 0 15px 0;*/
/*  padding: 8px 10px;*/
/*  max-width: 60%;*/
/*  display: block;*/
/*  word-wrap: break-word;*/
/*  border-radius: 3px;*/
/*  -webkit-animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);*/
/*  animation: zoomIn .5s cubic-bezier(.42, 0, .58, 1);*/
/*  clear: both;*/
/*  z-index: 999;*/
/*}*/
/*.status {*/
/*    margin: 45px -50px 0 0;*/
/*    float: right;*/
/*    font-size: 11px;*/
/*    opacity: 0.3;*/
/*}*/
/*.status2 {*/
/*    margin: -10px 20px 0 0;*/
/*    float: right;*/
/*    display: block;*/
/*    font-size: 11px;*/
/*    opacity: 0.3;*/
/*}*/
/*.chat .chat_converse .chat_msg_item .chat_avatar {*/
/*  position: absolute;*/
/*  top: 0;*/
/*}*/

/*.chat .chat_converse .chat_msg_item.chat_msg_item_admin .chat_avatar {*/
/*  left: -52px;*/
/*  background: rgba(0, 0, 0, 0.03);*/
/*}*/

/*.chat .chat_converse .chat_msg_item.chat_msg_item_user .chat_avatar {*/
/*  right: -52px;*/
/*  background: rgba(0, 0, 0, 0.6);*/
/*}*/

/*.chat .chat_converse .chat_msg_item .chat_avatar, .chat_avatar img{*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  text-align: center;*/
/*  border-radius: 50%;*/
/*}*/

/*.chat .chat_converse .chat_msg_item.chat_msg_item_admin {*/
/*  margin-left: 60px;*/
/*  float: left;*/
/*  background: rgba(0, 0, 0, 0.03);*/
/*  color: #666;*/
/*}*/

/*.chat .chat_converse .chat_msg_item.chat_msg_item_user {*/
/*  margin-right: 20px;*/
/*  float: right;*/
/*  background: #42a5f5;*/
/*  color: #eceff1;*/
/*}*/

/*.chat .chat_converse .chat_msg_item.chat_msg_item_admin:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 15px;*/
/*  left: -12px;*/
/*  z-index: 998;*/
/*  border: 6px solid transparent;*/
/*  border-right-color: rgba(255, 255, 255, .4);*/
/*}*/

/*.chat_form .get-notified label{*/
/*    color: #077ad6;*/
/*    font-weight: 600;*/
/*    font-size: 11px;*/
/*}*/

input {
  position: relative;
  /*width: 90%;*/ /* commented 14-7-2021 apply job style iisue*/
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}
.chat_form .get-notified input {
  margin: 2px 0 0 0;
  border: 1px solid #83c76d;
}
.chat_form .get-notified i {
    background: #83c76d;
    width: 30px;
    height: 32px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    margin: 2px 0 0 -30px;
    position: absolute;
    border-radius: 3px;
}
.chat_form .message_form {
  margin: 10px 0 0 0;
}
.chat_form .message_form input{
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
}
.chat_form .message_form textarea{
  margin: 5px 0 5px 0;
  border: 1px solid #e0e0e0;
  position: relative;
  width: 90%;
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  outline: none;
  background: #fff;
  display: inline-block;
  resize: none;
  padding: 5px;
  border-radius: 3px;
}
.chat_form .message_form button{
    margin: 5px 0 5px 0;
    border: 1px solid #e0e0e0;
    position: relative;
    width: 95%;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    outline: none;
    background: #fff;
    display: inline-block;
    resize: none;
    padding: 5px;
    border-radius: 3px;
    background: #83c76d;
    cursor: pointer;
}
strong.chat_time {
  padding: 0 1px 1px 0;
  font-weight: 500;
  font-size: 8px;
  display: block;
}

/*Chatbox scrollbar*/

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
/*Element state*/

.is-active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.is-float {
  box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

.is-loading {
  display: block;
  -webkit-animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
  animation: load 1s cubic-bezier(0, .99, 1, 0.6) infinite;
}
/*Animation*/

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes load {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0.0;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* SMARTPHONES PORTRAIT */

@media only screen and (min-width: 300px) {
  .chat {
    width: 250px;
  }
}
/* SMARTPHONES LANDSCAPE */

@media only screen and (min-width: 480px) {
  .chat {
    width: 300px;
  }
  .chat_field {
    width: 65%;
  }
}
/* TABLETS PORTRAIT */

@media only screen and (min-width: 768px) {
  .chat {
    width: 300px;
  }
  .chat_field {
    width: 65%;
  }
}
/* TABLET LANDSCAPE / DESKTOP */

@media only screen and (min-width: 1024px) {
  .chat {
    width: 300px;
  }
  .chat_field {
    width: 65%;
  }
}
/*Color Options*/



.blue .fab {
  background: #42a5f5;
  color: #fff;
}



.blue .chat {
  background: #42a5f5;
  color: #999;
}


/* Ripple */

.ink {
  display: block;
  position: absolute;
  background: rgba(38, 50, 56, 0.4);
  border-radius: 100%;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  webkit-transform: scale(0);
  -webkit-transform: scale(0);
          transform: scale(0);
}
/*animation effect*/

.ink.animate {
  -webkit-animation: ripple 0.5s ease-in-out;
          animation: ripple 0.5s ease-in-out;
}

@-webkit-keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  
  100% {
    opacity: 0;
    -moz-transform: scale(5);
    -ms-transform: scale(5);
    webkit-transform: scale(5);
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
::-webkit-input-placeholder { /* Chrome */
  color: #bbb;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #bbb;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #bbb;
}

.border-primary-md-md:after {
 position: absolute;
    content: "";
    bottom: 195px;
    width: 80px;
    left: 47px;
    /* right: -10px; */
    height: 3px;
    background: #e8970f;
}

.block.section-md {
  /* border-radius: inherit; */
  width: 100%;
  height: 54px;
  /* margin: 16px; */
  background: #123575;
  /* border: 1px solid white; */
}

@media only screen and (max-width: 767px) {
    .chat_option img {
    position: relative;
    /*left: 74px;*/
    }
    .border-primary-md-md:after {
    position: absolute;
    content: "";
    bottom: 442px;
    }
  .xs-flex{
    flex-direction: column-reverse;
  }
  .block.section-md {
    margin-bottom: 5px;
  }
}



tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
  position: absolute;
  left:.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: '-';
  font-size: 25px;
    padding-left: 18px;
}
.accordion-toggle.collapsed .expand-button:after
{
  content: '+';
  font-size: 25px;
    padding-left: 18px;
}

.table thead th {
  background: #123575;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #ffffff;
    background: #00000014;
}
@media only screen and (max-width:768px){
    .xs-title-text {
    position: absolute;
        top: 88px !important;
    left: 21px !important;
}
.title-text-font{
    font-size: 18px;
}
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
  /* .table{
    overflow-x: scroll;
  } */
  /* table,tr, td, tbody,thead, td p table div, table table{
      width:100%!important;
      float:left;
      clear:both;
      display:block;
      text-align:center;
  } */
  /* table img {
      max-width:100%;
      height:auto;
  } */
  
  .announcements {
   margin-top: 0px;
   position: relative;
    top: 235px;
}

.notify {
    margin-top: 0px;
   position: relative;
    top: 530px;
}
section#content_wrapper {
    margin-top: 60px;
}
}

.accordionItem-md {
  height: auto !important;
}

.sub-text{
    font-weight: 600;
    padding: 1em;
    font-size: 13px;
    display: block;
    color: #123575 !important;
}
.dd-bottom-sub{
        line-height: 23px;
  border-bottom: 1px solid #80808052;
}

.text-color{
  color: #123575;
}

.min-header:after {
  position: absolute;
  content: "";
  bottom: 120px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.min-head:after {
  position: absolute;
  content: "";
  bottom: 155px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.min-notify:after {
  position: absolute;
  content: "";
  bottom: 50px !important;
  width: 62px;
  left: 51px !important;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.bg-second{
  background: #cbcbcb63;
}
@media only screen and (max-width: 768px){
.text-no-wrap {
    display: block;
    overflow: unset;
}
.xs-bt-section {
  margin-right: 0px !important;
  max-width: -webkit-fill-available;
}
}

.text-sub-topic{
  font-weight: 600;
  font-size: 18px;
  color: #123575;
}

.min-head-bd:after {
  position: absolute;
  content: "";
  bottom: 245px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.min-head-point:after {
  position: absolute;
  content: "";
  bottom: 340px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.min-head-point-s:after {
  position: absolute;
  content: "";
  bottom: 320px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.min-head-point-t:after {
  position: absolute;
  content: "";
  bottom: 320px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

@media only screen and (max-width: 768px){
    .min-head-point-s:after {
  position: absolute;
  content: "";
  bottom: 352px;
}
}

.min-head-bottom:after {
  position: absolute;
  content: "";
  bottom: 88px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.min-head-base:after {
  position: absolute;
  content: "";
  bottom: 62px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

/*.min-head-tt:after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  bottom: 290px;*/
/*  width: 62px;*/
/*  left: 17px;*/
  /* right: -10px; */
/*  height: 3px;*/
/*  background: #e8970f;*/
/*}*/

.min-head-tts:after {
  position: absolute;
  content: "";
  bottom: 265px;
  width: 62px;
  left: 17px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

@media only screen and (max-width: 768px){
.min-head-tts:after {
  position: absolute;
  content: "";
  bottom: 325px;
}
}
.min-lead:after {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 80px;
  left: 2px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}
.border-primary-md-base:after {
  position: absolute;
  content: "";
 bottom: 194px;
    width: 80px;
    left: 51px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

@media only screen and (max-width: 768px){
.min-head-bd:after,.min-head-point:after,.min-head-bottom:after,
.min-head-base:after,
.min-head-tt:after,.min-lead:after{
    display: none;
}
}

.ft-weight{
  font-weight: 500 !important;
}
.bg-second{
  background: #cbcbcb63;
}

h5,h2,h3{
  font-family: "Poppins" !important;
  font-weight: 500;
}

.content-lead {
  padding-top: 150px;
}
@media only screen and (max-width: 767px) {
  .content-lead {
    padding-top: 30px;
  }
  .tab-overlay {
    position: relative;
    bottom: 0px;
}
.border-vertical {
  margin-left: 0px !important;
}
.xs-mb-off{
  margin-bottom: 10px;
  max-width: 100% !important;
}
}

.ft-weight-none{
  font-weight: 100 !important;
}
.text-off{
  font-weight: 600 !important;
}

.border-vertical{
  border-left: 6px solid #123575;
}

@media only screen and (max-width: 767px) {
.flex-xd-bottom{
  flex-direction: column;
}
.flex-xd-btm{
  flex-direction: column !important;
}
.w-full{
  max-width: 100% !important;
  width: 100% !important;
}
.sm-center{
  float: none;
}
.min-head:after {
  bottom: 138px;
}
.xd-col{
  padding-bottom: 15px !important;
}
}
.content-lead-lg{
  padding-top: 235px !important;
}
.text-danger{
  color: red !important;
}

.font-small{
  font-weight: 500;
}

.border-col{
  border: 1px solid #123575;
}

.mid-md {
  position: absolute;
  top: 193px;
}

/*.fa-facebook-square:hover {*/
/*        color: #2f75ec;*/
/*        -o-transition:.5s;*/
/*        -ms-transition:.5s;*/
/*        -moz-transition:.5s;*/
/*        -webkit-transition:.5s;*/
/*        transition:.5s;*/
/*    }*/
    
/*    .fa-youtube-square:hover {*/
/*        color: #ff0000;*/
/*        -o-transition:.5s;*/
/*        -ms-transition:.5s;*/
/*        -moz-transition:.5s;*/
/*        -webkit-transition:.5s;*/
/*        transition:.5s;*/
/*    }*/
/*     .fa-twitter-square:hover {*/
/*        color: #2aa3ef;*/
/*        -o-transition:.5s;*/
/*        -ms-transition:.5s;*/
/*        -moz-transition:.5s;*/
/*        -webkit-transition:.5s;*/
/*        transition:.5s;*/
/*    }*/


/*   .fa-facebook-square, .fa-youtube-square,.fa-twitter-square{*/
/*        -o-transition:.5s;*/
/*        -ms-transition:.5s;*/
/*        -moz-transition:.5s;*/
/*        -webkit-transition:.5s;*/
/*        transition:.5s;*/
/*        color: #fff;*/
/*    }*/

.img-odd{
  opacity: 0.6;
  padding: 9px;
}
.img-odd:hover{
   opacity: 1.0;
   transition: .5s;
}
a.btn.btn-primary.py-3.px-5.text-white {
    padding: 7px 25px !important;
    border-radius: 5px;
}

.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 22%;
    left:50%;
}
.search-wrapper.active {}

.search-wrapper .input-holder {    
    height: 37px;
    width:70px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
   width: 230px;
    border-radius: 50px;
    background: rgb(0 0 0);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    /*height: 45px;*/
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
    width:70px;
    height:40px;
    border:none;
    border-radius:6px;
    background: #123575;
    padding:0px;
    outline:none;
    position: relative;
    bottom: 2px;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 15px;
    margin: 4px;
    display: none;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width:22px !important;
    height:22px;
    display: inline-block;
    vertical-align: middle;
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
   width: 2px;
    height: 11px;
    left: 6px;
    top: 15px;
    border-radius: 2px;
    background: #ffffff;
}
.search-wrapper .input-holder .search-icon span::after {
   width: 15px;
    height: 15px;
    left: 0px;
    top: 1px;
    border-radius: 16px;
    border: 2px solid #ffffff;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    /*top:24px;*/
    bottom: 3px;
    right:20px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right: 330px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #fff;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 2px;
    height: 22px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 22px;
    height: 2px;
    left: 0px;
    top: 10px;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.search-wrapper.active .input-holder {
    width: 230px;
    position: relative;
    right: 100px;
    border-radius: 50px;
    background: rgb(155 208 251 / 77%);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
li.inline-bottom {
    border-right: 1px solid #fff;
}
.xl-inlinelarge-profile{
    border-radius: 50%;
    position: absolute !important;
    bottom: 94% !important;
    left: 140px !important;
    /* top: -112px; */
    z-index: 1;
    max-width: 125px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 768px){
 div#info-graph-right {
    padding-right: -23px;
    position: relative;
    right: 39px;
}
.vertical-xs{
flex: 1 0 24% !important;
}
.inline-p{
    font-size: 11px !important;
    margin-bottom: 0px;
}
}

.slick-list {
  outline: none !important;
}
.slick-slide {
  outline: none !important;
  }

.border-prime-md:after {
  position: absolute;
  content: "";
  bottom: 390px;
  width: 80px;
  left: 47px;
  /* right: -10px; */
  height: 3px;
  background: #e8970f;
}

.bd-right{
  border-right: 1px solid grey;
}
.border-lg{
    border-bottom: 1px solid grey;
}
.w-10{
    width: 20px;
}
.grade {
   font-size: 40px;
    position: relative;
    top: 7px;
    left: 15px;
}

.close-btn {
    position: relative;
    bottom: 0px;
    font-size: 25px;
    text-align: end;
    height: 13px;
}
.white-nav {
    color: #fff !important;
}
.w3-container, .w3-panel {
    padding: 1em 16px !important;
}

.w-35 {
    width: 35% !important;
}

.credit {
	background: #fff;
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 20px
}


/* CSS Multiple Whatsapp Chat */

#whatsapp-chat {
	position: fixed;
	background: #fff;
  width: 280px;
  /*height: 190px;*/
	border-radius: 10px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, .28);
	bottom: 90px;
	left: 30px;
	overflow: hidden;
	z-index: 99;
	animation-name: showchat;
	animation-duration: 1s;
	transform: scale(1)
}

a.blantershow-chat {
	background: linear-gradient(to right top, #123575, #123575);
	color: #fff;
	position: fixed;
	z-index: 10;
	bottom: 25px;
	left: 30px;
	font-size: 15px;
	padding: 10px 20px;
	border-radius: 30px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, .28)
}

a.blantershow-chat i {
	transform: scale(1.2);
	margin: 0 10px 0 0
}

.header-chat {
	/* background: linear-gradient(to right top, #6f96f3, #164ed2); */
	color: #fff;
	/* padding: 20px */
}

.header-chat h3 {
	margin: 0 0 10px
}

.header-chat p {
	font-size: 14px;
	line-height: 1.7;
	margin: 0
}

.info-avatar {
	position: relative
}

.info-avatar img {
	border-radius: 100%;
	width: 50px;
	float: left;
	margin: 0 10px 0 0
}

.info-avatar:before {
	content: '\f232';
	z-index: 1;
	font-family: "Font Awesome 5 Brands";
	background: #23ab23;
	color: #fff;
	padding: 4px 5px;
	border-radius: 100%;
	position: absolute;
	top: 30px;
	left: 30px
}

a.informasi {
	padding: 20px;
	display: block;
	overflow: hidden;
	animation-name: showhide;
	animation-duration: 2.5s
}

a.informasi:hover {
	background: #f1f1f1
}

.info-chat span {
	display: block
}

#get-label,
span.chat-label {
	font-size: 12px;
	color: #888
}

#get-nama,
span.chat-nama {
	margin: 5px 0 0;
	font-size: 15px;
	font-weight: 700;
	color: #222
}

#get-label,
#get-nama {
	color: #fff
}

span.my-number {
	display: none
}

.blanter-msg {
	color: #444;
	padding: 5px;
	font-size: 12.5px;
	text-align: center;
	/* border-top: 1px solid #ddd */
}

textarea#chat-input {
	border: none;
	font-family: 'Arial', sans-serif;
	width: 100%;
	height: 20px;
	outline: none;
	resize: none
}

a#send-it {
	color: #555;
	width: 40px;
	margin: -5px 0 0 5px;
	font-weight: 700;
	padding: 8px;
	background: #eee;
	border-radius: 10px
}

.first-msg {
	background: #f5f5f5;
	padding: 30px;
	text-align: center
}

.first-msg span {
	background: #e2e2e2;
	color: #333;
	font-size: 14.2px;
	line-height: 1.7;
	border-radius: 10px;
	padding: 15px 20px;
	display: inline-block
}

.start-chat .blanter-msg {
	display: flex
}

#get-number {
	display: none
}

a.close-chat {
	position: absolute;
	top: 65px;
	right: 19px;
	color: #123575;
	font-size: 30px
}

@keyframes showhide {
	from {
		transform: scale(.5);
		opacity: 0
	}
}

@keyframes showchat {
	from {
		transform: scale(0);
		opacity: 0
	}
}

@media screen and (max-width:480px) {
	#whatsapp-chat {
		width: auto;
		left: 5%;
		right: 5%;
		font-size: 80%
	}
}

.hide {
	display: none;
	animation-name: showhide;
	animation-duration: 1.5s;
	transform: scale(1);
	opacity: 1
}

.show {
	display: block;
	animation-name: showhide;
	animation-duration: 1.5s;
	transform: scale(1);
	opacity: 1
}

.pop-box{
  border-radius: 25px;
}

.pop-up-bt {
    padding: 10px;
    background: #e2e2e2;
}
.modal {
    display: none;
    position: fixed;
    /*z-index: 1;*/
    padding-top: 0px;
}
.customhtml {
    text-align: left;
}

.text-dark-md {
    font-size: 17px;
    font-weight: 600;
}
span.md-pop {
   color: #000000b3 !important;
    font-weight: 600;
}
.overlay-bx {
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 20px;
}
a.pop-bt {
    color: #0000008a !important;
}
.pr-0{
    padding-left: 0px;
}

@media (max-width: 768px) {
    .d-font{
        font-size: 11px !important;
    }
    
    button.btn.btn-primary.bottom-button{
        font-size: 11px !important;
        padding: 0px 4px !important;
        margin-top: 10px;
        margin-left: 4px;
    }
    
    
    
    
    .xs-justify-content{
      justify-content: center !important;
    }
    .justify-xs{
        justify-content: center;
        margin-bottom: 0px;
    }
    .xs-flow{
        flex-direction: column;
    }
    .xs-font{
        font-size: 13px;
        padding: 0px;
        margin-top: 10px;
    }
    .xs-p-0{
        padding: 0px;
       max-width: -webkit-fill-available;
    }
   .xs-flex-social {
    display: contents;
    font-size: 24px !important;
}
.img-odd {
    padding: 3px;
}
#top-bar {
    height: 78px;
}
}



/*@media only screen and (min-width: 1240px) and (max-width: 1600px) {*/
/*    .prev-p {*/
/*      position: absolute;*/
/*      z-index: 1000;*/
/*      top: 1%;*/
/*      left: 471px;*/
/*      font-size: 20px;*/
/*      color: #ffcb06;*/
/*      background: ;*/
/*      padding: 10px;*/
/*      transform: translateY(-50%);*/
/*    }*/
    
/*    .next-n {*/
/*      position: absolute;*/
/*      right: 164px !important;*/
/*      top: 93%;*/
/*      font-size: 20px;*/
/*      color: #ffcb06;*/
/*      background: ;*/
/*      transform: translateY(-50%);*/
/*      z-index: 1000;*/
/*    }*/
/*}*/

.prev {
    position: absolute;
    z-index: 99999;
   top: 60%;
    left: 80px;
     font-size: 30px;
    border: none;
   background: #5d5d5d45;
    padding: 0px 15px;
    transform: translateY(-50%);
}
  
  .next {
    display: block;
    position: absolute;
    right: 90px;
    top: 60%;
     font-size: 30px;
    border: none;
   background: #5d5d5d45;
    padding: 0px 15px;
    transform: translateY(-50%);
    z-index: 1000;
  }

@media only screen and (max-width: 768px) {
    .prev {
    position: absolute;
    z-index: 99999;
   top: 60%;
    left: 80px;
     font-size: 30px;
    border: none;
    display: block !important;
   background: #5d5d5d45;
    padding: 0px 15px;
    transform: translateY(-50%);
}


section#mt_about{
    padding: 10px 0px !important;
}
  .section{
      padding: 3px 0 !important;
  }
  .next {
    display: block;
    position: absolute;
    right: 90px;
    top: 60%;
     font-size: 30px;
    border: none;
    display: block !important;
   background: #5d5d5d45;
    padding: 0px 15px;
    transform: translateY(-50%);
    z-index: 1000;
  }
}
     
  .banner-text-md {
    position: absolute;
    top: 265px;
    left: 123px;
    z-index: 1020;
    font-size: 38px !important;
    font-weight: 800;
    color: #ffffff;
}

.title-text {
   position: absolute;
    border-radius: 30px;
    top: 630px;
    z-index: 1025;
    /*background: #ffffffad;*/
    padding: 0px 20px;
    left: 122px;
}

a.banner-btn {
    font-size: 17px;
}