html{
     overflow-x: hidden;
}
body{
    margin: auto;
     overflow-x: hidden;
  font-family: "DM Sans", sans-serif !important;
}
p{
  font-family: "DM Sans", sans-serif;
}
@font-face {
    font-family: 'Monotype Corsiva';
    src: url('../fonts/MonotypeCorsiva-Bold.eot');
    src: url('../fonts/MonotypeCorsiva-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MonotypeCorsiva-Bold.woff2') format('woff2'),
        url('../fonts/MonotypeCorsiva-Bold.woff') format('woff'),
        url('../fonts/MonotypeCorsiva-Bold.ttf') format('truetype'),
        url('../fonts/MonotypeCorsiva-Bold.svg#MonotypeCorsiva-Bold') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}


.panel1{width: 100%;float: left;padding: 60px 0 160px;position: relative;}
.panel1 h6{font-size: 22px;color: #000;width: 25%;float: left;}
.panel1 p{font-size: 50px;color: #000;width: 74%;float: right;padding-left: 8%;line-height: 100%;margin: 0;}@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.panel2{width: 100%;float: left;background: #F5F2EA;padding-bottom: 100px;}
.mission-box{width: 98%;float: left;border: 1px solid #cecece;margin-top: -95px;padding: 30px 65px 40px;border-radius: 24px;}
.mission-box h2{font-size: 35px;color: #000;margin-bottom: 25px;}
.mission-box h2 span{font-family: 'Monotype Corsiva';}
.mission-box p{font-size: 16px;color: #000;padding-top: 25px;margin: 0;line-height: 180%;}
.values{background: #252D48;margin-top: 30px;float: left;width: 100%;border-radius: 20px;}
.values h5{float: left;font-size: 22px;color: #fff;padding: 36px 37px;border-right: 1px solid #4f556a;margin: 0;font-weight: 400;}
.values h6{float: left;font-size: 30px;color: #fff;padding: 44px 23px;margin: 0;font-weight: 500;}
.values h6:hover{
    
}
.panel1 h2{font-size: 48px;color: #fff;font-weight: 400;width: 80%;margin: 20px 0 0;position: relative;z-index: 9999;}
.panel1 h2 span{background: linear-gradient(to right, #94E4C7 0%, #93B656 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;animation: textclip 4s linear infinite;}
.panel1 a{width: 161px;float: left;height: 51px;background: #93B656;text-align: center;font-family: "Inter", sans-serif !important;font-size: 16px;color: #fff;text-decoration: none;font-weight: 600;padding: 13px;border-radius: 10px;position: relative;z-index: 9;overflow: hidden;transition: transform 0.2s ease;}
.bg1{
    
position: absolute;
    
top: 0%;
    
left: 0;
    
width: 100%;
    
z-index: 0;
}
.panel1 a img{width: 6px;height: 10px;margin-left: 8px;margin-top: -1px;}
.panel1 a:hover{
    
}.panel1 a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.panel1 a:hover::after {
  left: 100%;
}
.ip-loader {
        bottom: 0 !important;
    text-align: center !important;
    position: relative !important;
    margin-left: 0%;
    width: 100%;
    height: 100vh;
    display: flex
;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.loading img {
    width: 100px;
    animation: blink 2s ease-in-out infinite;
}

@keyframes blink {
  0%   { opacity: 1; }
  50%  { opacity: 0.3; }
  100% { opacity: 1; }
}
/* OTHER PAGES */
.inner-header {
  /* background: #000; */
  position: relative;
}

.inner-header .logo img {
  /* filter: brightness(0) invert(11); */
}





.inner-header .nav-toggle:before {
    background-color: #0a1439;
    box-shadow: 0 0.5em 0 0 #151e41, 0 1em 0 0 #0e1b3e;
}











.header .menu li a img{
    width: 10px;
    margin-left: 5px;
}

/* default (home page) */
.header .menu li a {
  color: #000000;   /* or your normal color */
}

/* INNER PAGES */
.inner-header .menu li a {
  /* color: #fff; */
}

/* arrow icon white */
.inner-header .menu li a img {
  /* filter: brightness(0) invert(1); */
  width: 10px;
  margin-left: 10px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}

.inner-header .menu li a:hover {
    color: #0c1636;
}


.head-menu{
    display: none;
}

.header{
    width: 100%;
    float: left;
    padding: 22px 0;
    position: relative;
    height: 122px;
    z-index:11;
    background: #fff;
}

.logo {
    /* width: 100%; */
    float: left;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
    height: 100%;
    width: 19%;
}
.logo img{
    width: 100%;
    float: left;
    max-width: 205px;
    position: relative;
    z-index: 1111;
}
.hdr-menu {
    width: 100%;
    float: right;
    /* display: flex; */
    height: 100%;
    /* align-items: center; */
    gap: 28px;
}
.menus{
    float: right;
    width: 100%;
}
.header_menu_area {
    width: 100%;
    position: relative;
    float: left;
}
.header_menu_area > ul {
    padding-right: 0px;
    padding: 25px 0px 0px 0px;
    /* width: 90%; */
    float: right;
    vertical-align: middle;
    margin: unset;
    text-align: right;
}
.header_menu_area > ul > li:last-child {
    /* padding-right: 0; */
}
.header_menu_area > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000000;
    float: left;
    text-decoration: none;
    list-style-type: none;
    position: relative;
    padding: 0px 20px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.header_menu_area > ul > li > a {
    position: relative;
    float: left;
    color: #000000;
    text-decoration: none;
    /* letter-spacing: 0.5px; */
    font-size: 16px;
    font-weight: 400;
    /* font-style: normal; */
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li > a:hover{
        color: #102160;
}
.stable{
    /*color: black !important;*/
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 18px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 9999999;
    /* transform: translate(0, 20px); */
    /* transition: all .2s ease-out; */
    /* -webkit-transform: perspective(600px) rotateX(-90deg); */
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    /* transform: perspective(600px) rotateX(-90deg); */
    /* -webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    /* transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
}
.menu ul li a:hover, .menu ul li:hover>a {
    background: #ffffff;
    color: #254177 !important;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}
.menu ul li a {
    width: 100%;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
    font-weight: 400;
    padding: 15px 15px;
    display: block;
    color: #112045 !important;
    background: #ffffff;
    text-align: -webkit-match-parent;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -30px;
}



/*mobile-wrapper*/



@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1180px;
    }

}
.banner-indicator {
    position: absolute;
    left: 7%;
    bottom: 8px;
    display: flex;
    align-items: center;
    d: none;
    gap: 5px;
    z-index: 9;
    flex-direction: column;
}



#slide-count {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  display: none;
}
#banner-dots{
    display:none;
}
/* DOTS AS VERTICAL BARS */
#banner-dots .owl-dot {
    border: unset;
    display: none;
    width: 17px;
    height: 17px;
    background: transparent;
    margin: 0 6px;
    display: inline-block;
    border: 1px solid #cecece;
    transition: 0.3s;
    border-radius: 100%;
}

#banner-dots .owl-dot.active {
  background: #93b656;   /* yellow bar */
}
/*codestaring*/

.banner{
    width: 100%;
    float: left;
}
.banner-desktop{
    width: 100%;
    float: left;
    position: relative;
}
.banner-desktop img{
    width: 100%;
    float: left;
}
.section1{
    width: 100%;
    float: left;
    padding: 83px 0 135px;
}
.top-carousel .owl-nav{
    display: none;
}
.s-hd{
    width: 100%;
    float: left;

}
.s-hd h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #001520;
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 31px;
}
.allcatgories{
    width: 100%;
    float: left;
    background: #F0F0F0;
    border-radius: 16px;
    border: 3px solid #F0F0F0;
    position: relative;

}
.allcatgories img{
    width: 100%;
    float: left;
    position: relative;
    border-radius: 16px;
}
.allcatgories-text {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 26px 15px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
        border-radius: 16px;
   background: #000000;
    background: linear-gradient(190deg, rgb(0 0 0 / 0%) 32%, rgb(0 0 0 / 0%) 35%, rgb(0 0 0) 100%);
}
.categories-carousel .owl-nav{
    display: none;
}
.allcatgories-text h2{
    width: auto;
    float: left;
    text-align: left;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 24px;
    font-weight: 700;
}
.allcatgories-text span{
    width: 44px;
    height: 45px;
    float: left;
    border-radius: 50px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.allcatgories-text span img{
    width: 100%;
    float: left;
    max-width: 18px;
}
.allcatgories :hover .allcatgories-text span {
background: black;
transition: background 0.3s ease, color 0.3s ease;
}
.allcatgories :hover .allcatgories-text span img {
filter: invert(11111);
transition: background 0.3s ease, color 0.3s ease;
}








.section2{
    width: 100%;
    float: left;
    padding-bottom: 103px;
    
}
.st2-img{
    width: 100%;
    float: left;
}
.st2-img img{
    width: 100%;
    float: left;
    max-width: 495px;
}
.st2-hds {
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
 

  .about-badge {
     width: 125px;
    height: 27px;
    float: left;
   display: flex;
    align-items: center;
    justify-content: center;
   
    background: #000;
    color: #fff;
    font-family: sans-serif; /* Added for clean look */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    /* Logic: [x y] coordinates for each point of the shape */
  clip-path: polygon(12px 0%, /* Top Left (Start of cut) */ 100% 0%, /* Top Right (Square) */ 100% 50%, /* Right Side (Before cut) */ calc(100% - 12px) 100%, /* Bottom Right (End of cut) */ 0% 100%, /* Bottom Left (Square) */ 0% 50% /* Left Side (Return to Top cut) */);


}
.st2-hds h3{
    padding: 24px 0;
    width: 100%;
    float: left;
    text-align: left;
    font-size: 42px;
    font-weight: 400;
    line-height: 143%;
}
.st2-hds h3 span {
    transition: color 0.3s ease, font-weight 0.3s ease;
}
.explore a {
    width: 170px;
    height: 53px;
    float: left;
    background: #000000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
     border: 1px solid black;
     transition: background 0.3s ease, color 0.3s ease;

}
.explore a span {
    width: 36px;
    height: 37px;
    float: left;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}
.explore a span img{
    width: 100%;
    max-width: 18px;
}

.explore a {
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease, color 0.3s ease;
}

.explore a span {
    transition: transform 0.3s ease, background 0.3s ease;
}

.explore a:hover {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #000000;
}

.explore a:hover span {
    /*background: #000000;*/
    transform: translateX(6px);
}

/*.explore a:hover span img {
    filter: invert(1);
}*/
.s3 a:hover {
    background:#000000 ;
    color:#FFFFFF;
    border: 1px solid #FFFFFF;
}
.countersection {
    width: 100%;
    float: left;
    padding-top: 46px;
    display: flex;
    gap: 50px;
}
.ct1{
    padding-right: 49px;
    float: left;
    position: relative;

}
.ct1 h4{
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 14px;
    font-size: 70px;
    font-weight: 500;
   background: #6B6B6B;
background: linear-gradient(143deg, rgba(107, 107, 107, 0.98) 0%, rgba(0, 0, 0, 1) 100%);


    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}






.ct1 p{
    text-align: left;
    color: #606060;
    font-size: 22px;
    font-weight: 500;
}

.ct1::after {
    width: 1px;
    height: 110px;
    background: #CDCDCD;
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
}
.ct1:last-child::after {
    display: none;
}
.s2clss {
    width: 37%;
}
.s2clss-n {
    width: 63%;
}
.section3{
    width: 100%;
    float: left;
    background: #000000;
    padding: 84px 0 115px;
}
.s3-hd{
    width:auto;
    float: left;
}
.s3-hd h2{
   
    text-align: left;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 600;

}
.s3-hd p{
    
    text-align: left;
    color: #BFBFBF;
    font-size: 16px;
    font-weight: 500;
    padding-top: 13px;
}
.s3 a{
    width: 149px;
    background: white;
    color: black;
}
.s3 a span {
    background: black;
}
.s3main {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 54px;
}
.products-hm{
    width: 100%;
    float: left;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 7px 6px;
}
.proimg{
    width: 100%;
    float: left;
    position: relative;
}



.proimg h5.launch-tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 127px;
    height: 27px;
    background: #FFC700;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
   
    clip-path: polygon(
        0% 0%,
        100% 0%,
        100% 56%,
        87% 100%,
        0% 100%,
        0% 50%
    );

        display: flex;
    align-items: center;
    justify-content: center;
}
.proimg img{
    width: 100%;
    float: left;
    max-width: 299px;
    border-radius: 8px;
}
.products-hm h3{
    width: 100%;
    float: left;
    text-align: left;
    color: #696969;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 0;

}
.btnn{
    width: 153px;
}
.products-hm p{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 138%;
}
.s5btn a{
    background: #FFFFFF;
    color:#000000;
}
.s5btn a span {
     background: #000000;
}
.pro-btns {
    width: 100%;
    float: left;
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.pro-btns a {
    width: 146px;
    height: 45px;
    float: left;
    padding: 11px 5px;
    background: #00A14B;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    gap: 6px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
}
.pro-btns a:hover{
background: #ffc700 !important;
transition: background 0.3s ease, color 0.3s ease;
}

.pro-btns img{
    width: 100%;
    max-width: 22px;

}
.pro-btns a span{
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
}
.products-carousel .owl-nav{
    display: none;
}
.section4{
    width: 100%;
    float: left;
    padding: 78px 0;
}
.s4hd {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.s4hd h2{
    width: 100%;
    float: left;
    padding: 10px 0 49px;
    color: #000000;
    line-height: 130%;
    font-size: 52px;
    font-weight: 600;
    text-align: center;
}

.s4hd h2 span{
color: #797979;
}
.s4image{
    width: 100%;
    float: left;
    border-radius:16px;
    background-image: url('../images/Frame 2147225642.png');
    background-size: cover;
    min-height: 471px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;

}
.s4image img{
width: 100%;
float: left;
max-width: 259px;
transition: all 0.4s ease;
}
.s4image:hover img{
    transform: scale(1.2);
    
}
.s4image-two:hover .s4image-twoimg{
transform: scale(1.05);
}
.s4image-two{
    width: 100%;
    float: left;
    border-radius:16px;
    background-image: url('../images/Frame 2147225643.png');
    background-size: cover;
    min-height: 471px;
    padding: 33px 25px;
        justify-content: end;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.section4 .col-lg-5{
width: 37.666667%;
}
.section4 .col-lg-7{
    width: 62.333333%;
}
.s4image-twoimg{
    width: 100%;
    float: left;
    max-width: 224px;
    transition: all 0.4s ease;
}
.s4image-two p{
    width: auto;
    float: left;
    text-align: left;
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 500;
    line-height: 156%;
}
.s4image-p span{
width: 45px;
height: 47px;
float: right;
background: #FFFFFF;
align-items: center;
    justify-content: center;
    display: flex;
}
.s4image-p span:hover{
    background: black;
    transition: background 0.3s ease, color 0.3s ease;
}
.s4image-p span:hover img {
    filter: invert(1);
}
.s5btn a:hover {
    background: #000000;
    color: #ffffff;
}


.s4image-p{
display: flex;
    justify-content: space-between;
    align-items: end;
}
.s4image-p span img{
    width: 100%;
    float: left;
    max-width: 22px;
}


.section5{
    position: relative;
    padding: 39px 0 47px;
    width: 100%;
    float: left;
    /*height: 534px;*/
    background-size: cover;
    background-image: url('../images/section8.webp');
}
.s5logo{
    width: 100%;
    float: left;
}
.s5logo img{
    width: 100%;
    float: right;
    max-width: 150px;

}
.stion-f{
    width: 100%;
    float: left;
}
.stion-f img{ 
    width: 100%;
-webkit-transition: all ease-in-out 0.5s;

}
.stion-f img:hover{
    filter: brightness(0.5);
  -webkit-transition: all ease-in-out 0.5s;
}
.s5-hd {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.s5-hd h2{
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 63px;
    font-weight: 500;
    line-height: 80px;
}
.section6{
    width: 100%;
    float: left;
    padding: 124px 0;

}
.s6hds{
    width: 100%;
    float: left;

}
.s6hds h2 {
    width: 100%;
    float: left;
    padding: 0px 0 49px;
    color: #000000;
    line-height: 130%;
    font-size: 52px;
    font-weight: 600;
    text-align: left;
    padding-bottom: 40px;
}
.s6hds h2 span {
    color: #797979;
}
.ssixcontent {
    width: 100%;
    float: left;
    display: -webkit-box;
    gap: 12px;
    padding: 12px 0px 0px 24px;
    border-left: 5px solid #eaeaea;
    margin-bottom: 20px;
     transition: 0.4s ease;   /* smooth */

}
.ssixcontent span{
    width: 51px;
    height: 51px;
    float: left;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #000000;
    display: flex;
    justify-content: center;

}
.ssixcontent span img{
    width: 100%;
    float: left;
    max-width: 32px;
     transition: 0.4s ease;
}
/* Border color change */
.ssixcontent:hover {
    border-left: 5px solid #ffc700;
}

/* Zoom effect on icon */
.ssixcontent:hover span img {
    transform: scale(1.15);   /* zoom in */
}

.ssixcont-text{
    float: left;
}
.ssixcont-text h4{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
.ssixcont-text p{
    width: 100%;
    float: left;
    text-align: left;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
  line-height: 177%;
}
.s6img{
    width: 100%;
    float: left;
}
.s6img img{
    width: 100%;
    float: right;
    max-width: 666px;

}
.s6first{
    width: 46%;
}
.s6secd{
    width: 54%;
}
.anotherproducts-carousel .owl-prev{
width: 46px;
height: 48px;
float: left;
background: #FFFFFF !important;
}
.anotherproducts-carousel .owl-next{
width: 46px;
height: 48px;
float: left;
background: #FFFFFF !important;
margin-left: 13px;
}
.anotherproducts-carousel .owl-nav{
position: absolute;
right: 0;
top: -101px;
}
.moving{
    width: 100%;
    float: left;
    background: ;
    padding: 24px 0;
    background: #FFFFFF;
}
.b2-slider {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}


.b2-slide-track{
    -webkit-animation: scroll2 24s linear infinite;
    animation: scroll2 39s linear infinite;
    display: flex;
    width: calc(100%* 20);
}
@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-652px * 10));
  }
}
.b2-slide {
    position: relative;
    padding-left: 46px;
    display: flex;
    align-items: center;
    gap: 46px;
    justify-content: center;
}
.b2-slider .b2-slide img {
    float: left;
    width: 100%;
    max-width: 48px;
}
.b2-slider .b2-slide h2 {
    font-weight: 600;
    font-size: 32px;
    color: black;
    width: 100%;
}
.section7{
    width: 100%;
    float: left;
    background: #000000;
    padding: 117px 0;
}
.s7 .about-badge {
background: white;
color: black;
width: 153px;
}

.s7 h2{
    padding: 19px 0 56px;
 color: #FFFFFF;
}
.s7left {
      background: #0b0b0b;
    background-size: cover;
    position: relative;
    width: 100%;
    min-height: 342px;
    padding: 24px 22px;
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.s7left::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    background: radial-gradient(circle at top right,
        rgba(0,255,170,0.15),
        transparent 60%);
    pointer-events: none;
}

.s7left::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 1.5px;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.05),
        rgb(189 189 189 / 25%),
        rgba(255,255,255,0.35)
    );

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

.s7left img {
    position: absolute;
    top: -60px;
    right: -70px;
    width: 100%;
    max-width: 270px;
    pointer-events: none;
     transition: transform 0.6s ease;   /* smooth zoom */
    transform-origin: center bottom;   /* zoom from bottom */

}
.s7left:hover img {
    transform: scale(1.15);  /* adjust zoom: 1.1 = small, 1.2 = big */
}



.s7left h6 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    /*line-height: 14px;*/
    z-index: 1;
}

.s7left h6 span {
    color: #8D8D8D;
}
.s7leftmaintfull{
    display: flex;
    gap: 32px;
        flex-direction: column;
}
.s7lbottom{
    position: relative;
    width: 100%;
    float: left;
    min-height: 342px;
      background: #0b0b0d; /* dark glass background */
    padding: 24px 22px;
    border-radius: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.s7lbottom::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 1.2px;

    background: linear-gradient(
        145deg,
        rgba(255,255,255,0.35),
        rgba(255,255,255,0.08) 30%,
        rgba(255,255,255,0.05) 60%,
        rgba(255,255,255,0.25)
    );

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}



.s7lbottom img{
width: 100%;
float: left;
max-width: 180px;
 transition: transform 0.6s ease;   /* smooth zoom */
    transform-origin: center bottom;   /* zoom from bottom */
}
.s7lbottom:hover img {
    transform: scale(1.15);  /* adjust zoom: 1.1 = small, 1.2 = big */
}
.s7lbottom h3{
    text-align: center;
    width: 100%;
    float: left;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 70px;
    font-weight: 600;
}
.s7lbottom p{
    width: 100%;
    float: left;
    text-align: center;
    color: #ffffff9c;
    font-size: 28px;
    font-weight: 600;
    line-height: 41px;
}
.s8-center{
    padding-top: 64px;
    width:100%;
    min-height: 716px;
    border-radius: 35px;
    float: left;
    background-image: url('../images/Frame 2147225650.webp');
    background-size: cover;
    position: relative;
    overflow: hidden;

}
.s8-center::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 1.5px;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.9),
        rgba(255,255,255,0.35) 25%,
        rgba(255,255,255,0.08) 50%,
        rgba(255,255,255,0.35) 75%,
        rgba(255,255,255,0.9)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}
.s8-center h3{
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.s8-center h2{
    width: 100%;
    float: left;
    font-size: 98px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    padding: 0px 0;
}
.s8-center p{
    width: 100%;
    float: left;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff9c;
}
.s8-centermhn img{
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
   max-width: 360px;
}
.ring img{
    width: 100%;
    float: left;
    position: absolute;
    bottom: -228px;
    left: -282px;
    max-width: 605px;
animation: ringMove 12s linear infinite;
    transform-origin: center;
}
@keyframes ringMove {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.s8-right{
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    border-radius: 35px;
    position: relative;
    width: 100%;
    min-height: 342px;
    float: left;
    overflow: hidden;
    background-image: url('../images/Frame 2147225641.webp');
}
.s8-right::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 1.5px;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.05),
        rgb(189 189 189 / 25%),
        rgba(255,255,255,0.35)
    );

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}
.s8-right h5{
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 25px;
}
.s8-right h5 span{
    color: #8D8D8D;
}
.s8-right img{
    width: 100%;
    float: left;
    max-width: 204px;
     transition: transform 0.6s ease;   /* smooth zoom */
    transform-origin: center bottom;   /* zoom from bottom */
}
.s8-right:hover img {
    transform: scale(1.15);  /* adjust zoom: 1.1 = small, 1.2 = big */
}
.s8-right-bottom{
    background-size: cover;
    width:100%;
    min-height: 342px;
    float: left;
padding: 24px 22px;
  border-radius: 35px;
overflow: hidden;
    display: flex;
    align-items: flex-end;
position: relative;
background-image: url('../images/Frame 2147225643.webp');

}

.s8-right-bottom::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 35px;
    padding: 1.5px;

    background: linear-gradient(
        135deg,
        rgba(255,255,255,0.25),
        rgba(255,255,255,0.05),
        rgb(189 189 189 / 25%),
        rgba(255,255,255,0.35)
    );

    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;
}

   .s8-right-bottom h6 {
    margin: 0;
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.45;
    z-index: 1;
} 
  .s8-right-bottom h6 span {
    color: #8D8D8D;
}
.s8-right-bottom img{
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    right:0;
    max-width: 213px;
    transition: transform 0.6s ease;   /* smooth zoom */
    transform-origin: center bottom;   /* zoom from bottom */
} 
  

.s8-right-bottom:hover img {
    transform: scale(1.15);  /* adjust zoom: 1.1 = small, 1.2 = big */
}
.s8-right-all{
   display: flex;
    gap: 32px;
    flex-direction: column; 
} 
.section7 .col-lg-4{
    width: 28.333333%;
} 
.section7 .col-lg-5{
width: 41.66666667%;
}



.abt-bx{
      z-index: 1;
    perspective: 1000px;
  transition: transform 0.15s ease-out;
  transform-style: preserve-3d;
  will-change: transform;
}





























.testimonial{
    width: 100%;
    float: left;
    padding: 156px 0 99px;
    position: relative;
}
.textion .about-badge{
width: 181px;
}
.textion h2{
text-align: left;
padding: 10px 0;
}
.textion{
 align-items: normal;   
}
.textion p{
    width: auto;
    float: left;
    text-align: left;
    color: #737272;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 40px;
}
.textmonial-bxs{
    width: 100%;
    float: left;
    padding: 24px 18px 34px;
    border-radius: 16px ;
    border: 1px solid #E7EAEC;
}
.t-img1{
    width: 100%;
    float: left;
    max-width: 66px;
}
.t-img2{
    width: 100%;
    float: left;
    max-width: 132px;
}
.t-imgurl{
display: flex;
    align-items: center;
    justify-content: space-between;
}
.textmonial-bxs h4{
    width: 100%;
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    float: left;
    padding: 12px 0;
}
.textmonial-bxs p{
    width: 100%;
    float: left;
    text-align: left;
    color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.textimonianmain-big{
       padding-left: 65px;
}
.textimonial-carousel .owl-prev {
    width: 46px;
    height: 48px;
    float: left;
    background: black !important;
}
.textimonial-carousel .owl-next {
    width: 46px;
    height: 48px;
    float: left;
    background: black !important;
    margin-left: 13px;
}
.textimonial-carousel button img{
filter: invert(1);
}
.textimonial-carousel .owl-nav {
    position: absolute;
  right: 65px;
    top: -101px;
}
.section8{
    width: 100%;
    float: left;
    padding-bottom: 109px;
}
.s8main{
    width: 100%;
    float: left;
    position: relative;
    height: 479px;
    padding: 84px 50px;
    background: #000000;
    overflow:hidden;
}
.s8main h2{
    position: relative;
    padding-bottom: 26px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 63px;
    font-weight: 500;
    line-height: 76px;
}
.s8main h2 span{
    color: #838383;
}
.s8main-img img{
    width: 100%;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 661px;
}

.social-m{
    width: 100%;
    float: left;
}
.social-m h3{
    width: 100%;
    float: left;
    text-align: left;
    color:white;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
}
.social-m a{
    padding-right: 12px;
    float: left;
}
.social-m a img{
    width: 100%;
    float: left;
    max-width: 40px;
}
.social-m a:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}



.ftr-main{
    width: 100%;
    float: left;
}
.ftr-main h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 24px;
}
.ftr-main a{
    width: 100%;
    float: left;
    text-align: left;
    color: #9D9D9D;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 10px;
     transition: opacity 0.6s ease;   /* smooth fade */
}
.ftr-main a:hover{
    color: #ffffff;
}
.ftrbx1{
width: 32%;
float: left;
}
.ftrbx2{
width: 33%;
float: left;
}
.ftrbx3{
    
    float: left;
width: 35%;
}

.copy{
    width: 100%;
    float: left;
    padding-bottom: 22px;
    background: black;
}
.copy img{
    width: 100%;
    float: left;
    max-width: 640px;
    opacity: 0.1;
     animation: softBlink 4s ease-in-out infinite;
 }
@keyframes softBlink {
    0%   { opacity: 0.1; }
    50%  { opacity: 1; }
    100% { opacity: 0.1; }
}


.copy p {
    width: 100%;
    float: right;
    text-align: right;
    color: #9D9D9D;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: end;
}
.ftrbx3 p{
    width: 100%;
    float: left;
    text-align: left;
    color: #9D9D9D;
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
        padding-bottom: 10px;
}
/*innerpage*/
.innerhds {
    width: 100%;
    float: left;
    background: #000000;
    overflow: hidden;
    margin-top: -123px;
    padding: 173px 0 50px;
    position: relative;
}
.innerhds h2{
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    
    font-size:42px;
    font-weight: 500;
}
.innerhds img {
    opacity: 0.3;
    width: 100%;
    max-width: 500px;
    float: left;
    position: absolute;
       right: 0;
    bottom: -219px;
}
.inner-pages{
    width: 100%;
    float: left;
    padding: 70px 0;
}
.innerabthd{
    width: 100%;
    float: left;
}
.innerabthd h2{
    width: 100%;
   text-align: left;
    color: black;
    font-size: 52px;
    font-weight: 600;
    padding-bottom: 35px;
}
.innerabthd img {
    width: 100%;
    float: left;
    max-width: 530px;
    height: 590px;
    object-fit: cover;
    margin-right: 40px;
}
.innerabthd p{
    width: 100%;
    text-align: left;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
        padding-bottom: 30px;
}
.tick img {
    margin: auto;
    width: 100%;
    float: left;
    max-width: 23px;
    height: auto;
}
.tick {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 15px;
    justify-content: center;
}

.tick h6{
   width: 100%;
    text-align: left;
    color: black;
    font-size: 25px;
    font-weight: 500;
}
.vimi{
    width: 100%;
    float: left;
}
.vimi h3{
    width: 100%;
    float: left;
   padding: 12px 0;
    text-align: left;
    color: #001520;
    font-size: 40px;
    font-weight: 600;
}
.vimi p{
    float: left;
    width: 100%;
    text-align: left;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
}
.vi-extra img{
    width: 100%;
    float: left;
    max-width: 50px;

}
.vimi span{
    width: 51px;
    height: 51px;
    float: left;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #000000;
    display: flex;
    justify-content: center;
        align-items: center;
}
.vimi img{
    width: 100%;
    float: left;
    max-width: 32px;
}
.vi-extra {
    gap: 25px;
    padding-top: 25px;
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vi-extratxt{
width: 100%; 
  float: left;
}
.vi-extratxt h4{
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 15px;
}
.mainabtbig{
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.mainabtbig h6{
    width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 50px;
    font-weight: 500;
    padding-bottom: 30px;
}
.rwnw{
    padding-top: 100px;
    height: 100%;
    display: flex;
    align-items: center;
}
.mainabtbig p {
    float: left;
    width: 100%;
    text-align: left;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
}
.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
}
.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    color: black;
   font-size: 52px;
    font-weight: 600;
    line-height: 130%;
}
.cr-wd p {
    width: 100%;
    float: left;
    text-align: center;
      color: #656565;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding: 20px 0 30px;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
}
.mct_form {
        border: 1px solid #00000070;
    color: #000000;
    display: block;
    font-weight: 300;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 51px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 10px;
}
.cr-inn a {
    width: 150px;
}
.c-imag img {
    width: 100%;
}
.contct-frm {
    padding-left: 45px;
}
.contct-frm h4 {
    width: 100%;
    float: left;
    text-align: left;
    color:#000000;
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.con-field label {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.con-field input {
    width: 100%;
    float: left;
    padding: 12px;
       border: 1px solid #00000070;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
       background: #f5f0e400;
    height: 51px;
    outline: none !important;
}
.con-field textarea {
    width: 100%;
    float: left;
    background: #f5f0e400;
    padding: 12px;
     border: 1px solid #00000070;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline: none !important;
}.con-field {
    margin-bottom: 12px;
}.w-card {
    flex-direction: column;
    display: flex;
}


.w-card span {
    width: 51px;
    height: 51px;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
    display: flex;
     background: #000000;
    align-items: center;
    justify-content: center;
}
.w-card span img{
width: 100%;
max-width: 32px;
}.w-card h3 {
    color:black;
    font-size: 24px;
    font-weight: 500;
    margin-top: 22px;
    margin-bottom: 15px;
}.w-card p {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
}.w-card p a {
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}.ft-social {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
}.ft-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #E6E6E6;
    border-radius: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.w-card .ft-social img {
    filter: invert(1);
}
.w-cardcentr {
    background: #1AA664;
    border-radius: 20px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.category-pghd{
    width: 100%;
    float: left;
}
.category-pghd h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 52px;
    font-weight: 600;
}
.category-pghd p {
    text-align: center;
   color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
       padding: 25px 200px;
    float: left;

}   
.ct-pgbd{
    margin-bottom: 25px;
     border: 1px solid #afafaf75;
}
.ct-pgbd h6 {
    width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 12px;
}
.productlisting {
 padding: 15px 0 30px;
    width: 100%;
    float: left;
    display: inline-block;
    z-index: 111;
    position: relative;
}
.productlisting .btn {
   
       padding: 9px 30px;
    font-size: 17px;
    font-weight: 300;
    color: white;
    background: black;
    border: 1px solid #9F9F9F !important;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.productlisting .dropdown-menu {
    border-radius: 0;
    min-width: 200px;
    padding: 0 !important;
    border: 1px solid #9F9F9F;
    transform: translate(-49px, 48px) !important;
}
.productlisting .dropdown-menu {
    border-radius: 0;
    min-width: 460px;
    padding: 0 !important;
    border: 1px solid #9F9F9F;
    transform: translate(-140px, 48px) !important;
}
.productlisting li {
    float: left;
    width: 50%;
    padding: 10px 15px;
}
.productlisting .form-check-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid black;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    position: relative;
}
.productlisting label {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    padding-left: 8px;
}
.productlisting .form-check-input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*dadad*/
.product-details {
  padding: 0px 0 60px;
}

/* Gallery */

.product-gallery{
    padding: 0 50px;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.product-gallery .main-image {
  width: 100%;
  border-radius: 12px;
}

.product-gallery .thumbs {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.product-gallery .thumbs img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.6;
}

.product-gallery .thumbs img.active {
  opacity: 1;
  border: 2px solid #000;
}

/* Info */
.product-info h1 {
 width: 100%;
    float: left;
    text-align: left;
    color: #000000;
    font-size: 41px;
    font-weight: 500;
    padding-bottom: 23px;
    line-height: 138%;
}
.product-info h3 {
width: 100%;
    float: left;
    text-align: left;
    color: #696969;
    font-size: 16px;
    font-weight: 600;
}
.product-info h6{
width: 100%;
    float: left;
    text-align: left;
    color: black;
    font-size: 20px;
    font-weight: 800;
    padding: 15px 0px;
}


.product-info .desc {
 text-align:left;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
    float: left;
    padding-bottom:15px;
}

/* Options */
.option-group {
  margin-bottom: 25px;
}

.option-group h6 {
  font-weight: 600;
  margin-bottom: 10px;
}

.sizes span {
  display: inline-block;
  border: 1px solid #ddd;
  padding: 8px 14px;
  margin-right: 8px;
  cursor: pointer;
}

.sizes span.active {
  background: #000;
  color: #fff;
}
.colors span.active {
  outline: 2px solid #000;
  outline-offset: 3px;
}

/* Colors */
.colors span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.sizes span:hover,
.colors span:hover,
.thumbs img:hover {
  transform: scale(1.05);
  transition: 0.2s;
}


.colors .black { background: #000; }
.colors .gray { background: #ccc; }
.colors .orange { background: orange; }
.colors .blue { background: #007bff; }


/* Buttons */
.actions button {
  padding: 12px 30px;
  border: none;
  margin-right: 10px;
  border-radius: 30px;
}

.btn-buy {
  background: #000;
  color: #fff;
}

.btn-cart {
  background: #f1f1f1;
}


.search-toggle {
    background: none;
    border: none;
    cursor: pointer;
}
.search-box.active {
    display: flex;
}
.search-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        background: rgb(0 0 0 / 97%);
        display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2000;
}
.search-container {
    display: flex;
    gap: 10px;
    width: 60%;
}
.search-container input {
    flex: 1;
    padding: 14px 18px;
    font-size: 18px;
    border: 2px solid #ddd;
    border-radius: 30px;
    outline: none;
    background: black;
    color: white;
}
.close-search {
    background: none;
    border: none;
    font-size: 45px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: white;
}
.suggestions {
    margin-top: 20px;
    width: 60%;
    list-style: none;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-height: 250px;
    overflow-y: auto;
    display: none;
}.suggestions li {
    padding: 12px 16px;
    cursor: pointer;
    transition: background 0.3s;
}
.wishlist {
    width: 38px;
    height: 38px;
    float: left;
    background: #000000;
    border-radius: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wishlist img{
    width: 100%;
    float: left;
    max-width: 21px;
}
.hdarw {
    width: auto;
    float: left;
    max-width: 12px;
    float: right;
    margin: 10px 0px 0px 7px;
}

.banner-mobil{
    display: none;
}
.banner-mobil{
    width: 100%;
    float: left;
}
.banner-mobil img{
width: 100%;
float: left;
}
@media (min-width:576px){
     .copyright br{
        display:none;
    }
}
@media (max-width: 575px){
   
    .feature{
        background-size:cover!important;
    }
    .btn-connect{
        float:left!important;
    }
    .news-section .title {
    text-align: center;
    font-size: 40px !important;}    .news-section .title span{
    font-size: 50px !important;}
    .apply {
    width: 50% !important;
    text-align: center;
    float: left;    padding: 15px 13px !important;
}    .know {
    width: 50% !important;
    text-align: center;
    float: left;    padding: 15px 13px !important;
}
    .p6-box p{
        text-align: left !important;
    }
    .job-list-full p {
    font-size: 16px !important;
    float: right;
    width: 100% !important;
    color: #000;
    margin-top: 0 !important;
    text-align: center;
}
    .job-list-full h2 {
    float: left;
    font-size: 40px !important;
    color: #000;
    font-weight: 600;
    text-align: center;
    width: 100%;
}.job-list-full h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 35px !important;
    float: left;
    width: 100%;
}
    .vm-sec{
        text-align: center;
    }
    .about4 img{
        width: 100% !important;
    }
    .about4 p{
        text-align: center;
        width: 100%;
        float: left;
    }.about4 h2 span{
        font-size:45px!important;
    }
   .about4 h2 {
    color: #000;
    font-size: 35px !important;
    font-weight: 600;
    text-align: center;
    line-height: 120% !important;
    width: 100%;
    margin-top: 20px !important;
    float: left;
}
    .panel3 .row {
    --bs-gutter-x: 0 !important;}
    .footer-right-full {
    width: 100%;
    float: left;
    margin-top: 20px;
}.footer-btn {
    /* display: flex; */
    /* align-items: center; */
    float: left;
    margin-top: 20px;
}
    .text-slide p {
    font-size: 12px !important;
    color: #fff;
    font-weight: 500;
    width: 100% !important;
    line-height: 16px !important;
    padding-top: 8px !important;
    float: left;
}
    .panel1 {
    width: 100%;
    float: left;
    padding: 60px 0 60px !important;
    position: relative;
}
        .footer-center {
        max-width: 100%;
        width: 100% !important;
    }.footer-right-full {
    width: 100%;
    float: left;
    margin-top: 20px;
}.footer-btn {
    /* display: flex; */
    /* align-items: center; */
    float: left;
    width: 100%;
    margin-top: 20px;
}
    .footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px !important;
    transition: 0.3s;
}
    .p9-carousel .owl-nav{
        display: none;
    }
    .panel8 h2 span {
    font-size: 40px !important;
}
    .panel8 h2 {
    font-size: 40px !important;}
    .panel8 p {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 10px 10px 30px !important;
    }
    .p7-carousel .owl-nav {
    position: relative;
    left: 0 !important;
    top: 30px;
    text-align: center;
}
    .p7-box1 {
    width: 100% !important;}
    .panel7 p {
    font-size: 16px !important;
    color: #000;
    line-height: 150%;
    float: left !important;
    width: 100% !important;
    text-align: center !important;
    margin-top: 10px !important;
    padding-left: 0 !important;
}.p7-full {
    width: 100%;
    float: left;
    padding: 30px 4% 30px 4% !important;
}
    .p6-full {
    width: 100%;
    float: left;
    padding: 30px 4% 30px 4% !important;
}
.panel7 h2 {
    font-size: 40px !important;
    color: #000;
    width: 100% !important;
    text-align: center !important;
    float: left;
    line-height: 100%;
}
.panel7 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 48px !important;
}
    .panel6 h2 {
    font-size: 35px !important;
    color: #ffffff;
    width: 100% !important;
    text-align: center;
    float: left;
}.panel6 h2 span {
    font-family: 'Monotype Corsiva';
    float: left;
    font-size: 45px !important;
    width: 100% !important;
    float: left !important;
}.p6-p {
    font-size: 16px;
    color: #fff;
    width: 100% !important;
    text-align: center;
    float: right;
    margin-top: 10px !important;
}
       .panel5 p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
    float: right;
    width: 100% !important;
    margin-top: 0 !important;
    text-align: center !important;
}.panel5 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 45px !important;
    float: left;
}
    .panel5 h2 {
    font-size: 35px !important;
    text-align: center;
    color: #000;
    width: 100% !important;
    float: left;
    line-height: 110%;
    margin-bottom: 10px !important;
}
    .logo-min {
    width: 33px !important;
    position: absolute;
    top: 37% !important;
    left: 50.5%;
    animation: pulseSimple 2s infinite ease-in-out;
}
    .p4-box img {
    max-width: 100% !important; 
}.p4-box {
    position: relative;
    float: left;
    width: 100%;
}
    .panel4 p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 0px !important;
    line-height: 150%;
    float: left;
    padding: 10px 5% !important;
    letter-spacing: -1%;
    margin-bottom: 10px !important;
}
    .panel4 h2 {
    font-size: 35px !important;
}.panel4 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 45px !important;
    width: 100%;
    float: left;
}
    .panel3 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 45px !important;
    width: 100% !important;
    float: left !important;
}.panel3 h2 {
    font-size: 35px !important;
    color: #000;
    width: 100% !important;
    float: left !important;
    line-height: 100%;
    text-align: center !important;
}.panel3 p {
    font-size: 16px;
    color: #000;
    line-height: 150%;
    float: right;
    width: 100% !important;
    margin-top: 15px !important;
    text-align: center !important;
}
    .values h5 {
    float: left;
    font-size: 36px !important;
    color: #fff;
    padding: 36px 37px !important;
    border-right: 0 !important;
    margin: 0;
    font-weight: 400;
    width: 100%;        background: #293458;
        border-radius: 20px;
    text-align: center;
}  .values h5 br{
    display: none;
}.values h6 {
    float: left;
    font-size: 30px !important;
    color: #fff;
    padding: 10px 23px !important;
    margin: 0;
    border-bottom: 1px solid #cecece5c;
    font-weight: 500;
    text-align: center !important;
    width: 100% !important;
}
.mission-box {
    width: 100%;
    float: left;
    border: 1px solid #cecece;
    margin-top: 30px !important;
    padding: 30px 35px 40px !important;
    border-radius: 24px;
}.mission-box h2 {
    font-size: 35px;
    color: #000;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #cecece;
}
.banner-mobil{
    display: block;
}
.banner-desktop{
    /* display: none; */
}.text-slide h2 {
    font-size: 27px !important;
    padding-bottom: 20px !important;
}.text-slide h2 span {
    /* font-style: italic; */
    font-family: 'Monotype Corsiva';
    font-size: 35px !important;
}
    .panel1 h6

    {
        width:100% !important;
        text-align: center;
    }.panel1 p{
        width:100% !important;
        padding-left:0;
        font-size: 25px;
        line-height: 130%;
        text-align: center;
    }
}
.mobilemenu{
    width: 100%;
    float: left;
    position: relative;
    display: none;
}
@media (max-width: 991px){
.hdr-menu{/* display: none; */}
.mobilemenu{
    display: block;
    width: auto;
    float: right;
    margin-top: -52px;
}
.header_menu_area > ul{
    display: none;
}.view-job{
    display: none;
}.logo{
    width: 44%;
}
}

@media (min-width: 768px) {
.extar{
    /* padding: 0 65px; */
}
}




@media (max-width:400px){


.copy p {
    
    text-align: center !important;
    font-size: 11px;
}
    .ftrbx2 a{
width: 100% !important;
    }
    .category-pghd h2 {
        font-size: 35px !important;
    }



.productlisting li {
    width: 100%;
    text-align: center;
}

.productlisting .dropdown-menu {
    padding: 0 110px !important;



}
}


@media (max-width: 1300px){


.abt-bx{
     
      z-index: unset;
    perspective: unset;
  transition: unset;
  transform-style: unset;
  will-change: unset;
}
}



@media (max-width: 575px){
    .text-slide {
    position: absolute;
    top: 18% !important;}
    .float-start {
    float: left !important;
    width: 100% !important;
}.sc-frm form {
    float: left;
    width: 100% !important;
}
    #abt-panel h2 {
    float: left;
    width: 100%;
    font-size: 40px !important;
    color: #000000;
    letter-spacing: 1px;
    padding-bottom: 10px;
    text-align: center !important;
    line-height: 42px !important;
    margin-bottom: 10px !important;
}
  #abt-panel p{
    text-align: center;
  }
#abt-panel h2 span {
    font-size: 55px !important;
}
    .innerban h1 {
     font-size: 40px !important;
     padding-top: 45px !important;
     padding-bottom: 45px;
     }.innerban{
        height: auto !important;
     }
    .serv-left p{
    text-align: center;
    margin-bottom: 20px !important;
}
    .serv-left h2{
        font-size: 45px !important;
        text-align: center;
    }     .serv-left h2 span {
        font-size: 55px !important;
    }
    .abt-sec p{
        text-align:center;
    }
.abt-sec h2 {
    color: #000;
    font-size: 45px !important;
    width: 100% !important;
    float: left;
    line-height: 100%;
    text-align: center;
    margin-top: 0;
}.abt-sec h2 span {
    font-size: 55px !important;
}
.product-info h1 {
    padding-top: 20px;
    font-size: 35px;
}
    .category-pghd h2 {
       text-align: left;
    }
   .category-pghd p {
       text-align: left;
    }

    .ftr-logo p br{
display: none;
    }
    .header {
    padding: 25px 0 20px;
    height: auto;
}
.section1 {
    padding: 40px 0 60px;
}
.s-hd h2 {
    font-size: 35px;
}
.allcatgories-text h2 {
    line-height: 25px;
    font-size: 21px;
    font-weight: 500;
}
.s2clss {
    width: 100%;
}
.s2clss-n {
    width: 100%;
}
.st2-hds h3 {
    font-size: 35px;
}
.ct1 h4 {
    font-size: 45px;

}

.ct1 {
    width: 50%;
    padding-right: 0;
    padding-bottom: 35px;
}
.ct3 {
    width: 100%;
}
.countersection {
    display: unset;
}
.ct1::after {
display: none;
}
.s3main {
    
    align-items: flex-start;
    padding-bottom: 54px;
    flex-direction: column;
    gap: 40px;
}
.pro-btns a {
    width: 100%;
}
.pro-btns {
    flex-direction: column;
}
.section2 {
    padding-bottom: 70px;
}
.section3 {
  
    padding: 60px 0px;
}
.s4hd {
    align-items: flex-start;
}
.s4hd h2 {
    font-size: 35px;
    text-align: left;
}
.s4hd h2 br{
    display: none;
}
.s4image-two p br{
    display: none;
}
.anotherproducts-carousel .owl-nav{
    display: none;
}
.section4 .col-lg-5 {
    width: 100%;
}

.s4image {
    min-height: 300px;
            margin-bottom: 20px;
}

.section4 .col-lg-7 {
    width: 100%;
}
.s4image-p {
    align-items: unset;
    flex-direction: column;
    gap: 20px;
}

.s5-hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.s5-hd h2 {

    font-size: 43px;
        line-height: 56px;
}
.s5-hd h2 br{
display: none;
}
.section5 {
    background-position: center;
}
.s6first {
    width: 100%;
}
.s6secd {
    width: 100%;
}

.section6 {
    padding: 60px 0;
}

.s6hds h2{
font-size: 40px;
}

.ssixcont-text p br{
    display: none;
}

.ssixcontent {
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.s6hds h2 br{
display: none;
}
.s6first .explore a {
margin: 35px 0;
}
.section7 {
    padding: 60px 0;
}
.section7 .col-lg-4 {
    width: 100%;
}
.section7 .col-lg-5 {
    width: 100%;
}
.s7leftmaintfull {
    display: flex;
    gap: 25px;
}
.s8-center {
    margin: 20px 0;
}

.textimonial-carousel .owl-nav {
    display: none;
}
.textimonianmain-big {
    padding: 0 15px;
}
.testimonial{
    padding: 75px 0;
}
.t-img2{
    max-width: 100px;
}
.s8main{
    height: auto;
    padding: 36px 15px;
}
.s8main h2 br{
    display: none;
}
.s8main h2{
    position: relative;
    z-index: 111;
}
.s8main h2 span{
color: white;
}
.s8main h2 {
    font-size: 40px;
    line-height: 50px;
}
.section8 {
    padding-bottom: 60px;
}

/*abt*/
.innerhds img {
    opacity: 0.1;
}

.innerabthd img {
    height: 400px;
}
.innerabthd h2 {
   
    font-size: 40px;
    padding-top: 16px;
    float: left;
    padding-bottom: 20px;
}.tick img {
    height: auto;
}
.tick h6 {
    font-size: 20px;
}
.rwnw {
    padding-top: 40px;
}
.rwnw .col-lg-8{
    padding-right: 0 !important;
}
.mainabtbig h6 {
    font-size: 40px;
}
.vimi {
    padding-bottom: 30px;
}

.logo {

    justify-content: flex-start;
}
.category-pghd h2 {
    font-size: 40px;
}
.category-pghd p {
    padding: 25px 0px;
}


.proimg img {
    float: none;
    margin: auto;
    display: block;
}
.cr-wd {
    width: 100%;
}
.cr-wd h2 {
    text-align: left;
    font-size: 40px
}
.cr-wd p{
text-align: left;
}
.contct-frm {
    padding-left: 0;
}

.w-card {
    flex-direction: column;
    display: flex;
    text-align: left !important;
    align-items: flex-start !important;
    margin-bottom: 25px !important;
    padding: 0 !important;
}

.product-gallery {
    padding: 0;
}
.product-details {
    padding: 0;
}



}
.panel9 .owl-nav{
    display: none;
}

@media (min-width:576px) and (max-width:767px){
    .job-list-full p {
    font-size: 16px;
    float: right;
    width: 50%;
    color: #000;
    margin-top: 0 !important;
}
    .job-list-full h2 {
    float: left;
    font-size: 45px !important;
    color: #000;
    font-weight: 600;
    float: left;
    width: 50% !important;
}.job-list-full h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 45px !important;
    float: left;
    width: 100%;
}
    .serv-right {
    margin-top: 20px !important;}
    .about4 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 45px !important;
}.about4 h2 {
    font-size: 55px !important;
}
    .abt-sec h2 {
    color: #000;
    font-size: 45px !important;}.abt-sec h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 55px !important;
}
    .footer-center {
    float: left;
    width: 50% !important;
}
    .panel8 p{
        padding: 10px !important;
    }
   .panel7 p{
        margin-top:0 !important;
    }.panel7 h2 span {
     font-size: 35px !important;
}
    .panel7 h2 {
    font-size: 36px !important;
    color: #000;
    width: 35% !important;
    float: left;
    line-height: 100%;
}.p7-box1 {
    width: 44% !important;
    float: left;
    margin-right: 3% !important;
    background: #F5F2EA;
    padding: 35px 15px !important;
    text-align: center;
    border-radius: 20px;
    z-index: 999;
    position: relative;
}
    .panel6 h2 {
    font-size: 35px !important;
    color: #ffffff;
    width: 35% !important;
    float: left;
}.panel6 h2 span {
    font-family: 'Monotype Corsiva';
    float: left;
    font-size: 35px !important;
}.p6-p {
    margin-top: 0 !important;
}
        .section {
        padding: 0 0 !important;
    }
    .panel5 p{
        margin-top: 0 !important;
    }
    .panel5 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 37px!important;
    float: left;
}.panel5 h2 {
    font-size: 35px!important;
    color: #000;
    width: 52%;
    float: left;
    line-height: 110%;
    margin-bottom: 50px;
}
    .panel4 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 50px !important;
}.panel4 h2 {
    font-size: 42px !important;
    color: #fff;
    /* font-weight: 500; */
}
    .panel3 p {
    font-size: 13px !important;
    color: #000;
    line-height: 150%;
    float: right;
    width: 53% !important;
    margin-top: 0 !important;
}
    .panel3 h2 {
    font-size: 30px !important;}.panel3 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 31px !important;
}

    .values h5 {
    float: left;
    font-size: 22px;
    color: #fff;
    padding: 22px 37px !important;}
    .values h6 {
    float: left;
    font-size: 18px !important;
    color: #fff;
    padding: 16px 10px 0 !important;
    margin: 0 !important;
    font-weight: 500;
}
    .panel1 {
    width: 100%;
    float: left;
    padding: 60px 0 60px !important;
    position: relative;
}
    .mission-box {
    width: 98% !important;
    float: left;
    border: 1px solid #cecece;
    margin-top: 40px !important;
    padding: 25px 54px 40px !important;
    border-radius: 24px;
}.mission-box h2 {
    font-size: 35px;
    color: #000;
    padding-bottom: 25px;margin-bottom: 0 !important;
    border-bottom: 1px dashed;
}
    .panel1 h6 {
    font-size: 22px !important;
    color: #000;
    width: 42% !important;
    float: left;
}.panel1 p {
    font-size: 23px !important;
    color: #000;
    width: 56% !important;
    float: right;
    padding-left: 3% !important;
    line-height: 100%;
    margin: 0;
}
    .text-slide h2 {
    font-size: 50px !important;padding-bottom: 20px !important;
}.text-slide h2 span {
    /* font-style: italic; */
    font-size: 70px !important;
}.text-slide p {
    font-size: 13px !important;
    color: #fff;
    font-weight: 500;
    width: 100% !important;
    line-height: 18px !important;
    padding-top: 13px !important;
    float: left;
}
    .text-slide {
    position: absolute;
    top: 21% !important;
    left: 8%;
    width: 84%;
    /* border-bottom: 1px solid #4C4C4C; */
}
    .s4image-two p br{
        display: none;
    }
    .header {
    padding: 25px 0;
}
.section1 {
    padding: 40px 0 60px;
}
.s-hd h2 {
    font-size: 35px;
}
.allcatgories-text h2 {
    line-height: 25px;
    font-size: 21px;
    font-weight: 500;
}
.s2clss {
    width: 100%;
}
.s2clss-n {
    width: 100%;
}
.st2-hds h3 {
    font-size: 35px;
}
.ct1 h4 {
    font-size: 45px;

}

.ct1 {
    width: 50%;
    padding-right: 0;
    padding-bottom: 35px;
}
.ct3 {
    width: 100%;
}
.countersection {
    display: unset;
}
.ct1::after {
display: none;
}
.s3main {
    
    align-items: flex-start;
    padding-bottom: 54px;
    flex-direction: column;
    gap: 40px;
}
.pro-btns a {
    width: 100%;
}
.pro-btns {
    flex-direction: column;
}
.section2 {
    padding-bottom: 70px;
}
.section3 {
  
    padding: 60px 0px;
}
.s4hd {
    align-items: flex-start;
}
.s4hd h2 {
    font-size: 35px;
    text-align: left;
}
.section4 .col-lg-5 {
    width: 100%;
}

.s4image {
    min-height: 300px;
            margin-bottom: 20px;
}

.section4 .col-lg-7 {
    width: 100%;
}
.s4image-p {
    align-items: unset;
    flex-direction: column;
    gap: 20px;
}

.s5-hd {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.s5-hd h2 {

    font-size: 43px;
        line-height: 56px;
}
.s5-hd h2 br{
display: none;
}
.section5 {
    background-position: center;
}
.s6first {
    width: 100%;
}
.s6secd {
    width: 100%;
}

.section6 {
    padding: 60px 0;
}

.s6hds h2{
font-size: 40px;
}

.ssixcont-text p br{
    display: none;
}

.ssixcontent {
    flex-direction: column;
    display: flex;
    gap: 20px;
}
.s6hds h2 br{
display: none;
}
.s6first .explore a {
margin: 35px 0;
}
.section7 {
    padding: 60px 0;
}
.section7 .col-lg-4 {
    width: 100%;
}
.section7 .col-lg-5 {
    width: 100%;
}
.s7leftmaintfull {
    display: flex;
    gap: 25px;
    flex-direction: row;
}
.s8-right{
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    border-radius: 35px;
    position: relative;
    width: 50%;
}
.s8-center {
        min-height: 440px;
    margin: 20px 0;
}
.s8-centermhn img {
    opacity: 0.







    3;
}
.s8-right-all {
    flex-direction: row;
}
.s8-right-bottom {
    width: 50%;
}
.textimonial-carousel .owl-nav {
    display: none;
}
.textimonianmain-big {
    padding: 0 15px;
}
.testimonial{
    padding: 75px 0;
}
.t-img2{
    max-width: 100px;
}
.s8main{
    height: auto;
    padding: 36px 15px;
}
.s8main h2 br{
    display: none;
}
.s8main h2{
    position: relative;
    z-index: 111;
}
.s8main h2 span{
color: white;
}
.s8main h2 {
    font-size: 40px;
    line-height: 50px;
}
.section8 {
    padding-bottom: 60px;
}

.s7left {
    width: 50%;
}
.s7lbottom {
    width: 50%;

}
.innerhds img {
    opacity: 0.1;
}

.innerabthd img {
    height: 400px;
}
.innerabthd h2 {
   
    font-size: 40px;
    padding-top: 16px;
    float: left;
    padding-bottom: 20px;
}.tick img {
    height: auto;
}
.tick h6 {
    font-size: 20px;
}
.rwnw {
    padding-top: 40px;
}
.rwnw .col-lg-8{
    padding-right: 0 !important;
}
.mainabtbig h6 {
    font-size: 40px;
}
.vimi {
    padding-bottom: 30px;
}
.innerabthd p {
    float: left;
}
.tick {
    float: left;
}
.logo {

    justify-content: flex-start;
}
.category-pghd h2 {
    font-size: 40px;
}
.category-pghd p {
    padding: 25px 0px;
}

.proimg img {
    float: none;
    margin: auto;
    display: block;
}
.cr-wd {
    width: 100%;
}
.cr-wd h2 {
    text-align: left;
    font-size: 40px
}
.cr-wd p{
text-align: left;
}
.w-card {
    flex-direction: column;
    display: flex;
    text-align: left !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
}
.contct-frm {
    padding-left: 0px;
}
.product-gallery {
    padding: 0;
}
.product-details {
    padding: 0;
}

}

@media (min-width: 768px) and (max-width:991px){
    .job-list-full h2 {
    float: left;
    font-size: 50px !important;
    color: #000;
    font-weight: 600;
    float: left;
    width: 50% !important;
} .job-list-full h2 span{
        font-size: 60px !important;
}.job-list-full p{
        margin-top: 0px !important;
}
    .apply{
        width: 100%;
        text-align: center;
    }.know{
        width: 100%;
        text-align: center;
    }
    .p6-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px !important;
    border-radius: 20px;
}
    .serv-right h2 {
    color: #fff;
    font-family: 'Monotype Corsiva';
    font-size: 32px !important;
}
    .serv-right {
    margin-top: 20px !important;}
    .about4 h2 span {
    font-size: 65px !important;
} .about4 h2  {
    font-size: 55px !important;
}
    .about4 img {
    width: 330px !important;}
        .footer-center {
        max-width: 100%;
        width: 57% !important;
    }.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px !important;}

    .btn-connect {
    background: #fff;
    color: #0D0B0E;
    padding: 10px 18px !important;
    border-radius: 25px;
    text-decoration: none;
    font-size: 14px !important;
    font-weight: 700;
    transition: 0.3s;
    float: right !important;
    margin-top: 20px !important;
}
    .panel8 p{
        padding: 10px !important;
    }
    .p7-carousel .owl-nav{
        text-align: center;
    }
    .p7-box1 a {
    font-weight: 700;
    background: #ffffff;
    font-size: 14px !important;
}
    .p7-box1 {
    width: 30% !important;
    float: left;
    margin-right: 3%;
    background: #F5F2EA;
    padding: 37px 10px !important;}
    .panel7 p{
          margin-top: 0 !important;
    }
    .panel7 h2 {
    font-size: 36px !important;}    .panel7 h2 span{
    font-size: 36px !important;}
    .panel6 h2 {
    font-size: 36px !important;}.panel6 h2 span {
    font-size: 36px !important;
}.p6-p {
    margin-top: 0 !important;
}


    .panel5 p{
        margin-top: 0 !important;
    }.section{
        padding: 0 !important;
    }
    .panel5 h2 span {
    font-size: 44px !important;
 }
    .panel5 h2 {
    font-size: 38px !important;}
    .logo-min {
    width: 64px !important;
    position: absolute;
    top: 33% !important;}
    .p4-box img {
    max-width: 100% !important;
}
    .panel3 p {
      margin-top: 0 !important;
}.p3-box h6 {
    position: absolute;
    top: 81% !important;
    left: 19% !important;
    z-index: 9;
    font-size: 20px !important;}
    .panel3 h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 42px !important;
}.panel3 h2 {
    font-size: 38px !important;}
    .mission-box {
    width: 98%;
    float: left;
    border: 1px solid #cecece;
    margin-top: -95px;
    padding: 30px 40px 29px !important;
    border-radius: 24px;
}.values h6 {
    float: left;
    font-size: 17px !important;
    color: #fff;
    padding: 52px 10px !important;
    margin: 0;
    font-weight: 500;
}
    .panel1 p {
    font-size: 33px !important;
    color: #000;
    width: 75% !important;}
    .text-slide p{width: 75% !important;}
    .text-slide {
    position: absolute;
    top: 20% !important;}
    .text-slide h2 {
    font-size: 60px !important;}
    .text-slide h2 span {
    font-size: 80px !important
}
        .logo {
        justify-content: flex-start;
    }
.product-details {
    padding: 0;
}
.product-gallery {
 padding: 0 0px;
}
.product-info h1 {
    font-size: 35px;
}

.section1 {
    padding: 60px 0 80px;
}
.st2-hds h3 {
    font-size: 35px;
}
.pro-btns {
    justify-content: space-between;
    flex-direction: column;
}
.pro-btns a {
    width: 100%;

}
.s4image {
    min-height: 360px;
}
.s4image-two {
    min-height: 360px;
}
.s4image-two p br{
    display: none;
}

    .extar {
        padding: 0 40px;
    }

.s4image-p {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}
.section2 {
    padding-bottom: 60px;
}
.s6hds h2 {
    font-size: 40px;
}
.s6hds h2 br{
    display: none;
}
.ssixcontent {
    display: flex;
    flex-direction: column;
}
.ssixcont-text p br{
    display: none;
}
.s6img {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.section7 .col-lg-4 {
    width: 100%;
}
.s7left {
    width: 50%;
}
.s7lbottom {
    width: 50%;
}
.s7leftmaintfull {
    flex-direction: row;
}
.section7 .col-lg-5 {
    width:100%;
}
.s8-center {
    margin: 20px 0;
    min-height: 645px;
}
.s8-right {
    width: 50%;
}
.s8-right-bottom {
    width: 50%;
}
.s8-right-all {
    flex-direction: row;
}
.section7 {
    padding: 70px 0;
}
.textimonial-carousel .owl-nav {
    position: absolute;
    right: 0;
}
.testimonial {
    padding: 65px 0 70px;
}
.textimonianmain-big {
    padding:0 40px;
}
.s8main h2 {
position: relative;
    z-index: 11;
}
.s8main h2 span {
    color: white;
}
.s8main {
    height: auto;
}
.ftr-main {
    padding-top: 45px;
}
.ftrbx1 {
    width: 50%;
}
.ftrbx3 {
    width: 100%;
}
.copy p {
   padding-top: 18px;
    justify-content: center;
}
.innerabthd img {
    margin-bottom: 30px;
}
.tick img {
    margin: auto;
}
.rwnw {
    padding-top: 50px;
}
.vimi {
    padding-bottom: 30px;
}
.innerabthd h2 {
    float: left;
}
.innerabthd p {
    float: left;
}
.tick {
    float: left;
}
.category-pghd h2 {
    font-size: 40px;
}
.category-pghd p {
    padding: 25px 0px;
}

.proimg img {
    float: none;
    margin: auto;
    display: block;
}
.cr-wd {
    width: 100%;
}
.w-card {
    flex-direction: column;
    display: flex;
    text-align: left !important;
    align-items: flex-start !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
}
.contct-frm {
    padding-left: 0px;
}
.contct-frm h4 {
    font-size: 40px;
}
}


@media (min-width:992px) and (max-width: 1024px){
    .job-list-full h2{
        width: 50%;
    }
    .p7-box1 a{
        font-size: 14px !important;
    }.footer-center {
    float: left;
    width: 66% !important;
}.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px !important;
    transition: 0.3s;
}
    .panel3 h2 span {
    font-size: 60px !important;
}
    .values h6 {
    float: left;
    font-size: 20px !important;}
    .text-slide p{
        width: 75% !important;
    }
    .text-slide h2 span {
    font-size: 100px !important;
}    .text-slide h2  {
       font-size: 90px !important;
}
       .header .extar {
        padding: 0 40px;
    }
.header_menu_area > ul > li {
    padding: 0px 14px 0px 0px;
}

.header_menu_area > ul > li > a {
    font-size: 14px;
}
.hdr-menu {
    gap: 6px;
}
.allcatgories-text h2 {
    line-height: 24px;
    font-size: 20px;

}
.section1 {
    
    padding: 70px 0;
}
.st2-hds h3 {
    font-size: 35px;
}
.ct1 h4 {
    font-size: 40px;
}

.st2-img {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pro-btns a {
    width: 100%;
}
.pro-btns {
    flex-direction: column;
}
.s4image-two p br{
    display: none;
}

.s4image-p {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.s6hds h2 {
    font-size: 40px;
}
.s6hds h2 br{
    display: none;
}
.ssixcontent {
    display: flex;
    flex-direction: column;
}
.ssixcont-text p br{
    display: none;
}
.s6img {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.s7left h6 {
    font-size: 25px;
}
.s7lbottom p {
    font-size: 25px;
}
.s8-right-bottom img {
    max-width: 155px;
}
.s8main h2 {
    position: relative;
}
.s8main-img img {
    opacity: .5;
}
.ftr-logo p {
    padding: 24px 26px 24px 0px;
}
.ftr-logo p br{
    display: none;
}
.ftrbx2 {
    width: 68%;
}
.ftrbx2 a {
    width: 50%;
}
.ftrbx3 {
    width: 100%;
}
.ftr-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.copy p {
    font-size: 12px;
}

.innerabthd img {
    max-width: 380px;
}
.innerabthd h2 {
    font-size: 41px;
}
.tick img {
    max-width: 23px;
}
.tick {
    float: left;
    padding-top: 25px;
    padding-bottom: 0px;
}
.rwnw {
    padding-top: 51px;
}
.vi-extra {
    gap: 9px;
    
}
.product-details {
    padding: 0;
}
.product-gallery {
 padding: 0 0px;
}
.product-info h1 {
    font-size: 35px;
}
}


@media (min-width:1025px) and (max-width: 1199px){
    .job-list-full h2{
        width: 50%;
    }
    .footer-center {
    float: left;
    width: 67% !important;
}
    .values h6 {
    float: left;
    font-size: 25px !important;
    color: #fff;
    padding: 44px 12px !important;
    margin: 0;
    font-weight: 500;
}
    .text-slide h2 {
    font-size: 90px !important;}
    .text-slide h2 span{
    font-size: 100px !important;}
       .header .extar {
        padding: 0 40px;
    }
.header_menu_area > ul > li {
    padding: 0px 14px 0px 0px;
}

.header_menu_area > ul > li > a {
    font-size: 14px;
}
.hdr-menu {
    gap: 6px;
}
.allcatgories-text h2 {
    line-height: 24px;
    font-size: 20px;

}
.section1 {
    
    padding: 70px 0;
}
.st2-hds h3 {
    font-size: 35px;
}
.ct1 h4 {
    font-size: 40px;
}

.st2-img {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
.pro-btns a {
    width: 100%;
}
.pro-btns {
    flex-direction: column;
}
.s4image-two p br{
    display: none;
}

.s4image-p {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}

.s6hds h2 {
    font-size: 40px;
}
.s6hds h2 br{
    display: none;
}
.ssixcontent {
    display: flex;
    flex-direction: column;
}
.ssixcont-text p br{
    display: none;
}
.s6img {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.s7left h6 {
    font-size: 25px;
}
.s7lbottom p {
    font-size: 25px;
}
.s8-right-bottom img {
    max-width: 155px;
}
.s8main h2 {
    position: relative;
}
.s8main-img img {
    opacity: .5;
}
.ftr-logo p {
    padding: 24px 26px 24px 0px;
}
.ftr-logo p br{
    display: none;
}
.ftrbx2 {
    width: 68%;
}
.ftrbx2 a {
    width: 50%;
}
.ftrbx3 {
    width: 100%;
}
.ftr-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.copy p {
    font-size: 12px;
}
.innerabthd img {
    max-width: 386px;
}
.tick img {
    max-width: 23px;
}
.rwnw {
    padding-top: 40px;
}

.product-details {
    padding: 0;
}
.product-gallery {
 padding: 0 0px;
}
.product-info h1 {
    font-size: 35px;
}
}
@media (min-width:1200px) and (max-width: 1243px){

.header_menu_area > ul > li {
    padding: 0px 16px 0px 0px;
}
.s4image-two p br{
display: none;
}
.s4image-p {
  flex-direction: column;
        align-items: flex-start;
        gap: 10px;
}
.s6hds h2 {
    font-size: 35px;
}
.ssixcont-text p {
    padding-right: 50px;
}
.ssixcont-text p br{
    display: none;
}
.s8main h2 {
    position: relative;
}
.copy p {
    font-size: 15px;

}
.s8-right-bottom img {
    max-width: 162px;
}


}
@media (min-width:1243px) and (max-width: 1246px){



.s4image-two p br{
display: none;
}
.s4image-p {
  flex-direction: column;
        align-items: flex-start;
        gap: 10px;
}.s8-right-bottom img {
    max-width: 162px;
}
.s6hds h2 br{
    display: none;
}

}
.product-info ul li {
    text-align: left;
    color: #868686;
    font-size: 16px;
    font-weight: 400;
       padding: 7px 0 0px;
}

/* Hide extra items */
.more-item {
    display: none;
}

.read-more-btn {
    background: none;
    border: none;
    color:black;
    font-weight: 400;
    cursor: pointer;
   
}
 
.bg2{

width: 100%;

height: 202px;
}
.bg3{

}
.bg4{

}

.dis-a{

color: #000;


float: left;

font-size: 18px;

font-weight: 500;
}
.dis-a img{
    
}.p4-a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.p4-a:hover::after {
  left: 100%;
}
.p4-a{width: 161px;float: right;height: 51px;background: #93B656;text-align: center;font-family: "Inter", sans-serif !important;font-size: 16px;color: #fff;text-decoration: none;font-weight: 600;overflow: hidden; /* Critical for this effect */transition: transform 0.2s ease;padding: 13px;border-radius: 10px;position: relative;z-index: 9;margin-top: 60px;}
.p4-a img{

width: 6px;

height: 10px;

margin-left: 8px;
}
.p4-box{
    position: relative;
}
.p4-box img{
}
.p4-box h6{

float: left;

font-size: 16px;

color: #1F1F1F;

font-weight: 500;

width: auto;

height: 42px;

font-family: "Inter", sans-serif !important;

background: #fff;

padding: 11px;

border-radius: 30px;
}
.p4-box h6 span{

width: 12px;

height: 12px;

background: #5D6FD1;

border-radius: 100%;

float: left;

margin-top: 4px;

margin-right: 10px;
}
.p4-box h2{font-size: 24px;color: #1F1F1F;text-transform: capitalize;margin-top: 80px;text-align: left;}
.p4-box p{width: 87%;float: left;color: #484A52;font-size: 16px;font-weight: 400;text-align: left;}


.btn {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 14px;
    transition: 0.3s;
}

.btn.primary {
    background: #93B656;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.btn.secondary {
    border: 1px solid #fff !important;
    color: #fff;
    background: transparent;
}

.btn:hover {
    opacity: 0.8;
}

/* SECTION */
.carousel-section {
    text-align: center;
    padding: 100px 0;
    color: #fff;
    width: 100%;
    float: left;
    overflow: hidden;
}

.title {
    margin-bottom: 60px;
    font-size: 30px;
    letter-spacing: 1px;
}

/* CAROUSEL */
.carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 550px;
    margin-top: 80px;
    overflow: visible;
}

/* CARD BASE */
.card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    max-width: 892px;
    aspect-ratio: 892 / 587;
    border-radius: 16px;
    overflow: hidden;
    transform: translateX(-50%) scale(0.7);
    opacity: 0;
    transition: all 0.6s ease;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.5); */
    border: 0;
}

/* IMAGE */
.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ACTIVE (CENTER) */
.card.active {
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 3;
}

/* LEFT CARD */
.card.prev {
    transform: translateX(-120%) scale(0.85);
    opacity: 0.6;
    z-index: 2;
    /* filter: blur(2px); */
}

/* RIGHT CARD */
.card.next {
    transform: translateX(20%) scale(0.85);
    opacity: 0.6;
    z-index: 2;
    /* filter: blur(2px); */
}

/* DARK OVERLAY FOR SIDE CARDS */
.card.prev::after,
.card.next::after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: rgba(0,0,0,0.4); */
}

/* TEXT OVERLAY */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    /* background: linear-gradient(to top, rgba(0,0,0,0.85), transparent); */
    text-align: left;
}

.overlay h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}

.overlay p {
    font-size: 14px;
    opacity: 0.8;
}
.overlay a img{
    width:6px !important;margin-left:5px;
}
.overlay a {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    padding: 8px 14px;
    display: inline-block;
    background: #93B656;
    color: #ffffff;
    font-size: 15px;
    font-family: "Inter", sans-serif !important;
    border-radius: 4px;
    text-decoration: none;
    font-size: 13px;
}

/* CONTROLS */
.controls {
    /* margin-top: 40px; */
}

.controls button {
    background: transparent;
    border: none;
    color: #fff;
    padding: 12px 0;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.controls button:hover {
    /* background: #a6ce39; */
    color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .carousel {
        height: 350px;
    }

    .card {
        width: 90%;
    }

    .card.prev,
    .card.next {
        display: none;
    }
}

/* SECTION */
.hero {
    background: #000000;
    padding: 60px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

/* CONTAINER */
.container {
}

/* FLEX */
.hero-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* LEFT CONTENT */
.hero-content {
    /* width: 50%; */
}

.badge {
    display: inline-block;
    background: #1a1a1a;
    color: #a6ce39;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

.hero-content h1 {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 20px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.hero-content h1 span {
    background: linear-gradient(to right, #94E4C7 0%, #93B656 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
}

.hero-content p {
    font-size: 16px;
    color: #bdbdbd;
    line-height: 1.7;
    margin-bottom: 25px;
    max-width: 64%;
}

/* BUTTON */
.btn {
    display: inline-block;
    background: #93B656;
    color: #000;
    padding: 15px 18px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    width: 161px;
    transition: 0.3s;
    height: 51px;
}

.btn:hover {
    opacity: 0.8;
}

/* RIGHT IMAGE */
.hero-image {
    /* width: 50%; */
    text-align: right;
    position: absolute;
}

.hero-image img {
    /* max-width: 100%; */
    width: 70%;
    margin-top: -70px;
    /* opacity: 0.9; */
    /* filter: brightness(0.8) saturate(120%) hue-rotate(40deg); */
}

/* DECORATIVE LINES (like Figma) */
.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, #0f3d3f 0%, transparent 70%);
    opacity: 0.3;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .hero-wrap {
        flex-direction: column;
        text-align: center;
    }

    .hero-content,
    .hero-image {
        width: 100%;
    }

    .hero-image img {
        max-width: 250px;
        margin-top: 30px;
    }

    .hero-content h1 {
        font-size: 28px;
    }
}
/* SECTION */
.feature-section {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: radial-gradient(circle at top, #0B2A1E, #000);
    float: left;
    width: 100%;
}

/* CONTAINER */
.container {
}

/* BADGE */
.badge {
    display: inline-block;
    background: #1a1a1a;
    color: #a6ce39;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 15px;
}

/* TITLE */
.section-title {
    font-size: 28px;
    margin-bottom: 10px;
}

.section-subtitle {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 50px;
}

/* GRID */
.feature-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* CARD */
.feature-card {
    width: 300px;
    text-align: center;
}

/* IMAGE */
.feature-card img {
    width: 100%;
    border-radius: 14px;
    margin-bottom: 15px;
}

/* TEXT */
.feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}

.feature-card p {
    font-size: 16px;
    color: #A3A3A3;
    margin-bottom: 0;
    font-weight: 400;
}

/* LINK */
.feature-card a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    font-family: "Inter", sans-serif !important;
}

.feature-card a:hover {
    color: #a6ce39;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .feature-grid {
        flex-direction: column;
        align-items: center;
    }
}.ct-full{
    width: 100%;
    float: left;
    background: #000;
    padding-bottom: 50px;
    position: relative;
    z-index: 9;
}
.contact-full h4{
        font-size: 24px;
        margin-top: 40px;
        line-height: 50px;
        font-weight: 400;
        color: #000;
}
.contact-full {
    width: 100%;
    float: left;
    padding: 60px 5%;
}.info-column {
    position: relative;
    margin-bottom: 30px;
    background: #d5251a0d;
    padding: 15px;
}.info-column h3 {
    font-size: 19px;
    font-weight: 600;
    color: #d5251a;
    margin-bottom: 11px;
}.info-column ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}.info-column ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    /* margin-right: 10px; */
    font-weight: 500;
}
.ct-full button{
  background: #93B656;
  border: 0;
  font-weight: 600;
  display: block;
  cursor: pointer;
  margin: auto;
  font-size: 15px;
  color: #fff;
  padding: 14px 60px;
  border-radius: 8px;
}
.ct-full button:hover{
  background: #267999;
}
.form-sec h2{
  font-size: 45px;
  text-align: center;
  font-weight: 500;
  color: #fff;
}.form-sec p{
  font-size: 16px;
  text-align: center;
  padding: 10px 116px;
  margin-bottom: 50px;
  line-height: 30px;
  color: #fff;
}
.form-sec {
    width: 100%;
    /* float: left; */
    /* padding-left: 30px; */
    display: block;
    max-width: 700px;
    margin: 40px auto;
}.contact-full h2 {
    font-size: 35px;
    /* text-align: center; */
    padding: 0;
    /* line-height: 60px; */
    font-weight: 700;
    width: 100%;
    float: left;
    color: #000;
    margin-bottom: 10px;
}.contact-full p {
    font-size: 15px;
    /* text-align: center; */
    /* padding: 20px 356px; */
    line-height: 30px;
    width: 100%;
    float: left;
    margin-bottom: 0;
}.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
    margin-bottom: 15px;
}.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 25px;
    margin: 0 0 10px;
    text-align: left;
}.log_set input[type="text"], .log_set input[type="password"], .log_set input[type="mail"], .log_set input[type="email"], .log_set input[type="tel"], .log_set textarea, .log_set select {
    width: 99%;
    float: left;
    background: white;
    position: relative;
    height: 46px !important;
    border-bottom: 0;
    padding: 10px 6px;
    font-size: 13px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
.innerban h1{
    text-align: center;
    color: #fff;
    font-size: 60px;
    padding-top: 62px;
    margin: 0;
    /* font-family: 'Monotype Corsiva'; */
}
.innerban{
    width: 100%;
    float: left;
    background-image: url('../images/aes-inr-bnr.png');
    background-size: cover;
    background-position: center;
    height: 190px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    /* background-attachment: fixed; */
}.innerban:after{
    /* position:absolute; */
    content:'';
    width: 100%;
    height: 100%;
    /* background: #00000036; */
    background: linear-gradient(2deg, rgb(0 0 0 / 62%) 27%, rgb(255 255 255 / 0%) 100%);
}
.panel13{
    width: 100%;
    float: left;
    background: #000;
    position: relative;
}
.tag-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #191b1f;
  color: #fff;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 16px;
  overflow: hidden;
  z-index: 1;
}
.sec-heading h2{
    font-size: 48px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0;
}
/* Green dot */
.tag-box .dot {
  width: 8px;
  height: 8px;
  background: #93B656;
  border-radius: 50%;
  margin-right: 8px;
}

/* Animated border layer */
.tag-box::before {
  content: "";
  position: absolute;
  inset: -2px; /* thickness of border */
  border-radius: 30px;
  background: conic-gradient(    from 0deg,    transparent,    transparent,    #93B656,    transparent,    transparent  );
  animation: rotateBorder 3s linear infinite;
  z-index: -1;
}

/* Inner background layer (to keep inside clean) */
.tag-box::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #191b1f;
  border-radius: 30px;
  z-index: -1;
}

/* Rotation animation */
@keyframes rotateBorder {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.p5-box{
    position: relative;
    width: 100%;
    float: left;
    /* height: 438px; */
}
.p5-box h5{
    position: absolute;
    bottom: 92px;
    left: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.p5-box p{
    position: absolute;
    bottom: 0;
    font-size: 17px;
    color: #B1B1B1;
    width: 73%;
    left: 15px;
}
.p5-box a{position: absolute;bottom: 22px;right: 15px;width: 46px;height: 46px;background: #9f9a96;text-align: center;border-radius: 100%;padding: 6px;}
.p5-box a img{height: auto !important;width: 31px !important;}
.p5-box:hover a{
    background: #93b656;
}

.map-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}

/* Content Styles */
.map-content { flex: 1; max-width: 450px; }

.badge {
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    color: #a0a0a0;
}

.title {
    font-size: 40px;
    margin: 20px 0;
    /* line-height: 1.1; */
    font-weight: 600;
    color: #fff;
    font-weight: 600;
}
.description{
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 500;
}
.btn-more img{
    width: 7px;
    margin-left: 5px;
}
.btn-more {
    display: inline-block;
    background: #93B656; /* Light green from design */
    color: #ffffff;
    font-size: 15px;
    font-family: "Inter", sans-serif !important;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    /* margin-top: 20px; */
     /* Critical for this effect */
}

/* Map Area */
.map-visual {
    flex: 1.5;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.map-container {
    /* position: relative; */
    width: 100%;
}

.main-map {
    width: 100%;
    /* filter: drop-shadow(0 20px 50px rgba(0,0,0,0.5)); */
    height: 652px;
    width: 663px;
    position: absolute;
    top: -200px;
    left: -211px;
}

/* Tooltip / Pin Styles */
.map-pin {
    position: absolute;
    cursor: pointer;
}

.tooltip {
    background: white;
    padding: 5px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.tooltip img {
    width: 80px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.tooltip span {
    color: #333;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 0;
}

/* Legend Styles */
.map-legend:after{
    position:absolute;
    content:'';
    background-image: url('../images/scale.png');
    background-size: contain;
    width: 29px;
    height: 226px;
    top: 13px;
}
.map-legend {
    list-style: none;
    font-size: 13px;
    color: #666;
    text-align: right;
    /* border-right: 1px solid #333; */
    padding-left: 0;
    padding-right: 15px;
    position: absolute;
    bottom: -468px;
    right: 0;
}

.map-legend li {margin-bottom: 0;cursor: pointer;}
.map-legend li.active { color: white; font-weight: bold; }.facility-section {
  background: #000;
  padding: 80px 0;
  color: #fff;
  float: left;
  width: 100%;
}

/* TAG */
.tag {
  display: inline-block;
  font-size: 12px;
  color: #9effa1;
  background: rgba(255,255,255,0.05);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 15px;
}

/* TITLE */
.section-title {
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

/* TABS */
.custom-tabs .nav-link {
  background: #111;
  color: #ccc;
  margin: 5px;
  border-radius: 20px;
  padding: 20px 42px;
  border: 1px solid #222;
  transition: 0.3s;
  font-family: "Inter", sans-serif !important;
}

.custom-tabs .nav-link.active {
  border-color: #93b656;
  /* color: #fff; */
  /* box-shadow: 0 0 10px rgba(46, 204, 113, 0.5); */
}

/* CARD */
.card-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.card-box img {
  width: 100%;
  height: 393px;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.overlay {
  position: absolute;
  bottom: 0;
  display: none;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
}

.overlay h5 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 24px;
}

.overlay p {
  font-size: 17px;
  color: #EAEAEA;
  margin-bottom: 10px;
  opacity: 1;
  width: 98%;
}

/* HOVER EFFECT */
.card-box:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}
.panel12{
    float: left;
    width: 100%;
}
.panel14{width: 100%;float: left;padding: 90px 0;/* background-color: #000; */background-image: url('../images/Frame 2147229175.webp');background-size: cover;background-position: center;background-repeat: no-repeat;}
.panel14-left{width: 50%;float: left;}
.panel14-left h2{font-size: 48px;color: #fff;font-weight: 600;margin-top: 15px;text-transform: uppercase;}
.panel14-left p{color: #AAAAAA;font-size: 16px;font-weight: 500;width: 90%;}
.panel14-left a{display: inline-block;background: #93B656;color: #ffffff;font-size: 15px;font-family: "Inter", sans-serif !important;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;position: relative;overflow: hidden; /* Critical for this effect */transition: transform 0.2s ease;}
.panel14-left a img{width: 7px;margin-left: 5px;}
.panel14-right{
    width: 50%;
    float: right;
}.panel14-left a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.panel14-left a:hover::after {
  left: 100%;
}
.panel14-box{
    width: 48%;
    float: left;
    margin-left: 2%;
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.panel14-box img{
    width: 73px;
    height: 73px;
}
.panel14-box h5{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.panel14-box h6{
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
    color: #414141;
    font-weight: 400;
    line-height: 23px;
}.view-dep::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.view-dep:hover::after {
  left: 100%;
}
.panel15{width: 100%;float: left;background: #000;padding: 60px 0;}
.panel15 h2{font-size: 48px;color: #fff;font-weight: 600;text-transform: uppercase;width: 60%;float: left;margin-top: 20px;}
.view-dep {/* display: inline-block; */background: #93B656;color: #ffffff;font-size: 15px;font-family: "Inter", sans-serif !important;padding: 12px 25px;border-radius: 8px;float: right;text-decoration: none;position: relative;font-weight: bold;margin-top: 80px;overflow: hidden; /* Critical for this effect */transition: transform 0.2s ease;}
.view-dep img{width: 6px;margin-left: 5px;margin-top: -1px;}
.view-dep:hover{

}
.panel15-box{width: 100%;float: left;background: #CFF1F1;padding: 20px;border-radius: 16px;margin-top: 20px;min-height: 457px;}
.panel15-box h5{font-size: 24px;color: #202520;font-weight: 500;}
.panel15-box img{max-width: 100%;margin-top: 45px;margin-bottom: 35px;min-height: 224px;object-fit: contain;}
.panel15-box a{position: relative;font-size: 18px;color: #000;font-weight: 500;text-decoration: none;}
.panel15-box a:after{position: absolute;content: '';width: 32px;height: 2px;background: #000;left: 0;bottom: 0;transition: all ease-in-out .5s;}
.panel15-box a:hover{

}
.panel15-box a:hover::after{width: 100%;background: #93b656;}
.feature-card a img{width: 24px;height: 24px;background: #1E1E1E;padding: 5px;margin-top: 15px;margin-left: 5px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.feature-card a:hover{

}
.feature-card a:hover img{
    background: #93b656;
}.kn::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.kn:hover::after {
  left: 100%;
}
.kn{display: inline-block;background: #93B656;color: #ffffff;font-size: 15px;font-family: "Inter", sans-serif !important;padding: 12px 25px;border-radius: 8px;text-decoration: none;font-weight: bold;z-index: 9;position: relative;overflow: hidden; /* Critical for this effect */transition: transform 0.2s ease;}
.kn img{width: 7px;margin-left: 5px;}
.kn:hover{

}
.kn:hover img{
    
}.spad{
  padding-top: 80px;
  padding-bottom: 80px;
}
.spad2{
   padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 1366px) {
    .cmpad {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1366px) {
    .cmpad {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }.contactfull {
    padding: 40px 30px 40px 0px;
    z-index: 1;
    position: relative;
}
}
@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
}.addresfull {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}.contct-add {
    padding: 60px 30px;
    background: #2054A8;
    border-radius: 25px;
    color: #fff;
}.con-desc {
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}.con-desc .cont-img {
    width: 36px;
    height: 36px;
    background: #2e7bd7;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}.cont-img img {
    width: 22px;
}.contct-frm {
    padding-left: 40px;
}
@media (max-width: 1366px) {
    .mainhed {
        font-size: 34px;
    }
}

.mainhed {
    font-size: 48px;
    font-weight: 500;
    color: #000000;
    line-height: 115%;
}.con-field label {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}.con-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: none !important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    background: #eef5ff;
    height: 51px;
    outline: none !important;
}.con-field textarea {
    width: 100%;
    float: left;
    background: #e7f2ff;
    padding: 12px;
    border: none !important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline: none !important;
}.mybtn-secondary {
    position: relative;
    color: #ffffff;
    background: #031334;
    min-width: auto;
    border: 1px solid transparent;
    z-index: 1;
    transition: background .3s ease;
}/* Section */
.team-section {
  padding: 80px 20px;
  text-align: center;
  float: left;
  background: #000;
  width: 100%;
  position: relative;
}

.team-section h2 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}

.team-section p {
  color: #aaa;
  margin-bottom: 50px;
}

/* Grid */
.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: auto;
}

/* Card */
.team-card {
  background: #191b1f;
  border-radius: 20px;
  padding: 30px 20px;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

/* Animated border effect */
.team-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 2px;
  background: linear-gradient(120deg, transparent, #93b656, transparent);
  -webkit-mask: linear-gradient(#000 0 0) content-box, 
                linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: 0.4s;
}

.team-card:hover::before {
  opacity: 1;
}

.team-card:hover {
  transform: translateY(-10px);
}

/* Image */
.team-img {
  /* width: 120px; */
  /* height: 120px; */
  /* margin: auto; */
  /* border-radius: 50%; */
  overflow: hidden;
  /* margin-top: 20px; */
  /* border: 3px solid #93b656; */
}

.team-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
}

/* Name */
.team-card h3 {
  margin: 10px 0 5px;
  font-size: 20px;
  color: #fff;
}

/* Role */
.team-card span {
  color: #93b656;
  font-size: 14px;
}
.tt{
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
}
.tt2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 210px;
    transform: rotate(180deg);
    z-index: 0;
}.contact-item.style-2 {
    padding: 30px 25px 30px;
    min-height: 290px;
    text-align: center;
    border-radius: 12px;
    background: #161616;
}.section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #000;
    width: 100%;
    float: left;
}.contact-item.style-2:hover .contact-icon {
    background: #000;
}
.contact-icon img{
    width: 40px;
    filter: invert(1);
}
.contact-item.style-2 .contact-icon {
    width: 88px;
    height: 88px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    background: #93b656;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 22px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}.contact-item.style-2:hover .contact-icon i {
    color: var(--tj-color-common-white);
}
.contact-item.style-2 .contact-icon i {
    font-size: 32px;
    color: var(--tj-color-theme-primary);
}.contact-item.style-2 .contact-title {
    font-size: 21px;
    font-weight: var(--tj-fw-sbold);
    margin-bottom: 20px;
    color: #93b656;
    font-weight: 600;
}.contact-item.style-2 p {
    margin-bottom: 0;
    max-width: 100%;
    margin: 0 auto;
    color: #B1B1B1;
}.contact-form {
    background-color: #252D48;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    /* padding: 20px; */
    /* padding: 60px 50px; */
    border-radius: 12px;
}.map-area {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}.map-area iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
}.tji-envelop:before {
    content: "\e907";
}
.contact-list{
    padding:0;
}
.contact-list li{
    
}
.contact-list li a{
    color: #B1B1B1;
    font-size: 16px;
    font-family: "Inter", sans-serif !important;
}
.ct2{
    width: 100%;
    float: left;
    background-color: #000;
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}
.contact-form h2{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 20px 0;
}.contact-form  input{
    width: 100%;
    float: left;
    background: #ffffff;
    font-size: 16px;
    border: 0;
    padding: 15px 10px;
    border-radius: 10px;
    color: #fff;
}.contact-form textarea {
    width: 100%;
    float: left;
    background: #ffffff;
    font-size: 16px;
    border: 0;
    padding: 15px 10px;
    border-radius: 10px;
    color: #fff;
}
.form-input{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.tj-primary-btn{
        width: 161px;
        float: left;
        border: 0;
        height: 51px;
        background: #93B656;
        text-align: center;
        font-family: "Inter", sans-serif !important;
        font-size: 16px;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        padding: 13px;
        border-radius: 10px;
        position: relative;
        z-index: 9;
}
iframe{
    filter: grayscale(1) brightness(0.5);
}iframe:hover{
    filter:none;
}
.ellipse{
    position: absolute;
    height: 100vh;
    right: 0;
}
.active .overlay{
    display:block;
}
#nextBtn img{
    width: 58px;
}
#nextBtn{
    
}
#prevBtn{
    
}#prevBtn img{
    width: 58px;
}
.panel13 .span{
   color: #AAAAAA;
   width: 100%;
   float: left;
   text-align: center;
   font-family: "Inter", sans-serif !important;
   /* margin-bottom: 90px; */
}
/* PROFILE SECTION */
.profile {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.profile img {
  width: 450px;
  border-radius: 15px;
}

.profile-content h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.profile-content p {
  line-height: 1.7;
  opacity: 0.8;
}

/* VISION MISSION */
.vm {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.vm-box {
  flex: 1;
  background: #191b1f;
  padding: 30px;
  border-radius: 15px;
  transition: 0.3s;
}

.vm-box:hover {
  transform: translateY(-10px);
}

.vm-box h2 {
  margin-bottom: 15px;
}

.vm-box p {
  opacity: 0.8;
  line-height: 1.6;
}

/* EXTRA SECTION */
.why {
  text-align: center;
}

.why h2 {
  margin-bottom: 40px;
  font-size: 36px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
  gap: 25px;
}

.why-box {
  background: #191b1f;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
}

.why-box:hover {
  background: #00c853;
  color: #000;
}

.why-box h3 {
  margin-bottom: 10px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .profile {
    flex-direction: column;
    text-align: center;
  }

  .profile img {
    width: 100%;
  }
}
.abt1{width: 100%;float: left;background: #000;text-align: center;padding: 60px 0;position: relative;}
.abt1 h2{font-size: 48px;color: #fff;margin: 20px 0 10px;}
.abt1 p{
    font-size: 17px;
    color: #B1B1B1;
}
.tt3{
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
}

/* LEFT RIGHT SECTION */

.leftrightcontent{
    padding-top: 35px;
display:grid;
grid-template-columns:1.2fr 1fr;
gap:100px;
align-items:start;
float:left;
width:100%;
}

.left-content h1{color: #fff;font-size: 48px;font-weight: 600;line-height: 110%;text-transform: uppercase;}

.left-content p{
        padding-top: 25px;
        font-size: 16px;
        font-weight: 400;
        line-height: 155%;
        color: #B1B1B1;
}

.experience{
    margin-top: 18px;
}

.experience .number{
font-size:110px;
font-weight:300;
line-height:1;
}

.experience .text{
font-size:14px;
letter-spacing:3px;
}


/* MISSION VISION */

.innervm{border-left: 2px solid #444444;padding-left:40px;}

.vm-item{
margin-bottom:35px;
position:relative;
}

.vm-item::before{content:"";position:absolute;left:-47px;top:8px;width:12px;height:12px;background: #93b656;border-radius:50%;animation: 1.5s infinite pulse;}

.vm-item h3{font-size:22px;margin-bottom:8px;text-transform: uppercase;color: #fff;}

.vm-item p{font-size: 16px;font-weight: 400;line-height: 155%;color: #B1B1B1;}
/*22*/

.box1-inner{
    padding-top: 50px;
    display: flex;
    align-items: center;
}

.box-img-inner {
    width: 40%;
    padding-left: 40px;
}

.box-img-inner img{
    width: 100%;
    height: auto;
    display: block;
}

.box-text-inner{
    width: 60%;
}
.box-text-inner h2{
    text-align: left;
    padding: 0px 0 25px;
    color: #000000;
    font-size: 40px;
    font-weight: 500;
    line-height: 110%;
}
.box-text-inner p {
    font-size: 16px;
    font-weight: 300;
    line-height: 155%;
    color: #5B5B5B;
}
@media(max-width:768px){

.box1-inner{
    flex-direction: column;
}
.box-img-inner,
.box-text-inner{
    width:100%;
}
.box-text-inner{
    padding-left:0;
    margin-top:20px;
}
}
.ellipse2{position: absolute;left: 0;top: 50%;width: 300px;}
.abt2{width: 100%;float: left;background-color: #000;background-image: url('../images/bg5.png');background-size: cover;padding-bottom: 50px;}
.abt3{width: 100%;float: left;background: #000;padding: 60px 0;position: relative;text-align: center;}
.ellipse3{width: 300px;position: absolute;right: 0;}
.abt3 h2{color: #fff;font-size: 48px;font-weight: 600;line-height: 110%;text-transform: uppercase;margin: 20px 0;}
.abt3-box{width: 100%;float: left;background: #0e0e0e;margin-top: 20px;padding: 30px;border-radius: 10px;border: 1px solid #444444;}
.abt3-box img{width: 60px;filter: invert(1);}
.abt3-box h5{font-size: 20px;color: #fff;margin: 10px 0;}
.abt3-box p{font-size: 16px;font-weight: 400;line-height: 155%;color: #B1B1B1;margin: 0;}
.abt3-box:hover{
    
}
.academic{width: 100%;float: left;background: #000;padding: 60px 0;text-align: center;position: relative;}
.academic h3{font-size: 48px;color: #fff;text-transform: uppercase;font-weight: 600;margin: 10px 0;}
.dep{width: 100%;float: left;background: #000;padding: 60px 0;text-align: center;}
.dep h3{font-size: 48px;color: #fff;font-weight: 600;text-transform: uppercase;margin: 20px 0;}
.dep-box{width: 100%;float: left;/* border: 1px solid #cecece; */padding: 30px;border-radius: 16px;margin-top: 20px;background: #CFF1F1;}
.dep-box img{display: block;margin: auto;height: 300px;object-fit: contain;width: 70%;}
.dep-box h2{font-size: 32px;color: #202520;margin: 15px 0;}
.dep-box p{font-size: 16px;color: #202520;margin-bottom: 0;font-weight: 400;}
.dep-box2{

}
.dep-box2 img{

}
.dep-box2 p{

}
.dep-box2 h2{
    
}.magnetic {
  display: inline-block;
  transition: transform 0.2s ease;
}.magnetic-text {
  display: inline-block;
  transition: transform 0.25s ease;
  will-change: transform;
  cursor: pointer;
}.text-spacing {
  letter-spacing: 15px;
  opacity: 0;
  transition: all 0.8s ease;
}

.text-spacing.active {
  letter-spacing: 2px;
  opacity: 1;
}/* Initial hidden state */
.reveal-text {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(30px);
    transition: 
        opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        filter 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity, filter;
}

/* Active state triggered by JS */
.reveal-text.active {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0);
}

/* Staggered Delay Classes */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.1s; }
.delay-3 { transition-delay: 0.1s; }

/* Optional: Ensure images don't look weird while blurring */
.magnetic.reveal-text {
    transition-duration: 0.5s;
}
.featured-collection{
    
}
.fac{width: 100%;float: left;padding: 60px 0;background: #000;text-align: center;}
.fac h3{font-size: 48px;color: #fff;font-weight: 600;text-transform: uppercase;margin: 20px 0;}
.fac-box{width: 100%;float: left;position: relative;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;margin-bottom: 20px;}
.fac-box img{width: 100%;}
.fac-text{position: absolute;bottom: 0;/* left: 20px; */text-align: left;height: auto;/* background: #161616; */padding-top: 20px;transition: all ease-in-out .5s;-webkit-transition: all ease-in-out .5s;}
.fac-box:hover .fac-text{padding: 30px;height: 100%;background: #161616;}
.fac-box h5{font-size: 25px;color: #fff;width: 100%;padding-left: 15px;}
.fac-box p{padding-right: 15px;color: #fff;font-size: 15px;width: 90%;text-align: justify;height: 0;opacity: 0;width: 100%;padding-left: 15px;}@keyframes textShine {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.fac h2{
    font-size: 46px;
    text-align: left;
    color: #fff;
    background: linear-gradient(to right, #94E4C7 7%, #93B656 83%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 5s ease-in-out infinite alternate;
    margin-bottom: 20px;
}.fac-box:hover p{height: auto;opacity: 1;}
.facul{width: 100%;float: left;background: #000;padding: 60px 0;text-align: center;}
.facul-box{float: left;width: 100%;background: #1a1a1a;margin-top: 20px;padding: 20px;border-radius: 10px;}
.facul-box img{float: left;width: 400px;margin-right: 30px;border-radius: 10px;height: 230px;object-fit: cover;}
.facul-box h5{font-size: 22px;text-align: left;color: #fff;line-height: 150%;}
.facul h2{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
}
.facul-box p{font-size: 15px;color: #A3A3A3;text-align: left;}.facul-box2{float: left;width: 100%;background: #121212;margin-top: 20px;padding: 20px;border-radius: 10px;}
.facul-box2 img{float: right;width: 400px;margin-left: 30px;border-radius: 10px;height: 230px;object-fit: cover;}
.facul-box2 h5{font-size: 22px;text-align: left;color: #fff;line-height: 150%;}
.facul-box2 p{
    font-size: 15px;
    color: #A3A3A3;
    text-align: left;
}
.slide-img{

}.text-slide a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: 0.5s;
}

.text-slide a:hover::after {
  left: 100%;
}.text-slide h2 span{
    /* font-style: italic; */
    font-family: 'Monotype Corsiva';
    font-size: 170px;
}
.text-slide{position: absolute;top: 36%;left: 8%;width: 84%;/* border-bottom: 1px solid #4C4C4C; */}
.text-slide h2{font-size: 130px;color: #fff;/* font-weight: 600; */float: left;width: 100%;border-bottom: 1px dashed #a7a7a7;padding-bottom: 40px;line-height: 100%;}
.text-slide p{font-size: 16px;color: #fff;font-weight: 500;width: 56%;line-height: 24px;padding-top: 20px;float: left;}
.text-slide a{width: 161px;float: left;height: 51px;background: #93B656;text-align: center;font-family: "Inter", sans-serif !important;font-size: 16px;color: #fff;text-decoration: none;font-weight: 600;padding: 13px;border-radius: 10px;position: relative;z-index: 9;display: inline-block;margin-bottom: 30px;overflow: hidden;transition: transform 0.2s ease;}
.text-slide a img{
    width: 6px !important;
    height: 10px;
    margin-left: 8px;
    float: none;
    display: inline-block !important;
    margin-top: -2px;
}.ellipse4 {
    width: 300px;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    bottom: -300px;
}
.panel3{width: 100%;float: left;padding: 60px 0 80px;}
.panel3 h2{font-size: 55px;color: #000;width: 33%;float: left;line-height: 100%;}
.panel3 h2 span{font-family: 'Monotype Corsiva';font-size: 75px;}
.panel3 p{font-size: 16px;color: #000;line-height: 150%;float: right;width: 53%;margin-top: 55px;}
.p3-box{width: 100%;float: left;position: relative;margin-top: 0px;}
.p3-img{width: 100%;float: left;margin-top: 30px;position: relative;overflow: hidden;border-radius: 20px;transition: all ease-in-out .5s;}
.p3-img:hover img{
    transform: scale(1.1);
}
.p3-img img{
    width: 100%;
    height: 409px;
    object-fit: cover;
    border-radius: 20px;
    transition: all ease-in-out .5s;
}
.p3-box h6{position: absolute;top: 81%;left: 28%;z-index: 9;font-size: 24px;text-align: center;color: #fff;font-weight: 500;}
.p3-box:hover{
    
}
.panel4{width: 100%;float: left;background: #252D48;padding: 60px 0;text-align: center;}
.panel4 h2{font-size: 55px;color: #fff;/* font-weight: 500; */}
.panel4 h2 span{font-family: 'Monotype Corsiva';font-size: 75px;}
.panel4 p{font-size: 16px;color: #fff;font-weight: 400;line-height: 150%;padding: 10px 23%;letter-spacing: -1%;}
.p4-box{

}
.p4-main{max-width: 842px;display: block;margin: 20px auto;}
.logo-min{
    width: 70px;
    position: absolute;
    top: 35%;
    left: 50.5%;  
      animation: pulseSimple 2s infinite ease-in-out;
   }
@keyframes pulseSimple {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.25);
    }
}
.p1{
    width: 70px;
    position: absolute;
    left: 12.4%;
    top: 36%;
    border-radius: 10px;
    animation: pulseSimple 2s infinite ease-in-out;
}
.panel6{width: 100%;float: left;background: #252D48;padding: 60px 0;}
.panel6 h2{font-size: 55px;color: #ffffff;width: 32%;float: left;}
.panel6 h2 span{font-family: 'Monotype Corsiva';float: left;font-size: 67px;}.p6-box h6:after{
                 position:absolute;
                 content:'';
                 background-image: url('../images/vector.png');
                 width: 19px;
                 height: 20px;
                 left: 0;
                 background-size: contain;
                 }
.p6-p{font-size: 16px;color: #fff;width: 54%;float: right;margin-top: 60px;}
.p6-box{width: 100%;float: left;background: #fff;padding: 41px;border-radius: 20px;}
.p6-box h5{font-size: 24px;color: #000;font-weight: 700;margin-bottom: 23px;}
.p6-box h6{font-size: 18px;color: #000;font-weight: 400;position: relative;padding-left: 30px;}
.p6-box p{font-size: 16px;color: #000;font-weight: 400;letter-spacing: -1%;margin-bottom: 60px;line-height: 180%;margin-top: 22px !important;width: 100% !important;}
.apply{font-weight: 700;background: #252D48;font-size: 16px;color: #fff;display: inline-block;padding: 15px 21px;text-decoration: none;border-radius: 30px;margin-bottom: 10px;}
.know{font-weight: 700;background: transparent;font-size: 16px;color: #000;display: inline-block;padding: 15px 21px;text-decoration: none;border-radius: 30px;border: 1px solid #cecece;}
.apply:hover{background: #0a1439;animation: pulse 1.5s infinite;color: #fff;}
.know:hover{
    background: #0a1439;
    animation: pulse 1.5s infinite;
    color: #fff;
}
.p6-full{
    width: 100%;
    float: left;
    padding: 30px 0 30px 9%;
}
.panel7{width: 100%;float: left;padding: 60px 0;}
.panel7 h2{font-size: 56px;color: #000;width: 30%;float: left;line-height: 100%;padding-bottom: 20px;}
.panel7 h2 span{font-family: 'Monotype Corsiva';font-size: 74px;}
.panel7 p{font-size: 16px;color: #000;line-height: 150%;float: left;width: 62%;margin-top: 70px;padding-left: 10%;}
.p7-full{width: 100%;float: left;padding: 30px 0 30px 7%;}
.p7-box1 {width: 30%;float: left;margin-right: 3%;background: #F5F2EA;padding: 48px 43px;text-align: center;border-radius: 20px;z-index: 999;position: relative;}
.p7-box1 h5{color: #252D48;font-size: 40px;font-weight: 500;float: left;width: 100%;}
.p7-box1 h5 span{float: left;width: 100%;font-family: 'Monotype Corsiva';font-size: 50px;}
.p7-box1 p{width: 100%;margin-top: 0;margin-top: 12px;}
.p7-box1 a{font-weight: 700;background: #ffffff;font-size: 16px;color: #000000;display: inline-block;padding: 15px 54px;text-decoration: none;border-radius: 30px;margin-bottom: 10px;margin-top: 20px;}
.p7-box1 a:hover{background: #0a1439;animation: pulse 1.5s infinite;color: #fff;}
.p7-carousel{

}
.p7-box2{width: 100%;float: left;text-align: center;position: relative;margin-bottom: 20px;}
.p7-box2 img{height: 395px;object-fit: cover;border-radius: 20px;width: 100%;}
.p7-box2 h6{position: absolute;bottom: 22px;text-align: center;font-size: 24px;color: #fff;width: 100%;/* left: 28%; */}
.panel8{width: 100%;float: left;background: #F5F2EA;padding: 60px 0 110px;}
.panel8 h2{font-size: 55px;color: #000;text-align: center;font-weight: 600;}
.panel8 h2 span{font-family: 'Monotype Corsiva';font-size: 75px;}
.panel8 p{font-size: 16px;color: #000;text-align: center;padding: 10px 250px;font-weight: 400;}
.p8-box{width: 100%;float: left;background: #fff;padding: 50px 70px;border-radius: 20px;}
.p8-box h5{font-size: 24px;color: #000;font-weight: 600;}
.p8-box h5 span{font-size: 16px;color: #000;font-weight: 400;}
.p8-box h6{
    font-size: 16px;
    color: #000;
    /* text-align: center; */
    line-height: 180%;
    margin: 0;
    font-weight: 400;
}
.panel9{width: 100%;float: left;60px: 0;60px: 0;padding: 40px 0;}
.panel9 img{
    width: 100%;
}.footer {
    background: #252D48;
    color: #fff;
    padding: 60px 0 30px;
    float: left;
    width: 100%;
    position: relative;
}

.container {
    /* width: 90%; */
    /* margin: auto; */
}

/* TOP SECTION */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

/* COLUMNS */
.footer-col h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}
.footer-col ul li a img{
    width: 10px;
    margin-top: -3px;
    margin-left: 3px;
}
.footer-col ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #fff;
}

/* CENTER TEXT */
.footer-center {
    float: left;
    width: 70%;
}

.footer-center h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.footer-center h3 {
    /*font-style: italic;*/
    font-size: 40px;
    margin-bottom: 10px;
}

.footer-center p {
    font-size: 16px;
    color: #ccc;
}
.footer-right-full p{
        float: left;
        font-size: 15px;
        width: 90%;
        margin-top: 30px;
        font-weight: 400;
        line-height: 180%;
}
/* BUTTON */
.footer-btn {
    /* display: flex; */
    /* align-items: center; */
}

.btn-connect {
    background: #fff;
    color: #0D0B0E;
    padding: 15px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s;
    width: 194px;
    float: right;
    height: 54px;
    text-align: center;
}

.btn-connect:hover {
    background: #0a1439;
    animation: pulse 1.5s;
    color: #fff;
}

/* BOTTOM */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-logo img {
    height: 40px;
}

.footer-bottom .copyright,
.footer-bottom .design {
    font-size: 16px;
    color: #fff;
}.footer-bottom .design a{
    color:#fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-center {
        max-width: 100%;
    }
}
.footer-col{
    width: 50%;
    float: left;
}
.footer-right-full {
    width: 100%;
    float: left;
}
hr{
    border: 1px dashed;
}.contact-container {
    display: flex;
    max-width: 100%;
    width: 100%;
    background: #fff;
    /* border-top-left-radius: 24px; */
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    padding: 60px 0 0 7%;
}

/* LEFT SECTION */
.contact-info {
    flex: 1;
    padding: 0 10px;
    background-color: #fff;
}

.image-wrapper {
    width: 100%;
    height: 350px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.badge {
    background: var(--bg-gray);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-light);
    margin-bottom: 0;
}

.info-content h1 {
    font-size: 35px;
    margin: 15px 0;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}

.info-content p {
    color: #000;
    margin-bottom: 0;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 50px;
}

.info-item h3 {
    font-size: 24px;
    margin: 10px 0 5px;
    font-weight: 700;
}

.info-item p, .info-item a {
    font-size: 15px;
    color: #000;
    text-decoration: none;
}

/* RIGHT SECTION (FORM) */
.contact-form-section {
    flex: 1;
    background-color: #252d48;
    padding: 60px;
    border-top-left-radius: 30px;
}

.form-header h2 {
    font-size: 35px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}

.form-header p {
    color: #fff;
    margin-bottom: 30px;
}

.form-header span {
    color: #fff;
    font-weight: 700;
    font-style: italic;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.input-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    flex: 1;
    position: relative;
}

.input-group label {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

input, textarea {
}

input:focus, textarea:focus {
    border-color: var(--primary-purple);
}

.phone-input {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    background: white;
    padding-left: 12px;
}

.phone-input input {
    border: none;
    width: 100%;
}

.char-limit {
    text-align: right;
    font-size: 11px;
    color: var(--text-light);
    margin-top: 4px;
}

.submit-btn {
  background: transparent;
  color: #ffffff;
  padding: 18px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  transition: 0.3s;
  border: 0;
  width: 100%;
  border: 1px solid #fff;
}

.submit-btn:hover {
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .contact-container {
        flex-direction: column;
    }
    .contact-form-section {
        padding: 40px 20px;
    }
    .form-row {
        flex-direction: column;
    }
}
.icon img{
    width: 80px;
}
.job-list-full{width: 100%;float: left;padding: 60px 0;}
.job-list-full .p6-box{border: 1px solid #cecece;margin-top: 10px;margin-bottom: 10px;}
.job-list-full h2{float: left;font-size: 55px;color: #000;font-weight: 600;}
.job-list-full h2 span{font-family: 'Monotype Corsiva';font-size: 75px;float: left;width: 100%;}
.job-list-full p{
    font-size: 16px;
    float: right;
    width: 50%;
    color: #000;
    margin-top: 80px;
}/* SECTION */
.news-section {
    padding: 60px 0;
    float: left;
    width: 100%;
}
@media(min-width:1200px){
.container {
    max-width: 1190px;
    /* margin: auto; */
}
}
.news-section .title span{
        font-family: 'Monotype Corsiva';
    font-size: 75px;
}
/* TITLE */
.news-section .title {
    text-align: center;
    font-size: 55px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}

.subtitle {
    text-align: center;
    color: #000000;
    /* margin-bottom: 40px; */
}

/* GRID */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

/* CARD */
.news-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.3s;
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
    margin-top: 20px;
    border: 1px solid #cecece;
}.news-card:hover{
    
}
.news-card:hover a{
    color: #ffffff;
}.news-card:hover .dat{
    color:#fff;
}
.news-card:hover h3{
    color:#fff;
}
.news-card:hover p{
    color:#fff;
}
.news-card:hover a{
    
}
.news-card:hover {
    transform: translateY(-8px);
    background: #0a1439;
    color: #fff;
}

/* IMAGE */
.img-box {
    position: relative;
}

.img-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* TAG */
.tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #6c63ff;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 20px;
}

.tag.news {
    background: #ff6b6b;
}

/* CONTENT */
.content {
    padding: 20px;
}

.date {
    font-size: 12px;
    color: #999;
}

.content h3 {
    font-size: 18px;
    margin: 10px 0;
    color: #000;
}

.content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    color: #000;
}

.content a {
    text-decoration: none;
    color: #0a1439;
    font-weight: 600;
    font-size: 16px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}
#abt-panel {
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding-top: 80px;
    padding-bottom: 80px;
}#abt-panel h2 {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 55px;
    color: #000000;
    letter-spacing: 1px;
    line-height: 53px;
    margin-bottom: 40px;
}#abt-panel h2 span {
    font-family: 'Monotype Corsiva';
    font-size: 75px;
}.short-desc {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}.short-desc p {
    float: left;
    width: 100%;
    color: rgb(0 0 0);
    font-size: 16px;
    line-height: 29px;
}.sc-address {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 45px;
}.address-border {
    float: left;
    width: 99%;
    padding: 24px;
    /* border: solid 1px rgb(255 255 255 / 23%); */
    border-radius: 9px;
    background: #252d48;
    height: 170px;
}.address-border h3 {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #a1b8e7;
    letter-spacing: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
}.sc-address p {
    float: left;
    width: 100%;
    font-size: 15px;
    /* color: rgb(255 255 255 / 90%); */
    line-height: 29px;
    margin-bottom: 0px !important;
    text-align: center;
    padding: 0 20px;
}.sc-frm {
    float: left;
    width: 100%;
    /* margin-top: 25px; */
    background: #252d48;
    padding: 60px 30px 30px;
    border-radius: 20px;
}
.frm-brd img{
        width: 50px;
    float: right;
    opacity: .1;
    position: absolute;
    right: 10px;
}

.frm-brd {
    float: left;
    width: 98%;
    border: solid 1px rgb(255 255 255 / 36%);
    padding: 23px 30px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
}.frm-brd label {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.frm-brd textarea {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.5s;
    color: rgb(255 255 255);
    font-size: 18px;
    font-weight: 400;
    padding-left: 0;
}

.frm-brd input {
    width: 100%;
    border: none;
    outline: none;
    background-color: transparent;
    transition: all 0.5s;
    color: rgb(255 255 255);
    font-size: 16px;
    font-weight: 400;
    padding-left: 0;
}.socail-media__item {
    gap: 20px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}.socail-media__item .icon {
    width: 70px;
    height: 70px;
    display: flex;
    font-size: 22px;
    align-items: center;
    border-radius: 20px;
    transition: all 0.3s;
    color: var(--primary);
    justify-content: center;
    border: 1px solid;
    border-color: rgb(255 255 255 / 23%);
}.icon img {
    width: 25px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}.socail-media__item .text-social a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: white;
    letter-spacing: 1px;
}.socail-media__item .text-social span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #979494;
    display: none;
}.map-frame {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    /* margin-top: 15px; */
}.map-frame iframe {
    border-radius: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}.px-blur-bottom {
    backdrop-filter: blur(10px);
    bottom: 0;
    flex: none;
    height: 80px;
    left: 0;
    -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    mask: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%) add;
    overflow: visible;
    position: fixed;
    right: 0;
    pointer-events: none;
    z-index: 999;
}
.sc-frm form{
    float: left;
    width: 94%;
}.btn-11 {
  position: relative;
  color: #ffffff;
  background: transparent;
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 20px;
  padding: 10px 60px;
  border-radius: 30px;
  /* z-index: 9999; */
  margin-bottom: 40px;
  font-weight: 600;
}
.btn-11:before, .btn-11:after {
  /* position: absolute; */
  top: 50%;
  /* content: ""; */
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
.btn-11:before {
  /* left: -20px; */
  /* transform: translate(-50%, -50%); */
}
.btn-11:after {
  /* right: -20px; */
  /* transform: translate(50%, -50%); */
}
.btn-11:hover {
  color: #252d48;
  /* z-index: 9999; */
  animation: pulse 1.5s;
  background: #fff;
}
.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
.btn-11 span{
    position: relative;
    z-index: 999;
}.btn-12 span{
    position: relative;
    z-index: 999;
}
.btn-12 {
  position: relative;
  color: #ffffff;
  background: transparent;
  overflow: hidden;
  border: 1px solid #fff;
  font-size: 20px;
  border-radius: 30px;
  /* z-index: 9999; */
  font-weight: 600;
}
.btn-12:before, .btn-12:after {
  position: absolute;
  top: 50%;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
}
.btn-12:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.btn-12:after {
  right: -20px;
  transform: translate(50%, -50%);
}
.btn-12:hover {
  color: #252d48;
  /* z-index: 9999; */
}
.btn-12:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
          animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.btn-12:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
          animation: criss-cross-right 0.8s both;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.hero-img {
    position: relative;
}

.hero-img img {
    width: 100%;
    border-radius: 15px;
}

.tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #6c63ff;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
}

/* CONTENT */
.detail-content {
    margin-top: 20px;
}

.detail-content  .date {
    font-size: 13px;
    color: #888;
}

.detail-content  h1 {
    margin: 10px 0 15px;
    font-size: 50px;
    color: #000;
}

.detail-content p {
    .detail-content:
    p;
    font-size: 16px;
    color: #000;
    margin: 0;
    line-height: 180%;
}

.detail-content  .detail-content p {
    margin: 15px 0;
    line-height: 1.7;
    color: #555;
}

.detail-content  blockquote {
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border-left: 4px solid #6c63ff;
    font-style: italic;
}

/* SHARE */
.detail-content  .share {
    margin-top: 30px;
}

.detail-content  .share a {
    margin-left: 10px;
    text-decoration: none;
    color: #6c63ff;
}

/* RELATED */
.related {
    /* margin-top: 40px; */
}.related h3 span{
    font-family: 'Monotype Corsiva';
    font-size: 50px;
}

.related h3 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #0a1439;
    font-weight: 600;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.related-card {
    background: #d9e5ff;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: 0.3s;
}

.related-card img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.related-card p {
    color: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.related-card:hover {
    transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .related-grid {
        grid-template-columns: 1fr;
    }

    h1 {
        font-size: 22px;
    }
}
.left-n{width: 68%;float: left;}
.right-n{
    width: 28%;
    float: right;
}
.news-detail{
    width: 100%;
    float: left;
    padding: 60px 0;
}.ct-box {
    margin-bottom: 35px;
    width: 100%;
    float: left;
    position: relative;
    border-radius: 10px;
    border: 1px solid #cecece;
    padding-bottom: 30px;
    min-height: 390px;
}.i-small {
    width: 50px;
    position: absolute;
    left: 44%;
    top: 42%;
    background: #f5ebc6;
    padding: 12px;
    border-radius: 10px;
    filter: invert(1);
    z-index: 9;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}.img-l {
    width: 100%;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 200px;
    object-fit: cover;
    filter: grayscale(1);
}.ct-box h1 {
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-top: 31px;
    width: 100%;
    float: left;
    font-weight: 700;
}.ct-box a {
    color: #000;
    text-align: center;
    font-size: 16px;
    width: 100%;
    float: left;
}.ct-box:hover .i-small {
    background: #e0c792;
}.ct-box:hover .img-l { 
    filter: none;
}.opaque {position:absolute; top:0; left:0; right:0; bottom:0; opacity:0; background:#d2d6f1;}
.lt-ie9 .opaque {display:none;}
.feature {
    position:fixed;
    top: 0;
    z-index:0;
    width:100%;
    padding-top: 40%;
    background: url('../images/bg2.webp');
    background-size: cover;
    -webkit-background-size:250%;
    background-position: center;
    -moz-background-size:250%;
    -o-background-size:250%;
    background-size:250%;
    -webkit-box-shadow: 0 -50px 20px -20px #232323 inset;
    -moz-box-shadow: 0 -50px 20px -20px #232323 inset;
    box-shadow: 0 -50px 20px -20px #232323 inset;
    height: 100%;
  }
.content {position:relative;z-index:1;/* padding-top:45%; */width: 100%;margin:0 auto;}

@media only screen and (min-width:36.250em) {
  .content {/* width:60%; *//* padding-top:35%; */}
}
.abt-sec{width: 100%;float: left;padding: 70px 0 40px;background: #fff;position: relative;z-index: 9;}
.abt-sec h2{color: #000;font-size: 52px;width: 43%;float: left;line-height: 100%;margin-top: 0;}
.abt-sec h2 span{font-family: 'Monotype Corsiva';font-size: 75px;}
.about2{
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    clear: both;
}
.about2 a:hover{
    
}
.about2 a{
    display: table;
    margin: auto;
    background: #ffffff;
    padding: 10px 30px;
    border-radius: 30px;
}
.about2 h6{
    text-align: center;
    font-size: 70px;
    font-family: 'Monotype Corsiva';
    margin-bottom: 30px;
    margin-top: -30px;
    color: #ffffff;
}
.about2 h2{
    font-size: 230px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: -50px;
}
.abt-sec p{
    font-size: 16px;
    color: #000;
    line-height: 180%;
    padding-top: 10px;
    margin-bottom: 0;
}
.about3{
    background: linear-gradient(
        180deg,
        #F5F2EA 50%,
        #252D48 50%
    );
    padding: 120px 0;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    z-index: 999;
    background-attachment: fixed;
}

/* CARD */
.vm-sec{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    /* box-shadow: 0 20px 60px rgba(0,0,0,0.12); */

    /* INITIAL STATE */
    opacity: 1;
    transform: translateY(80px);
    transition: 1s cubic-bezier(.17,.67,.32,1.28);
}

/* ACTIVE */
.vm-sec.active{
    transform: translateY(0);
}
.vm-sec h2 span{
        font-family: 'Monotype Corsiva';
        font-size: 45px;
}
/* TOP SECTION */
.vm-sec h2{
    background: #F5F2EA;
    color: #252d48;
    margin: 0;
    padding: 35px 40px;
    font-size: 42px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

/* BOTTOM SECTION */
.vm-sec p{
    background: #252D48;
    color: #fff;
    margin: 0;
    padding: 40px 32px;
    font-size: 16px;
    line-height: 32px;
    position: relative;
    z-index: 2;
}

/* HOVER EFFECT */
.vm-sec:hover{
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0,0,0,0.2);
}

/* LIGHT SWEEP */
.vm-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255,255,255,0.08);
    transform: skewX(-20deg);
    transition: 1s;
    z-index: 1;
}

.vm-sec:hover::before{
    left: 150%;
}
.about4{width: 100%;float: left;background: #fff;position: relative;z-index: 99;padding-bottom: 60px;}
.about4 img{width: 500px;float: left;margin-right: 40px;border-radius: 30px;}
.about4 h2{color: #000;font-size: 55px;font-weight: 600;}
.about4 h2 span{font-family: 'Monotype Corsiva';font-size: 75px;}
.about4 p{
    font-size: 16px;
    color: #000;
    line-height: 180%;
    font-weight: 400;
}
.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 2px;
    background: #0a1439 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}#enroll .modal-content {
    width: 100%;
    float: left;
    background: #0a1439;
    background-size: cover;
}.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
}.log-sec h2 {
    font-size: 30px;
    color: #0a1439;
    margin-bottom: 10px;
    font-weight: 600;
}.log-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}.log-field label {
    font-size: 15px;
    color: #000;
    width: 100%;
    margin-bottom: 12px;
}.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}.log-sec button:hover {
    background: #000;
}
.log-sec button {
    position: relative;
    width: 100%;
    height: 55px;
    width: 100%;
    float: left;
    background: #0a1439;
    background-size: cover;
    float: right;
    margin: 25px 0 0 0;
    padding: 16px 0;
    cursor: pointer;
    border: 0;
    font-size: 15px;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    overflow: hidden;
}#enroll .mod-right {
    width: 100%;
    float: left;
    padding: 140px 30px;
}.mod-right img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}.mod-right h5 {
    font-size: 22px;
    color: #a2cdff;
    text-transform: uppercase;
}.mod-right h6 {
    font-size: 31px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    line-height: 125%;
}@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}
/* ANIMATED GRADIENT TEXT */

.gradient-text{
    font-size: 80px;
    font-weight: 800;
    line-height: 1.1;
    /* background: linear-gradient(90deg, #ffffff, #25437f, #ffffff, #284782, #ffffff); */
    /* background-size: 300% auto; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* animation: textGradient 6s linear infinite; */
}

/* Infinite Animation */
@keyframes textGradient{
    0%{
        background-position: 0% center;
    }
    100%{
        background-position: 300% center;
    }
}.gradient-text{
    /* filter: drop-shadow(0 5px 20px rgba(255,255,255,0.15)); */
}
.serv-sec{width: 100%;float: left;padding: 0 0 60px;}
.serv-left{width: 100%;float: left;}
.serv-left img{width: 100%;border-radius: 30px;}
.serv-left h2{color: #000;font-size: 55px;width: 100%;float: left;margin-top: 15px;line-height: 110%;}
.serv-left h2 span{font-family: 'Monotype Corsiva';font-size: 75px;}
.serv-left p{font-size: 16px;color: #000;line-height: 180%;padding-top: 10px;margin-bottom: 0;}
.serv-right{width: 100%;float: left;background: #0c1636;padding: 20px;border-radius: 20px;}
.serv-right h2{color: #fff;/* font-family: 'Monotype Corsiva'; */font-size: 40px;}
.serv-right h2 span{

}
.serv-right form{

}
.serv-input{width: 100%;float: left;margin-top: 10px;}
.serv-input input{width: 100%;float: left;padding: 15px;font-size: 15px;color: #000;border-radius: 10px;border: 0;background: #fff;}
.serv-input textarea{width: 100%;float: left;padding: 15px;border-radius: 10px;border: 0;background: #fff;font-size: 15px;color: #000;}
.serv-right button{width: 100%;float: left;margin-top: 10px;1px:sol;1px:sol;1px:sol;1px:so;1px:unset;1px:s;border: 1px solid #fff;background: transparent;font-size: 16px;font-weight: 600;color: #fff;padding: 15px;border-radius: 30px;}
.serv-right button:hover{
    animation: pulse 1.5s;
    background: #fff;
    color: #132258;
}
/*.stck {*/
/*    position: relative;*/
/*    transition: transform 0.45s cubic-bezier(.22, .61, .36, 1), top 0.45s cubic-bezier(.22, .61, .36, 1);*/
/*    will-change: transform;*/
/*}*/

.iti{
    width:100%;
}

.iti__country-list{
    z-index:999999;
}
.header_menu_area > ul > li:hover img{
    transform: rotate(180deg);
}@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.08);
  }

  100% {
    transform: scale(1);
  }
}.view-job:hover img{
    filter:invert(1);
}
.view-job:hover{
        animation: pulse 1.5s infinite;
        background: #132258;
        color: #fff;
}
.pulse {
  animation: pulse 1.5s infinite;
}
.view-job{
    float: right;
    margin-top: 13px;
    width: 192px;
    height: 54px;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 25px;
    margin=l: 2;
    margin-left: 20px;
}
.view-job img{
    width: 30px;
    float: right;
    margin-top: -2px;
}
.panel5{
    padding: 60px 0;
}
.panel5 h2{
    font-size: 55px;
    color: #000;
    width: 52%;
    float: left;
    line-height: 110%;
    margin-bottom: 50px;
}
.panel5 h2 span{
    font-family: 'Monotype Corsiva';
    font-size: 62px;
    float: left;
}
.section{
    width: 100%;
    float: left;
    padding-top: 0;
}
.panel5 p{
    font-size: 16px;
    color: #000;
    line-height: 150%;
    float: right;
    width: 46%;
    margin-top: 70px;
}.career-card{
    
}
.p7-carousel .owl-nav{position: relative;left: 40%;top: 30px;}
.p7-carousel .owl-prev{width: 68px;height: 44px;background-color: #1F396D!important;border-radius: 30px;margin-right: 10px;transition: all ease-in-out .5s;}

.p7-carousel .owl-next{width: 68px;height: 44px;border-radius: 30px;background: #1F396D!important;transition: all ease-in-out .5s;}
.p7-carousel .owl-prev img{transform: rotate(180deg);width: 8px;filter: invert(1);}

.p7-carousel .owl-next img{width: 8px;filter: invert(1);}
.p7-carousel .owl-next:hover{
    background: transparent !important;
    border: 1px solid #cecece !important;
}.p7-carousel .owl-next:hover img{
    filter: none;
}
.p7-carousel .owl-prev:hover{background: transparent !important;border: 1px solid #cecece !important;}.p7-carousel .owl-prev:hover img{
    filter: none;
}



.p8-carousel .owl-nav{position: relative;/* left: 50px; */top: 30px;text-align: center;}
.p8-carousel .owl-prev{width: 68px;height: 44px;background-color: #1F396D!important;border-radius: 30px;margin-right: 10px;transition: all ease-in-out .5s;}

.p8-carousel .owl-next{width: 68px;height: 44px;border-radius: 30px;background: #1F396D!important;transition: all ease-in-out .5s;}
.p8-carousel .owl-prev img{transform: rotate(180deg);width: 8px;filter: invert(1);}

.p8-carousel .owl-next img{width: 8px;filter: invert(1);}
.p8-carousel .owl-next:hover{
    background: transparent !important;
    border: 1px solid #cecece !important;
}.p8-carousel .owl-next:hover img{
    filter: none;
}
.p8-carousel .owl-prev:hover{background: transparent !important;border: 1px solid #cecece !important;}
.p8-carousel .owl-prev:hover img{
    filter: none;
}
.p6-carousel .owl-nav{
    display: none;
}.socail-media__item .icon:hover{background: #323b5a;}
.serv-sec2{width: 100%;float: left;padding-bottom: 60px;}
.serv-sec2 .p7-box{
    
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}


/* Apply this class when the item is active */
/*.top-carousel .owl-item.active .item {
    animation: wowTransition 2s ease-out forwards;
}*/
.top-carousel .owl-item.active h2{
 animation: maskIn 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}.top-carousel .owl-item.active p{
 animation: maskIn 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
@keyframes wowTransition {
  0% {
    filter: brightness(0.5) blur(10px);
    transform: translateX(10%);
    opacity: 0;
  }

  100% {
    filter: brightness(1) blur(0px);
    transform: translateX(0%);
    opacity: 1;
  }
}

.wowTransition {
  animation: wowTransition 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}[data-aos="wow-transition"] {
  opacity: 0;
}

[data-aos="wow-transition"].aos-animate {
  animation: wowTransition 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

/* Enter: The new image slices in from the center */
.maskIn {
    animation: maskIn 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
    z-index: 2;
}
[data-aos="mask-out"] {
  opacity: 1;
}

[data-aos="mask-out"].aos-animate {
  animation: maskOut 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}
.maskOut {
  animation: maskOut 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) both;
  z-index: 1;
}

@keyframes maskOut {
  0% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
    transform: translateY(-30px);
  }
}

@keyframes maskIn {
    0% { clip-path: inset(50% 50% 50% 50%); }
    100% { clip-path: inset(0 0 0 0); }
}[data-aos="mask-in"] {
  opacity: 0;
}

[data-aos="mask-in"].aos-animate {
  animation: maskIn .5s cubic-bezier(0.645, 0.045, 0.355, 1) both;
}

@keyframes maskIn {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}#enroll3 .modal-content {
    width: 100%;
    float: left;
     /* background: linear-gradient(76deg, rgb(10 20 57) 32%, rgb(10 20 57) 89%), url(../images/footer-overlay.webp); */
    background-size: cover;
}#enroll3 p{
    color: #fff;
    font-size: 16px;
    line-height: 180%;
    font-weight: 400;
    margin: 0;
}
.related-blogs{
  float:left;
  width:100%;
  background-color: #090f28;
  padding: 25px;
  border-radius: 15px;
}

.related-blogs h4 {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 15px;
    text-align: center;
    background: #172950;
    border-radius: 10px;
    margin-bottom: 35px;
}


.rn-hvr{
    float: left;
    width: 100%;
    color: #000;
    font-weight: 500;
    border-bottom: solid 1px rgb(255 255 255 / 12%);
    margin-bottom: 20px;
    padding-bottom:15px;
}

.rn-hvr h5{
    font-size: 17px;
    float: left;
    width: 100%;
    margin-top: 14px;
    line-height: 25px;
    color:white;
    font-weight: 400;
}
.rn-hvr span {
    float: left;
    background-color: #283d6a;
    color: white;
    font-size: 13px;
    border-radius: 50px;
    padding: 5px;
    padding-left: 12px;
    padding-right: 15px;
}


.jb-apy {
    float:left;
    width:100%;
}

.jb-apy h2{
   float: left;
    width: 100%;
    color: #153197;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.jb-apy h2 span{
    float: left;
    width: 100%;
    padding-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #333737;
    text-transform: none;
}

.jb-apy p{
    float:left;
    width:100%;
    color:black !important; 
}

.mod-new{
        padding: 15px;
}
.panel9 img{
    height: 100px;
    object-fit: contain;
}.serv-right{
    overflow: visible !important;
}
.nav-menus-wrapper-close-button{
    margin-right:0;
}