.menuLinks .btn.active .menuWrapper:focus nav{
    right: 50%;
}
.menuLinks .btn.active .menuWrapper:focus{
  right: 0;
}

.p-title {
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
        padding-top: 15px;
}

a.logo.home img {
    width: 250px;
}
a.menulist-drop {
    line-height: 30px;
}

.menuWrapper ul li a:hover {
   color: rgb(255, 145, 38);
}

.content.pt {
    padding-top: 60px;
}

footer {
    background: #000;
    margin-top: 80px;
}

.w-100 {
  max-width: 100%;
}
.teaserBoxes.abt-section {
  background: #fff;
}
.teaserBoxes.abt-section .tBox {
    padding-top: 0px;
    padding: 50px;
}

.abt-icon {
    padding-bottom: 30px;
}
.abt-service-title {
    margin-bottom: 80px;
}

.abt-service-title h3 {
      padding-bottom: 20px;
}
.abt-service-title p {
    text-align: justify;
    line-height: 24px;
    font-size: 15px;
}
span.col-main {
    color: #ef9a48;
}
.mt-60 {
  margin-top: 60px;
}

/*google translator*/
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    border-right: none !important;
    padding: 0 !important;
}
#google_translate_element {
    width: 20px !important;
    padding: 0px 0px;
    margin: auto;
    display: inline-block;
}
.goog-te-gadget>div>img {
    background-image: url(../images/world.png) !important;
    background-repeat: no-repeat !important;
       width: 88px;
    height: 80px;
    background-size: 24px 24px;
    background-position: center center !important;
    margin-top: 0px;
        border-bottom: 1px solid #ddd;
}
#google_translate_element span a span:first-child {
    display: none;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    color: #fff !important;
    border: 0 !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #000;
    display: none;
}
li.lan {
    margin-left: 0;
}
a.a--block {
    margin-right: 6px;
}

 .goog-te-banner-frame.skiptranslate {
    bottom: 0 !important;
    position: fixed;
    top: auto !important;
  } 


a.footerLogo img {
    width: 140px;
}
#header.top-header {
  background: url(../images/bg_menu.png) repeat-x;
    position: absolute;
  /*  z-index: 100;*/
    min-height: 400px;
    top: 0;
    left: 0;
    right: 0;
}
.mainBottomInner p {
      line-height: 30px;
    text-align: justify;
}
.footerLogo span{
    display:inline-block;
    vertical-align:middle;
}
.footerLogo img{
    display:inline-block;
    vertical-align:middle;
}


.c-article-block__cta {
      display: inline-block;
    margin-top: 60px;
    margin-bottom: 0px;
}


.c-button__text {
    position: relative;
    display: inline-block;
    z-index: 5;
}

.c-button {
    display: inline-block;
    background: transparent;
    border: none;
    background-color: rgb(255, 145, 38);
    color: #fff;
    text-align: center;
    position: relative;
    padding: 14px 29px;
    font-size: 18px;
    min-width: 135px;
    cursor: pointer;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.c-button:before {
    background-color: #000000;
    z-index: 1;
}
.c-button:before, .c-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
    transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1), -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.c-button:after {
    background-color: #2c2c2c;
    z-index: 2;
}

.c-article-block:after {
    clear: both;
}
.c-article-block:before, .c-article-block:after {
    content: " ";
    display: table;
}

.c-button:hover:before, .c-button:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.c-button:before {
    background-color: #000000;
    z-index: 1;
}

.section-header {
    padding-bottom: 50px;
}
.section-header h2 {
    color: #252525;
    font-size: 36px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

.section-header p {
    width: 100%;
    line-height: 30px;
    text-align: justify;
    }


.box-shadow {
     box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}




/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 30%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}
.menuLinks .modal-content{
    width:35%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #ef9a48;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #fff;
  color: white;
}

.modal-footer {
    border-top: none;
    text-align: center;
    margin-bottom: 35px;
}
.modal-header {
  border-bottom: none;
}
.modal-footer ul li {
  display: inline-block;
  padding: 10px 0;
  font-size: 18px;
  width: 16%;
  text-align: center;
}
.modal-footer ul li a {
  color: #111;
}
.modal-footer ul li a:hover {
  font-weight: bold;
}
.modal-body {
    text-align: center;
    margin: 40px 0px;
}
.scrollTop {
     position: fixed;
    right: 23px;
    bottom: 100px;
    background-color: #1b1b1b;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0;
    z-index: 111;
}

.scrollTop a {
  display: block;
  padding: 10px 15px;
}
.scrollTop a i{
    color: #fff;
    font-size: 25px;
    transform: rotate(180deg);

}

.txt.w100.adressDetail h1 {
    padding-bottom: 32px;
}

.google-map {
      width: 100%;
    display: inline-block;
    position: relative;
    padding-top: 100px;
}

/* product pages css */
.content.space-top {
       margin-top: 0px;
}
.c-filter-sidebar__main-title {
       font-size: 26px;
    color: #000000;
    letter-spacing: -1px;
    font-weight: bold;
    margin-bottom: 30px;
}
section.subPage.pb-20 {
    padding: 20px 0px;
}
.item.mtr {
      margin: 0px 42px;
}
.content.ptb {
    padding-top: 60px;
    padding-bottom: 60px;
}
.item.text-center {
    text-align: center;
}
span.imgArea.tech-icon img {
    width: 70px !important;
    margin: 0px auto;
}
.popularProductSlider.productList {
    background: #f4f5f8;
    text-align: center !important;
}
.popularProductSlider.productList h2 {
      display: block;
    font-size: 36px;
    color: #252525;
    padding: 50px 50px;
    border-bottom: 1px solid #f3f3f3;
    letter-spacing: -2px;
    /* text-align: center; */
    margin: 0px auto;
}



ul.finish-list {
    padding-left: 0 !important;
        margin-top: 8px;
}

ul.finish-list li {
    display: inline-block;
    width: 35%;
    margin-bottom: 10px;
        text-align: center;
}
ul.finish-list li.hasSub a:before {
  display: none !important;
 }



ul.finish-list li.hasSub a span {
     margin-left: 0px;
    font-size: 14px;
    text-transform: capitalize;
}
    
ul.finish-list li.hasSub a img {
    border: 1px solid #cccccc;
    border-radius: 0px;
    opacity: 1;
        width: 60px;
    margin: 0px auto;
    display: block;
}

.c-product-block__info-voice {
      margin-bottom: 4px;
       font-size: 14px;
    color: #A3A3A3;
    line-height: 20px;
}
.c-product-block__info-voice span {
    color: #000000;
    font-weight: bold;
}
.cal-sec {
        width: 100%;
    display: inline-block;
    position: relative;
    margin: 80px 0px;
}




/* Responsive css */

@media screen and (max-width: 1540px) {
    
    .accordionDetail tr th {
    FONT-WEIGHT: 500;
    font-size: 16px;
    font-weight: 500;
}
    
    .productDetail .productInfo {
    width: 50%;
    }
    
    .form .formCol .submitBtn {
        line-height: 55px;
        font-size: 16px;
    }
    
    .accordionList .accordionItem h3 {
            padding: 20px 50px;
    }
    
    .accordionList .accordionItem .accordionDetail {
    padding: 0px 50px 30px 50px; 
    }

   .productList .pItem a strong small {
    display: block;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: normal;
    padding-top: 10px;
}

  .popularProductSlider.productList h2 {
    display: block;
    font-size: 34px;
  }

  .section-header h2 {
    color: #252525;
    font-size: 34px;
    letter-spacing: -2px;
    margin-bottom: 30px;
}

  footer .footerContact a.phone {
    color: #fff;
    font-size: 16px;
  }

  .awardItem .awardCaption h3 {
    color: #000;
    font-size: 48px;
    letter-spacing: -2px;
}

  .awardItem .awardCaption h3 span {
     font-size: 14px;
  }

  .section-header p {
    font-size: 14px;
  }

  footer .footerNav ul li a {
    font-size: 14px;
  }

  .abt-service-title p {
    text-align: justify;
    line-height: 22px;
    font-size: 14px;
}

  .abt-service-title h3 {
    padding-bottom: 10px;
    font-size: 18px;
}

  .abt-icon {
    padding-bottom: 10px;
}

  .abt-service-title h3 {
    padding-bottom: 10px;
}

  .teaserBoxes.abt-section .tBox {
    padding-top: 0px;
    padding: 30px;
}

.modal-footer ul li {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    /* width: 16%; */
    text-align: center;
    margin-right: 14px;
}
.modal-content {
  width: 33%;
}
}

@media screen and (max-width: 1445px) {
    
    
    .accordionDetail tr td {
    width: 8%;
    font-size: 14px;
}
    
    .accordionDetail tr th {
    FONT-WEIGHT: 500;
    font-size: 15px;
    font-weight: 500;
}


  .productList .pItem a strong {
    font-size: 15px;
}

  .content.ptb {
    padding-top: 30px;
    padding-bottom: 0px;
}

  .contactForm {
    padding: 40px;
  }

  .requestListWrapper .requestForm {
    padding: 70px 70px 70px 70px;
    width: 50%;
    float: left;
}

  .menuWrapper .left {
    width: 50%;
    height: 100%;
    padding: 80px 60px;
    float: left;
    position: relative;
}
  a.logo img {
    width: 300px;
}
.awardItem .awardCaption h3 {
    color: #000;
    font-size: 56px;
    letter-spacing: -2px;
}
.modal-footer ul li {
   margin-right: 12px;
}
footer .footerContact a.phone {
    color: #fff;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
}

@media screen and (max-width: 1370px) {
    
    a.logo.home img {
    width: 120px;
}

  .modal-footer ul li {
    margin-right: 10px;
}
  .menuWrapper ul li a {
    font-size: 17px;
}

footer .footerNav ul li a {
    font-size: 14px;
    color: #a5a6a8;
    line-height: 24px;
}
}

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

  .slideTxt .leftTxt {
    width: 50%;
    background: #252525;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 26px;
    font-size: 1rem;
    color: #fff;
    line-height: 24px;
}

  .menuWrapper ul li.hasSub a:before {
    top: 3px;
}

  a.logo img {
    width: 260px;
}

  .modal-footer ul li {
    margin-right: 8px;
}
  .menuWrapper ul li a {
    font-size: 16px;
}
}
@media screen and (max-width: 1024px) {
  a.logo img {
      width: 125px !important;
      transition: all .3s linear;
  }
}
@media screen and (max-width: 480px) {
    
    .content.ptb {
    padding-top: 0px;
    padding-bottom: 0px;
}
    .cal-sec {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 20px 0px;
}
    
    .event-sec .content .aboutContent .image p > span {
    float: left !important;
    /* margin: 10px 0; */
    margin-bottom: 30px;
}
    
    section .w80 .aboutContent .image {
    margin: 30px auto 0px;
}
    
    section.about-sec.event-sec {
    padding: 0px;
}
    
    .popularProductSlider {
    width: 100%;
    background: #fff;
    margin-top: 20px;
}
    .w40 {
    width: 100%;
    float: left;
}
    .w70 {
    width: 100%;
    float: left;
}

    section .qualityContent .image {
        margin: 30px auto 0px;
    }
    section .aboutContent .image {
            margin: 30px auto 0px;
    }
    
    .menuWrapper .right .social a {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

  span.imgArea.tech-icon img {
    width: 44px !important;
    margin: 0px auto;
}

  .popularProductSlider.productList h2 {
    display: block;
    font-size: 24px;
    padding: 30px 0px;
}

  .popularProductSlider.productList.tech-characteristics {
    margin: 0px;
    padding: 0px;
}

  .abt-icon img {
    width: 30px;
  }

  .teaserBoxes {
    width: 100%;
    padding-top: 30px;
}

  .social {
    margin-top: 20px;
}
.footerInner .legal p {
       text-align: center;
}

  footer .footerContact a.phone {
    color: #efefef;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}

  .footerInner .legal p {

    line-height: 30px;
}

  .abt-service-title {
    margin-bottom: 40px;
}
    
    .content.pt {
    padding-top: 20px;
}
    
footer {
    background: #000;
    margin-top: 50px;
}

  .txt.w100.adressDetail h1 {
    padding-bottom: 32px;
    padding-top: 32px;
}

  .w30 {
    width: 100%;
    float: left;
    padding-bottom: 10px;
}

  .mainSlider .nav a span:before {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    top: 9px;
    left: 10px;
}

.menuWrapper nav h2 {
        font-size: 22px;
    padding-bottom: 10px;
    color: #ef9a48;
  }


  a.display-mobile-none {
    display: none;
  }


  .section-header p {
    width: 100%;
    line-height: 30px;
    text-align: justify;
}


  footer .legal a {
    display: inline-block;
    color: #b9b9b9;
    font-weight: 500;
    line-height: 24px;
    font-size: 12px;
}

  a.footerLogo img {
    width: 80px;
}

  .awardItem .awardImg img {
    width: 100% !important;
}
  .awardItem .awardCaption h3 {
    color: #000;
    font-size: 22px;
    letter-spacing: -2px;
}

  .section-header h2 {
    color: #252525;
    font-size: 25px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}


  .mainBottom .mainBottomInner h2 {
    color: #252525;
    font-size: 25px;
    text-align: justify;
  }

  .c-article-block__cta {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

  .requestListWrapper .requestListInner h2 {
    color: #000;
    font-size: 33px;
    letter-spacing: -2px;
    margin-bottom: 20px;
}


  .menuWrapper ul li a {
       font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}

    a.logo.home img {
    width: 95px;
    background: #232323;
    padding: 10px;
    /* left: 30px; */
}


}

.form_error
{
	color:red !important;
}

.center-cropped-event {
  object-fit: cover;       
  object-position: center; 
  height: 200px;
  width:100%;
  border:solid 1px rgba(0,0,0,0.3);
}
.eventdetails p
{
	font-size:18px;
	font-weight:normal !important;
}

.pItem strong 
{
	text-transform:uppercase !important;
	letter-spacing:1px !important;
}
.menuactive
{
	color:rgb(255, 145, 38) !important;  
}

.footer-bottom{
    width:100%;
    display:inline-block;
    position:relative;
    padding-top:20px;
}
.footerLogo,.legal{
    display:inline-block;
    vertical-align: bottom;
}
.footer-last {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 70px;
}

@media (max-width:992px){
    .footer-bottom{padding-top:0;}
    footer a.footerLogo{padding-top:0;}
    a.footerLogo img{width: 200px !important;
    display: block;
    margin-top: 10px;}
    .footerInner .legal img{width:200px !important;}
    .footer-last{padding:30px 0;}
    .footer-last p {
    text-align: center;
}
}


/*_____________________________________________________________________________________________________*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.instagram-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}
@media (max-width: 992px){
   .mb-md-4{
      margin-bottom: 20px !important;
   }
}


/*--------------------------------------------------------------------*/
.lh-5{
  line-height: 30px;
}
ul.pr-side{
  position: relative;
}

ul.pr-side li a{
  display: block;
    font-size: 20px;
    color: #323232;
    font-weight: 400;
    line-height: 53px;
    border: 1px solid #d6d4d4;
    margin-bottom: 20px;
    padding: 0 40px 0 20px;
    position: relative;
}

ul.pr-side li a:hover{
  text-decoration: none;
}
ul.pr-side li{
  border-left: 2px solid orange;
}

ul.pr-side li:hover{
  border-right: 15px solid orange;
  border-left: none;
}
ul.pr-side li a i {
    line-height: 55px;
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 20px;
}

.bbo{
  border-bottom: 2px solid orange;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: 500;
}

.fwb{
  font-weight: bolder;
}
 
 @media (max-width: 576px){
  .mx-xs-3{
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
 }