body {
    font-family: "Exo 2", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
  }
  
.layout_padding {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  
.layout_padding2 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  
.layout_padding2-top {
    padding-top: 45px;
  }
  
.layout_padding2-bottom {
    padding-bottom: 45px;
  }
  
.layout_padding-top {
    padding-top: 90px;
  }
  
.layout_padding-bottom {
    padding-bottom: 90px;
  }
  
.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
.heading_container h3 {
    position: relative;
    font-weight: bold;
    margin-right: 0px;
    text-align: center;
  }

  .heading_container h1 {
    position: relative;
    font-weight: bold;
    margin-right: 0px;
    
  }
  
.container p{
  text-align: justify;
  text-indent: 50px;
  
}
  
  /*header section*/
.hero_area {
    
    height: 98vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #eae6f5;
  }
  
.sub_page .hero_area {
    height: auto;
  }
  
.header_section .container {
    padding: 0;
  }
  
.header_section .nav_container {
    margin: 0 auto;
  }
  
.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 7px 20px;
    margin: 10px 15px;
    color: #000000;
    text-align: center;
    border-radius: 35px;
    text-transform: uppercase;
    font-size: 15px;
  }
  
.custom_nav-container .navbar-nav .nav-item.active .nav-link, .custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    background-color: #4b208c;
    color: #ffffff;
  }
  

  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
.blog_section {
  background-color: #eae6f5;
}

.blog_section .container{
  padding-top: 20px;
}

  .custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
  }
  
  .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .navbar-brand img {
    margin-right: 5px;
    width: 110px;
  }
  
  .navbar-brand span {
    font-size: 30px;
    font-weight: 700;
    color: #4b208c;
  }

  @media only screen and (max-width: 300px){
    .navbar-bran span{
      align-items: center;
    }
  }
  
  .custom_nav-container {
    z-index: 99999;
  }
  
  .navbar-expand-lg .navbar-collapse {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
  .custom_nav-container .navbar-toggler {
    outline: none;
  }
  
  .custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
  }
  
  .custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #190734;
    margin: 7px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
  }
  
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
  .custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
            transform: none;
  }

  .box-leftfirst {
    width: 400px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #161189;
  }
  .box {
    width: 585px;
    height: 300px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #161189;
  }
  .box .detail-box{
    margin-right: 20px;
  }

  .slider-wrapper {
    position: relative;
  }


.slide-wrapper .image-list{
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(10, 1fr);
  font-size: 0;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slide-wrapper .image-list ::-webkit-scrollbar{
  display: none;
}

.slide-wrapper .image-list .image-item{
  width: 225px;
  height: 300px;
  object-fit: cover;
  border-radius: 5px;
}
.slide-wrapper .image-list .video-item{
  width: 225px;
  height: 300px;
  object-fit: cover ;
  
}

.container .slider-scrollbar{
  height: 24px;
  width: 100%;
  
  display: flex;
  align-items: center;
}

.slider-scrollbar .scrollbar-track{
  height: 2px;
  width: 100%;
  background: #ccc;
  position: relative;
  border-radius: 4px;
}

.slider-scrollbar .scrollbar-thumb{
  position: absolute;
  height: 100%;
  width: 50%;
  background: #000;
  border-radius: inherit;
  cursor: grab;
}

.slider-scrollbar .scrollbar-thumb:active {
  cursor: grabbing;
  height: 8px;
  top: -2px;
}

.slider-scrollbar .scrollbar-thumb::after {
  content: "";
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 1023px) {
  .slider-wrapper .slide-button {
    display: none !important;
  }
  .slider-wrapper .image-list {
    gap: 10px;
    margin-bottom: 15px;
    scroll-snap-type: x mandatory;
  }
  .slider-wrapper .image-list .image-item {
    width: 280px;
    height: 380px;
  }
  .slider-scrollbar .scrollbar-thumb {
    width: 20%;
  }
}
.info_section {
  background-color: #190734;
  color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.info_section h6 {
  font-weight: bold;
}

.info_section .info_contact {
  margin-top: 5px;
  margin-bottom: 10px;
}

.info_section .info_contact .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-top: 50px;
}

.info_section .info_contact .col-md-3 {
  margin-top: 20px;
}

.info_section .info_contact .col-md-3 span{
  word-wrap: break-word;
  white-space: normal;
}

.info_section .info_contact a {
  color: #ffffff;
}

.info_section .info_contact img {
  max-width: 50%;
  margin-right: 0px;
  margin-left: 0px;
}

.info_section .info_form {
  margin: 0 auto;
  margin-bottom: 45px;
}

.info_section .info_form h4 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_section .info_form form input {
  background-color: #ffffff;
  border: none;
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
  outline: none;
  color: #000000;
  min-height: 42.4px;
  padding-left: 15px;
}

.info_section .info_form form input ::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input :-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form input ::placeholder {
  color: #ffffff;
  opacity: 0.2;
}

.info_section .info_form form button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  display: inline-block;
  padding: 10px 30px;
  background-color: #4b208c;
  color: #ffffff;
  border-radius: 0;
  font-size: 15px;
  text-transform: uppercase;
}

.info_section .info_form form button:hover {
  background-color: #5625a1;
}

.info_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_social img {
  width: 35px;
  margin-right: 8px;
}

#whatsapp .wtsapp{
  position: fixed;
  transform: all .5s ease;
  background-color: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0,0,0,0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 100px;
  right: 20px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#whatsapp .wtsapp:before{
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  -webkit-animation:pulse-border 600ms ease-out infinite;
  animation:pulse-border 600ms ease-out infinite;
}

#whatsapp .wtsapp:focus{
  border: none;
  outline: none;
}

@keyframes pulse-border{
  0%{transform: translateX(-50%) translateY(-50%) translateZ() scale(1); opacity: 5;}
  100%{transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); opacity: 5;}
}

/* footer section*/
.footer_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.footer_section p {
  color: #222222;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

.footer_section p a {
  color: #222222;
}