/*
Template:       zugan
Theme Name:     Zugan Child Theme
Theme URI:      http://radiustheme.com/demo/wordpress/zugan
Author:         RadiusTheme
Author URI:     http://radiustheme.com
Description:    Zugan is a clean and Modern WordPress Theme. It is best suited for corporate website like Financial Advisor, Accountant, Consulting Firms, insurance, loan, tax help, Investment firm etc
Version:        1.0
Text Domain:    zugan
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



.intl-tel-input{
	width: 100%;
    height: 45px;
    padding: 0px;
    background: #fff;
    border: 1px solid #666 !important;
    border-radius: 3px !important;
}
.form-group-1{
	border: none !important;
}
input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-intl-tel.form-control {
    border: none;
}
input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-intl-tel.form-control:active {
    border: none !important;
}
/* tooltip */
.swiper-slide-image {
  position: relative;
}

.swiper-slide-image:hover::after {
  content: attr(alt);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 5px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
}


/* pop up maker forms */
div#popmake-21584 {
    background: #035ba8 !important;
}
h2.free-quote {
    font-family: 'Roboto';
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
	font-weight: 600;
    font-size: 28px;
}

#send-button {
    font-family: 'Roboto';;
    font-size: 14px !important;
    font-weight: 700 !important;
    fill: #035BA8 !important;
    color: #035ba8 !important;
    background-color: #fff !important;
    border: 2px solid #035ba8 !important;
    border-radius: 5px 5px 5px 5px !important;
    padding: 12px 35px !important;
	width: 30%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
input#send-button:hover {
    background: #6ec1e4 !important;
    color: #fff !important;
}
.privacy-statement{
	color: white;
}
a.privacy{
    color: white !important;
}
/* contact form */
.full-section {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: flex-end;
}
.half-width {
    width: 49%;
}
.form-button .wpcf7-form-control.wpcf7-submit.has-spinner{
	width: auto;
    background-color: #d5f2ff !important;
    color: #035ba8 !important;
    border: 2px solid #035ba8 !important;
    font-weight: 600;
    font-family: 'Roboto' !important;
		border-radius: 5px;
}
.form-button .wpcf7-form-control.wpcf7-submit.has-spinner:hover{
	background-color:#035BA8 !important;
	color: #fff !important;
	border: 2px solid #035ba8 !important;
	font-weight: 600;
}
.contact-form-button input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-button-1 {
    border: 2px solid #025aa9;
    border-radius: 5px;
    background-color: #ffffff;
    color: #025aa9 !important;
    font-family: 'Roboto' !important;
    font-weight: 500;
	width: fit-content;
    padding: 12px 30px;
	margin-left: 95px;
}
.contact-form-button input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-button-1:hover {
		 background-color: #025aa9 !important;
	color: white !important;
}
.quick-submit-button input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-button{
	border: 2px solid #025aa9;
    border-radius: 5px;
    background-color: #ffffff;
    color: #025aa9 ;
    font-family: 'Roboto';
    font-weight: 500;
	width: fit-content;
    padding: 12px 30px;
	margin-left: 95px;
}
.quick-submit-button input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-button:hover{
	background-color: #D5F2FF !important;
	 color: #025aa9 !important;
}

.form-group-1 {
    border: 1px solid black;
    border-radius: 3px;
}
input.wpcf7-form-control.wpcf7-intl_tel.wpcf7-intl-tel.form-control {
    padding-left: 50px !important;
}
label {
  margin-bottom: 10px;
	color: #525560;
}
input.wpcf7-form-control.wpcf7-text{
	width: 100% !important;
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    padding: .5rem 1rem !important;
    transition: all .3s !important;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	 border: 1px solid #666 !important;
}

/* newsletter */
 .newsletter-email .wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email{
    background-color: transparent !important;
    border: 1px solid white !important;
	color: white;
/* 	 padding: 15px; */
	     padding: .5rem 1rem ;
    width: 100%;
}
.newsletter-email .wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder{
 	color: white !important;
}
.newsletter-email .wpcf7-form-control.wpcf7-submit.has-spinner{
  color: white !important;
  background-color: #035ba8 !important;
  border: 2px solid white !important;
  font-weight:400  !important;
  margin-top: 20px  !important;

	    width: auto;
	  font-size: 16px !important;
	font-family: 'Roboto';
	border-radius: 5px;
}
.newsletter-email .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: white !important;
    color: #035ba8 !important;
} 

/* newsletter */

li#menu-item-23346 .elementskit-megamenu-panel {
    width: 800px !important;
    right: -350% !important;
    transform: translate(10px, 10px) !important;
	top: 20px !important;
}
li#menu-item-23348 .elementskit-megamenu-panel {
    width: 1000px !important;
    right: -350% !important;
    transform: translate(10px, 10px) !important;
	top: 20px !important;
}

.working{
	font-size: 50px !important;
}

/* Featured Products */
.products-slider-wrapper {
  max-width: 100%;
  margin: 0 auto;
}

.products-slider-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.products-slider-header h2 {
  font-size: 30px;
  color: #0050a0;
  margin: 0;
  text-align: left;
  flex-grow: 1;
  font-weight: 400;
  font-family: 'kufam', sans-serif;
}

.products-slider-arrows {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 0;
  top: 20px;
  flex-direction: row-reverse;
}

.products-button-next,
.products-button-prev {
  width: 40px;
  height: 40px;
  background: #0050a0;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
  font-family: sans-serif;
}

.products-button-next::after {
	content: 'next';
    font-family: swiper-icons;
    font-size: 16px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;   
}

.products-button-prev::after {
	content: 'prev';
    font-family: swiper-icons;
    font-size: 16px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;   
}

.products-swiper {
  width: 100%;
}

.products-title {
  background-color: #0050a0;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-family: 'kufam', sans-serif;
  border-radius: 0 0 5px 5px;
}

.products-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
}

.products-swiper .swiper-slide img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}

/* @media (max-width: 768px) {
  .products-button-next,
  .products-button-prev {
    width: 30px;
    height: 30px;
  } */

  .products-slider-header {
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
  }

  .products-slider-arrows {
    margin-top: 10px;
  }
}

@media (max-width: 460px) {

	   .products-slider-arrows {
			margin-top: 30px !important;
	}
	.products-button-next, .products-button-prev {
	    width: 40px;
        height: 40px;
	}
  }
/* End Featured Products */


/* Explore Solutions by Industry */
  .industry-slider {
    max-width: 100%;
    margin: 0 auto;
  }
.industry-title-overlay {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #02427aab;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    padding: 12px 16px;
    border-radius: 4px;
    font-family: 'Roboto';
    z-index: 9999999;
    text-align: center;
    max-width: 100%;
    width: 100%;
}

.industry-bg {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-repeat: no-repeat;
}
  .industry-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
  }

  .industry-header h2 {
    font-size: 30px;
    color: #0050a0;
    margin: 0;
    text-align: left;
    flex-grow: 1;
    font-weight: 400;
    font-family: 'Kufam', sans-serif;
  }

  .industry-arrows {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 0;
    top: -2px;
  }

  .industry-button-next,
  .industry-button-prev {
    position: relative;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #0050a0;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
  }
  
  .industry-button-next::after
  {
    content: 'next';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;   
  }
    .industry-button-prev::after
  {
     content: 'prev';
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1; 
  }
 
 .industry-button-next::after,
 .industry-button-prev::after {
    line-height: 2.5;
    font-size: 16px;
  }

  .swiper-button-lock {
    display: block !important;
  }

@media (max-width: 767px) {
    .industry-card{
        height: 300px !important;
    }
    .industry-button-next,
  .industry-button-prev {
    bottom: -40px;
  }
  .industry-header{
  margin-bottom: 80px;
}
	.elementor-element.elementor-element-4567a899.elementor-widget__width-auto.translate-language.elementor-widget.elementor-widget-shortcode {
    margin-left: 20px;
}
	.ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-navbar-nav, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
        /* overflow-y: auto; */
        overflow: inherit !important;
    }
	.content-1{
		margin-left: 0px !important;
	}
}
@media (max-width: 460px) {
    .industry-button-next, .industry-button-prev {
        bottom: -80px;
    }
}
  @media (max-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
      width: 22px;
      height: 22px;
    }

    .industry-header {
      flex-direction: column;
      align-items: flex-start;
    }

    .industry-arrows {
      margin-top: 10px;
    }
	  .ekit_menu_responsive_mobile .elementskit-navbar-nav-default .elementskit-navbar-nav, .ekit_menu_responsive_tablet .elementskit-navbar-nav-default .elementskit-navbar-nav {
        /* overflow-y: auto; */
        overflow: inherit !important;
    }
  }

  .industry-swiper {
    width: 100%;
  }

  .swiper-slide {
    display: flex;
    flex-direction: column;
  }

  .industry-card {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .industry-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .industry-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
    color: white;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    transition: background 0.3s ease-in-out;
  }

  .industry-card:hover .industry-hover {
    background: #045ba866;
    opacity: 1;
    transform: translatex(-20px);
  }

 .solutions-slider {
	 .industry-card:hover .industry-hover {
    background: #aee3fa96 !important;
    opacity: 1;
    
  }
}

  .industry-card:hover .industry-hover {
    bottom: -20px !important;
  }

  .industry-hover {
    padding: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    
  }

  .industry-card:hover .industry-hover {
    bottom: 15px;
    opacity: 1;
    transform: translateY(-20px);
  }

  .industry-hover h2 {
    margin: 0;
    font-size: 24px;
	color: white;
	font-family: 'Roboto';
  }

	a.industry-readmore{
	color: white !important;
	}

  .industry-desc {
    margin: 0;
    font-size: 16px;
  }

  .industry-readmore {
    display: inline-block;
    font-weight: 600;
    color: white;
    text-decoration: none;
  }

  .industry-readmore:hover {
    color: #D5F2FF;
  }

.industry-desc{
    opacity: 0;
}
.industry-card:hover .industry-desc{
    opacity: 1;
}


/* End Explore Solutions by Industry */

/* Featured Solutions */
.slider-wrapper-solutions {
  max-width: 100%;
  margin: 0 auto !important;
}

.slider-header-solutions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
}

.slider-header-solutions h2 {
  font-size: 30px;
  color: #0050a0;
  margin: 0;
  text-align: left;
  flex-grow: 1;
  font-weight: 400;
  font-family: 'kufam';
}

.slider-arrows-solutions {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 0;
  top: -2px;
}

.swiper-button-prev-solutions,
.swiper-button-next-solutions {
  position: relative;
  top: 0;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #0050a0;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.swiper-button-next-solutions::after,
.swiper-button-prev-solutions::after {
  line-height: 2.5 !important;
  font-size: 16px !important;
}

.swiper-button-next-solutions::after {
  content: 'next';
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev-solutions::after {
  content: 'prev';
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper {
  width: 100%;
}

.product-title-solutions {
/* 	    width: 386px !important; */
  background-color: #0050a0;
  color: #fff;
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-align: left;
  font-family: 'kufam' !important;
  border-radius: 0 0 5px 5px;
  height: 85px;
  display: flex;
  align-items: center;
}

.custom-swiper-slide-solutions {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.custom-swiper-slide-solutions img {
  margin: 0;
  padding: 0;
  display: block;
  height: 450px !important;
  border-radius: 5px 5px 0 0;
/*   width: 450px; */
	width: 100%;
}

.swiper-button-lock {
  display: block !important;
}
/* .swiper-slide.custom-swiper-slide-solutions {
	width: 385px !important;
} */
@media only screen and (max-width: 1400px) {
	.custom-swiper-slide-solutions img{
		height: 400px !important;
	}
}
@media (max-width: 767px) {
  .custom-swiper-slide-solutions img {
    height: 380px !important;
  }

  .swiper-slide.custom-swiper-slide-solutions.swiper-slide-active {
    width: 100% !important;
  }
	.slider-header-solutions h2, .industry-header h2{
		text-align: center;
	}

  .slider-header-solutions {
    margin-bottom: 80px;
  }

  .swiper-button-prev-solutions,
  .swiper-button-next-solutions {
    top: 55px;
  }
}

  
/* End Featured Solutions */

/* start css Essential Elements in Cleanroom */
.cleanroom-form {
  background: #f4f4f4;
  padding: 45px;
  margin: 0 auto;
  border-radius: 8px;
}

.cleanroom-form h2 {
  text-align: center;
  color: #0055a5;
  margin-bottom: 30px;
	font-size: 40px;
    font-family: 'Kufam';
}

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.form-label {
  flex: 1;
  font-weight: bold;
  color: #0055a5;
	font-size: 20px;
    font-family: 'Kufam';
	font-weight:medium;
}
.form-label p{
	  line-height: 14px !important;
	font-size:25px !important;
	font-family:Roboto !important;
}
.form-label small {
  font-size: 12px;
  color: #333;
	  
}

.form-input {
  flex: 4;
}

.form-input input[type="text"] {
  width: 100%;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-submit {
  text-align: right;
  margin-top: 30px;
}

.form-submit input[type="submit"] {
  background-color: #0055a5 !important;
  color: white  !important;
  border: none  !important;
  padding: 10px 30px  !important;
  font-size: 16px  !important;
  border-radius: 5px  !important;
  cursor: pointer  !important;
	width: auto;
}

.form-submit input[type="submit"]:hover {
  background-color: #003f7d  !important;
}

@media (max-width: 480px) {
	.cleanroom-form h2{
		font-size: 30px;
	}
	.form-label p{
		font-size: 20px !important;
	}
	.form-row{
		gap: 10px;
	}
	.cleanroom-form {
		  padding: 30px !important;
	}
}

/* end css Essential Elements in Cleanroom  */
li.elementor-icon-list-item{
	list-style: none !important;
}


/* related blogs */
.related-blogs-section {
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}
 .related-blogs-section {
      margin: 40px 0;
    }

.related-blogs-slider .swiper-slide {
  display: flex;
  justify-content: center;
}

.blog-card {
      padding: 15px;
      background: #f9f9f9;
      border-radius: 10px;
      text-align: center;
    }

.blog-image img {
      max-width: 100%;
      height: auto;
      border-radius: 8px;
    }

.blog-meta {
  font-size: 12px;
  margin-top: 10px;
  color: #555;
}

.blog-title {
  font-size: 16px;
  margin: 10px 0;
	
}

.blog-title a {
  color: #0050a0;
  text-decoration: none;
}

.read-more {
  font-size: 12px;
  color: #333;
  text-decoration: underline;
}
 .read-more-blogs-btn {
      text-align: center;
      margin-top: 20px;
    }


.btn-primary {
      background-color: #004c97;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      text-decoration: none;
    }

/* .slider-arrows {
  display: flex;
  gap: 40px;
  position: absolute;
  right: 0;
  top: -50px;
  flex-direction: row-reverse !important;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative !important;
  top: 0;
  right: 0;
  color: #fff;
  width: 40px !important;
  height: 40px !important;
  background: #0050a0;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-size: 12px;
  text-align: center;
}

.swiper-button-next::after {
  content: '›';
  font-size: 20px;
}

.swiper-button-prev::after {
  content: '‹';
  font-size: 20px;
}
 */
/* related blogs end */

#scrolling-tabs{
	position: sticky;
	top: 0;
	width: 100%;
	margin: 0 auto;
	z-index: 9999999999;
}
.scroll-nav.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/* breadcrumbs */
.breadcrumbs {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #525560;
}
.breadcrumbs a{
   font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto';
  color: #525560 !important;
}
.breadcrumbs{
	text-align: center;
}

/* Container for the cards */
.industries-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

/* Card Styling */
/* .industry-card {
    position: relative;
    width: 300px;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
} */

/* Dark Overlay */
.industry-card .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    transition: background 0.3s ease-in-out;
}

/* Title Styling */
.industry-title {
    position: absolute;
    top: 18px;
    left: 15px;
    margin-top: 15px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 2;
    text-transform: uppercase;
}

/* scrollabel tabs */
.scroll-nav {
  position: relative;
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px;
  background: #fff;
  font-family: sans-serif;
  max-width: 100%;
  justify-content: space-around;
}

/* Arrows */
/* .scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.scroll-arrow.left {
  left: 5px;
}

.scroll-arrow.right {
  right: 5px;
} */

.scroll-link {
  flex: 0 0 auto;
  width: auto;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  color: #555;
  font-weight: 500;
  position: relative;
  transition: color 0.3s;
}

.scroll-nav::-webkit-scrollbar {
  height: 3px;
}
.scroll-nav::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.scroll-nav::-webkit-scrollbar-track {
  background: transparent;
}


.scroll-link.active,
.scroll-link:hover {
  color: #0056b3;
  font-weight: 700;
}

.scroll-link.active::after {
  content: '';
  display: block;
  height: 3px;
  background: #0056b3;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.divider {
  flex: 0 0 auto;
  width: 1px;
  height: 25px;
  background: #ccc;
  margin: 0 10px;
}
 
.currunt-year {
    font-size: 14px;
    font-family: 'Roboto';
    color: #525560;
}

/* .elementor-element.elementor-pagination-position-outside .swiper{
	padding-bottom: 0px;
} */



/* Responsive */

@media (max-width: 767px) {
    .industries-container {
        flex-direction: column;
        align-items: center;
    }
/*     .industry-card {
        width: 100%;
    } */
	.full-section {
    display: block;   
}
.half-width {
    width: 100%;
}
	.elementor-21 .elementor-element.elementor-element-11fa979{
		margin-left: 10px;
	}
}


@media (min-width: 1025px) and (max-width: 1200px){
	li#menu-item-23346 .elementskit-megamenu-panel {
    width: 970px !important;
    right: -335% !important;
    transform: translate(10px, 10px) !important;
}
li#menu-item-23348 .elementskit-megamenu-panel {
    width: 970px !important;
    right: -510% !important;
    transform: translate(10px, 10px) !important;
}
}
