*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter;
  }
  
  
  a{
    text-decoration: none;
  }
  
  input{
    outline: none;
  }
  
  ul{
    margin: 0;
    list-style: none;
    padding: 0;
  }

  h1, h2, h3, h4, h5{
    font-family: "Plus Jakarta Sans", sans-serif;
  }
  
  :root{
    --gold-color: #ff8028;
    --paira-color: #666666;
    --black-color:#1d1d1d;
    --dark-blue:#040e46;
  }
  
  .paira{
   font-size: 15px;
    color: var(--paira-color);
    line-height: 27px;
  }

  .main_header ul .main_btn_header a {
    padding: 15px 40px;
    position: relative;
    background: var(--gold-color);
    border-radius: 50px;
    border:2px solid var(--gold-color);
    transition: 0.5s;
}

.main_header ul .main_btn_header a:hover{
    background: var(--dark-blue);
    color: #fff;
    border-color: var(--dark-blue);
}

.mt-100{
  margin-top: 100px;
}

.pt-100{
  padding-top: 100px;
}

.pb-100{
  padding-bottom: 100px;
}

.pt-75{
  padding-top: 75px;
}

.pb-75{
  padding-bottom: 75px;
}

.mt-75{
  margin-top: 75px;
}
.mt-50{
  margin-top: 50px;
}

.hambuger_mobile{
  display: none !important;
} 

.mobile_menu_main{
  display: none;
}


.hamburger-icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    flex-flow: wrap;
    align-content: space-evenly;
    -webkit-box-pack: end;
    justify-content: flex-end;
    cursor: pointer;
    background: #040e46;
    padding: 7px;
    clip-path: polygon(6px 0%, calc(100% - 6px) 0%, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0% calc(100% - 6px), 0% 6px);
}

.hamburger-icon span {
    width: 90%;
    height: 2px;
    border-radius: 1px;
    background-color: #ffffff;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.hamburger-icon span:nth-child(2){
    width: 16px;
}

.hamburger-icon:hover span:nth-child(2) {
    width: 90%;
}

/* sidebar section start */
.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:#000000ad;
    z-index: 1001;
   }
   
   
   nav {
    overflow-y: auto;
    position: fixed;
    top: 0px;
    right: -350px;
    width: 350px;
    height: 100%;
    color: #fff;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    opacity: 0.9;
    z-index: 1002;
    padding-bottom: 25px;
    padding: 30px 30px;
  }
  
   nav.open {
    right: 0px;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.275);
    opacity: 1;
   }
  
   .nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .nav-header img {
    width: 100%;
    max-width: 110px;
  }
  
  .close_sider {
    width: 40px;
    height: 40px;
    background: var(--dark-blue);
    flex-flow: wrap;
    align-content: space-evenly;
    -webkit-box-pack: end;
    display: flex;
    justify-content: center;
    position: relative;
    cursor: pointer;
    clip-path: polygon(6px 0%, calc(100% - 6px) 0%, 100% 6px, 100% calc(100% - 6px), calc(100% - 6px) 100%, 6px 100%, 0% calc(100% - 6px), 0% 6px);
  }
  
  .close_sider span {
    width: 25px;;
    height: 2px;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  
  .close_sider span:nth-child(1) {
    transform: rotate(45deg);
  }
  
  .close_sider span:nth-child(2) {
    transform: rotate(-45deg);
  }
  
  
  .sub_heading {
    font-size: 20px;
    font-weight: 700;
    color: var(--gold-color);
  }
  
  .sub_heading img {
    width: 25px;
    margin-right: 10px;
  }
  
  .main_headin-2 {
    font-size: 35px;
    font-weight: 800;
    text-transform: capitalize;
  }
  
  
  .mobile_menu_main li a {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 600;
  }
  
  .mobile_menu_main li {
    padding: 8px 0px;
    border-bottom: 1px solid #8080806e;
  }
  
  .mobile_menu_main li:last-child {
    border: 0;
  }
  
  .main_btn button,   .main_btn a {
    border: 2px solid var(--gold-color);
    background: var(--gold-color);
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    transition: 0.5s;
}

.main_btn button:hover,   .main_btn a:hover {
    background: transparent;
    color: #000;
}
  


  .prosanal-details li h4 {
    color: var(--black-color);
    font-weight: 600;
    font-size: 15px;
}

.prosanal-details li {
    margin: 30px 0px;
}

.prosanal-details li i {
    font-size: 17px;
}

.news_update h4 {
    color: var(--black-color);
    font-size: 22px;
    font-weight: 800;
}

.news_input input {
    border: 1px solid #8080804d;
    padding: 10px 15px;
    width: 100%;
    background: #fff;
    font-size: 14px;
}