@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');

:root{
      --bg: 255 255 255;
      --fg: 17 24 39; /* slate-900 */
      --muted: 71 85 105; /* slate-600 */
      --accent: 59 130 246; /* blue-500 */
      --ring: 203 213 225; /* slate-300 */
      --shadow: 0 10px 30px rgba(0,0,0,.08);
}
    


body,html{
background-color: #000000;
font-family: 'Inter', sans-serif;
font-size: 28px;
font-weight: 300;
line-height: 46px;
color: #fff;
margin: 0px;
padding: 0px;
}
*, *::before, *::after {
    box-sizing: border-box;
}
img:not([src]),
img.loading {
  background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
}
img.loadingx {
  background: linear-gradient(100deg, #eceff1 30%, #f6f7f8 50%, #eceff1 70%);
  background-size: 400%;
  animation: loading 1.2s ease-in-out infinite;
}

@keyframes loading {
  0% { background-position: 100% 50%; }
  100% { background-position: 0 50%; }
}
p,li{
font-weight: 300;
color: #e6e6e6;
text-align: left;
}
a{
    text-decoration: none;
}
.fulres{
width: 100%;
}
.posrel{
position: relative;
}
.section{
  margin-top:135px;
}
.containerc{
  width:90%;
  margin:auto;
  max-width:1920px;
}
.containerd{
  width:80%;
  margin:auto;
  max-width:1920px;
}

#toTop {
visibility: hidden;
width: 35px;
height: 35px;
position: fixed;
right: 15px;
bottom: 30px;
z-index: 3;
background-color: #294ff6;
line-height: 30px;
text-align: center;
opacity: 0;
cursor: pointer;
margin: 0;
border-radius: 35px;
}
#toTop i {
    font-size: 18px;
    color: #fff;
     line-height: 32px;
    padding-bottom: 3px;
}
.shows {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
    header a{
color: #fff;
text-decoration: none;
}
    header .container{ margin-inline:auto; padding-inline:16px; position: relative;}

    /* Header base */
    .site-header{
display: flex;
align-items: center;
transition: background-color .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
width: 100%;
position: fixed;
top: 0;
z-index: 50;
background-color: transparent;
background-image: linear-gradient(180deg, rgba(0,0,0,0.69) 0%, rgba(255,255,255,0) 100%);
padding: 30px 0px;
}
    .site-header .inner{display:grid; align-items:center; grid-template-columns: auto 1fr auto;}

    /* Sticky / scrolled state */
    .site-header.is-sticky{
backdrop-filter: blur(10px);
background: rgba(255,255,255,0.60);
background-color: rgba(0,0,0,0.6);
margin:0.5% 1%;
width:98%;
border-radius:300px;
padding: 20px 0px;
}   

.site-header.is-sticky li, .site-header.is-sticky a{
color: #fff;
} 
.site-header .dropdown a, .site-header .dropdown li{
line-height: 30px;
color: #fff;
font-size: 20px;
}

.site-header.is-sticky .brand img{
filter: brightness(1) invert(0);
height: 42px;
} 

    /* Layout variants */
    .nav.logo-left .brand{grid-column: 1}
    .nav.logo-left .primary{grid-column: 2}

    .nav.logo-center{display: flex; flex-direction: column;}
    .nav.logo-center .brand{grid-column:2; justify-self:center}
    .nav.logo-center .primary{grid-column:1 / span 3; justify-self:center}

    /* Brand */
    .brand{display:flex; align-items:center; gap:10px}
    .brand img{
width: auto;
height: 72px;
}
    .brand .title{font-weight:700; letter-spacing:.2px}

    /* Primary menu */
    .primary{display:flex; gap: 10px; justify-content:flex-end} 

    .menu{
display: flex;
gap: 6px;
list-style: none;
margin: 0;
padding: 0;
}
    .menu > li{
position: relative;
font-weight: 600;
color: #fff;
}
    .menu > li > a,
    .menu > li > button{
display: inline-flex;
align-items: center;
gap: 8px;
height: 44px;
font-weight: 600;
padding: 10px 12px;
border-radius: 10px;
border: 1px solid transparent;
}
    .menu > li > a:hover,
    .menu > li > button:hover{
background-color: rgba(0,0,0,.04);
color: #00bf63;
}
    .menu > li > button{background-color:transparent; border:none; cursor:pointer; font: inherit; color:inherit}
    
    .chev{width:14px; height:14px; transition: transform .2s}

    /* Dropdown panels */
    .dropdown, .mega{
visibility: hidden;
transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
min-width: 420px;
position: absolute;
top: calc(100% + 8px);
left: 0;
background-color: rgba(48,48,48,0.94);
opacity: 0;
padding: 10px;
border-radius: 14px;
}
    .menu > li.open > .dropdown,
    .menu > li:focus-within > .dropdown,
    .menu > li:hover > .dropdown,
    .menu > li.open > .mega,
    .menu > li:focus-within > .mega,
    .menu > li:hover > .mega{opacity:1; visibility:visible; transform: translateY(-8px)}

    .menu > li.open > button .chev{transform: rotate(180deg)}

    .dropdown ul{list-style:none; margin:0; padding:6px}
    .dropdown li{position:relative}
    .dropdown a, .dropdown button{display:flex; justify-content:space-between; align-items:center; gap:8px; padding:8px 10px; border-radius:8px; width:100%; text-align:left; border:1px solid transparent; background-color:transparent; color:inherit; font:inherit;     font-weight: 400;}
    .dropdown a:hover, .dropdown button:hover{background-color: rgba(0,0,0,.04)}

    /* Flyout (2nd & 3rd level) */
    .dropdown .submenu{
visibility: hidden;
transition: opacity .15s, transform .15s, visibility .15s;
min-width: 220px;
position: absolute;
top: -8px;
left: calc(100% + 0px);
background-color: rgba(48,48,48,0.9);
backdrop-filter: blur(10px);
opacity: 0;
padding: 8px;
border-radius: 14px;
}
    .dropdown li:hover > .submenu,
    .dropdown li:focus-within > .submenu,
    .dropdown li.open > .submenu{opacity:1; visibility:visible; transform: translateY(0)}

    /* Mega menu */
    .mega{width: 100%; padding: 18px}
    .meganopos{position: initial!important;}
    .mega .grid{display:grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap:16px}
    .mega .col h4{margin:0 0 8px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; color: rgb(var(--muted))}
    .mega .col a{display:flex; gap:10px; padding:10px; border-radius:10px}
    .mega .col a:hover{background-color: rgba(0,0,0,.04)}
    .mega .col small{color: rgb(var(--muted))}
    .mega span{
        color: #0e5b1b;
    }

    /* Mobile */
    .hamburger{
display: none;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
background-color: #372667;
border-radius: 10px;
}
     .close{border:none; background-color:transparent; width:40px; align-items: center; justify-content: center; height:40px; border-radius:10px; display: none}
     .openx{display: none!important;}

    footer{ margin-top:auto; padding:16px; border-top:1px solid rgb(255, 255, 255, 0.42); display: none; align-items:center; gap:10px; width: 100%;}
    .social a{display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border:1px solid rgb(var(--ring)); border-radius:8px}
    
    .menu-open{
background-color: #3d1145;
}


.fzvrz {
position:relative;
overflow:hidden;
}
.fzvrz .containerc{
    position: relative;
    z-index: 1;
}

.kxa7 {
display: inline-block;
transition: all .3s;
background-color: #294ff6;
font-size: .9rem;
font-weight: 600;
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
margin-top: 20px;
padding: 10px 50px;
border-radius: 52px;
}
.kxa7:hover{
background-color: #00bf63 !important;
color: #fff !important;
}
.site-header .kxa7 a{
color: #fff!important;
}
.btnwhite{
background-color: #ffffff!important;
  color: #000!important;
}
.site-header .kxa7{
margin-top: 0px!important;
margin-left:4rem;
padding: 6px!important;
border-radius: 102px;
}
.f2jb2 {
display: flex;
justify-content: center;
align-items: center;
color: #fff;
padding: 1% 0 0 0;
}
.f2jb2 p{
color: #fff;
text-align: left;
text-shadow: 20px 2px 40px #000000;
}
.f2jb2 h1{
font-size: 3.5rem;
color: #fff !important;
text-shadow: 2px 2px 40px rgba(0,0,0,0.8);
}
h1 div{
display: inline-block;
font-weight: 500;
background-clip: text;
background-image: linear-gradient(to right, rgb(0 218 255), rgb(168, 85, 247));
color: transparent;
}
h1 {
font-family: "Inter", sans-serif;
font-size: 3.1rem;
font-weight: 700;
color: #fff;
margin-bottom: 20px;
}
.kx6w2 {
text-align:left;
}
.pjn9c img{
display: block;
width: 62%;
margin-right: auto;
margin-left: auto;
filter: grayscale(1);
}

.h3r4r {
backdrop-filter: blur(12px);
background: linear-gradient(157deg, rgb(94 94 94 / 28%), transparent);
    text-align: left;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 1.6rem;
    padding: 0px 0px 50px 0px; 
    border: 1px solid rgb(61, 138, 164, 0.69);
overflow:hidden;
transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.fgbvh2{
    padding: 0px 35px;  
}
.h3r4r i{
width: 100px;
height: 100px;
background-color: rgb(34, 211, 238, 0.1);
font-size: 40px;
line-height: 100px;
color: #00bf62;
margin-bottom: 30px;
border-radius: 1rem;
}
.h3r4r h2{
font-weight: 600;
color: #ffffff;
margin-bottom: 10px !important;
}
.h3r4r h1{
font-size: 1.7rem;
}
.spacer {
display: flex;
width: 100%;
margin-bottom: 60px;
}
h2 {
font-family: "Inter", sans-serif;
font-size:1.3rem;
font-weight: 800;
margin-bottom: 30px;
}
h3{
font-family: "Inter", sans-serif;
font-size:1.1rem;
}
.maifz {
background-color: #f5f5f5;
padding-top: 150px;
padding-bottom: 150px;
}
.l5teq {
display: flex;
justify-content: center;
align-items: center;
}
.u9324 {
padding-right: 5%;
}
.u9324lft {
padding-left: 5%;
}
.glightbox img{
min-height:220px;
    background: #eee;
}
.glightbox {
    width: 33%;
    padding: 12px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    position: relative;
    max-height: 460px;
}
.glightbox img{
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 8px;
    transition: all .3s;
}
.glightbox:hover img{
    transform: translateY(-3px);
}
.jbszs{
   width: 85%!important;
max-height:none!important;
overflow: hidden;
    margin: 40px auto 0px auto;
}
.jbszs img{
max-height:none!important;
transition: all .8s;
}
.jbszs img:hover{
 transform: scale(1.1);
}
.jbszs i{
width: 100px;
height: 100px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1;
background-color: #0e5b1b;
font-size: 80px;
line-height: 100px;
color: #ffffff;
margin-bottom: 30px;
border-radius: 102px;
}
.du8qp {
text-align: center;
margin-bottom: 0px;
padding: 0px 30px;
}
.du8qp img{
margin-bottom: 20px;
}
.du8qp p{
text-align: center ;
}
.footer {
background-color: #000000;
color: #ffffff;
padding-top: 100px;
padding-bottom: 100px;
background-image: linear-gradient(31deg, #3c2970 0%, #000000 58%, #000000 100%);
}
.flogo {
width:60%;
margin-bottom:30px;
}
.footer a{
transition: all .3s;
color: #d1d1d1;
}
.footer i{
    color: #fff;
    margin:0px 10px;
}
.footer h3{
    color: #fff;
    margin-bottom: 20px;
}
.footer a:hover{
color: #00bf62;
}
.footer p{
color: #d1d1d1 !important;
}
.preex {
  margin-bottom: 10px;
  display: block;
}
.ulw49 {
display: flex;
justify-content: space-between;
align-content: space-between;
align-items: center;
margin-top: 70px;
padding-top: 35px;
border-top-width: 1px;
border-top-style: solid;
border-color: rgb(255, 255, 255, 0.42);
}
.ulw49 i{
font-size: 1.4rem;
}
.slidersec {
display: flex;
align-items: stretch;
justify-content: space-around;
flex-direction: row;
align-content: space-around;
position: relative;
}
.slidertxt {
    font-size: 2.2rem;
}
.slidercont{
    width: 88%;
    margin: auto;
    max-width: 1920px;
    position: absolute;
    color: #fff;
}
.grsqoz221 {
}
.ohxfr {
display: inline-flex;
justify-content: center;
align-items: center;
align-content: center;
background-color: #0e5b1b;
padding: 80px;
}
.whitetext{
    color: #fff!important;
}
.owl-nav i{
    width: 60px;
    height: 60px;
    background-color: #0e5b1b;
    font-size: 30px;
    line-height: 60px;
    color: #ffffff;
    border-radius: 120px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.owl-prev{
        margin-left: -3%;
}
.owl-next{
        margin-right: -3%;
}
.dgtz {
display: flex;
justify-content: flex-start;
align-content: flex-start;
margin-bottom: 30px;
}
.dgtz i{
  width: 60px;
    height: 60px;
    background-color: #0e5b1b;
    font-size: 30px;
    line-height: 60px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    border-radius: 12px;
}
.dgtz div{
width: 70%;
margin-left: 15px;
}
.motug {
font-weight: 600;
color: #0e5b1b;
}
.nfl2k img{
   clip-path: circle();
   margin-bottom: 10px;
}

.maifzbl {
background-color: #000;
padding-top: 150px;
padding-bottom: 150px;
}
.xb1em {
  justify-content: center;
}

.nomargin{
    margin: 0px!important;
}

.statcount p {
font-size: 1.2rem;
font-weight: 500;
color: #fff;
text-align: center;
text-transform: none;
margin-top: 10px;
}
.site-header .kxa7 a:hover {
color: #fff!important;
}
.wihql {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-color: #000000;
background-image: linear-gradient(31deg, #3c2970 0%, #000000 58%, #000000 100%);
}
.wihql2 {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
background-color: #000000;
background-image: linear-gradient(124deg, #243751 0%, #000000 58%, #3A286D 100%);
}
.filters {
display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 15px;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 10px auto 10px;
}

.filter-btn {
    background: transparent;
    border: none;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    min-width: 120px;
    border: 1px solid #fff;
}

.filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.filter-btn.active {
    background: #ffffff;
    color: #000000;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
}
.portfolio-grid {
display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    margin: 0 auto;
    padding: 10px;
}

.portfolio-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    width: initial!important;
}

.portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.portfolio-item:hover img {
    transform: scale(1.05);
}

.category-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.92);
    color: #2c3e50;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.hiddenfil {
   display: none;
}
.testimonial-shortcode img{
width: 300px !important;
margin-right: auto;
margin-bottom: 20px;
margin-left: auto;
}
.testimonial-shortcode .sld1{
text-align: center;
padding: 50px;
border:1px solid #ccc
}
.testimonial-shortcode p{
font-size: 1.2rem;
font-weight: 600;
text-align: center;
}
.testimonial-shortcode {
margin-bottom:50px
}
#svideo {
    width: 100%;
}

.q1633 {
display: flex;
flex-direction: column;
}
.site-header .dropdown a:hover {
color: #00bf63;
}
.ticker {
width: 110%;              
    max-width: 110%;
    box-sizing: border-box;
    overflow: hidden;         
    white-space: nowrap;
    padding: 45px 12px;
    background: #ffffff;
    margin-left: -20px;
}
.ticker-track {
    position: relative;
    left: 0;                  
    display: inline-block;    
    white-space: nowrap;
}  
.ticker-item {
display: inline-block;
    margin-right: 100px; 
    vertical-align: middle;
}
.ticker-item a {
font-size: 2rem;
font-weight: 500;
color: #000 !important;
text-decoration: none;
text-transform: uppercase;
background: none;
} 
.ticker-item img{
padding-right:130px;
background: none;
}
.ticker:hover { cursor: pointer; }

#newsTicker{
transform: rotate(7deg);
    
}
.ovfhid{
    overflow: hidden;
}
#newsTicker2{
background-color: #294ff6;
color: #ffffff;
margin-top:40px
}
#newsTicker2 a{
    color: #fff;
}
.posrelzidx{
    position: relative;
    z-index: 1;
}
.kvz39 {
margin-bottom: 60px;
display: flex;
}
.h3r4r:hover {
border-color: rgb(139 92 246 / 0.5);
box-shadow: 0 0 30px rgba(6, 182, 212, 0.1);
    transform: translateY(-8px);
}
.tk251 {
  background-image: linear-gradient(
25deg, #243751 0%, #000000 58%, #000000 100%);
}
.imgdv {
overflow: hidden;
margin: 0px 0px 35px 0px;
}
svg.rotating-text{
    width: 120px;
    height: 120px;
}
.scroll-circle {
position: absolute;
    width: 120px;
    height: 120px;
right: -2%;
    bottom: 15%;
}
.rotating-text {
    animation: rotateText 10s linear infinite;
}
.scroll-circle .icon {
    position: absolute;
    top: 0;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scroll-circle .icon i {
    font-size: 30px;
    color: #fff;
    animation: bounce 1.5s infinite;
}
@keyframes rotateText {
    100% { transform: rotate(360deg); }
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
#toTop:hover {
background-color: #00bf62;
}
svg {

}
#openMobile {
color:#fff;
}

.is-sticky svg {

}
.pghead{
padding: 130px 0px 10px 0px;
}
.glass-panel{
    border-width: 1px;
    border-color: rgb(255, 255, 255, 0.2);
    background-color: rgb(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-radius: 1.5rem;
    border-style: solid;
}
.glass-panelsm{
    
    border-width: 1px;
    border-color: rgb(255, 255, 255, 0.2);
    background-color: rgb(255, 255, 255, 0.1);
    padding: 1rem;
    border-radius: 1rem;
    border-style: solid;
}
.gap-16 {
    
}

.form-control {
background-color: #0d0d0d;
color: #ffffff;
border-color: #454545;
}

.pghead  h1 {
font-size:3.6rem;
    line-height: 1;
}

.vute8 {
display: flex;
justify-content: flex-start;
align-items: center;
margin-top: 30px;
margin-bottom: 30px;
}
.vute8 i{
width: 80px;
font-size: 40px;
color: #00bf62;
margin-right: 20px;
}
.vute8 div{
font-weight: 600;
}
.oq5jv{
position: absolute;
bottom: -10%;
right:-2%;
background-image: linear-gradient(135deg, #00f2ff 0%, #00ff9d 100%);
font-size: 1.1rem;
color: #000000;
padding: 1rem;
border-radius: 1rem;
}
.oq5jv div{
font-weight: 700;
}

.lex5l {
    margin: 20px auto;
    width: 30%;
}
.kqtlv {
  display: flex;
    align-items: stretch;
}

.j4goz {
      position: sticky;
    top: 10px;
}
.accordion-button{
font-size: 30px;
   font-family: "Poppins", sans-serif;
   font-weight: 600;
       padding: 32px;
       background-color: #000;
    color: #fff;
}
.accordion-button::after {
    border: 1px solid #000;
    border-radius: 44px;
    background-position: center;
    padding: 30px;
    filter: invert(100%);
}
.accordion-body {
    padding: 44px;
}
.accordion-item {
    background-color: #000;
    color: #fff;
        border: 1px solid #929292;
}
.accordion-button:not(.collapsed) {
    background-color: #000;
    box-shadow: none;
    color: #fff;
}




@media (max-width: 1600px) {
    
body,html{
    font-size:16px;
    line-height: 25px;
}
  .site-header {
padding: 20px 0px;
}
  .kxa7 {
padding: 5px 30px;
border-radius: 52px;
}
  .section {
margin-top:100px;
}
.h3r4r {
padding: 0px 0px 25px 0px;
}
.imgdv{

}
  .h3r4r i {
font-size: 25px;
width: 65px;
height: 65px;
line-height: 65px;
margin-bottom: 20px;
}
  h2 {
margin-bottom: 20px;
}
  .spacer {
margin-bottom: 40px;
}
  .maifz,.maifzbl {
padding-top: 90px;
padding-bottom: 100px;
}
  .site-header .kxa7 {
padding: 0px!important;
}
.site-header .kxa7 a{
padding: 4px 20px!important;
}
  .footer {
padding-top: 80px;
padding-bottom: 60px;
}
  .testimonial-shortcode img {
width: 200px !important;
}
  .site-header.is-sticky {
padding: 10px 0px;
}
  .dropdown {
padding: 5px;
min-width: 250px;
}
  .dropdown .submenu {
padding: 2px;
}
.site-header .dropdown a, .site-header .dropdown li {
line-height: 23px;
font-size: 15px;
}
  .ticker {
padding: 30px 10px;
}
  .fgbvh2 {
padding: 0px 25px;
}
  .scroll-circle .icon i {
font-size: 18px;
}
  .scroll-circle {
 width: 90px;
    height: 90px;
}
  svg.rotating-text {
width: 90px;
    height: 90px;
}
  .scroll-circle .icon {
width: 90px;
    height: 90px;
}
.pghead  h1 {
font-size:3.5rem;
}
.accordion-button::after {
    padding: 18px;
}
.accordion-button {
    font-size: 22px;
    padding: 20px;
}
.accordion-body {
    padding: 0px 30px 30px 30px;
}


}

@media (max-width: 1366px) {
.vute8 i {
    width: 60px;
    font-size: 35px;
}

	
}

@media (max-width: 1280px) {
  .dropdown {

}
  .ticker-item img {
padding-right:30px;
max-width: 140px;
}

}

@media (max-width: 1180px) {
.site-header{
position: fixed!important;
transition: none!important;
width: 100%;
padding: 0px 30px 0px 30px;
}
.mobhd {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 16px 0px;
}
.mobheig{height: 100vh; }
.menu {
    flex-direction: column;
    width: 100%;
}
#navLayout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
	flex-wrap: nowrap;
}
.primary {
    width: 100%;
        overflow: auto;
}
.menu > li > a, .menu > li > button {
    width: 100%;
    text-align: left;
    padding: 14px 4px;
    background-color: transparent;
    border: none;
    font: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu > li {
    border-bottom: 1px solid rgb(var(--ring));
}
.hamburger{display:inline-flex;}
.menu{ border-top: 1px solid rgb(var(--ring));}
.dropdown, .mega {
    position: initial;    
    padding: 0px;
    overflow: hidden;
    border: none;
    border-radius: 14px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
}
.dropdown .submenu {
    position: initial;
    padding: 0px;
    border: none;
    border-radius: 14px;
    box-shadow: none;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
}
#mobactva{
display: none;
}
#mobactvb.open{
display: flex;
}
#mobactva.open{display:flex}
.mega .grid {
    display: flex;
    padding-left: 10px;
    padding-top: 10px;
    flex-direction: column;
}
.opend{display: inline-flex!important;}
.menchil {
    display: none;
}  
    
  .f2jb2 {
padding-top: 200px;
padding-bottom: 0px;
}
  .pjn9c {
margin-bottom: 30px;
}
  h1 {
font-size:3.2rem;
}
body,html{
    font-size: 16px;
}
  .h3r4r {
margin-bottom: 20px;
}
  .u9324 {
margin-bottom: 25px;
}
.u9324lft{
margin-top: 25px;
}
  .du8qp {
margin-bottom: 30px;
}
  #contactform {
margin-bottom: 30px;
}
  .flogo {
width:40%
}
  .footer h3 {
margin-top: 30px;
}
.site-header .kxa7 {
margin:0px
}
.menu-open svg {
color:#fff;
}
.is-sticky svg {
color:#000!important;
}
.h3r4r {
    padding: 12px;
    margin-right: 5px;
    margin-left: 5px;
}
  #closeMobile {

}

}

@media (max-width: 990px) {
  .kx6w2 {
margin-bottom:50px
}
  .h3r4r {
padding: 0px 0px 25px 0px;
width: 100%;
}
  .kvz39 {
width: 100%;
}
  .site-header.is-sticky {
width: 100%;
padding: 0px 20px 0px 20px;
    border-radius: 0px;
margin:0px;
}
  #closeMobile {

}
  .close {

}
  .mobhd {
padding: 8px 0px;
}
  .is-sticky svg {
color: #ffffff!important;
}

}
@media (max-width: 768px) {
.filters {

    align-items: center;
    border-radius: 20px;
}
            
.filter-btn {

    max-width: 300px;
    padding: 14px;
}

.portfolio-grid {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
  .is-sticky svg {

}
  .f2jb2 {
padding-bottom: 0px!important;
}

}

@media (max-width: 660px) {

.glightbox-clean .gnext {
    top: initial!important;
    bottom: 0%!important;
    right: 0px!important;
}
.glightbox-clean .gprev {
   top: initial!important;
    bottom: 0px!important;
    left: 0px!important;
}
.glightbox {
    width: 49.1%;
}
.glightbox img {
    min-height: 110px;
}
.slidersec {
flex-direction: column;
}
  .f2jb2 {
padding-top: 150px;
padding-bottom: 100px;
}
  .pjn9c {
margin-bottom: 40px;
}
  h1 {
font-size:2.5rem;
}
  .ohxfr {
padding: 60px;
}
  .ulw49 {
flex-direction: column;
}
  .footer i {
margin-top:10px
}
  .f2jb2 h1 {
font-size: 3rem;
}
h2 {
margin-bottom: 10px;
}
.portfolio-grid {
   grid-template-columns: 1fr;
}
.kvz39 {

}
  .filter-btn {
min-width: 100px;
}
  .du8qp {
margin-bottom: 30px;
}
  .scroll-circle {
position: relative;
margin: 10px auto 10px auto;
}
  .menchil {
background-color: rgb(23, 23, 23, 0.38);
}
.pghead  h1 {
font-size:3.3rem;
}
.vute8 i {
    width: 50px;
    font-size: 30px;
}

}

@media (max-width: 375px) {
#new{
	color:red;
}

	
}


@media (max-width: 350px) {


	
}

@media  (max-width: 570px) and (orientation: landscape) {

}
