html *
{
/* <link rel="stylesheet" href="https://use.typekit.net/bhp3ums.css"> */
font-family: din-2014, sans-serif;
font-style: normal;
font-weight: 200;
}


a {
    /* transition : 0.3s all linear;
    -webkit-transition : 0.3s all linear;
    -moz-transition : 0.3s all linear;
    -o-transition : 0.3s all linear;
    cursor : pointer;
	text-decoration: underline; */
}
.subpage-content a {
	text-decoration: none!important;
	color: #000000!important;
}
.menu-area a {
	text-decoration: none!important;
}
.header-top a {
	text-decoration: none!important;
}
.pattern-section h3{margin-top:0px}
.product-image-bg h3{margin-top:0px}
.product-image-bg h2{margin-top:0px}
.prod-image-prod img {object-fit: cover;
min-height: 300px;
	height: 300px;
text-align: right;}

.container-fluid.nospace > .row {
    margin : 0px;
}

.slider > .container-fluid.nospace > .row > .col-xs-12 {
    padding : 0px;
}

div.ccm-page h1, div.ccm-page h2, div.ccm-page h3, div.ccm-page h4, div.ccm-page p {
    font-family: 'din-2014', sans-serif !important;
	line-height: 1.6!important;
}

div.ccm-page h2{
  color: white;
  font-family: 'din-2014', sans-serif !important;
  font-weight: bold;
}

div.ccm-page h3{
  color: black;
  font-family: 'din-2014', sans-serif !important;
  font-weight: bold;
}

div.ccm-page h1 {
    color : #000;
    font-family: 'din-2014', sans-serif !important;
    font-style: normal;
    font-weight: bold;

}

section.header-top {
    padding: 20px 40px;
    background-color: #2c327e;
}

.header-social a {
    color : rgba(255,255,255,0.6);
    font-size : 34px;
    transition : 0.3s all linear;
    -webkit-transition : 0.3s all linear;
    -moz-transition : 0.3s all linear;
    -o-transition : 0.3s all linear;
    margin-right : 4px;
}

.header-social a:hover {
    text-decoration : none;
}

.header-social a:visited {
    color : rgba(255,255,255,0.6);
}

.header-top-menu {
    padding-top: 15px;
    text-align: right;
}

.header-top-menu .ccm-block-page-list-page-entry {
    display : inline-block;
    border-right : 1px solid #afb1ba;
    line-height: 13px;
}

.header-top-menu .ccm-block-page-list-page-entry:last-child {
    border-right : none;
}

.header-top-menu .ccm-block-page-list-page-entry a {
    color : #afb1ba;
    font-size : 15px;
    letter-spacing : 1px;
    font-family : 'Encode Sans', sans-serif;
    font-weight : 300;
    margin : 0px 12px;
    text-transform : uppercase;
}

.header-top-menu .ccm-block-page-list-page-entry a:hover {

    text-decoration: none;
}

.header-top-logo {
    padding : 1px 0px 0px 0px;
	text-align: right;

}

.header-top-logo img {
    width : 45px;
    opacity : 0.7;
}

@media (max-width : 768px) {

    .header-top-menu {
        text-align: right;
    }
	  .header-top-menu .ccm-block-page-list-page-entry a {
        font-size : 14px;
    }

    .header-top-logo {
        padding-left : 0px;
    }
}

@media (max-width : 508px){

    section.header-top {
        padding : 20px 20px;
    }

    .header-top-menu .ccm-block-page-list-page-entry a {
        font-size : 12px;
    }

    .header-top-menu {
        padding-left : 5px;
        padding-right : 5px;
    }
}

@media (max-width: 423px){

}

section.menu-area{
    padding: 20px 40px 20px 0px;
    background-color: #000;
    box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
    border-bottom: 5px solid #FFD200;

}

.main-menu {
    text-align: right;
    float: right;
    color: white !important;
    width: auto !important;
    padding-top: 5px;
    font-weight: bold !important;

}

.main-menu nav > ul > li > a {
    font-family : 'din 2014', sans-serif;
    font-size : 18px;
    color : white !important;
    text-transform : uppercase;
    letter-spacing : 1px;
    font-weight: bold !important;
}

.main-menu nav > ul > li > a:hover {
    text-decoration : none;
}

.main-menu nav > ul > li {
    display: inline-block;
    position: relative;
    padding: 0px 20px 0px 20px;
}

.main-menu nav > ul > li > ul {
    z-index : 9999;
    width: 300px;
    background-color: black !important;
    padding: 10px;
    transform: translateX(-50%);
    left: 50%;
    text-align: left;
    position : absolute;
    display : none;
    margin-top : 10px;
    font-weight: bold !important;

}

.main-menu nav > ul > li > ul li {
    list-style-type : none;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-menu nav > ul > li > ul:before {
    content: "\A";
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent black transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold !important;

}

.main-menu nav > ul > li > ul a {
    color : white !important;
    font-family : 'Encode Sans', sans-serif;
    font-size : 18px;
    letter-spacing : 1px;
    font-weight: bold !important;

}

section.slider {

}

.main-menu nav > ul > li > ul a:hover {
    text-decoration: none;
}

nav > ul > li > a:hover, nav > ul > li > a:focus {
    background : none;
    text-decoration: none;
}

.logo img {
    max-width : 130px;
    min-width : 100px;
    margin-left: 25px;
}

@media (max-width : 1254px) {
    .main-menu nav > ul > li {
        margin : 0px 15px;
    }
}

.ei-title {
    position: absolute;
    left: 5%;
    margin-right: 7% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    max-width: 40%;
    text-shadow: 0px 1px 0px #4d4f5f;
}

.slider-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(32, 92, 170, 0.7);
    background: -moz-linear-gradient(transparent, rgba(32, 92, 170, 0.7));
    background: -webkit-linear-gradient(transparent, rgba(32, 92, 170, 0.7));
    background: -o-linear-gradient(transparent, rgba(32, 92, 170, 0.7));
    background: linear-gradient(transparent, rgba(32, 92, 170, 0.7));
}

@media screen and (max-width: 830px){
    .ei-title {
        background: none !important;
        left: 0% !important;
        max-width: 100% !important;
        width: 100% !important;
        transform: none !important;
        top: 55% !important;
        padding : 0px 25px !important;
        bottom : 10px !important;
    }

    .ei-title .first-elem {
        font-size : 25px !important;
        line-height : 25px !important;
    }

    .ei-title .second-elem {
        font-size : 15px !important;
        line-height : 16px !important;
    }
}

section.home-section-1 {
    background-color : #d4d6e5;
    padding : 50px 0px;
    text-align : center;
    margin-top: -5px;
}

section.home-section-1 h1 {
    color : #2c327e;
    margin-bottom : 50px;
    position: relative;
    font-weight: 400;
    line-height: 35px;
    margin-top: 50px;
}

section.home-section-1 h3 {
    color : #161940;
    font-weight : 300;
    line-height : 35px;
}

section.home-section-2 {
    background-color : #f2f2f3;
    padding : 50px 0px;
}

div.ccm-page h1.section-2-title {
    color : #2c327e;
    text-transform: uppercase;
    line-height : 28px;
    font-size : 30px;
    font-weight : 400;
}

.section-2-content {
    margin-top : 25px;
}

.section-2-content p {
    font-family: 'Encode Sans', sans-serif;
    font-size: 16px;
    color: #20234a;
}
section.consultancy {
    background-color : #d4d6e5;
    padding : 50px 0px;
    text-align : center;
    margin-top: -5px;
}
section.courses {
    background-color : #ffffff;
margin:20px 0px;
}

section.footer-energy {
    background-color : #016703;
    padding : 40px 0px;
}

.ta-right {
    text-align : right;
}

.ta-center {
    text-align : center;
}

.footer-energy h1, .footer-energy h3 {
    color: #fff !important;
}

.footer-energy h3 {
    font-weight : 300;
    padding-top : 20px;
}

.footer-energy img {
    display : inline-block;
}

section.footer {
    background-color : #000;
    padding : 40px 40px 0px 40px;

}
section.footer a {
    font-size: 13px;
    text-decoration: none !important;
}
section.footer p {
    font-size: 13px;
}

.footer-logos img {
    display : inline-block;
}

.footer .row {
    padding-bottom: 40px;
border-bottom: 0px solid rgba(255, 255, 255, .3);}

.footer .row:last-child {
    border-bottom : none;
}

.footer p {
    color : #fff;
    font-size : 16px;
}

.footer-info {
    padding: 40px;
}

.footer-info i {
    color : #fff;
    font-size : 30px;
    margin-left : 4px;
}

.footer-info a {
    color : #fff;
}

.footer-bottom {
    padding : 40px;
}

div.ccm-page div.ccm-block-page-list-page-entry-horizontal, div.ccm-page div.ccm-block-page-list-page-entry {
    padding-bottom : 0px;
    margin-bottom : 0px;
    border-bottom : none;
}

@media (max-width : 1130px) {
    nav.ccm-responsive-navigation.original ul {
        padding-left : 0px;
    }

    nav.ccm-responsive-navigation.original > ul > li {
        margin : 0px 10px;
    }
}

@media (max-width : 1056px) {
    .main-menu {
        padding-left : 0px;
    }
}

@media (max-width : 965px) {

    nav.ccm-responsive-navigation.original > ul > li a {
        font-size : 16px;
    }

    nav.ccm-responsive-navigation.original > ul > li {
        margin: 0px 5px;
    }
}

.ccm-responsive-menu-launch {
    right: 30px;
    top: 50%;
    color: #000;
}

.ccm-responsive-menu-launch i:after {
    color : white;
}

.ccm-responsive-overlay {
    position: absolute;
    border : none !important;
    top : 0;
    background-color: black;
    padding: 20px 30px;
    padding-top: 30px;
    margin-top: 100px;
}

.ccm-responsive-overlay a {
    color : #fff !important;
}

.ccm-responsive-menu-launch.responsive-button-close i:after {
    color : white;
}

@media (max-width : 768px) {
    .row.footer-info div:last-child {
        text-align : left;
        margin-top : 15px;
    }
}

section.products-list {
    padding : 30px 0px;
}

.products-list h1 {
    color: #2c327e !important;
    font-weight: 400 !important;
    margin-bottom : 30px;
}

@media (max-width : 600px){
    section.footer {
        padding: 40px 10px;
    }

    .footer-info {
        padding : 40px 20px;
    }

    .footer-bottom {
        padding : 30px 20px;
    }
}

section.subpage-content {
    padding : 30px 0px;
}

ul.fileset-list {
    list-style-type : none;
    padding-left : 0px;
}

ul.fileset-list li {
    display: inline-block;
    min-height : 400px;
    width: 100%;
    text-align: center;
    margin-bottom : 20px;
}

ul.fileset-list li img {
    display : inline-block;
}

p.product-title {
    margin: 0px 0px 20px 0px;
    color: #2c327e;
    font-size: 18px;
    font-weight: 600;
}

a.product-link {
    font-family: 'Encode Sans', sans-serif;
    color: #2c327e !important;
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #ead001;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    transition : 0.3s all linear;
    -webkit-transition : 0.3s all linear;
    -moz-transition : 0.3s all linear;
    -o-transition : 0.3s all linear;
}

a.product-link:hover, a.product-link:focus {
    text-decoration: none;
    border-radius : 0px;
}

ul.fileset-list li .file-info {
    padding: 15px;
    background-color: #ebebec;
}

.cta-container {
    margin-top : 30px;
    margin-bottom: 30px;
}

.cta-box {
    border: 4px solid rgba(44, 50, 126, 0.4);
    padding: 40px;
    padding-top: 60px;
    position: relative;
    margin-top : 130px;
}

.cta-icon {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid rgba(44, 50, 126, 0.5);
    border-radius: 30px;
    padding-top: 18px;
}

.cta-icon i {
    font-size : 22px;
    color: #2c327e;
}

.cta-circle-2x {
    width: 120px;
    height: 120px;
    position: absolute;
    border: 1px solid rgba(44, 50, 126, 0.3);
    border-radius: 60px;
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%);
}

.cta-circle-3x {
    position: absolute;
    width: 210px;
    height: 210px;
    border: 1px solid rgba(44,50,126,0.1);
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 120px;
}

.cta-text {
    padding-top : 35px;
    text-align : center;
}

.cta-text h1 {
    color: #2c327e !important;
    font-weight: 700 !important;
}

.cta-text p {
    font-size: 23px;
    color: #2c327e;
    font-weight: 500;
}

.cta-text p.louder {
    margin-top : 30px;
    font-size : 26px;
    font-weight : 600;
}

a.cta-button, a.btn-main-anchor {
    color : #fff;
    font-family: 'Encode Sans', sans-serif;
    text-transform: uppercase;
    margin-top : 20px;
    display : inline-block;
    font-size: 15px;
}

.cta-button:hover, .cta-button:focus, a.btn-main-anchor:hover, a.btn-main-anchor:focus {
    text-decoration : none;
}

div.ccm-page .btn {
    border-radius: 5px !important;
    font-size : 15px;
    font-weight : 600;
    padding: 15px 35px !important;
    border : 2px solid transparent;
    transition : 0.3s all linear;
    -webkit-transition : 0.3s all linear;
    -moz-transition : 0.3s all linear;
    -o-transition : 0.3s all linear;
    text-transform : uppercase;
    border: 2px solid black;
    background-color: #ffd200;
    color: black !important;
}

div.ccm-page .btn:focus {
    outline : none !important;
}

div.ccm-page .btn.btn-main {
    background-color: #2c327e;
    color : #fff;
}

div.ccm-page .btn.btn-main:hover, div.ccm-page .btn.btn-main:focus {
    border-color: rgba(255,255,255,0.3);
}
div.ccm-page .btn.btn-secondary {
    background-color: #d4d6e5;
    color: #2c327e
		;
}

div.ccm-page .btn.btn-default {
    background-color : #fff !important;
    border-color : #2c327e !important;
    color : #2c327e !important;
}

div.ccm-page .btn.btn-default:hover, div.ccm-page .btn.btn-default:focus {

}

section.home-section-1 p {
    color : #2c327e;
    font-size : 16px;
    font-weight: 500;
}

section.accreditations {
    padding : 35px 10px;
    text-align : center;
}

section.accreditations img {
    display : inline-block;
}

section.testimonials {
  padding : 40px 0px;
  background: #f2f2f2;
  border-top: 5px solid #FFD200;
  background-image: linear-gradient(rgb(249, 249, 249) 1px, transparent 0.5px),
  linear-gradient(90deg, rgb(249, 249, 249) 1px, transparent 0.5px);
  background-size: 800px 10px, 10px 100px, 60px 60px, 60px 60px;

}



/* #afafaf */

/* section.testimonials:after {
    content: "";
    background: url(https://dab1nmslvvntp.cloudfront.net/wp-content/uploads/2012/07/Screen-Shot-2012-07-30-at-1.50.02-AM.png) repeat;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    opacity: 0.5;
} */



.course-info {
    display : inline-block;
    text-align : center;
    color : #2c327e;
    font-size : 16px;
    margin-left : 50px;
    font-weight : 500;
}

.course-info i {
    font-size : 50px;
    margin : 10px 0px;
}

.course-info:first-child {
    margin-left: 0px;
}

@media (max-width: 768px){
    .center-xs {
        text-align : center;
    }
}


@media (min-width : 768px) {
    .course-content-wrapper {
        padding-right : 30px;
    }
}

.chart {
    align-content: center;
    display: flex;
    justify-content: center;
    min-height : 400px;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        content: " ";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.modal-footer {
    color: #00b5e6;
    font-size: 25px;
    text-align: center;
}

@media screen and (max-width: 768px){
    .modal-lg {
        max-width : 97%;
    }
}

.course-content-wrapper table {
    width: 100%;
    color: #2c327e;
    border: 1px solid #e7f2fc;
}

.course-content-wrapper table thead {

}

.course-content-wrapper table tbody {
    background-color: #fbfbfc;
}

.course-content-wrapper table tbody tr {
    border-top: 1px solid #e7f2fc;
}

.course-content-wrapper table tr {

}

.course-content-wrapper table th {
    padding: 20px 10px 20px 30px;
}

.course-content-wrapper table td {
    padding: 20px 10px 20px 30px;
}
/* whale slider */

.ei-title .first-elem, .ei-title .second-elem {
    text-align: left!important;
}
.first-elem{text-transform: uppercase!important;}

.subpage-breadcrumbs{
    margin-top: 10px;
    margin-bottom: -20px;
    padding-top: 10px;
}

@media only screen and (max-width:767px) {
    .ccm-layout-column {
        width: 100% !important;
        float: none !important;
    }
    .ccm-layout-column-spacing{
        margin:0 !important;
    }
}

@media only screen and (max-width: 1100px) {
.main-menu nav > ul > li > ul li {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;

}
}

/*1100*/

/*980*/

@media only screen and (max-width: 980px) {
.main-menu nav > ul > li > ul li {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;

}
}



@media screen and (max-width: 400px) {
    .header-top-logo img {
    width : 35px;
    opacity : 0.7;
}

}

.translate{text-align: right; background-color:#12164A; padding:5px; }
.slider img {width: 100%;
height: auto;}



/* NEW CSS  */

.footer-section-1{

  background-color: #707070 !important;
  text-decoration: none;
  border-right: 5px white;
  list-style-type: none;
color: white;
margin-top:auto;
margin-bottom:auto;
text-align:center;
padding: 20px;
padding-top: 30px;
padding-bottom: 30px;
}

.footer-section-1 li{
  display: inline;
font-size: 20px;
text-decoration: none;
}

.footer-section-1 a{
text-decoration: none;
padding-top: 20px;
padding-bottom: 20px;
}
.footer-section-1 a:hover{
text-decoration: none;


}

.footer-section-2 li{
text-decoration: none;
text-transform:uppercase !important;
font-weight: bold !important;
}

.footer-section-2 a{
text-decoration: none;
text-transform:uppercase !important;
font-weight: bold !important;

}
.footer-section-2 a:hover{
text-decoration: none;
color: black !important;
}

.footer-section-2{
  background-color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;

}

.social-icons-1{
  letter-spacing: 20px;
  border-left: thin solid white;
  border-right: thin solid white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ep-padding{
  padding-top: 20px;
  padding-bottom: 20px;
}

.prod-desc{
	float: none;
	margin: 0 auto;
  background-color: #FFD200;
  padding-top: 30px;
  float: right;
	vertical-align: middle;
	text-align: left;
  /* height: 100%; */
  /* padding-top: 200px; */
}

.prod-desc-2{
  background-color: #FFD200;
  padding: 30px;
  
	padding-left: 50px;
	text-align: left;
  


}

.prod-desc-2 h2{
      line-height: 1!important;
}

div.ccm-page h2 {
  line-height: 1!important;
}

.prod-image{
  -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%, 0% 100%);
  
  margin: 0;
padding: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
	max-height: 500px;
	position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center; /* add to align vertical */
	overflow:hidden;
}


/* PRODUCT IMAGE PAGE DONT CHANGE */
.prod-image-prod{
  -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 61% 100%, 0 100%);
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 61% 100%, 0 100%);
  object-fit: fill;
  margin: 0;
padding: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}


.prod-desc-prod{
  background-color: #FFD200;
  padding: 30px;
  
padding-left: 50px;
}

.product-image-bg{
    background-color: #FFD200;
}

.prod-image-2{
  -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
 
  margin: 0;
padding: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
    max-height: 500px;
position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex; /* add */
    justify-content: center; /* add to align horizontal */
    align-items: center; /* add to align vertical */
	overflow:hidden;
}

.item-description{
  color: black !important;
  background-color: #FFD200;
  opacity: 0.5;
  padding-left: 10px;
    padding-right: 10px;
    font-family: 'din-2014', sans-serif !important;
font-style: normal !important;
font-weight: 700 !important;
}


.item-header h1{
  font-weight: bold;
}

.owl-wrapper{
  border-top: 10px #ffd200;
}

.item .item-header{
  color: #FFD200 !important;
  font-weight: bold !important;
   text-transform:uppercase;
}

.item .item-btn{
  color: #FFD200 !important;
  font-weight: bold !important;
  border-color: #FFD200 !important;
   text-transform:uppercase;
}


.img-overlay{
  position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}


.black-section{
  background-color: black !important;
}

.datasheet-section{
  background-color: #FFD200 !important;
align-content: center;
margin: 0 auto;
}


.pattern-section{
  padding : 40px 0px;
  background: #f2f2f2;
  border-top: 5px solid #FFD200;
  background-image: linear-gradient(rgb(249, 249, 249) 1px, transparent 0.5px),
  linear-gradient(90deg, rgb(249, 249, 249) 1px, transparent 0.5px);
  background-size: 800px 10px, 10px 100px, 60px 60px, 60px 60px;
}

.form-control{
  border: 1px solid #FFD200 !important;
}

ul{
      color: white;
}

.black-section ul {
  list-style-type: none; /* no default bullets */
}

.black-section li {
  font-family: 'din 2014 Extra Light', sans-serif !important;

  font-size: 15px;
  line-height: 1.6 !important;
}

.black-section li:before { /* the custom styled bullets */
	list-style-type: square;
  background-color: #FFD200;
  border-radius: 0%;
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  height: 10px;
  width: 10px;
}

@media only screen and (min-width: 768px) {
.brnodisplay {
    display: none;
	}}

h5{
  font-family: 'din-2014', sans-serif !important;
font-style: normal !important;
font-weight: 700 !important;
  line-height: 1 !important;
  color: black !important;
font-size: 26px !important;

}



/* RESPONSIVE SETTINGS */
@media only screen and (max-width: 768px) {
  .footer-section-1{

    background-color: #707070 !important;
    text-decoration: none;
    border-right: 5px white;
    list-style-type: none;
  color: white;
  margin-top:auto;
  margin-bottom:auto;
  text-align:center;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  }

  .footer-section-1 li{
    display: inline;
  font-size: 20px;
  text-decoration: none;
  }

  .footer-section-1 a{
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  }
  .footer-section-1 a:hover{
  text-decoration: none;

  }

  .footer-section-2 li{
  text-decoration: none;
  text-transform:uppercase !important;
  font-weight: bold !important;
  }

  .footer-section-2 a{
  text-decoration: none;
  text-transform:uppercase !important;
  font-weight: bold !important;

  }
  .footer-section-2 a:hover{
  text-decoration: none;
  color: black !important;
  }

  .footer-section-2{
    background-color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .social-icons-1{
    letter-spacing: 20px;
    border-top: thin solid white;
    border-bottom: thin solid white;
    border-left: 0;
    border-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ep-padding{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .prod-desc{
    background-color: #FFD200;
    padding: 30px;
    text-align: center;
    float: none !important;

  }

  .prod-desc-2{
    background-color: #FFD200;
    padding: 30px;
    text-align: center;
    float: none !important;

    padding-top: 0px;
  }


  .prod-image{
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0% 100%);
    
    margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
    /* width: 350px;
  	height: 603px;
    background-color: #FFD200;
    background-size: cover;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    display: inline-block; */
  }


  /* PRODUCT IMAGE PAGE DONT CHANGE */
  .prod-image-prod{
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 100%, 61% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 61% 100%, 0 100%);
    height: auto;
    margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
    /* width: 350px;
    height: 603px;
    background-color: #FFD200;
    background-size: cover;
    clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
    display: inline-block; */
  }

  .prod-desc-prod{
    background-color: #FFD200;

  padding-left: 50px;
  text-align: center;
  float: none !important;

  }

  .product-image-bg{
      background-color: #FFD200;
  }

  .prod-image-2{
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    
    margin: 0;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
    /* width: 350px;
  height: 603px;
  background-color: #FFD200;
  background-size: cover;
    clip-path: polygon(0% 100%, 100% 0%, 0% 0%); */
  }

  .item-description{
    color: black !important;
    background-color: #FFD200;
    opacity: 0.5;
  }


  .item-header h1{
    font-weight: bold;
  }

  .owl-wrapper{
    border-top: 10px #ffd200;
  }

  .item .item-header{
    color: #FFD200 !important;
    font-weight: bold !important;
     text-transform:uppercase;
  }

  .item .item-btn{
    color: #FFD200 !important;
    font-weight: bold !important;
    border-color: #FFD200 !important;
     text-transform:uppercase;
  }

  .img-overlay{
    position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
  }


  .black-section{
    background-color: black !important;
  }

  .datasheet-section{
    background-color: #FFD200 !important;
  align-content: center;
  margin: 0 auto;
  }


  .pattern-section{
    padding : 40px 0px;
    background: #f2f2f2;
    border-top: 5px solid #FFD200;
    background-image: linear-gradient(rgb(249, 249, 249) 1px, transparent 0.5px),
    linear-gradient(90deg, rgb(249, 249, 249) 1px, transparent 0.5px);
    background-size: 800px 10px, 10px 100px, 60px 60px, 60px 60px;
  }

  .footer-section-2 img{
    max-width: 30% 1!important;
  }

  .owl-item{
   
  }
  .item img{
   
    width: auto;
  }
}
