/* Font-family */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

html, body{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  background: #FFFFFF;  
  line-height: 1.5;  
}
a:hover{
  color: #2F3D7B;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control::-webkit-input-placeholder {  
  color: #999999;
}
.form-control::-moz-placeholder {  
  color: #999999;
}
.form-control::-ms-input-placeholder {  
  color: #999999;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.error{
  font-size: 12px;
  color: red;
  padding: 3px 15px;
}
section{
  padding: 110px 0 30px;
}
.custom_container{
  padding: 0 70px;
}

/*------ Content Section ------*/
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; 
  z-index: 11; 
}
.active-header{
  background: #FFFFFF;
}
header .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #364F6B24;
}
.select__lang {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
}
.select__lang p{
  position: relative;
  margin-bottom: 0;
}
.select__lang input[type=radio]{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.select__lang label{
  font-size: 16px;
  font-weight: 600;
  color: #364F6B;
  line-height: normal;
  padding: 8px 12px;
  margin-bottom: 0;
  border: 1px solid #364F6B14;
  border-radius: 30px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.select__lang input[type=radio]:checked + label{
  border: 1px solid #364F6B61;
}
footer{
  background: #1D1D1B;
  position: relative;
  display: flex;
  align-items: center;
  height: 60px;
}
footer span{
  font-size: 14px;
  font-weight: 400;
  color: #EBEFF5;
  display: block;
  text-align: center;
}
.social__links{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.social__links li a{
  width: 34px;
  height: 34px;
  border-radius: 100px;
  background: #262625;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social__links li a:hover {
  background: #FFFFFF;
}
.social__links li a:hover svg path {
  fill: #364f6b;
}



.title__section{
  margin-bottom: 30px;
}
.title__section h4{
  font-size: 22px;
  font-weight: 700;
  color: #2F3D7B;
  margin-bottom: 14px;
}
.title__section h1{
  font-size: 38px;
  font-weight: 700;
  color: #0F0A16;
  margin-bottom: 5px;
}
.title__section p{
  font-size: 18px;
  font-weight: 400;
  color: #0F0A16;
  line-height: 1.6;
  margin-bottom: 0;
}
.category__main h2{
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  margin-bottom: 0;
}
.owl__hashurl .slick-list {
  overflow: unset;
}
.owl__hashurl .slick-slide {
  border: 2px solid transparent;
  background: transparent;
  max-width: 140px !important;
  height: 140px;  
  border-radius: 100px;  
  text-align: center;
  position: relative;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.owl__hashurl .slick-slide.slick-current.slick-active, .owl__hashurl .slick-slide:hover{
  border: 2px solid #364F6B;
}
.owl__hashurl .slick-slide:hover span{
  opacity: 1;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.owl__hashurl .slick-slide:hover img{
  opacity: 0;
}
.owl__hashurl .slick-slide span{
  position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 5px;
    width: 140px;
    height: 140px;
    border-radius: 100px;
    margin: auto auto 0;
    font-size: 18px;
    font-weight: 700;
    color: #2f3d7b;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
.owl__hashurl .slick-slide img {
  width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin: auto;
    border-radius: 100px;
}
.urlhash__main{
  display: flex;
  flex-flow: column-reverse;
  margin-top: 30px;
  gap: 40px;
}
.owl__hashurl .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100% !important;
}
.category__blog {
  position: relative;
  display: block;  
  border-radius: 24px;  
}
.category__content {
  padding: 20px;
}
.category__blog img {
  border-radius: 0 24px 24px 0;
  height: 100%;  
  width: 100%;
  object-fit: cover;
  min-height: 150px;
}
.category__content .content_vector {
  max-width: 100%;
    width: unset !important;
    border-radius: 0;
    min-height: auto;
    display: block;
    text-align: center;
    margin: 0 auto 38px;
}
.category__content h3 {
  font-size: 25px;
  font-weight: 700;
  color: #2F3D7B;
  margin-bottom: 8px;
}
.category__content p{
  font-size: 18px;
  font-weight: 400;
  color: #000000B2;
  line-height: 1.8;
  margin-bottom: 20px;
}
.readmore__btn{
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 10px 25px 11px;
  line-height: unset;
  border: 1px solid #364F6B;
  background: #364F6B;
  border-radius: 12px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: fit-content;
}
.readmore__btn:hover{
  background: #FFFFFF;  
  color: #364F6B;
}
.readmore__btn:hover svg path{
  fill: #364F6B;
}
.video__thumb_blog:before{
  content: "";
  background: url("../images/playicon.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 67px;
  height: 67px;
  object-fit: contain;
  z-index: 1;
  margin: auto;
}
.video__thumb_blog:after{
  content: "";
  background: #0000001A;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 24px 24px 0;
}
.slick-dotted.slick-slider{margin-bottom: 0;}
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots {
  position: relative;
    bottom: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background: rgb(54 79 107 / 50%) !important;
  padding: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  width: 36px;
  background: #364F6B !important;
}
.category_first{
  background: #75B6FF33;
  border-radius: 24px;
}
.category_sec{
  background: #C598FF33;
  border-radius: 24px;
}
.category_third{
  background: #FFDCF180;
  border-radius: 24px;
}
.category_fourth{
  background: #E4FFF6B2;
  border-radius: 24px;
}
.category_fifth{
  background: #E3FFD780;
  border-radius: 24px;
}


.banner{
  background: url("../images/topbg.png") no-repeat;
  background-size: cover;
}
.banner_title {
  padding: 30px 0 50px;
}
.banner_title h1{
  font-size: 40px;
  font-weight: 700;
  color: #0F0A16;
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.detail__main {
  padding: 40px 0;
}
.head__tabs {
  border: 2px solid #C9D6EB;
  border-radius: 18px;
  padding: 6px;
  max-width: 529px;
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.head__tabs a {
  font-size: 20px;
  font-weight: 600;
  color: #364F6B;
  max-width: 252px;
  width: 100%;
  text-align: center;
  border-radius: 18px;
  padding: 10px 10px;
}
.head__tabs a.active {
  background: #364F6B;
  color: #FFFFFF;
}
.flex-column {
  border: 2px solid #E6E6E6;
  border-radius: 18px;
  padding: 0 20px;
}

.flex-column .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #04041199;
  padding: 12px 0;
  border-bottom: 1px solid #D3D3D3;
  border-radius: 0;
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
}
.flex-column .nav-link.active {
  background: transparent;
  color: #364F6B;
}
.flex-column .nav-link:last-child {
  border: none;
}
.flex-column .nav-link.active svg path {fill: #364F6B;fill-opacity: 1;}
.flex-column.tab-content {
  padding: 10px 15px 15px;
}
.flex-column.tab-content p{
  font-size: 16px;
  font-weight: 400;
  color: #181F2C;
}
.download_btn{
  font-size: 18px;
  font-weight: 600;
  color: #364F6B;
  padding: 10px 20px;
  border: 1px solid #364F6B;
  border-radius: 18px;
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 20px auto 0;
}
.download_btn:hover{
  background: #364F6B;
  color: #FFFFFF;
}
.download_btn:hover svg path{
  stroke: #FFFFFF;
}
.detail__main h2 {
  font-size: 40px;
  font-weight: 700;
  color: #364F6B;
  display: block;
  text-align: center;
  margin: 20px 0;
}
.detail__main h2 span {
  font-size: 28px;
  font-weight: 400;
  color: #364F6B;
}
.flex-column .nav-link h6 {
  font-size: 18px;
  font-weight: 600;
  color: #2F80DB;
  margin-bottom: 0;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  gap: 10px;
}
.flex-column .nav-link h6 img {
  width: 20px;
}
.flex-column .nav-link.active h6{
  color:#364F6B;
}


.res_langdropdown{
  display: none;
}
.apto-dropdown-wrapper {
  position: relative;
  border: 1px solid #364F6B61;
  border-radius: 30px;  
}
.apto-trigger-dropdown {
  background: transparent;
    border: none;
    transition: 0.2s ease-in;
    cursor: pointer;
    font-size: 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    padding: 5px 15px 5px 5px;
    gap: 10px;
}
.apto-trigger-dropdown:hover {
  background-color:transparent;
}
.dropdown-menu {
  padding: 0;
  margin: 0 auto;
  width: 75px;
  min-width: unset !important;
  height: fit-content;
  float: unset;
  display: none;
  z-index: 1;
  position: absolute;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 0;
  border: 1px solid #364F6B61;
}
.dropdown-item img{
  width: 16px;
  height: 16px;
}
.dropdown-menu.show {
  display:block;
}
.dropdown-item {
  width: 100%;
  height: auto;
  line-height: unset;
  border: 0;
  padding: 5px 10px;
  cursor: pointer;
  transition:0.2s ease-in;
  background-color:#fff;
  font-size: 14px;
  font-weight: 500;  
  color: #5a616c;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dropdown-item:hover {
  background:transparent;
}
.apto-trigger-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 15px 8px;
}