

.cd-dropdown1-wrapper-learn {
  display: inline-block;
  position: relative;
  height: 40px;
    margin: 0px 20px 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown1-wrapper-learn ul, ol, dl {
       margin: 0px;
    list-style: none;

}
 .cd-dropdown1-wrapper-learn li {
   /*  margin-left: 0px; */
}
.header-main .cd-dropdown1-trigger-technology{color:#fff !important;}
.header-version2 .cd-dropdown1-trigger-technology{color:#525252 !important;}
 .header-on-sticky .cd-dropdown1-trigger-technology{color:#525252 !important;}
 
.header-main .cd-dropdown1-trigger-technology::before{
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 1px;
  height: 1px;
  width: 6px;
  background: #525252;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}

.header-main .cd-dropdown1-trigger-technology::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
   margin-top: 1px;
  height: 1px;
  width: 6px;
  background: #525252;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.header-on-sticky .cd-dropdown1-trigger-technology::before{
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 1px;
  height: 1px;
  width: 6px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}

.header-on-sticky .cd-dropdown1-trigger-technology::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 1px;
  height: 1px;
  width: 6px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
 
 
.cd-dropdown1-trigger-technology {
        display: block;
    position: relative;
    padding: 0 36px 0 20px;
    line-height: 40px;
    background-color: transparent;
    border-radius: 30px;
   /*  border: #74a635 solid 1px; */
	    color: #525252;
		    font-size: 15px;
			    font-weight: 500;
	
}
.no-touch .cd-dropdown1-trigger-technology:hover {
  background-color: transparent;
     color: #74a534 !important;
	 /*  border: #74a635 solid 1px; */
}
.cd-dropdown1-trigger-technology::before, .cd-dropdown1-trigger-technology::after {
  /* this is the arrow inside the dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: 1px;
  height: 1px;
  width: 6px;
  background: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown1-trigger-technology::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-dropdown1-trigger-technology::after {
  right: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown1-trigger-technology {
   
  }
  .cd-dropdown1-trigger-technology.dropdown-is-active {
   /*  background-color: #74a534; */
	   color: #74a534 !important;
  }
  .no-touch .cd-dropdown1-trigger-technology.dropdown-is-active:hover {
    /* background-color: #74a534; */
	    color: #74a534 !important;
  }
  .cd-dropdown1-trigger-technology.dropdown-is-active::before, .cd-dropdown1-trigger-technology.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    width: 14px;
	color: #fff !important;
  }
  .cd-dropdown1-trigger-technology.dropdown-is-active::before {
    /* transform the arrow into a 'X' */
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-dropdown1-trigger-technology.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.cd-dropdown1 h2,
.cd-dropdown1-content-industry a,
.cd-dropdown1-content-industry ul a {
  height: 50px;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown1 h2,
  .cd-dropdown1-content-industry a,
  .cd-dropdown1-content-industry ul a {
    height: 60px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown1 h2,
  .cd-dropdown1-content-industry a,
  .cd-dropdown1-content-industry ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown1 h2,
.cd-dropdown1-content-industry a,
.cd-dropdown1-content-industry ul a,
.cd-dropdown1-content-industry .cd-divider {
  padding: 0 20px;
}

.cd-dropdown1 {
  position: fixed;
  z-index: 1;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #ffffff;
  visibility: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
  transition: transform 0.5s 0s, visibility 0s 0.5s;
}
.cd-dropdown1 h2 {
  /* dropdown title - mobile version only */
  position: relative;
  z-index: 1;
  color: #585a70;
  background-color: #000;
  border-bottom: 1px solid #fff;
}
.cd-dropdown1 .cd-close {
  /* 'X' close icon - mobile version only */
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.cd-dropdown1 .cd-close::after, .cd-dropdown1 .cd-close::before {
  /* this is the 'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 20px;
  width: 2px;
  background-color: #ffffff;
}
.cd-dropdown1 .cd-close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.cd-dropdown1 .cd-close::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.cd-dropdown1.dropdown-is-active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
  transition: transform 0.5s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown1 .cd-close {
    top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown1 {
   position: absolute;
    top: calc(100% - -1px);
    left: -117px;
    height: 320px;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    background-color: #ffffff;
    color: #71a232;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
   -webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
  }
  .open-to-left .cd-dropdown1 {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown1 h2, .cd-dropdown1 .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
  .cd-dropdown1.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
  }
}

.cd-dropdown1-content-industry, .cd-dropdown1-content-industry ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown1-content-industry a, .cd-dropdown1-content-industry ul a {
  display: block;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: #1d1d1d solid 1px;
}
.cd-dropdown1-content-industry li:first-of-type > a, .cd-dropdown1-content-industry ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown1-content-industry li:last-of-type > a, .cd-dropdown1-content-industry ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown1-content-industry .cd-divider, .cd-dropdown1-content-industry ul .cd-divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0e23;

  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown1-content-industry .cd-divider + li > a, .cd-dropdown1-content-industry ul .cd-divider + li > a {
  border-top-width: 0;
}
.cd-dropdown1-content-industry a, .cd-dropdown1-content-industry . .cd-dropdown1-content-industry .cd-divider, .cd-dropdown1-content-industry ul a, .cd-dropdown1-content-industry ul .cd-divider {
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.cd-dropdown1-content-industry.is-hidden, .cd-dropdown1-content-industry ul.is-hidden {
  /* push the secondary dropdown items to the right */
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-dropdown1-content-industry.is-hidden > li > a, .cd-dropdown1-content-industry.is-hidden > li > .cd-dropdown1-content-industry.is-hidden > .cd-divider, .cd-dropdown1-content-industry.move-out > li > a, .cd-dropdown1-content-industry.move-out > .cd-divider, .cd-dropdown1-content-industry ul.is-hidden > li > a, .cd-dropdown1-content-industry ul.is-hidden > li > .cd-search, .cd-dropdown1-content-industry ul.is-hidden > .cd-divider, .cd-dropdown1-content-industry ul.move-out > li > a, .cd-dropdown1-content-industry ul.move-out > li > .cd-search, .cd-dropdown1-content-industry ul.move-out > .cd-divider {
  /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
  opacity: 0;
}
.cd-dropdown1-content-industry.move-out > li > a, .cd-dropdown1-content-industry.move-out > li > .cd-dropdown1-content-industry.move-out > .cd-divider, .cd-dropdown1-content-industry ul.move-out > li > a, .cd-dropdown1-content-industry ul.move-out > .cd-divider {
  /* push the dropdown items to the left when secondary dropdown slides in */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.dropdown-is-active .cd-dropdown1-content-industry, .dropdown-is-active .cd-dropdown1-content-industry ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px) {
  .cd-dropdown1-content-industry, .cd-dropdown1-content-industry ul {
    padding-top: 60px;
  }
  .cd-dropdown1-content-industry a, .cd-dropdown1-content-industry ul a {

  }
}
@media only screen and (min-width: 1024px) {
  .cd-dropdown1-content-industry, .cd-dropdown1-content-industry ul {
    padding-top: 0;
    overflow: visible;
  }
  .cd-dropdown1-content-industry a, .cd-dropdown1-content-industry ul a {
     color: #000;
    height: 42px;
    line-height: 42px;
    border:none;
    font-size: 14px;
  }
  .cd-dropdown1-content-industry .cd-divider, .cd-dropdown1-content-industry ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid #ebebeb;
  }
  .cd-dropdown1-content-industry .cd-divider + li > a, .cd-dropdown1-content-industry ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown1-content-industry.is-hidden > li > a, .cd-dropdown1-content-industry.is-hidden > li > .cd-dropdown1-content-industry.is-hidden > .cd-divider, .cd-dropdown1-content-industry.move-out > li > a, .cd-dropdown1-content-industry.move-out > li > .cd-search, .cd-dropdown1-content-industry.move-out > .cd-divider, .cd-dropdown1-content-industry ul.is-hidden > li > a, .cd-dropdown1-content-industry ul.is-hidden > .cd-divider, .cd-dropdown1-content-industry ul.move-out > li > a, .cd-dropdown1-content-industry ul.move-out > li > .cd-search, .cd-dropdown1-content-industry ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  } 
}

.cd-dropdown1-content-industry .see-all a {
  /* different style for the See all links */
  color: #000;
}
.cd-dropdown1-content-industry .cd-dropdown1-gallery .cd-dropdown1-item, .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item {
  /* items with picture (or icon) and title */
    height: 33px;
    line-height: 69px;
}
.cd-dropdown1-content-industry .cd-dropdown1-gallery .cd-dropdown1-item h3, .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item h3 {
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
      font-size: 14px;
    color: #fff;
	    line-height: 30px;
}
.cd-dropdown1-content-industry .cd-dropdown1-gallery .cd-dropdown1-item {
  padding-left: 90px;
}
.cd-dropdown1-content-industry .cd-dropdown1-gallery img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item {
  padding-left: 75px;
  position: relative;
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item p {
      color: #000;
    display: none;
    font-size: 12px;
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-1::before {
  background-image: url("../SVG/ic1.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-2::before {
  background-image: url("../SVG/ic2.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-3::before {
  background-image: url("../SVG/ic3.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-4::before {
  background-image: url("../SVG/ic4.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-5::before {
  background-image: url("../SVG/ic5.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-6::before {
  background-image: url("../SVG/ic6.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-7::before {
   background-image: url("../SVG/ic7.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-8::before {
   background-image: url("../SVG/ic8.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-9::before {
  background-image: url("../SVG/ic9.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-10::before {
   background-image: url("../SVG/ic10.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-11::before {
  background-image: url("../SVG/ic11.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-12::before {
  background-image: url("../SVG/ic12.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-13::before {
   background-image: url("../SVG/ic13.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-14::before {
   background-image: url("../SVG/ic14.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-15::before {
   background-image: url("../SVG/ic15.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-16::before {
   background-image: url("../SVG/ic16.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-17::before {
   background-image: url("../SVG/ic17.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-18::before {
   background-image: url("../SVG/ic18.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-19::before {
   background-image: url("../SVG/ic19.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-20::before {
   background-image: url("../SVG/ic20.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-21::before {
   background-image: url("../SVG/ic21.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-22::before {
   background-image: url("../SVG/ic22.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-23::before {
   background-image: url("../SVG/ic23.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-24::before {
   background-image: url("../SVG/ic24.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-25::before {
   background-image: url("../SVG/ic25.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-26::before {
   background-image: url("../SVG/ic26.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-27::before {
   background-image: url("../SVG/ic27.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-28::before {
   background-image: url("../SVG/ic28.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-29::before {
   background-image: url("../SVG/ic29.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-30::before {
   background-image: url("../SVG/ic30.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-31::before {
   background-image: url("../SVG/ic31.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-32::before {
   background-image: url("../SVG/ic32.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-33::before {
   background-image: url("../SVG/ic33.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-34::before {
   background-image: url("../SVG/ic34.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-35::before {
   background-image: url("../SVG/ic35.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-36::before {
   background-image: url("../SVG/ic36.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-37::before {
   background-image: url("../SVG/ic37.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-38::before {
   background-image: url("../SVG/ic38.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-39::before {
   background-image: url("../SVG/ic39.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-40::before {
   background-image: url("../SVG/ic40.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-41::before {
   background-image: url("../SVG/ic41.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-42::before {
   background-image: url("../SVG/ic42.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-43::before {
   background-image: url("../SVG/ic43.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-44::before {
   background-image: url("../SVG/ic44.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-45::before {
   background-image: url("../SVG/ic45.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-46::before {
   background-image: url("../SVG/ic46.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-47::before {
   background-image: url("../SVG/ic47.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-48::before {
   background-image: url("../SVG/ic48.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-49::before {
   background-image: url("../SVG/ic49.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-50::before {
   background-image: url("../SVG/ic50.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-51::before {
   background-image: url("../SVG/ic51.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-52::before {
   background-image: url("../SVG/ic52.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-53::before {
   background-image: url("../SVG/ic53.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-54::before {
   background-image: url("../SVG/ic54.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-55::before {
   background-image: url("../SVG/ic55.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-56::before {
   background-image: url("../SVG/ic56.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-57::before {
   background-image: url("../SVG/ic57.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-58::before {
   background-image: url("../SVG/ic58.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-59::before {
   background-image: url("../SVG/ic59.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-60::before {
   background-image: url("../SVG/ic60.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-61::before {
  background-image: url("../SVG/ic61.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-62::before {
  background-image: url("../SVG/ic62.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-63::before {
  background-image: url("../SVG/ic63.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-64::before {
  background-image: url("../SVG/ic64.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-65::before {
  background-image: url("../SVG/ic65.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-66::before {
  background-image: url("../SVG/ic66.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-67::before {
  background-image: url("../SVG/ic67.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-68::before {
  background-image: url("../SVG/ic68.svg");
}
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-69::before {
  background-image: url("../SVG/ic69.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-70::before {
  background-image: url("../SVG/ic70.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-71::before {
  background-image: url("../SVG/ic71.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-72::before {
  background-image: url("../SVG/ic72.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-73::before {
  background-image: url("../SVG/ic73.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-74::before {
  background-image: url("../SVG/ic74.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-75::before {
  background-image: url("../SVG/ic75.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-76::before {
  background-image: url("../SVG/ic76.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-77::before {
  background-image: url("../SVG/ic77.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-78::before {
  background-image: url("../SVG/ic78.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-79::before {
  background-image: url("../SVG/ic79.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-80::before {
  background-image: url("../SVG/ic80.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-81::before {
  background-image: url("../SVG/ic81.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-100::before {
  background-image: url("../../404.html");
}
/* 
.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-82::before {
  background-image: url("../SVG/ic82.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-83::before {
  background-image: url("../SVG/ic83.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-84::before {
  background-image: url("../SVG/ic84.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-85::before {
  background-image: url("../SVG/ic85.svg");
}.cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item.item-86::before {
  background-image: url("../SVG/ic86.svg");
} */
@media only screen and (min-width: 1024px) {
  .cd-dropdown1-content-industry {
    /* reset mobile style */
    position: static;
    height: auto;
      width: 260px;
  }
  .cd-dropdown1-content-industry > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown1-content-industry > li:not(.has-children) a:hover {
    color: #71a232;
  }
  .cd-dropdown1-content-industry.move-out > li > a, .cd-dropdown1-content-industry.move-out > li > .cd-dropdown1-content-industry.move-out > .cd-divider {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown, .cd-dropdown1-content-industry .cd-dropdown1-gallery, .cd-dropdown1-content-industry .cd-dropdown1-icons {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 100%;
   height: 320px;
  /*overflow-y:scroll;*/
    background-color: #ffffff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
  }
  /* 
.cd-dropdown1-content-industry .cd-secondary-dropdown, .cd-dropdown1-content-industry .cd-dropdown1-gallery, .cd-dropdown1-content-industry .cd-dropdown1-icons::-webkit-scrollbar {
  width: 2px;
}
 
.cd-dropdown1-content-industry .cd-secondary-dropdown, .cd-dropdown1-content-industry .cd-dropdown1-gallery, .cd-dropdown1-content-industry .cd-dropdown1-icons::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.cd-dropdown1-content-industry .cd-secondary-dropdown, .cd-dropdown1-content-industry .cd-dropdown1-gallery, .cd-dropdown1-content-industry .cd-dropdown1-icons::-webkit-scrollbar-thumb {
  background-color: red;
  outline: 1px solid red;
} */
  .cd-dropdown1-content-industry .cd-secondary-dropdown::after, .cd-dropdown1-content-industry .cd-dropdown1-gallery::after, .cd-dropdown1-content-industry .cd-dropdown1-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .open-to-left .cd-dropdown1-content-industry .cd-secondary-dropdown, .open-to-left .cd-dropdown1-content-industry .cd-dropdown1-gallery, .open-to-left .cd-dropdown1-content-industry .cd-dropdown1-icons {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    left: auto;
    right: 100%;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown.is-hidden, .cd-dropdown1-content-industry .cd-dropdown1-gallery.is-hidden, .cd-dropdown1-content-industry .cd-dropdown1-icons.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown.fade-in, .cd-dropdown1-content-industry .cd-dropdown1-gallery.fade-in, .cd-dropdown1-content-industry .cd-dropdown1-icons.fade-in {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown1-content-industry list items */
    -webkit-animation: cd-fade-in 0.2s;
    -moz-animation: cd-fade-in 0.2s;
    animation: cd-fade-in 0.2s;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown.fade-out, .cd-dropdown1-content-industry .cd-dropdown1-gallery.fade-out, .cd-dropdown1-content-industry .cd-dropdown1-icons.fade-out {
    /* animate secondary dropdown items when hovering over of of the .cd-dropdown1-content-industry list items */
    -webkit-animation: cd-fade-out 0.2s;
    -moz-animation: cd-fade-out 0.2s;
    animation: cd-fade-out 0.2s;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > .go-back, .cd-dropdown1-content-industry .cd-dropdown1-gallery > .go-back, .cd-dropdown1-content-industry .cd-dropdown1-icons > .go-back {
    display: none;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > .see-all, .cd-dropdown1-content-industry .cd-dropdown1-gallery > .see-all, .cd-dropdown1-content-industry .cd-dropdown1-icons > .see-all {
    position: absolute;
    bottom: 20px;
    height: 45px;
    text-align: center;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > .see-all a, .cd-dropdown1-content-industry .cd-dropdown1-gallery > .see-all a, .cd-dropdown1-content-industry .cd-dropdown1-icons > .see-all a {
    margin: 0;
    height: 100%;
    line-height: 45px;
    background: #ebebeb;
    pointer-events: auto;
    -webkit-transition: color 0.2s, background-color 0.2s;
    -moz-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .no-touch .cd-dropdown1-content-industry .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown1-content-industry .cd-dropdown1-gallery > .see-all a:hover, .no-touch .cd-dropdown1-content-industry .cd-dropdown1-icons > .see-all a:hover {
    color: #ffffff;
    background-color: #71a232;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown .cd-dropdown1-item, .cd-dropdown1-content-industry .cd-secondary-dropdown a, .cd-dropdown1-content-industry .cd-dropdown1-gallery .cd-dropdown1-item, .cd-dropdown1-content-industry .cd-dropdown1-gallery a, .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item, .cd-dropdown1-content-industry .cd-dropdown1-icons a {
    border: none;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery, .cd-dropdown1-content-industry .cd-dropdown1-icons {
    /* padding: 20px 30px 100px; */
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery > .see-all, .cd-dropdown1-content-industry .cd-dropdown1-icons > .see-all {
    width: calc(100% - 60px);
  }
  .cd-dropdown1-content-industry .cd-dropdown1-icons > li, .cd-dropdown1-content-industry .cd-secondary-dropdown > li {
    width: 46%;
    float: left;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown {
    overflow: hidden;
    width: 550px;
    padding-bottom: 65px;
	    margin: 0px;
		-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown::before {
    /* this is the separation line in the middle of the .cd-secondary-dropdown element */
    position: absolute;
    content: '';
    top: 290px;
    left: 15px;
    height: 1px;
    width: 520px;
    background-color: #ebebeb;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > li > a {
    color: #71a232;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    pointer-events: none;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > li > a::after, .cd-dropdown1-content-industry .cd-secondary-dropdown > li > a::before {
    /* hide the arrow */
    display: none;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown.move-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > li {
 margin: 0px;
    border-right-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    padding: 10px 30px 20px 20px;
    height: 250px;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > li:nth-of-type(2n) {
    border-right-width: 0;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > li > ul {
    /* reset mobile style */
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    position: relative;
    height: auto;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown > li > ul > .go-back {
    display: none;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown a {
    line-height: 25px;
    height: 25px;

    padding-left: 0;
  }
  .no-touch .cd-dropdown1-content-industry .cd-secondary-dropdown a:hover {
    color: #71a232;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown ul {
    padding-bottom: 25px;
    overflow: hidden;
    height: auto;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown .go-back a {
    padding-left: 20px;
    color: transparent;
  }
  .no-touch .cd-dropdown1-content-industry .cd-secondary-dropdown .go-back a:hover {
    color: transparent;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown .go-back a::before, .cd-dropdown1-content-industry .cd-secondary-dropdown .go-back a::after {
    left: 0;
  }
  .cd-dropdown1-content-industry .cd-secondary-dropdown .see-all {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery {
    width: 600px;
    padding-bottom: 100px;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery .cd-dropdown1-item {
    padding: 0;
    height: auto;
    line-height: normal;
    color: #71a232;
    margin-bottom: 2em;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery > li:nth-last-of-type(2) a,
  .cd-dropdown1-content-industry .cd-dropdown1-gallery > li:last-of-type a {
    margin-bottom: 0;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-gallery img {
    position: static;
    height: auto;
    width: 100%;
    margin: 0 0 0.6em;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-icons {
    width: 600px;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item {
        height: 50px;
    line-height: 6px;
    padding: 14px 0 0 63px;
    border: #e4e4e4 solid 1px;
    margin: 10px 10px 5px 15px;
    border-radius: 6px;
    margin-right: 10px;
    background: #fff;
    box-shadow: 0px 3px 11px rgba(0,0,0,.08);
    position: relative;
   /*    border: 1px solid rgba(181,209,241,.4);  border-radius: 6px; margin: 10px 10px 5px 10px; */
  }
  .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item:hover {
    background: #ebebeb;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item h3 {
           color: #71a232;
    font-weight: normal;
    font-size: 13px;
	       line-height: 19px;
  }
  .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item p {
       display: initial;
  
  }
  .cd-dropdown1-content-industry .cd-dropdown1-icons .cd-dropdown1-item::before {
    left: 25px;
  }
  .cd-dropdown1-content-industry > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown1-content-industry > .has-children > ul.is-active {
    /* when hover over .cd-dropdown1-content-industry items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown1-content-industry > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown1-content-industry > .has-children > a.is-active {
    /* hover effect for .cd-dropdown1-content-industry items with subnavigation */
    box-shadow: inset 2px 0 0 #71a232;
	background:#505051;
	color:#fff;
  }
  .cd-dropdown1-content-industry > .has-children > a.is-active::before, .cd-dropdown1-content-industry > .has-children > a.is-active::after {
    background: #71a232;
  }
  .open-to-left .cd-dropdown1-content-industry > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #71a232;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
.has-children > a, .go-back a {
  position: relative;
}
.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #b3b3b3;
  }
}

.has-children > a {
  padding-right: 40px;
}
.has-children > a:hover {
	color:#74a534;
	background:#000;
}
.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
  .open-to-left .cd-dropdown1-content-industry > .has-children > a {
    padding-left: 40px;
    padding-right: 20px;
  }
  .open-to-left .cd-dropdown1-content-industry > .has-children > a::before, .open-to-left .cd-dropdown1-content-industry > .has-children > a::after {
    right: auto;
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
  }
}
.cd-dropdown1-content-industry .go-back a {
  padding-left: 40px;
}
.cd-dropdown1-content-industry .go-back a::before, .cd-dropdown1-content-industry .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height: calc(100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown1-wrapper-learn:hover .cd-dropdown1 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown1-wrapper-learn .cd-close {
  display: none;
}


.has-children a:focus{
    text-decoration: none;
    cursor: pointer;
    color:#fff !important;
}
.has-children a:hover {
    text-decoration: none;
    cursor: pointer;
 color:#fff !important;
}
.menuhea{padding-left: 30px;
    padding-top: 50px;
    font-weight: bold;
    color: #505051;}
	
	/*New css*/
	.indu{ 
	       
        line-height: 6px;
    padding: 10px;
    border: #e4e4e4 solid 1px;
    margin: 10px 10px 5px 15px;
    border-radius: 6px;
    margin: 10px;
    background: #fff;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, .08);
    position: relative;}
    	
	.indu h3{     margin-bottom: 0px;
    font-size:16px; color:#87ba45; font-weight:500}
	.indu div{ 
    font-size: 15px; color:#000;}
	.indu div a{         height: 28px;
    margin-bottom: 0px;
    padding-left: 20px; color:#000;}.indu div a:hover{ color:#207bb2 !important;}