<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.woff2")
      format("woff2"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.woff")
      format("woff"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.ttf")
      format("truetype");
}

@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.woff2")
      format("woff2"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.woff")
      format("woff"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.ttf")
      format("truetype"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.eot")
      format("embedded-opentype");
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    border: 0;
    font-family: "Shurjo", "Segoe UI", Tahoma;
  }
  
  html {
    font-size: 62.5%;
  }
  
  body {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .top-border{
  width: 100%;
  height: 8px;
  background-color: #ed1c24;
  }

  .container {
    max-width: 1280px;
    width: 75%;
    margin: 28px auto 0 auto;
    gap: 20px;
    position: relative;
  }

  .sompadok-area{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }

  .sompadok-text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .sompadok-logo-section{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sompadok-logo-section img{
    width: 176px;
  }

  .sompadoker-mukhomukhi{
    margin-top: 8px;
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    color: #121212;
  }

  .border-for-mobile{
    display: none;
  }

  .sompadok-text-line{
    flex: 1;
  padding: 0 10px;
  font-size: 20px;
  text-align: center;
  color: #555;
  }

  .text-sompadok{
    display: block;
    margin-bottom: 18px;
    text-align: center;
  }

  .sompadok-ques{
    width: 100%;
  height: 770px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f6f9fc;
  position: relative;
  }

  .confirm-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    border: solid 2px #81c784;
    background-color: #c8e6c9;
    display: none;
  }

  .confirm-box-title{
    font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1b5e20;
  }

  .confirm-box-dhonnobad{
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    color: #1b5e20;  
  }

  .alert-box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 6px;
    border: solid 2px red;
    background-color: #c8e6c9;
    display: none;
  }

  .ques-section{
    max-width: 500px;
    width: 100%;
  height: 636px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  .ques-section form{
    width: 100%;
  }

  .ques-title{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0779e4;;
    padding-bottom: 15px;
    border-bottom: 1px solid #0000001a;
  }

  .input-section{
    margin-top: 32px;
    width: 100%;
  }

  .button-section{
    margin-top: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .text-label{
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
    padding-left: 16px;
  font-weight: bold;
  color: #121212;
  }

  .input-section input{
    width: 100%;
  height: 46px;
  padding: 12px 16px;
  border-radius: 4px;
  border: solid 1px #0000001a;
  background-color: #fff;
  font-size: 18px;
  }
 
  input:focus {
    outline: none !important;
    border: solid 2px #09f;
  }

  .input-section textarea{
    width: 100%;
  height: 120px;
  padding: 12px 16px;
  border-radius: 4px;
  border: solid 1px #0000001a;
  background-color: #fff;
  font-size: 18px;
  }
  textarea:focus {
    outline: none !important;
    border: solid 2px #09f;
  }

  .button-section button{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0779e4;
    padding: 10px 16px;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
  }

  .pathok-section{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }

  .pathok-ans{
    max-width: 769px;
    width: 100%;
    padding-top: 77px;
    margin-bottom: 77px;
  }

  .pathok-title{
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 14px;
  border-bottom: 2px solid #e2e2e2;
  }

  .ans-section{
    padding-top: 16px;
    padding-bottom: 23px;
    border-bottom: 2px solid #e2e2e2;
  }

  .ans-section:last-child{
    border-bottom: none;
  }
 
  .pathok-name{
    font-weight: bold;
  }

  .pathok-name-address{
  font-size: 18px;
  display: flex;
  gap: 15px;
  line-height: 1.22;
  color: #767676;
  margin-bottom: 16px;
  }

  .ans-given-title{
    font-weight: bold;
  }

  .pathok-address{
    display: flex;
    gap: 8px;
    font-size: 16px;
  }

  .address-devider{
    width: 1px;
    height: 15px;
    background-color: #e2e2e2;
  }

  .pathok-address img{
    width: 12px;
  height: 14.5px;
  margin-top: 1px;
  }

  .ques-name{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.50;
  color: #333333;
  margin-bottom: 24px;
  }

  .ques-name span {
    background-color: #0779e4;
    color: #fff;
    padding: 0 8px;
    border-radius: 18px;
  }

  .ans-details{
  font-size: 18px;
  line-height: 1.50;
  text-align: left;
  color: #555;
  }

  .footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  

  .footer-icon{
    max-width: 1040px;
    width: 100%;
    border-top: 2px solid #e2e2e2;
    padding: 16px 0;
  }

  .footer-icon img{
    width: 229.4px;
  height: 32px;
  object-fit: contain;
  }

  /* scroll to bottom */

 .scrolltoBottom {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  z-index: 10;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 6px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #0779e4;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(20px);
  }
  67% {
    opacity: 1;
    transform: translateY(30px);
  }
  100% {
    opacity: 0;
    transform: translateY(45px) scale3d(0.5, 0.5, 0.5);
  }
}

  @media only screen and (max-width: 1080px)  {
    .container {
      max-width: 1280px;
      width: 90%;
      margin: 28px auto 0 auto;
    }

    .sompadok-logo-section img{
      width: 116px;
    }

    .sompadok-text-line{
     font-size: 16px;
     }

     .sompadoker-mukhomukhi{
      font-size: 24px;
    }
   }

  @media only screen and (max-width: 786px) {
    .container {
      width: 90%;
      margin: 28px auto 0 auto;
    }

    .sompadok-area{
      place-items: auto center;
    }

    .sompadok-image{
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .sompadok-img{
      width: 80%;
      height: 80%;
    }

    .sompadok-img img{
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .sompadok-logo{
    display: flex;
    align-items: flex-end;
    width: 125.7px;
    height: 164px;
    }

    .sompadoker-mukhomukhi{
      font-size: 24px;
    }

    .border-for-mobile{
      display: block;
      position: absolute;
      top: 226.8px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #000;
    }
  
    .sompadok-text-line{
    font-size: 18px;
    }

    .sompadok-ques{
      padding: 0 24px 0 24px;
    }

    .pathok-section{
      padding: 0 24px 0 24px;
    }

    .pathok-title{
      font-size: 20px;
    }

    .pathok-ans{
      padding-top: 42px;
      margin-bottom: 42px;
    }

    .footer{
      padding: 0 24px 0 24px;
    }

    .footer-icon{
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 13px 0;
    }
  
    .footer-icon img{
      width: 206px;
    height: 28px;
    object-fit: contain;
    }

    .confirm-box{
      width: 300px;
      height: 200px;
    }
  
    .confirm-box-title{
      font-size: 18px;
    }
  
    .confirm-box-dhonnobad{
      font-size: 36px;  
    }
  
    .alert-box{
      width: 300px;
      height: 200px;
    }

    .scrolltoBottom {
      top: 97%;
    }
  }

  .grecaptcha-badge {
    visibility: hidden;
  }

.typewrite &gt; .wrap {
    position: relative;
    border-right: 0.08em solid rgba(255, 255, 255, 0);
  }
.typewrite &gt; .wrap:after {
      position: absolute;
      top: 0;
      bottom: 5px;
      right: -5px;
      width: 3px;
      content: '';
      background: #000; 
    }

/* Animation */
  [data-aos="new-animation"] {
      opacity: 0;
        transform: translate3d(0, 40%, 0);
        transition-property: transform, opacity;
  } 
   [data-aos="new-animation"].aos-animate {
    opacity: 1;
    transform: none;
  }

  /* pagination */

  .pagination {
    padding: 16px 0;
 }
  .pagination, .pagination * {
    user-select: none;
 }
  .pagination a {
    display: inline-block;
    font-size: 22px;
    padding: 0 10px;
    cursor: pointer;
 }
  .pagination a.disabled {
    opacity: 0.3;
    pointer-events: none;
    cursor: not-allowed;
 }
  .pagination a.current {
    background: #0779e4;
    color: #fff;
 }

 .pagination .nav.prev{
  font-size: 28px;
 }

 .pagination .nav.next{
  font-size: 28px;
 }

 .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 40px;
  z-index: 100;
}

.spinner svg {
  width: 70px;
  height: 70px;
}

  </pre></body></html>