/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


html{
  scroll-behavior: auto !important;
}

html,
body {
  /*overflow-x: hidden;
  overflow-y: visible;*/
}
body {
  counter-reset: section;
}


/*.site-headerx.fixed {
  box-shadow: 0 1px 10px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 10px 0px rgba(0,0,0,0.1);
}
*/
 

.owl-carousel.useCasecarousel .animated,
.owl-carousel.hmcarlandSld .animated,
.owl-carousel.pushingthe .animated {
    -webkit-animation-duration : 0.3s  !important;
      animation-duration : 0.3s  !important;
}


* {
    -webkit-tap-highlight-color: transparent;
}



.artical_aHover a{
    color: #000;
    transition: all ease 300ms;
}
.artical_aHover a:hover{
    color: #fd0000;
}

.customdots {
  display: flex;
  gap: 20px;
  padding-top: 30px;
}


.customdots .owl-dot {
  width: 33.33%;
  text-align: left;
  border: none;
  padding: 0;
  background: transparent;
  white-space: normal;
  font-size: unset;
  font-family: unset;
  line-height: unset;
  font-weight: unset;
  display: flex;
  flex-direction: column;
  cursor: auto;
}
.customdots.pushdotsContainer .owl-dot {
  width: 20%;
}


.customdots h3 {
  margin: 0;
  color: #B5B5B5;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  font-family: "Roobert-regular", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  transition: all ease 300ms;
  width: fit-content;
  cursor: pointer;
}
.customdots h3 svg{
  margin-left:10px;
}
.customdots h3 svg path{
  transition: all ease 300ms;
}

.customdots h3:hover { color:#000; }

.customdots.pushdotsContainer h3 {color:rgba(255,255,255,0.5);}

.customdots.pushdotsContainer .owl-dot.active h3,
.customdots.pushdotsContainer h3:hover { color:#FFFFFF; }


.customdots .owl-dot.active h3 { color:#fd0000; }





.customdots h3:hover  svg path{
  fill: #000;
}
.customdots .owl-dot.active h3:hover  svg path{
  fill: #fd0000;
}

.proBar {
    height: 2px;
    width: 100%;
    background: #F0F0F0;
    position: relative;
    
}
.pushdotsContainer .proBar {
  background: #353535;
}
.proBar2 {
  height: 2px;
  margin-top: -2px;
  margin-bottom: 8px;
  position: relative;
}
.customdots .owl-dot.active .proBar2 {
  z-index: 1;
  background-color: #fd0000;
  animation-name: countingBargg;
    animation-duration: 5000ms;
    animation-timing-function: ease;
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
}

/*.proBar::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
}
.customdots .owl-dot.active .proBar::after {
    background-color: #fd0000;
    animation-name: countingBar;
    animation-duration: 5000ms;
    animation-timing-function: ease;
    animation-timing-function: cubic-bezier(0, 0, 1, 1);

    animation: countingBar 5s ease-out forwards; 
    animation-timing-function: cubic-bezier(0, 0, 1, 1);
}
*/



@keyframes countingBargg {
    0% {
      height: 2px;
      width: 0%;
    }
    100% {
      height: 2px;
      width: 100%;
    }
}

@-webkit-keyframes countingBargg {
    0% {
      width: 0%;
    }
    100% {
      width: 100%;
    }
}








.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  opacity: 1;
  height: 0;
  width: 0;
  font-size: 0px;
  padding: 0;
  border: none;
  background: none;
}
.slick-prev::before,
.slick-next::before{
display: none;
}





#gform_ajax_spinner_1{
  display: none;
}

.videiThumCustomPlayIcon svg circle {
   transition: all ease 300ms;
}
.videiThumCustomPlayIcon {
  cursor: auto !important;
}
.videiThumCustomPlayIcon .elementor-icon{ cursor:pointer; }
.videiThumCustomPlayIcon .elementor-icon:hover svg circle {
    opacity: 1 !important;
}

.image-card img {
  border-radius: 15px 15px 0px 0px !important;
}

.slick-dots{
  display: none !important;
}

.cbtnHStylebl .elementor-button-icon,
.cbtnHStyle .elementor-button-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
  background: transparent !important;
  display: flex;
  padding: 11px;
}
.cbtnHStylebl a,
.cbtnHStyle a{
  background-color: transparent !important;
}


.cbtnHStylebl a:focus, 
.cbtnHStylebl a:active, 
.cbtnHStyle a:active,
.cbtnHStyle a:focus,
.cbtnHStylebl:active, 
.cbtnHStylebl:focus, 
.cbtnHStyle:focus,
.cbtnHStyle:active {
  background-color: transparent !important;
}


.cbtnHStylebl .elementor-button-icon{border: 1px solid #fff;}

.cbtnHStyle.exwid .elementor-button-icon {
  width: 56px;
  height: 56px; padding: 15px;
}

.cbtnHStylebl .elementor-button-icon svg,
.cbtnHStyle .elementor-button-icon svg  {
  width: 24px;
  height: 24px;
}
.cbtnHStylebl .elementor-button-icon svg path,
.cbtnHStyle .elementor-button-icon svg path {
  transition: all 0.3s ease-in-out;
}
.cbtnHStylebl .elementor-button-icon:hover,
.cbtnHStyle .elementor-button-icon:hover{
 /* background: #fd0000 !important;
  border: 1px solid #fd0000;*/

background: #B5B5B5 !important;
  border: 1px solid #B5B5B5;


}
.cbtnHStylebl .elementor-button-icon:hover svg path,
.cbtnHStyle .elementor-button-icon:hover svg path{
  fill: #fff;
}


li.cmnslt.catname_Updates,
li.cmnslt.catname_Industry.Commentary{
  display: none;
}
.homhell h2.elementor-heading-title span {
    font-family: Roobert-light;
    font-weight: 400;
    line-height: 1.3em;
    display: block;
}

.elementor-widget-n-menu .e-n-menu-title-text {
  transition: unset !important;
}

.accBordStyle .e-n-accordion-item::after,
.accBordStylebl .e-n-accordion-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}
.accBordStyle .e-n-accordion-item:first-child::before,
.accBordStylebl .e-n-accordion-item:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
}

.accBordStylebl .e-n-accordion-item:first-child::before,
.accBordStylebl .e-n-accordion-item::after{
  background: #000;
} 

.accBordStyle .e-n-accordion-item::after,
.accBordStyle .e-n-accordion-item:first-child::before{
  background: #fff;
} 

.accBordStyle .e-n-accordion-item-title,
.accBordStylebl .e-n-accordion-item-title{ border:none !important; }

.owl-nav {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.imgMobC{
  display: none !important;
}

.header.stickyActive-op {
    transform: translateY(-100%);
}

.header::before {
  content: '';
  background: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.header.stickyActive::before {
  height: 100%;
}

@keyframes zoomInnSticky {
  from {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    transform-origin: top;
    opacity: 1;
  }
}
.stickyLogo{
  position: absolute;
  top: 0px;
  left: 0;
  opacity: 0;
}
.header.stickyActive .stickyLogo{
  opacity: 1;
   z-index: 100;
}
.site-lgo{
  opacity: 1;
}
.header.stickyActive .site-lgo{
  opacity: 0;
}
.header .e-con-inner{
  transition: all ease 0.2s;
}

.stickyActive .e-n-menu-title-container .e-n-menu-title-text{
  color: #000000 !important;
}


.humming-bx:hover .smIcon svg{ fill:#fff;}
.humming-bx:hover .smIcon svg path:first-child{ stroke: #fff;}
.humming-bx:hover .smIcon svg path:last-child{ fill: #fd0000;}


.humImgBna{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;  
}

.temUpsection {
  margin-bottom: 30px;
}
.temUpsection, .visbleDiv {
  position: relative;
}

.visbleDiv {
  background: #000;
  border-radius: 11px;
}

.visbleDiv img{
  border-radius: 10px;
}
.visbleDiv:hover img {
  transition: all ease 300ms;
  opacity: 0.6;
}


.tembottomSection h3 {
  font-size: 33px;
  font-family: "Roobert-Regular", Sans-serif;
  font-weight: 400;
  color: #000;
  line-height: auto;
  margin: 0 0 6px 0;
}
.upButton {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}
.logsect {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.hidedivsection {
  padding: 20px;
  background: #fd0000;
  border-radius: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.2s;
}

.hidedivsection.expand{
  opacity: 1;
    visibility: visible;
}

.hidedivsection p,
.tembottomSection h4 {
  margin: 0;
  font-family: "Roobert-regular", Sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000;
}
.hidedivsection p{ color:#fff;margin-bottom: 8px;  }

.visbleDiv:hover .upButton svg{
    fill: #fff;
}
.visbleDiv:hover .upButton svg g path{
        fill: #FD0000;
}

.hidedivsection:hover .downbutton svg{
   fill: #fff;
}
.hidedivsection:hover .downbutton svg path{
    fill: #FD0000;
}

.commonPageMargin2{
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.commonPageMargin3{
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.topBottomPadding > .e-con-inner,
.lftRightPadding > .e-con-inner,
.foursidePadding > .e-con-inner,
.commonPageMargin > .e-con-inner,
.commonPageMargin2 > .e-con-inner,
.commonPageMargin3 > .e-con-inner{ 
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}


.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    top: 4px !important;
}

  #select2-input_2_6-container {
  font-size: 14px;
  line-height: 14px;
  color: #000;
  opacity: 0.6;
}

.single-post .page-content .e-con.e-parent {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.single-post .page-content .e-con.e-parent  .lftRightPadding {
  padding: 0 !important;
}

.foursidePadding{
  padding: 70px 50px !important;
}
.lftRightPadding{
  padding: 0 50px !important;
}
.topBottomPadding{
  padding: 70px 0 !important;
}


.lftRightPadding2{
  padding-left:  50px !important;
  padding-right:  50px !important;
}


.nopadding{
  padding: 0 !important;
}

.newSlider_wrapper {
  margin-bottom: 30px;
}
.newSlider_innerWrap {
  display: none;
}
.newSlider_innerWrap.active {
  display: block;
}

.newSliderImplement ul {
  display: flex;
  justify-content: space-between;
  padding: 0 ;
  list-style: none;
  gap: 20px;
}
.newSliderImplement ul li {
  width: 33.33%;
  cursor: pointer;
}
.newSliderContent {
  display: flex;
  justify-content: space-around;
  gap: 20px;
}




.newSliderright {
  width: 60%;
  animation: zoomInnk 1s linear forwards alternate;
}

.newSliderleft {
  animation: zoomInnk 1s linear forwards alternate;
  width: 40%;
  background: #202020;
  border-radius: 10px;
  padding: 170px 40px 40px 40px;
  position: relative;
  height: 580px;
}

@keyframes zoomInnk {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.newSliderbtn {
  width: 200px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  font-family: "Roobert-regular", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 40px;
  left: 40px;
  gap: 10px; transition: all 0.3s ease-in-out;
}
.newSliderbtn svg path{
  fill: #fff !important;
}
.newSliderbtn svg {
  width: 10px;
  height: 10px;
}
.newSliderbtn:hover {
  border-color: #fd0000;
  background: #fd0000 !important;
}
.newSliderright img.imgDeskC {
  height: 580px;
  object-fit: cover;
  border-radius: 10px;
}
.newSliderright img {
  border-radius: 10px;
  width: 100%;
}

.newSliderleft h2 {
  color: #fff;
  margin: 0 0 30px 0;
  font-family: "Roobert-regular", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: auto;
  text-transform: capitalize;
}
.newSliderleft p {
  color: #fff;
  font-family: "Roobert-regular", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.modify-progress-container span {
  font-size: 14px;
  line-height: 14px;
  font-family: "Roobert-regular", Sans-serif;
  font-weight: 400;
  color: #B5B5B5;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.tab-button.active .modify-progress-container span {color: #fd0000;}
.modify-progress-container span:hover {
    color: #000;
}

.modify-progress-container span svg path {
   transition: all 0.3s ease-in-out;
}

.modify-progress-container span:hover svg path {
    fill: #000;
}

.tab-button.active .modify-progress-container span svg path {fill: #fd0000;}

.modify-progress-container .light-color {
  width: 100%;
  height: 2px;
  background-color: #F0F0F0;
  position: relative;
  transition: transform 500ms;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 5px;
}

.modify-progress-container span svg {
  margin-left: 10px;
}

.newSliderleft.satcomLeft p,
.newSliderleft.satcomLeft h2 {
  color: #000;
}

.hmProSlider .elementor-swiper-button,
.bordOfDirectorSlider .elementor-swiper-button,
.managementSlide .elementor-swiper-button{
  opacity: 0;visibility: hidden;
}


.owl-carousel .owl-stage-outer,
.commonProSlider .swiper,
.materialSlider .swiper,
.modifyProductSl .swiper,
.hmProSlider .swiper {
    overflow: visible;
}


.about_trailblazing .owl-item,
.materialSlider .owl-item,
.groundSlider .owl-item,
.airborneSlider .owl-item,
.maritimeSlider .owl-item,
.waveguideSlider .owl-item,
.activeAntennasSlider .owl-item,
.filtersSlider .owl-item,
.antennasSlider .owl-item,
.manpackSlider .owl-item,
.electronicallySlider .owl-item,
.renesaSlider .owl-item,
.fosterCitySlider .owl-item{
    opacity: 0.3;
    filter: blur(2px);
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.about_trailblazing .owl-item.active,
.materialSlider .owl-item.active,
.groundSlider .owl-item.active,
.airborneSlider .owl-item.active,
.maritimeSlider .owl-item.active,
.waveguideSlider .owl-item.active,
.activeAntennasSlider .owl-item.active,
.filtersSlider .owl-item.active,
.antennasSlider .owl-item.active,
.manpackSlider .owl-item.active,
.electronicallySlider .owl-item.active,
.renesaSlider .owl-item.active,
.fosterCitySlider .owl-item.active{
    opacity: 1;
    filter: unset;
}





/*.owl-carousel .owl-item,
.commonProSlider .swiper-slide,
.materialSlider .swiper-slide,
.renesaSlider .swiper-slide,
.fosterCitySlider .swiper-slide,
.modifyProductSl .swiper-slide{
    opacity: 0.3;
    filter: blur(2px);
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
*/

.modifyProductSl .swiper-slide h2{ display: none;}


/*.pushingthe .owl-item,
.useCasecarousel .owl-item,
.hmcarlandSld .owl-item{
  filter: unset !important;
  transition: unset !important;

}
*/

/*.bordOfDirectorSlider .owl-item,
.aboutmanagement .owl-item,
.owl-carousel .owl-item.active,
.commonProSlider .swiper-slide.swiper-slide-next,
.materialSlider .swiper-slide.swiper-slide-next,
.renesaSlider .swiper-slide.swiper-slide-next,
.fosterCitySlider .swiper-slide.swiper-slide-next,
.modifyProductSl .swiper-slide.swiper-slide-active{
    opacity: 1;
    filter: unset;
}*/


.modifyProductSl .swiper-slide.swiper-slide-active h2{
    display: block;
}

.homeMainBImageBackground{
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
}
.videiThumCustomImage{
  top: -20px !important;
  bottom: -30px !important;
  left: 0 !important;
  right: 0 !important;
}

.videiThumCustomPlayIcon{
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}

.cky-btn-revisit-wrapper {
    display: none !important;
}

.header-button .elementor-button-icon {
  display: flex;
  justify-content: center;
  align-content: center;
}

.postid-6580 .site-lgo img,
.page-id-3535 .site-lgo img,
.page-id-2204 .site-lgo img,
.postid-6577 .site-lgo img,
.postid-6574 .site-lgo img,
.page-id-5183 .site-lgo img,
.page-id-15362 .site-lgo img,
.home .site-lgo img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}


.page-id-3535 .is-active .site-lgo img,
.page-id-2204 .is-active .site-lgo img,
.postid-6577 .is-active .site-lgo img,
.postid-6574 .is-active .site-lgo img,
.page-id-5183 .is-active .site-lgo img,
.page-id-15362 .is-active .site-lgo img,
.home .is-active .site-lgo img{
    filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(3914%) hue-rotate(347deg) brightness(133%) contrast(95%);
}


.postid-6580 .is-active .site-lgo img,
.page-id-4379 .site-lgo img,
.post-template-default.single.single-post.single-format-standard .site-lgo img {
    filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(3914%) hue-rotate(347deg) brightness(133%) contrast(95%);
}

.is-active .elementor-widget-n-menu .e-n-menu-heading .e-n-menu-title-text{
  color: #000 !important;
}
.is-menuActiveWrap .e-n-menu-title-text,
.e-n-menu-title-text:hover {
    background: #fff;
    color: #000 !important;
    font-weight: 500 !important;
    transition: all ease 500ms;
}

.single-post .header-button a.elementor-button,
.page-id-4379 .header-button a.elementor-button,
.is-active .header-button a.elementor-button {
    color: #000 !important;
    border-color: #000 !important;
}

.single-post .header-button .elementor-button-icon{
  background: #000;
}
.single-post .header-button .elementor-button-icon svg path{
  fill: #fff;
}

.single-post .header-button  a.elementor-button:hover .elementor-button-icon{
  background: #fff;
}
.single-post .header-button a.elementor-button:hover .elementor-button-icon svg path{
  fill: #fd0000;
}

.single-post .header-button a.elementor-button:hover,
.page-id-4379 .header-button a.elementor-button:hover,
.is-active .header-button a.elementor-button:hover {
    color: #fff !important;
    border-color: #FD0000 !important;
    background-color: #FD0000 !important;
}

.is-active .header-button a.elementor-button:hover svg path{
    fill: #FD0000 !important;
    
}

.single-post .e-n-menu-title-container .e-n-menu-title-text,
.page-id-4379 .e-n-menu-title-container .e-n-menu-title-text {
    color: #000 !important;
}

.space-img {
    max-width: 480px !important;
    width: 480px !important;
}

.space-img .elementor-widget-container{
  margin: 0 !important;
}

.aboutBordOfDerictor .e-n-accordion-item-title-icon span {
  height: auto !important;
  gap: 20px;
  flex-direction: row-reverse;
  align-items: center;
  font-family: "Roobert-regular", Sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.aboutBordOfDerictor .e-n-accordion-item-title-icon span svg {
  width: 54px;
  height: 54px !important;
  border: 1px solid #000;
  padding: 19px;
  border-radius: 5px;
}
.aboutBordOfDerictor .e-n-accordion-item-title-icon span svg:hover {
  background: #fd0000;
  border: 1px solid #fd0000;
}
.aboutBordOfDerictor .e-n-accordion-item-title-icon span svg:hover path{
  fill: #fff !important;
}


.full-page-pop .menu-heading.menu-item-1932, .full-page-pop .menu-heading.menu-item-1935{display:none;}
.full-page-pop .menu-heading.menu-item-1930{margin-bottom: 40px; padding-bottom: 45px!important; border-bottom: 1px solid #B5B5B5;}

.is-menuActiveWrap .e-n-menu-content{  
  padding: 0!important;
  margin-top: -5px !important; 
}

.header::after{
  content: '';
  position: absolute;
  top: 0;
  height: 620px;
  left: 0;
  right: 0;
  z-index: 0;
  background: #F7F7F7;
  transform-origin: top;
  transform:scaleY(0);transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}
.header.is-active::after{
  transform: scaleY(1);
  -webkit-transform: scaleY(1); 
}


.single-post .header .ham-icon a.elementor-icon svg circle,
.page-id-4379 .header .ham-icon a.elementor-icon svg circle{
  fill: #000;
}

.single-post .header.is-active .ham-icon a.elementor-icon svg circle,
.single-post .header .ham-icon a.elementor-icon:hover svg circle,
.page-id-4379 .header .ham-icon a.elementor-icon:hover svg circle,
.page-id-4379 .header.is-active .ham-icon a.elementor-icon svg circle,
.header.is-active .ham-icon a.elementor-icon svg circle {
    fill: #FD0000;
}

.single-post .header.is-active .ham-icon a.elementor-icon svg rect,
.single-post .header .ham-icon a.elementor-icon svg rect,
.page-id-4379 .header .ham-icon a.elementor-icon svg rect,
.page-id-4379 .header.is-active .ham-icon a.elementor-icon svg rect,
.header.is-active .ham-icon a.elementor-icon svg rect {
    fill: #fff;
}


.RFProduCTSingleBannerWrapper{
  position: relative;
  overflow: hidden;
}
.aboutCounter, .ShapingVideoScroll,
.RFProduCTSingleBannerImg {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: 0;
}

.PuScrollBox .img,
.bg-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
   
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.PuScrollBoxInner{
  position: relative;
  overflow: hidden; 
  height: 723px; border-radius: 10px;
}

.Join_our_team, .discover_your_path, .PuScrollBox {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    bottom: 0;
}

.feImgWrap::after{
  display: none;
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FD0000;
    opacity: 0;
    z-index: 1;
}

.titleStyle{
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-family: "Roobert-medium", Sans-serif;
}


.elementor-element-4bc35a6 .elementor-custom-embed-play svg circle,
.elementor-custom-embed-play:hover svg circle{
  fill:#FD0000 !important;
}


.job-Apply a{
  background: #fff url('https://swissto12.com/wp-content/uploads/2024/10/arrow_forward-3.svg') no-repeat center right 35px;
}
.job-Apply a:hover{
  background: #FD0000 url('https://swissto12.com/wp-content/uploads/2024/10/arrow_forward-4.svg') no-repeat center right 35px;
}


.page-id-10132 footer#site-footer,
.page-id-10132 header#site-header,
.error404 footer#site-footer,
.error404 header#site-header {
    display: none;
}
.hoverSliderEffect,
.hoverSliderEffect h5,
.hoverSliderEffect p,
.hoverSliderEffect img{
  transition: all 0.4s ease-in-out ;
}
.hoverSliderEffect .elementor-icon{
  opacity: 0;
  
}

.hoverSliderEffect h5,
.hoverSliderEffect p{
  color: #000 !important;
}

.hoverSliderEffect:hover {
    background-color: #FD0000 !important;
}

.hoverSliderEffect:hover h5,
.hoverSliderEffect:hover p{
  color: #fff !important;
}
.hoverSliderEffect:hover img{
  filter: brightness(0) invert(1);
}
.hoverSliderEffect:hover .elementor-icon{
  opacity: 1;
}


@font-face {
  font-family: RoobertFontMed;
  src: url(fonts/TTF/Roobert-Medium.ttf);
}
@font-face {
  font-family: RoobertFontLight;
  src: url(fonts/TTF/Roobert-Light.ttf);
}
.hero-sec2 .elementor-button-icon svg {
  height: initial !important;
  width: initial !important;
}

.breadcrumb-header .elementor-icon-list-item:after {
   
    transform: rotate(25deg);
}

/*horizontal animated slider*/


.swiper-new-container {
  
  overflow: hidden;
  position: relative;
  
}

/*.aboutBordOfDerictor summary.e-n-accordion-item-title {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}*/
.aboutBordOfDerictor summary.e-n-accordion-item-title {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.aboutPageSl .swiper-new-container .swiper-button-prev,
.aboutPageSl .swiper-new-container .swiper-button-next {
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;  
}


.bordDirectorContent {
    position: relative;
}
/*.bordDirectorContent::after {
  content:'';
    position: absolute;
  bottom:0;
  width:100%;
  max-width:1600px;
  background:#000;
  height:1px;
  left:50%;
  transform: translatex(-50%);
  -webkit-transform: translatex(-50%);
}*/

.bookClsBtn  a {
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    display: flex;
}


/*horizontal animated slider end*/

 li.checked {
    background:#FFDB01;
    border: 1px solid #FFDB01 !important;
}
.filter-category-name li.checked label{
  color: #000;
}

/*post content styling starts*/
.pst-cnt .red-blockquote {
    background: #C61D23;
    color: #ffffff;
    padding: 85px 100px;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    border-radius: 10px;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    font-family: RoobertFontLight;
    font-size: 40px;
    line-height: 50px;
}

.pst-cnt .black-blockquote {
    background: #000000;
    color: #ffffff;
    padding: 85px 100px;
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    border-radius: 10px;
    width: 1080px;
    margin: auto;
    font-family: RoobertFontLight;
    font-size: 40px;
    line-height: 50px;
}
.pst-cnt .wp-block-group.above-footer-sec {
    background: #F7F7F7;
    padding: 83px 70px;
    margin-top: 100px;
    border-radius: 10px;
}


.pst-cnt .wp-block-group.above-footer-sec h2.wp-block-heading {
    width: 100%;
    max-width: 700px;
    font-size: 40px;
    margin-bottom: 40px;
}
.pst-cnt .wp-block-group.above-footer-sec a[href^="mailto:"]{
    color: #000000;
    margin-top:25px;
     margin-bottom:20px;
    display: block;
    text-decoration: underline;
}

.pst-cnt .wp-block-group.above-footer-sec a[href^="tel:"]{
    color: #000000;
}

.pst-cnt hr.wp-block-separator {
    margin-top: 100px !important;
}
h2.wp-block-heading.width-wrap {
    color: #000000;
    margin-bottom: 40px;
}


.pst-cnt .is-style-default-img img{
    border-radius: 13px;
    margin-bottom: 70px;
}
.pst-cnt .width-wrap{
    max-width:1060px;
    width: 100%;
    margin: 0 auto;
}
.pst-cnt hr.wp-block-separator{
     width:1060px;
    margin: 0 auto;
}

.pst-cnt .wp-block-group.above-footer-sec {
    background: #F7F7F7;
    padding: 83px 70px;
    width: 100%;
    max-width: 1060px;
    margin: 0px auto;
    margin-top: 100px !important;
}



.featured-pst .elementor-grid{
    display: flex;
    flex-direction: column;
}


/*post content styling end*/

.breadcrumb-header ul li:last-child span{
    width: 435px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.6;
}

.hero-sec2 .elementor-button svg path {
  transition: all 0.3s ease-in-out;
}
.hero-sec2 .elementor-button:hover svg path {
  fill: #000;
}
.ceo-icon li.elementor-icon-list-item {
    justify-content: space-between !important;
    flex-direction: row-reverse;
}


.video-home h2.elementor-heading-title {
  font-family: Roobert-bold;
}
.video-home .elementor-open-lightbox {
  width: 100%;
  height: 100%;
}
.sub-sys-sec .elementor-button-text {
  flex-grow: initial;
}
.header .elementor-button-content-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 10px;
}
.header .elementor-button-icon {
  line-height: 0;
}
.header .elementor-button-icon svg {
  font-size: 35px;
}
.header .elementor-button .elementor-button-icon {
  transition: all .3s;
}

.footer .elementor-button {
  width: 100%;
}
.footer .elementor-button-content-wrapper .elementor-button-text {
  flex-grow: initial !important;
}

.hme-subscribe form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  line-height: 0;
  gap: 20px;
}
.hme-subscribe .ginput_container {
    width: 365px;
    height: 60px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.hme-subscribe #input_1_1 {
  padding: 0px 15px;
  height: 100%;
  background: none;
  border-radius: 50px;
  border: none;
  outline: none;text-align: left;
}
.hme-subscribe #input_1_1::placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  font-family: RoobertFontLight;
  color: #141414;
  text-align: left;
}

#gform_confirmation_message_1 {
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    font-family: RoobertFontLight;
    color: #fff;
    background: #FD0000;
    border-radius: 15px;
    padding: 18px 35px;
    width: 100%;
    max-width: 368px;
    margin-top: 23px;
}
input#gform_submit_button_1 +img {
    display: none !important;
}

.hme-subscribe .gform_footer input {
    padding: 18.42px 28.56px 18.42px 28.56px;
    height: 60px;
    width: 121px;
    border-radius: 10px !important;
    border-color: #fff;
    color: #fff;
    font-family: RoobertFontLight;
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
}
.hme-subscribe .gform_footer input:focus,
.hme-subscribe .gform_footer input:hover {
  background: #fd0000;
  color: #fff;
  border-color: #fd0000;
}
.f-link-txt a {
  color: #fff;
  text-decoration: underline;
}
.ftr-btm h6 a {
  transition: all 0.3s ease-in-out;
}
.ftr-btm h6 a:hover {
  color: #FD0000 !important;
}
.testi-box .elementor-icon {
  width: 90px;
  height: 90px;
  background: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000;
}
.testi-box {
  transition: all 0.4s ease-in-out;
}
.testi-box:hover {
  background: #f6f1e8 !important;
}
.testi-box:hover .elementor-icon {
  background: #FD0000;
  border: 1px solid #FD0000;
}
.testi-box:hover .elementor-icon svg path {
  fill: #fff;
}

.testim-box .elementor-icon {
  width: 90px;
  height: 90px;
  background: #f7f7f7;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.testim-box {
  transition: all 0.4s ease-in-out;
}
.testim-box:hover {
  background: #f6f1e8 !important;
}
.testim-box:hover .elementor-icon {
  background: #202020;
}
.testim-box:hover .elementor-icon svg path {
  fill: #fff;
}
.testi-sec .elementor-swiper-button,
.pro-sec .elementor-swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000 !important;
}

.pro-sec .elementor-swiper-button:hover {
  border-color: #FD0000 !important;
}


.sat-slider-wrapper .elementor-swiper-button svg{
    filter: brightness(0);
}
.sat-slider-wrapper .elementor-swiper-button:hover svg{
    filter: brightness(100);
}

.testi-sec .elementor-swiper-button:hover svg path,
.pro-sec .elementor-swiper-button:hover svg path {
  fill: #fff;
}
.pro-inmg-con {
  height: 90%;
}
.pro-sec .pro-sec-inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pro-sec .pro-sec-inner .hoverIcon{
  opacity: 0; transition: all 0.4s ease-in-out;
}
.pro-sec .pro-sec-inner:hover .hoverIcon{
   opacity: 1;
}

.homeRFProductSlider  .slick-dotted.slick-slider,
.hamming-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.pro-sec .pro-sec-inner::after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FD0000;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.pro-sec .pro-sec-inner img {
  mix-blend-mode: multiply;
}
.pro-sec .pro-sec-inner:hover::after {
  opacity: 1;
}
.pro-sec .pro-sec-inner:hover h6 {
  color: #fff;
}
.pro-sec .pro-btn {
  opacity: 0;
  top: 55% !important;
  transition: all 0.4s ease-in-out;
}
.pro-sec .pro-sec-inner:hover .pro-btn {
  opacity: 1;
  top: 50% !important;
}
.pro-sec::after {
  display: none;
}
#validation_message_1_1 {
  position: absolute;
  width: 100%;
  text-align: left;
  background: no-repeat;
  border: none;
  color: red;
  text-align: left;
  padding: 0 0 7px 0;
  width: 70%;
  font-size: 12px;
  line-height: 15px;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  background: initial !important;
  border: initial !important;
  margin-bottom: 0 !important;
  margin-top: 20px;
  padding: 0 !important;
  box-shadow: none !important;
}
.gform_submission_error {
  color: red !important;
}
.knldge-loop-con .transBg .elementor-icon {
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}

.knldge-loop-con .transBg .elementor-icon:focus,
.knldge-loop-con .transBg .elementor-icon:active,
.knldge-loop-con .transBg .elementor-icon:hover {
  /*background: #FD0000;
  border-color: #FD0000;*/

  background: #B5B5B5;
  border-color: #B5B5B5;

}
.knldge-loop-con .transBg .elementor-icon svg path {
  transition: all 0.4s ease-in-out;
}
.knldge-loop-con .transBg .elementor-icon:hover svg path {
  fill: #fff !important;
}
.gform-icon--circle-error:before {
  display: none !important;
}

.cat-box {
  display: flex;
  align-items: center;
}
.cat-box .content {
  padding: 0px 20px;
  /* background: #ffdb01; */
  border-radius: 10px 0 0 10px;
  border: 1px solid #ffdb01;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cat-box .content span {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: auto;
    text-transform: capitalize;
    font-family: "Roobert-regular", Sans-serif;
}
.cat-box .icon {
  border: 1px solid #b5b5b5;
  border-left: none;
  border-radius: 0 5px 5px 0;
  padding: 0 15px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sat-slider-wrapper .swiper-slide-active .e-child{
    background: #FD0000 !important;
    border-radius: 13px;
}


.sat-slider-wrapper .e-child{
    background: #202020 !important;
    border-radius: 13px;
}

.image-sld-wrap .swiper-slide-next{
    opacity: 1 !important;
}
.image-sld-wrap .swiper-slide{
    opacity: 0.3 !important;
    filter: blur(2px);
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}
.image-sld-wrap .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
    filter: unset;
}

.image-sld-wrap .e-con-inner {
    padding-bottom: 13px;
}
  

.cust-tabs .e-n-tab-title::before {
  counter-increment: section;
  content: " 0" counter(section) " ";
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  color:#ffffff;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
  font-family: RoobertFontMed;
  font-weight: 500;
}
.cust-tabs .e-n-tab-title:hover:before {
 
  background: #FD0000 !important;
  color:#ffffff;
}

.cust-tabs .e-n-tab-title[aria-selected=true].e-n-tab-title::before {
 
  background: #FD0000 !important;
  color:#ffffff;
  
}

.mck-included p{
    position: relative;
    margin-bottom: 32px
}
.mck-included p:after {
  counter-increment: section;
  content: "" counter(section) " ";
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roobert-Regular", Sans-serif;
  font-weight: 400;
  font-size: 18px;
  background: #C61D23;
  color:#ffffff;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.3s ease-in-out;
  left: -70px;
  top:0px;
  position:absolute;
}


.cust-tabs .e-n-tab-title{
    position: relative;
    transition: 0.3s ease-in-out;
}
.cust-tabs .e-n-tab-title:hover:after{
    content:"";
    background: #FD0000;
    position: absolute;
    width: 157px;
    height: 7px;
    border-radius: 15px;
    top: -7px;
}
.cust-tabs .e-n-tab-title:after{
    content:"";
    background: #FD0000;
    position: absolute;
    height: 7px;
    border-radius: 15px;
    top: -7px;
    width: 0px;
    transition: 0.3s width ease-in-out;
}

.cust-tabs .e-n-tab-title.e-n-tab-title[aria-selected=true]:after{
    content:"";
    background: #FD0000;
    position: absolute;
    width: 157px;
    height: 7px;
    border-radius: 15px;
    top: -7px;
}

.onlyMobileMenu nav ul .elementor-item:focus {
  background: transparent !important;
}
.horizon-line {
    background: #FFFFFF;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}
.horizon-timeline-heading {
    font-family: "Roobert-medium", Sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    text-align: left;
    color: #ffffff;
}

.horizon-timeline-description {
  font-family: "Roobert-regular", Sans-serif;font-weight: 400;
    font-size: 18px;
    line-height: auto;
    color: #ffffff;
    margin-top: 30px;
}

.custom-horizontal-timeline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.about_trailblazing .owl-item:nth-child(2n) .custom-horizontal-timeline, 
.custom-horizontal-timeline:nth-child(2n) {
    flex-direction: column-reverse;
}

.custom-horizontal-timeline img{
  height: 296px;
  object-fit: cover;
  border-radius: 0 !important;
}
.about_trailblazing .owl-item:nth-child(2n) .horizon-line, 
.custom-horizontal-timeline:nth-child(2n) .horizon-line{
  order: 1;
}
.about_trailblazing .owl-item:nth-child(2n) .horizon-timeline-description, 
.custom-horizontal-timeline:nth-child(2n) .horizon-timeline-description{
  min-height: 200px;
}
.about_trailblazing .owl-item:nth-child(2n) .horizon-line, 
.custom-horizontal-timeline:nth-child(2n) .horizon-line{
  margin-top: 0px;
}




/* Vertical Gsap Slider */

.head-banner, .footer-banner{
  height: 100vh;
  background-color: black;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.head-banner h1, .footer-banner h2{
  color: white;
  font-size: 3rem;

}


/* important css */

.video-anim-banner{
  position: relative;
  height: 100vh;
  width: 100%;
}
.video-list{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vid-item{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
}
.vid-item svg{
  width: 100%;
}
.vid-item svg, .vid-item canvas{
  object-fit: cover;
}

.vid-item.active{
  opacity: 1;
  z-index: 1;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
}


.vid-content-list{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  right: 0;

}
.vid-content-item{
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  padding-left: 50px;

}
.vid-content-item.active{
  opacity: 1;
  z-index: 1;
  transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out
}


.vid-progress-outer{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.vid-progress{
  padding: 0;
  list-style: none;
  pointer-events: all;
}
.vid-progress-item{
  height: 140px;
  background-color: black;
  width: 2px;
  margin: 8px 0;
  position: relative;
}
.vid-progress-item span{
  display: inline-block;
  width: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
}
.speak-btn .elementor-button-link:hover svg path{
   fill: #fff;
}

.single-post p strong {
  font-weight: 500;
  font-family: 'Roobert-medium', san-serif;
}
.top-cont-text span{
  font-family: 'inter';
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
  display: block;
  width: 600px;
}
.bottom_space_cont h2 {
  font-family: 'Roobert', sans-serif;
  font-size: 105px;
  line-height: 115px;
  font-weight: 300;
  width: 80%;
}
.bottom_space_cont .txt-bold {
  font-family: 'Roobert', sans-serif;
  font-size: 105px;
  line-height: 115px;
  font-weight: 600;
}
.btm-btn{
  font-size: 30px;
  line-height: 35px;
  padding: 62px 262px;
  color: #fff;
  border-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.btm-btn:hover{
  background-color: #FFFFFF80;
  border-color: #FFFFFF80;
}
.btm-btn:focus{
  background-color: #FFFFFF80;
  border-color: #FFFFFF80;
}
.btm-btn .fa-arrow-right{
  width: 20px;
  height: 20px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.2554 10.7143H0V9.28571H17.2554L8.98071 1.01107L10 0L20 10L10 20L8.98071 18.9889L17.2554 10.7143Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center right;
}
.progressBarContainer .item .bar-txt {
  margin: 9px 0 0 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #b5b5b5;
  font-family: 'Roobert-regular';
  transition: all 0.3s ease-in-out;
}
.progressBarContainer .item .bar-txt:hover {
  color: #000;
}

.progressBarContainer .item .bar-txt.text-active,
.progressBarContainer .item .bar-txt.text-active sup{
  color: #FD0000;
}

.progressBarContainer .item .bar-txt sup{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-family: 'Roobert-regular';
}

.progressBarContainer div span.progressBar .inProgress.active{
    background-color: #FD0000;
    width: 100% !important;
    height: 2px;
    border-radius: 50px;
}

.sliderContainer {
  position: relative;
  margin: auto;
}

.slider {
  margin: 0;
  border-radius: 15px;
}


.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  bottom: -30px;
}



.progressBarContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.progressBarContainer div {
  display: block;
  width: 30%;
  padding: 0;
  cursor: pointer;
  margin-right: 14px;
  float: left;
  color: #000;
}

.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
    width: 100%;
    height: 2px;
    background-color: #F0F0F0;
    display: block;
    border-radius: 50px;
}

.progressBarContainer div span.progressBar .inProgress {
    background-color: #FD0000;
    width: 0%;
    height: 2px;
    border-radius: 50px;
}

  .space_cont{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    
    border-radius: 15px;
    width: 100% !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.top-cont-text {
  padding: 50px 50px 0px 50px;
}
.bottom_space_cont {
    padding: 0px 50px 50px 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.top-cont-text span, .bottom_space_cont h2{
  color: #fff;
  margin: 0;
}
.progressBarContainer .item.active .bar-txt, .progressBarContainer .item.active .bar-txt sup{
  color: #FD0000;
}
.humming-bx:hover{
  background-color: #FD0000 !important;
  border-color: #FD0000 !important;
}
.humming-bx:hover .humming-bx-icon .elementor-icon{
  background-color: #fff !important;
  border-color: #fff !important;
}
.humming-bx:hover .humming-bx-icon .elementor-icon svg path{
  fill: #FD0000 !important;
}
.humming-bx:hover .humming-bx-txt h5, .humming-bx:hover .humming-bx-txt p{
  color: #fff !important;
}
.space-img, .satcon-img, .Surveillance-img, .MCK-img{
  display: none;
}

.image-sld-wrap .swiper-slide h2{
  display: none;
}

.image-sld-wrap .swiper-slide.swiper-slide-active h2{display: block;}




.hort-slider .elementor-swiper-button-prev:hover, .hort-slider .elementor-swiper-button-next:hover{
  background: #FD0000 !important;
}
.hort-slider .elementor-swiper-button-prev:hover svg path, .hort-slider .elementor-swiper-button-next:hover svg path {
  fill: #fff !important;
}

.ginput_container.ginput_container_radio {
    padding-left: 20px;
}
#elementor-popup-modal-8009 .dialog-close-button {
    display: flex;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
     background: transparent;
}
#elementor-popup-modal-8009 .dialog-close-button:hover {
    background: #FD0000; border: 1px solid #FD0000;
}
#elementor-popup-modal-8009 .dialog-close-button:hover svg {
    fill: #fff !important;
}

.newsrooom-pst-title h3 {
  margin-bottom: 0;
  margin-top: 0;
}

.page-id-2643 .site-lgo img,
.page-id-959 .site-lgo img,
.page-id-957 .site-lgo img,
.page-id-6308 .site-lgo img,
.page-id-6273 .site-lgo img{
      filter: brightness(0) invert(1);
}
.page-id-2643 .is-active .site-lgo img{
  filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(3914%) hue-rotate(347deg) brightness(133%) contrast(95%);
}


.breadcrumb-header ul li a,
.space-cat-child span.elementor-icon-list-text{position: relative; cursor: pointer;}

.breadcrumb-header ul li a::after,
.space-cat-child span.elementor-icon-list-text::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: 0;
    right: 1px;
    height: 1px;
    background: #fff;
    width: 0;
    transition: all ease 500ms;
}
.breadcrumb-header ul li a::after {left: 0;right: 0;}


.breadcrumb-header ul li a:hover::after,
.space-cat-child span.elementor-icon-list-text:hover::after {
    width: 100%;
}


.ham-icon a.elementor-icon:hover svg circle {
    fill: #FD0000;
}
 .ham-icon a.elementor-icon:hover svg rect {
    fill: #fff;
}
 .header-button a.elementor-button {
    background-color: transparent !important;
}


 .header-button a.elementor-button:hover {
  color: #fff !important;
    border-color: #FD0000 !important;
    background-color: #FD0000 !important;
}



.postid-1153 .ham-icon a.elementor-icon:hover svg circle {
    fill: #000;
}

.postid-1153 .ham-icon a.elementor-icon:hover svg rect {
    fill: #fff;
}

.postid-1153  .header-button a.elementor-button {
    background-color: transparent !important;
}

.postid-1153  .header-button a.elementor-button:hover {
    border-color: #000 !important;
    background-color: #000 !important;
}
.postid-1153  .header-button a.elementor-button:hover {
    border-color: #000 !important;
    background: #000 !important;
}

.postid-1153  .header-button .elementor-button-text:hover {
    color: #fff !important;
}

.postid-1153 .site-lgo img{
  filter: brightness(0) invert(1) !important;
}

.postid-1153 .is-active .site-lgo img{
    filter: brightness(0) saturate(100%) invert(11%) sepia(76%) saturate(3914%) hue-rotate(347deg) brightness(133%) contrast(95%) !important;
}


.postid-4167 .header-button .elementor-button:hover .elementor-button-icon,
.page-id-4379 .header-button .elementor-button:hover .elementor-button-icon{
  background: #fff !important;
}
.postid-4167 .header-button .elementor-button:hover .elementor-button-icon svg path,
.page-id-4379 .header-button .elementor-button:hover .elementor-button-icon svg path{
  fill: #000 !important;
}


.selectorMainBox{
    position: relative;
    overflow: hidden;
}

.selectorMainBox:hover .partnerHoverCont{ 
    bottom: 0;
}
.partnerHoverCont{
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all ease 500ms;
}

#elementor-popup-modal-1892 .dialog-widget-content{
  background-color: transparent !important;
}


.space-cat-parent li.elementor-icon-list-item.expand span.elementor-icon-list-icon {
    transform: rotate(180deg);
}

.elementor-element-4b68f41a span.e-n-accordion-item-title-icon span.e-closed svg,
.elementor-element-40d31625 span.e-n-accordion-item-title-icon span.e-closed svg,
.elementor-element-6ae285c3 span.e-n-accordion-item-title-icon span.e-closed svg,
.elementor-element-fa3fbba span.e-n-accordion-item-title-icon span.e-closed svg {
    fill: #fff;
}

.elementor-element-9a1a9ec span.e-n-accordion-item-title-icon span.e-closed svg,
.elementor-element-5b2a60e6 span.e-n-accordion-item-title-icon span.e-closed svg,
.elementor-element-6a7abf0b span.e-n-accordion-item-title-icon span.e-closed svg {
    fill: #000;
}





.hummingpgeTabSlider .tabs .modify-progress-container span i, .careerpgeTabSlider .tabs .modify-progress-container span i, .homepgeTabSlider .tabs .modify-progress-container span i {
    font-style: normal;
}


/*-------end page wise menu hover effect------------*/
.gform_wrapper.gravity-theme .gform_validation_errors {
    display: none;
}




/*knowledge Hub*/

.btn-category-grp {
  display: flex;
  gap:20px;
  
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.filter-activecls {
    width: 20%;
    height: 57px;
    padding: 0px 20px;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #000000;
    font-size: 18px;
    border: 1px solid #000;
}
ul.filter-category-name li {
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
   font-family: "Roobert-regular", Sans-serif;
  font-size: 18px;
  line-height: auto;
  color: #000000;
  transition: 0.3s ease-in-out;
  width: 27.5%;
}
ul.filter-category-name li label {
    padding: 0 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 57px;
    align-items: center;
}
ul.filter-category-name li.all-c {
    width: 13%;
}






ul.filter-category-name li.checked label {
    color: inherit;
}
ul.filter-category-name li.all-c:hover,
ul.filter-category-name li.checked{
  background: #FD0000;
  border: 1px solid #FD0000 !important;
  color: #fff;
}


ul.filter-category-name li.catname_Company.News:hover,
ul.filter-category-name li.catname_Company.News.checked{
  border: 1px solid #FD0000!important;
  background: #FD0000;
  color: #fff;
}
ul.filter-category-name li.catname_Industry.Commentary:hover,
ul.filter-category-name li.catname_Industry.Commentary.checked{
      border: 1px solid #000000!important;
      background: #000000;
      color: #fff;
}
ul.filter-category-name li.catname_Updates:hover,
ul.filter-category-name li.catname_Updates.checked{
  border: 1px solid #FFDB01!important;
  background: #FFDB01;   color: #000000;
}



ul.second-level-filter li input[type="radio"]{
  display: none;
  
}


ul.filter-category-name {
  display: flex;
justify-content: flex-start;
  align-items: center;
  list-style: none;
  width: 80%;
  gap:2%;
  padding: 0px;
  margin: 0px;
}

ul.filter-category-name img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  margin-right: 20px;
  
}
.load-more-wrapper {
  text-align: center;
  padding-bottom: 40px;
  border-bottom: 2px solid #000000;
}

.filter-activecls{
  background-image: url('https://swissto12.com/wp-content/uploads/2024/11/arrow_forward-1.svg');
  background-repeat: no-repeat;
  background-position: center right 15px;
  cursor: pointer;
}

.filter-category-name li label{
  cursor: pointer;
}

.filter-category-name li input[type="checkbox"]{
  display: none;
}

.second-level-category {
  background: #F7F7F7;
  padding: 40px;
  border-radius: 10px;
  margin-top: 20px;
}

ul.second-level-filter {
  padding: 0px;
  list-style: none;
  display: flex;
  gap: 20px;
}

.cust-caterg {
  font-size: 15px;
  line-height: 18px;
  color: #b5b5b5;
  margin-bottom: 20px;
}

ul.second-level-filter li label {
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-align: center;
  padding: 23px 114px;
  border: 1px solid #000000;
  border-radius: 10px;
  cursor: pointer;
  transition:0.3s ease-in-out;
}

.hr-line {
  width: 100%;
  background: #000000;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-filter-heading {
    font-size: 30px;
    line-height: 113%;
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    font-family: "Roobert-regular", Sans-serif;
    font-weight: 400;
}
.content-filter-heading h6,
.content-filter-heading span{
    font-family: "Roobert-regular", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: -1px;
    right: -30px;
    margin:0;
  
}

.content-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
   align-items: flex-start;
}


.content-inner-wrapper .content-lst-image {
  width: 36%;
  position: relative;
}

.content-inner-wrapper .right-content-inner {
  width: 56%;
  min-height: 332px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-lst-image img {
  height: 332px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  display: block;
  transition: all ease 500ms;
}
/*.content-lst-image img + img {
  border: 1px solid #bfbfbf;
}*/
.newsroom-info ul {
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
  gap: 81px;
}

.newsroom-info ul li {
  font-size: 14px;
  font-family: RoobertFontLight;
  color: #000000;
}

.hr-lght-line {
  width: 100%;
  background: #000000;
  height: 1px;
  margin: 20px 0px;
}

.content-lst-image a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #FD0000;
    opacity: 0;
    z-index: 2;
    border-radius: 10px;transition: all ease 500ms;
}

.content-inner-wrapper .content-lst-image .icj {
    width: 50px;
    height: auto;
    display: block;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
    transition: all ease 500ms;
}
.content-lst-image:hover a{
    opacity: 0.2;
}
.content-lst-image:hover .icj {
    opacity: 1;
}


.newsrooom-pst-title h3 {
    font-family: "Roobert-regular", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
    color: #000;
    transition: all ease 300ms;
}
.newsrooom-pst-title h3:hover {
    color: #fd0000;
}

.newsroom-author p {
  font-size: 20px;
  font-family: RoobertFontLight;
}
.content-inner-wrapper{
  margin-bottom: 70px;
}
.read-more-btn a {
  border: 1px solid #000000;
  border-radius: 100%;
  height: 56px;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
}
.read-more-btn {
  padding-top: 20px;
    padding-bottom: 30px;
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content:flex-end;  
    border-bottom: 2px solid #000000;
    align-items: flex-end;
}



.feImgWrap.redish img{
  opacity: 0.8;
}

.formWrap.ad {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.read-more-btn a svg path {
  transition: all 0.3s ease-in-out;
}

.read-more-btn a:hover svg path {
  fill: #fff;
}

.read-more-btn a:hover{
  /*background: #FD0000;
  border: 1px solid #FD0000;*/
  background: #B5B5B5;
  border: 1px solid #B5B5B5;
  
}

.newroom-cont-wrapper{
  margin-bottom: 200px;
  padding-bottom: 100px;
  border-bottom: 1px solid #000000;
}

.load-more-wrapper button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: auto;
    color: #000000;
    padding: 46px 10px;
    width: 100%;
    max-width: 567px;
    border: 1px solid #000000;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    font-family: "Roobert-regular", Sans-serif;
}
.load-more-wrapper button:focus,
.load-more-wrapper button:hover {
    color: #ffffff;
    background: #FD0000;
    border: 1px solid #FD0000;
}
p.no_more_posts {
  color: #000000;
  font-size: 30px;
}

.second-level-filter li input[type="radio"]:checked ~ label {
background:#ffffff !important;
border: 1px solid #ffffff !important;
}
.active-filters{
  background: #FD0000;
  border: 1px solid #FD0000;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.28571 17.2554L9.28571 -4.68336e-07L10.7143 -4.05891e-07L10.7143 17.2554L18.9889 8.98071L20 10L10 20L-4.37114e-07 10L1.01107 8.98071L9.28571 17.2554Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.active-filters span{
  color: #fff;
}

.space-cat-child .elementor-icon-list-items .elementor-icon-list-item, .space-cat-parent .elementor-icon-list-items .elementor-icon-list-item{
  flex-direction: row-reverse;
  column-gap: 10px;
}
.space-cat-child .elementor-icon-list-items{
  column-gap: 36px;
}

.space-slider .progressBarContainer .item{
  width: 33%;
}


.space-slider .space-main-cont h2 {
  margin: 110px 0px;
  font-family: 'Roobert-regular';
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  color: #000;
}
.space-slider .space-main-cont.aboutP h2 {
  margin:0 0 170px 0;
  font-size: 40px;
  line-height: 50px;
}

 
.width-wrap li::marker {
    font-size: 15px;
}

.form-success-message {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roobert-regular';
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
}

/* responsive css */


@media(min-width:1025px) and (max-width:1600px){
  
  .content-inner-wrapper {
      display: flex;
      flex-wrap: nowrap;
      justify-content: flex-start;
      gap: 60px;
  }
  .load-more-wrapper button{
      padding:50px 10px;
      font-size:24px;
  }
  .newroom-cont-wrapper{
      margin-bottom: 100px;
  }
  .content-filter-heading h6,
  .content-filter-heading span{
/*      right:-30px;*/
  }
  
 
}
@media (min-width: 450px) and (max-width: 510px) {
  .hero-sec2 {
    --padding-top: 80px !important;
  }
}

@media (min-width: 350px) and (max-width: 449px) {
  .hero-sec2 {
    --padding-top: 80px !important;
  }
}

@media (min-width: 300px) and (max-width: 349px) {
  .hero-sec2 {
    --padding-top: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hme-subscribe form {
    flex-direction: column;
    margin-top: 20px;
    gap: 0;
  }
  .hme-subscribe .gform-body {
    width: 100%;
  }
  .hme-subscribe .ginput_container {
    width: 100%;
  }
  .hme-subscribe .gform-body input {
    width: 100% !important;
  }
  .hme-subscribe .gform_footer, .hme-subscribe .ginput_container,
  .hme-subscribe .gform_footer input {
    width: 100%;
  }
  #validation_message_1_1 {
    position: initial;
    width: 100%;
    text-align: center;
  }
  .gform_submission_error {
    text-align: center;
    margin-bottom: 12px !important;
  }
}

@media (max-width: 1024px) {
  .knldge-loop-con .transBg .elementor-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  
  
  
  .space-cat-btm {
    position: initial;
  }
  .space-cat-btm h3.elementor-heading-title,
  .space-cat-btm h2.elementor-heading-title {
    color: #000 !important;
  }
  .space-cat-btm .elementor-button {
    border-color: #000 !important;
    color: #000 !important;
  }
  .space-cat-btm .elementor-button svg path {
    fill: #000 !important;
  }
  .hme-subscribe form {
    /*justify-content: center;
    flex-direction: column;*/
    gap: 10px;
  }
  .footer .elementor-widget-nav-menu {
    width: 100%;
  }
  .footer .elementor-widget-nav-menu .elementor-item {
    width: 100%;
    text-align: center;
    display: block;
  }
  .ftr-btm .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    flex-direction: row;
    column-gap: 15px;
    justify-content: flex-start;
}
  .ftr-btm .elementor-nav-menu a {
    width: 100%;
    display: block;
    text-align: center;
  }
  .hme-subscribe .ginput_container {
    width: 100% !important; height: 45px;
  }
  .hme-subscribe #input_1_1::placeholder {
    font-size: 16px;
  }
  .hme-subscribe .gform-body {
   width: calc(100% - 145px);
  }
  .hme-subscribe .gform_footer {
    width: 135px;
  }
  .hme-subscribe .gform_footer input {
    width: 100%; border-radius: 10px; font-size: 14px; line-height: 14px; height: 45px;padding: 0;
  }
  .hme-subscribe .ginput_container {
    border-radius: 10px;
}

.hero .elementor-widget-container{ border:none !important; } 


  .testi-box .e-con-inner,.testim-box .e-con-inner {
    display: flex !important;
  }
  .testi-box .elementor-icon,.testim-box .elementor-icon {
    width: 50px;
    height: 50px;
  }
  .testi-box .elementor-icon svg,.testim-box .elementor-icon svg {
    font-size: 16px;
  }
  .testi-box .elementor-widget-container img,.testim-box .elementor-widget-container img {
    max-width: 120px;
  }
  .pro-inmg-con {
    height: 70% !important;
  }
  .pro-btn .elementor-icon {
    font-size: 70px !important;
  }
  .ftr-link-heading {
    max-width: 250px !important;
    margin: auto !important;
  }
  #validation_message_1_1 {
    position: initial;
    width: 100%;
    text-align: center;
  }
  .gform_submission_error {
    text-align: center;
    margin-bottom: 12px !important;
  }
	
}

/******* Tab section home bottom *******/

.freq-container .tab-sec1 .tab-outer {
    display: flex;
    justify-content: flex-start;
}

.freq-container .tab-sec1 .tab-contentss.actived {
    display: flex;
}
.freq-container .tab-sec1 .tab-contentss {
    display: none;
    align-items: flex-start;
    justify-content: space-between;
}
.freq-container .tab-contentss {
    display: flex;
    flex-direction: row-reverse;
}
.freq-container .tab-sec1 .tab-sec1-right {
    width: 45%;
    align-items: end;
}
.freq-container .tab-sec1 .tab-contents p {
    font-family: "Roobert-regular", Sans-serif;
    font-size: 24px;
    line-height: auto;
    color: #000;
    position: relative;
    top: 0px;
}
.freq-container li.tab-butn.actived {
  font-weight: 400;
  color: #000 !important;
  font-family: RoobertFontMed !important;
}

.freq-container .tab-sec1 .prog-bar {
    width: 100%;
    height: 0;
    background-color: #fd0000;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
}
.freq-container .tab-contentss .tab-sec1-left iframe,
.freq-container .tab-contentss .tab-sec1-left img{
    display: none;
}

.freq-container .tab-contentss.actived .tab-sec1-left iframe,
.freq-container .tab-contentss.actived .tab-sec1-left img{
   display: block;
   animation: zoomInnu 0.8s linear forwards;
    
}
.freq-container .tab-contentss .tab-sec1-right p{
   display: none;
   animation: zoomInn 1s linear forwards alternate;
}

.freq-container .tab-contentss.actived .tab-sec1-right p{
     display: block;
}


/**** TAB SECTION 1 ****/

.tab-sec1 .tabs {
  width: 40%;
}
.tab-sec1 .tab-outer {
  display: flex;
  justify-content: flex-end;
}

.tab-sec1 .tab-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 100px;
}
.tab-sec1 .tab-sec1-left {
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.tab-sec1 .tab-sec1-left,
.tab-sec1 .tab-sec1-right{height: 780px; box-sizing: border-box;}

.tab-sec1 .tab-sec1-left iframe,
.tab-sec1 .tab-sec1-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;

  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom:0;
  object-fit: cover;
  object-position: center center;
}

.tab-sec1 .tab-sec1-left iframe {
  height: 950px !important;
}

div#player {
    display: none;
}


.tab-sec1 .tab-sec1-right {
  width: 50%;
}
.tab-sec1 .tab-content {
  display: none;
}
.tab-sec1 .tab-content.active {
  display: flex;
}
.tab-sec1-right p {
  margin: 0 0 80px;
}
.tab-sec1 .tabs li {
  font-size: 70px;
  line-height: 80px;
  font-family: RoobertFontLight;
  color: #b5b5b5;
  list-style: none;
  font-weight: 100;
  margin: 0 0px 50px;
  cursor: pointer;
}
.tab-sec1 .tabs li.active {
  font-weight: 400;
  color: #000;
  font-family: RoobertFontMed;
}
.tab-sec1 .tab-contents {
  margin-top: -440px;
}
.tab-sec1 .tab-content p {
    font-size: 22px;
    line-height: auto;
    color: #000;
    position: relative;
    top: -15px;
    font-weight: 400;
    font-family: "Roobert-regular", Sans-serif;
}

.tab-sec1 .progress-container {
    width: 6px;
    height: 320px;
    background-color: #f3f3f3;
 
    position: relative;
    border-radius: 100px;
    overflow: hidden;
    margin-top: 20px;
}
.tab-sec1 .progress-bar {
  width: 100%;
  height: 0;
  background-color: #fd0000;
  position: absolute;
  top: 0;

}
.tab-sec1 .tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tab-sec1 .about-btn {
    width: 100%;
    padding: 46px 0;
    border: 1px solid #000;
    border-radius: 10px;
    display: block;
    text-align: center;
    font-family: "Roobert-regular", Sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-decoration: none;
    color: #000;
}
.tab-sec1 .tab-sec1-right .about-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
  transition: all 0.3s ease-in-out;
}
.tab-sec1 .tab-sec1-right .about-btn svg {
  font-size: 20px;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
}
.tab-sec1 .tab-sec1-right .about-btn svg path {
  transition: all 0.3s ease-in-out;
  fill: #000;
}
.tab-sec1 .tab-sec1-right .about-btn:hover {
  background: #FD0000;
  color: #fff;
  border-color: #FD0000;
}
.tab-sec1 .tab-sec1-right .about-btn:hover svg path {
  fill: #fff;
}

.tab-sec1 .tab-content.active .tab-sec1-left img {
  animation: zoomInnu 1s linear forwards alternate;
}
@keyframes zoomInnu {
  from {

    transform-origin: center;
    opacity: 0;
  }
  to {

    transform-origin: center;
    opacity: 1;
  }
}



.tab-sec1 .tab-content.active .tab-sec1-right p {
  animation: zoomInn2 0.8s linear forwards;
}
@keyframes zoomInn {
  from {
    transform: scale(0.97);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transform-origin: center;
    opacity: 1;
  }
}
@keyframes zoomInn2 {
  from {
    transform: translateY(10px);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    transform-origin: center;
    opacity: 1;
  }
}

.tab-sec2 .tabs ul {
  padding-left: 80px;
}
.tab-sec2 .tabs .progress-container {
  margin-left: 0;
}


.tab-sec2 .slide-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0 100px;
}
.tab-sec2 .tab-sec1-left {
  width: 50%;
  overflow: hidden;
  border-radius: 15px;
  height: 100%;
}
.tab-sec2 .tab-sec1-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.tab-sec2 .tab-sec1-right {
  width: 50%;
}
.tab-sec2 .slide-content {
  display: none;
}
.tab-sec2 .slide-content.active {
  display: flex;
}
.tab-sec2 .tab-sec1-left p {
  margin: 0 0 80px;
}
.tab-sec2 .tabs li {
  font-size: 90px;
  font-family: "Roobert-light", Sans-serif;
  color: #b5b5b5;
  list-style: none;
  font-weight: 100;
  margin: 0 0px 50px;
  cursor: pointer;
}
.tab-sec2 .tabs li.active {
  font-weight: 400;
  color: #000;
  font-family: "Roobert-medium", Sans-serif;
}
.tab-sec2 .tab-contents {
  margin-top: -440px;
}
.tab-sec2 .slide-content p {
  font-family: "Roobert-medium", Sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.tab-sec2 .progress-container {
  width: 6px;
  height: 320px;
  background-color: #f3f3f3;
  margin-left: -100px;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
.tab-sec2 .progress-bar {
  width: 100%;
  height: 0;
  background-color: #fd0000;
  position: absolute;
  top: 0;
  transition: all 0.5s ease-in-out;
}
.tab-sec2 .tabs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.tab-sec2 .about-btn {
  width: 100%;
  padding: 60px 0;
  border: 1px solid #000000;
  border-radius: 20px;
  display: block;
  text-align: center;
  font-family: "Roobert-light", Sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #000;
}
.tab-sec2 .tab-sec1-right .about-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 22px;
  transition: all 0.3s ease-in-out;
}
.tab-sec2 .tab-sec1-right .about-btn svg {
  font-size: 20px;
  transform: translateY(3px);
  transition: all 0.3s ease-in-out;
}
.tab-sec2 .tab-sec1-right .about-btn svg path {
  transition: all 0.3s ease-in-out;
}
.tab-sec2 .tab-sec1-right .about-btn:hover {
  background: #FD0000;
  color: #fff;
  border-color: #FD0000;
}
.tab-sec2 .tab-sec1-right .about-btn:hover svg path {
  fill: #fff;
}
.tab-sec2 .about-btn {
  width: 100%;
  padding: 60px 0;
  border: 1px solid #000000;
  border-radius: 20px;
  display: block;
  text-align: center;
  font-family: "Roobert-light", Sans-serif;
  font-size: 30px;
  text-decoration: none;
  color: #000;
}

.tab-sec2 .slide-content.active .tab-sec1-left {
  animation: zoomInn 1s linear forwards alternate;
}
.tab-sec2 .slide-content.active .tab-sec1-right p {
  animation: zoomInn2 0.8s linear forwards;
}
.tab-sec2 .tab-sec1-right {
  overflow: hidden;
  border-radius: 15px;
}
.tab-sec2 .tab-sec1-right img {
  border-radius: 15px;
}
@keyframes zoomInn {
  from {
    transform: scale(0.97);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transform-origin: center;
    opacity: 1;
  }
}
@keyframes zoomInn2 {
  from {
    transform: translateY(10px);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    transform-origin: center;
    opacity: 1;
  }
}


.tab-sec1
 .container {
    position: relative;
}
 .tab-sec1 .tab-outer {
    position: absolute; 
    left: 0;
    right: 0;
    z-index: 1 !important;
}

.tab-sec1 .tabs{
  position: relative;

}

.hummingpgeTabSlider .tabs,
.careerpgeTabSlider .tabs,
.homepgeTabSlider .tabs {
    width: 46%;
}

.hummingpgeTabSlider .tabs ul,
.careerpgeTabSlider .tabs ul,
.homepgeTabSlider .tabs ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%; 
}

.hummingpgeTabSlider .tabs li,
.careerpgeTabSlider .tabs li,
.homepgeTabSlider .tabs li {
    font-size: unset;
    line-height: unset;
    font-family: ui-monospace;
    color: unset;
    list-style: none;
    font-weight: unset;
    margin: unset;
    cursor: unset;
    width: 33.33%;
}

.hummingpgeTabSlider .tabs .mnTilte,
.careerpgeTabSlider .tabs .mnTilte,
.homepgeTabSlider .tabs .mnTilte {
  font-size: 50px;
  line-height: 113%;
  font-family: "Roobert-medium", Sans-serif;
  color: #b5b5b5;
  list-style: none;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
  top: -140px;
  left: 0;
  display: none;
}


.hummingpgeTabSlider .tabs li.actived,
.careerpgeTabSlider .tabs li.active,
.homepgeTabSlider .tabs li.active {
    font-weight: unset;
    color: unset;
    font-family: unset;
}

.hummingpgeTabSlider .tabs li.actived .mnTilte,
.careerpgeTabSlider .tabs li.active .mnTilte,
.homepgeTabSlider .tabs li.active .mnTilte{
    font-weight: 400;
    color: #000;
    font-family: "Roobert-medium", Sans-serif;
    font-weight: 500;
    display: block;
    animation: zoomInn2 0.8s linear forwards;
}


.huCustMBoxImg1, .huCustMBoxImg2,
.huCustMBoxImg3, .huCustMBoxImg4{
  animation: zoomInn22 0.5s linear forwards;
}

@keyframes zoomInn22 {
  from {
    transform: translateY(5px);
    transform-origin: center;
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    transform-origin: center;
    opacity: 1;
  }
}


.hummingpgeTabSlider .tabs .modify-progress-container span,
.careerpgeTabSlider .tabs .modify-progress-container span,
.homepgeTabSlider .tabs .modify-progress-container span {
    font-weight: 400;
    font-family: "Roobert-regular", Sans-serif;
    font-size: 14px;
    line-height: auto;
    display: block;
    margin-top: 15px;
    cursor: pointer; 
    color: #B5B5B5;
}
.hummingpgeTabSlider .tabs li.actived .modify-progress-container span,
.careerpgeTabSlider  .tabs li.active .modify-progress-container span,
.homepgeTabSlider .tabs li.active .modify-progress-container span {
    color: #FD0000;
}

.tab-butn.actived .modify-progress-bar{
    position: absolute;
    top: 0;
    left: 0;
    width:0%;background-color:#fd0000;
    height: 2px;
    border-radius: 10px;
    animation-name:modifycountingBar;
    animation-duration:5000ms;
    animation-timing-function:ease-in;
    animation-iteration-count:1;
    animation-direction:normal;
    animation-fill-mode:backwards;
}
.tab-button.active .modify-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  background-color: #fd0000;
  height: 2px;
  border-radius: 10px;
  animation-name: modifycountingBar;
  animation-duration: 5000ms;
  animation-timing-function: ease;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
 

  /*animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: backwards;*/
  z-index: 1;
}

@keyframes modifycountingBar{
  0%{width:0}
  100%{width:100%}
}

.hummingpgeTabSlider .tab-contents,
.careerpgeTabSlider .tab-contents,
.homepgeTabSlider .tab-contents {
    margin-top: 0 !important;
}


.careerpgeTabSlider .tab-content,
.homepgeTabSlider .tab-content {
    align-items: unset;
}

.hummingpgeTabSlider .tab-sec1-right,
.careerpgeTabSlider .tab-sec1-right,
.homepgeTabSlider .tab-sec1-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 260px;
}
.tab-sec1-left img {
    display: block;
}

.hummingpgeTabSlider  .tab-outer,
.careerpgeTabSlider .tab-outer,
.homepgeTabSlider .tab-outer {
    display: flex;
    justify-content: flex-end;
    z-index: 99;
    position: absolute;
    top: 130px;
}
.modify-progress-container {
    position: relative;
}











/*-----Carrer Hub Banner----*/

.banner-head{
  font-weight: 400;
}


/*----Team Sec---*/
.team-loop-sec{
  position: relative;
}
.testimonial-sec{
  position: absolute;
  bottom: 40px;
}
.team-text .elementor-widget-container{
  height: 500px !important;
}

/*-----Location Section----*/

.location-sec .swiper-slide-inner img{
  width: 100%;
  height: 520px;
  object-fit: cover;
}
.location-sec .elementor-swiper-button{
  display: none !important;
}

.img-next .elementor-button-icon{
  margin-left: 0 !important;
}
.img-prev .elementor-button-icon{
  margin-right: 0 !important;
}
.manager .elementor-button-icon{
  margin-left: 0 !important;
}
.img-previous .elementor-button-icon{
  margin-right: 0 !important;
}
.images-next .elementor-button-icon{
  margin-left: 0 !important;
}
.imgs-prevs .elementor-button-icon{
  margin-right: 0 !important;
}
.imgs-nexts .elementor-button-icon{
  margin-left: 0 !important;
}

.img-carousel-career .swiper-slide{
    position: relative;
    transition: 0.5s ease;
    
}
.img-carousel-career .swiper-slide .swiper-slide-inner{
  position: relative;
}
.img-carousel-career .swiper-slide .swiper-slide-inner img{
  display: block;
}
.img-carousel-career .swiper-slide .swiper-slide-inner:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    left: 0px;
    top: 0;
    opacity:0.7;
    background: #000000;
}

.img-carousel-career .swiper-slide-next .swiper-slide-inner:after{
    display: none;
}

/*-----Contact Page-----*/
.contact-section input{
border: none !important;
border-bottom: 1px solid #B5B5B5 !important; 
border-radius: 0 !important;
outline: none !important;
padding: 8px 0 !important;
}
.contact-section .gform_wrapper.gravity-theme input{
  font-family: "Roobert-regular", Sans-serif !important;
font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 1.2em !important;
color: #000000 !important;
}
.contact-section .gform_wrapper.gravity-theme select{
  font-family: "Roobert-regular", Sans-serif !important; 
font-style: normal !important;
font-weight: 400 !important;
font-size: 14px !important;
line-height: 16px !important;
color: #000000 !important;
}
.contact-section .gform-field-label{
padding-bottom: 10px !important;
font-family: "Roobert-regular", Sans-serif !important;
font-style: normal !important; 
font-weight: 400 !important;
font-size: 14px !important;
line-height: auto !important;
color: #B5B5B5 !important;
margin-bottom: 0 !important;
}
.contact-section .star{
  color: #FD0000 !important;
  font-size: 20px !important;
}
.contact-section .gfield_required:after{
  content: " *" !important;
  color: #FD0000 !important;
  font-size: 16px !important;
}
.contact-section .gfield_required_text{
  display: none !important;
}
.contact-section select{
border: none !important;
border-bottom: 1px solid #B5B5B5 !important; 
border-radius: 0 !important;
outline: none !important;
background-image: url("imgs/arrowforwardcopy.svg");
background-position: center right 10px;
background-repeat: no-repeat;
appearance: none ;
}
.contact-section .textarea{
    border: none !important;
border-bottom: 1px solid #B5B5B5 !important; 
border-radius: 0 !important;
outline: none !important;
resize: none !important;
height: 100px !important;
}
.contact-section .gform_wrapper.gravity-theme textarea{
  font-family: "Roobert-light", Sans-serif !important;
font-style: normal !important;
font-weight: 300 !important;
font-size: 18px !important;
line-height: 1.2em !important;
color: #000000 !important;
}
.contact-section #label_2_8_0{
color: #000000 !important;
padding-left: 20px;
padding-bottom: 0 !important;
font-family: 'Roobert-regular' !important; font-weight: 400 !important; 
}
.contact-section #label_2_8_0 a {
    border-bottom: 1px solid;
    color: #B5B5B5;
}

.contact-section [type="radio"]:checked + label a{ color:#fd0000; }


.contact-section #label_2_8_0 a:hover{
    color: #fd0000;
    border-bottom: 1px solid #fd0000;
}

.contact-section input[type="submit"]
{
border: 1px solid #000000 !important;
border-radius: 10px !important;
padding: 23px 0px !important;


}
.contact-section input[type="submit"]:hover{
  color: #FFFFFF !important;
  background-color: #FD0000;
  border: 1px solid #FD0000 !important;
}
.contact-section input[type="submit"]:focus{
  outline: none !important;
  color: #ffff !important;
  background-color: #FD0000;
  border: 1px solid #FD0000 !important;
}
.contact-section .spacer{
  grid-column: span 1 !important;
}
.contact-section #field_submit{
  grid-column: span 6 !important;
}
.contact-section .gfield--type-radio{
      display: flex !important;
    align-items: center !important;
}
.contact-section .gform_wrapper.gravity-theme .gform_fields{
  grid-row-gap: 30px !important;
}

.contact-section .validation_message{
  background: transparent !important;
  border: None !important;
  padding: 0 !important;
  color: #FD0000 !important;
}

.ginput_container_multiselect,
.ginput_container_select2Wrap .ginput_container_select {
    position: relative;
}
.ginput_container_select2Wrap .ginput_container_select select {
    opacity: 0;
}
.ginput_container_select2Wrap .ginput_container_select .select2-container {
    position: absolute;  
    bottom: 0;
    height: 34px;
    font-family: "Roobert-light", Sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 19px !important;
    line-height: 1.2em !important;
    color: #000000 !important;
    display: flex;
    align-items: center;

    border-bottom: 1px solid #B5B5B5 !important;
    background: url('imgs/arrowforwardcopy.svg') center right 10px no-repeat !important;
}
span.select2-selection.select2-selection--single {
    width: 100%;
    display: block;
}
span.selection {
    width: 100%;
}

input.select2-search__field {
    border: none !important;
    background: transparent !important;
    width: 100% !important;
}
 input.select2-search__field:focus {
    outline: none !important;
}



span.select2-results ul {
  background: #F7F7F7;
  padding: 10px;
  border-radius: 0 0 9px 9px;
  border: 1px solid #FD0000;
  list-style: none;
  margin-top: -9px;
  
}

span.select2-results ul li{
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px; cursor: pointer;
}
span.select2-results ul li:last-child{margin-bottom: 0;}
span.select2-results ul li::before {
  content: '';
  position: absolute;
  left: 2px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 0;
}
span.select2-results ul li::after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 4px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FD0000;
  z-index: 1;
}
span.select2-results ul li[aria-selected=true]::before{
  border: 1px solid #FD0000;
}
span.select2-results ul li[aria-selected=true]::after{
 opacity: 1;
}


.ginput_container.ginput_container_consent {
  margin-top: 15px;
}
.contact-section .gfield--type-consent .gfield_label.gform-field-label {
  display: none;
}

.contact-section .gform_wrapper.gravity-theme input#input_2_13_1 {
  opacity: 0;
}
#field_2_13 .gfield_consent_label {
  padding: 0 !important;
  position: relative;
  padding-left: 10px !important;
  font-size: 14px;
  line-height: 18px;
  color: #000000 !important;
  font-family: 'Roobert-regular' !important;
  font-weight: 400 !important;
  max-width: 210px;
}

#field_2_13 .gfield_consent_label a {
  color: #B5B5B5;
}

#field_2_13 .gfield_consent_label::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  background: #fff;
}
#field_2_13 .gfield_consent_label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  position: absolute;
  top: 10px;
  left: -15px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}

#field_2_13 input#input_2_13_1:checked + label::after {
  opacity: 1;
}


.customStyleTerm h5 {
  font-family: "Roobert-regular", Sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 25px;
  margin-top: 30px;
}

.accContent a,
.customStyleTerm a{
  color:#b5b5b5
}
.accContent a:hover,
.customStyleTerm a:hover{
  color:#FD0000
}

.PlacedCookies  summary.e-n-accordion-item-title {
    padding-right: 40px;
    position: relative;
    column-gap: 0;
}

.PlacedCookies  summary.e-n-accordion-item-title[aria-expanded=true]{
  border-bottom-color: transparent !important;
}



.PlacedCookies summary.e-n-accordion-item-title span.e-n-accordion-item-title-icon {
    position: absolute;
    right: 0;
    top: 50% !important;
    transform: translateY(-50%);
}
.PlacedCookies  span.e-n-accordion-item-title-header {
    width: 100%;
}
.PlacedCookies  .e-n-accordion-item-title-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.PlacedCookies summary.e-n-accordion-item-title:hover span.firstSpan{
  color: #FD0000;
}
.PlacedCookies summary.e-n-accordion-item-title:hover .e-n-accordion-item-title-icon .e-closed svg path{
   fill: #FD0000;
}
span.checkRad {
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    position: relative;
}
span.checkRad::after {
  opacity: 0;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FD0000;
}
.PlacedCookies summary.e-n-accordion-item-title:hover span.checkRad{border: 1px solid #FD0000;}
.PlacedCookies  summary.e-n-accordion-item-title[aria-expanded=true] span.checkRad::after,
.PlacedCookies summary.e-n-accordion-item-title:hover span.checkRad::after{opacity: 1;}


.customStyleTerm p, .customStyleTerm ul{
  margin-bottom: 30px;
}
.customStyleTerm ul li::marker{ font-size: 20px;}

.customStyleTermNew ul li{
  margin-bottom: 25px;
}


.poupImgSlider .elementor-widget-container {
    position: relative;
}
.poupImgSlider .elementor-widget-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 30%;
    z-index: 1;
    background-image: linear-gradient(to right, #202020, transparent);
    -webkit-background-image: linear-gradient(to right, #202020, transparent);
}

.poupImgSlider .elementor-widget-container::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%;
    z-index: 2;
    background-image: linear-gradient(to right, transparent, #202020);
    -webkit-background-image: linear-gradient(to right, transparent, #202020);
}

.field_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.formHalf {
    width: 48.5%;
}
.fildStyle, .valSow {
  width: 100% !important;
    height: 50px;
    padding: 11px 15px !important;
    background: #F7F7F7 ;
    border-radius: 5px !important;
    border: 1px solid transparent !important;
    font-family: "Roobert-regular", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left !important;
}
.fildStyle:focus-visible{
  border: 1px solid #e4e3e3 !important;
      outline: none !important;
}
textarea.fildStyle { height: 100px; resize: none;}

.submit{
  display: flex;
  justify-content: flex-end;
}


.submit .fildStyle {
    width: 70%;
    height: 70px;
    padding: 11px 15px !important;
    background: transparent;
    border-radius: 5px !important;
    border: 1px solid #000000 !important;
    color: #000000;
    font-family: "Roobert-regular", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center !important;
}

.submit .fildStyle:hover {
    background: #FD0000 !important;
    border: 1px solid #FD0000 !important;
    color: #fff;
}

.customRadio{
  padding-top: 14px;
}

.formFull {
    width: 100%;
}
label.lblTag{
  font-family: "Roobert-regular", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #B5B5B5;
  margin-bottom: 10px;
  display: block;
}

label.lblTag.lblTagMul {
    min-height: 40px;
}


label.lblTag span{ color: #FD0000;}


label.lblTag a{ color: #FD0000; text-decoration: underline; text-underline-position: under;}
label.lblTag a{ color: #000; text-decoration: underline; text-underline-position: under;}


.customRadio{
  position: relative;
}
.radioStyle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0 !important;
    position: absolute;
    z-index: 2;
    opacity: 0;
}
.customRadio label.lblTag{ padding-left: 35px; position: relative;}
.customRadio label.lblTag::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
}
.customRadio label.lblTag::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;background: #FD0000;
    opacity: 0;
    visibility: hidden;
}


.radioStyle:checked + label.lblTag::before {
  border: 1px solid #FD0000;
}
.radioStyle:checked + label.lblTag a {
  color: #FD0000;
}


.radioStyle:checked + .error + label.lblTag::after,
.radioStyle:checked + label.lblTag::after {
  opacity: 1;
    visibility: visible;
}


.form-success-message h1 {
    font-size: 90px;
    line-height: 90px;
    text-align: center;
    margin: 0 0 60px 0;
}
.form-success-message h6 {
    font-size: 40px;
    line-height: 50px;
    color: #000;
    font-weight: 400;
    margin: 0;
    font-family: "Roobert-regular", Sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
.form-success-message p {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    text-align: center;
    font-family: "Roobert-regular", Sans-serif;
  }
.form-success-message a {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Roobert-regular", Sans-serif;
    max-width: 340px;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid;
    margin: 100px auto 0 auto;
}
.form-success-message a:hover {
  background: #FD0000;
    color: #fff;
    border: 1px solid #FD0000;
}


.multiDropList,
.dropList {
    padding: 15px;
    background: #fff;
    border: 1px solid #FD0000;
    border-top-color: transparent;
    border-radius: 0 0 7px 7px;
    display: flex;
    flex-direction: column;
    row-gap: 20px; width: 100%;
}

.valSow.dropSt.ad {
    border: 1px solid #FD0000 !important;
    border-bottom-color: transparent !important;
    border-radius: 5px 5px 0 0 !important;
}



.radioContainer span i {
    display: none;
}
.radioContainer {
    position: relative;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #000;
    padding-left: 30px;
    display: flex;
}
.radioContainer input[type="checkbox"],
.radioContainer input[type="radio"] {
    position: absolute;
    left: 0 !important;
    opacity: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
}
span.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 1;
    border: 2px solid #000;
}
span.checkmark::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #FD0000;
    visibility: hidden;
    opacity: 0;
    border-radius: 50%;
}
.radioContainer input[type="checkbox"]:checked + span + span.checkmark,
.radioContainer input[type="radio"]:checked + span.checkmark {
    border: 2px solid #FD0000;
}
.radioContainer input[type="checkbox"]:checked + span + span.checkmark::after,
.radioContainer input[type="radio"]:checked + span.checkmark::after {
    visibility: visible;
    opacity: 1;
}
.dropSelect{
  position: relative;
}
.multiDropListParent,
.dropListParent {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
}


.multiDropList .radioContainer {
    width: 48%;
}
.multiDropList {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

label.error {
    font-size: 13px;
    color: red;
}
label#company-error {
    position: absolute;
    bottom: -40px;
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    border-radius: 15px;
}
.cutomButton span {
    padding-right: 25px;
    margin-right: 7px;
    background: url('https://swissto12.com/wp-content/uploads/2024/10/Group-9687.svg') top 5px right 0px no-repeat;
}

.valSow.dropSt:empty::before {
    content: 'Please select';
}



.space-main-cont {
    position: relative;
    height: 723px;
    border-radius: 10px;
    overflow: hidden;
}
.scrolleffect, 
.scrolleffecthome {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 15px;
}

.sldImg{
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    bottom: -70px;
    object-fit: cover;
    object-position: center center;
}

.vMboleImg,
.sldImg.sldImgMob{ display:none; }


.vewportHomeSliderSection {
    position: absolute;
    bottom: 0;
}


.space-main-cont p {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    font-family: "Roobert-regular", Sans-serif;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
    color: #fff;
    width: 100%;
    max-width: 732px;
}
.slideBotomCintent {
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 55px;
    z-index: 1;
    column-gap: 50px; align-items: flex-end;
}

.slideBotomCintent h3 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 500;
    font-family: "Roobert-medium", Sans-serif;
    color: #fff;
    margin: 0;
}
.slideBotomCintent h3 span{
    
    display: block;
}


.slideBotomCintent .col-1 {
    width: 60%;
}
 .slideBotomCintent .col2 {
    width: 48%;
}
.slideBotomCintent .col2 {
    display: flex;
    justify-content: flex-end;
}

a.slideBtn {
    border-radius: 10px;
    width: 100%;
    height: 130px;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    font-family: "Roobert-regular", Sans-serif;
    transition: all 0.3s ease-in-out;
    column-gap: 20px;
    /* align-items: center; */
}

a.slideBtn:focus-within,
a.slideBtn:focus,
a.slideBtn:active,
a.slideBtn:hover {
  border: 1px solid #FD0000 !important;
  background: #FD0000 !important;
  opacity: 1 !important;
}
a.slideBtn  img{
  width: 20px !important;
  height: 20px !important;
}



.imgOpacity{
  opacity: 0.1 ;
  transition: all ease-in-out 800ms;
}
.imgOpacity.show{
  opacity: 1 ;
  transition: ;
}
.imgOpacity2{
  opacity: 0.1 ;
  transition: all ease-in-out 1500ms;
}
.imgOpacity2.show{
  opacity: 1 ;
  transition: ;
}
.imgOpacity3{
  opacity: 0.1 ;
  transition: all ease-in-out 2000ms;
}
.imgOpacity3.show{
  opacity: 1 ;
  transition: ;
}

.progressBarContainer.drakbg div span.progressBar {
    background-color: #353535;
}
.progressBarContainer.drakbg .item .bar-txt {
    color: #fff;
    opacity: 0.5;
    font-size: 20px;
    line-height: 24px;
}
.progressBarContainer.drakbg .item .bar-txt sup {
    color: #fff;
    opacity: 0.5;
    display: block;
}
.progressBarContainer.drakbg div span.progressBar .inProgress {
    background-color: #FD0000;
}
.speak-btn2 a:hover path {
    fill: #000;
}

.toggleRead .elementor-heading-title{ 
  position:relative;
  padding-right: 15px;
  cursor: pointer;
 }
 .toggleRead .elementor-heading-title:hover{ 
  color: #FD0000 !important;
 }
.toggleRead .elementor-heading-title::before {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 8px;
    height: 2px;
    background: #fff;
}
.toggleRead.toggleReadN  .elementor-heading-title::after,
.toggleRead.toggleReadN .elementor-heading-title::before {background: #000;}


.toggleRead .elementor-heading-title::after {
    content: '';
    position: absolute;
    top: 9px;
    right: 3px;
    width: 2px;
    height: 8px;
    background: #fff;
}
.toggleRead .elementor-heading-title:hover::before,
.toggleRead .elementor-heading-title:hover::after {
    background: #FD0000;
}
.toggleRead.expand .elementor-heading-title::after { opacity:0; }


.expandDirector .elementor-button-icon,
.toggleReadnew .elementor-button-icon {
  transition: all ease 300ms;
}

.expandDirector.expand .elementor-button-icon{
  transform: rotate(180deg);
}


 .toggleReadnew.expand .elementor-button-icon {
  transform: rotate(180deg);
  margin-top: -3px;
  margin-bottom: 3px;
}


.expandDirector a:hover,
.toggleReadnew a:hover {
  border-color: #fd0000 !important;
  background: #fd0000 !important;
}
.expandDirector a:hover svg path,
.toggleReadnew a:hover svg path{
  fill: #fff !important;
}

.footerSocial .elementor-icon svg path{ transition:all ease 300ms; }
.footerSocial .elementor-icon:hover svg path{
  fill: #FD0000;
}

.pro-sec-inner{transition: all 0.4s ease-in-out;}

.pro-sec .pro-sec-inner .blendWrap a {
  transition: all 0.4s ease-in-out;
  background-color: #f7f7f7;
  display: block;
}
.pro-sec-inner:hover,
.pro-sec .pro-sec-inner:hover .blendWrap a {
    background-color: #FD0000 !important;
}

.memContentBox {
    position: absolute;
    left: 0;
    z-index: 1;
    bottom:0;
    transition: all ease 500ms;
    opacity: 0;
    visibility: hidden;
}
.memContentBox.expand{
  opacity: 1;
    visibility: visible;
}

.downbutton .elementor-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.downbutton .elementor-icon-wrapper:hover {
    background: #fff;
}


.hamming-slider ul.slick-dots,
.space-slider ul.slick-dots {
    bottom: -62px;
    display: flex;
    justify-content: space-between;
    column-gap: 14px;
}

.hamming-slider ul.slick-dots li,
.space-slider ul.slick-dots li {
    width: 25% !important;
    margin: 0 !important;
    height: 30px !important;
    background: transparent !important;
}

.hamming-slider ul.slick-dots li button,
.space-slider ul.slick-dots li button {
    width: 100% !important;
    height: 30px;
    padding: 0 !important;
    margin: 0 !important;
    display: none;
}


.swiper-pagination-bullet.swiper-pagination-bullet-visited i {  
  background: #FD0000;
}

.swiper-pagination-bullet i::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  
}

.boxSupStyle span{
    font-weight: 400;
    font-size: 18px;
    line-height: auto;
    font-family: "Roobert-regular", Sans-serif;
}


.swiper-pagination-bullet.swiper-pagination-bullet-active h3 {color: #fff;}
.swiper-pagination-bullet b,.swiper-pagination-bullet i{bottom:0;height:2px;left:0;border-radius:10px;position:absolute}
.swiper-pagination-bullet,.swiper-pagination-bullet-active{background-color:transparent}
.swiper-container{width:100%;margin:0 auto;position:relative;border-radius:15px}
.swiper-wrapper{width:100%}
.swiper-pagination{display:flex;justify-content:space-between;column-gap:34px;position:relative;top:unset!important;bottom:unset!important}
.swiper-slide img{width:100%;display:block;border-radius:15px }
.swiper-pagination-bullet{padding-top:40px;position:relative;width:20%;height:auto;text-align:left;border-radius:0;opacity:1;margin:0!important}
.swiper-pagination-bullet em{font-size:15px;line-height:28px;font-weight:700;letter-spacing:-.38px;color:#111}
.swiper-pagination-bullet i{z-index:1;width:100%;background-color:#353535}
.swiper-pagination-bullet b{z-index:2;width:0;background-color:#fd0000}

.swiper-pagination-bullet-active b{  
  animation-name:countingBar;
  animation-duration:5000ms;
  animation-timing-function:ease;
  animation-timing-function: cubic-bezier(0, 0, 1, 1);
 

  /*
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode:backwards*/
}
/*.swiper-pagination-bullet-active b{ 
  transition: width linear;
  width: 100%;
  transition-duration: 5s;
}*/


.careerSwip  .swiper-pagination-bullet i{background-color: #F0F0F0;}

@keyframes countingBar {
      0% {
        width: 0%;
      }
      100% {
        width: 100%;
      }
    }

    /* Safari and older browsers support */
    @-webkit-keyframes countingBar {
      0% {
        width: 0%;
      }
      100% {
        width: 100%;
      }
    }

.swiper-pagination-bullet h3{transition: all 0.2s ease; margin:0!important;font-family:Roobert-regular,Sans-serif;font-size:14px;font-weight:400;color:rgba(255,255,255,.5)}
.swiper-pagination-bullet h3:hover {
  color: #fff;
}
.swiper-pagination-bullet h3 sup{display:none;margin-bottom:11px;top:unset}
.ghg{ position:absolute;left:0;top:30px;right:0}

@media only screen and (max-width:880px){
  .swiper-pagination-bullet h3{font-size: 12px;}
  .swiper-pagination-bullet { padding-top: 56px;}
  .swiper-pagination{column-gap:14px; padding: 0 20px;}
  .ghg{top:40px}
}

.careerSwip  .swiper-pagination-bullet {
  width: 33.33%;
}
.careerSwip  .swiper-pagination-bullet.swiper-pagination-bullet-active h3 {
  color: #fd0000;
}
.careerSwip  .swiper-pagination-bullet h3:hover {
  color: #000;
}
.careerSwip .swiper-pagination-bullet h3 {
  color: #B5B5B5;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  transition: all 0.2s ease;
}
.careerSwip .swiper-pagination-bullet h3::after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 8px;
  height: 8px;
  background: url('https://swissto12.com/wp-content/uploads/2024/12/Vector-1.svg') no-repeat center center;
  transition: all 0.2s ease;
}

.careerSwip .swiper-pagination-bullet.swiper-pagination-bullet-active h3::after{
  background: url('https://swissto12.com/wp-content/uploads/2024/12/Vector-2.svg') no-repeat center center;
}

.careerSwip  .swiper-pagination-bullet h3:hover::after {
  background: url('https://swissto12.com/wp-content/uploads/2024/12/Vector-3.svg') no-repeat center center;
}


.filterNone-section{
  width: 20%;
}
.filterNone-section .filter-activecls {width: 100%;transition: 0.3s ease-in-out;}

.second-level-category-customize {
    padding: 25px 32px;
    margin-top: 0;
    border-radius: 0 0 10px;
}
.second-level-category-customize ul.second-level-filter {
    flex-direction: column;
}
.second-level-category-customize  ul.second-level-filter li{ position:relative; }
.second-level-category-customize  ul.second-level-filter li label {
    padding: 0 0 0 25px;
    border: none;
    border-radius: 0;
}

.second-level-category-customize li input[type="radio"]:checked ~ label {
    background: none !important;
    border: none !important;
}

.second-level-category-customize ul.second-level-filter li label::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.second-level-category-customize  li input[type="radio"]:checked ~ label::before {
    border: 1px solid #FD0000;
}
.second-level-category-customize  li input[type="radio"]:checked ~ label::after {
   opacity: 1;
}
.second-level-category-customize ul.second-level-filter li label::after {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 10px;
    background: #FD0000;
    opacity: 0;
}
.filterNone-section .filter-activecls.active-filters:hover,
.filterNone-section .filter-activecls.active-filters {
    background: #FD0000;
    border: 1px solid #FD0000;
    border-radius: 5px 5px 0 0;
    background-image: url('https://swissto12.com/wp-content/uploads/2024/11/arrow_forward-2.svg');
    background-repeat: no-repeat;
    background-position: center right 15px; transition: 0.3s ease-in-out;
}

.filterNone-section .filter-activecls:hover{
  background: #FD0000;
  background-image: url('https://swissto12.com/wp-content/uploads/2024/11/arrow_forward-2.svg');
  border: 1px solid #FD0000;
  color: #fff;border-radius: 5px;
  background-repeat: no-repeat;
    background-position: center right 15px; transition: 0.3s ease-in-out;
}


.filter-activecls.active-filters span.show-filter {
    text-transform: capitalize;
}











/* strat responsive  */


@media (min-width: 1201px) and (max-width: 1400px) {
  .fooMainTitle h2{
    font-size: 225px !important;
  }

  .paddingUpadte{
    padding-left: 50px;
    padding-right: 50px;
  }
}


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

.image-sld-wrap .e-n-carousel.swiper.offset-both {
    padding-inline-end: 470px !important;
    padding-inline-start: 470px !important;
}

.image-sld-wrap.image-sld-wrapMCK .e-n-carousel.swiper.offset-both {
    padding-inline-end: 700px !important;
    padding-inline-start: 700px !important;
}


.hummingpgeTabSlider .tabs .mnTilte,,
.careerpgeTabSlider .tabs .mnTilte, .homepgeTabSlider .tabs .mnTilte {
    font-size: 50px;
    line-height: 70px;
}
.tab-sec1 .tab-sec1-left iframe {
    height: 770px !important;
}

.space-img {
    max-width: 372px !important;
    width: 372px !important;
   
}


.slideBotomCintent {
    left: 30px;
    right: 30px;
}


.image-sld-wrap .swiper-slide img{
  height: 400px !important;
}


.memberSlide .elementor-loop-container.offset-both {
  padding-inline-end: 100px;
  padding-inline-start: 100px;
}



}




@media (min-width: 1200px) and (max-width: 1600px) {


}


@media (min-width: 1025px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 1024px) {
 
  .ino-sec h5.elementor-heading-title {
    font-size: 30px !important;
    line-height: 1.2em !important;
  }
  
  .tab-sec1-right {
    position: relative;
    top: -20px;
  }
  .tab-sec1-right p {
    margin-bottom: 25px;
  }
  .tab-sec1 .tabs li {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .tab-sec1 .tabs {
    width: 46%;
  }
  .tab-sec1 .progress-container {
    margin-left: -8px;
    height: 145px;
  }
  .tab-sec1 .tab-contents {
    margin-top: -200px;
  }
  .tab-sec1 .tab-content {
    gap: 0 60px;
  }
  .tab-sec1 .about-btn {
    padding: 25px 0;
    font-size: 22px;
    width: initial;
    display: inline-block !important;
    padding: 20px 80px;
  }
  .tab-sec1 .tab-content p {
    font-size: 22px;
    line-height: 1.4;
    top: 0;
  }
  .tab-sec1 .tab-contents {
    margin-top: -170px;
  }


a.slideBtn {
    
    height: 110px;
    font-size: 20px;
}
.space-slider .progressBarContainerhome {
    padding: 0 15px;
}

.homepgeTabSlider .tabs {
    width: 47%;
}



}





@media (max-width: 1440px) {

#elementor-popup-modal-8009 .dialog-close-button {
    width: 48px;
    height: 48px;
}


.image-sld-wrap .e-n-carousel.swiper.offset-both {
    padding-inline-end: 390px !important;
    padding-inline-start: 390px !important;
}


.space-main-cont {
  height: 690px;
}

.PuScrollBoxInner {
  height: 690px;
}


}





@media (max-width: 1366px) {
.hummingpgeTabSlider .tabs .mnTilte {
    font-size: 60px;
    line-height: 70px;
}


.foursidePadding{
  padding: 70px 50px !important;
}

.topBottomPadding{
  padding: 70px 0 !important;
}




}




@media (max-width: 1200px) {




.space_cont {
    height: 550px;
}

.freq-container .tab-sec1 .tab-contents p {
    font-size: 21px;
    line-height: 33px;
}

.field_row {
    flex-direction: column;
    margin: 0;
    row-gap: 25px;
}
 .formHalf {
    width: 100%;
}


ul.filter-category-name li {
  font-size: 16px;
  line-height: 24px;
}

.hr-line {
  height: 1px;
 
}
ul.second-level-filter li label {
    padding: 23px 44px;
}

ul.second-level-filter li label {
    padding: 23px 44px;
}

fieldset#field_2_8 {
    grid-column: span 12;
}
.contact-section #field_submit {
    grid-column: span 12 !important;
}
.contact-section .spacer {
    display: none;
}

.ginput_container.ginput_container_radio {
    width: 100%;
}


.hme-subscribe .ginput_container {
  width: 265px;
}
.homepgeTabSlider .tab-content {
    gap: 0 70px;
}


.hummingpgeTabSlider .tabs .mnTilte,
.careerpgeTabSlider .tabs .mnTilte,
.homepgeTabSlider .tabs .mnTilte {
  
    top: -100px;
}



.hummingpgeTabSlider .tab-sec1-right,
.careerpgeTabSlider .tab-sec1-right,
.homepgeTabSlider .tab-sec1-right {
    padding-top: 180px;
}

.tab-sec1 .tab-sec1-left iframe {
    height: 600px !important;
}


.space-main-cont {
    height: 750px;
}

.hamming-slider .space-main-cont,
.PuScrollBoxInner{
  height: 700px;
}
.tab-sec1 .tab-content p {
    font-size: 25px;
    line-height: auto;
}
.tab-sec1 .about-btn {
    padding: 40px 0;
}

.header-button .elementor-button-icon {
  width: 30px !important;
  height: 30px !important;
  padding: 10px !important;
}
.header-button .elementor-button-icon svg {
  width: 10px;
}

.hummingpgeTabSlider  .tab-outer, .careerpgeTabSlider .tab-outer, .homepgeTabSlider .tab-outer {
    position: absolute;
    top: 80px;
}




.foursidePadding{
  padding: 60px 50px !important;
}

.topBottomPadding{
  padding: 60px 0 !important;
}

.tab-sec1 .tab-sec1-right,
.tab-sec1 .tab-sec1-left {
    height: 650px;
}

.image-sld-wrap .e-n-carousel.swiper.offset-both {
    padding-inline-end: 300px !important;
    padding-inline-start: 300px !important;
}

.single-post .page-content .e-con.e-parent {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.memberSlide .elementor-loop-container.offset-both {
  padding-inline-end: 160px;
  padding-inline-start: 160px;
}






}




@media (max-width: 1125px) {

.is-menuActiveWrap  #e-n-menu-content-1621,
.is-menuActiveWrap  #e-n-menu-content-1622,
.is-menuActiveWrap  #e-n-menu-content-4943,
.is-menuActiveWrap  #e-n-menu-content-4942,
.is-menuActiveWrap  #e-n-menu-content-4941 {
  display: block !important;
}
.header::after {
    height: 530px;
}


}



@media (max-width: 1024px) {

.header.stickyActive .e-con-inner {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}


.customStyleTerm h5 {
    font-size: 25px;
    line-height: 29px;
}

.PlacedCookies  summary.e-n-accordion-item-title {
    padding-right: 34px;
}

.contact-section .gform-field-label {
    padding-bottom: 6px !important;
    font-size: 16px !important;
}
.ginput_container_select2Wrap .ginput_container_select .select2-container {
    font-size: 20px !important;
}
.space-cat-child .elementor-icon-list-items {
    column-gap: 10px;
}
.image-card .elementor-image-box-content {
    padding: 30px 20px 90px 20px !important;
}

.newsrooom-pst-title h3 {
  font-family: "Roobert-regular", Sans-serif;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 0;
}
.content-inner-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
}
.content-inner-wrapper .content-lst-image {
  width: 33%;
}
.content-inner-wrapper .right-content-inner {
  width: 60%;
}
.load-more-wrapper button {  
  padding: 40px 10px;
  border-radius: 10px;
}
.content-inner-wrapper {
  margin-bottom: 40px;     gap: 42px;

}
.load-more-wrapper {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-bottom: 0;
    border-bottom: 1px solid #000000;
}
.pst-cnt .red-blockquote, .pst-cnt .black-blockquote {
    font-size: 25px;
    line-height: 35px;
}
.pst-cnt .red-blockquote {
    padding: 45px 50px;
}
.pst-cnt .wp-block-group.above-footer-sec h2.wp-block-heading {
    font-size: 30px;
    margin-bottom: 30px;
}
.pst-cnt .wp-block-group.above-footer-sec {
    padding: 40px 30px;
}

.memberSlide .elementor-swiper-button{ display:none !important; }

ul.filter-category-name {width: 100%;}

ul.filter-category-name img {margin-right: 7px;}

.tab-sec1 .tab-content p {
    font-size: 22px;
    line-height: 1.4;
}
.hummingpgeTabSlider .tabs .mnTilte{
    font-size: 31px;
    line-height: 40px;
    top: -70px;
}
.hummingpgeTabSlider .tabs ul, .careerpgeTabSlider .tabs ul, .homepgeTabSlider .tabs ul {
    column-gap: 10px;
}
.filterNone-section {
    width: 200px;
}

.poupMenuright{ padding-left: 60px !important; }

.header::after {
  height: 470px;
}

.tab-sec1 .tab-sec1-right,
.tab-sec1 .tab-sec1-left {
    height: 550px;
}

.commonPageMargin{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.foursidePadding{
  padding: 50px 30px !important;
}
.lftRightPadding{
  padding: 0 30px !important;
}
.lftRightPadding2{
  padding-left:  30px !important;
  padding-right:  30px !important;
}

.topBottomPadding{
  padding: 60px 0 !important;
}

 .image-sld-wrap .e-n-carousel.swiper.offset-both {
    padding-inline-end: 200px !important;
    padding-inline-start: 200px !important;
}

.hummingpgeTabSlider .tabs .mnTilte,
.careerpgeTabSlider .tabs .mnTilte,
.homepgeTabSlider .tabs .mnTilte {
    font-size: 50px;
    line-height: 70px;
    top: -100px;
}

.slideBotomCintent {
    bottom: 35px;
}

.space-main-cont {
    height: 525px;
}

.space-main-cont p {
    font-size: 22px;
    line-height: 30px;;
    top: 30px;
    left: 30px;
    width: 93%;
    max-width: unset;
}
.tab-sec1 .about-btn {
    padding: 31px 0;
    border-radius: 10px;
}
/*.content-lst-image img {
    height: 372px;
}*/
.memberSlide .elementor-loop-container.offset-both {
  padding-inline-end: 220px;
  padding-inline-start: 250px;
}


.newSliderleft {
  padding: 40px ;
}
.slideBotomCintent h3 {
  font-size: 40px;
}

.sldImg {
    top: 0px;
    bottom: -30px;
}
.hme-subscribe .ginput_container {
    width: 365px;
}  

.lftRightPadding.padd10px{
  padding: 0 10px !important;
}
.foursidePadding.padd10px{
  padding: 50px 10px !important;
}
.newSliderleft,
.newSliderright img.imgDeskC {
  height: 420px;
}
.hamming-slider .space-main-cont, .PuScrollBoxInner {
  height: 525px;
}
.swiper-pagination-bullet {
  padding-top: 25px;
}
.ghg {
  top: 17px;
}
.newSliderleft p {
  font-size: 16px;
  line-height: 20px;
}
.sldImg {
  border-radius: 10px;
}
.lftRightPadding.hmfrd, .lftRightPadding.abCou, .video-home.lftRightPadding {
  padding: 0 10px !important;
}
.logsect img {
  width: 40px !important;
}
.downbutton svg {
  width: 35px;
  height: 35px;
}
.logsect {
  margin-bottom: 20px;
}
.hidedivsection p, .tembottomSection h4 {
  font-size: 15px;
  line-height: 19px;
}
.content-lst-image img {
  height: 300px;
}
.read-more-btn {
  padding: 20px 0;
}
.content-inner-wrapper .right-content-inner{ min-height: 300px;}
.newsrooom-pst-title h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.contact-section #field_submit {
  grid-column: span 6 !important;
}

#field_2_13 .gfield_consent_label {
  max-width: 100%;
}
#field_2_13 .gfield_consent_label::after {
  top: 7px;
}
#field_2_13 .gfield_consent_label::before {
  top: 3px;
}
.horizon-line {
  margin-top: 20px;
  margin-bottom: 20px;
}
.aboutBordOfDerictor summary.e-n-accordion-item-title {

  padding-left: 30px;
  padding-right: 30px;
}

}



@media (max-width: 992px) {
.hme-subscribe .ginput_container {
    width: 100%;
}


.careerpgeTabSlider .tabs .mnTilte,
.homepgeTabSlider .tabs .mnTilte {
    font-size: 40px;
    line-height: 60px;
    top: -80px;
}


.e-n-menu-title-text {
  padding: 10px !important; 
}






}






@media (max-width: 880px) {
.filter-activecls {
  width: 150px;
  font-size: 16px;
}


ul.filter-category-name li {
    font-size: 15px;
    idth: 180px;
}


.content-filter-heading {
  font-size: 25px;
  line-height: 30px;
}
.content-filter-heading h6,
.content-filter-heading span {
  font-size: 16px;
/*  right: -30px;*/
}

.read-more-btn {
   
    padding-top: 20px;
    padding-bottom: 20px;
}
.newsroom-author p {
    font-size: 16px;
}

.read-more-btn a {
    height: 48px;
    width: 48px;
}

.hr-lght-line {
  height: 1px;
}


.careerpgeTabSlider .tab-content,
.homepgeTabSlider .tab-content {
    gap: 0 40px;
}
.careerpgeTabSlider .tab-sec1-right ,
.homepgeTabSlider .tab-sec1-right {
    padding-top: 190px;
}
.hummingpgeTabSlider .tabs .modify-progress-container span i,
.careerpgeTabSlider .tabs .modify-progress-container span i, 
.homepgeTabSlider .tabs .modify-progress-container span i {
    display: block;
}
ul.filter-category-name li label {
    padding: 0 9px;
}

.breadcrumb-header ul li:last-child span {
    width: 275px;
}


.content-lst-image img {
    height: 321px;
}

.memberSlide .elementor-loop-container.offset-both {
  padding-inline-end: 180px;
  padding-inline-start: 180px;
}
.newSliderleft {
  padding: 70px 20px 40px 20px;
}
.newSliderbtn {
  left: 20px;
}




}

@media (max-width: 767px) {
  .knldge-loop-con .transBg .elementor-icon:hover svg path,
.cmdBtnss:hover svg path,
.read-more-btn a:hover svg path,
.cbtnHStylebl .elementor-button-icon:hover svg path, 
.cbtnHStyle .elementor-button-icon:hover svg path {
  fill: #000 !important;
}

.cmdBtnss .elementor-icon-wrapper:active,
.cmdBtnss .elementor-icon-wrapper:focus,
.cmdBtnss .elementor-widget-container:active,
.cmdBtnss .elementor-widget-container:focus,
.cmdBtnss:active, 
.cmdBtnss:focus {
  outline: none !important;
  border: none !important;
  background-color: transparent !important;

}

    
.cmdBtnss{
  cursor: pointer;
}
.cmdBtnss .elementor-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease 300ms
}
.cmdBtnss:focus .elementor-icon,
.cmdBtnss:active .elementor-icon,
.cmdBtnss:hover .elementor-icon {background: #B5B5B5;border-radius: 50%;}

.cmdBtnss svg path{
    transition: all ease 300ms
}
.cmdBtnss:hover svg path{
    fill: #fff;
}


.about_trailblazing .owl-item:nth-child(2n) .horizon-timeline-description, .custom-horizontal-timeline:nth-child(2n) .horizon-timeline-description {
  min-height: 115px;
}


.header.darkbg{
  background-color: #202020 !important;
}

.header.darkbg.stickyActive:before{
  background: #202020 !important;
}
.header.darkbg.stickyActive .stickyLogo img {
  filter: brightness(0) invert(1);
}


.header.stickyActive .e-con-inner {
    padding-top: 5 !important;
    padding-bottom: 5 !important;
}
.header.stickyActive .site-lgo {
  height: 40px;
  width: 40px;
}

.catname_Updates label span,
.catname_Industry.Commentary label span,
.catname_Company.News label span {
  display: none;
}



.customStyleTerm h5 {
  font-size: 16px;
  line-height: 20px;
}
.accContent{
  padding: 20px 10px !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.PlacedCookies  .e-n-accordion-item-title-text {
    column-gap: 20px;
}
.PlacedCookies  .e-n-accordion-item-title-text span:last-child {
    text-align: right;
}



/*.onlyMobileMenu .elementor-menu-toggle {
    padding: 0 !important;
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    z-index: 2;
    background: #fff !important;
}*/
/*.onlyMobileMenu .elementor-menu-toggle.elementor-active {
    background: #fff !important;
    margin-top: -5px;
}*/  

/*.onlyMobileMenu .elementor-menu-toggle .e-font-icon-svg {
    height: 19px;
    width: 19px;
}*/

/*.onlyMobileMenu .elementor-menu-toggle.elementor-active  .e-font-icon-svg {
    fill: #000 !important;
   height: 19px;
    width: 19px;
}*/  

/*.onlyMobileMenu .elementor-menu-toggle .elementor-menu-toggle__icon--open svg {
  width: 45px;
  height: 45px;
}*/
/*.onlyMobileMenu .elementor-menu-toggle .elementor-menu-toggle__icon--open svg rect{  
  height: 1px !important;
}
.onlyMobileMenu .elementor-menu-toggle .elementor-menu-toggle__icon--open svg rect:nth-child(3){  
  height: 2px !important;
}*/

/*.onlyMobileMenu .elementor-nav-menu__container {
  margin: 0 !important;
  position: fixed !important;
  padding: 130px 30px 30px 30px;
  top: 0;

  left: -100%;
  bottom: 0;
  background: #202020;

  max-height: unset !important;
  overflow: unset !important;
  transform: unset !important;
  width: 100%;
  transition: all ease 300ms;
}*/

/*.onlyMobileMenu .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
  animation: unset !important;
  max-height: unset !important;
  transform: unset !important;
  left: 0;
}*/
.site-headerx.darkbg.darkbg_new{
  transition: unset !important;
  background-color: transparent !important;
}
.site-headerx.hide-header.darkbg_new {
  transform: unset;
}

/*.site-headerx.fixed .onlyMobileMenu .elementor-menu-toggle {
    background: #000 !important;
}
.site-headerx.fixed .onlyMobileMenu .elementor-menu-toggle.elementor-active {
    background: #fff !important;
}

.site-headerx.fixed .onlyMobileMenu .elementor-menu-toggle svg:first-child path{
    fill: #fff !important;
}
  
.site-headerx.fixed .onlyMobileMenu .elementor-menu-toggle.elementor-active svg:last-child path{
    fill: #000 !important;
}*/


.header.darkbg.stickyActive:before{
  background: #202020 !important;
}

/*.header.darkbg.stickyActive .onlyMobileMenu .elementor-nav-menu__container {
  top: 77px;
}*/



/*
.onlyMobileMenu ul.elementor-nav-menu a.has-submenu {
    display: flex;
    justify-content: space-between;
    background: transparent !important;
}
.onlyMobileMenu ul.elementor-nav-menu a.has-submenu.highlighted svg path{ display: none;}



.onlyMobileMenu ul.elementor-nav-menu a.has-submenu svg {
  fill: #fff;
  height: 10px;
  width: 10px;
}
.onlyMobileMenu ul.elementor-nav-menu a.has-submenu  span.sub-arrow{
  position: relative;
}
.onlyMobileMenu ul.elementor-nav-menu a.has-submenu  span.sub-arrow::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 1px;
    width: 8px;
    height: 2px;
    background: #fff;
    opacity: 0;
}
.onlyMobileMenu ul.elementor-nav-menu a.has-submenu.highlighted span.sub-arrow::after {
    opacity: 1;
}




.onlyMobileMenu ul.elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown{
  background: transparent !important;
  padding-left: 10px;
}
.onlyMobileMenu ul.elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown a{
  font-weight: 300 !important; padding: 0 !important;
  display: inline-block;
}

.onlyMobileMenu ul.elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown li{
  border: none  !important;
  margin-bottom: 17px;
}
*/

/*.onlyMobileMenu ul.elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown li:last-child{
  margin-bottom: 20px;
}*/


/*.onlyMobileMenu ul.elementor-nav-menu li.current-menu-parent a.has-submenu{
  color: #fd0000 !important;
}*/

/*.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem .sub-menu.elementor-nav-menu--dropdown,
.onlyMobileMenu ul.elementor-nav-menu li.current-menu-parent .sub-menu.elementor-nav-menu--dropdown{
  display: block;
}
.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem a.has-submenu span.sub-arrow::after ,
.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem a.has-submenu.highlighted span.sub-arrow::after {
  opacity: 1;
}
.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem a.has-submenu svg path,
.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem a.has-submenu.highlighted svg path {
  display: none;
}old css*/


/*

.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem.rfProductsMenuItemClose .sub-menu.elementor-nav-menu--dropdown{
  display: block;
}
.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem.rfProductsMenuItemClose a.has-submenu span.sub-arrow::after {
  opacity: 1;
}
.onlyMobileMenu ul.elementor-nav-menu li.rfProductsMenuItem.rfProductsMenuItemClose a.has-submenu svg path{
  display: none;
}

.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.aboutUsMenuItemClose a.has-submenu svg path{
  display: block;
}
.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.aboutUsMenuItemClose a.has-submenu span.sub-arrow::after {
  opacity: 0;
}*/

/*.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.aboutUsMenuItemClose a.has-submenu[aria-expanded=true] span.sub-arrow::after,
.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.aboutUsMenuItemClose a.has-submenu[aria-expanded=false] span.sub-arrow::after {
  opacity: 1;
}*/

/*

.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.current-menu-parent .sub-menu.elementor-nav-menu--dropdown{
  display: block;
}
.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.current-menu-parent a.has-submenu svg path{
  display: none;
}
.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.current-menu-parent a.has-submenu span.sub-arrow::after {
  opacity: 1;
}


.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.current-menu-parent.aboutUsMenuItemClose a.has-submenu span.sub-arrow::after {
  opacity: 0;
}
.onlyMobileMenu ul.elementor-nav-menu li.aboutUsMenuItem.current-menu-parent.aboutUsMenuItemClose a.has-submenu svg path {
  display: block;
}



.onlyMobileMenu ul.elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown li a{
  color: #B5B5B5 !important;
}
.onlyMobileMenu ul.elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown li a.elementor-item-active{
  color: #fd0000 !important;
}

*/

/* start new mobile stye  */

.moblieToggleN{
    cursor: pointer;
}
.moblieToggleN .elementor-widget-container {
  width: 40px;
  height: 40px !important;
  border-radius: 50%;
  background: #fff;
  display: flex;
  row-gap: 3px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lineN {
    transition: all ease 300ms;
  height: 1px;
  width: 16px;
  background: #000;
}

.newMobileSlide{
    position: fixed;
    bottom: 0;
    top: 0 !important;
    left: -125% !important;
    transition: all ease 300ms;
  z-index: -1;
}
.newMobileSlide.openSlide {
  left: 0 !important;
}
.accBordStyle2 .e-n-accordion-item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}
.accBordStyle2 .e-n-accordion-item:first-child::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
}
.accBordStyle2 .e-n-accordion-item::after,
.accBordStyle2 .e-n-accordion-item:first-child::before{
  background: #B5B5B5;
} 
.accBordStyle2 .e-n-accordion-item-title {
  justify-content: space-between;
}

.site-headerx.darkbg_new {
    transform: unset !important;
}
  body.overFlowHidden {
  overflow: hidden !important;
}
.site-headerx.fixed .moblieToggleN .elementor-widget-container {
  background: #000;
}
.site-headerx.fixed .moblieToggleN.toggleClo .elementor-widget-container {
  background: #fff;
}
.site-headerx.fixed .moblieToggleN .lineN {
  background: #fff;
}
.site-headerx.fixed .moblieToggleN.toggleClo .lineN {
  background: #000;
}
  
.moblieToggleN.toggleClo .lineN:nth-child(2) {
  display: none;
} 
.moblieToggleN.toggleClo .lineN:first-child {
  transform: rotate(45deg);
  margin-top:1px;
} 
.moblieToggleN.toggleClo .lineN:last-child {
  transform: rotate(-45deg); margin-top:-4px;
}
.site-headerx.fixed .stickyLogoWhite img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}


.mbRfMenu ul li.current-menu-item a,
.mbAboutMenu ul li.current-menu-item a{
  color:#fd0000 !important; 
}
  
.mbHummingm a:hover,
.mbRfMenu ul li a:hover,
.mbAboutMenu ul li a:hover{
  color:#ffffff !important; 
}

.single-post .site-headerx.darkbg_new .site-lgo img,
.page-id-4379 .site-headerx.darkbg_new .site-lgo img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.single-post .site-headerx .moblieToggleN .elementor-widget-container,
.page-id-4379 .site-headerx .moblieToggleN .elementor-widget-container{
  background: #000;
}
.single-post .site-headerx .lineN,
.page-id-4379 .site-headerx .lineN{
  background: #fff;
}

.single-post .site-headerx.darkbg_new .moblieToggleN .elementor-widget-container,
.page-id-4379 .site-headerx.darkbg_new .moblieToggleN .elementor-widget-container{
  background: #fff;
}
.single-post .site-headerx.darkbg_new .lineN,
.page-id-4379 .site-headerx.darkbg_new .lineN{
  background: #000;
}

/* end new mobile stye  */

.single-post p strong {
  font-weight: 500;
  font-family: 'Roobert-medium', san-serif;
}

 
  .ino-sec h5.elementor-heading-title {
    font-size: 26px !important;
    line-height: 1.2em !important;
  }
 
  .tab-sec1 .tabs {
    width: 100%;
  }

  .tab-sec1 .tab-contents {
    margin-top: 0px;
  }
  .tab-sec1 .tabs li {
    font-size: 26px;
      margin-bottom: 15px;
      line-height: 40px;
  }
  .tab-sec1 .progress-container {
    margin-left: 0px;
    height: 130px;
    margin-top: 14px;
  }
  .tab-sec1 .container {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
  }
  .tab-sec1 .tab-content p {
    font-size: 15px;
      line-height: 1.9;
      top: 0;
      margin-bottom: 30px;
  }
  .tab-sec1 .tab-content.active {
    gap: 0 40px;
  }
  .tab-sec1 .about-btn {
    padding: 25px 0;
      font-size: 20px;
      width: initial;
      display: inline-flex !important;
      padding: 26px 30px;
      gap: 0 12px !important;
      width: 100%;
      border-radius: 10px;
  }
  .tab-sec1 .tab-sec1-right .about-btn svg {
    width: 14px;
    transform: translateY(2px);
  }
 
  .tab-sec1 .tabs ul {
    padding: 0;
  }

  .cat-space-sec .elementor-button {
    padding: 10px!important;
    font-size: 18px!important;
  }
  .cat-space-sec .elementor-button-icon svg {
    font-size: 10px!important;
  }


  a.slideBtn {
      
      height: 84px;
      font-size: 15px;
      border-radius: 10px;
  }
  .space-slider .progressBarContainerhome {
      padding: 0 15px;
  }
  .progressBarContainer .item .bar-txt {
  font-size: 11px;

  color: #B5B5B5;
}
  .space-main-cont p {
    font-size: 16px;
    line-height: 20px;
    top: 20px;
    left: 20px;
    right: 20px;
    max-width: 100%;
    width: auto;
    display: none;
}

.space_cont {
      height: 688px;
  }
  .space-slider .progressBarContainerhome {
      margin-top: 14px;
  }
 .slideBotomCintent {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
} 
  .testi-sec .elementor-swiper-button, 
  .pro-sec .elementor-swiper-button {
      display: none !important;
  }

  .toggleRead .elementor-heading-title::before {
      top: 7px;
  }
  .toggleRead .elementor-heading-title::after {
      top: 2px;
  }

.image-sld-wrap .elementor-swiper-button,
.meetSlider .elementor-swiper-button{ 
/*  display:none !important; */
}
.location-sec .swiper-slide-inner img {
    height: 300px;
}
.img-carousel-career .swiper-slide .swiper-slide-inner:after {

    opacity: 1;
    background: transparent;
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}


.image-sld-wrap .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
    filter: unset;
    transition: all ease 500ms;
    -webkit-transition: all ease 500ms;
}

.image-sld-wrap .swiper-slide.swiper-slide-active {
 
  opacity: 0.3 !important;
  filter: blur(2px);
}


.image-sld-wrap.image-sld-wrap2 .swiper-slide.swiper-slide-active {
   opacity: 1 !important; 
   filter: unset; 
}

.image-sld-wrap.image-sld-wrap2 .swiper-slide.swiper-slide-next {
  opacity: 0.3 !important;
  filter: blur(2px);
}



label.lblTag {
    font-size: 16px;
}
.field_row {
    margin-bottom: 20px;row-gap: 20px;
}


.image-sld-wrap .swiper-slide h2 {
  display: block;
}

.mck-included p::after {
  width: 30px;
  height: 30px;
  font-size: 15px;
  left: -46px;
}

.btn-category-grp {
  /*flex-direction: column;*/
}
ul.filter-category-name img {
    margin-right: 0;
}
.pst-cnt .red-blockquote {
    padding: 45px 20px;
}
.pst-cnt .red-blockquote {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
h2.wp-block-heading.width-wrap {
    margin-bottom: 20px;
    font-size: 21px;
}
.pst-cnt .wp-block-group.above-footer-sec h2.wp-block-heading {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
}

.slideBotomCintent .col2 {
    width: 100%;
}
.tab-sec1 .container{ min-height: auto; }

.hamming-slider ul.slick-dots,
.space-slider ul.slick-dots {
    bottom: -39px;
}
.hamming-slider ul.slick-dots li,
.space-slider ul.slick-dots li {
    height: 17px !important;
}
.titleStyle {
    font-size: 30px;
    line-height: 40px;
}
.PuScrollBoxInner{ height:230px }  
.space-main-cont {
    height: 580px;
}
.progressBarContainer {
    margin-top: 20px;
}
.deskMobileStyleTab .e-n-tabs.e-activated {
    flex-direction: column-reverse;
}
.deskMobileStyleTab .e-n-tabs-heading {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-basis: unset;
    flex-direction: row;
    padding-top: 50px;
    margin-bottom: -120px;
}
.prod-tabs .e-n-tabs-heading {
    margin-right: 40px !important;
}
.deskMobileStyleTab .e-n-tabs-heading button#e-n-tab-title-2161193972 {
    margin-top: 0;
}
#gform_confirmation_message_1 {
    border-radius: 10px;
    padding: 18px 15px;
}
.bookClsBtn  a {
    width: 45px;
    height: 45px;
}
.form-success-message h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 40px 0;
}
.form-success-message h6 {
    font-size: 27px;
    line-height: 40px;
}
.form-success-message p{
    font-size: 18px;
    line-height: 28px;
}
.form-success-message a {
    margin: 50px auto 0 auto;
}


.freq-container .tab-contentss,
.tab-sec1 .tab-content {
    flex-direction: column;
}


.hummingpgeTabSlider .tab-sec1-right, 
.careerpgeTabSlider .tab-sec1-right, 
.homepgeTabSlider .tab-sec1-right {
   padding-top: 140px;
}

.freq-container .tab-sec1 .tab-sec1-left,
.freq-container .tab-sec1 .tab-sec1-right,
.tab-sec1 .tab-sec1-right,
.tab-sec1 .tab-sec1-left {
    width: 100%;
}
.hummingpgeTabSlider .tabs .modify-progress-container span, .careerpgeTabSlider .tabs .modify-progress-container span, 
.homepgeTabSlider .tabs .modify-progress-container span{
  font-size: 13px;
  line-height: 15px;
  margin-top: 12px;
}
.tab-sec1 .tab-sec1-left iframe, .tab-sec1 .tab-sec1-left img {
    width: 100%;
    height: auto;
}
.tab-sec1 .container {
    position: relative;
}
.hummingpgeTabSlider .tab-outer, .careerpgeTabSlider .tab-outer, .homepgeTabSlider .tab-outer {
    margin-bottom: 0;
    position: absolute;
    top: 586px;
}
.careerpgeTabSlider .tabs .mnTilte, .homepgeTabSlider .tabs .mnTilte, .hummingpgeTabSlider .tabs .mnTilte {
    top: 50px;
}


.tab-sec1 .tab-sec1-right {
    height: auto;
}
.tab-sec1 .tab-sec1-right .about-btn{ display:none !important; }





.lftRightPadding.hmfrd,
.lftRightPadding.abCou,
.video-home.lftRightPadding{
  padding: 0 10px !important;
}

.foursidePadding.mLftRgt{
  padding: 60px 10px !important;
}

.content-inner-wrapper .content-lst-image {
    width: 140px;
}
.content-lst-image img {
    height: 140px;
}
.content-inner-wrapper .right-content-inner {
  width: calc(100% - 160px);
  padding-top: 7px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-inner-wrapper {
    margin-bottom: 40px;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
.newsrooom-pst-title h3 {
  font-size: 14px;
  line-height: 18px;
}
.right-content-inner .read-more-btn {
    border: none;
    padding-bottom: 0;
}
.content-inner-wrapper .content-lst-image .icj {
    width: 40px;
}

.right-content-inner .newsroom-info, .right-content-inner .hr-lght-line {
    display: none;
}
.newsroom-info.mobInfo {
    display: block !important;
    margin-bottom: -11px;
}
.newsrooom-pst-title {
    margin-top: -10px;
}
.newsroom-info.mobInfo {
    display: block !important;
}
.right-content-inner .read-more-btn a {
  height: 28px;
  width: 28px;
}
.right-content-inner .read-more-btn svg {
  height: 7px;
  width: 7px;
}



.cat-box .content span {  
    font-size: 9px;
    line-height: 9px;
}
 .cat-box .content {
    padding: 0px 9px;
    border-radius: 5px 0 0 5px;
    height: 35px;
}
    .cat-box .icon {
    padding: 0 9px;
    height: 35px;
}

.slideBotomCintent .col-1 {
    width: 100%;
}
.rmovelistinMobile ul.elementor-nav-menu li {
    display: none;
}
.rmovelistinMobile ul.elementor-nav-menu li:last-child {
    display: block;
}



.vDeskImg, .imgDeskC,
.sldImg.sldImgDesk{ display:none !important; }

.vMboleImg, .imgMobC,
.sldImg.sldImgMob{ display:block !important;  }


.downbutton .elementor-icon-wrapper {
    width: 40px;
    height: 40px;
}


.single-post .page-content .e-con.e-parent .elementor-widget-container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.boxSupStyle span {
  font-size: 14px;
  line-height: 18px;
  margin-left: 5px;
}
.toggleRead .elementor-heading-title::after {
  right: 3px;
  height: 8px;
}
.toggleRead .elementor-heading-title::after {
  top: 4px;
}
.toggleRead .elementor-heading-title::before {
  top: 7px;
}
.toggleRead .elementor-heading-title::before {
  width: 8px;
  height: 2px;
}
.toggleRead .elementor-heading-title {
  padding-right: 0;
}

.commonProSlider .swiper,
.materialSlider .swiper,
.renesaSlider .swiper,
.fosterCitySlider .swiper,
.meetSliderPrevbtn .swiper,
.memberSlide .swiper,
.homtestiSlider .swiper {
  overflow: visible;
}


.commonProSlider .swiper-slide.swiper-slide-next,
.materialSlider .swiper-slide.swiper-slide-next,
.fosterCitySlider .swiper-slide.swiper-slide-next,
.renesaSlider .swiper-slide.swiper-slide-next{
  opacity: 0.3;
  filter: blur(2px);
}


.commonProSlider .swiper-slide.swiper-slide-active, 
.materialSlider .swiper-slide.swiper-slide-active, 
.fosterCitySlider .swiper-slide.swiper-slide-active, 
.renesaSlider .swiper-slide.swiper-slide-active {
  opacity: 1;
  filter: unset;
}



.newSliderleft {
  padding: 40px 20px 40px 20px;
}
.newSliderleft p {
  font-size: 14px;
  line-height: 18px;
}

.newSliderleft h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.newSliderbtn {
  width: 140px;
  height: 40px;
  font-size: 11px;
  bottom: 20px;
  left: 20px;
}

.newSliderleft {
  height: 300px;
}
.newSliderright img {
  height: 300px;
  object-fit: cover;
}


.newSliderImplement.satcomSliderNew ul{ position:unset !important; }

.satcomSliderNew .newSliderleft {
  min-height: 200px;
}



 .customStyleTerm p, .customStyleTerm ul {
    margin-bottom: 15px;
   }

	.customStyleTerm h5{
		margin-bottom:15px;
	}
	
	.offlr20{
		width:calc(100% + 40px);
		margin-left:-20px;
	}

.header.darkbg .site-lgo a img {
  filter: brightness(0) invert(1);
}
.page-id-4379 .elementor-menu-toggle svg circle,
.single-post .elementor-menu-toggle svg circle {
  fill: #000;
}
.page-id-4379 .elementor-menu-toggle svg rect,
.single-post .elementor-menu-toggle svg rect {
  fill: #fff;
}

.aboutBordOfDerictor .e-n-accordion-item-title-icon span svg {
  width: 27px;
  height: 27px !important;
  padding: 8px;
}

.cbtnHStylebl .elementor-button-icon, .cbtnHStyle .elementor-button-icon {
  /*width: 38px;
  height: 38px;
  padding: 7px;*/

    width: 24px;
    height: 24px;
    padding: 3px;
    justify-content: center;
    align-items: center;

}
.knldge-loop-con .transBg .elementor-icon {
  width: 24px;
  height: 24px;
}



.second-level-category-customize {
  padding: 20px;
  border-radius: 0 0 5px 5px;
}
ul.second-level-filter li label {
  font-size: 14px;
  line-height: 14px;
}

.customdots {
  padding: 20px 20px 0 20px; gap: 10px;
}
.customdots h3 {
  font-size: 11px;
  line-height: 11px;
  vertical-align: top;
}
.customdots h3 svg {
  margin-left: 5px;
  width: 5px;
  height: 5px;
}
.customdots h3 {
  width: auto;
}


/*.proBar {
  height: 12px;
}
.proBar::after {
  height: 12px;
}*/

/*.cbtnHStyle .elementor-widget-container.
.cbtnHStylebl .elementor-widget-container{
  transition: unset !important;
}*/




}



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


.memberSlide .elementor-loop-container.offset-both {
  padding-inline-end: 80px;
  padding-inline-start: 80px;
}

}



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







.horizon-timeline-description {
  font-size: 12px;
  line-height: 21px;
}



.location-sec .swiper-slide-inner img {
  height: auto;
}

.videiThumCustomImage {
    top: -10px !important;
    bottom: -10px !important;
}



  .tab-sec1 .tab-content {
    flex-direction: column;
    align-items: center;
    gap: 30px 0 !important;
  }
  .tab-sec1 .tab-sec1-right,
  .tab-sec1 .tab-sec1-left {
    width: 100%;
    text-align: left;
  }
.contact-section #field_submit {
    margin-left: -20px;
    width: 250px;
}

.btn-category-grp {
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}
ul.filter-category-name {
    justify-content: flex-start;
    width: auto;
    gap: 11px;
}
.newsroom-author p {
    font-size: 17px;
}

.newsroom-info ul {
    gap: 18px;
}

ul.filter-category-name li, ul.filter-category-name li.all-c {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    width: 57px;
    height: 57px;
}


ul.filter-category-name li  label{
  padding: 18px 10px;
}


.load-more-wrapper button {
    padding: 30px 10px;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
}

.load-more-wrapper {
  padding-bottom: 30px;
  margin-bottom: 0;
  padding-top: 0 !important;
}



.hme-subscribe .gform-body {
   width: calc(100% - 90px);
}
.hme-subscribe .gform_footer {
    width: 85px;
}


.deskMobileStyleTab .e-n-tabs-heading {
    margin-bottom: -130px;
}
.prod-tabs .e-n-tabs-heading {
    margin-right: 20px !important;
}


.breadcrumb-header ul li:last-child span {
    width: 130px;
}


.hamming-slider .space-main-cont,
.PuScrollBoxInner{
  height: 230px;
}

.homepgeTabSlider .tab-sec1-right {
    padding-top: 130px;
}
.careerpgeTabSlider .tab-sec1-right {
    padding-top: 130px;
}
.hummingpgeTabSlider .tab-sec1-right {
    padding-top: 154px;
  }
.freq-container .tab-sec1 .tab-contents p {
  font-size: 17px;
  line-height: 30px;
}
.freq-container .tab-sec1 .tab-contents p{
  margin-bottom: 0;
}


.tab-sec1 .tabs ul {
    padding: 0 20px;
}

.tab-sec1 .tab-sec1-left {
    height: 230px;
}
.tab-sec1 .tab-sec1-right {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.hummingpgeTabSlider .tab-outer, .careerpgeTabSlider .tab-outer, .homepgeTabSlider .tab-outer {
    top: 260px;
}

.careerpgeTabSlider .tabs .mnTilte, .homepgeTabSlider .tabs .mnTilte, .hummingpgeTabSlider .tabs .mnTilte {
  top: 60px;
}


.image-sld-wrap .e-n-carousel.swiper.offset-both {
    padding-inline-end: 30px !important;
    padding-inline-start: 30px !important;
}

.image-sld-wrap .swiper-slide img {
    height: 230px !important;
}
.hummingpgeTabSlider .tabs .mnTilte, .careerpgeTabSlider .tabs .mnTilte, .homepgeTabSlider .tabs .mnTilte {
    font-size: 37px;
    line-height: 47px; padding-left: 16px;
}
.textMultiLine h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsrooom-pst-title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.memberSlide .elementor-loop-container.offset-both {
  padding-inline-end: 40px;
  padding-inline-start: 40px;
}

.hoverSliderEffect:hover {
    background-color: #fff !important;
}

.hoverSliderEffect:hover h5,
.hoverSliderEffect:hover p{
  color: #000 !important;
}
.hoverSliderEffect:hover img{
  filter: unset;
}
.hoverSliderEffect .elementor-icon{
  opacity: 1;
}
.hoverSliderEffect .elementor-icon svg rect {
    stroke: #000;
}


.image-sld-wrap.image-sld-wrapMCK .e-n-carousel.swiper.offset-both {
    padding-inline-end: 130px !important;
    padding-inline-start: 130px !important;
}

.image-sld-wrap.image-sld-wrapMCK .swiper-slide.swiper-slide-active {
    /* opacity: 1 !important; */
    /* filter: unset; */
    opacity: 1 !important;
    filter: unset;
}
.image-sld-wrap.image-sld-wrapMCK .swiper-slide.swiper-slide-next {
    opacity: 0.3 !important;
    filter: blur(2px);
}

.hamming-slider ul.slick-dots li, .space-slider ul.slick-dots li {
    height: 37px !important;
}
.hamming-slider ul.slick-dots, .space-slider ul.slick-dots {
    bottom: -69px; padding: 0;
}

 
.contact-section .gform-field-label {
    padding-bottom: 6px !important;
    font-size: 16px !important;
}
.contact-section .gform_wrapper.gravity-theme input {
    font-size: 14px !important;
}

fieldset#field_2_13,
fieldset#field_2_8 {
    grid-column: span 7 !important;
}

#field_2_13 .gfield_consent_label {
  padding-left: 7px !important;
  font-size: 11px !important;
  line-height: 15px;
  max-width: 174px;
}
#field_2_13 .gfield_consent_label a {
  color: #fd0000;
}
.ginput_container.ginput_container_consent {
  margin-top: 0; padding-top: 4px;
}
.contact-section #field_submit {
  grid-column: span 5 !important;
  width: 160px;
}
.contact-section #label_2_8_0 {
    padding-left: 10px;
    font-size: 13px !important;
}
.sldImg {
  top: -20px;
  bottom: 0;
}

.hidedivsection p, .tembottomSection h4 {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
}
.tembottomSection h3 {
  font-size: 20px;
}





.slideBotomCintent h3 {
  font-size: 28px !important;
}
.modify-progress-container span {
  font-size: 11px;
}
.modify-progress-container span svg {
  margin-left: 7px;
  width: 6px;
}
.newSliderImplement ul {
  padding: 0 20px;
  gap: 10px;
  
}



.newSliderImplement {
  position: relative;
}

.newSliderContent {
  gap: 0;
  flex-direction: column-reverse;
}
.newSliderright {
  width: 100%;
}
.newSliderleft {
  padding: 20px;
  width: 100%;
  min-height: 230px;
  height: auto;
  border-radius: 0 0 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newSliderright img {
  height: auto;
  border-radius: 10px 10px 0 0;
}


.newSliderbtn {
  position: unset;
  width: 110px;
  height: 30px;
  font-size: 11px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
  gap: 5px;
}

.modify-progress-container .light-color {
  margin-bottom: -3px;
}




.content-filter-heading {
  margin-bottom: 20px;
}

.newsroom-info.mobInfo {
  margin-bottom: 20px;
}
.swiper-pagination-bullet h3 {
  font-size: 11px;
}
.ghg {
  top: 20px;
}
.swiper-pagination-bullet {
  padding-top: 26px;
}



.cbtnHStylebl .elementor-button-icon, .cbtnHStyle .elementor-button-icon {
  width: 24px;
  height: 24px;
  padding: 3px;
  justify-content: center;
  align-items: center;
}
.cbtnHStylebl .elementor-button-icon svg, .cbtnHStyle .elementor-button-icon svg {
  width: 12px;
  height: 12px;
}
a.slideBtn img{
  width: 10px !important;
  height: 10px !important;
}

.knldge-loop-con .transBg .elementor-icon {
  width: 28px;
  height: 28px;
}
.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
  top: 1px !important;
}

.cbtnHStyle.exwid .elementor-button-icon {
  width: 24px;
  height: 24px;
  padding: 0;
}

.job-Apply a{
  background: #fff url('https://swissto12.com/wp-content/uploads/2024/12/arrow_forward-7.svg') no-repeat center right 20px;
}
.job-Apply a:hover{
  background: #FD0000 url('https://swissto12.com/wp-content/uploads/2024/12/arrow_forward-8.svg') no-repeat center right 20px;
}
.contact-section input[type="submit"] {
  padding: 9px 22px !important;
  border-radius: 5px !important;
}
.progressBarContainer .item .bar-txt {
  margin: 5px 0 0 0 !important;
}
.progressBarContainer {
  padding: 0 20px;
}
.newSlider_wrapper {
  margin-bottom: 16px;
}
.content-filter-heading h6, .content-filter-heading span {
  font-size: 16px;
  /*right: -27px;
  top: 0;*/
}
.image-card img {
  border-radius: 10px 10px 0px 0px !important;
}

.cat-box .icon img {
  width: 10px;
}
.cat-box .icon {
  padding: 0 3px;
  height: 25px;
  width: 25px;
}
.cat-box .content {
  border-radius: 3px 0 0 3px;
  height: 25px;
}

.careerSwip .swiper-pagination-bullet h3 {
  padding-right: 13px;
}
.careerSwip .swiper-pagination-bullet h3::after {
  top: 4px;
  width: 5px;
  height: 5px;
  background: url('https://swissto12.com/wp-content/uploads/2024/12/Vector-1.svg') no-repeat center center;
  background-size: contain;
}

.careerSwip .swiper-pagination-bullet.swiper-pagination-bullet-active h3::after{
  background: url('https://swissto12.com/wp-content/uploads/2024/12/Vector-2.svg') no-repeat center center;
 background-size: contain;
}


.careerSwip  .swiper-pagination-bullet h3:hover::after {
  background: url('https://swissto12.com/wp-content/uploads/2024/12/Vector-3.svg') no-repeat center center;
   background-size: contain;
}

.careerSwip .swiper-pagination-bullet {
  padding-top: 18px;
}

.horizon-timeline-heading {
  font-size: 28px;
}

/*.read-more-btn a, .knldge-loop-con .transBg .elementor-icon,
.cbtnHStylebl .elementor-button-icon, .cbtnHStyle .elementor-button-icon {
  border-width: 0.5px;
}*/


.single-post .page-content .e-con.e-parent .elementor-icon-list-items .elementor-icon-list-text {
  font-size: 14px;
}


}



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

.contact-section #field_submit {
    margin-left: 0;
}

}

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

.breadcrumb-header ul li:last-child span {
    width: 92px;
}

}


