/* Base */
body {
  line-height: 1.7;
  color: gray;
  font-weight: 300;
  font-size: 1.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: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }

.site-wrap:before {
  display: none;
  -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 {
  height: 100%;
  width: 100%;
  z-index: 2; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.site-section {
  padding: 2.5em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 5em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }

.site-section-heading {
  padding-bottom: 20px;
  margin-bottom: 0px;
  position: relative;
  font-size: 2.5rem; }
  @media (min-width: 768px) {
    .site-section-heading {
      font-size: 3rem; } }

.border-top {
  border-top: 1px solid #edf0f5 !important; }

.site-footer {
  padding: 4em 0; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 8em 0; } }
  .site-footer p {
    color: #737373; }
  .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5 {
    color: #fff; }
  .site-footer a {
    color: #999999; }
    .site-footer a:hover {
      color: black; }
  .site-footer ul li {
    margin-bottom: 10px; }
  .site-footer .footer-heading {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; }

.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: #51be78; }

.select-wrap, .wrap-icon {
  position: relative; }
  .select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px; }
  .select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

/* Navbar */
.site-logo {
  position: relative;
  font-weight: 900;
  font-size: 1.3rem; }
  .site-logo span {
    font-size: 2rem; }
  .site-logo a {
    color: #000; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%; }
  .site-navbar .container-fluid {
    padding-left: 7rem;
    padding-right: 7rem; }
  .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;
      display: inline-block;
      padding: 5px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li .desc {
        font-size: 12px;
        color: #969696; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        color: #fff;
        display: inline-block;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
    .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 #51be78;
        -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 {
          font-size: 16px;
          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: #51be78 !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-navbar .site-navigation .site-menu.site-menu-dark > li > a {
      color: #000; }
.site-navigation{
    bottom: 31px;
}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  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: #fff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active > a {
        color: #fff; }
    .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; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
  background: #fff; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 56px;
height: 300px;
}
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #0200ac;
height: 56px;
}
    .sticky-wrapper .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000;
        position: relative; }
        .sticky-wrapper .site-navbar .site-menu > li > a.active:after {
          height: 2px;
          background: #fff;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li {
      display: inline-block; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
        padding: 5px 20px;
        color: #000;
        display: inline-block;
        text-decoration: none !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover {
          color: #000; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
          background: #fff; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active > a {
        color: #000; }
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }

/* Blocks */
.intro-section {
  background-size: contain;
  position: relative; }
  .intro-section, .intro-section .container .row {
    height: 100vh;
    min-height: 500px; }
  .intro-section:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #2220;
    opacity: .7;
    border-bottom-right-radius: 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 991.98px) {
      .intro-section:before {
        width: 100%; } }
  .intro-section h1 {
    font-size: 40px;
    font-weight: 900;
    color: #fff; }
  .intro-section p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.1rem;
    max-width: 400px; }

.custom-breadcrumns {
  padding: 8px 0; }
  .custom-breadcrumns span, .custom-breadcrumns a {
    font-size: 14px; }
  .custom-breadcrumns a {
    display: inline-block;
    color: #bdbdbd; }
    .custom-breadcrumns a:hover {
      color: #fff; }
  .custom-breadcrumns .current {
    color: #ac2b33; }

.section-title-underline {
  color: #000;
text-align: center;
  
}
.section-title-underline span b {
    font-weight: 700;
    color: #ac2b33;
  
}
.heading-section b{
       font-weight: 700;
    color: #ac2b33;
  
}
  .section-title-underline span {
     display: inline-block;
    border-bottom: 3px solid #ac2b33;
font-size: 50px;
    font-weight: 780;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
    color: #0200ac;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
          padding: 0px 20px 0px 20px;
}
  .section-title-underline.style-2 {
    color: #fff; }
    .section-title-underline.style-2 span {
      border-color: #51be78; }

.section-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 0; }
  .section-bg.style-1 {
    position: relative; }
    .section-bg.style-1:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #183661;
      opacity: .9;
      z-index: 0; }
    .section-bg.style-1 > .container {
      z-index: 2; }
    .section-bg.style-1 .icon {
      font-size: 3.5rem;
      color: #51be78; }
    .section-bg.style-1 h3 {
      font-size: 20px;
      color: #51be78;
      margin-bottom: 30px; }
    .section-bg.style-1 p {
      color: #fff; }

.news-updates {
  padding: 5rem 0; }
  .news-updates .section-heading {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 40px; }
    .news-updates .section-heading h2 {
      margin-bottom: 0;
      line-height: 0; }
    .news-updates .section-heading a {
      font-size: 16px; }
  .news-updates .post-entry-big .img-link {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden; }
    .news-updates .post-entry-big .img-link img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link:before {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      position: absolute;
      content: "";
      background: #000;
      opacity: 0;
      z-index: 2;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .news-updates .post-entry-big .img-link img {
      z-index: 1; }
    .news-updates .post-entry-big .img-link:hover:before {
      opacity: .6;
      visibility: visible; }
    .news-updates .post-entry-big .img-link:hover img {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .news-updates .post-entry-big .post-content .post-meta a {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #939393; }
  .news-updates .post-entry-big .post-content .post-heading {
    line-height: .9; }
    .news-updates .post-entry-big .post-content .post-heading a {
      font-size: 18px;
      font-weight: bold;
      color: #303030; }
      .news-updates .post-entry-big .post-content .post-heading a:hover {
        color: #51be78; }
  .news-updates .post-entry-big.horizontal .img-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px; }

.social-wrap a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #0200ac;
  position: relative;
border-radius: 40px;}
  .social-wrap a > span {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .social-wrap a:hover {
    background: #fff; }
.social-wrap a:hover > span{
    color: #0200ac;
      -ms-transform: rotate(20deg); /* IE 9 */
  transform: rotate(20deg);
}

.block-number-1 .icon {
  color: #fff;
  font-size: 2rem; }

.ftco-testimonial-1 .ftco-testimonial-vcard img {
  width: 50px;
  height: 50px;
  border-radius: 50%; }

.ftco-testimonial-1 .ftco-testimonial-vcard h3 {
  font-size: 1.2rem;
  display: block;
  margin-bottom: 0;
color: #fff;}
.ftco-testimonial-1 .ftco-testimonial-vcard span{
    color: #fff;
}

.ftco-testimonial-1 p {
  color: #fff; }

.hero-slide {
  position: relative; }
  .hero-slide .owl-nav .owl-prev,
  .hero-slide .owl-nav .owl-next {
    position: absolute;
    top: 86%;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff; }
    .hero-slide .owl-nav .owl-prev > span,
    .hero-slide .owl-nav .owl-next > span {
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .hero-slide .owl-nav .owl-prev {
    left: 0; }
  .hero-slide .owl-nav .owl-next {
    right: 0; }
  .hero-slide .owl-dots {
    position: absolute;
    bottom: -195px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .hero-slide .owl-dots .owl-dot {
      display: inline-block; }
      .hero-slide .owl-dots .owl-dot > span {
        border-radius: 50%;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 2px 5px;
        background: rgba(255, 255, 255, 0.2); }
      .hero-slide .owl-dots .owl-dot.active > span {
        background: #fff; }

.owl-slide-3, .owl-slide {
  position: relative; }
  .owl-slide-3 .owl-stage, .owl-slide .owl-stage {
    padding-top: 30px;
    padding-bottom: 30px; }
  .owl-slide-3 .owl-nav .owl-prev,
  .owl-slide-3 .owl-nav .owl-next, .owl-slide .owl-nav .owl-prev,
  .owl-slide .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff; }
    .owl-slide-3 .owl-nav .owl-prev > span,
    .owl-slide-3 .owl-nav .owl-next > span, .owl-slide .owl-nav .owl-prev > span,
    .owl-slide .owl-nav .owl-next > span {
      font-size: 1.5rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .owl-slide-3 .owl-nav .owl-prev, .owl-slide .owl-nav .owl-prev {
    left: 0; }
  .owl-slide-3 .owl-nav .owl-next, .owl-slide .owl-nav .owl-next {
    right: 0; }
  .owl-slide-3 .owl-dots, .owl-slide .owl-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    .owl-slide-3 .owl-dots .owl-dot, .owl-slide .owl-dots .owl-dot {
      display: inline-block; }
      .owl-slide-3 .owl-dots .owl-dot > span, .owl-slide .owl-dots .owl-dot > span {
        border-radius: 50%;
        display: inline-block;
        width: 7px;
        height: 7px;
        margin: 2px 5px;
        background: rgba(0, 0, 0, 0.2); }
      .owl-slide-3 .owl-dots .owl-dot.active > span, .owl-slide .owl-dots .owl-dot.active > span {
        background: #51be78; }

.owl-slide .owl-nav {
  display: none; }

.feature-1 .icon-wrapper, .person .icon-wrapper {
  position: relative;
  width: 96px;
  height: 55.43px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1;
  margin-top: -33.94px;
      background-color: #0200ac!important; }
  .feature-1 .icon-wrapper > span, .person .icon-wrapper > span {
    width: 96px;
    height: 96px;
    text-align: center;
    font-size: 3rem;
    line-height: 96px;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0; }
  .feature-1 .icon-wrapper:before, .feature-1 .icon-wrapper:after, .person .icon-wrapper:before, .person .icon-wrapper:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 67.88px;
    height: 67.88px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.06px; }
  .feature-1 .icon-wrapper:before, .person .icon-wrapper:before {
    top: -33.94px; }
  .feature-1 .icon-wrapper:after, .person .icon-wrapper:after {
    bottom: -33.94px; }

.feature-1 .feature-1-content, .person .feature-1-content {
  padding: 50px 20px 20px 20px;
  text-align: center; }
  .feature-1 .feature-1-content h2, .person .feature-1-content h2 {
    font-size: 1.3rem;
    color: #000; }

.person {
  margin-bottom: 50px !important; }
  .person img {
    width: 100px;
    height: 100px;
    margin-top: -50px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto; }

.course-1-item {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1); }
  .course-1-item figure {
    position: relative; }
  .course-1-item .category {
    background: #51be78;
    padding: 20px; }
    .course-1-item .category h3 {
      color: #fff;
      font-size: 20px;
      margin-bottom: 0; }
  .course-1-item .price {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translatey(-100%);
    -ms-transform: translatey(-100%);
    transform: translatey(-100%);
    padding: 10px 20px;
    background: #183661;
    color: #fff; }
  .course-1-item .course-1-content {
    padding: 20px 40px;
    text-align: center; }
    .course-1-item .course-1-content h2 {
      margin: 0 0 30px 0;
      font-size: 18px;
      color: #000; }
    .course-1-item .course-1-content .rating {
      text-align: center; }
      .course-1-item .course-1-content .rating > span {
        display: inline-block;
        margin: 2px; }
    .course-1-item .course-1-content .desc {
      font-size: 15px; }

.footer {
 padding-top: 4rem;
  background: #183661;
  font-size: 14px;
  color: #fff; }
  .footer .footer-heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px; }
    .footer .footer-heading span {
      border-bottom: 3px solid #fff; }
  .footer a:hover {
    color: #fff;
    text-decoration: underline; }
  .footer .copyright {
    color: #fff;
    padding-top: 2rem;
    text-align: center; }

.ftco-subscribe-1 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .ftco-subscribe-1:before {
    position: absolute;
    content: "";
    background: #183661;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .ftco-subscribe-1 > .container {
    position: relative;
    z-index: 2; }
    .ftco-subscribe-1 > .container h2, .ftco-subscribe-1 > .container p {
      color: #fff; }
  .ftco-subscribe-1 .form-control {
    height: auto !important; }

.video-1 {
  position: relative;
  display: block; }
  .video-1 .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%; }
    .video-1 .play > span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .video-1:hover {
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3); }

#loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 2000; }

#loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

.popular-branches{
        position: absolute;
 
    left: 475px;
    color: #fff
}
.mb-75{
        margin-top: 75px;
}
.top-margin{
    margin-top: 82px;
}
.ftco-consult {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative; }
  @media (max-width: 991.98px) {
    .ftco-consult {
      background-position: top center !important; } }
  .ftco-consult .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .8;
    background: #2f3467;
    background: -moz-linear-gradient(left, #1566ad 0%, #2f3467 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #1566ad), color-stop(100%, #2f3467));
    background: -webkit-linear-gradient(left, #1566ad 0%, #1b9de3 100%);
    background: -o-linear-gradient(left, #1566ad 0%, #2f3467 100%);
    background: -ms-linear-gradient(left, #1566ad 0%, #2f3467 100%);
    background: -webkit-gradient(linear, left top, right top, from(#1566ad), to(#2f3467));
    background: linear-gradient(to right, #1566ad 0%, #2f3467100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1566ad', endColorstr='#2f3467', GradientType=1 ); }

.appointment-form .form-group {
  position: relative;
  width: 100%;
  display: block; }
.appointment-form {
        padding-left: 60px;
    padding-right: 60px;
}
  .appointment-form .form-group .icon {
    position: absolute;
    top: 50% !important;
    right: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .appointment-form .form-group .icon span {
      color: white !important; }
  .appointment-form .form-group .select-wrap, .appointment-form .form-group .input-wrap {
    position: relative; }
    .appointment-form .form-group .select-wrap select, .appointment-form .form-group .input-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
  .appointment-form .form-group .btn {
     width: 170px;
    display: block !important;
    border-radius: 40px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
    background-color: #0200ac;
    color: #fff;
    font-weight: 900;
    font-size: 17px;}

.appointment-form .form-control {
    border: #306393 !important;
    border-bottom: 1px solid rgb(52 106 155) !important;
    height: 58px !important;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff !important;
    color: rgb(0 0 0) !important;
    font-size: 16px;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
width: 80%;
}
  .appointment-form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000; }
  .appointment-form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000; }
  .appointment-form .form-control:-ms-input-placeholder {
    /* IE 10+ */
 color: #000; }
  .appointment-form .form-control:-moz-placeholder {
    /* Firefox 18- */
   color: #000; }
  .appointment-form .form-control:focus, .appointment-form .form-control:active {
    border-color: #fff; }

.appointment-form textarea.form-control {
  height: 120px !important; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(255, 255, 255, 0.7); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white; }

.contact-section .contact-info p a {
  color: #1a1a1a; }

.contact-section .contact-info p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000; }

.contact-section .contact-info .icon span {
  font-size: 20px; }

@media (min-width: 992px) {
  .contact-section .contact-info .border-height {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1); } }

.contact-section .contact-form {
  width: 100%; }

.block-9 h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

#map {
  height: 600px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 400; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #85c43f; }
  .block-21 .text .meta > div {
    display: inline-block;
    font-size: 12px;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: gray; }
.color-w{
        color: #000;
}
.content1{
        border: solid 1px #51be78;
     box-shadow: 0 4px 8px 0 rgb(2 0 172 / 47%);
    height: 200px;
    margin-right: 24px;
}
.content1 h3{
    background: #cc0c08;
    color: #FFFFFF;
    line-height: 30px;
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
}
.content1 ul{
        padding: 0 10px;  
    list-style: none;
}
.content1 ul li{
    width: 100%;
    float: left;
    padding: 9px 0;
    border-bottom: 1px dashed #CCCCCC;
}
.content1 ul li a{
    padding-left: 7px;
  
    font-family: Segoe UI;
    font-size: 13px;
    color: #7c7c7c;
    text-align: justify;
}
.item{
    margin-left: 80px;
    margin-bottom: 15px;
    width: 82px;
}
.item1{
    text-align: center;
    line-height: 0.5;
    font-size: 12px;
    font-weight: 700;
        text-transform: uppercase;
}
.faculty-title{
        text-align: center;
    margin-bottom: 45px;
    font-size: 65px;
    text-decoration: underline;
    color: #51be78;
}
.owl-stage-outer{
    height: 500px !important;
}
.site-logo img{
    position: absolute;
    width: 130px;
    margin-top: -20px;
    margin-bottom: -23px;

}
.ml-auto{
    margin-left: auto;
}
 
.content1 ul li a i{
     color: #cc0c08;
}
.bg-light{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.small{
    font-size: 12px;
    float: right;
}
 
.list-unstyled  li a i{
    color: #fff !important;
}
.community-image img{
  width: 50px;  
}
.community-name{
    
    padding-left: 12px;
    font-size: 20px;
    vertical-align: text-top;
    font-weight: 600;
        display: table;
}
.mt-20{
    margin-top: 30px;
}
.doublecard {
   
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 12px !important;
}
.bg4 {
 background: #f1eff0;
    text-align: center;
    min-height: 130px;
    border-radius: 12px 12px 0px 0px;
    margin-top: -13px;
}
.intofiles {
    background: #f1eff0;
    font-size: 43px;
    width: 70px;
    height: 70px;
    margin-top: 0;
    vertical-align: center;
    padding: 10px 10px;
    font-size: 30px;
    color: #8e8b8b;
    margin-top: 16px;
}

.top h2 {
  
        color: #020202;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;

}
.top1 h2 {
  
        color: #020202;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;

}
.top:hover {
    transform: scale(1.2, 1.2);
    transition: all 2s ease;
    
        background: #657efd;
}
.top:hover > .intofiles{
    background: #657efd;
     transition: all 2s ease;
}



.card:hover {
    transform: scale(1.1, 1.1);
}





.descrp p {
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 18px;
}
#sticky-wrapper{
 height: 56px !important   
}
.logo-name{
        position: absolute;
    left: 91px;
    top: 30px;
    width: 380px;
}
.logo-name p{
    font-size: 15px;
}
.align_center{
        display: block;
    text-align: center;
}
.align_center h2{
        font-size: 60px;
    letter-spacing: 6px;
    font-weight: 600;
}
.align_center p{
        font-size: 24px;
}
.content{
    width: 550px;
    max-width: 550px !important;
    flex: auto!important;
    text-align: justify;
}
.arrow{
        width: 20px;
    margin-top: -3px;
    margin-right: 10px;

}
.btn-primary{
  background-color: #0200ac !important;
    border-color: #0200ac !important;
}
.under-title{
       text-align: center;
    font-size: 20px;
    color: #0200ac;
    font-weight: 600;
}
.mt-50{
    margin-top: 50px;
}
.section-faculty{
        background-image: url(graytexture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
        padding-top: 45px;
    padding-bottom: 45px;
}
.services {
  display: block;
  width: 100%;
  position: relative;
  background: #f0f9fd;
  padding: 20px 30px;
  margin-bottom: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #fff transparent transparent; }
  .services .icon {
    line-height: 1.3;
    position: relative;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .services .icon span {
      font-size: 50px;
      color: #eb5942; }
  @media (max-width: 767.98px) {
    .services .media-body {
      padding-bottom: 3.5em !important; } }
  .services .media-body h3 {
    font-weight: 700;
    font-size: 20px;
    color: #233e62; }
  .services.active, .services:hover {
    background: #eb5942; }
    .services.active .icon span, .services:hover .icon span {
      color: #fff; }
    .services.active .media-body, .services:hover .media-body {
      color: rgba(255, 255, 255, 0.9); }
      .services.active .media-body h3, .services:hover .media-body h3 {
        color: #fff; }

.services-2 {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
  padding: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .services-2.noborder-left {
    border-left: none; }
  .services-2.noborder-bottom {
    border-bottom: none; }
  @media (max-width: 991.98px) {
    .services-2 {
      border-left: none; }
      .services-2.noborder-bottom {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05); } }
  .services-2 .icon span {
    font-size: 50px;
     color: #0200ac; }
  .services-2 h3 {
    font-size: 20px;
    font-weight: 700; }
  .services-2:hover {
       background: #0200ac;
    -webkit-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 27px -16px rgba(0, 0, 0, 0.75);
    border: none; }
    .services-2:hover .icon span {
      color: #fff; }
    .services-2:hover .media-body {
      color: rgba(255, 255, 255, 0.9); }
      .services-2:hover .media-body h3 {
        color: #fff; }
.media-body p{
    font-size: 16px;
}
.ftco-section{
    margin-bottom: 80px;
    margin-top: 270px;
}
.story-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}
.story-box .story-box-image {
    width: 70%;
    height: 500px;
    z-index: 2;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.story-box .story-box-image img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease;
}
.story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: 38px -20% 0 0;
}
.story-box .story-box-info {
    box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    height: 405px;
    padding: 23px 25px 0 30px;
    margin: 38px 0 0 -20%;
    background: #fff;
    z-index: 4;
    box-shadow: 0 10px 45px rgba(0,0,0,.1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    font-size: 14px;
}
.vision-content p {
    font-size: 15px;
    color: #666666;
    line-height: 30px!important;
}
.section-about{
        width: 72%;
    margin-bottom: 100px;
}
.vision-heading h2{
    text-align: center;
    color: #0200ac;
    border-bottom: 5px solid #f1f0f0;
    font-weight: 700;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
}
.vision-heading h2 b{
    font-weight: 700;
    color: #ac2b33;
}
.big-content{
        height: auto;
  
    background: #FFF;
     box-shadow: 0 0 20px #bbd4f7;
    margin-bottom: 10px;
    border-radius: 10px;
}
.side-img{
        width: 473px;
    height: -webkit-fill-available;
}
}
.side-content{
    margin-left: 120px;
    margin-top: 50px;
}
.side-content h2{
        text-align: center;
    color: #0200ac;
    border-bottom: 5px solid #f1f0f0;
}
.side-content1{
        margin-right: 35px;
    margin-top: 50px;
    margin-left: 35px;
}
.side-content1 h2{
        text-align: center;
    color: #0200ac;
    border-bottom: 5px solid #f1f0f0;
}
.social-btns {
  overflow: hidden;
}
.social-btns .btn, .social-btns .btn:before, .social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {background: #3b5998;}
.social-btns .btn.facebook .fa {color: #3b5998;}

.social-btns .btn.twitter:before {background: #3cf;}
.social-btns .btn.twitter .fa {color: #3cf;}

.social-btns .btn.google:before {background: #00e676;}
.social-btns .btn.google .fa {color: #00e676;}

.social-btns .btn.linkedin:before {background: #0077B5;}
.social-btns .btn.linkedin .fa {color: #0077B5;}

.social-btns .btn.skype:before {background: #00aff0;}
.social-btns .btn.skype .fa {color: #00aff0;}

.social-btns .btn:focus:before, .social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa, .social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-btns {
  font-size: 0;
  position: relative;
  top: 30px;
  bottom: 0;
  left: 72px;
  right: 0;
}
.social-btns .btn {
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;

  margin: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 30%;
  box-shadow: 0 7px 18px -7px rgba(0,0,0,0.18);
  opacity: 0.99;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 30px;
  vertical-align: middle;
}
#mainmenu li.active {
    border-bottom: 3px solid #f8f9fa;
    border-radius: 20px;
}
.extra-top img{
    width: 170px;
}
.extratop-content{
        
    margin-top: 28px;
}
.extratop-content h1{
    
    font-size: 19px !important;
    color: #000;
    font-weight: 600;
}
.extratop-content h1 b{
 color: #0200ac;
}
.extratop-content p{
    color: #000;
}
about-low-area {
    position: relative
}

.about-low-area .about-caption p {
    font-size: 16px;
    color: #64676c;
    line-height: 1.6;
    margin-bottom: 43px;
    padding-right: 50px;
    text-align: justify;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-low-area .about-caption p {
        padding-right: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-caption p {
        padding-right: 0px
    }
}

@media (max-width: 575px) {
    .about-low-area .about-caption p {
        padding-right: 0px
    }
}

.about-low-area .single-caption {
    display: flex;
    align-items: center
}

.about-low-area .single-caption .caption-icon span {
    color: #212025;
    font-size: 35px;
    margin-bottom: 0;
    display: block
}
.list-admission h2{
    color:#0200ac;
    font-weight: 600;
}
.list-admission ul{
    list-style: none;
}

.about-low-area .single-caption .caption {
    padding-left: 20px
}

.about-low-area .single-caption .caption h5 {
    color: #26264b;
    font-size: 20px;
    font-weight: 500
}

.about-low-area .single-caption .caption p {
    color: #7f8192;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    line-height: 1.7
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-low-area .about-img {
        padding-top: 50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-img {
        padding-top: 50px
    }
}

@media (max-width: 575px) {
    .about-low-area .about-img {
        padding-top: 50px
    }
}

.about-low-area .about-img .about-font-img {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -73px
}

@media (max-width: 575px) {
    .about-low-area .about-img .about-font-img img {
        width: 100%
    }
}

.about-low-area .about-img .about-back-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0
}

@media (max-width: 575px) {
    .about-low-area .about-img .about-back-img img {
        width: 90%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-low-area .about-img .about-back-img {
        position: unset
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-low-area .about-img .about-back-img {
        position: unset
    }
}

@media (max-width: 575px) {
    .about-low-area .about-img .about-back-img {
        position: unset
    }
}

@media (max-width: 575px) {
    .about-caption {
        margin-bottom: 35px
    }
}

@media (max-width: 575px) {
    .bg-height.pb-160 {
        padding-bottom: 100px
    }
}

.about-details .about-details-cap h4 {
    font-size: 30px;
    font-family: "Sarabun", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000a2d;
    display: inline-block
}

.about-details .about-details-cap p {
    color: #464d65;
    font-size: 16px
}
.about-low-area {
    position: relative;
  
    margin-top: 50px;
    margin-bottom: 100px;
}
@media only screen and (max-width: 1600px) and (min-width: 1200px)
.section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
}
.mb-50 {
    margin-bottom: 50px;
}
.section-tittle h2 {
    font-size: 49px;
    display: block;
    color: #0200ac;
    font-weight: 700;
    margin-bottom: 17px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.mb-35 {
    margin-bottom: 35px;
}
.ap-heading{
    margin-top: 50px;
    margin-bottom: 25px;
}
.fa-angle-double-right{
    
    color:#0200ac;

}



    .contact-info {
    margin-bottom: 25px
}

.contact-info__icon {
    margin-right: 20px
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a
}

.contact-info .media-body h3 a:hover {
    color: #1f2b7b
}

.contact-info .media-body p {
    color: #8a8a8a
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}

.form-contact label {
    font-size: 14px
}

.form-contact .form-group {
    margin-bottom: 30px
}

.form-contact .form-control {
    border: 1px solid #e5e6e9;
    border-radius: 0px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}

.form-contact textarea {
    border-radius: 0px;
    height: 100% !important
}
    .boxed-btn {
    background: #fff;
    color: #331391 !important;
    display: inline-block;
    padding: 18px 44px;
    font-family: "Sarabun", sans-serif;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    border: 1px solid #331391;
    letter-spacing: 3px;
    text-align: center;
    color: #331391;
    text-transform: uppercase;
    cursor: pointer;
}
.banner-icon img{
        width: 70px;
     transition: transform .5s;
    position: absolute;
    left: 10px;
    top: -57px;
}    
.banner-icon img:hover{
     -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}   
.banner-content h2{
    position: absolute;
    width: auto;
    left: 190px;
    font-weight: 900;
    color: #28282a;
}
.banner-content p{
        position: absolute;
    width: 500px;
    left: 100px;
    top: 85px;
    color: #28282a;
    font-size: 19px;
}

.card-head{
        border-bottom: 1px solid #0200ac;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.card-content ul{
        list-style: none;
    padding-left: 25px;
    padding-right: 10px;
}
.card-content li{
    width: 100%;
    float: left;
    padding: 9px 0;
    border-bottom: 1px dashed #CCCCCC;
}
.card-content a{
    font-size: 15px;
        color: #0200ac;
}

.card-content a:hover > .content-arrow{
        margin-right: 28px;
    transition: all 1s ease;
    
}
.about-section{
    background-image: url(bg/text1.jpg);
        padding-top: 75px;
    padding-bottom: 1px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}
.about-section:before{
        position: absolute;
    content: "";
    background: #183661;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contact-heading p{
        text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contact-heading h2{
       text-align: center;
    font-weight: 700;
    font-family: "Raleway",Arial,Helvetica,sans-serif;
}

.form-text{
    width: 100% !important;
    height: 120px !important;
}
.submit-icon{
    margin-left: 5px;
    
}
 .submit-button:hover > .submit-icon{
    margin-left: 30px;
    transition: all 1s ease;
}
.alumini-content h2{
        position: absolute;
    color: #fff;
    font-size: 43px;
    top: 202px;
    left: 115px;
}
.alumini-content p{
        position: absolute;
    color: #fff;
    top: 280px;
    text-align: center;
}
body{
    overflow-x: hidden;
}
.contact-button{
        position: absolute;
    top: 410px;
    left: 152px;
    background: #0200ac;
    border-radius: 14px;
    width: 165px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 4px 8px 0 rgb(94 93 101);
}

.contact-button:hover{
    background: #fff;
    color: #000;
    transform: scale(1.1 , 1.1)
}
.home-banner-content h1{
        font-size: 50px;
    position: absolute;
   bottom: 10px;
    left: -40px;
    font-family: ui-sans-serif;
}
.home-banner-content span{
         position: absolute;
    color: #1d121b;
    font-size: 22px;
    left: -62px;
    font-weight: 600;
    top: 0px;
    background-color: #fff;
    padding: 5px 20px 5px 20px;
    border-radius: 10px;
}
.home-banner-content h2{
        font-size: 22px;
    position: absolute;
    bottom: 170px;
    left: -40px;
    font-family: ui-sans-serif;
    color:#fff;
    margin-top: 10px;
}
.banner-button{
    position: absolute;
    top: 80px;
    left: 126px;
    background: #0200ac;
    border-radius: 14px;
    width: 165px;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 4px 8px 0 rgb(94 93 101);
}
.banner-button:hover{
        background: #fff;
    color: #000;
    transform: scale(1.1 , 1.1)
}
.updates:hover  .card-head{
        background: #ac2b33;
    color: #fff;
}
.card-title{
    background: #0200ac;
}
.card-title span{
    color: #fff;
}
.marquee-updates{
    display: inline-flex;
        color: #0200ac;

}
.marquee-updates i{
        margin-top: 7px;
    margin-right: 10px;
}
.top-nav-icon{
    
    font-size: 43px;
  
    margin-top: 0;
    vertical-align: center;
    padding: 10px 10px;
    font-size: 60px;
        color: #ac2b33;
   
}
.section1{
       position: sticky;
    top: 56px;
    z-index: 9;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0200ac;
}
.top1:hover{
background-color: #0200ac;
}
.top1:hover .hover-change{
    color: #fff;
  
}
.team-area{
        padding: 50px 150px 50px 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area {
        padding-top: 150px;
        padding-bottom: 150px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team-area {
        padding-top: 70px;
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .team-area {
        padding-top: 70px;
        padding-bottom: 0px
    }
}

.team-area .single-team .team-img {
    overflow: hidden;
    position: relative
}

.team-area .single-team .team-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease-out 0s
}

.team-area .single-team .team-caption {
    padding: 15px 0px;
    text-align: center
}

.team-area .single-team .team-caption h3 {
    margin-bottom: 3px
}

.team-area .single-team .team-caption h3 a {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area .single-team .team-caption h3 a {
        font-size: 18px
    }
}

.team-area .single-team .team-caption h3 a:hover {
    color: #fff
}

.team-area .single-team .team-caption p {
    color: #fff
}

.team-area .single-team .team-caption2 h3 a {
    color: #331391
}

.team-area .single-team .team-caption2 h3 a:hover {
    color: #331391
}

.team-area .single-team .team-caption2 p {
    color: #331391
}

.team-area .single-team:hover .team-img img {
    transform: scale(1.06)
}

.team-area .single-team:hover .team-img .team-social a {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible
}

.team-social {
    position: absolute;
    bottom: 0px;
    left: -42px;
    right: 0;
    text-align: center
}

.team-social li {
    display: block;
}

.team-social li a {
    color: #000;
   
    font-size: 16px;
    
    text-align: center;
    margin-left: 8px;
font-weight: 600;
    -webkit-transform: .4s;
    -ms-transform: .4s;
    transform: .4s;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden
}
.second-heading span{
    font-size: 30px !important;
}

.team-social li a i {
    display: inline-block
}

.team-social li:nth-child(1) a {
    transition-delay: 0.0s
}

.team-social li:nth-child(2) a {
    transition-delay: 0.1s
}

.team-social li:nth-child(3) a {
    transition-delay: 0.3s
}
.single-team{
    margin-bottom: 30px;
}
.point-section{
        background: #ae2a31;
    margin-top: 80px;
        padding: 10px 20px 10px 20px;
}
.card1{
        width: auto;
  height: 430px;
}
.h-400{
    height: 450px;
        padding: 30px 20px 20px 20px;
}
.top2 h2 {
  
        color: #020202;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 17px;
    font-weight: 600;

}
.goal-content{
    display: grid;
}

.goal-content span{
    text-align: left;
    color: #000;
}
.right-arrow{
        width: 15px;
    margin-right: 10px;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}
.faculty-section{
        padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}
th {
    background: #0200ac;
    color: #fff;
}
.faculty-image{
        width: 115px;
    height: 110px;
    margin-left: 15px;
}
















