*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Roboto", sans-serif;
}
a{
    text-decoration: none;
}
.btn:focus{
    box-shadow: none;
}
.btn-primary{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #17217a;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 30px 8px 30px;
    transition: all .5s ease;
    border-color: #17217a;
}
.btn-primary:hover{
    color: #fff;
    background-color: #17217a;
    border-color: #17217a;
}
.btn-primary:focus{
    box-shadow: none;
    background-color:#17217a;
}

.btn-yellow{
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.08);
    perspective: 300px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 400;
  }
  .btn-yellow:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: left center 0;
    transition: all 0.3s ease 0s;
  }
  .btn-yellow:hover:before{
    transform: rotateY(103deg);
  }
  .btn-yellow{ border: 2px solid #17217a; }
  .btn-yellow:hover{ color: #17217a; }
  .btn-yellow:before{ background: #17217a; }
  
   .btn-red{
    transition: all .3s ease-in-out;
    font-size: 13px;
    text-transform: none;
    font-variant: normal;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    background: #17217a;
    margin-bottom: 10px;
}
.btn-red:hover{
    color: #fff;
    opacity: .9;
}
/* whatups------------------ */
.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content:center;
    z-index: 1000;
  }
  
  @keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
  .contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
  }
  /* whatups------------------ */
  /* scroll-top button================ */
  .backToTopBtn {
    position: fixed;
    bottom: 50px;
    right: 40px;
    z-index: 1;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border: none;
    color: #17217a;
    border-radius: 100%;
    transition: 0.5s;
    cursor: pointer;
    background-color: transparent;
}
    .backToTopBtn:not(:hover) {
      border: 2PX solid #17217a;
    }
    .backToTopBtn:hover {
      background: #17217a;
      color: #CCC;
    }
    .backToTopBtn.active {
      visibility: visible;
      opacity: 1;
      pointer-events: auto;
    }
    .backToTopBtn:not(.active) {
      visibility: hidden;
      opacity: 0;
      pointer-events: none;
    }

h2{
    font-size: 46px;
    color: #17217a;
    margin-bottom: 40px;
    font-weight: 600
}
/* header=============== */
.navigation {
    height: 110px;
    background: #fff;
    box-shadow: 0px 3px 5px 0px #0000007a;
}
.navigation .brand {
    position: absolute;
    padding-left: 0px;
    float: left;
    line-height: 55px;
    text-transform: uppercase;
    font-size: 40px;
    top: 5px;
}
.navigation .brand a, .navigation .brand a:visited {
    color: #ffffff;
    text-decoration: none;
}
.navigation .brand a img{
    width: 115px;
    margin-top: 5px;
}
.navigation .nav-container {
    margin: 0 auto;
}
nav {
    float: right;
    margin-top: 32px;
}
.navigation nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation nav ul li {
    float: left;
    position: relative;
}
.navigation nav ul li a, .navigation nav ul li a:visited {
    display: block;
    padding: 8px 20px;
    color: #000;
    background: #cccee7 ;
    text-decoration: none;
    font-size: 16px;
}
.navigation nav ul li a.text-color{
    color: #fff;
}
.navigation nav ul li a{
    background: transparent;
    /* color: #FFF; */
}
.navigation nav ul li a:hover, .navigation nav ul li a:visited:hover, .navigation nav ul li a.active {
    color: #17217a;
}
.navigation .navbar-dropdown li a{
    background: #17217a;
}
.navigation nav ul li a:not(:only-child):after, .navigation nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}
.navigation nav ul li ul li {
    min-width: 190px;
}
.navigation nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.navigation .navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.navigation .nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

.navigation #navbar-toggle {
    position: absolute;
    left: 18px;
    top: 0px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
.navigation #navbar-toggle span, .navigation #navbar-toggle span:before, .navigation #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #17217a;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
.navigation #navbar-toggle span:before {
    top: -10px;
}
.navigation #navbar-toggle span:after {
    bottom: -10px;
}
.navigation #navbar-toggle.active span {
    background-color: transparent;
}
.navigation #navbar-toggle.active span:before, .navigation #navbar-toggle.active span:after {
    top: 0;
}
.navigation #navbar-toggle.active span:before {
    transform: rotate(45deg);
}
.navigation #navbar-toggle.active span:after {
    transform: rotate(-45deg);
}

/* ----------banner-section---------- */
.banner{
    padding: 20px 20px;
}

.banner img{
    width: 100%;
    object-fit: cover;
    height: 100%;

}
/* ---------about-us-------------------- */
.about-us{
    padding: 80px 0px;
    background-color: #5a5f8f;
}
/* ---------about-us-------------------- */
.about-us .inner-div .left-content img{
    max-width: 100%;
}
 h5{
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

p{
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

/* -------testimonials------------ */
.testimonial{
    padding: 80px 0px;
}
.testimonial .inner-div h2{
    text-align: center;
}

.testimonial .inner-div .slider-img .owl-nav .owl-prev::after{
    position: absolute;
    content: "\f053";
    left: -30px;
    bottom: 50%;
    font-size: 26px;
    font-family: fontawesome;
    color: #fff;
}
.testimonial .inner-div .slider-img .owl-nav .owl-next::after{
    position: absolute;
    content: "\f054";
    right: -30px;
    bottom: 50%;
    font-size: 26px;
    font-family: fontawesome;
    color: #fff;
}

.testimonial .inner-div .slider-img .owl-nav .owl-prev span {
   display: none;
}
.testimonial .inner-div .slider-img .owl-nav .owl-next span {
    display: none;
 }
.testimonial .inner-div .slider-img .owl-dots .owl-dot{
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color:  #a2afb7;
    margin: 0px 5px;
}
.testimonial .inner-div .slider-img .owl-dots .owl-dot.active{
  background-color: #17217a;
}
.testimonial .inner-div .slider-img .owl-dots{
    text-align: center;
}
.ngo {
    padding: 0px;
    background: #5a5f8f;
}
.ngo .inner-text .left-content img{
    max-width: 100%;
}
.record-youtube{
    padding: 80px 0px;
}
.record-youtube .inner-text h2{
    text-align: center;
}
.record-youtube .inner-text ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding-left: 0;
}
.record-youtube .inner-text ul li{
    height: 300px;
    list-style: none;
}
.our-products {
  padding: 80px 0px;
  background-color: #efefef;
}
.our-products .inner-text h2{
    text-align: center;
}
.our-products .inner-text ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    padding-left: 0px;
}
.our-products .inner-text ul li{
    text-align: center;
    list-style: none;
}
.our-products .inner-text ul li img {
    width: 100%;
    margin-bottom: 15px;
    height: 400px;
}
.our-products .inner-text ul li a{
    color: #17217a;
    font-weight: 600;
    font-size: 24px;
}
.our-products .inner-text ul li a:hover{
    text-decoration: underline;
}
.fake-record{
    padding: 80px 0px;
    background-color: #5a5f8f;
}
.subfooter{
    padding: 10px 0px;
    background-color: #03051e;
}
.subfooter .inner-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subfooter .inner-text ul{
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.subfooter .inner-text ul li{
    margin: 0px 10px;
    list-style: none;
}
.subfooter .inner-text ul li a{
    color: #ffffff;
    font-size: 20px;
    transition: all .5s linear;
}
.subfooter .inner-text ul li a:hover{
    color: #7a86f5;
}
.subfooter .inner-text p{
    margin-bottom: 0px;
}
.subfooter .inner-text p a{
    color: #414fcd;
}


/* Contact Us Page ================ */
.contact-us-page {
    background-color: #17217a4f;
    background-image: url(../images/home-bg.jpg);
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-bottom: 100px;
}
  .contact-us-page .inner-text  h4{
    color: #a5a5a5 ;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 100px;
    text-transform: capitalize;
  }
  .contact-us-page .inner-text  h2{
     margin-bottom: 50px;
     text-align: center;
     color: #fff;
  }
  .contact-us-page .inner-text .left-content .form-main {
    background: #171b2282;
    padding: 40px;
  }
  .contact-us-page .inner-text .left-content .form-main .form-main-sub {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 30px;
  }
  .contact-us-page .inner-text .left-content .form-main .form-main-sub .input-main-form {
    width: 100%;
  }
  .contact-us-page .inner-text .left-content .form-main .form-main-sub .input-main-form .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 0px;
  }
  .contact-us-page .inner-text .left-content .form-main .form-main-sub .input-main-form  input {
    border-radius: 0px;
    background:#0f141c61;
    border: none;
    width: 100%;
    height: 56px;
    padding: 16px 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .contact-us-page .inner-text .left-content .form-main .input-main-form{
    width: 100%;
  }
  .contact-us-page .inner-text .left-content .form-main .input-main-form .name{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    padding-bottom: 5px;
  }
  
  .contact-us-page .inner-text .left-content .form-main .input-main-form textarea {
    width: 100%;
    background:  #0f141c61;
    height: 115px;
    border: none;
    resize: none;
    padding: 16px 20px;
    color:  #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .contact-us-page .inner-text .left-content .form-main .form-submit-btn-main {
    margin-top: 20px;
  }
  .contact-us-page .inner-text .left-content .form-main .form-submit-btn-main .btn-yellow:hover .expo-arrow2{
    fill: #FF7D61 !important;
  }
  
  .contact-us-page .inner-text .right-content  .get-touch-box-main {
    background:  #171b2282;
    padding: 40px;
    height: 544px;
  }
  .contact-us-page .inner-text .right-content  .get-touch-box-main h3 {
    color:  #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    padding-bottom: 0px;
  }
  .contact-us-page .inner-text .right-content  .get-touch-box-main p{
    margin-bottom: 20px;
  }
  .contact-us-page .inner-text .right-content  .get-touch-box-main .contact-footer{
    display: flex;
    align-items: flex-start;
    margin-bottom: 17px;
  }
  .contact-us-page .inner-text .right-content .get-touch-box-main .contact-footer img {
    margin-bottom: 0px;
    margin-right: 20px;
    width: 35px;
}
  .contact-us-page .inner-text .right-content  .get-touch-box-main .contact-footer a{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: all .5s ease;
    cursor: pointer;
    word-break: break-all;
  }
  .contact-us-page .inner-text .right-content  .get-touch-box-main .contact-footer a:hover{
    color:#7a86f5;
  }
  
  .contact-us-page .responsive-map-container {
    margin-top: 50px;
    line-height: 0;
  }
  /* topheader================ */
  .topheader {
    padding: 10px 0px;
    background: #17217a;
}
  .topheader .inner-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topheader .inner-text ul{
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
  }
  .topheader .inner-text ul li{
    list-style: none;
    margin: 0px 10px;
  }
  .topheader .inner-text ul li a i{
    color: #fff;
    font-size: 18px;
    transition: all .5s linear;
  }
  .topheader .inner-text ul li a i:hover{
    color: #dbdce0;
  }
  .topheader .inner-text .right-text a{
    color: #fff;
    font-size: 18px;
    margin-left: 15px;
    transition: all .5s linear;
  }
  .topheader .inner-text .right-text a span {
    margin-left: 5px;
    font-size: 16px;
    font-weight: 300;
}
  .topheader .inner-text .right-text a:hover{
    color: #dbdce0;
  }

   .search-section{
     display: none;
     padding: 20px 0px;
   }
   .search-box-show{
    display: block;
  }

  .search-section .search-btn {
    border-bottom: 1px solid #17217a;
  }
  .search-section .search-btn input {
    width: 100%;
    padding: 20px;
    
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #5b5b5b;
    font-weight: 600;
}
.search-section .search-btn input:focus{
    outline: none;
    box-shadow: none;
}
.search-section .search-btn{
    position: relative;
}
.search-section .search-btn i {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 24px;
    color: #17217a;
    cursor: pointer;
}
.search-section .search-btn input::placeholder{
    color: #5b5b5b;
}
.banner .inner-text .owl-carousel .item figure{
    margin-bottom: 0;
}
.banner .inner-text .owl-carousel .item figure img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.banner .inner-text .owl-carousel .owl-nav .owl-prev::after{
    position: absolute;
    content: "\f053";
    left: 20px;
    bottom: 50%;
    font-size: 26px;
    font-family: fontawesome;
    color: #fff;
}
.banner .inner-text .owl-carousel .owl-nav .owl-next::after{
    position: absolute;
    content: "\f054";
    right: 20px;
    bottom: 50%;
    font-size: 26px;
    font-family: fontawesome;
    color: #fff;
}

.banner .inner-text .owl-carousel .owl-nav .owl-prev span {
   display: none;
}
.banner .inner-text .owl-carousel .owl-nav .owl-next span {
    display: none;
 }

 .banner .inner-text .owl-carousel .owl-nav .owl-prev span {
    display: none;
 }
 .banner .inner-text .owl-carousel .owl-nav .owl-next span {
     display: none;
  }
  .banner .inner-text .owl-carousel .owl-dots{
    text-align: center;
  }
  .banner .inner-text .owl-carousel .owl-dots .owl-dot{
     height: 8px;
     width: 8px;
     border-radius: 50%;
     background-color: #5b5b5b;
     margin: 0px 5px;
 }
 .banner .inner-text .owl-carousel .owl-dots .owl-dot.active{
   background-color: #17217a;
 }
 .apply-record{
    padding: 80px 0px;
 }
 .apply-record .inner-text .left-content a img{
    width: 100%;
    margin-bottom: 30px;
 }
 .apply-record .inner-text h2{
    text-align: center;
 }
 .apply-record .inner-text .left-content{
    text-align: center;
 }
 /* footer======================= */
 footer {
    padding: 80px 0px;
    background-color: #060a32;
}
 footer .inner-text .left-content img{
    width: 100px;
    margin-bottom: 20px;
 }
 footer .inner-text .left-content h5{
    color: #7a86f5;
 }
 footer .inner-text .left-content .location{
    display: flex;
    margin-bottom: 20px;
    transition: all .5s ease;
    cursor: pointer;
 }
 footer .inner-text .left-content .location:hover :is(i, p, a){
    color: #7a86f5;
 }
 footer .inner-text .left-content .location i{
    margin-right: 10px;
    font-size: 20px;
    transition: all .5s ease;
    color: #fff;
    margin-top: 5px;
 }
 footer .inner-text .left-content .location p{
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    transition: all .5s ease;
 }
 footer .inner-text .left-content .location a{
    color: #fff;
    font-size: 16px;
    transition: all .5s ease;
    word-break: break-all;
 }
 footer .inner-text .left-content .location:last-child{
    margin-bottom: 0;
 }
 footer .inner-text .middle-content h5{
    color: #7a86f5;
    margin-bottom: 20px;
 }
 footer .inner-text .middle-content  ul{
    margin-bottom: 0px;
    padding-left: 0;
 }
 footer .inner-text .middle-content  ul li{
    list-style: none;
    margin-top: 20px;
 }
 footer .inner-text .middle-content  ul li a{
    color: #fff;
    transition: all .5s ease;
 }
 footer .inner-text .middle-content  ul li a:hover{
    color: #7a86f5;
    opacity: .9;
 }
 footer .inner-text .right-content h5{
    color: #7a86f5;
    margin-bottom: 20px;
 }
 footer .inner-text .right-content form .form-group{
    margin-top: 20px;
 }
 footer .inner-text .right-content form .form-group :is(input, textarea){
    background: transparent;
    color: #fff;
    padding: 10px;
    border-radius: 0;
 }
 footer .inner-text .right-content form .form-group :is(input, textarea):focus{
    box-shadow: none;
 }

 /* about us page=============================== */
 .about-us-page{
    padding: 80px 0px;
 }
 .about-us-page .inner-text h5{
    color: #000;
    margin-top: 40px;
    font-weight: 600;
 }
 .about-us-page .inner-text img{
    width: 100%;
    margin-bottom: 40px;
 }
 .about-us-page .inner-text p{
    color: #000;
 }
 .about-us-page .inner-text ul{
    padding-left: 20px;
    margin-bottom: 0;

 }
 .about-us-page .inner-text ul li{
    list-style:decimal;
    margin:15px 0px;
 }
 .about-us-page .inner-text2 {
    margin-top: 50px;
    background-color: #17207b2e;
    padding: 30px;
    border-radius: 10px;
}
 .about-us-page .inner-text2 ul{
    margin-bottom: 0;
    padding-left: 20px;
 }
 .about-us-page .inner-text2 ul li{
    list-style: decimal;
    margin: 40px 0;
 }
 .about-us-page .inner-text2 ul li::marker{
    color: #17217a;
    font-size: 20px;
    font-weight: 600;
 }
 .about-us-page .inner-text2 ul li h5{
    margin-bottom: 10px;
    color: #17217a;
 }
 .about-us-page .inner-text2 ul li p{
    margin-bottom: 0px;
    color: #000;
 }
 .about-us-page .inner-text2 ul li ul{
    padding-left: 10px;
    margin-bottom: 0px;
    margin-top: 30px;
 }
 .about-us-page .inner-text2 ul li ul li{
    margin: 10px 0px;
    list-style: upper-roman;
    color: #000;
 }

 /* gallery page===================== */
 .gallery-page{
    padding: 80px 0px;
 }
 .gallery-page .inner-text .nav-pills{
  justify-content: center;
 }
 .gallery-page .inner-text .nav-pills .nav-item .nav-link{
   border-radius: 0;
   color: #17217a;
   font-size: 18px;
 }
 .gallery-page .inner-text .nav-pills .nav-item .nav-link.active{
  background-color: #17217a;
  color: #fff;
 }
 .gallery-page .inner-text .tab-content .tab-pane img{
  width: 100%;
 }
/* gallery-details page============== */

.gallery-details{
    padding: 80px 0px;
}
.gallery-details .inner-text .left-content{
    padding: 30px;
    box-shadow: 0 2px 18px 0 #000;
    border-radius: 10px;
}
.gallery-details .inner-text .left-content img{
    max-width: 100%;
    margin-bottom: 20px;
}
.gallery-details .inner-text .left-content img.scan{
    width: auto;
}
.gallery-details .inner-text .left-content h5{
    color: #17217a;
}
.gallery-details .inner-text .left-content p{
    color: #000;
}
.gallery-details .inner-text .left-content ul{
    display: flex;
    align-items: center;
    padding-left: 0;
}
.gallery-details .inner-text .left-content ul li {
    list-style: none;
    margin: 0px 5px;
    height: 40px;
    width: 40px;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-color: #000;
    transition: all .5s ease;
}
.gallery-details .inner-text .left-content ul li a i{
    font-size: 18px;
    color: #fff;
}
.gallery-details .inner-text .left-content ul li:first-child{
    background-color: #344e8a;
}
.gallery-details .inner-text .left-content ul li:nth-child(2){
    background-color: #009ad8;
}
.gallery-details .inner-text .left-content ul li:nth-child(3){
    background-color: #106ea3;
}.gallery-details .inner-text .left-content ul li:nth-child(4){
    background-color: #c64333;
}.gallery-details .inner-text .left-content ul li:nth-child(5){
    background-color: #45b450;
}
.gallery-details .inner-text .left-content ul li:last-child{
    background-color: #5797c7;
}

.gallery-details .inner-text .left-content ul li:hover:first-child{
    background-color: #3a579a;
    opacity: .8;
}
.gallery-details .inner-text .left-content ul li:hover:nth-child(2){
    background-color: #00abf0;
    opacity: .8;
}
.gallery-details .inner-text .left-content ul li:hover:nth-child(3){
    background-color: #127bb6;
    opacity: .8;
}
.gallery-details .inner-text .left-content ul li:hover:nth-child(4){
    background-color: #dd4b39;
    opacity: .8;
}
.gallery-details .inner-text .left-content ul li:hover:nth-child(5){
    background-color: #4dc859;
    opacity: .8;
}
.gallery-details .inner-text .left-content ul li:hover:last-child{
    background-color: #61a8de;
    opacity: .8;
}

.gallery-details .inner-text .left-content .next-page{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.gallery-details .inner-text .left-content .next-page .left p {
    font-size: 14px;
    margin-bottom: 0;
    color: #b8310b;
}
.gallery-details .inner-text .left-content .next-page .left:last-child{
    text-align: right;
}

.gallery-details .inner-text .right-content{
    padding: 30px;
    box-shadow: 0 2px 18px 0 #000;
    border-radius: 10px;
    height: 100%;
}
.gallery-details .inner-text .right-content img{
    width: 100%;
    margin-bottom: 20px;
}
.gallery-details .inner-text .right-content ul{
    padding-left: 0;
    margin-bottom: 0;
}
.gallery-details .inner-text .right-content ul li{
    margin: 20px 0px;
    list-style: none;
}

.gallery-details .inner-text .right-content ul li a{
    color: #17217a;
    font-size: 18px;
    font-weight: 600;
    transition: all .5s linear;
}
.gallery-details .inner-text .right-content ul li a:hover{
    color: #7a86f5;
}

/* Procedure-Guideline============ */
.Procedure-Guideline {
    padding: 80px 0px;
    background: #17217a2b;
}
.Procedure-Guideline .inner-text h2{
    text-align: center;
    color: #17217a;
}

.Procedure-Guideline .inner-text .accordion .accordion-item{
    background-color: transparent;
    margin: 10px 0px;
    border-bottom: 0px;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item .accordion-header{
    padding: 0;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item .accordion-header .accordion-button {
    line-height: normal;
    padding: 25px;
    color: #17217a;
    background: #17217a1c;
    font-size: 18px;
    border-radius: 5px;
}
  .Procedure-Guideline .inner-text .accordion .accordion-item .accordion-header .accordion-button:focus{
    box-shadow: none;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item .accordion-collapse{
    color: #fff;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item .accordion-header .accordion-button::after {
    flex-shrink: 1;
    margin-left: auto;
    content: "\f067";
    transition: transform .2s ease-in-out;
    font-size: 20px;
    font-family: fontawesome;
    right: 22px;
    position: absolute;
    top: 26px;
    background-image: none;
    color: #17217a;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(0deg);
    font-family: fontawesome;
    background-image: none;
    right: 22px;
    position: absolute;
    top: 26px;
    font-size: 20px;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item  .accordion-collapse  .accordion-body{
    line-height: 30px;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item  .accordion-collapse  .accordion-body p{
    color: #5b5b5b;
    margin-bottom: 0;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item  .accordion-collapse  .accordion-body ul li{
    color: #5b5b5b;
  }
  .Procedure-Guideline .inner-text .accordion .accordion-item  .accordion-collapse  .accordion-body a{
    color: #dd127b;
  }
  /* record category========== */
  .record-categories{
    padding: 80px 0px;
  }
  .record-categories  h2{
    text-align: center;
    margin-bottom: 30px;
  }
 
  .record-categories .left-content h5{
    color: #17217a;
  }
  .record-categories .left-content ul{
    padding-left: 0;
    margin-bottom: 0;
  }
  .record-categories .left-content ul li{
    list-style-type: decimal;
    margin: 10px 0px;
    font-weight: 600;
    list-style-position: inside;
  }
  .record-categories .right-content img{
    width: 100%;
  }
  .record-categories .right-content p{
    color: #000;
  }

  .Procedure-Guideline  .button-group{
    text-align: center;
    margin-top: 40px;
  }
  .Procedure-Guideline  .button-group a{
    padding: 10px 30px;
    font-size: 16px;
  }

  /* ===========apply for records============== */
  .apply-for-record{
     padding: 80px 0px;
  }
  .apply-for-record .content{
    text-align: center;
    transition: all .4s linear;
  }
  .apply-for-record .content:hover{
    filter: grayscale(100%);
  }
  .apply-for-record .content img{
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .apply-for-record .content h5{
    color: #000;
  }

  /* -------Application Form – Individual------- */

.ApplicationFormIndividual .inner-text form .pagination-step .inner-text ul{
  padding-left: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ApplicationFormIndividual .inner-text form .pagination-step .inner-text ul li{
  list-style: none;
  position: relative;
}
.ApplicationFormIndividual .inner-text form .pagination-step .inner-text ul li::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 80px;
  width: 220px;
  height: 2px;
  background-color: #0000007a;
}
.ApplicationFormIndividual .inner-text form .pagination-step .inner-text ul li:last-child::after{
  display: none;
}
.ApplicationFormIndividual .inner-text form .pagination-step .inner-text ul li span{
  height: 20px;
  width: 20px;
  background-color: #444442;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
  padding: 5px;
}
.ApplicationFormIndividual .inner-text form .pagination-step .inner-text ul li span.active{
  background-color: #17217a;
}
  .ApplicationFormIndividual{
     padding: 80px 0px;
     background-color: #17217a1c;
  }
  .ApplicationFormIndividual .inner-text h2 img{
    width: 50px;
    margin-right: 20px;
  }
  .ApplicationFormIndividual .inner-text h2{
    font-size: 30px;
    text-align: center;
  }
  .ApplicationFormIndividual .inner-text form{
    padding: 60px;
    box-shadow: 0px 0px 10px 0px #17217a;
  }
  .ApplicationFormIndividual .inner-text form .form-group{
    margin-bottom: 30px;
  }
  .ApplicationFormIndividual .inner-text form  button.btn-yellow{
     color: #FFF ;
  }
  .ApplicationFormIndividual .inner-text form  button.btn-yellow:hover{
    color:#17217a;
  }
  .ApplicationFormIndividual .inner-text form .form-group .label-control{
    margin-bottom: 10px;
    font-weight: 500;
    color: #17217a;
    display: block;
  }
  .ApplicationFormIndividual .inner-text form .form-group .label-control span{
    color: #aa2d00;
  }
  .ApplicationFormIndividual .inner-text form .form-group .form-control{
    border-bottom: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 10px 0px;
    background-color: transparent;
  }
  .ApplicationFormIndividual .inner-text form .form-group .form-select option{
     padding: 10px;
  }
  .ApplicationFormIndividual .inner-text form .form-group .form-control:focus{
    box-shadow: none;
    border-bottom: 1px solid #17217a;
  }
  .ApplicationFormIndividual .inner-text form .form-group  small{
    margin-top: 7px;
    display: block;
  }
  .ApplicationFormIndividual .inner-text form .form-group textarea{
    padding: 10px;
    width: 100%;
  }
  .ApplicationFormIndividual .inner-text form .form-group textarea:focus{
    color: #17217a;
    outline: none;
  }

  /* step */
  .step-pagination { display: none; } /* Hide all steps initially */
  .step-pagination.active { display: block; } /* Show active step */
  .is-invalid {
    border-color: red;
    background-color: #ffefef;
}
/*  */
