*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
  font-family: 'Montserrat', sans-serif!important;
}

:root{
    --blackColor: #000;
    --whiteColor: #ffffff;
    --color-primary: #262a5b;
    --color-secondary: #ffc107;
    --text-color: #080202;
    --bg-color:#3e3e3e;
}
.heading{
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--blackColor);
  position: relative;
}
.heading::after{
  position: absolute;
  left: 0%;
  content: "";
  width: 100%;
  height: 2px;
  background: var(--color-secondary);
  bottom: -10px;
}

.top_header{
  display: flex;
  align-items: center;
}
.headingsec{
  font-size: 34px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 15px;
  color:#a5241c;
}
.text{
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  color: var(--text-color);
  text-align: justify;
}
.subheading{
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
  color: var(--blackColor);
  margin-bottom: 15px;
}
.desc{
  font-size: 14px;
  color: #bcb29e;
  font-weight: 300;
}
.btn-outline-primary:focus , .btn-outline-secondary:focus{
  box-shadow: none;
}
a{
  text-decoration: none;
}
.f16{
  font-size: 15px !important;
}
.btn.btn-primary{
  background-color: transparent;
  border: 0px solid;
  color: var(--blackColor);
  display: block;
  text-align: start;
  padding: 0;
  margin: 0;
  transition: 0.99s ease-in-out;
}
.btn.btn-primary:hover{
  color:black;
  text-decoration: none;
}
.btn.btn-outline-secondary{
  background-color: transparent;
  border: 1px solid;
  color: var(--color-primary);
}
.btn.btn-outline-secondary:hover{
  background-color: var(--color-secondary);
  color: var(--whiteColor);
}
.btn.btn-outline-primary{
  background-color: transparent;
  border: 0px solid;
  color:white;
  font-size: 18px;
}


/* button */

.btn.btn-secondary {
  border: none;
  color: var(--text-color);
  background: #a5241c;
  border-radius: 20px;
  background-size: 100% auto;
  font-size: 15px;
  padding: 0.3em 1em;
  display: inline-block;
  position: relative;
  z-index: 4;
  color: var(--whiteColor);
  margin: 0;
}
 
 
 .btn.btn-secondary:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }
 
 @keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #05bada66;
  }
 
  70% {
   box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }
 
  100% {
   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
 }
/* end button  */

.top-header {
  background-color: #a5241c;
}
.top-mid-header{
  background-color:#f9f3e5;
  padding: 10px 0;
}
.top-mid-header ul{
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
  margin-left: 5px;
}
.btn-primary:focus,.btn-primary:active:focus{
  box-shadow: none;
}
:focus-visible {
  outline: 0px dotted #333;
}
/* header css */
.nav_wrapper {
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  transition: top .5s ease-out;
  z-index: 999;
}
figure {
  margin: 0px 10px 0rem 0 !important;
}
.nav_wrapper.active {
  height: 100%;
}

.nav {
  background: rgba(133, 133, 133, 0.2);
  border: 0px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  color: #fff;
}

.scroll {
  top: -120px ;
}

.no-scroll {
  top: 0;
  z-index: 9999;
}

.btn {
  padding: 10px 1%;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  transition: all 0.1s ease;
}

.btn:hover {
  transition: all 0.1s ease;
}

.spinner-master input[type=checkbox] {
  display: none;
}

.menu {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  text-align: end;
}

.dropdown {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  border: 1px solid #fff;
}

.dropdown li {
  padding: 0px;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
}

.dropdown li a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 16px;
  text-align: start;
  font-weight: 600;
}
.company h5{
  text-align: start;
}

.dropdown li.hover > a {
  color:white;
}

.dropdown li > a {
  padding: 10px 3px ;
}
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;

}

.dropdown li:hover >ul  {
  display: block !important;
  padding: 0;
  left: 0px;
  z-index: 999;
}
.company{
    width: max-content;
    padding: 10px 5px;
    position: relative;
    background: rgb(255 255 255 / 77%);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    backdrop-filter: blur(10px);
    border: 1px solid rgb(17 17 17 / 60%);
    border-radius: 12px;
    color: rgb(21 21 21);
    z-index: 30;
    transition: all 0.5s ease-in-out 0s;
}


.company1{
  width: max-content;
  padding: 0px 38px;
  position: relative;
  top: -53px;
  left: 54%;
  background: rgb(255 255 255 / 77%);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  backdrop-filter: blur(10px);
  border: 1px solid rgb(17 17 17 / 60%);
  border-radius: 12px;
  color: rgb(21 21 21);
  z-index: 30;
  transition: all 0.5s ease-in-out 0s;
}



/* .company:before {
  content: "";
  background-color: #fff5f5;
  position: absolute;
  bottom: 100%;
  right: 23%;
  height: 40px;
  width: 12px;
} */
.company::before{
  content: '\f0da';
  position: absolute;
  font-family: "Font Awesome 5 free";
  top: -15px;
  font-weight: 900;
  rotate: -90deg;
  left: 25px;
  color: var(--color-primary);
}
.company-icon::before{
  top:0;
  left: -8px;
  rotate: 180deg;
}
.company .fr{
  width:50%
}
.servises .fr{
  padding: 30px 15px;
}
.servises .right{
  background: linear-gradient(96deg, #16449d, #29b9e5);
  width: 33%;
  padding: 30px 15px;
  border-radius: 30px 0 0 30px;
}
.left .d-flex{
  flex-wrap: wrap;
}
.servises .left{
  width:65%;
  padding: 40px 10px;
}
.servises .left li{
  width: 50%;
}
.servises .right a{
  color:#fff;
}
.sub-menu li {
  position: relative;
  list-style: none;
  height: 35px;
}

.sub-menu li a {
  padding: 5px 15px;
  display: flex;
  align-items: start  ;
  color: var(--text-color);
}

.sub-menu li a:hover {
  color: var(--text-color);
}

.sub-menu2 {
  position: absolute;
  left: 100%;
  top: 0;
}
nav.navbar.navbar-expand-lg {
  background:black;
  top: 0;
  z-index: 9999;
  position: relative;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

  @media screen and (max-width: 600px){
  .dropdownContainer {
      display: none;
      position: relative !important;
      left: 0 !important;
      width: 100% !important;
      transform: translateX(0) !important;
      top: 0 !important;
      height: fit-content !important;
      padding-top: 10px;
      z-index: 999;
  }
  }
#hero {
  width: 100%;
  height: auto;
  background: #e8ebf0;
  margin: 70px 0 20px 0;
}
.dropdown li.company-02:hover >ul{
  left:163px;
  top:0%;
}
#hero img {
  width: 100%;
  height: auto;
}
@media (max-width:1024px) {
  .company{
      /* width: 680px; */
  }
  .company li > a{
      padding: 10px 8px !important;
  }
  .dropdown li > a{
      padding: 7px 3px;
  }
}
@media (max-width:992px) {
  .dropdown li > a{
      padding: 2px 2px;
  }
  .dropdown li:hover >ul{
      left: -50px;
  }
  .company {
      /* width: 600px; */
  }
  .company li > a {
      padding: 5px 8px !important;
  }
}
@media all and (max-width: 768px) {
  .example-header .container {
      width: 100%;
  }
  .company{
      display: block;
      box-shadow: none;
  }
  .left .d-flex{
      display: block !important;
  }
  .dropdown li:hover >ul{
      left: 0px;
  }
  .left{
      padding: 0 !important;
  }
  .servises .right{
      padding: 0;
  }
  .servises .right{
      background: transparent;
  }
  .servises .right a{
      color: var(--blackColor);
  }
  #search {
      padding: 10px;
  }

  .spinner-master * {
      transition: all 0.3s;
      box-sizing: border-box;
  }

  .spinner-master {
      position: relative;
      margin: 15px;
      height: 30px;
      width: 30px;
      float: left;
  }

  .spinner-master label {
      cursor: pointer;
      position: absolute;
      z-index: 99;
      height: 100%;
      width: 100%;
      top: 5px;
      left: 0;
  }

  .spinner-master .spinner {
      position: absolute;
      height: 4px;
      width: 100%;
      padding: 0;
      background-color: #fff;
  }

  .spinner-master .diagonal.part-1 {
      position: relative;
      float: left;
  }

  .spinner-master .horizontal {
      position: relative;
      float: left;
      margin-top: 4px;
  }

  .spinner-master .diagonal.part-2 {
      position: relative;
      float: left;
      margin-top: 4px;
  }

  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal {
      opacity: 0;
  }

  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      margin-top: 10px;
  }

  .spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      margin-top: -12px;
  }
  @media (max-width:580px) {
      .company{
          display: block !important;
      }

      .top_header{
        display: block;
        align-items: center;
      }

      .text i{
        font-weight: bold;
      }

      .text {
        font-size: 10px;
        line-height: 26px;
        font-weight:bold;
        margin-bottom: 10px;
        color: var(--text-color);
        text-align: justify;
    }
    li{
      margin-left: 0px;
    }

    .btn{
      font-size: 9px;
      font-weight: bold;
    }
  }

  /* Menu Utama */
  .menu {
    clear: both;
    min-width: inherit;
    display: none;
    width: 0;
}

.menu.active {
    height: 100%;
    width: 90%;
    display: block;
}

a.menu-link {
    display: block;
    color: #fff;
    float: left;
    text-decoration: none;
    padding: 10px 16px;
    font-size: 1.5em;
}

a.menu-link:hover {
    color: #efa666;
}

a.menu-link:after {
    content: "\2630";
    font-weight: normal;
}

a.menu-link.active:after {
    content: "\2715";
}

.menu > li > ul.sub-menu {
    padding: 0px;
    border: none;
}

.dropdown {
    display: inline;
}

.menu li, .menu > ul > li {
    display: block;
}

.menu > ul > li:last-of-type a {
    border: none;
}

.menu li a {
    display: flex;
    padding: 0.8em;
    position: relative;
}

.menu li.has-submenu > a:after {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-size: 1.5em;
    padding: 0.55em 0.5em;
}

.menu li.has-submenu > a.active:after {
    content: "-";
}

.sub-menu {
    overflow: scroll;
    max-height: 0;
}

.sub-menu.active {
    overflow: scroll;
    max-height: 55em;
}

.sub-menu li a {
    padding: 10px 18px 10px 30px;
}

.sub-menu {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none;
}

.search_box {
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
}

.search_box input {
    width: 70%;
}

.search_box input.search_icon {
    width: 17%;
}

#hero {
    height: 200px;
};
}

/* header css end  */


/* section 02 */
.section02{
  position: relative;
  padding: 60px 0 0 0;
}
.swiper-pagination-bullet{
  width: 40px !important;
  height: 4px !important;
  border-radius: 0 !important;
  margin: 5px 0 !important;
  background-color: var(--whiteColor) !important;
}
.swiper-pagination-bullet-active{
  width: 60px !important;
  background-color: var(--whiteColor) !important;
}
.about {
  transition: 0.6s ;
  size: 40px;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  left: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  transition: all 0.2s ease;

  .bg_links {
     border-radius: 100%;
     display: flex;
     justify-content: center;
     align-items: center;
     background-color: rgba(#000000, 0.2);
     border-radius: 100%;
     backdrop-filter: blur(5px);
     position: absolute;
  }

  .logo {
     z-index: 9;
     background-image: url(https://rafaelalucas91.github.io/assets/codepen/logo_white.svg);
     background-size: 50%;
     background-repeat: no-repeat;
     background-position: 10px 7px;
     opacity: 0.9;
     transition: all 1s 0.2s ease;
     bottom: 0;
     left: 0;
  }

  .social {
     opacity: 0;
     left: 0;
     bottom: 0;

     .icon {
        width: 100%;
        height: 100%;
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        display: flex;
        transition: all 0.2s ease, background-color 0.4s ease;
        opacity: 0;
        border-radius: 100%;
     }

     &.portfolio {
        transition: all 0.8s ease;

        .icon {
           background-image: url(https://rafaelalucas91.github.io/assets/codepen/link.svg);
        }
     }

     &.dribbble {
        transition: all 0.3s ease;
        .icon {
           background-image: url(https://rafaelalucas91.github.io/assets/codepen/dribbble.svg);
        }
     }

     &.linkedin {
        transition: all 0.8s ease;
        .icon {
           background-image: url(https://rafaelalucas91.github.io/assets/codepen/linkedin.svg);
        }
     }
  }

  &:hover {
     width: 105px;
     height: 105px;
     transition: all ;

     .logo {
        opacity: 1;
        transition: all 0.6s ease;
     }

     .social {
        opacity: 1;

        .icon {
           opacity: 0.9;
        }

        &:hover {
           background-size: 28px;
           .icon {
              background-size: 65%;
              opacity: 1;
           }
        }

        &.portfolio {
           left: 0;
           bottom: calc(100% - 40px);
           transition: all 0.3s 0s ;
           .icon {
              &:hover {
                 background-color: #698fb7;
              }
           }
        }

        &.dribbble {
           bottom: 45%;
           left: 45%;
           transition: all 0.3s 0.15s ;
           .icon {
              &:hover {
                 background-color: #ea4c89;
              }
           }
        }

        &.linkedin {
           bottom: 0;
           left: calc(100% - 40px);
           transition: all 0.3s 0.25s ;
           .icon {
              &:hover {
                 background-color: #0077b5;
              }
           }
        }
     }
  }
}

/* swiper */

.swiper-container {
  padding: 0;
  /* height: 80vh; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 480px) {
  .swiper-container {
    padding: 0;
    height: 29vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
}

.swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  transition: all 0.3s ease;
  background-position: fixed;
}

.swiper-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
}
.swiper-button-next{
  background-image: none !important;
  width: 44px !important;
  border-radius: 50%;
}
.swiper-button-prev{
  background-image: none !important;
  width: 44px !important;
  border-radius: 50%;
}
.swiper-button-next:after{
  border-radius: 50%;
}
.swiper-button-prev:after{
  border-radius: 50%;
}
.swiper-slide .number {
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: -40px;
  font-size: 120px;
  -webkit-text-stroke: 1px white;
  color: transparent;
  font-weight: 600;
  opacity: 0.3;
}

@media screen and (max-width: 512px) {
  .swiper-slide .number {
     display: none;
  }

  .swiper-item {
     width: 90%;
  }
}

.swiper-item:after {
  content: "";
  background-color: black;
  position: absolute;
  width: 100%;
  height: inherit;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
}

.swiper-item:before {
  content: "";
  background-image: linear-gradient(to bottom, black 0%, transparent 100%);
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  z-index: 1;
  opacity: 0.2;
}

/* swiper arrows */

.swiper-arrows {
  width: 400px;
  height: 80px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  right: 20%;
}

@media screen and (max-width: 512px) {
  .swiper-arrows {
     right: 10%;
  }
}

.swiper-button-prev,
.swiper-button-next {
  width: 80px;
  height: 80px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev {
  right: 80px;
  left: auto;
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-button-next {
  right: 0px;
  background-color: rgba(255, 255, 255, 0.8);
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px #666666;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.1s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 49%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 49%;
}

.swiper-button-prev:hover span,
.swiper-button-next:hover span {
  width: 5px;
  height: 5px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  width: 0px;
  height: inherit;
  content: "";
  position: absolute;
  background-color: white;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  opacity: 0.8;
}

.swiper-button-prev:after {
  right: 0;
}

.swiper-button-next:after {
  left: 0;
}

.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  width: inherit;
}
.swiper-button-disabled {
  opacity: 1 !important;
}
.swiper-button-disabled.swiper-button-prev span,
.swiper-button-disabled.swiper-button-next span {
  opacity: 0.2;
}

/* swiper arrows mobile */

@media screen and (max-width: 512px) {
  .swiper-button-prev,
  .swiper-button-next {
     width: 60px;
     height: 60px;
     bottom: 0;
  }
  .swiper-arrows {
     height: 60px;
  }

  .swiper-button-prev {
     right: 60px;
  }
  .swiper-button-prev span {
     left: 45%;
  }

  .swiper-button-next span {
     right: 45%;
  }
}

/* swiper pagination */

.swiper-pagination {
  height: 3px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 60px !important;
  right: calc(20% - 60px);
  top: 20px;
  float: right;
  position: absolute;
  left: auto !important;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 10px 0px;
}

.swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 3px;
  border-radius: 0px;
  opacity: 0.5;
}

.swiper-pagination-bullet:hover {
  width: 50px;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active:hover {
  width: 60px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: white;
  opacity: 1;
}

/* swiper pagination mobile */

@media screen and (max-width: 512px) {
  .swiper-pagination {
     right: calc(10% - 60px);
  }

  .swiper-pagination-bullet,
  .swiper-pagination-bullet:hover {
     width: 15px;
  }

  .swiper-container-horizontal
     > .swiper-pagination-bullets
     .swiper-pagination-bullet {
     margin: 8px 0px;
  }

  .swiper-pagination-bullet-active,
  .swiper-pagination-bullet-active:hover {
     width: 25px;
  }
}

/* text content */

.slide-text {
  text-align: left;
  color: white;
  opacity: 1;
  z-index: 2;
  width: 40%;
  max-width: 250px;
  padding: 30px;
  position: absolute;
  right: 5%;
  animation: transitionText 2s ease;
}

.slide-text.playText {
  display:block;
  animation: transitionText 2s ease;
}

@keyframes transitionText {
  0% {
     right: -100%;
  }
  100% {
     right: 5%;
  }
}

.slide-text h1 {
  font-size: 25px;
  letter-spacing: 0.03em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.slide-text p {
  margin: 10px 0 0 0;
  font-size: 16px;

  font-weight: 200;
}

/* text content mobile */

@media screen and (max-width: 512px) {
  .slide-text {
     width: 60%;
  }

  .slide-text h1 {
     font-size: 15px;
     letter-spacing: 0.02em;
  }

  .slide-text p {
     font-size: 14px;
  }
}

/* button */

.slide-text .btn {
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
  border: 0;
  padding: 0 15px;
  left: 0;
}

.slide-text .btn:before {
  content: "";
  background-color: white;
  width: 2px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: -1px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:after {
  content: "";
  width: 0px;
  height: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px transparent;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  top: 3px;
  left: -10px;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::before {
  left: 11px;
  transform: rotate(90deg);
}
.slide-text .btn:hover::after {
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  left: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
}

.slide-text .btn:hover {
  padding-left: 35px;
}

button:focus {
  outline: 0;
}


.carousel-indicators{
  margin-left: 0;
}



.carousel-control-next-icon{
  background-color: var(--blackColor);
  border-radius: 12px;
}
.carousel-control-prev-icon{
  background-color: var(--blackColor);
  border-radius: 12px;
}
.carousel-indicators [data-bs-target]{
  background-color: #000;
}
marquee {
  color:var(--whiteColor);
  font-size: 18px;

}

/* section02 end  */

/* section03 start  */
.section03{
  background-image: url(../images/bg/bg3.jpeg);
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: 50% 50%;
}


/*end section03 start  */
.Mission{
  background-color:#f8f2e4;
  padding: 60px 0;
}
.border-left {
  border-left: 2px solid;
  padding-left: 15px;
}
/* :start section04  */
.section04{
  padding: 60px 0;
  background-image: url(../images/bg/testi-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  background-attachment: fixed;
}
a:hover{
  text-decoration: none !important;
}
.section04::after {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 69%);
  z-index: 0;
}
.carousel-indicators{
  margin-bottom: -1rem;
}

/* :end start section04  */

.section05{
  background-image: linear-gradient(rgb(232, 236, 251), rgb(232, 236, 251));
  padding: 60px 0;
}
.section06{
  background-image: url(../images/bg/background.svg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  background-attachment: fixed;
}
.z-index-9{
  position: relative;
  z-index: 2;
}

.section07{
  background-image: url(../images/bg/background.svg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
  background-attachment: fixed;
}
.img-card{
  background-image: url(../images/icon/icon-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 0px;
  background-position: center;
  text-align: center;
  margin-bottom: 15px;
}
.section08{
  padding: 60px 0;
  background-color: #3e3e3e33;
}
video {
  max-width: 100%;
  height: auto;
}
/* start gallery */

.main-content > div {
  width: 90%;
}
.main-content {
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.uk-navbar-nav {
  justify-content: center;
  gap: 15px;
  margin-bottom: 35px;
}
.uk-navbar-nav > li {
  padding: 0;
}
.uk-navbar-nav>li>a {
  padding: 15px 35px !important;
  display: block !important;
  background-color: #fff;
  color: var(--blackColor) !important;
  font-size: 16px !important;
  min-height: auto !important;
  font-weight: 600;
  box-shadow: 0 0 25px #cccccc42;
  border-radius: 7px;
  transition: 0.5s all ease-in-out;
}
.uk-navbar-nav>li>a:hover, .uk-navbar-nav>li.uk-active>a {
  background-color:#a5241c;
  color: #fff !important;
}
.img-gallery-container > li {
  position: relative;
  padding: 10px;
  margin-top: 5px !important;
}
.img-gal {
  
  object-fit: cover;
  transition: 0.5s all ease-in-out;
  border-radius: 6px;
}
.img-gallery-container > li:hover > img {
  filter: brightness(0.4) blur(3px);
}
.float-gallery-content {
  position: absolute;
  width: 90%;
  z-index: -1;
  background: #fff;
  padding: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
.img-gallery-container > li:hover .float-gallery-content {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.uk-block {
  display: block;
}
.float-gallery-content .content {
  padding: 8px 15px;
}
.float-gallery-content .content > a {
  color: #212121;
  position: relative;
  bottom: -50px;
  opacity: 0;
  transition: all 0.5s;
}
.float-gallery-content .content > a:hover {
  color: #7B68EE;
}
button {
  border: 0;
  height: 100%;
  padding: 5px 15px;
  background: #7B68EE;
  font-size: 30px;
  color: #fff;
  position: relative;
  right: -100px;
  transition: all 0.5s;
}
.highlight {
  color:#7B68EE;
  font-weight: 600;
  position: relative;
  left: 0px;
  transition: all 0.5s;
}
.img-gallery-container > li:hover a.gallery-btn {
  left: 0;
  opacity: 1;
  transition-delay: 0.1s;
}
a.gallery-btn{
  border: 0;
  height: 100%;
  padding: 5px 15px;
  background: #7B68EE;
  font-size: 30px;
  color: #fff;
  position: relative;
  right: -100px;
  opacity: 0;
  transition: all 0.5s;
}
.img-gallery-container > li:hover a {
  right: 0;
  opacity: 1;
  transition-delay: 0.1s;
}
.img-gallery-container > li:hover .content > a {
  bottom: 0;
  opacity: 1;
  transition-delay: 0.1s;
}


/* end gallery */

footer{
  padding: 60px 0;
  background-color:black;
}
footer .text{
  color: white;
}
footer .desc{
  color:white;
  font-size: 18px;
}
footer .subheading{
  color: var(--blackColor);
  font-size: 18px;
  font-weight: 600;
}
.footer-ul{
  padding: 0;
}
.footer-ul li{
  list-style: none;
  margin-bottom: 15px;
  border-bottom: 1px dashed #fefefe;
  padding-bottom: 5px;
}
.footer-ul li:hover .btn.btn-primary{
  margin-left: 10px;
  transition: 0.99s ease-in-out;
}
.footer-bottom{
  background-color: var(--bg-color);
}
@media (max-width:480px) {
  .bg-img{
    translate: 0px 0%;
  }
  /* .d-flex{
    display: block !important;
  } */
  .btn.btn-send{
    margin: 5px 0 0 0px  !important;
  }
  hr {
    margin: 30px 0;
  }
  
.section03 {
  padding: 30px 0;
}
.section04 {
  padding: 30px 0;
}
.section05 {
  padding: 30px 0;
}
.section06 {
  padding: 30px 0;
}
.section07 {
  padding: 30px 0;
}

.school_logo{
  width: 100%!important;
}
}

@media (max-width:1200px){
  
}
@media (max-width:991px){
  .section02{
    padding: 75px 0 0 0;
  }
  a.navbarBtn img {
    display: none;
}
.icon-bar a{
  padding: 14px  !important;
}
}
@media (max-width:768px){
  .section02 {
    padding: 75px 0 0 0;
}
.scroll {
  top: -236px;
}
.carousel-indicators{
  right: 50%;
}
.icon-bar a{
  padding: 8px !important;
}
.heading{
  font-size: 20px;
  line-height: 36px;
}
.headingsec{
  font-size: 28px;
  line-height: 36px;
}
.uk-navbar-nav > li > a{
  padding: 4px 8px !important;
}
}
@media (max-width:580px){
  .section02 {
    padding: 77px 0 0 0;
}
}
@media (max-width:516px){
  .section02 {
    padding: 75px 0 0 0;
}
.swiper-button-prev{
  left: 110px !important;
}
}

@media (max-width:425px){
  .section02 {
    padding: 72px 0 0 0;
}
.uk-navbar-nav > li > a{
  font-size: 14px !important;
}
}

@media (max-width:375px){
  .section02 {
    padding: 70px 0 0 0;
}
.uk-navbar-nav > li > a{
  font-size: 10px !important;
}
}

.btn.btn-send{
  padding: 8px 20px;
  border: 1px solid #fff;
  margin: 0 0 0 4px;
}
.form-control{
 height: 42px;

}

.icon-bar {
  position: fixed;
  top: 28%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 9999;
}
.icon-bar-2{
  top: 38% !important;
}
.icon-bar-3{
  top: 49% !important;
}
.icon-bar-4{
  top: 60% !important;
}
.icon-bar-5{
  top: 68% !important;
}
.icon-bar a {
  display: block;
  text-align: center;
  padding: 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  border-radius: 12px 0 0 12px;
}
.facebook i{
  width: 30px;
  height: 30px;
  line-height: 1.5;
}
.facebook {
  background: var(--color-secondary);
  color: white;
}
.right-icon-text{
  display: none;
  transition: 1.3s;
}
.facebook:hover .right-icon-text{
  display: block;
}
.footer-ul a{
  color:white !important;
  font-size: 16px;
}
.footer-bottom .text{
  font-size: 14px;
  color: var(--whiteColor);
}
.text img{
  float: right;
  width: 20%;
  border-radius: 12px;
  margin-left: 15px;
}

.addmission a.text {
  position: fixed;
  background-color:black;
  right: -22px;
  top: 50%;
  rotate: 270deg;
  font-size: 18px;
  font-weight: 600;
  fill: #F7F4F4;
  color: #F7F4F4;
  border-style: solid;
  border-width: 2px 2px 0px 2px;
  border-color: #FFFFFF;
  border-radius: 30px 30px 0px 0px;
  padding: 20px 25px 10px 25px;
  transform: translateY(100%);
  z-index: 99999;
}

.social-icon-top {
  text-align: end;
  margin-right: 10px;
}
.social-icon-top i{
  font-size: 30px;
  font-size: 20px;
  color: var(--whiteColor);
  margin-left: 10px;
}


.video-header {
  /* max-height: 100vh!important;
  max-width: 100vw !important; */
  overflow: hidden;
}

#lisVideo {
  width: 100%;
  background: #ccc;
}


/* ****************About Page Styling ************************** */

.common_sec{
  padding: 100px 0px;
}

.common_sec h1{
  font-size: 35px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: bold;
  color:#a5241c;
  margin-top: 50px;
  border-radius:10px;

font-size: 30px;
background: url(../images/other-img/red_border.png) 0 bottom repeat-x #fff;
line-height: 45px;
padding: 0 12px 12px 12px;
width: auto;
float: left;
text-transform: uppercase;


}

.comm_sec{
background-image: url(../images/other-img/white_wall.png);
line-height: 45px;
padding: 0 12px 12px 12px;
width: auto;
}

.breadcum-row{
  font-weight: bold;
  margin-top: 43px;
  text-align: right;
}

.mam_pic img{
  border-radius: 10px;
  width:100%;
}


/* Light_box Styling */

/* The Modal (background) */
/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
} */

/* Modal Content */
/* .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
} */

/* The Close Button */
/* .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
} */

/* .close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
} */

/* .mySlides {
  display: none;
} */

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: rgb(221, 6, 6);
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.column{
  width: 300px;
  margin: 45px 0px;
}

@media screen and (max-width: 480px) {
  .column {
    width: 300px;
    margin: 45px 32px;
  }
  .common_sec {
    padding: 35px 0px;
}
}

.column img{
  width: 100%;
  border-radius: 10px;
}

.mySlides img{
  width: 200px;
}

.demo{
  width: 200px;
  border-radius: 0!important;
}

.main-lightbox{
  display: flex;
}


.left_side_menu ,.sidebar_mam_home{
  background-color: #f2f2f2;
  padding: 15px 0px;
  border-radius: 5px;
  border: 1px outset #a3241d;
}

.left_side_menu1 ,.sidebar_mam_home1{
  background-color: #a3241d;
  padding: 15px 0px;
  border-radius: 5px;
  border: 1px outset #ffffff;
  color: #fff ;
}


.left_side_menu1 ,.sidebar_mam_home1 a{
  color: #fff ;
}

h6{
  color:#a5241c;
  font-weight:bold;
}


.pre_song p{
 color: #a5241c;
 margin: 20px 0px;
}

.btn_read{
  background-color: #a5241c;
  padding: 8px 7px;
  margin: 24px 0px;
  color: #fff;
  border-radius:5px;
}
.btn_read:hover {
  color: #d2ae6d;
}
.btn_read1{
  background-color: #ffffff;
  padding: 8px 7px;
  margin: 24px 0px;
  color: #a5241c!important;
  border-radius:5px;
}



.main{
  color: black;
}


.main1{
  color: rgb(255, 255, 255);
}


.main_icon{
 color: #a5241c; 
}

.main_icon1{
  color: #ffffff; 
 }
 

.about_Us{
  font-weight: bold;
  border-bottom: 2px solid #a5241c;
  padding-bottom: 10px;
}

.left_side_menu hr{
  width: 97%;
  margin: auto;
}

/* Award Page styling */


.flip-card {
  background-color: transparent;
  width:100%;
  height: 250px;
  perspective: 1000px;
}

.flip-card p{
  font-size: 14px;
  text-align: justify;
  padding: 0px 10px;
}


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #ffffff;
  color: black;
}

.flip-card-back {
  background-color:black;
  color: white;
  transform: rotateY(180deg);
  padding-top: 50px;
  border-radius: 5px;
}

/* 
Acadimies Page Styling */

.main_acadimes{
  border:1px solid gray;
  padding: 0px;
  border-radius: 5px;
}

.explore_btn{
  display: flex;
  justify-content: center;
}


/* concuil styleing */

.concuil_pic img{
  border-radius: 10px;
}



.you_tube{
  background-color: #efefef;
  padding: 10px;
  border-radius: 5px;
  height: 320px;
  font-weight: bold;
}


/* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #a5241c;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    margin: 0px 20px;
}

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

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

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
}

.gallery_img{
  background-color: #e1e1e1;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    color: black;
}

.gallery_img img{
  width: 100%;
  height: 200px;
}

.all_archive p{
     margin: 0 0 20px 0;
    line-height: 26px;
    font-size: 15px;
    color: #58595b;
}
.all_archive h4{
  font-size:18px;
  font-weight: bold;
}


.testimonial_img img{
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.submit-btn{
  font-size: 15px;
  margin-left: -95px;
  border-radius: 7px;
  background-color: #a3241d;
}

.blog-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 10px;
    padding: 0 5px;
}
.blog-heading {
font-size: 17px;
    font-weight: 700;
    color: #a5241c;
    line-height: 23px;
}
.blog-heading:hover {
    color: #161616;
}
.blog-para {
    text-align: justify;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.read-more {
    margin: 0;
    font-size: 14px;
    color: #a5241c;
}
.read-more:hover {
    color: #161616;
}
.blog-info hr {
      margin: 0;
    border-top: 1px solid #a4241c;
    opacity: 1;
}
.blog-min-img {
      border-radius: 3px 3px 0 0;
    width: 100%;
}
.aside-blog img {
    width: 100%;
    margin-bottom: 5px;
}
.aside-blog-heading {
    font-size: 15px;
    font-weight: 600;
    color: #a5241c;
    margin-bottom: 2px;
}

.paside-blog-para {
    font-size: 13px;
    color: #343434;
    font-weight: 600;
    margin-bottom: 5px;
}

.small-btn {
      margin: 0;
    width: fit-content;
    padding: 6px;
    font-size: 10px;
    border-radius: 3px;
}
.text-justify {
      text-align: justify;
}
.under-link {
      color: #a5241c;
}
.blog-box p {
      font-size: 16px;
    font-weight: 500;
}
.small-blog-heading {
      font-size: 17px !important;
    font-weight: 600 !important;
    color: #a5241c;
    margin-bottom: 5px;
        border-bottom: 1px dotted;
}
.breadcum-row a {
  color: #a5241c;
}
























