*{
	margin:0px;
    padding:0px;
    font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.custom_container{ 
    padding:0 6%;
    z-index: 1;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
  font-family: "DM Sans", sans-serif;
}
p {
    margin: 0;
}
/* end-edit */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
} 
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}


body {
  transition: background 1s ease;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ff662b; 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #cf3f08; 
}

.menu .only_for_sol:nth-child(3){
    position:relative;
}
.menu .only_for_sol:nth-child(3)  .sub-menu{
    width: 280px;
}
.menu .only_for_sol:nth-child(3)  .img_nav_water{
    display: none;
}
/* common style */


.btn_secure_white{
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: 1px solid;
    padding:10px 25px ;
    position: relative;
    /*text-transform: capitalize;*/
    z-index: 1;
    transition: 0.6s;
    min-width: 140px;
    display: inline-block;border-radius: 60px;
}
.btn_secure_white:hover {
    color:#fff;
    box-shadow: inset 0 -4em 0 0 #F16B1C !important;
} 
.btn_secure{
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #F16B1C;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #F16B1C;
    padding:10px 25px ;
    position: relative;
    /*text-transform: capitalize;*/
    z-index: 1;
    transition: 0.6s;
    min-width: 140px;
    background-size: 100% 100%;
    display: inline-block;border-radius: 60px;
}
.btn_secure:hover {
    color: rgba(231, 110, 36, 1);
    box-shadow: inset 0 -4em 0 0 #fff !important;
}  
.btn_secure:hover svg path{
    fill: rgba(231, 110, 36, 1);
} 
.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #eb5b0e;
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}



.top_head {
    background: #2B2A29;
    width: 100%;
    justify-content: space-between;
    padding: 10px 6%;
    color: #fff;
    font-size: 14px;
}
.top_head a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin: 0 10px;
}

.logo {
    margin-right: 20px;
}
.logo img {
    height: 32px;
    filter: invert(1);

}
.navbar-animation{
  padding-bottom: 5px;
  overflow: hidden;
 position: relative;
  
}
.bread_list{
    position: absolute;
    bottom: 0;
    font-size: 18px;
}
.navbar-animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #112959;
  transform: translateX(-110%);  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.navbar-animation:hover:before {
  transform: translateX(0);
}

header{
    width: 100%;
    transition: 0.5s all;
    position: relative;
    top: 0;
    background: #fff;
    left: 0;
    /*padding: 20px 0;*/
    z-index: 99;  
}
header.sticky {
 box-shadow: 0 0 10px #00000030;
    position: sticky;
}
.navbar-brand.logo {
    margin: 0;
}
header .navbar-brand span {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
    margin-left: 10px;
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    column-gap: 20px;
    margin: 0;
    align-items: center;
}
.menu a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: capitalize;
    text-align: center;
    font-weight:600;
    padding: 20px 0;
    color: #2B2A29;
    font-size: 16px;
}
.menu .sub-menu a {
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0;
    text-align: left;
}
.menu a:hover {
    color: #ff662b;
}
.menu li {
    /*position: relative;*/
    margin: 0 10px;
}
.search_btn {
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
}







.sub-menu {
    padding: 25px;
    position: absolute;
    width: 88%;
    left: 6%;   
    z-index: 2;
    /*min-height: 350px;*/
    justify-content: space-between;
    /*align-items: center;*/
    display: none;
    box-shadow: 0px 20px 20px #0000006b;
    /*top: 45px;*/
    background: #fff;
    z-index: -1;    min-height: 40vh;
    max-height: 82vh;
    border-top: 2px solid #ff662b;
}
.menu .sub-menu a:hover {
    background: -webkit-linear-gradient(0deg, #D90368 -57.78%, #F99F18 99.96%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.menu li:hover .sub-menu {
    display: inline-flex;
}
.right_side {
    width: 100%;
    position: relative;
    /* padding: 20px 0; */
    /* margin: 20px; */
    /*padding: 20px 0;*/
    /*border-top: 1px solid rgba(65, 65, 65, 1);*/
}
.sub-menu .menun {
    padding-right: 0;
    display: inline-block;
    min-width: 22%; 
    list-style: none;
    padding: 0;
    overflow: auto;
    height: 100%;
    /*width: 100%;*/
    padding-top: 0px;
    /*position: relative;*/
    /*border-right: 1px solid rgba(65, 65, 65, 1);*/
}

.menu li.first_cat {
    font-weight: 600;
    width: 100% !important;
    margin-bottom: 8px;
    border: none !important;
    text-decoration: underline;
}


.sub-menu li{
    /*position: relative;*/
    border: none;
}

.sub-menu2 {
    position: absolute;
    left: 22%;
    width: -webkit-fill-available;
    height: 100%;
    display: none;
    overflow: auto;
    top: 0px;
    /*border-left: 1px solid rgba(65, 65, 65, 1);*/
}
.sub-menu .dropdown_menu:hover .sub-menu2 {
    display: block;
}
.menu2 {
    list-style: none;
    margin: 0;
    width: 100%;
    padding-left: 25px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0 10px;
}
.menu2 li {
    border-right:none !important;
    width: 30% !important;
}


.img_nav_water {
    position: absolute;
    width: 40%;
    right: 25px;
    bottom: 20px;
    margin-left: 30%;
    filter: invert(1);
    opacity: 0.1;
    pointer-events: none;
}

.dropdown_menu a:after {
    content: "";
    transform: rotate(45deg) translatey(-2px);
    -webkit-transform:rotate(45deg) translatey(-2px);
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 5px;
}
.sub-menu .dropdown_menu a:after {
     transform: rotate(-45deg) translatey(-2px); 
    border-color: rgba(206, 127, 44, 1);
    opacity: 0;
    -webkit-transform: rotate(-45deg) translatey(-2px);
}

.sub-menu .dropdown_menu a:after {
     transform: rotate(-45deg) translatey(-2px); 
    border-color: rgba(206, 127, 44, 1);
    opacity: 0;
    content: "";
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(-45deg) translatey(-2px);
}
.sub-menu a:after {
    content: none;
}
.sub-menu .dropdown_menu a:hover:after {
    opacity: 1;
}

.sub-menu2 a:after {
    content: none !important;
}



























.side_btns {
    position: fixed;
    right: 0;
    top: 40%;
    transform: rotate(-90deg) translateY(56px);
    z-index: 98;
}
.side_btns a {
    border-radius: 10px 10px 0 0;
}
.side_btns a:nth-child(1) {
    background: #2B2A29;
    border-color: #2B2A29

}
.side_bar{
    padding: 8px;
    margin-left: 20px;
    width: 45px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap; 
    z-index: 10;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.side_bar span {
    display: block;
    height:2px;
    width: 100%;
    background: #272727;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(3) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    width: 80%;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
   
  
  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
    -moz-transform: rotate(45deg) translate(-1px, -3px);
    -o-transform: rotate(45deg) translate(-1px, -3px);
    transform: rotate(45deg) translate(-1px, -3px);
    top:0%;
    left: 0;
  }
  .side_bar.open span:nth-child(2) {
    /*width: 0%;*/
    opacity: 0;
  }
  .side_bar.open span:before {
    content:unset;
}
  .side_bar.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width:100%;
  }
.sub-menu .menun::-webkit-scrollbar{
    
    width: 2px;
}

.sub-menu .menun li {
    /*width: 22%;*/ 
    border-bottom: 1px solid rgb(165 165 165);
    /*border-right: 1px solid rgba(65, 65, 65, 1);*/
}

.menu li {
    margin: 0;
}
  
.title_head{
  position: relative;
  text-align: center;
    overflow: hidden;
}
.title_head:before{
  content: '';
  position: absolute;
  left: 0;
  width: 0%;
  height: 1.5px;
  background: #ababab;
    transition: 3s;
  top: 50%;
  transform: translateY(-50%);
}
.title.animation .title_head:before{
  width: 100%; 
    transition-delay: 0.2s;

}
.footer_logo .newsletter h4{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
}
.footer_logo {
    padding-left: 60px;
}
.footer_logo p {
    color: #D8D8D8;
    font-size: 14px;
    font-weight: 400;
}
footer .custom-logo {
    height: 42px;
    object-fit: contain;
}
footer{
    position: relative;
    bottom: 0;
    background: #000;
    padding-top: 80px;
} 

footer .footer_item h4 {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 16px;
    border-bottom: 1px solid #434343;
    font-weight: 700;
    padding-bottom: 15px;
}
footer .footer_item li a {
    color: #D8D8D8;
    text-decoration: none;
    font-weight: 400;
    margin: 12px 0;
    display: block;
    font-size: 14px;
}
footer .footer_item li a:hover {
    color:#ff662b;
}
footer .footer_item ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.footer_vec {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    mix-blend-mode: soft-light;
    height: 80vh;
    z-index: 999;
}
.newsletter input{
    color: #D9D9D9;
    margin: 20px 0;
    background: #FFFFFF47;
    border: none;
    font-size: 16px;
}
footer .footer_item:nth-child(3) li{
    margin: 12px 0;
    display: flex;
    align-items: center;
    color: #272727;
    column-gap: 2px;
    font-weight: 500;
}
footer .footer_item:nth-child(3) ul a{
    margin: 0;
}

.footer-bottom-bar {
    background: #EDF2F2;
    padding: 15px 0;color: #555555;
    font-size: 14px;

}
.footer-bottom-bar .copy a:hover {
    color: #F1681A;
}
.footer-bottom-bar .copy a{
    color: #D8D8D8;
    margin: 0 5px;
    padding: 0 5px;
    text-decoration: none;
}
.footer-bottom-bar .credit-text a {
    color: #555555;
    text-decoration: none;
}

.footer-bottom-bar ul{
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    color: #000;
}
.footer-bottom-bar ul a{
    color: #555555;
    text-decoration: none;
    font-size: 14px;
    PADDING: 0 10px;
}
.footer_item:last-child {
    width: 40%;
}
.footer_item {
    width: 30%;
    padding-right: 40px;
}
.social-links a{
    color: #161617;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
    font-size: 22px;
}  
.social-links a svg{
    height: 22px;
}
.social-links a:hover{
    transform: translateY(-10px);
}  
.social-links {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.footer_conten p{
    font-size: 14px;
    font-weight: 400;
    color: #D8D8D8;
    margin: 20px 0 50px;
    width:80%;
}

footer .footer_list ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
footer .footer_list ul li {
    margin-bottom: 15px;
}
footer .footer_list ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    display: flex;
    align-items: center;
}
footer .footer_list {
    max-width: 20%;
}
footer .first_sec .footer_list a img {
    height: 15px;
    margin-right: 10px;
}
footer .second_sec {
    border-top: 2px solid rgb(255 255 255 / 40%);
    padding: 20px 0;
    margin: 20px 0 0;
    border-bottom: 2px solid rgb(255 255 255 / 40%);
}
footer .second_sec img {
    width: 120px;
    object-fit: contain;
}
footer .third_sec {
    padding: 20px 0;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
footer .second_sec .footer_list ul li {
    margin-bottom: 0;
}
ul.social_link li a {
    background: #36393E;
    width: 42px;
    height: 42px;
    justify-content: center;
    font-size: 18px !important;
    border-radius: 50%;
}
ul.social_link li a:hover {
    background: #1490E9;
}
p.designed a {
    text-decoration: none;
    color: #2D2928;
}





.title h2{
    color: #2B2A29;
    font-size: 38px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.title p{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
}
.section{
    padding:60px 0;
    position: relative;
}

.learn{
    font-weight: 400;
    font-size: 16px;
    color: #D90368;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
}

.learn:hover {
    color:#F1681A;
}
.learn:hover svg{
    margin-left:8px;
}
.learn svg{
    margin-left: 12px;
    transition: 0.4s;
}

/* home page */


section.main_bnner {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
}
section.main_bnner .swiper-slide {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.for_sticky{
    position:sticky;
    top:120px;
}

section.main_bnner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}section.main_bnner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.main_bnner .banner_content h2{
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;

}
section.main_bnner .banner_content p{
    color: #fff;
    width: 80%;
    margin: 15px auto;
    font-size: 16px;
    font-weight: 400;
}
section.main_bnner .banner_content {
    position: absolute;
    width: 35%;
    top: 5%;
    z-index: 3;
    z-index: 10;
    text-align: center;
    left: 0;
    color: #fff;
    transform: translateX(-50%);
    transition: 1s;
}section.main_bnner .swiper-slide-active .banner_content {
    left: 50%;
}
#main_slider .swiper-slide:after{
    content:none;
    position: absolute;
    width: 100%;
    height: 110%;
    background: linear-gradient(180deg, #000000 8.91%, rgba(0, 0, 0, 0.83) 19.58%, rgba(0, 0, 0, 0.69) 29.13%, rgba(0, 0, 0, 0) 55.83%);
    left: 0;
    top: 0;
}


.nazar{
    background: #F16B1C;
    padding:20px 0;
}

.nazar .swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.nazar .swiper-slide {
    display: inline-flex;
    align-items: center;
    width: auto;
    padding-right: 50px;
    gap: 50px;
}
.nazar  h4 {
    padding-top:3px;
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px;
}
.nazar  img {
    height: 55px;
}
.product_home .col-md-4 {
    border: 1px solid #C8C8C8;
    display: grid;
    place-content: center;
    height: 250px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}
.product_home .pro_front img{
    height: 65px;
    object-fit: contain;
    aspect-ratio: 1 / 1;
}
.product_home .pro_front {
    font-size: 20px;
    font-weight: 700;
    color: #2B2A29;
    display: flex;
    gap: 30px;
}
.product_home .pro_back {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: 0.4s;
}
.product_home .pro_back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_home .col-md-4:hover .pro_back{
    opacity: 1;
}
.product_home .pro_back a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.spot{
    background: #000000;
}

.spot  .title h2{
    color: #fff;
}
.spot  .title p{
    color: #fff;
}
.spot .swiper-slide{
    padding: 20px;
    background: #EDF2F2;
    border-radius: 20px;
}
.spot .swiper-slide span{
    background: #2B2A29;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    padding: 6px 10px;
}
.spot .swiper-slide img {
    width: 50%;
    height: 350px;
    object-fit: contain;
}
.spot .swiper-slide .sol_content h4{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
}
.spot .swiper-slide .sol_content p {
    font-size: 14px;
}
.spot .sol_nav  {
    background: #fff;
    border-radius: 50%;
    width: 50px;
    position: unset;
    height: 50px;
}
.spot .nav_btn .sol_nav:after{
    content: none;
}
.spot .nav_btn .swiper-button-prev {
    transform: rotate(180deg);
}
.solution .col-md-4 {
    padding: 30px;
    border: 1px solid #C8C8C8;
    display: grid;
    place-content: center;
    text-align: center;
    text-decoration: none;
    color: #2B2A29;
    height: 280px;
    transition: 0.4s;
}
.solution .col-md-4:nth-child(1):hover{
    background: #fff;
    color: #F16B1C;
}
.solution .sol_img{
    border-radius: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: sticky;
    top: 0;
}
.solution .col-md-4 h3{
    font-size: 20px;
    font-weight: 700;
}
.solution .col-md-4 img{
    margin: 10px auto;
}
.solution .col-md-4:hover{
    background: #F16B1C;color:#fff;
}
/*.solution .col-md-4:hover img{*/
/*    filter: brightness(100);*/
/*}*/

#partner_slider img {
    height: 110px;
    object-fit: contain;
    margin: auto;
    width: 100%;
}

#partner_slider .partner_nav  {
    background: #2B2A29;
    border-radius: 50%;
    width: 50px;
    position: unset;
    height: 50px;
}
#partner_slider .nav_btn .partner_nav:after{
    content: none;
}
#partner_slider .nav_btn .swiper-button-prev {
    transform: rotate(180deg);
}

.testi{
    background: url(../img/test_bg.png);  
    background-attachment: fixed;
    background-size: cover;
}
.testi .test_card{
    background: #EDF2F2;
    padding: 40px ;
    border-radius: 10px;
}
.testi .test_card iframe{
    border-radius: 10px;
}

.testi .nav_btn div  {
    background: #2B2A29;
    border-radius: 50%;
    width: 50px;
    position: unset;
    height: 50px;
}
.testi .nav_btn div:after{
    content: none;
}
.testi .nav_btn .swiper-button-prev {
    transform: rotate(180deg);
}
.press_img {
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}
.press_img img{
    width: 100%;
    transition: 0.4s;
    object-fit: cover;
    height: 100%;
}
.press_card  {
    text-decoration: none;
    color: #272727;
   display: block;
}
.press_card  span{
    color: #888888;
    font-size: 14px;
}
.press_card:hover img{   
    scale: 1.1;
}
.press_card  h4{
    color: #272727;
    font-size: 20px;
    margin: 10px 0;
    font-weight: 500;
}
.press_card  p{
    color:  #F16B1C;
    font-weight: 600;
}

.question .row {
    background: #ff662b;
    margin: 0 5px;
    border-radius: 10px;
    padding: 40px;
}

.question .row .title h2 {
    color: #fff;
}
.question .row .title p {
    color: #fff;
}
.question .btn_secure {
    background: #000;
    border-color: #000;
}
.question .accordion {
    padding: 10px 40px;
    background: #fff;
    margin-left: 40px;
    border-radius: 10px;
}
.question .accordion-item {
    border: none;
    border-bottom: 1px solid #D4D4D4;    padding: 20px 0;
}
.question .accordion-item .accordion-button {
    box-shadow: none !important;
    background: transparent;
    padding: 0;
    font-weight: 600;
    color: #2B2A29;
}
.question .accordion-item .accordion-body {
    padding: 0;
    padding-top: 20px;
}
.question .accordion-item:last-child{
    border-bottom: none;
}
.question .accordion-button::after {
    width: 30px;
    height: 30px;
    background-color: #F2F1ED;
    border-radius: 50%;
    background-position: center;
}

.excellent  img {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    object-fit: cover;
}

.cover_img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.inner_bnner{
    color: #fff;
    overflow: hidden;
    position: relative;
}
.inner_bnner:before {
    content: '';
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 22.23%, rgba(0, 0, 0, 0.55) 32.58%, rgba(0, 0, 0, 0) 52.42%);
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.inner_bnner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    position: absolute;
}
.inner_bnner li.breadcrumb-item {
    color: #fff !important;
}
.inner_bnner li.breadcrumb-item a{
    color: #fff !important;
    text-decoration: none;
}
.breadcrumb {
    padding: 10px 0;
}
.inner_bnner h1{
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 500;
}
.inner_bnner .banner_content{
    min-height: 480px;
    display: grid;
    place-content: center start;
}
.about .title  h2 {
    display: inline-flex;
    gap: 40px;
    margin-bottom: 40px;
}.about .title  h2 img{
    height: 100px;
}
.mission_img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border: 6px solid #F16B1C;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
}
.mission_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.mission .title {
    padding-right: 150px;
}

.mission .title h5{
    color: #2B2A29;
    font-size: 26px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.journey{
    background: #F16B1C;
}
.journey .row .title h2 {
    color: #fff;
}
.journey .row .title p {
    color: #fff;
}

.cert_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0px 0 10px #00000026);
}
.cert_img {
    width: 100%;
    height: 330px;
}


.jour_card {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    height: 260px;
    display: grid;
    place-content: center start;
    gap: 40px;
    transition: 0.4s;
}
.jour_card:hover {
    background: #2B2A29;
}
.jour_card:hover p{
    color: #fff;
}
.jour_card:hover img{
    filter: invert(1) brightness(100);
}
.jour_card p{
    color: #2B2A29;
    font-size:16px;
    font-weight: 600;
}
.jour_card img{
    color: #2B2A29;
    font-size:18px;
    font-weight: 600;
    height: 90px;
}

header .btn_secure_white {
    color: #000;
    font-size: 14px;
}

.download_resultslist table {
    width: 100%;
    border: 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(212, 222, 238);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 18px 0px rgba(212, 222, 238, 0.4);
    position: relative;
    overflow: hidden;
    border-collapse: inherit;
}

.download_resultslist table thead tr th {
    background: #1b212b;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: 0;
    text-align: left;
}

.download_resultslist table tbody tr td {
    color: #696969;
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid #e9eef6;
    text-align: left;
}

.download_resultslist table tbody tr:last-child td {
    border: 0;
}

.download_resultslist table tbody tr:hover td {
    background: #f4f4f4;
}

.download_resultslist table tbody tr td a {
    color: #000000;
    text-decoration: none;
}

.download_resultslist table tbody tr:hover td a {
    color: #c75056;
} .download_resultslist {
    width: 100%;
    position: relative;
     overflow: auto; 
    margin: 0 0 40px 0;
}
.products_page{
    
}

#modelresult {
    padding: 0;
    list-style: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    box-shadow: 0 0 10px #000000;
    border-radius: 10px;
    width: 85%;
    top: 160px;
    max-height: 400px;
    overflow: auto;
}
#modelresult li {
    font-size: 14px;
    cursor: pointer;
    padding: 15px 15px 00px;
}
#modelresult li:hover {
    font-size: 14px;
    color: #ff5f35;
}
.products_page  .accordion-item {   
    border: none !important;
    border-radius: 0;
    border-bottom: 0.5px solid #BCBCBC !important;
}
.products_page  a {
    text-decoration: none;
}
.products_page  .accordion-button {
    background: transparent;
    box-shadow: none;
    padding: 0;
    padding: 15px 0;
    color: #F16B1C;
    font-weight: 500;
}
.products_page  .accordion-body {
    padding: 0 0 15px 0;
}
.products_page  .accordion-body a {
    display: block;
    text-decoration: none;
    color: #2B2A29;
    padding: 5px 0;
    position: relative;
    padding-left: 20px;
}
.products_page  .accordion-body a.active {
    color: #F16B1C;
}
.products_page  .accordion-body a:hover{
    color: #F16B1C;
}
.products_page  .accordion-body a:before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%; 
    border: 1px solid #888888;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.products_page .accordion-button.collapsed{
    color: #2B2A29;
    font-weight: 500;
}
.products_page .pro_lists h2 {
    width: 100%;
    margin: 10px 0;
    font-size: 24px;
}
.products_page .pro_lists .part_item {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 20px;
    width: calc(33% - 15px);
    margin-bottom: 20px;
    text-align: center;
    transition: 0.4s;
}
.products_page .pro_lists .part_item a{
    text-decoration: none;
}
.products_page .pro_lists .part_item img {
    height: 180px;
    object-fit: contain;
    margin-bottom: 20px;
    width: 100%;
}
.products_page .pro_lists .part_item h3 {
    font-size: 18px;
    font-weight: 400;
    color: #2B2A29;
}
.products_page .pro_lists {
    display: inline-flex;
    width: 100%;
    column-gap: 20px;
    flex-wrap: wrap;
}
.filterInput input {
    width: 100%;
    padding: 10px;
    margin: 12px 0;
    border-radius: 5px;    width: 70%;
    border: 1px solid #D9D9D9;
}
.filterInput .btn_secure {
    width: 27%;
    min-width: auto;
    padding: 10px 4px !important;
    border-radius: 10px;
}
.filterInput{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.find_bar  {
    display:none;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    /*display: inline-flex;*/
    width: 100%;
    justify-content: space-between;
    padding: 25px;
}

.find_bar h5 span{
    font-weight: 600;
    margin: 0 4px;
    color: #f16b1c;
}
.find_bar .filterInput {
    display: inline-flex;
    gap: 10px;
    width: 100%;
}
.find_bar .filterInput a {
    color: #585858;
    text-decoration: none;
    position: relative;
    margin: 0 2px;
}
.find_bar .filterInput .dropdown-toggle_filter svg {
    width: 15px;
    margin-left: 5px;
}

.dropdown-menu_filter {
    list-style: none;
    position: absolute;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;    border: 1px solid #D9D9D9;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    margin-top: 8px;
    gap: 20px;    left: 0;
    border-top: 3px solid #ff662b;
}
.close_btn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-family: 'DM Sans';
    font-size: 18px;
    font-weight: 700;
    display: block;
    cursor: pointer;
}
.find_list .dropdown  {
    position: unset;
}
.find_list  {
    width: 80%;
    position: relative;
}

.dropdown-toggle_filter:after {
    width: 10px;
    height: 10px;
    bottom: -15px;
    margin-left: 15px;
    content: "";
    position: absolute;
    border: 5px solid #F16B1C;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    transform: rotate(45deg);
    z-index: -1;
    display:none;
}.dropdown-toggle_filter.active:after {
    display:block;
}

.find_list  input {
    width: 1em;
    height: 1em;
     padding: unset; 
     margin: unset; 
}
.find_list  .form-check{
    display: flex;
    align-items: center;
    gap: 5px;
    width: 31%;
}








.video_section_reach svg {
    position: absolute;
    left: 50%;
    z-index: 9;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.products_page .col-md-3 {
    border: 1px solid #D9D9D9;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    position: relative;
    z-index: 1;
}
.products_page .col-md-3 h5 {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}
.products_page .accordion-button:after {
    filter: invert(1);
}

.pro_detail  .pro_main_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
}
.pro_detail  .pro_main_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro_detail  .pro_thumb_img {
    width: 100%;
    height: 100px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}
.pro_detail  .pro_thumb_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.pro_detail  .pro_details span {
    color: #8F8F8F;
    font-size: 14px;
    font-weight: 400;
}


.pro_detail  .pro_details li p {
    color: #2B2A29;
}
.pro_detail  .pro_details ul li:nth-child(1)  {
    width: 55%;
    margin-right: 5%;

}
.pro_detail  .pro_details ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: inline-flex;
    border-top: 1px solid #CBCBCB;
    width: 100%;
    padding-top: 25px;
    /*justify-content: space-between;*/
}
.pro_detail  .pro_details ul.key_list { 
    padding: 0;
    margin: 0;
    border-top: none;
    width: 100%;
    flex-direction: column;
}.pro_detail  .pro_details ul.key_list li { 
    width: 100%;
}

.pro_detail .pro_details .key_list ul{
    padding: 0;
    margin: 0;
    border-top: none;
    width: 100%;
    flex-direction: column;
}
.pro_detail  .pro_details .key_list ul li { 
    width: 100%;
}
.pro_detail  .pro_details .key_list ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #F16B1C;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pro_detail  .pro_details .key_list ul li{
    padding-left: 20px;
    margin: 5px 0;
    position: relative;
}

.pro_detail  .pro_details .d-inline-flex a {     background: transparent;
    color: #272727;
    border-color: #272727;
}
.pro_detail  .pro_details ul.key_list li p:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #F16B1C;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.pro_detail  .pro_details ul.key_list li p{
    padding-left: 20px;
    margin: 5px 0;
    position: relative;
}





.spec{
    background: #EDF2F2;

}
.spec .nav-pills {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
}
.spec .nav-pills .nav-item{
    width: 100%;
}
.spec .nav-pills .nav-item .nav-link.active{
    background: #2B2A29;
}
.spec .nav-pills .nav-item .nav-link{
    width: 100%;
    color: #fff;
    border-radius: 0;
    font-weight: 500;
    padding: 12px;
    background: #949494;
    font-size: 18px;
}

.spec th {
    width: 30%;
    /*border-right: 1px solid #DBDBDB;*/
    padding: 15px;
    font-weight: 500;
}
.spec tr {
    --bs-table-accent-bg: #fff  !important;
}
.spec tr:nth-child(even) {--bs-table-accent-bg: #FBFBFB  !important;
}
.spec td {
    padding: 15px;
    border-right: 1px solid #dde2e6;
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dde2e6;
}
.question #enquiry_form {
    padding: 25px;
    background: #fff;
    margin-left: 40px;
}
.question #enquiry_form .form-label {
    font-weight: 500;
}
.question #enquiry_form .form-control {
    padding: 10px;
    border-radius: 10px;
}
.question #enquiry_form .btn_secure {
     background: #ff662b; 
     border-color: #ff662b; 
    display: inline-block;
    width: auto;
}


.question .ps_enquiry {
    padding: 25px;
    background: #fff;
    margin-left: 40px;
}
.question .ps_enquiry .form-label {
    font-weight: 500;
}
.question .ps_enquiry .form-control {
    padding: 10px;
    border-radius: 10px;
}
.question .ps_enquiry .btn_secure {
     background: #ff662b; 
     border-color: #ff662b; 
    display: inline-block;
    width: auto;
}






.down_list {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 40px;
}
.down_list a.down_item {
    width: calc((100% / 5) - 40px);
    text-align: center;
    background: #F5F5F5;
    padding: 25px 20px;
    transition: 0.4s;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: #2B2A29;
    justify-content: center;
    flex-direction: column;
}
.down_list a.down_item:hover {
    background: #2B2A29;
    color: #fff;
}
.down_list a.down_item:hover svg path{
    fill: #fff;
}
.down_list a.down_item p{
    font-weight:500;
    margin-top: 10px;
}

.pro_video iframe {
    border-radius: 10px;
}





.sol_page{
    
}
.sol_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.sol_img img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.sol_page a:hover .sol_img img{
    scale: 1.1;
}
.sol_img span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #F16B1C;
    padding: 18px;
}
.sol_detail h2{
    font-size: 20px;
    font-weight: 700;
    color: #2B2A29;
}
.sol_detail p{
    color: #555555;
    margin: 20px 0;
}
.sol_page a{
    text-decoration: none;
    color: #2B2A29;
    transition: 0.4s;
    padding: 25px;
    border-radius: 10px;
    align-items: center;
}
.sol_page a:hover {
    background: #EDF2F2;
}
.sol_detail{
    padding-left: 40px;
}
.sol_detail  span{
    color: #F16B1C;
    display: inline-block;
    font-weight: 600;
}

.chall{
    background: #000000;
}
.chall_img {
    width: 100%;
    height: 320px;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 10px;
}
.chall_img img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.chall .col-md-4:hover img {
    scale: 1.1;
}
.chall .col-md-4 h4{
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    width: 80%;
    margin: auto;
}
.offers a {
    border: 1px solid #D9D9D9;
    display: inline-block;
    border-radius: 10px;
    padding: 40px;
    width: 100%;
    height: 100%;
    transition: 0.4s;
}.offers a:hover {
    box-shadow: 0 0 10px #00000040;
}
.offers a .off_img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    overflow: hidden;
}
.offers a .off_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.offers a h4{
    color: #2B2A29;
    font-size: 18px;
    width: 80%;
    margin: auto;
    font-weight: 400;
}


.sol_detail_page .col-md-5  img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.sol_detail_page p {
    font-size: 20px;
}
.sol_detail_page  .col-md-12.d-inline-flex {
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.sol_detail_page  .sol_item img{
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.sol_detail_page  .sol_item {
    width: calc((100% / 5) - 20px); 
}

.sol_detail_page .sol_item p {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 500;
}

.current {
    background: #F2F1ED;
}

.acc_btn {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.acc_btn h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    color: rgba(49, 49, 49, 1);width: 30%;
}
.acc_btn p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    color: rgba(49, 49, 49, 1);width: 20%;
}

.current .accordion-button{
    padding: 25px 0;
    box-shadow: none !important;
    color: unset;
    background-color: unset;
}
.current .accordion-button:not(.collapsed) {
    color: unset;
    box-shadow: none;
    background-color: unset;
}
.current .accordion-item {
    border: none;
    background: #fff;
    padding: 0 40px;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.current .accordion-button:after {
    display: none;
}
.accordion-body {
    padding: 20px 0;
}

.acc_btn .minus {
    display: none;
}

.current .accordion-button:not(.collapsed) span{
    display: none;
}
.current .accordion-button:not(.collapsed) .minus{
    display: block;
}
.acc_btn span{
    font-size: 24px;
    color: #F16B1C;
}



.cul_list h4{
    font-size: 16px;
    font-weight: 500;
}
.cul_list div {
    background: #F2F1ED;
    width: 18%;
    padding: 40px;
    border-radius: 10px;
}
.cul_list img {
    height: 50px;
    margin-bottom: 15px;
}



.working_sec .nav_btn div  {
    background: #2B2A29;
    border-radius: 50%;
    width: 50px;
    position: unset;
    height: 50px;
}
.working_sec .nav_btn div:after{
    content: none;
}
.working_sec .nav_btn .swiper-button-prev {
    transform: rotate(180deg);
}

.working_sec .work_item {
    background: #EDF2F2;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.work_img {
    height: 350px;
    overflow: hidden;
}
.work_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work_item h2{
    font-size: 22px;
    font-weight: 500;
    color: #2B2A29;
    padding: 30px 0;
    margin: 0;
}
.work_back {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(43 42 41 / 85%);
    transition: 0.4s;
    opacity: 0;
    color: #fff;
    padding: 60px;
}
.working_sec .work_item:hover .work_back {
    opacity: 1;
}

.working_sec .work_back h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}



.current_page{
    background: #fff;
}
.current_page .accordion-item {
    background: #F2F1ED;
}








.apply_form {
    background: #EDF2F2;
    border-radius: 10px;
    padding: 40px;
}
.apply_form label {
    font-size: 16px;
    font-weight: 700;
    color: #151417;
    margin: 10px 0;
}
.apply_form input {
    padding: 12px;
    margin-bottom: 5px;

}
.file_field input{
    display:none;
}
.file_field label {
    padding: 12px;
    cursor: pointer;
    margin: 15px 0 0;
    background: #fff;
}
.job_desc ul.d-flex {
    padding: 0;
    list-style: none;
    gap: 60px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #C8CCDD;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.job_desc h5{
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 15px;
    color: #151417;
}
.job_desc p{
    font-size: 16px;
    color: #525252;
    font-weight: 400;
}
.job_desc li {
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    margin: 5px 0;
}
.service_form {
    background: #395BA0;
    padding: 40px;
    color: #fff;
}

.service_form .form-control{
    padding: 15px;
    border-radius: 0;
}

.feat_press .press_img{
    border-radius: 0px;
    height: 320px;
}
.feat_press .col-md-6 .press_card {
    background: #EDF2F2;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
.feat_press .col-md-6 .press_content {
    padding: 0px 25px 25px;
    min-height: 150px;
}



.blog_bg {
    width: 100%;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.blog_banner {
    position: relative;
    width: 100%;
    height: 540px;
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
    color: #fff;
}
.blog_banner:before {
    background: #00000082;
    position:absolute;
    content:'';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.blog_banner h1 {
    font-size: 50px;
    font-weight: 500;
}

.post_share ul{
    width: 100%;
    display: inline-flex;
    padding: 0;
    list-style: none;
    gap: 15px;
    margin: 0;
}
.post_share ul a {
    display: flex;
    border-radius: 50%;
    border: 1px solid rgba(104, 101, 94, 1);
    aspect-ratio: 1 / 1;
    height: 30px;
    align-items: center;
    justify-content: center;
}
.post_share ul a svg {
    fill: #3b3b3b;
}
.post_by {
    color: #F16B1C;
    font-size: 16px;
    font-weight: 500;
}

.blog_page_detail{
    padding:40px 0;   
}
.post_share {
    display: inline-flex;
    gap: 20px;
    align-items: center;
}
.blog_page_detail p{
    font-size: 16px;
    margin: 10px 0;
    color:#535353;
    font-weight: 400;
}
.blog_page_detail h4{
    font-size: 20px;
    margin: 25px 0;
    color: #272727;
    font-weight: 600;

}
.blog_page_detail img{
    width: 100%;
    max-height: 65vh;
    border-radius: 10px;
    object-fit: cover;
    margin-top: 25px;
}
.press .for-bor{
    border-top: 1px solid #D8D8D8;
    padding-top: 60px;
}
.contact_form {
    background: #F16B1C;
    padding: 40px 60px;
    border-radius: 20px;
}

.contact_form h4{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: center;
}

.contact_form .btn_secure  {
    background: #000;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.contact_form .form-control {
    border: 1px solid rgba(217, 217, 217, 1);
    background: #fff;
    margin-bottom: 15px;
    outline: none;
    box-shadow: none;
}

.contact_page .title  {
    position: sticky;
    top: 140px;
}
.contact_page .title h5 {
    font-size: 30px;
    margin-top: 40px;
    font-weight: 500;
}
.contact_page .title p {
    font-size: 16px;
    font-weight: 600;
    color: #2B2A29;
}
.contact_form .nav-link.active{
    background: #000;
    border: 1px solid #F16B1C;
}
.contact_form .nav-link {
    background: #F16B1C;
    margin: auto;
    display: flex;
    border: 1px solid #fff;
    justify-content: center;
    border-radius: 30px;
    min-width: 150px;
    padding: 12px;    color: #fff;
}


.gallery_img span {
    position: absolute;
    color: #fff;
    z-index: 9;
    padding: 15px;
    background: #2B2A29;
    width: 15%;
    text-align: center;
    font-weight: 500;
}.gallery_item {
    background: #EDF2F2;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
}
.gallery_img {
    width: 100%;
    position: relative;
    height: 340px;
    overflow: hidden;
}
.gallery_img img{
    transition: 0.4s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery_content {
    padding: 25px;
}
.gallery_content h4 {
    font-size: 20px;
    font-weight: 500;
    color: #272727;
}
.gallery_content p {
    color: #535353;
    font-size: 14px;
    font-weight: 400;
}
.gallery_item:hover img{
    scale:1.1;
}
.download_item {
    background: #EDF2F2;
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    padding: 25px ;
    text-decoration: none;
    font-size: 16px;
    color: #F16B1C !important;
    display: inline-flex;
    gap: 25px;transition: 0.4s;
    align-items: center;
}
.download_item:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}
.download_item img {
    height: 95px;
}
.download_item h4{
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    margin-bottom: 15px;
}
.download_item p {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}




#quick_enq .modal-dialog {
    max-width: 60%;
}
#quick_enq .modal-body {
    padding: 40px;
}
#quick_enq .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 1;
}



#Main_modal .modal-dialog {
    max-width: 60%;
}.modal_design {
    display: inline-flex;
    overflow: hidden;
    width: 100%;
    gap: 25px;
}
.left_modal {
    width: 40%;
}
.right_modal {
    width: 60%;
}
#Main_modal .modal-body {
    padding: 40px;
}
.left_modal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#Main_modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 1;
}

.search_input {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 90%);
    left: 0;
    top: 0;
    display: flex;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
}
.search_input input{
    background: transparent !important;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    padding: 20px;
    font-size: 24px;
    box-shadow: none !important;
    color: #fff !important;
}
.search_input button {
    border: none;
    color: #fff;
    background: transparent !important;
    font-size: 26px;
}
.search_input .close_search {
    position: absolute;
    top: 5%;
    right: 5%;
    font-size: 40px;
}



@media (max-width: 992px){   .download_resultslist table {
        width: 800px;
    }
    .search_input input {
        padding: 5px;
        font-size: 18px;
    }
    .img_nav_water {
        bottom: 15px;
    }
    /*.sub-menu .menun .dropdown_menu {*/
    /*    margin-bottom: 15px;*/
    /*}*/
    .menu .dropdown_menu .sub-menu2 li.first_cat {
        display: none;
    }
    .menu .dropdown_menu .sub-menu2 li a {
        font-size: 14px;
        position: relative;
        padding-left: 12px;
    }
    .menu .dropdown_menu .sub-menu2 li a:before {
        content: ">";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .side_menu{
        display:inline-block;
    }
    header  .navbar-brand img {
        height: 60px;
    }
    header.sticky  .navbar-brand img {
        width: 100px;
    }
    	header {
        padding: 8px 0;
    }
    .side_bar{
        display:inline-flex !important;
    }
    header  .menu{
        right: -120%;
        top:0;
        position: fixed;
        width: 100%;
        max-height: 85vh;
        margin-top: 55px;
        overflow: auto;
        z-index:9;
        padding: 15px 4%;
        display:block;
        background-color: #fff;
        transition: 0.9s all ease-in-out !important;
        box-shadow: 0px 11px 20px #0000005e;
    }
    .menu a {
        padding: 15px 0;
    }
    header  .menu ul {
        margin-top: 50px;
    }
    
    
    header  .menu.kk{
        right: 0%;
        border: none;
    }
    header .menu a {
        color: #000 !important;
        text-align: left;
    }.menu li .sub-menu {
        order: 1;
        padding: 0;
        min-height: auto;
        z-index: 1;
        max-height: max-content;
        overflow: auto;
        box-shadow: 0px 10px 10px #0000006b;
    }
    .dropdown_menu a:after{
        display:none;
    }    .sub-menu {
        position: unset;
        width: 100%;
    }    header .sub-menu .menu.kk {
        border: 1px solid;
        height: auto;
        margin: 0;
        padding-top: 15px;
    }
    
    .sub-menu2 {
        position: unset; 
    order: 1;
    }
    .sub-menu2 .menu2 {
        margin: 0;
        padding: 0;
    }

    .menu li:hover .sub-menu {
        display: none;
    }
    /*.menu li .sub-menu .dropdown_menu .menu-toggle-drop {*/
    /*    display: none;*/
    /*}*/
    /*.menu li .sub-menu2 {*/
        
    /*    display: block !important;*/
    /*}*/
    .sub-menu .dropdown_menu:hover .sub-menu2 {
    display: none;
}
.menu .only_for_sol:nth-child(3)  .sub-menu{
    width: 100%;
}
    .menu li:hover .sub-menu2 {
        display: none;
    }
    .menu-toggle-drop {
        color: #000;
        padding: 10px;
    }
    header  .menu ul {
        display: block;
    }
    header  .menu ul {
        display: block;
    }.menu li {
        margin: 0;
        border-bottom: 1px solid #afafaf;
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .logo img {
          height: 28px;
    }
    
    .side_bar.open span:nth-child(3) {
        transform: rotate(-45deg) translate(2px ,2px);
    }
    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(2px ,-2px);
    }
    
     
    .custom_container {
        padding: 0 4%;
    }
    .section {
        padding: 30px 0;
    }
    .title h2 {
        font-size: 24px;
    }
    .title p {
        font-size: 14px;
    }
    
    section.main_bnner .banner_content h2 {
        font-size: 24px;
    }
    section.main_bnner .banner_content p {
        font-size: 14px;
        width: 100%;
    }
    
    section.main_bnner .container-fluid{
        height: 100%!important;
    }
    section.main_bnner .row{
        height: 100%!important;
    position: relative;
    }
    section.main_bnner {
        height: auto;
    }
    section.main_bnner .banner_content {
        padding: 0 4%;
        position: relative;
        width: 90%;
        text-align: center;
    }
    section.main_bnner .swiper-slide-active .banner_content{
        left: 0%;margin:auto;
    }
    footer {
        padding: 40px 0 10px;
        position: unset;
    }
    footer p {
        padding-right: 0;
        font-size: 15px;
        justify-content: center;
    }
    footer .logo img {
        height: 52px;
    }
    .footer_logo {
        width: 100%;
    padding: 0;

        margin-bottom: 15px;
    }
    footer .col-md-8.d-flex{
        flex-wrap: wrap;
    }
    .footer_item {
        width: 50% !important;
        padding: 0px 0 !important;
    }.footer_item:last-child {
    width: 100% !important;
}
    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important;
    }
    footer p.copy {
        width: 100%;
    }
    footer p a {
         padding-right: 0 !important;
        font-size: 15px ;
    }
    footer .designed{
        padding-right: 0 !important;
        justify-content: start;
        width: 100%;
        order: -1;
    }
    .footer-bottom-bar .justify-content-between {
        flex-wrap: wrap;
    text-align: center;
    }
    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer_menu li a {
        font-size: 15px !important;
    }
    .footer-bottom-bar .align-items-center{
        margin: auto;
    }
    .top_head {
        padding: 6px 4%;
        font-size: 12px;
        flex-direction: column;        gap: 2px;
        display: none !important;
    }
    .top_head a {
        font-size: 12px;
        margin: 0 0;
    }
    .nazar {
        padding: 12px 0;
    }
    .nazar h4 {
        font-size: 16px;
        -webkit-text-stroke: 1px;
    }.nazar img {
        height: 30px;
    }
    #Main_modal .modal-dialog {
        max-width: 100%;
    }
    #Main_modal .modal-body {
        padding: 20px;
    }.modal_design {
        width: 100%;
        gap: 20px;
        flex-direction: column;
    }
    .left_modal {
        width: 100%;
    }
    .right_modal {
        width: 100%;
    }
    
    .product_home .col-md-4 {
        height: auto;
        padding: 60px 0;
    }
    .mt-5 {
        margin-top: 1.5rem !important;
    }
    .spot  .justify-content-end {
        justify-content: start !important;
        margin-top: 40px;
    }.spot .swiper-slide img {
        height: auto;
    width: 42%;
    }
    .spot .swiper-slide .sol_content h4 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: left;
    }
    
    .btn_secure {
        padding:10px 18px;
        min-width: 120px;
        font-size: 14px;
    }
    .solution .sol_img {
        height: auto;
    }.solution .col-md-4 {
        padding: 30px;
         height: auto; 
    }
    .testi .test_card {
        padding: 25px;
    margin-bottom: 20px;
        border-radius: 10px;
    }.press_card {
        margin-bottom: 20px;
    }
    .question .row {
        padding: 15px 0;
    }
    .question .accordion {
        padding: 10px 20px;
    margin-top: 20px;
        margin-left: 0;
    }
    
    .question .accordion-item .accordion-button {
        font-size: 14px;
    }
    .question .accordion-item .accordion-body p {
        font-size: 14px;
    }
    
    .footer-bottom-bar  .d-inline-flex{
        flex-direction: column;
        gap: 5px;
    }
    .footer-bottom-bar ul {
        margin: 0 0 5px;
        margin-left: 0;
        color: #000;
    }
    .question .accordion-item {
        padding: 15px 0;
    }
    .press_img {
        width: 100%;
        height: auto;
    }
    .inner_bnner .banner_content {
        min-height: 250px;
    }.inner_bnner h1 {
        font-size: 22px;
    }.inner_bnner li.breadcrumb-item a {
        font-size: 14px;
    }.about .title h2 {
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .inner_bnner p {
        font-size: 14px;
    }.about .title h2 img {
        height: 100px;
        object-fit: contain;
    }.mission .title {
        padding-right: 0;
    }.mission_img {
        margin: 40px 0 0;
    }.jour_card img {
    height: 66px;
}.jour_card {
        padding: 20px;
        height: 200px;
        gap: 20px;
    }.jour_card p {
        font-size: 14px;
    }.cert_img {
        width: 100%;
        height: auto;
        margin: 10px 0;
    }.products_page .pro_lists .part_item {
        padding: 20px;
        width: 100%;
    }.sol_page a {
    gap: 15px;
    margin-bottom: 20px;
        padding: 0;
    }.sol_detail {
        padding-left: 0;
    }.sol_detail p {
        color: #555555;
        margin: 10px 0;
    }
    
    .cul_list.d-flex {
        flex-wrap: wrap;
    }.cul_list div {
        width: 48%;
        padding: 20px;
        margin: 6px 0;
    }.current .accordion-item {
        padding: 0 20px;
    }.acc_btn h4 {
    font-size: 18px;
        width: 96%;
        margin-bottom: 10px;
    }.acc_btn p {
        font-size: 16px;
        width: 30%;
    }.accordion-body {
        padding: 0 0 20px 0;
    }
    .feat_press .press_img {
        height: auto;
    }
    .feat_press .col-md-6 .press_content {
        padding: 0px 15px 15px;
    }
.press_card h4 {
    font-size: 16px;
}
.mb-4 {
    margin-bottom: 1rem !important;
}.blog_banner h1 {
    font-size: 26px;
}.blog_banner {
    height: 280px;
}
.pb-5 {
    padding-bottom: 1.5rem !important;
}
.blog_page_detail {
    padding: 30px 0;
}
.blog_page_detail .justify-content-between{
    flex-wrap: wrap;
    margin-bottom: 15px !important;
    gap: 10px;
}.blog_page_detail p {
    font-size: 14px;
}
.press .for-bor {
    padding-top: 30px;
}
.contact_page .title h5 {
    font-size: 24px;
    margin-top: 10px;
}.contact_form {
    padding: 20px;
    margin-top: 30px;
}
.contact_form .nav-link {
    min-width: 135px;
}
.contact_form .justify-content-center.nav-pills {
    gap: 10px !important;
}.apply_form {
    padding: 20px;
}

.g-5, .gy-5 {
    --bs-gutter-y: 1.5rem;
}

.g-5, .gx-5 {
    --bs-gutter-x: 1.5rem;
}

.download_item img {
    height: 76px;
}
.download_item {
    padding: 20px;
    gap: 20px;
    margin-bottom: 12px;
}
.gallery_img {
    height: auto;
}.gallery_content {
    padding: 18px;
}
.gallery_content h4 {
    font-size: 18px;
    margin: 0;
}
.sol_img {
    height: auto;
}
.sol_img span {
    padding: 10px;
}
.sol_detail_page .col-md-5 img {
    margin-bottom: 10px;
}
.sol_detail_page .sol_item {
    width: calc((100% / 2) - 10px);
}

.sol_detail_page .sol_item p {
    font-size: 14px;
}

.chall .col-md-4 h4 {
    width: 90%;
    margin: 15px auto;
}
.question .ps_enquiry {
        padding: 18px 0;
        margin-left: 0;
        margin-top: 15px;
}
.question .ps_enquiry .col-6 {
    width: 100%;
}.question .ps_enquiry .btn_secure {
    margin-left: 12px;
}


.pro_detail  .pe-5 {
    padding-right: 15px !important;
}
.pro_detail .pro_main_img {
    height: 250px;
    margin-bottom: 20px;
}
#pro_thumb {
    width: 100%;
    margin: 15px 0;
}.spec th {
    width: 50%;
    padding: 10px;
    font-weight: 500;
}
.pro_video iframe {
    height: auto;
}
.down_list a.down_item {
    width: calc((100% / 2) - 10px);
    padding: 20px;
}
.down_list {
    gap: 20px;
}
#quick_enq .modal-dialog {
    max-width: 100%;
}
#quick_enq .modal-body {
    padding: 20px;
}
#quick_enq #btn_enq {
    margin-left: 16px;
}
.gallery_img span {
    width: 38%;
}

.products_page .col-md-3 {
    padding: 20px;
}




.sol_detail_page .sol_item img {
    height: 100px;
}



.side_btns {
    right: 6px;
}
.sub-menu .menun {
    margin: 0;
    padding: 15px;
}
.sub-menu .menun li {
        font-size: 15px;
        border: none;
        width: 100% !important;
}
.menu .sub-menu a {
    font-size: 14px;
}

.working_sec  .mt-5 {
         margin-top: 3rem !important; 
    }
.current .acc_btn {
    flex-wrap: wrap;
}
}


@media only screen and (max-width: 760px) {
    
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
    
}
