@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400&family=Rajdhani:wght@300;400;500;600;700&display=swap");
.blue-color {
  color: #1b0166; }

.maroon-color {
  color: #b5262b; }

.black-color {
  color: #000; }

.white-color {
  color: #ffffff; }

.bg-maroon-color {
  background-color: #b5262b; }

.bg-black-color {
  background-color: #000; }

.bg-white-color {
  background-color: #ffffff; }

html {
  scroll-behavior: smooth; }

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  font-size: 0.9rem;
  line-height: 1.6; }

a {
  text-decoration: none;
  color: #b5262b; }
  a:hover {
    color: #b5262b; }

p {
  margin-bottom: 0.61rem;
  text-align: justify;
  color: #737373;
  font-weight: 500;
  line-height: 1.8; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope', sans-serif;
  margin-bottom: 0;
  font-weight: 600; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #b5262b; }

ul,
ol {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

input:focus,
textarea:focus,
button:focus,
.btn:focus,
select:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none; }

.before-after, .list-after li:before, .imag-effect::before {
  content: "";
  height: 0%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.section-sm {
  padding: 50px 0; }

.section-md {
  padding: 80px 0; }

.section-lg {
  padding: 100px 0; }

@media screen and (max-width: 767px) and (min-width: 320px) {
  .section-lg {
    padding: 60px 0; } }
.gradient-color {
  background-image: linear-gradient(to right, #ef7b12, #f48b0a, #f99a03, #fcaa00, #ffba00); }

.listcount {
  column-count: 2; }

.list-style li {
  background-color: #1b016633;
  padding: 10px 15px; }

.list-after li {
  position: relative;
  padding: 0 25px;
  margin-bottom: 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .list-after li:before {
    background-color: #1b0166;
    width: 15px;
    height: 3px;
    top: 11px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
  .list-after li:hover {
    padding: 0 30px;
    color: #1b0166; }
    .list-after li:hover:before {
      padding: 0 10px; }
  .list-after li:last-child {
    margin-bottom: 0; }
.list-after a {
  color: #000; }

input,
textarea,
button,
select {
  border: none; }

input,
textarea,
select {
  width: 100%;
  background-color: #f3f3f3;
  padding: 0 30px;
  height: 60px;
  font-weight: 600;
  font-size: 16px;
  color: #757575; }

textarea {
  height: 200px;
  padding-top: 20px;
  resize: none; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #a5a5a5;
  background: #f3f3f3 url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='a5a5a5'/></g></svg>") no-repeat;
  background-position: right 30px top 50%; }
  select::-ms-expand {
    display: none; }

select option {
  color: #333; }

::placeholder {
  opacity: 1;
  color: inherit; }

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px; }

::-webkit-scrollbar-thumb {
  background-color: #1d2122; }

.input-group {
  position: relative;
  display: block;
  margin-bottom: 5px; }
  .input-group input,
  .input-group textarea,
  .input-group select {
    padding-right: 45px;
    padding-left: 25px; }
  .input-group .icon {
    position: absolute;
    right: 25px;
    font-size: 14px;
    color: #b5262b;
    top: 50%;
    transform: translateY(-50%); }
  .input-group.textarea .icon {
    top: 20px;
    transform: translateY(0); }

/* ----------------------------------------------------------
  :: animation
  ---------------------------------------------------------- */
@keyframes pusher {
  33% {
    transform: scale(0.7); }
  66% {
    transform: scale(1); }
  100% {
    transform: scale(0.7); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes mover {
  0% {
    transform: translateY(0) scale(1); }
  100% {
    transform: translateY(-5px) scale(1.2); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes grow-and-shrink {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.03); } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes move {
  0% {
    background-position: left 0 bottom 0; }
  100% {
    background-position: left 350px bottom 0; } }
@-webkit-keyframes wavemove {
  0% {
    margin-left: 20%; }
  100% {
    margin-left: -30%; } }
@-moz-keyframes wavemove {
  0% {
    margin-left: 20%; }
  100% {
    margin-left: -30%; } }
@keyframes wavemove {
  0% {
    margin-left: 20%; }
  100% {
    margin-left: -30%; } }
.heading-title {
  position: relative; }
  .heading-title h6 {
    color: #b5262b;
    font-size: 0.8rem;
    font-family: 'Rock Salt', cursive; }
  .heading-title h3 {
    font-size: 2rem;
    padding: 15px 0;
    line-height: 1.4; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .heading-title h3 {
        font-size: 2rem; } }
    .heading-title h3 .title {
      letter-spacing: -1px;
      text-transform: uppercase;
      line-height: 1.7; }
    .heading-title h3 span {
      font-size: 2.5rem;
      text-transform: uppercase;
      color: transparent;
      -webkit-text-stroke: 1px #1d2122;
      opacity: 0.4; }

.heading-title-1 {
  position: relative; }
  .heading-title-1 h6 {
    color: #b5262b;
    font-size: 1rem;
    font-family: 'Rock Salt', cursive; }
  .heading-title-1 img {
    position: absolute;
    left: 460px;
    top: -23px;
    width: 70px;
    transition: 0.6s;
    animation: mover 1s infinite alternate; }
  .heading-title-1 h3 {
    font-size: 2.9rem;
    padding: 12px 0; }
    .heading-title-1 h3 .title {
      letter-spacing: -1px;
      text-transform: uppercase;
      line-height: 1.7; }
    .heading-title-1 h3 span {
      font-size: 2.9rem;
      text-transform: uppercase;
      color: transparent;
      -webkit-text-stroke: 1px #1d2122;
      opacity: 0.4; }

.sub-title {
  position: relative; }
  .sub-title h5 {
    color: #000;
    font-weight: 700;
    padding: 20px 0;
    padding: 20px 35px; }
    .sub-title h5::before, .sub-title h5::after {
      width: 40px;
      height: 100%;
      font-size: -3rem !important;
      background: transparent;
      content: "";
      position: absolute;
      left: -20px;
      bottom: 30px;
      border-bottom: 3px solid #1b0166; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .sub-title h5::before, .sub-title h5::after {
          display: none; } }

.list-before {
  list-style-type: none;
  margin-bottom: 40px; }
  .list-before li {
    position: relative;
    color: #666;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 49px;
    margin-left: -24px;
    color: #000; }
    .list-before li:before {
      position: absolute;
      content: "---";
      left: 22px;
      top: -5px;
      font-size: 20px;
      color: #ef8013; }

.learn-more-btn {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 35px;
  border: 2px solid #f1f1f1;
  background-color: transparent;
  color: #1d2122;
  line-height: 60px;
  height: 60px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .learn-more-btn .icon {
    padding-left: 5px; }
  .learn-more-btn:hover {
    background-color: #b5262b;
    color: #ffffff; }

.sub-title-inner h5 {
  color: #000;
  font-weight: 700;
  padding: 20px 0; }

.inner-text {
  line-height: 2.5;
  text-align: justify; }

.innovation-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/innovation.png); }

.nav .nav-item a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff;
  box-shadow: none;
  text-align: center; }
  .nav .nav-item a.active {
    border: none;
    box-shadow: none;
    background: #b5262b;
    color: #fff; }

.admission-box {
  box-shadow: 3px 0 10px #dbdbdb;
  padding: 20px;
  background-color: #fff; }
  .admission-box h5 {
    padding-bottom: 20px;
    padding-top: 10px; }

.bg-goals {
  background-color: #f4f9fa; }

.table-responsive .table-effect--primary thead th {
  vertical-align: middle;
  text-align: center;
  text-align: left; }

.table-responsive .table-effect--primary thead {
  background: #b5262b;
  color: #fff; }

.bg-section--1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url(../images/banner/bg-1.png);
  position: relative;
  z-index: 1; }
  .bg-section--1::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: #ffffffa6;
    opacity: 0.89; }

.footer-bg {
  position: relative;
  background: #95959536; }
  .footer-bg::before {
    content: '';
    position: absolute;
    background-image: url(../images/footer-ani-img.png);
    top: 100px;
    filter: invert(1);
    right: 0;
    bottom: 10px;
    left: 20px;
    background-size: auto;
    z-index: -1;
    opacity: .3;
    -webkit-animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
    -moz-animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate;
    animation: wavemove 30s linear infinite, sidemove 7s ease-in-out infinite alternate; }

.swiper-container {
  padding: 40px 0; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: red;
  border-radius: 0;
  height: 50px;
  width: 50px; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 25px; }

.swiper-button-prev,
.swiper-button-next {
  color: #fff; }

.swiper-pagination .swiper-button-next,
.swiper-pagination .swiper-button-prev {
  color: #46a0a0 !important; }
.swiper-pagination .swiper-pagination-bullet {
  background: #000;
  height: 16px;
  width: 16px;
  border-radius: 0;
  opacity: .6;
  border-radius: 1px; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #feb101;
  opacity: 1; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.navbar {
  transition: 500ms ease;
  z-index: 99;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  padding: 1rem 1.3rem; }
  @media (max-width: 767px) {
    .navbar {
      padding: 15px 0; } }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .navbar {
      background: #000;
      top: 0;
      position: relative; }
      .navbar .navbar-toggler {
        background-color: #b5262b; }
        .navbar .navbar-toggler span {
          color: #ffffff; } }
  .navbar .navbar-collapse .navbar-nav.nav-right .nav-item:last-child {
    margin-right: 0px !important; }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    list-style: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.7rem; }
    @media (max-width: 600px) {
      .navbar .navbar-collapse .navbar-nav .nav-item {
        margin-right: 0;
        padding: 0; } }
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
      color: #fff;
      font-size: 0.95rem;
      display: block;
      padding: 4px 0;
      opacity: 1;
      text-align: center;
      text-transform: capitalize;
      position: relative;
      overflow: hidden;
      z-index: 1;
      font-weight: 600;
      transition: 0.6s; }
      .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
        color: #b5262b; }
      @media (max-width: 992px) {
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          line-height: 50px;
          /* padding: 0em 4% 40px; */
          text-align: left;
          color: #000; } }
  .navbar .navbar-collapse .navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: "FontAwesome";
    border: none;
    padding: 0;
    color: inherit;
    float: right;
    width: 15px; }
  .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    padding: 4px;
    background: #ffffff;
    border-radius: 0;
    border: none; }
    .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item {
      border-bottom: 1px solid #c5c5c599;
      color: #b5262b;
      padding: 0.5rem;
      background: white;
      transition: 0.3s;
      line-height: 24px;
      font-weight: 600;
      font-size: 0.8rem;
      white-space: break-spaces;
      text-transform: capitalize;
      transition: all 500ms ease;
      position: relative;
      border-left: 2px solid transparent; }
      .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item::after {
        background-color: #8996a745;
        width: 0%;
        height: 100%;
        bottom: 0;
        -webkit-transition: all 0.6s linear;
        -moz-transition: all 0.6s linear;
        -ms-transition: all 0.6s linear;
        -o-transition: all 0.6s linear;
        transition: all 0.6s linear;
        top: auto; }
      .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active {
        color: #000;
        border-left: 2px solid #b5262b; }
        .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item .active::after, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:hover::after, .navbar .navbar-collapse .navbar-nav .dropdown-menu li .dropdown-item:active::after {
          width: 100%; }
  .navbar .navbar-collapse .navbar-nav .megamenu {
    background: #000;
    background-image: linear-gradient(to right, #0d2d62ed, #0d2d62e0), url(/assets/images/banner/slide-1.jpg);
    background-position: top center;
    background-size: cover;
    /* .megamenu-list{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        >div{
            width: 315px;
            padding: 20px 10px;
            @media screen and (max-width: 767px) and (min-width: 320px) {
                width: 100%;
            }
        }
    } */ }
    .navbar .navbar-collapse .navbar-nav .megamenu h6 {
      color: #ffffff;
      font-weight: 700;
      padding: 0;
      margin: 0;
      font-size: 1rem; }
    .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 {
      margin-bottom: 10px; }
      .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1 ul li {
        background: #ffffff; }
      .navbar .navbar-collapse .navbar-nav .megamenu .separator--type-1:after {
        width: 100%;
        background-image: linear-gradient(-45deg, #ffffff, transparent);
        z-index: -1; }
  @media only screen and (min-width: 1200px) {
    .navbar .sep-img {
      background-image: url(../images/menu-sprite.svg);
      -webkit-mask-box-image: url(../images/menu-sprite.svg);
      -webkit-mask-size: cover;
            /*
			-webkit-mask-box-image: url(../images/menu-sprite.svg);
		    -webkit-mask-size: cover;
			-webkit-mask: url(../images/menu-sprite.svg);*/ }
      .navbar .sep-img::before {
        position: absolute !important;
        top: 0px !important;
        left: 0px;
        right: auto;
        text-align: center;
        height: 25px !important;
        margin: 0 0px 0 0;
        display: block;
        margin: 0 auto;
        overflow: hidden; }
      .navbar .sep-img::after {
        display: inline-block;
        position: absolute;
        content: "";
        top: 0px;
        margin: 0 auto;
        left: 50%;
        background-repeat: no-repeat;
        background-position: 0px -6px;
        width: 22px;
        height: 18px;
        text-align: center;
        margin-left: -22px;
        background-color: #b5262b; } }

.navbar.scrolled {
  background: #000;
  box-shadow: 0 2px 28px 0 #0000003d; }
  .navbar.scrolled .navbar-nav {
    margin-right: 130px; }
    .navbar.scrolled .navbar-nav .nav-item .nav-link {
      /* color: #fff;*/ }

.brand-logo img {
  width: 150px;
  filter: brightness(0) invert(1); }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .brand-logo img {
    width: 170px; } }

.fixed-top {
  background-color: #000;
  position: fixed;
  padding: 10px; }
  .fixed-top img {
    width: 150px; }

/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto; }

  .navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    margin-top: 0;
    min-width: 230px;
    background: #0d2d62;
    border-radius: 0;
    right: -100px; }

  .navbar .nav-item:hover .nav-link {
    color: #ffffff; }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%; }

  .navbar .nav-item:hover .dropdown-menu {
    transition: 0.3s;
    border-top: 2px solid #b5262b;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg); } }
/* ============ desktop view .end// ============ */
@media (max-width: 991px) {
  .navbar-collapse {
    position: fixed;
    top: 78px;
    right: 0;
    min-width: 374px;
    min-height: 100%;
    background: #fff;
    box-shadow: 0 9px 10px 0 #0006;
    z-index: 9;
    padding: 20px; }

  .navbar-collapse.collapsing {
    right: -75%;
    transition: height 0s ease; }

  .navbar-collapse.show {
    right: 0;
    transition: right 300ms ease-in-out; }

  .navbar-toggler.collapsed ~ .navbar-collapse {
    transition: right 500ms ease-in-out; }

  .navbar-toggler {
    border: none;
    outline: none;
    background: transparent;
    color: #000;
    box-shadow: none; } }
.navbar .megamenu {
  padding: 1rem; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important; }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 74%;
    margin: 0 auto;
    padding: 30px !important; } }
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: -30px; } }
/* ============ mobile view .end// ============ */
@media screen and (max-width: 992px) and (min-width: 320px) {
  .m-img {
    height: 40px; } }
/* ----------------------------------------------------------
:: Banner section
---------------------------------------------------------- */
.home-banner {
  background-image: url(../images/banner/banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .home-banner {
      height: 70vh; } }
  @media only screen and (min-width: 1600px) {
    .home-banner {
      height: 80vh; } }
  .home-banner:before {
    content: '';
    background: #000000b0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .home-banner .bg-color-sm {
    padding: 120px 0; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .home-banner .bg-color-sm {
        padding: 50px 0; } }
    @media only screen and (min-width: 1600px) {
      .home-banner .bg-color-sm {
        padding: 170px 0; } }
    .home-banner .bg-color-sm h2 {
      font-size: 1.8rem;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      line-height: 1.5; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .home-banner .bg-color-sm h2 {
          font-size: 1.5rem;
          line-height: normal; } }
      @media only screen and (min-width: 1600px) {
        .home-banner .bg-color-sm h2 {
          font-size: 2.5rem; } }
      .home-banner .bg-color-sm h2 span {
        color: #c1c1c1; }
    .home-banner .bg-color-sm h6 {
      margin: 20px 0;
      line-height: 1.5;
      position: relative;
      font-size: 1.3rem;
      color: #c1c1c1;
      font-weight: 400;
      font-family: sans-serif; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .home-banner .bg-color-sm h6 {
          font-size: .6rem;
          margin: 0 0 10px; } }
      @media only screen and (min-width: 1600px) {
        .home-banner .bg-color-sm h6 {
          font-size: 1rem; } }
    .home-banner .bg-color-sm p {
      color: #ffffff;
      text-align: center; }
      @media only screen and (min-width: 1600px) {
        .home-banner .bg-color-sm p {
          font-size: 1rem; } }
    .home-banner .bg-color-sm h4 {
      font-size: 1.5rem;
      font-weight: 600;
      color: #ffffff;
      line-height: 1.5;
      background: #00000054;
      display: inline;
      box-shadow: 0px 0px 4px;
      padding: 0.8rem; }
      @media screen and (max-width: 767px) and (min-width: 320px) {
        .home-banner .bg-color-sm h4 {
          font-size: 1rem; } }
      @media only screen and (min-width: 1600px) {
        .home-banner .bg-color-sm h4 {
          font-size: 2rem; } }

/* ----------------------------------------------------------
:: about section
---------------------------------------------------------- */
.about img {
  height: 500px;
  object-fit: cover;
  border-radius: 20px; }
.about .about-dept {
  background-color: #fff;
  box-shadow: 10px 10px 10px #c3c3c3;
  padding: 40px;
  border-top: 1px solid #1b0166;
  border-left: 1px solid #1b0166; }
.about .experience {
  position: relative; }
  .about .experience .about-years {
    text-align: center;
    position: absolute;
    z-index: 2;
    right: -9px;
    bottom: 0;
    height: 119px;
    width: 130px;
    border: 5px solid #fff;
    background-color: #ffaa17;
    animation: grow-and-shrink 1000ms;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate; }
    .about .experience .about-years .value {
      font-size: 2rem;
      line-height: 50px;
      margin-top: 20px;
      font-weight: 700;
      justify-content: center;
      font-family: "Rajdhani", sans-serif;
      text-transform: uppercase; }
    .about .experience .about-years .plus {
      font-size: 1rem; }
    .about .experience .about-years .text {
      font-weight: 600;
      font-size: 0.85rem; }
.about .text-about {
  line-height: 2.2;
  text-align: justify; }

/* ----------------------------------------------------------
:: core feature
---------------------------------------------------------- */
.features {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: url("../images/gallery_back.jpg");
  position: relative;
  z-index: 1; }
  .features::after {
    content: "";
    position: absolute;
    height: calc(83% + 100px);
    width: 30%;
    bottom: 0;
    right: 0;
    background-color: #1b0166;
    z-index: -1; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .features::after {
        display: none; } }
  .features h5 {
    padding: 10px 0 30px 0; }
  .features h6 {
    line-height: 2; }
  .features .feacture-images {
    right: calc(10% - 60px);
    position: absolute;
    top: 52px; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .features .feacture-images {
        display: none; } }
    .features .feacture-images .img-1 img {
      margin-left: auto;
      display: block;
      width: 80%; }
    .features .feacture-images .img-2 {
      margin-left: 47px;
      margin-top: -100px; }
      .features .feacture-images .img-2 img {
        border: 10px solid #fff;
        margin-top: -55px;
        width: 90%; }

.main-feacture {
  padding: 15px 0; }
  .main-feacture .security-icons {
    background: #b5262b;
    display: inline-block;
    text-align: center;
    width: 80px; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .main-feacture .security-icons {
        margin-bottom: 20px; } }
    .main-feacture .security-icons i {
      filter: invert(1);
      font-size: 3rem; }
  .main-feacture .security-text h5 {
    font-size: 1rem; }
  .main-feacture .security-text p {
    text-align: justify; }

.icons-color {
  background: #1b0166 !important; }

/* ----------------------------------------------------------
 CALL TO ACTION/* 
---------------------------------------------------------- */
.action {
  position: relative;
  background-image: url(../images/banner/banner-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  z-index: 1; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .action {
      height: 350px; } }
  .action::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: #1d2122;
    opacity: 0.6; }

/* ----------------------------------------------------------
team 
---------------------------------------------------------- */
.team {
  position: relative;
  z-index: 1;
  bottom: 270px;
  left: 0;
  margin-bottom: -200px; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .team {
      bottom: 50px; } }
  .team .team-inner {
    transition: 0.6s;
    position: relative; }
    .team .team-inner .team-img {
      position: relative;
      z-index: -1; }
      .team .team-inner .team-img img {
        width: 100%; }
      .team .team-inner .team-img::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        content: "";
        background-color: #1d2122;
        opacity: 0; }
      .team .team-inner .team-img .img {
        overflow: hidden;
        position: relative;
        transition: 0.6s; }
    .team .team-inner .main-text {
      background: #ffffff;
      box-shadow: 2px 13px 15px -6px #E6E7E8;
      color: #000;
      min-height: 123px; }
      .team .team-inner .main-text .team-text {
        transform: translateY(0px);
        transition: 0.6s;
        padding: 20px 10px;
        position: relative;
        min-height: 160px; }
        .team .team-inner .main-text .team-text::before {
          position: absolute;
          content: "";
          background-color: #000;
          z-index: 1;
          transition: 0.6s;
          opacity: 0; }
        .team .team-inner .main-text .team-text h4 {
          margin-bottom: 10px;
          color: #1b0166;
          font-size: 1.2rem; }
        .team .team-inner .main-text .team-text h5 {
          font-size: 0.9rem;
          font-weight: normal;
          line-height: 1.5; }
    .team .team-inner .team-h {
      min-height: 166px; }

/* -------------------------------------------
:: Footer
---------------------------------------------- */
.footer-sec {
  background-image: linear-gradient(7deg, #e7e7e7, #0101010f), url("../images/footer.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .footer-sec .footer-before {
    position: relative; }
    .footer-sec .footer-before::before {
      position: absolute;
      content: "";
      content: "";
      right: 180px;
      bottom: 132px;
      height: 100%;
      width: 100%;
      filter: contrast(0.5);
      background-image: url(../images/cta-dot-3.webp);
      background-position: center;
      animation: pusher linear infinite 5s;
      background-repeat: no-repeat; }
  .footer-sec p {
    text-align: justify; }
  .footer-sec .footer-copyright a {
    font-size: 1rem;
    color: #fff; }
    .footer-sec .footer-copyright a:hover {
      color: #b5262b; }

/* -------------------------------------------
:: Filter Gallery
---------------------------------------------- */
.filter-content .active {
  background-color: #1b0166; }
.filter-content .filter-button {
  font-size: 18px;
  border: 0;
  border-radius: 0;
  text-align: center;
  color: #000;
  margin-right: 20px;
  position: relative;
  /*&:hover{
      background-color: $blue-color;
      
  }*/ }
  .filter-content .filter-button:after {
    content: '--';
    right: -20px;
    color: #b5262b;
    position: absolute; }
  .filter-content .filter-button:last-child {
    margin-right: 0; }
    .filter-content .filter-button:last-child:after {
      content: unset; }

.btn-default:active .filter-button:active {
  background-color: #42B32F;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

.imag-effect {
  position: relative;
  display: block; }
  .imag-effect img {
    width: 100%; }
  .imag-effect::before {
    background-color: #1b0166;
    opacity: 0;
    width: 100%; }
  .imag-effect .light-gallery-poster-1 {
    position: absolute;
    top: calc(50% - 7px);
    left: 0px;
    right: 80px;
    opacity: 0;
    transition: 0.6s;
    color: #fff;
    width: 57px;
    height: 58px;
    line-height: 40px;
    color: #000;
    margin: auto;
    z-index: 1; }
    .imag-effect .light-gallery-poster-1 i {
      color: #fff;
      font-size: 3rem; }
      .imag-effect .light-gallery-poster-1 i .gallery-title {
        color: #fff; }
  .imag-effect .light-gallery-poster {
    position: absolute;
    top: calc(50% - 7px);
    left: 0px;
    right: 80px;
    opacity: 0;
    transition: 0.6s;
    color: #fff;
    width: 57px;
    height: 58px;
    line-height: 40px;
    color: #000;
    margin: auto;
    z-index: 1; }
    .imag-effect .light-gallery-poster i {
      color: #fff;
      font-size: 3rem; }
      .imag-effect .light-gallery-poster i .gallery-title {
        color: #fff; }
  .imag-effect:hover::before {
    padding: 40px 30px;
    transition: 0.6s;
    background: #1b0166;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 0.6;
    height: 100%; }
  .imag-effect:hover .light-gallery-poster {
    opacity: 1; }

.inner-img {
  width: 360px; }

.gallery {
  position: relative; }
  .gallery::before {
    position: absolute;
    content: "";
    content: "";
    right: 570px;
    bottom: 368px;
    height: 100%;
    width: 100%;
    background-image: url(../images/fun-dots.webp);
    /* background-size: 70% 100%; */
    background-position: center;
    transform: skewY(124deg);
    animation: pusher linear infinite 5s;
    background-repeat: no-repeat; }

/* -------------------------------------------
:: breadcrumb
---------------------------------------------- */
.sec-breadcrumb {
  background-image: url(../images/breadcrum.jpg);
  background-repeat: no-repeat;
  padding: 150px 20px 50px;
  background-size: cover;
  background-position: 100% center;
  position: relative;
  z-index: 0; }
  .sec-breadcrumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: -1; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .sec-breadcrumb {
      padding: 40px 0; } }

.breadcrumb-title {
  padding: 20px 35px;
  position: relative; }
  .breadcrumb-title::before, .breadcrumb-title::after {
    width: 100px;
    height: 100%;
    background: transparent;
    content: "";
    position: absolute;
    left: 0px;
    top: -47px;
    border-right: 10px solid #f8b500;
    border-bottom: 7px solid #f8b500;
    border-right: 0; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .breadcrumb-title::before, .breadcrumb-title::after {
        width: 40px;
        border-bottom: 5px solid #f8b500; } }
  .breadcrumb-title::after {
    right: 0px;
    left: auto;
    border-left: 0; }
  .breadcrumb-title h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .breadcrumb-title h1 {
      font-size: 25px; } }

.breadcrumb li a {
  font-size: 0.9rem; }

.list li {
  padding-left: 30px;
  position: relative; }
  .list li::before {
    position: absolute;
    left: 10px;
    top: 8px;
    content: "";
    background: #000;
    width: 5px;
    height: 8px;
    z-index: 1; }
  .list li::after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    background: #1b0166;
    width: 15px;
    height: 8px;
    border: 1px solid #878787; }

/* ----------------------------------------------------------
:: Vision Missiom CSS
---------------------------------------------------------- */
.mission-bg::before, .vision-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #bf5050;
  background-image: linear-gradient(7deg, #b5262b, #01010191);
  z-index: -1; }
.mission-bg .section-title h2, .vision-bg .section-title h2 {
  font-size: 2.7rem;
  color: #ffffff; }
.mission-bg .overlay-vis-mis, .vision-bg .overlay-vis-mis {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  /* width: 50%; */
  /* height: 100%; */
  /* z-index: -1; */
  /* background: #058c877a; */
  /* background-image: url(assets/images/vission.png); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("assets/images/vission.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
.mission-bg .vis-mis, .vision-bg .vis-mis {
  position: absolute;
  text-align: center;
  left: calc(45% - 49px);
  z-index: 1;
  display: flex;
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* align-items: center; */
  height: 100%;
  top: 0px; }
  .mission-bg .vis-mis .vis-mis-box, .vision-bg .vis-mis .vis-mis-box {
    /* font-size: 49px; */
    /* width: 110px; */
    /* height: 204px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    color: #ffffffba;
    background: #f8b500;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #b72f2b, #e6af0c);
    margin: auto;
    /* transform: rotate(50deg); */
    border: 20px solid #ffffff; }
    .mission-bg .vis-mis .vis-mis-box i, .vision-bg .vis-mis .vis-mis-box i {
      transform: rotate(-45deg); }
@media screen and (max-width: 767px) and (min-width: 320px) {
  .mission-bg .vis-mis, .vision-bg .vis-mis {
    top: 30%;
    left: 20px; }
    .mission-bg .vis-mis .vis-mis-box, .vision-bg .vis-mis .vis-mis-box {
      display: none; }
  .mission-bg .overlay-vis-mis, .vision-bg .overlay-vis-mis {
    width: 12%; }
  .mission-bg .section-title, .vision-bg .section-title {
    margin-bottom: 20px; }
    .mission-bg .section-title h2, .vision-bg .section-title h2 {
      font-size: 1.7rem;
      color: #1b0166; } }

.vision-bg::before {
  right: 0;
  left: auto; }
.vision-bg .vis-mis {
  left: auto;
  right: calc(45% - 49px); }

.mis-vis-img {
  width: 150px;
  height: 150px; }

.pd-inner {
  padding-left: 80px !important; }

.section--program .programs--success-stories-img {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .section--program .programs--success-stories-img img {
    width: 100%; }
.section--program .programs-initiatives-text-box {
  position: relative;
  display: block;
  padding-top: 50px;
  max-width: 430px;
  width: 100%;
  float: left;
  margin-bottom: 31px;
  transition: 0.6s; }
  .section--program .programs-initiatives-text-box .count-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 40px;
    width: 90px;
    height: 90px;
    z-index: 3;
    background-color: #b5262b; }
    .section--program .programs-initiatives-text-box .count-box span {
      font-size: 2rem;
      font-weight: 600;
      line-height: 45px;
      color: #fff; }
  .section--program .programs-initiatives-text-box .inner-text {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 1px 3px 18px 5px rgba(141, 141, 141, 0.9);
    padding: 67px 40px 36px;
    border-bottom-right-radius: 60px; }
    .section--program .programs-initiatives-text-box .inner-text h2 {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 36px; }
    .section--program .programs-initiatives-text-box .inner-text p {
      font-size: 1rem;
      line-height: 1.8;
      color: #878c8f; }
    .section--program .programs-initiatives-text-box .inner-text:hover {
      background-color: #1b0166; }
      .section--program .programs-initiatives-text-box .inner-text:hover p {
        color: #000; }

/* ----------------------------------------------------------
:: scroll-to-top
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  bottom: 67px;
  right: 50px;
  z-index: 98;
  width: 48px;
  text-align: center;
  height: 36px;
  color: #fff;
  background-color: #b5262b;
  text-decoration: none;
  transition: 0.6s ease-in-out;
  line-height: 0; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .scroll-to-top {
      bottom: 70px;
      right: 26px;
      z-index: 98;
      width: 47px;
      height: 36px; } }
  .scroll-to-top i {
    font-size: 2rem; }
  .scroll-to-top:hover {
    transform: scale(1.25); }
    .scroll-to-top:hover i {
      color: #ffffff; }

.main-footer {
  position: relative;
  /* z-index: 1; */
  /* overflow: visible; */
  /* clear: both; */
  background-color: #f1f3f4;
  padding: 54px 20px;
  border-bottom: 2px solid #b5262b;
  border-top: 2px solid #b5262b;
  padding-left: 35px; }
  .main-footer::before {
    position: absolute;
    content: '';
    right: -18px;
    top: 46%;
    margin: 0 auto;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    border-left-width: 20px;
    border-left-style: solid;
    color: #b5262b;
    z-index: 9; }
    @media screen and (max-width: 767px) and (min-width: 320px) {
      .main-footer::before {
        display: none; } }

.address i {
  padding-right: 15px;
  color: #b5262b;
  font-size: 1.5rem; }
.address h5 {
  margin-bottom: 16px; }
.address p {
  padding: 15px 0; }
  .address p span {
    padding-left: 38px;
    display: block;
    position: relative;
    margin-top: -32px; }
  .address p a {
    color: #000; }
    .address p a i {
      /* width: 10%; */
      font-size: 2rem;
      color: #b5262b; }

@keyframes move {
  0% {
    background-position: left 0 bottom 0; }
  100% {
    background-position: left 350px bottom 0; } }
@-webkit-keyframes wavemove {
  0% {
    margin-left: 20%; }
  100% {
    margin-left: -30%; } }
@-moz-keyframes wavemove {
  0% {
    margin-left: 20%; }
  100% {
    margin-left: -30%; } }
@keyframes wavemove {
  0% {
    margin-left: 20%; }
  100% {
    margin-left: -30%; } }
.featured-icon-box.style2 .ttm-icon i {
  font-size: 42px;
  transition: all 1s ease;
  display: block;
  transform: translate(-50%, -50%) rotateY(0deg); }

.featured-icon-box.style2:hover .ttm-icon i {
  transform: translate(-50%, -50%) rotateY(360deg); }

.login-wrap {
  background: #ffffff;
  border: 1px dotted #b5262b;
  box-shadow: 3px 3px 6px #b8b9be, -3px -3px 6px #fff; }

.login-wrap-1 {
  background-repeat: no-repeat;
  padding-top: 4vw;
  padding-bottom: 5v;
  background-size: cover;
  background-position: right; }

.registerWrp {
  border-top: none;
  padding-top: 0;
  margin-top: 0; }

.loginWrp .form-group {
  margin-top: 15px;
  margin-bottom: 0; }

.loginWrp .form-group .form-control {
  height: 50px;
  border-radius: 4px;
  font-size: 14px;
  border-color: #efe9e9; }

.btn:hover {
  color: #edf6ff;
  background: #1b0166; }

.sub-btn {
  background: #b5262b; }
  .sub-btn:hover {
    background-color: #f8b500; }

.focus-area--1 .focus-area-card {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 30px;
  margin-bottom: 0px;
  border-right: 1px solid #ffffff57;
  min-height: 309px;
  /*z-index: 1;
  top: -85px;*/ }
  .focus-area--1 .focus-area-card::before {
    position: absolute;
    content: "";
    background: #1b0166;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .focus-area--1 .focus-area-card::after {
    position: absolute;
    content: "";
    background: #343a40d6;
    display: inline-block;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all ease .5s; }
  .focus-area--1 .focus-area-card .focus-area-content {
    position: relative;
    text-align: center; }
    .focus-area--1 .focus-area-card .focus-area-content img {
      width: 60px;
      padding-right: 0.8rem;
      animation: mover 1s infinite alternate;
      filter: invert(1); }
    .focus-area--1 .focus-area-card .focus-area-content h3 {
      font-size: 1rem;
      color: #fff;
      margin-bottom: 10px;
      font-weight: 600;
      line-height: 1.5; }
    .focus-area--1 .focus-area-card .focus-area-content h4 {
      color: #ffffff;
      font-size: 1.3rem;
      line-height: 2; }
    .focus-area--1 .focus-area-card .focus-area-content a {
      color: #fff;
      font-weight: 600; }
      .focus-area--1 .focus-area-card .focus-area-content a .fa {
        padding-left: 5px;
        font-size: 12px; }
  .focus-area--1 .focus-area-card:hover::after {
    width: 100%; }
  .focus-area--1 .focus-area-card:hover .focus-area-content img {
    filter: brightness(0) invert(1); }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .focus-area--1 {
    width: 100%;
    transform: none; }
    .focus-area--1 .focus-area-card {
      padding: 10px 7px;
      border-right: none; }
      .focus-area--1 .focus-area-card h4 {
        font-size: 1rem; } }

/* ----------------------------------------------------------
:: our success-storiess
---------------------------------------------------------- */
.success-stories-box {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 20px 15px 20px 15px;
  box-shadow: 1px 2px 4px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .success-stories-box {
      margin-bottom: 10px; } }
  .success-stories-box .success-stories-text h5 {
    font-size: 1.3rem;
    padding: 10px 0; }
  .success-stories-box .success-stories-text p {
    text-align: justify;
    color: #656565;
    font-size: 1rem; }
  .success-stories-box .success-stories-img {
    /* height: 71px; */
    /* border-radius: 50%; */
    width: 120px;
    /* line-height: 100px; */
    /* text-align: center; */
    /* margin: 20px; */
    display: inline-block; }
    .success-stories-box .success-stories-img .img-inner {
      width: 80%; }
  .success-stories-box:hover {
    background: linear-gradient(to right, #f8b500c4, #b5262b);
    color: #fff;
    transform: translateX(10px); }
    .success-stories-box:hover .success-stories-img {
      transform: translateY(-5px); }
      .success-stories-box:hover .success-stories-img img {
        filter: brightness(0) invert(1); }
    .success-stories-box:hover .success-stories-text p {
      color: #fff; }
    .success-stories-box:hover .circle-1::before {
      background: #ffffff;
      color: #b5262b; }
  .success-stories-box .circle-1 {
    transform: translateY(-5px);
    background: #ffffff;
    animation-name: processrotate;
    animation-duration: 14s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* -webkit-animation-name: processrotate; */
    /* -webkit-animation-duration: 14s; */
    /* -webkit-animation-iteration-count: infinite; */ }
    .success-stories-box .circle-1::before {
      font-size: 1.1rem;
      font-family: 'FontAwesome';
      border-radius: 100px;
      width: 45px;
      display: inline-block;
      transition: all 0.2s ease-in-out;
      color: white;
      background: linear-gradient(to right, #fa6220, #ef8b33); }
    .success-stories-box .circle-1:hover {
      transform: translateY(-5px); }

.min-htd {
  min-height: 435px; }
  @media only screen and (min-width: 1600px) {
    .min-htd {
      min-height: 385px !important; } }

.circle {
  border-radius: 100px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  margin-left: 0px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(to right, #fa6220, #ef8b33); }
  .circle::before {
    font-size: 1.1rem;
    font-family: 'FontAwesome';
    border-radius: 100px;
    width: 45px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    color: white;
    background: linear-gradient(to right, #fa6220, #ef8b33); }
  .circle:hover {
    transform: translateY(-5px); }

.banner-circle-success-stories {
  position: absolute;
  right: 95px;
  top: 100px; }

.banner-circle-success-stories-dot {
  position: absolute;
  left: 34px;
  bottom: 10px;
  z-index: -1;
  animation: grow-and-shrink 1000ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate; }
  @media only screen and (min-width: 1600px) {
    .banner-circle-success-stories-dot {
      left: 126px;
      bottom: 15px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .banner-circle-success-stories-dot {
      display: none; } }

.banner-circle-success-stories-bottom {
  position: absolute;
  right: 90px;
  bottom: -180px; }

@-moz-keyframes processrotate {
  0% {
    -moz-transform: rotate(0deg);
    opacity: 1; }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 0.7; }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1; } }
@-o-keyframes processrotate {
  0% {
    -o-transform: rotate(0deg);
    opacity: 1; }
  50% {
    -o-transform: rotate(180deg);
    opacity: 0.7; }
  100% {
    -o-transform: rotate(360deg);
    opacity: 1; } }
@keyframes processrotate {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
.swiper-partner {
  padding: 15px; }

.contact-section li {
  display: flex;
  align-items: center; }
  .contact-section li i {
    font-size: 1.5rem;
    color: #1b0166; }
  .contact-section li p {
    margin-left: 2rem;
    font-size: 0.95rem;
    color: #000; }

.editor {
  position: relative; }
  .editor:before {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(7deg, #e7e7e7, rgba(1, 1, 1, 0.06)), url(../images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .editor .committee-list li {
    position: relative;
    background: #0c2d622b;
    padding: 1rem 1.8rem;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 400;
    font-size: 0.95rem;
    min-height: 80px; }
    .editor .committee-list li:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 20px;
      background-repeat: no-repeat;
      background-position: center;
      content: "";
      transition: all 300ms ease;
      background-image: linear-gradient(-45deg, #1b01666b 1%, #000000 100%);
      transform: skew(0deg, 0deg); }

/*# sourceMappingURL=style.css.map */
