@charset "utf-8";

/* CSS Document */
body, p, h1, h2, h3, h4,h5,h6,span, ul,ol, li,dl,dt,dd,form{padding:0;margin:0;}
html, body { padding: 0; margin: 0; height:auto;}

#p0 { text-indent: 2em; }
.row>* {
    padding: 0;
    
}


/*--------------FONTS--------------*/
/*@font-face {
  font-family: 'Graphik-Light';
  src: url('../fonts/Graphik-Light.eot');
  src: url('../fonts/Graphik-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Graphik-Light.woff') format('woff'),
       url('../fonts/Graphik-Light.ttf') format('truetype'),
       url('../fonts/Graphik-Light.svg#Graphik-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
@font-face {
  font-family: "Poppins-Light";
  src: url("../fonts/Poppins-Light.eot");
  src: url("../fonts/Poppins-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype"), url("../fonts/Poppins-Light.svgPoppins-Light") format("svg");
  font-weight: normal;
  font-style: normal; 
}


/*Header block */
header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #203662;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
header .head_main {
/*  background: #ffffff !important;*/
}
header .head_main {
/*  position: absolute;*/
    left: 0;
    top: 0;
    background: rgba(0,0,0,0);
    width: 100%;
/*  z-index: 10;*/
}
header .head_main {
    padding: 20px;
}
header .head_main .head-menu {
    align-items: center;
  padding-right: 0;
}
header .head_main .head-menu .menu {
  padding-right: 0;
}
header .head_main .head-menu .menu .collapse.navbar-collapse {
  justify-content: right;
}
header .head_main .head-menu .menu nav.navbar {
    background: transparent!important;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a {
    font-family: poppins;
    color: #fff;
    display: block;
    padding: 10px 18px;
}
header .head_main .head-menu .menu nav.navbar ul.navbar-nav li a:hover {
    color: #92d5fa;
    transition: 1s;
}
.logo img{
    width: 100%;
}

/*Header Ends*/

/*Main Content Starts*/
.herobanner {
    background: url('../images1/darker_bg.png') no-repeat center center fixed;
        background-size: cover;
        margin: 0;
        padding: 0;
}
.title-text {
    font-family: poppins;
    font-weight: 600;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 5px;
}
.para-text {
    font-family: poppins;
/*  font-weight: 600;*/
    color: #d2d2d2;
    /*font-size: 18px;*/
/*  text-transform: uppercase;*/
  padding-top: 10px;
  padding-bottom: 5px;
      padding: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
/*.lbtext{
    color: #1798E0 !important;
}*/
/*.btn-primary {
  background: linear-gradient(360deg, hsla(202, 79%, 52%, 1) 30%, hsla(201, 92%, 79%, 1) 100%);
  border-radius: 10px !important;
  padding: 5px;
  }
  .btn-primary:hover {
  box-shadow: 0 0 0 3px rgba(58, 49, 164, 0.3);
}*/
.btn-primary {
  background: linear-gradient(360deg, hsla(202, 79%, 52%, 1) 30%, hsla(201, 92%, 79%, 1) 100%);
  border-radius: 10px !important;
  padding: 10px 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 120, 180, 0.2);
  transform: scale(1);
}

/* On hover: zoom and glow */
.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 120, 180, 0.35);
  color: #fff;
}

.btn-outline-primary {
  background-color: transparent;
  color: #fff !important;
  border-color: #fff !important;
  border-radius: 20px !important;
  padding: 5px;
  }
  .btn-outline-primary:hover{
  background-color:  #fff !important;
  color: #3A31A4 !important;

  }
.btn-primary-outline {
  background:linear-gradient(360deg, hsla(202, 79%, 52%, 1) 30%, hsla(201, 92%, 79%, 1) 100%) border-box;
  color: linear-gradient(360deg, hsla(202, 79%, 52%, 1) 30%, hsla(201, 92%, 79%, 1) 100%);
  
  border-radius: 10px !important;
  padding: 5px;
}
.btn-primary-outline:hover{
  background-color:  #3A31A4 !important;
  color: #fff !important;3A31A4
  border-radius: 5px;
  border-color: #4c4c4c;
  border-bottom:5px;  
}
.slideno{
    background: #229FE5;
    background: linear-gradient(to top, #229FE5 0%, #99D8FB 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    border-color: #4c4c4c;
    border-bottom:5px;
    font-size: 50px;
  }

  .banner_card {
    background-color: #203662;
    /*border-bottom: 5px solid #3a31a4;*/
    border-radius: 20px;
  }

li.nav-item {
    font-size: 15px;
}
  .banner-content{
    padding: 30px;
  }

  body {
      font-family: poppins;
      background-color: #fff;
  }
.tagline {
    font-size: 20px;
    text-transform: uppercase;
    background: #229FE5;
    background: linear-gradient(to top, #229FE5 0%, #99D8FB 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
.feature-box {
  background: #203662;
  padding: 30px 20px;
  border-radius: 15px;
  /*transition: all 0.10s ease-in-out;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);*/
  height: 100%;
  position: relative;
  text-align: left;
  
}
.feature-box p{
    font-size: 14px;
    color: #d2d2d2;
    letter-spacing: 0.5px;
}
.feature-box h4 {
    color: white!important;
    font-weight: bold;
    margin-top: 10px;
  }
.card-headline{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
  .smartwatch {
      max-width: 100%;
      height: auto;
      display: block;
      margin: auto;
  }

  .feature-section {
      display: flex;
      align-items: center;
/*      justify-content: space-between;*/
      flex-wrap: wrap;
      margin-top: 40px;
  }

  .features {
      flex: 1;
      max-width: 100%;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
  }
   .features h4{
    font-size: 18px;
   }
  
  .image-container {
      flex: 1;
      text-align: center;
  }

.image-container img {
    animation: swingEffect 1s infinite alternate ease-in-out;
}

@keyframes swingEffect {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(-1deg);
    }
}

  @media (max-width: 991px) {
      .feature-section {
          flex-direction: column;
          text-align: center;
      }

      .features {
          max-width: 100%;
          grid-template-columns: 1fr;
      }
  }

  .feature_bg{
    background: #eef8ff;
  }
.request_contact p{
    font-size: 14px;
    color: #d2d2d2;
    letter-spacing: 0.5px;
  }
  .request_contact img{
    max-width: 60px;
  }
.blue-container{
    background: #203662;
    text-align: left;
    
}
.white-container{
    background: #fff;
    text-align: left;

}
.b-paratext{
    color: #203662 !important;
}
  /*Key Features Section Starts*/
  .keyfeature {
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 500px;
    padding-bottom: 25px;
}
.keyfeature i{
    font-size: 30px;
    color: #3a31a4;
}
.container strong{
    font-weight: 700;
    color: #76c1ea !important;
    text-transform: uppercase;
}
.container .fw-bold{
    font-weight: 700;
    color: #fff !important;
    text-transform: uppercase;
}
.para-text{
    color: d2d2d2 !important;
    padding: 10px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-circle {
    width: 60px;
    height: 60px;
    /*border: 2px dashed #3a31a4;
    border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
/*    animation: rotateEffect 5s linear infinite;*/
}
.icon-circle:after {
    content: "";
    clear: both;
    display: block;
    width: 60px;
    height: 60px;
    border: 2px dashed #3a31a4;
    border-radius: 50%;
    animation: rotateEffect 5s linear infinite;
        position: absolute;
}
@keyframes rotateEffect {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
 i {
    display: inline-block;
}
.text-content h2{
    font-size: 50px;
    font-weight: 800;   
}
.text-content p{
    font-size: 14px;
    color: #d2d2d2;
/*  padding-top: 15px;*/
letter-spacing: 0.5px;
}
.text-container{
    text-align: left;
}
.text-container h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.text-container p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #666;
}

/*Main Content Ends*/

.footer-copyright{
    color: #d2d2d2;
    font-size: 14px;
    letter-spacing: 1px;
}
.foot_links {
  padding: 0;
  margin: 15px auto 0;
}

.foot_links li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}

.foot_links li:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  border-right: 1px solid #bbb;
}

.foot_links li a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.foot_links li a:hover {
  color: #76c1ea;
}

        .carousel-item {
            /*background: #203662;*/

            color: #fff;
            padding: 20px 0;
        }
        .carousel-inner {
            max-width: 100%;
            margin: auto;
        }
        .row {
            align-items: center; /* Align content vertically */
        }
        .carousel-item img {
            width: 100%;
            max-width: 500px;
            height: auto;
            border-radius: 10px;
            transition: transform 0.5s ease-in-out, opacity 0.5s;
        }
        .carousel-item .text-content {
            padding: 20px;
            transition: transform 0.5s ease-in-out, opacity 0.5s;
            padding-right: 50px;
        }
        .carousel-item.active img,
        .carousel-item.active .text-content {
            transform: translateX(0);
            opacity: 1;
        }
        .carousel-item:not(.active) img {
            transform: translateX(-50px);
            opacity: 0;
        }
        .carousel-item:not(.active) .text-content {
            transform: translateX(50px);
            opacity: 0;
        }

        #banner {
      position: relative;
      height: 100vh;
      overflow: hidden;
      color: #fff;
    }

    #tsparticles {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1;
        opacity: 0.5;
    }

    .banner-content {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      height: 100%;
    }

    .text-content h2 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    }

.text-content h4 {
    text-transform: uppercase;
    font-weight: 700;
    background: #229FE5;
    background: linear-gradient(to top, #229FE5 0%, #99D8FB 81%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
.btn-align{
    width: 15px !important;
    font-weight: 800;
    margin-top: -45px;
    margin-left: -20px;
}
    .herobanner .text-content p {
      color: #d2d2d2;
    }

    .statbanner .btn-banner {
        background-color: #1798e0;
        border-radius: 10px;
        color: #3a31a4;
    }

    /*Feature Section Starts */
    .keyfeature-section {
      position: relative;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      height: 600px;
    }

    .circle-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
    }

    .feature-point {
      position: absolute;
      width: auto;
      /*text-align: center;*/
      color: #fff;
      font-size: 14px;
    }

    .feature-point h6 {
      font-weight: 700;
      margin-bottom: 5px;
      font-size: 18px;
      letter-spacing: 0.5px;
      color: #76c1ea;
    }

    .feature-point p {
      width: 320px;
      font-size: 14px;
      color: #d2d2d2;
      letter-spacing: 0.5px;
    }

    /* Clock 1 (top-right) */
    .pos-1 {
      top: 10%;
      right: 15%;
      transform: translate(50%, 0);
    }

    /* Clock 3 (right-center) */
    .pos-2 {
      top: 47%;
      right: 24%;
      transform: translate(100%, -50%);
    }

    /* Clock 5 (bottom-right) */
    .pos-3 {
      bottom: 16%;
      right: 15%;
      transform: translate(50%, 0);
    }

    /* Clock 7 (bottom-left) */
    .pos-4 {
      bottom: 16%;
      left: 15%;
      transform: translate(-50%, 0);
    }

    /* Clock 9 (left-center) */
    .pos-5 {
      top: 47%;
      left: 17px;
      transform: translate(-30%, -50%);
    }

    /* Clock 11 (top-left) */
    .pos-6 {
      top: 10%;
      left: 15%;
      transform: translate(-50%, 0);
    }

    .image-container1 {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 500px;
      height: 500px;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      z-index: 1;
    }

    .image-container1 img {
      width: 100%;
    }
.pos-1, .pos-2, .pos-3 {
    text-align: left;
}
.pos-4, .pos-5, .pos-6 {
    text-align: right;
}









    /*Feature Section Ends */
.right_btn{ 
    margin-right: 0;
    margin-left: auto;
    display: block;
    max-width: 160px;
    width: 100%;
}
/*Product Manual Starts*/

        .product_manual body {
            font-family: Arial, sans-serif;
            background-color: #f9f9f9;
            margin: 0;
            padding: 0;
            color: #333;
        }

        /* Sidebar Styling */
        .product_manual .sidebar ul li{
            margin-bottom: 10px;
        }
        .product_manual .sidebar {
            width: 330px;
            background-color: #f1f1f1;
            padding: 20px;
        }

        .product_manual .nav-link {
            color: #333;
            font-weight: 500;
            padding: 12px 16px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            text-decoration: none;
            border-radius: 8px;
            transition: background-color 0.3s ease;
        }

        .product_manual .nav-link:hover,
        .product_manual .nav-link.active {
            background-color: #3A31A4;
            color: #fff;
        }
        /*.product_manual .nav-link:focus  {
            background: unset;
            color: #333;
        }*/
        /* Dropdown Styling */
        .product_manual .dropdown-menu {
            list-style: none;
            padding-left: 20px;
            display: none;
            background: none;
            border: none;
            position: static;
        }

        .product_manual .arrow {
            margin-left: 8px;
            transition: transform 0.3s ease;
        }

        .product_manual .arrow.open {
            transform: rotate(180deg);
        }
        
        /* Content Styling */
        /*.product_manual .content{
            width:100%;
        }*/
        .product_manual .section {
            display: none;
            padding: 40px;
            background-color: #ffffff;
            border-radius: 8px;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
        }

        .product_manual h2 {
            color: #3A31A4;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .product_manual h4 {
            color: #3A31A4;
            font-weight: 600;
            margin-bottom: 20px;
        }

        .product_manual pre {
            background-color: #f5f5f5;
            padding: 10px;
            border-radius: 5px;
            overflow-x: auto;
            margin-top: 10px;
        }
        .product_manual code {
            color: #3A31A4;
            font-weight: 600;
        }
        .product_manual .section ul {
            list-style: none;
            padding-left: 0;
        }

        .product_manual .section li {
            margin-bottom: 12px;
            color: black;
        }
        .product_manual .listpoints li{
            list-style: square;
        }
        .product_manual .hidden-section {
            display: none;
            margin-top: 20px;
            margin-left: 20px;
            padding: 20px;
            border-left: 4px solid #3A31A4;
            background-color: #f9f9f9;
        }
        .product_manual li a {
            color: #3A31A4;
            font-weight: 700;
        } 

        .product_manual li a:hover, .product_manual li a:active {
            color: #3A31A4;
            font-weight: 700;
        } 
        .product_manual .screenshot {
            width: 100%; /* Adjust size as needed */
            max-width: 600px; /* Limits the maximum width */
            height: auto; /* Keeps the aspect ratio */
            margin-top: 12px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

/*Product Manual Ends*/

/*-----------banner section ends------------*/

footer {
    
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 50px; /* Add space between content and footer */
}

/* Baalalayam Page */

/*.custom-line-height1 {
    line-height: 3;
}*/
.para-line-height1 {
    line-height: 2;
    text-align: justify;
}
.tag-head1 {
  font-family: 'Montserrat';
  color: #1c9ee4;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 35px;
}

.big-head {
  color: #3d4c6d;
  padding-top: 10px;
  padding-bottom: 10px; 
  font-family: 'Roboto Slab',Serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 45px;
  
}

.big-heading {
  color: #3d4c6d;
  font-family: 'Roboto Slab',Serif;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
}

.sub-head {
  font-family: 'Roboto Slab',Serif;
  font-size: 20px;
  color: #1c9ee4;
  letter-spacing: 1.5px;
  padding-bottom: 20px;
}

.sub-head1 {
  font-family: 'Roboto Slab',Serif;
  font-size: 20px;
  color: #1c9ee4;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
}

.dol-txt {
  font-family: 'Roboto Slab',Serif;
  font-size: 24px;
  color: #f3c301;
  letter-spacing: 1.5px;
  padding-bottom: 20px; 
  font-weight: 600;
  padding-left: 20px;
}

.listing {
    list-style-type: none;
    color: #3d4c6d;
    line-height: 35px;
}

.centered1 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding-top: 100px;
}

.img-content {
  
  font-family: Roboto Slab;
  font-size: 23px;
  padding-top: 10px;
  
}

a.balbanner-btn {
background: #f3c301;
display: block;
color: #ffffff;
width: 550px;
padding: 10px;
text-align: center;
border-radius: 40px;
font-family: Roboto Slab;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
line-height: 20px;

}

.textsincere {
  padding: 10px;
  line-height: 30px;
}

.big-head1 {
color: #3d4c6d;
  font-family: 'Roboto Slab',Serif;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}



/*header {
    position: fixed;
    width: 100%;
}*/
.product_manual {
    margin-bottom: 50px;
}
.product_manual .sidebar {
    position: fixed;
    margin-bottom: 50px;
    top: 100px;
}
.product_manual .content {
    margin-left: auto;
}
.scrollfx {
    overflow-y: scroll;
    height: calc(100vh - 200px);
        padding: 10px;

}
.scrollfx::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
 
.scrollfx::-webkit-scrollbar-track {
  background: transparent;
  height: 10px;
/*  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}
 
.scrollfx::-webkit-scrollbar-thumb {
  background: #3A31A4;
  border: 3px solid #3A31A4;
  height: 10px;
  border-radius: 10px;
}
/*.container h2 {
    position: relative;
}
.container h2:after {
    content: "";
    clear: both;
    display: block;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto 0;
    background: #3A31A4;
}*/
.fticon {
    position: relative;
}
.fticon:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    left: -22px;
    top: -10px;
    background: #249EE5;
    background: linear-gradient(0deg,rgba(36, 158, 229, 1) 0%, rgba(147, 214, 250, 1) 100%);
    width: 5px;
    height: 40px;
    border-radius: 50px;
}
.fticon img {
    height: 40px;
}

.carousel-controls-wrapper {
    display: none;
}
.banner_card h1.slideno {
    position: relative;
    text-align: right;
}
.banner_card h1.slideno:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    left: 40px;
    top: 10px;
    background: #249EE5;
    background: linear-gradient(0deg,rgba(36, 158, 229, 1) 0%, rgba(147, 214, 250, 1) 100%);
    width: 5px;
    height: 50px;
    border-radius: 50px;
}

.main_banner h6 {
    position: relative;
}
.main_banner h6:before {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    left: -22px;
    top: 0px;
    background: #249EE5;
    background: linear-gradient(0deg,rgba(36, 158, 229, 1) 0%, rgba(147, 214, 250, 1) 100%);
    width: 5px;
    height: 25px;
    border-radius: 50px;
}





/*Responsive*/
@media screen and (max-width: 1200px) {
    .max-container, .container {
        padding: 0 10px!important; 
        max-width: 100%;
    }       
    .footer_main .footer_blk .foot1 {
        width: 28%;
    }
    .footer_main .footer_blk .foot2 {
        width: 36%;
    }
        
    
}
@media screen and (max-width: 1100px) {
    .footer_main .footer_blk .foot2 h5 {
        font-size: 27px;
        line-height: 35px;
    }
    .footer_main .footer_blk .foot2 a {
        font-size: 17px;
        line-height: 28px;
    }
    .footer_main .footer_blk .foot2 p {
        padding-bottom: 15px;
        font-size: 17px;
    }
    .footer_main .footer_blk .foot3 ul li, .footer_main .footer_blk .foot3 ul li p, .footer_main .footer_blk .foot3 ul li center {
        font-size: 17px;
        line-height: 28px;
    }
    .event_gal_main .row .column .layer_text strong {
        font-size: 28px;
        line-height: 32px;
    }


}

@media screen and (max-width: 1024px) {
    .big-head {
        font-size: 32px;
    }
    .tm-blk {
        font-size: 32px;
    }
    .bg-vision .vision-content h3 {
        font-size: 32px;
    }

}

@media screen and (max-width: 991px) {
    header .head_main .head-menu .menu .navbar button span {
        background-color: #fff;
        color: #333;
        border-radius: 10px;
        width: 45px;
        height: 45px;
        padding: 10px;
        background-size: 68%;
    }
    header .head_main .head-menu .row>* {
        width: auto;
    }
    header .head_main .head-menu {
        justify-content: end;
    }
    header .head_main .head-menu .menu {
        width: auto;
        order: 2;
    }
    header .head_main .head-menu .dbtn {
        max-width: 120px;
        width: 100%;
    }
    header .head_main .head-menu .menu .navbar-collapse {
        position: absolute;
        right: 0;
        width: 400px;
        display: none;
        height: auto;
        top: 60px;
        right: 0;
        height: 0;
        
    }
    header .head_main .head-menu .menu button {
        padding: 0;
    }
    header .head_main .head-menu .menu .navbar-collapse ul {
        display: none;
        background: #333;
        border-radius: 10px;
        max-width: 320px;
    }
    header .head_main .head-menu .menu .navbar-collapse.show {
        display: block;
    }
    header .head_main .head-menu .menu .navbar-collapse.show ul {
        display: block
    }
    .about-content .abt-ryt-cnt {
        padding-left: 0;
    }
    .main-timeline-2 {
        padding: 0;
    }
    .big-head {
        font-size: 28px;
        line-height: 40px;
    }
    .sub-head {
        font-size: 17px;
    }
    .dol-txt {
        font-size: 20px;
    }
    .tm-blk {
        font-size: 30px;
    }
    .tag-head1 {
        font-size: 16px;
        line-height: 32px;
    }
    .tm-blue {
        font-size: 20px;
    }
    header .head_main .head-menu .menu nav.navbar .container-fluid {
        padding-right: 0;
    }
    #FormModal .form-align {
        padding: 20px 10px;
    }
    #FormModal .don-big-head {
        font-size: 18px;
    }
    
    
}
    

@media screen and (max-width: 880px) {
    .big-head {
        font-size: 27px;
    }
    .donate-content .donate-left {
        padding-right: 0;
    }
    .bg-vision .vision-content h3 {
        font-size: 30px;
        line-height: 40px;
        padding-bottom: 15px;
    }
    .event_gal_main .row .column {
        width: 49%;
    }
    .event_gal_main .row .column.column_big {
        width: 49%;
    }
    .event_gal_main .row .column:nth-child(odd) {
        margin-right: 2%!important;
    }
    .event_gal_main .row .column:nth-child(even) {
        margin-right: 0;
    }
    .event_gal_main .column img {
        height: 290px;
        object-fit: cover;
    }
    .event_gal_main .row .column .layer_text strong {
        width: 60%;
        font-size: 22px;
        line-height: 25px;
    }
    .event_gal_main .row .column .layer_text a img {
        width: auto;
        height: unset;
    }
    .donate-content.contact .cont-ryt p {
        text-align: left;
        font-size: 16px;
        line-height: 22px;
    }
    .donate-content.puja .pujaimg {
        padding-left: 0;
    }
    .donate-content.puja .para-line-height2 {
        font-size: 16px;
        line-height: 26px;
    }
    
}

@media screen and (max-width: 767px) { 
    .donate-content .donate-left {
        padding-bottom: 30px;
    }
    .donate-content .donate-left h2 br {
        display: none;
    }
    .about-content .abt-left {
        text-align: center;
        padding-bottom: 30px;
    }
    .custom-line-height {
        padding-bottom: 30px;
        padding-right: 0;
    }
    .footer_main .footer_blk .foot {
        width: 100%;
        text-align: center;
    }
    .footer_main .footer_blk {
        flex-direction: column;
    }
    .footer_main .footer_blk .foot {
        width: 100%;
    }
    .footer_main .footer_blk .foot2 {
        border: none;
        padding: 20px 0 30px;
    }
    .abt-sabarimala {
        padding: 40px 0;
    }
    .banner .carousel.slide .carousel-inner .carousel-item img {
        height: 520px;
    }
    .about.donate-content .abt-left {
        padding-right: 0;
        text-align: center;
        padding-bottom: 30px;
    }
    .about.donate-content .abt-left img {
        width: auto;
    }
    .donate-content.contact .cont-left {
        padding-right: 0;
        text-align: center;
        padding-bottom: 40px;
    }
    .donate-content.contact .cont-left img {
        width: auto;
    }
    .donate-content.puja .pj-ryt {
        padding-left: 0;
        padding-top: 40px;
    }
    .donate-content.puja .pujaimg {
        width: auto;
    }
    .donate-content.puja .pjimg {
        text-align: center;
    }
    .donate-content.baalay .baalay-ryt {
        padding-left: 0;
        padding-top: 30px;
    }
    .sast .topreduc .btns {
        justify-content: left;
    }
    .topreduc {
        padding: 20px 10px;
    }
    .sast {
        padding: 0 0 40px 0;
    }
    .donate-content.vidyamd .vidm-lft {
        padding-right: 0;
        padding-bottom: 40px;
    }


}


@media screen and (max-width: 680px) { 
    
    .banner .carousel.slide .carousel-inner .carousel-item img {
        height: 450px;
    }
    .timeline-2 {
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
    .main-timeline-2 .timeline-2 .left-2 {
        width: 100%;
        padding: 0;
        
    }
    .main-timeline-2 .timeline-2 .right-2{
        width: 100%;
        padding: 0;
    }
    .main-timeline-2::after, .timeline-2 .left-2::after {
        display: none;
    }
    .timeline-2.card:nth-child(even) .left-2 {
        order: 2;
    }
    .left-2 .card-body {
        text-align: left;
    }
    .timeline-2:last-child {
        padding-bottom: 0;
    }
    .timeline-2 .right-2 .card-body, .timeline-2 .left-2 .card-body {
        padding-top: 30px!important;
    }
    .baalala-vision .vision-content .bl-btn {
        max-width: 495px;
        font-size: 20px;
    }

}

@media screen and (max-width: 580px) {
    .bg-vision .vision-content {
        padding: 0;
    }   
    .tm-blk {
        font-size: 26px;
        line-height: 34px;
    }
    .donate-content.puja .para-line-height2 {
        font-size: 15px;
    }
    .baalala-vision .vision-content .bl-btn {
        max-width: 400px;
        font-size: 18px;
    }
    
    
}
@media screen and (max-width: 575px) {
    header .head_main .logo {
        width: 30%;
    }

    header .head_main .head-menu {
        width: 70%;
    
    
    

}

@media screen and (max-width: 480px) {

    .event_gal_main .row .column {
        width: 100%;
    }
    .event_gal_main .row .column.column_big {
        width: 100%;
    }
    .event_gal_main .row .column {
        margin-right: 0!important;
    }
    header .head_main .head-menu .menu .navbar-collapse ul {
        max-width: 290px;
    }
    .about.donate-content .abt-left img {
        width: 100%;
    }
    .donate-content.contact .cont-left img {
        width: 100%;
    }
    .donate-content.puja .pujaimg {
        width: 100%;
    }
    .bg-vision {
        padding: 60px 10px;
    }
    .baalala-vision .vision-content .bl-btn {
        line-height: 22px;
        padding: 10px;
    }
}


