@font-face {
    font-family: Nicomoji;
    src: url(../fonts/nicomoji/NicoMoji-Regular.ttf);
}
@font-face {
    font-family: mrgvlovani;
    src: url(../fonts/mrgvlovani/bpg_mrgvlovani_2009.ttf);
}
@font-face {
    font-family: MGPDisplay;
    src: url(../fonts/MGPDisplay-Bold.woff2);
}
@font-face {
    font-family: MGPTextBold;
    src: url(../fonts/MGPText-Bold.woff2);
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* , *::after , *::before{
	margin:0;
	padding:0;
	outline:none;
	box-sizing: border-box;
}
.MGPDisplay{
	font-family: MGPDisplay;	
}
.MGPTextBold{
	font-family: MGPTextBold;	
}
.CHOOSEMOTO,.goback{
    display: none;
}
fancybox__backdrop{
    margin: 0px;	
}
.fancybox__container {
    z-index: 9999999999;
}
.dropdown-toggle::after {
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
}
:root{
    --txt: #224769;
    --prim:#1E1F1D;
    --sec:rgba(42, 43, 33, 0.6);
    --cta:#FFB368;
    --secondary:#ECECEC;
    --secwhite: rgba(255,255,255,0.65);
    --hover:rgba(42, 43, 33, 0.58);
    --border:#e1e3e4;
    --white:#ffff;
   
    --pad:130px;
    --navheight:125px;
    --swiper-theme-color: var(--red);
    --swiper-pagination-bullet-inactive-color:var(--white);
}
.article-text * {
	/* font-family: mrgvlovani !important; */
}
.btn-success {
    color: #fff;
    background-color: #00d319;
    border-color: #00d319;
}
.btn-success:hover ,.btn-success:focus,.btn-success:active{
    background-color: #00af14;
    border-color: #00af14;
}
body{
    padding:0;
	font-size:14px;
    color:var(--prim);
    line-height: 1.4;
}
body[lang="en"] {
    font-family: Istok-normal;
}
body[lang="ka"] {
    font-family:mrgvlovani;
    font-weight: normal;
}
.dropdown-menu{
	min-width: 23rem;
}
.navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
}
.modal {
    z-index: 999999999999999;
}
.modal-backdrop{
    z-index: 9999!important;	
}
#snackbar {
  visibility: hidden;
  min-width: 280px;
  background-color:#424242;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 99999999999;
  left: 50%;
  transform:translateX(-50%);
  bottom: 30px;
	border-bottom: 2px solid #e81820;
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.9s 2.5s;
  animation: fadein 0.5s, fadeout 0.9s 2.5s;
}
.hero{
    /* position: relative; */
    height: 100vh;
  
    /* background-image: linear-gradient(135deg, #0061f2 0%, rgba(105, 0, 199, 0.8) 100%) !important; */
    background-size: cover;
    background-position: center center;
}
.CP{
    cursor: pointer;
}
.navbar{
    color: var(--white);
    padding: 0 var(--pad);
    top: 0;
    left: 0;
    right: 0;
    height: var(--navheight);
    position: fixed;
	z-index: 999;
}
.navbar{
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 66, 0.8);
}
.botnav{
    
    background-repeat: no-repeat;
    background-position: top;
    /* background-attachment: fixed; */
    position: absolute;
    z-index: 1;
    top: 47px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 40px 5px 40px;
    background-size: 100%;
}
.botnav.bq{
    /* background-image: url(../img/botnav.png); */
}
.sidet{
    /* background-image: url(../img/side.png); */
    background-repeat: no-repeat;
    background-position: center;
    /* background-attachment: fixed; */
    position: fixed;
    z-index: 1;
    top: calc(var(--navheight) + 80px);
    left: 0;
    /* background-size: 100%; */
    /* padding: 10px; */
    color: var(--white);
    height: 280px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 170%;
	background: rgb(0 0 66 / 90%);
}
.sidet h2{
    writing-mode: vertical-lr;
    transform: scale(-1);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
/* .botnav::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -100%;
    display: block;
    backdrop-filter: blur(2px);
    background: rgba(21, 21, 21, 0.8);
    background-color: red;
} */
.more-menu{
    width: 25%;
    position: fixed;
    inset: 0;
    left: auto;
    padding: 30px;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 66, 0.9);
    z-index: 999999999;
    display: none;
}
.more-menu .navbar-nav, .navbar-nav{
    display: flex;
    align-items: center;
    justify-content: start;
}
.modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
	color:#000;
    font-size: 27px;
    border: none!important;
	background:#FFF!important;
    padding: 0px!important;

}
.close{
    position: absolute;
    color: var(--white);
    top: 10px;
    right: 10px;
    font-size: 50px;
    padding: 10px;
}
.botnav img{
    margin-bottom: 2px;
}
.nav-search{
    width: 100%;
    max-width: 25%;
    position: relative;
}
.fa-search{
    position: absolute;
    right: 15px;
    top:50%;
    transform: translateY(-50%);
    color: black;
}
select.form-control{
    -webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -ms-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}
.nav-search input{
    background: rgba(244, 244, 244, 0.7);
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
}
input[type="checkbox"]{
    width: 20px;
    height: 20px;
}
.smsi{
    padding-left: 95px !important;
}
input , select,textarea{
    background: rgba(244, 244, 244, 0.94)  !important;
    /* border-radius: 10px; */
    width: 100%;
    padding: 5px !important; 
    /* border:0; */
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.cont{
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 50px;
    width: 100%;
    overflow: hidden;
}
.cont iframe{
    border-radius: 20px;
}
.cont span{
    font-weight: 400;
    font-size: 18px;
    padding: 0 10px;
    line-height: 26px;
    color: #444444;
    word-break: break-word;
}

.gsms{
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-search input:focus{
    background-color: rgba(244, 244, 244, 1);
}
.botnav ul{
    display: flex;
    align-items: center;
    padding: 0;
    transform: translatey(-4px);
}
.botnav ul li a ,.more-menu ul li a{
    color: var(--secondary);
}
.more-menu ul li:not(:last-child){
    margin-bottom: 15px;
}
.botnav ul li:not(:last-child){
    margin-right: 30px;
}
.botnav ul li{
    text-align: center;
}
.navbar ul li a {
    color: var(--secondary) !important;
}
.navbar ul li a img{
    height: 40px;
    width: 40px;
}
.logo img{
    height: 64px;
    width: auto;
}
footer .logo img{
    height: 150px;
}
a *{
    transition: all 200ms linear;
}
a:hover {
    text-decoration: none;
}
nav a:hover svg,
nav a:hover svg path {
    fill: var(--hover);
}
.nav-link,
a {
    color: var(--prim);
    transition: all 200ms linear;
    text-decoration: none;
}
.nav-link:hover,
a:hover {
    color: var(--hover);
}
.menu ul li a,.u-icon svg path,.logo {
    color: var(--white);
    fill: var(--white);
}
.logo:hover{
    color: var(--white);
}
#navbarScroll > ul > li.nav-item.dropdown > ul > li a{
    color: var(--prim) !important;
}
.menu ul li a:hover,.more-menu ul li a:hover ,.menu ul li a:focus, .u-icon:hover svg path  {
    color: var(--secwhite);
    fill: var(--secwhite);
}
.dropdown-item.active, .dropdown-item:active,.dropdown-item:active{
    background-color: #cecece;
}
section{
    padding: 0 var(--pad);
    margin: 150px 0;
}
.dropdown-menu-dark {
	background: rgb(0 0 66 / 90%);	
}
section{
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-wrapper{
    height: fit-content;
}
ul,
li {
    list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul {
    font-family: Montserrat,mrgvlovani;
    margin: 0;
}
svg{
    overflow: visible;
}

.d-flex{
    flex-wrap: wrap;
}

/* burger */
.burger{
    transform: rotate(0deg) translateY(0px);
      transition: 0.4s;
}
.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 2px;
    background-color: rgb(234, 234, 234);
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 15px;
    transform: translatey(0);
}
.bar2{
    width: 25px;
    margin-left: auto;
}

.change .bar1 {
  transform: translate(0, 8px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -8px) rotate(45deg);
}

.header-text {
    max-width: 450px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: var(--pad);
}
.header-text h1 {
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: Nicomoji;
}
.btnr,.btnbl{
    border: 5px solid #EB1C23;
    backdrop-filter: blur(1px);
    border-radius: 10px;
    padding: 15px 40px;
    width: fit-content;
    margin-top: 30px;
    transition: 200ms ease;
    cursor: pointer;
}
.btnr{
    background: rgba(255, 255, 255, 0.8);
}
.btnbl{
    background: rgba(0, 0, 0, 0.8);
}
.btnbl:hover{
    background: rgba(0, 0, 0, 1);
}
.btnr:hover{
    background: rgba(255, 255, 255, 1);
}
.section-title h2 , .page-title h1{
    font-size: 24px;
    line-height: 28px;
    color: var(--prim);
    margin-bottom: 30px;
    font-weight: bold;
}
.page-title{
    padding-top:90px;
}
.page-cont{
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 60px;
}
.page-cont img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    max-height: 500px;
    object-fit: cover;
}
.cats .cat-item{
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 7px;
    transition: all 200ms linear;
}
.cats .cat-item:hover{
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.cats .cat-item:not(:last-child){
    margin-right: 20px;
}
.cats .cat-item.active{   
    background: #444444;
    border: 1px solid #E81B22;
    color: var(--white);
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.page-in{
    padding-top: 10px;
}
.page-in .n-card{
    margin-bottom: 30px;
}
.n-card{
    background: #FFFFFF;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 15px;
    transition: all 250ms linear;
}
.documents .n-card{
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.documents .n-card:hover{
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
}
.n-card-img {
    position: relative;
    height: 170px;
}
.n-card:hover .n-card-img{
    transform: scale(1.007);
}
.n-title p{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    
}
.n-card-img img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}
.r-more {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: underline;
}
.news-slide{
    padding: 0 var(--pad);
}
.mask1 {
    -webkit-mask-image: url(../img/middle.png);
    mask-image: url(../img/middle.png);
    mask-repeat: round;
    -webkit-mask-repeat: round;
    overflow: hidden;
    height: auto;
    width: 100%;
}
.mask1 img{
    width: 100%;
    height: 100%;
}
/* .partners img{
    width: auto;
    max-height:100px ;
} */
.events .event-item img {
    width: 100%;
    height: auto;
    opacity: 0.5;
    border-radius: 18px;
}
.event-item{
    position: relative;
    margin-bottom: 30px;
}
.event-item > div{
    border: 2px solid var(--white);
    filter: drop-shadow(0px 4px 35px rgba(0, 0, 0, 0.25));
    background-color: #000000;
    border-radius: 18px;
    position: relative;
}
.event-time{
    position: absolute;
    z-index: 99;
    top: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(2.5px);
    border-radius: 13px;
    padding: 5px;
    padding-right: 8px;
    display: flex;
    align-items: center;
}
.event-time img{
    height: 16px;
    width: 16px;
    margin-right: 8px;
}
.event-time span{
    font-size: 11px;
    line-height: 20px;
    color: var(--white);
}
.event-text{
    position: absolute;
    inset:40px;
    z-index: 1;
    color: var(--white);
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: space-between;
}
.event-text h1{
    font-size: 48px;
    line-height: 48px;
    font-family: Nicomoji;
}
.h2{
    font-size: 28px;
}
footer > div{
    padding: 40px var(--pad);
    background-color: rgb(0 0 66 / 80%);
}
footer ul li a,footer ul li {
    color: var(--white);
    line-height: 18px;
}
footer ul li a:hover , .navbar ul li a:hover,.navbar ul li a:active,.navbar ul li a:focus,.more-menu ul li a:focus,.more-menu ul li a:active{
    color: #b8b8b8;
}
.navbar ul li a:hover img{
    filter: brightness(0.7);
}
footer h4{
    margin-bottom: 15px;
}
footer ul li:not(:last-child){
    /* margin-bottom: 15px; */
}
.evn{
    margin-top: 15px;
}
.e-date{
    background-image: linear-gradient(224deg,#0076db,#00468a);
    border-radius: 8px;
    position: relative;
    text-align: center;
    color: white;
    padding: 1px;
    width: 100px;
    height: 100px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.bg-primary{
    background-image: linear-gradient(224deg,#a3cff5,#025abb) !important;
}
.e-info{
    width: calc(100% - 100px);
}
.n-card small{
    font-size: 12px;
    line-height: 16px;
    color: #00468d;
    margin: 4px 0;
}
.e-title{
    font-size: 14px;
    line-height: 19px;
    margin: 4px 0;
    word-break: break-word;
}
.e-addr{
    font-size: 11px;
    line-height: 16px;
    margin: 4px 0;
}
.day{
    font-size: 32px;
    line-height: 40px;
}
.month{
    font-size: 12px;
    line-height: 20px;
}
.FOOTLIST li{
    margin-bottom: 2px!important;	
}
.v-count,.soc-ovr{
    position: absolute;
    top: 10px;
    background: rgba(0, 0, 0, 0.38);
    backdrop-filter: blur(2.5px);
    padding: 4px;
}
.v-count{
    border-radius: 0 10px;
    padding-right: 6px;
    right: 10px;
}
.soc-ovr{
    padding-left: 6px;
    left: 10px;
    border-radius: 30px;
}
.v-count img , .soc-ovr img{
    height: 16px;
    width: 16px;
    margin-right: 4px;
    border-radius: 0;
}
.page-in .v-count ,.page-in .soc-ovr{
    padding: 8px;
}
.page-in .v-count img ,.page-in .soc-ovr img{
    height: 26px;
    width: 26px;
}
.v-count span{
    font-size: 14px;
    line-height: 14px;
    color: var(--white);
}
.article-text h1{
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0;
    font-weight: bold;
}
.article-text p{
    font-size: 16px;
    line-height: 22px;
}
.article-tab{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
}
.at-item{
    padding: 15px 0;
    position: relative;
    margin-right: 20px;
    transition: all 200ms linear;
    font-size: 12.5px;
    cursor: pointer;
}
.at-item::before{
    transition: all 200ms linear;

}
.at-item::before{
    content: "";
    width: 100%;
    /* transform-origin: center; */
    transition: all 0.25s ease-out;
    transform-origin: bottom center;
    transform: scaleX(0);
    bottom: 0;
    left: 0;
    position: absolute;
    height: 2px;
    display: block;
}
.at-item.active::before,.at-item:hover::before{
    transition: all 0.25s ease-out;
    content: "";
    background-color: red;
    transform: scaleX(1);
    transform-origin: bottom center;
}
.pagination{
    gap: 20px;
    margin-top: 100px;
}
.pagination a{
    padding: 5px 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    transition: 200ms linear;
    border-radius: 10px;
}
.pagination a:hover{
    color: var(--prim) !important;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}
.pagination a.active{
    background: #FFFFFF;
    border: 2px solid #EC1C23;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
}
/* .more-article .n-card{
    margin: 60px 0;
} */
.partners img{
    /* width: 90px; */
    height: 60px;
}
.CHOOSEMOTO small{
    font-size: 14px;
}
.more-article{
    padding-left: 60px;
}
.event-status{
    position: absolute !important;
    top: auto;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    bottom: -30px;
    height: 40px;
    z-index: -1;
    right: 12px;
    left: 12px;
}
.event-status.finished{
    background-color: #FEA500;
}
.event-status.active{
    background-color: #02B78A;
}
/* member */
.member-item{
    background-color: #ffff;
    /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08); */
    border-radius: 20px;
    padding: 15px;
    transition: all 250ms linear;
    filter: drop-shadow(0px 10px 50px rgba(0, 0, 0, 0.1));
}
.member-item .mimg{
    width: 100%;
    height: 200px;
}
.member-item img {
    width: 80%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}
.name {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
    padding: 4px 0;
}
.m-title {
    font-size: 14px;
    line-height: 18px;
    color: #929292;
    /* display: flex;
    align-items: center; */
}
.m-title i{
    padding-left: 5px;
}
.doc-over{
    position: fixed;
    z-index: 9999999;
    top: var(--navheight);
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
    border-radius: 0px 20px 20px 0px;
    padding: 30px;
    display: none;
}
.close,.doc-item{
    cursor: pointer;
}
.dtitle{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    max-width: 240px;
    margin-bottom: 60px;
}
.doc-title + .w-100 img{
    height: 130px;
    width: auto;
    margin-bottom: 60px;
}
.ddetails{
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
}
.det{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 15px 0;
}
.doc-over .close{
    position: static;
}
.doc-butn{
    background: #0860FF;
    border-radius: 10px;
    padding: 18px 0;
    width: 100%;
    text-align: center;
    color: #ffff;
    cursor: pointer;
    margin-top: 60px;
}
.pass-cont{
    display: none;
}
.nsnm img{
    width: 25%;
    border-radius: 5px;
    /* margin-right: 15px; */
    height: auto;
    object-fit: contain;
}
label.btn{
    font-size: 12px;
}
.member-item .w-100.text-end.mt-3 {
    min-height: 50px;
    /* display: flex;
    align-content: end;
    flex-wrap: wrap;
    justify-content: end; */
}
.PREFIX{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.regis .TEL{
    padding-left: 55px;
}
.catg-img{
    position: relative;
    max-height: 250px;
}
.catg-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: all 200ms linear;
    filter: brightness(0.9);
}
.catg-img:hover img{
    filter: brightness(1);
}
.article-cat-ovr {
    /* background: rgba(114, 113, 113, 0.60); */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    /* backdrop-filter: blur(3px); */
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 9;
    transition: all 200ms ease-in;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #EBEBEB;
    text-align: center;
}
.EVENTPERMISSIONS .n-card-img{
    height: auto !important;
    line-height: 24px;
}
.EVENTPERMISSIONS{
    display: flex;
    flex-wrap: wrap;
}

.EVENTPERMISSIONS .col-xl-12.col-lg-4.col-sm-6.col-12{
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.article.event  .col-sm-12 p,.article.event  .col-sm-12 b{
    line-height:20px;
}
@media screen and (max-width:992px){
	.botnav {
		top:60px;
		/* background:rgba(0, 0, 66, 0.8); */
	}
	.navbar{
		padding-top:15px;
		height: 125px;
		align-items: flex-start;
		padding-top:7px!important;
	}
}
@media screen and (min-width:992px){
    .members .col-lg-2 ,.structure .col-lg-3,.partners .col-lg-3,.mschool .col-lg-3{
         width: 20%;
}
}
@media screen and (min-width:991px){
    .page-cont .col-6:last-child{
        padding-left: 15px;
    }
    .page-cont .col-6:first-child{
        padding-right: 15px;
    }
}
@media screen and (max-width:1600px){
     .member-item .mimg {
        height: 160px;
    }
    .page-cont img{
    max-height: 360px;
}
    .n-card-img {
        height: 140px;
    }
}
@media screen and (max-width:1440px){
    a.m-title{
            word-wrap: break-word;
            display: block;
    }
    :root{
        --pad:110px;
    }
    .botnav{
        /* width: 100%; */
        display: flex;
        /* align-items: center; */
        justify-content: center;
    }
}
@media screen and (max-width:1366px){
   
    :root{
        --pad:80px;
    }
    .navbar ul li a{
        font-size: 14px;
    }
    .mask1 img{
        object-fit: cover;
    }
}
@media screen and (max-width:1200px){
    .event-text h1 {
        font-size: 36px;
        line-height: 42px;
    }
     .btnbl{
        margin-top: 20px;
    }
    /* .partners img{
        width: 100%;
        height: auto;
        max-height: 100%;
        margin-bottom: 30px;
    } */
	.logo img {
		height: 50px;
		width: auto;
	}
}
@media screen and (max-width:991px){
	.logo img {
		height: 30px;
		width: auto;
	}
    .tab-content {
        width: 100%;
        overflow-x: auto;
    }
    .tab-content table th{
        font-size: 14px;
    }
    .at-item{
    font-size: 16px;
    }
    .n-card-img {
        height: 230px;
    }   
    .more-menu .navbar-nav, .navbar-nav {
        height: 100%;
    }
    .more-menu{
        width: 100%;
    }
    .navbar-nav .nav-link{
        margin-left: 10px;
    }
    .cont p{
        font-size:16px;
        line-height: 20px;
    }
    .cont{
        padding: 25px;
    }
    .article-text h1{
        font-size: 20px;
        line-height: 26px;
}
.article-text p{
    font-size: 15px;
    line-height: 20px;
}

.more-article .n-card{
    margin: 30px 0;
}
.page-cont{
    padding: 30px;
}
.more-article{
    padding-left: 0px;
}
#navbarNavDropdown .navbar-nav{
    flex-direction: row;
}
:root{
    --pad:60px;
}
/* section{
    margin: 90px 0;
} */
.mobm{
        display: block;
    }
    .event-item{
        padding: 0 !important;
    }
}
@media screen and (max-width:860px){
    .navbar .ms-auto{
        margin-left: 0;
        margin: auto;
    }
}
@media screen and (max-width:769px){
    .article.event .col-sm-12 p,.article.event  .col-sm-12 b,.article.event  .col-sm-12 small{
    line-height:1 !important;
}
    .header-text{
        bottom: 0;
        top: auto;
    }
    .page-in {
        padding-left: 15px;
    }
    .EVENTPERMISSIONS .col-xl-12.col-lg-4.col-sm-6.col-12{
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
    .COMMEN textarea{
        height: 100px;
    }
    .PASSI h4{
        font-size: 18px;
    }
    .MEDICAL{
        font-size: 14px;
    }
    .tab-pane section{
        padding: 0 10px;
    }
    .cont span{
        font-size: 16px !important;
        line-height: 22px;
    }
    .cont,.page-cont {
        padding: 0;
        box-shadow: none;
        background-color: transparent;
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0;
    }
    .mask1{
        height: 640px;
    }
    :root{
        --pad:40px;
    }
    .event-text{
        inset: 20px;
    }
    .btnr, .btnbl {
        padding: 10px 30px;
        font-size: 14px;
    }
    .event-text h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .n-card {
        border-radius: 16px;
        padding: 8px;
    }
}
@media screen and (max-width:640px){
    .member-item{
        margin-bottom: 15px;
        margin: 10px;
    }
    .cats{
        padding-left: 15px;
    }
    .cats .cat-item:not(:last-child) {
        margin-right: 6px;
        margin-bottom: 6px;
    }
    .cats .cat-item {
        font-size: 12px;
    }
    :root {
        --pad: 20px;
    }
    .botnav {
        width: 100%;
    }
}
@media screen and (max-width:520px){
    .mask1{
        height: 540px;;
    }
   .event-text h1 {
        font-size: 28px;
        line-height: 32px;
    }
    .event-text span{
        font-size: 14px;
    }
    .n-title p {
        font-size: 11px;
        line-height: 14px;
        margin-top: 8px;
    }
}
@media screen and (max-width:460px){
    input, select, textarea {
        padding: 10px !important;
    }
    .navbar{
        padding: 0 14px;
    }
    /* :root{
       --pad:20px;
    } */
    .event-text h1 {
        font-size: 28px;
        line-height: 32px;
    }
     .mask1{
        height: 420px;;
    }
    .btnbl {
        margin-top: 10px;
    }
    .event-item > div{
        height: 180px;
    }
    .events .event-item img {
        width: 100%;
        height: 100%;
        border-radius: 18px;
        object-fit: cover;
}
 .n-card-img {
        height: 160px;
    }
.logo img {
    height: 22px;
    width: auto;
}
.nav-search {
    max-width: 55%;
}
.navbar ul li a {
    font-size: 12px;
}
.dropdown-menu li a {
	padding:20px;
}
.nav-item .dropdown-menu{
	width:300px;
}
}
@media screen and (max-width:360px){
    .n-card-img {
        height: 150px;
    }
     .event-text h1 {
        font-size: 24px;
        line-height: 24px;
     }
    .mask1{
        height: 320px;;
    }
}
