/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .no-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

@charset "UTF-8";
.theme-fs-sm {
  font-size: 14px;
}
.theme-fs-md {
  font-size: 16px;
}
.theme-fs-lg {
  font-size: 18px;
}
/* @media (max-width: 991px) {
  .theme-fs-sm {
    font-size: 13px;
  }
  .theme-fs-md {
    font-size: 14px;
  }
  .theme-fs-lg {
    font-size: 16px;
  }
} */
:focus {
  outline: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--bs-heading-font-family);
}
a {
  transition: color 400ms ease, background 400ms ease;
}
body {
  transition: background-color 250ms ease-in-out;
  font-family: 'Poppins', sans-serif;
}
:root {
  --prefix: bs-;
  --bs-font-sans-serif: "Inter",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-heading-font-family: 'Poppins', sans-serif;
  --bs-light: #dee2e6;
  --bs-dark: #212529;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.7;
  --bs-body-color: #656a77;
  --bs-body-dark: #d7dbdf;
  --bs-body-bg: #ffffff;
  --bs-body-bgtwo: #f9d2b3;
  --bs-primary: #ff9500;
  --bs-white: #fff;
  --bs-body-font-family: var(--bs-font-sans-serif);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.dark{color:var(--bs-body-dark);}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #232D42;
}
h1, .h1 {
  font-size: calc(1.3738rem + 1.4856vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.488rem;
  }
}
h2, .h2 {
  font-size: calc(1.3324rem + 0.9888vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.074rem;
  }
}
h3, .h3 {
  font-size: calc(1.2978rem + 0.5736vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.728rem;
  }
}
h4, .h4 {
  font-size: calc(1.269rem + 0.228vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.44rem;
  }
}
h5, .h5 {
  font-size: 1.2rem;
}
h6, .h6 {
  font-size: 1rem;
}
/* ----------------------------------------- */
    .error {color: red;}
    .invalid {border: 1px solid red!important;}
/* Animation css --------------------------------------*/
    #search__box{
        transition: all 0.3s ease-in-out;
    }
    #search__box.anim,#search__box.anim{
        animation: zoom-in-zoom-out 1s ease;
    }
    @keyframes zoom-in-zoom-out {
        0% {
            transform: scale(0.5, 0.5);
        }
        100% {
            transform: scale(1, 1);
        }
    }

    .anim_righttoleft{
        transition: all 0.3s ease-in-out;
        animation: slide-right-to-left 1s ease-in-out;
    }
    @keyframes slide-right-to-left {
        0% {
            transform: translateX(100%);
        }
        100% {
            transform: translateX(0%);
        }
    }



/* ---- ----------------------------------------------- */
.line__div {
    -webkit-box-orient: vertical;
    display: -webkit-box!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.line__one {-webkit-line-clamp: 1!important;}
.line__two {-webkit-line-clamp: 2!important;}
.line__three {-webkit-line-clamp: 3!important;}
.line__four {-webkit-line-clamp: 4!important;}
.line__five {-webkit-line-clamp: 5!important;}
.line__six {-webkit-line-clamp: 6!important;}
.line__seven {-webkit-line-clamp: 7!important;}
.line__one img, .line__two img, .line__three img, .line__four img, .line__five img, .line__six img, .line__seven img{
    display: none;
}
/* ---- Gradient Colors----------------------------------------------- */
.gra__one {
    background-image: linear-gradient(102.93deg, #E9F7EA 0%, #FBE7E4 50%, #f0fbf7 100%);
}
.dark .gra__one {
    background-image: linear-gradient(102.93deg, #2d382d 0%, #000000 50%, #2b3e38 100%);
}
.gra__two {
    background-image: -moz-linear-gradient(0deg, #FFC107 0%, #FFEB3B 100%);
    background-image: -webkit-linear-gradient(0deg, #FFC107 0%, #FFEB3B 100%);
    background-image: -ms-linear-gradient(0deg, #FFC107 0%, #FFEB3B 100%);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
}
.gra__three {
    background-image: linear-gradient(67deg, #ffcab6 0%, #fffdfd 50%, #ffeed5 100%);
}
.dark .gra__three {
    background-image: linear-gradient(67deg, #1c1b1d 0%, #35343c 50%, #232121 100%);
}
.gra__four {
    background-image: linear-gradient(102.93deg, #2a4c2d 0%, #112912 50%, #365d4f 100%);
}
.gra__admins {
    background-image: linear-gradient(102.93deg, #f4f3f3 0%, #ebe4e1 50%, #d4c0b9 100%);
}

.gra__col {
    background-image: -moz-linear-gradient(0deg, #fbeade 0%, #fbeade 100%);
    background-image: -webkit-linear-gradient(0deg, #fbeade 0%, #fbeade 100%);
    background-image: -ms-linear-gradient(0deg, #fbeade 0%, #fbeade 100%);
}
.gra__two__dark {
    background-image: -moz-linear-gradient(0deg, rgb(45 183 45) 0%, rgb(1 122 14) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(35 149 35) 0%, rgb(1 122 14) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(45 183 45) 0%, rgb(1 122 14) 100%);
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
}
.section__heading span:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 5px;
    width: calc(100% + 4px);
    height: 8px;
    background-color: rgba(57,180,146,.13);
    border-radius: 10px;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* ---- ----------------------------------------------- */

  .gra__btn2 {
    color: #fff;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  .btn__anim2 {
    background: rgb(247,150,192);
    background: linear-gradient(0deg, rgba(0,172,238,1) 0%, rgba(2,126,251,1) 100%);
    line-height: 42px;
    padding: 0;
    border: none;
  }
  .btn__anim2 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn__anim2:before,
  .btn__anim2:after {
    position: absolute;
    content: "";
    height: 0%;
    width: 1px;
   box-shadow:
     -1px -1px 20px 0px rgba(255,255,255,1),
     -4px -4px 5px 0px rgba(255,255,255,1),
     7px 7px 20px 0px #ff9500,
     4px 4px 5px 0px #ff9500;

  }
  .btn__anim2:before {
    right: 0;
    top: 0;
    transition: all 500ms ease;
  }
  .btn__anim2:after {
    left: 0;
    bottom: 0;
    transition: all 500ms ease;
  }
  .btn__anim2:hover{
    background: transparent;
    color: #ff9500;
    box-shadow: none;
  }
  .btn__anim2:hover:before {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn__anim2:hover:after {
    transition: all 500ms ease;
    height: 100%;
  }
  .btn__anim2 span:before,
  .btn__anim2 span:after {
    position: absolute;
    content: "";
    box-shadow:
     -1px -1px 20px 0px rgba(255,255,255,1),
     -4px -4px 5px 0px rgba(255,255,255,1),
     7px 7px 20px 0px #ff9500,
     4px 4px 5px 0px #ff9500;
  }
  .btn__anim2 span:before {
    left: 0;
    top: -6px;
    width: 0%;
    height: .5px;
    transition: all 500ms ease;
  }
  .btn__anim2 span:after {
    right: 0;
    bottom: 2px;
    width: 0%;
    height: .5px;
    transition: all 500ms ease;
  }
  .btn__anim2 span:hover:before {
    width: 100%;
  }
  .btn__anim2 span:hover:after {
    width: 100%;
  }


.active_tab{
    color:var(--bs-primary);
    border-bottom:2px solid var(--bs-primary);
}
.dark .active_tab{
    color:var(--bs-primary);
}

/* -----------------------------------------------------------*/
.dark .dark__logo {
    display: block!important;
}
.dark .light__logo {
    display: none;
}
/* -----------------------------------------------------------*/
.dark input[type="date"] {
    color-scheme: dark;
}
/* -----------------------------------------------------------*/
.dark .x_twitter  svg path{
    fill:var(--bs-body-dark)!important;
}
.dark .svg__website  svg, .dark .svg__website  svg path{
    stroke:var(--bs-body-dark)!important;
}
.dark #search__close  svg, .dark #search__close  svg path{
    stroke:var(--bs-body-dark)!important;
}
.dark #search__switch  svg, .dark #search__switch  svg path,.dark .search__svg  svg, .dark .search__svg  svg path{
    fill:var(--bs-body-dark)!important;
}
/* -----------------------------------------------------------*/
.paginationslist span{
    margin-left: 4px;
    margin-right: 6px;
    border-color: #ebebeb;
    font-size: 14px;

}
.paginationslist a:hover::before {
    transform: translateY(0);
}
.paginationslist a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #232d42;
    transform: translateY(105%);
    transition: transform 0.4s;
    z-index: -1;
}
.paginationslist a{
    margin-right: 6px;
    color:#ffffff;
    background: var(--bs-primary);
    background-image: -moz-linear-gradient(0deg, rgb(0,172,238,1) 0%, rgb(2,126,251,1) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0,172,238,1) 0%, rgb(2,126,251,1) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0,172,238,1) 0%, rgb(2,126,251,1) 100%);
    border-color: #ffffff;
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
    z-index: 1;
}
.paginationslist a:hover{
    background: var(--bs-primary);
    background-image: -moz-linear-gradient(0deg, rgb(0,172,238,1) 0%, rgb(2,126,251,1) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0,172,238,1) 0%, rgb(2,126,251,1) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0,172,238,1) 0%, rgb(2,126,251,1) 100%);
    color:#ffffff;
}
/* ----------------------------------------------------------------------------------- */
.gradiant__one {
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0);
    background-image: linear-gradient(321deg,#effff1,#ffffff 80%);
}
.gradiant__one span {
    text-shadow: 4px 1px 0px #10ab2038;
}
.gradiant__one span span {
    text-shadow: 0px 0px 0px #ffffff;
}
/* ----------------------------------------------------------------------------------- */

@media (min-width: 991px){
    .social__container {
        top: 7px;
        left: -50px;
        margin-left: -25px;
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        flex-direction: column!important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 50px;
    }

}
@media (min-width: 991px) and (max-width: 1199px){
    .secdivs2 {padding: 37px 24px!important;}
    .pbmit_service_btn {bottom: -7px!important;right: 2px!important;}
    .news_divs{background-position-x: -290px!important;}
}
@media (min-width: 1200px) and (max-width: 1349px){
    .secdivs2 {padding: 37px 24px!important;}
    .pbmit_service_btn {bottom: -7px!important;right: 2px!important;}
    .news_divs{background-position-x: -190px!important;}
}
@media (min-width: 1350px) and (max-width: 1399px){
    .news_divs{background-position-x: -217px!important;}
    .news_divs h2{font-size: 30px;}
}
@media (min-width: 1400px) and (max-width: 1960px){
    .news_divs{background-position-x: -40px!important;}
}

.image__filters img {
    filter: brightness( 110% ) contrast( 110% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.cathlyform-wrap:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 100%;
    width: 34px;
    height: 70px;
    background: #dadada;
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%);
    clip-path: polygon(100% 0,100% 100%,0 100%);
}
.cathlyform-wrap2:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 100%;
    width: 23px;
    height: 38px;
    background: #dadada;
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%);
    clip-path: polygon(0% 0,100% 100%,0 100%);
}
.cathlyform-wrap3:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 100%;
    width: 23px;
    height: 38px;
    background: #dadada;
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%);
    clip-path: polygon(0% 0,100% 0%,0 100%);
}
.cathlyform-wrap4:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 100%;
    width: 34px;
    height: 40px;
    background: #dadada;
    -webkit-clip-path: polygon(100% 0,100% 100%,0 100%);
    clip-path: polygon(100% 0,100% 100%,0 0%);
}
.secdivs{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    background: #f8f8f847;
}
.secdivs2 {
    padding: 45px 35px;
    border-radius: 30px;
    position: relative;
    transition: all 0.4s ease-in;
    clip-path: polygon(6.726% 0%,93.274% 0%,93.274% 0%,94.364% .14%,95.399% .545%,96.364% 1.192%,97.245% 2.061%,98.029% 3.129%,98.701% 4.373%,99.249% 5.772%,99.657% 7.303%,99.912% 8.945%,100% 10.676%,100% 61.278%,100% 61.278%,99.732% 65.983%,98.988% 69.483%,97.863% 71.995%,96.447% 73.739%,94.835% 74.934%,93.119% 75.798%,91.39% 76.552%,89.742% 77.413%,88.268% 78.601%,87.061% 80.335%,87.061% 80.335%,86.147% 82.63%,85.483% 85.137%,84.946% 87.749%,84.409% 90.359%,83.749% 92.86%,82.839% 95.146%,81.556% 97.11%,79.775% 98.644%,77.369% 99.643%,74.215% 100%,6.726% 100%,6.726% 100%,5.637% 99.861%,4.603% 99.457%,3.638% 98.811%,2.758% 97.944%,1.974% 96.879%,1.302% 95.638%,.754% 94.241%,.346% 92.712%,.09% 91.071%,0% 89.342%,0% 10.676%,0% 10.676%,.088% 8.945%,.343% 7.303%,.751% 5.772%,1.299% 4.373%,1.971% 3.129%,2.755% 2.061%,3.636% 1.192%,4.601% .545%,5.636% .14%,6.726% 0%);
}
.pbmit_service_btn {
    position: absolute;
    bottom: 0;
    right: 22px;
    background-color: white;
    color: #181a17;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767px){
    .pbmit_service_btn {bottom: 7px;right: -12px;}
    .news_divs{background-image: none!important;}
}
@media screen and (max-width: 991px){
    .pbmit_service_btn {right: 7px;}
    .secdivs2 {padding: 34px 17px;}
    .news_divs{background-image: none!important;}


}
