  body {
    background: #fff;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #8d9297;
  }

  :root {
    --primary: #ED1C24;
    --secondary: #080808;
    --accent: #6f42c1;
  }

  .main-button {
    background-color: var(--primary);
    border: 0;
    padding: 10px 5px;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
    position: relative;
  }

  .mist-text {
    color: #8c8c8c;
    font-weight: bold;
    top: 16px;
    right: 0;
    font-size: 0.42rem;
    font-family: 'Roboto', sans-serif;
  }

  .main-button:after {
    background-color: var(--primary);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }

  .main-button:hover {
    text-decoration: none;
    color: #fff;
  }

  @-webkit-keyframes blink {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 0.9;
    }

    100% {
      -webkit-transform: scale3d(1.1, 1.5, 1.1);
      transform: scale3d(1.1, 1.5, 1.1);
      opacity: 0;
    }
  }

  @keyframes blink {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      opacity: 0.9;
    }

    100% {
      -webkit-transform: scale3d(1.1, 1.5, 1.1);
      transform: scale3d(1.1, 1.5, 1.1);
      opacity: 0;
    }
  }

  /*
  .header-sec:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 34px;
    background: var(--primary);
    bottom: -34px;
    z-index: 0;
  }
  
*/

  .navbar {
    /*    background: var(--primary) !important;*/
  }

  .nav-link {
    font-size: 0.98rem;
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
  }

  .left-logo {
    width: 190px;
    height: auto;
  }

  .right-logo {
    width: 146px;
    height: 96px;
  }

  .training-sec {
    background: var(--secondary);
    z-index: 5;
  }

  .ws_cover,
  #wowslider-container1 .ws_effect {
    height: 535px !important;
  }

  #wowslider-container1 .ws_images > div > img {
    max-height: 100% !important;
    height: 535px !important;
  }

  #wowslider-container1,
  #wowslider-container1 .ws_images {
    max-width: 100% !important;
    max-height: 100% !important;
    height: 535px !important;

  }

  #wowslider-container1 .ws_images .ws_list img,
  #wowslider-container1 .ws_images > div > img {
    height: 535px !important;
  }

  .ws-title {
    display: none !important;
  }

  .#wowslider-container1 a.ws_next,
  #wowslider-container1 a.ws_prev {
    background-image: none !important;
  }

  p {
    line-height: 1.7;
    font-size: 0.9rem;
  }

  .title-header:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 100%;
    background: var(--primary);
    left: 0px;
    top: 0px;
  }

  .title-header h5 {
    text-transform: uppercase;
  }

  .title-header h2 {
    color: #182333;
  }

  .about-left-wrap {
    position: relative;
    height: 70%;
    width: 80%;
  }

  .about-left-bottom-wrap {
    position: absolute;
    width: 67%;
    height: 301px;
    right: 48px;
    bottom: -16px;
  }

  .about-left-wrap img {
    width: 100%;
    height: 100%;
    height: 360px;
  }

  .about-left-bottom-wrap img {
    width: 100%;
    height: 100%;
    border: 15px solid #fff;
    /* box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.15), 5px 5px 5px rgba(0, 0, 0, 0.19); */
  }

  .vision-wrap {
    background: var(--secondary);
  }

  .vision-wrap .fa {
    font-size: 2.1rem;
    color: var(--primary);
  }

  hr {
    border-top: 1px solid rgb(103, 103, 103);
  }

  .vision-right-sec {
    position: absolute;
    z-index: -1;
    left: -100px;
  }

  .vision-outer-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 165px;
    background: var(--primary);
    bottom: -37px;
  }

  /*
  .service-wrap {
    margin-top: 6rem;
  }
*/

  .service-sec {
    background: url("../../images/factory-automation.jpg");
    padding-top: 5rem;
    overflow: hidden;
    height: 100%;
    box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.1), -3px 2px 10px rgba(0, 0, 0, 0.11);
  }

  .service-sec2 {
    background: url("../../images/ComponentRepairing.jpg");
  }

  .service-sec3 {
    background: url("../../images/SCADA.jpg");
  }

  .service-sec4 {
    background: url("../../images/ProjectTraining.jpg");
  }

  .service-sec5 {
    background: url("../../images/EmbeddedSystem.jpg");
  }

  .service-sec6 {
    background: url("../../images/SearchforOnlineSupport.jpg");
  }

  .service-sec:before {
    position: absolute;
    content: '';
    width: 107%;
    height: 98px;
    background: #f8f8f8;
    bottom: -49px;
    transform: rotate(-13deg);
    left: -9px;
  }

  .service-data {
    width: 86%;
    margin: auto;
    background: #fff;
    /*    padding-top: 3rem !important;*/
  }

  /*
  .service-data:before {
    position: absolute;
    content: '';
    width: 107%;
    height: 98px;
    background: #ffffff;
    top: -67px;
    transform: rotate(-13deg);
    left: -9px;
  }
*/

  .service-title {
    color: var(--secondary);
  }

  .service-title:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary);
  }

  /*  .service-data p {
      max-height: 115px;
      overflow: hidden;
      text-overflow: ellipsis;
  }*/

  .read-more-btn {
    color: var(--primary);
    font-size: 1rem;
  }

  .footer-sec {
    background: var(--secondary);
    z-index: 2;
    margin-top: 8rem;
  }

  .footer-sec:after {
    position: absolute;
    content: '';
    background: var(--primary);
    width: 100%;
    height: 73px;
    top: -34px;
    z-index: -1;
  }

  .social-sec .fa {
    border: 1px solid white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
  }

  .submit-btn {
    border-radius: 0px;
    background: var(--secondary);
    border-color: var(--secondary);
    width: 150px;
  }

  .about-head {
    background: url(../../images/contact-bg.jpg);
    height: 290px;
  }

  .about-head-inner {
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    height: 100%;
  }

  .contact-form .input-group {
    border-bottom: 1px solid;
    position: relative;
  }

  .contact-form .fa {
    font-size: 1.3rem;
    position: absolute;
    top: 9px;
    color: var(--primary);
  }

  .contact-info .fa {
    font-size: 1.1rem;
    color: var(--primary);
  }

  .contact-info .fa {
    top: 3px;
    left: 4px;
  }

  .mobile-icon {
    font-size: 1.7rem !important;
  }

  .contact-form .input-group {
    border-bottom: 1px solid #e2e2e2 !important;
  }

  .contact-info {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07), 1px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
  }

  .contact-info:before {
    position: absolute;
    content: '';
    width: 24%;
    left: 38%;
    background: var(--primary);
    height: 5px;
    top: 0px;
  }

  .contact-info:after {
    position: absolute;
    content: '';
    width: 24%;
    left: 38%;
    background: var(--primary);
    height: 5px;
    top: 0px;
  }

  .contact-info-title {
    color: var(--secondary);
  }

  .btn-outer-wrap {
    position: fixed;
    z-index: 99;
    right: 6px;
    top: 39%;
  }

  .btn-wrap {

    background: #2c476a;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .institute-title {
    color: var(--secondary);
    font-weight: bold;
    margin-bottom: 5rem;
    margin-top: 5rem;
  }

  .institute-title:before {
    position: absolute;
    content: '';
    width: 8%;
    height: 4px;
    background: var(--primary);
    top: 8rem;
    left: 46%;
  }

  .menu-sec {
    position: absolute;
    top: 92px;
    background: var(--primary);
    z-index: 91;
    width: 60%;
    left: 20%;
  }

  .menu-sec .nav-link:hover {
    color: var(--secondary);
  }
  
  .menu-secc {
    position: absolute;
    top: 92px;
    background: var(--primary);
    z-index: 91;
    width: 20%;
    left: 39%;
  }

  .menu-secc .nav-link:hover {
    color: var(--secondary);
  }

  .head-title {
    color: var(--secondary);
  }

  .apply-btn-wrap {
    bottom: 15px;
  }

  .apply-btn-wrap .apply-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 25px;
    background: #fff;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .apply-btn:hover {
    background: var(--primary);
    color: #fff;
  }

  .modal-header {
    background: var(--primary);
  }

  .close {
    background: #fff;
    opacity: 1;
  }

  .form-btn {
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 0px;
  }

  .form-btn:hover {
    background: #c71017;
    border-color: #c71017;
  }

  .btn-wrap img {
    width: 45px;
    height: 45px;
  }

  /*.btn-wrap:before {*/
  /*  content: '';*/
  /*  position: absolute;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  background: linear-gradient(133deg, transparent 145px, rgba(255, 255, 255, 0.21) 50px);*/
  /*  border-radius: 50%;*/
  /*  left: 0;*/
  /*  top: 0;*/
  /*}*/

  .ripple {
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
  }

  .training-text {
    background: #2c476a;
  }

  .header-outer-sec {
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
  }

  .apply-sec {

    margin-top: 128px;
    margin-bottom: 100px;
  }

  @-webkit-keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(44, 71, 106, 0.3), 0 0 0 7px rgba(44, 71, 106, 0.3);
    }

    100% {
      box-shadow: 0 0 0 7px rgba(44, 71, 106, 0.3), 0 0 0 18px rgba(44, 71, 106, 0.3);
    }
  }

  @keyframes ripple {
    0% {
      box-shadow: 0 0 0 0 rgba(44, 71, 106, 0.3), 0 0 0 7px rgba(44, 71, 106, 0.3);
    }

    100% {
      box-shadow: 0 0 0 7px rgba(44, 71, 106, 0.3), 0 0 0 18px rgba(44, 71, 106, 0.3);
    }
  }

  .product-wrap {
    background: url("../../images/product_bg.png");
  }

  .product-wrap:before {
    position: absolute;
    content: '';
    width: 30%;
    height: 100%;
    background: #fffefe;
    left: 0px;
    top: 0px;
    z-index: -1;
  }

  .product-wrap:after {
    position: absolute;
    content: '';
    width: 70%;
    height: 100%;
    background: var(--secondary);
    right: 0px;
    top: 0px;
    z-index: -1;
  }


  .product-title {
    box-shadow: 0 5px 30px rgba(41, 41, 59, .1);
    color: var(--secondary);
  }



  .product-sec {
    box-shadow: 0 5px 30px rgba(41, 41, 59, .1);
  }

  .product-img {
    background: url("../../images/plc.jpg") no-repeat;
    background-size: 100% 100%;

  }

  .carousel-by-item [class*="cloneditem-"] {
    display: none;
  }

  .melsec-sec {
    background: url("../../images/MELSEC-FX%20Series.jpg") no-repeat;
    background-size: 100% 100%;
  }

  .product-subhead {
    position: relative;
    color: var(--primary) !important;
    font-size: 1.45rem;
    margin-bottom: 30px;
  }


  .product-subhead:before {
    position: absolute;
    content: '';
    width: 60%;
    background: #ed1c24;
    height: 3px;
    bottom: -4px;
    left: 20%;
  }

  .product-subhead:after {
    position: absolute;
    content: '';
    width: 5px;
    background: #ed1c24;
    height: 5px;
    bottom: -5px;
  }

  .product-name {
    background: var(--secondary);
  }

  .series-name {
    box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.1), -3px 2px 10px rgba(0, 0, 0, 0.11);
    height: 100%;
  }

  .fx-img {
    background: url("../../images/MELSEC-FX-Series.jpg") no-repeat;
    background-size: auto;
    width: 274px;
    height: 200px;
    background-size: 100% 100% !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06), 1px 3px 10px rgba(0, 0, 0, 0.09);

  }
  
  
  .f-img {
    background: #fff no-repeat;
    background-size: auto;
    height: 200px;
    background-size: 100% 100% !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06), 1px 3px 10px rgba(0, 0, 0, 0.09);

  }

  .iq-f-series {
    background: url("../../images/MELSEC-iQ-F-Series.jpg") no-repeat;
  }

  .l-series {
    background: url("../../images/l-series-plc.png") no-repeat;
    background-size: auto;
    height: 200px;
    background-size: 100% 100% !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06), 1px 3px 10px rgba(0, 0, 0, 0.09);
  }

  .iqr-series {
    background: url("../../images/iq-r-series.png") no-repeat;
    background-size: auto;
    height: 200px;
    background-size: 100% 100% !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06), 1px 3px 10px rgba(0, 0, 0, 0.09);
  }
  
  .q-series {
    background: url("../../images/MELSEC-Q.jpg") no-repeat;
  }
  
  .nex-1000 {
    background: url("../../images/NEXGENIE-1000.jpg") no-repeat;
  }

  .nex-2000 {
    background: url("../../images/NEXGENIE2000.jpg") no-repeat;
  }

  .goc-img {
    background: url("../../images/goc.png") no-repeat;
  }

  .goc35 {
    background: url("../../images/goc35.png") no-repeat;
    background-size: auto;
    height: 200px;
    background-size: 100% 100% !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06), 1px 3px 10px rgba(0, 0, 0, 0.09);
  }

  .goc43 {
    background: url("../../images/goc43.jpg") no-repeat;
    background-size: auto;
    height: 200px;
    background-size: 100% 100% !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06), 1px 3px 10px rgba(0, 0, 0, 0.09);
  }


  .got-img {
    background: url("../../images/got-2000.jpg") no-repeat;
  }

  .got-simple {
    background: url("../../images/GOT/got-simple.jpg") no-repeat;
  }

  .series-name h5 {
    color: var(--primary);
    font-weight: bold;
    position: relative;
  }


  .series-name h5:before {

    position: absolute;
    content: '';
    width: 10%;
    height: 3px;
    background: var(--secondary);
    bottom: -5px;
    left: 45%;
  }

  .series-content {
    color: var(--secondary);
  }

  .series-name .btn {
    position: absolute;
    bottom: -17px;
    background: #ed1c24;
    left: 33%;
    border-radius: 25px;
    color: #fff;
    border: none;
    box-shadow: 2px 3px 15px #c2c2c2, 3px 3px 10px rgba(56, 56, 56, 0.2);
  }
  
    .series-name .btn a {
    color: #fff;
  }

  .product-modal {
    max-width: 80% !important;
  }

  .product-modal {
    color: var(--secondary);
  }

  .product-modal ul {
    font-weight: bold;
  }

  .img-wrap img {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.14901960784313725)
  }

  .sub-text {
    color: var(--secondary);
  }

  .enquiry-btn {
    border-radius: 25px;
    background: var(--primary);
    width: 150px;
  }

  .modal-sub-text {
    border-bottom: 3px solid var(--secondary);
    font-weight: bold;
    color: var(--secondary);
    background: #e9ecef;
    border-radius: 10px 10px 0px 0px;
  }

  .smart-line {
    background: url("../../images/Smart-line.jpg") no-repeat;
  }

  .vfdA-img {
    background: url("../../images/VFD-A-Series.jpg") no-repeat;
  }

  .vfdD-img {

    background: url("../../images/VFD-D-Series.jpg") no-repeat;
  }

  .vfdE-img {
    background: url("../../images/VFD-E-Series.jpg") no-repeat;
  }


  .vfdF-img {
    background: url("../../images/VFD-F-Series.jpg") no-repeat;
  }

  .vfdcs-img {
    background: url("../../images/VFD-CS-Series.jpg") no-repeat;
  }

  .servo-img {
    background: url("../../images/servo.jpg") no-repeat;
  }

  .cnc-img {
    background: url("../../images/cnc.jpg") no-repeat;
  }

  .robot-img {
    background: url("../../images/MELFA.jpg") no-repeat;
  }
  
  .vertical-robot {
    background: url("../../images/vertical-robot.png") no-repeat;
  }
  
  .horizontal-robot {
    background: url("../../images/horizontal-robot.png") no-repeat;
  }
  
  .melpha-robot {
    background: url("../../images/melpha-robot.jpg") no-repeat;
  }


  .lvc-img {
    background: url("../../images/low-voltage-circuit-breakers.jpg") no-repeat;
  }

  .contractor-img {
    background: url("../../images/contractors.jpg") no-repeat;
  }

  .fr-family {
    background: url("../../images/fr-family.jpg") no-repeat;
  }

  .about-sec p {
    font-size: 0.9rem;
  }


  .clients img {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.17), 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 10px;
  }

  .clients .carousel-indicators li {
    background-color: #080808;

  }

  .clients .carousel-indicators {
    bottom: -36px;

  }


  .service-content {
    min-height: 222px;
  }


  /* Bootstrap Lightbox using Modal */

  #profile-grid {
    overflow: auto;
    white-space: normal;
  }

  #profile-grid .profile {
    padding-bottom: 40px;
  }

  #profile-grid .panel {
    padding: 0
  }

  #profile-grid .panel-body {
    padding: 15px
  }

  #profile-grid .profile-name {
    font-weight: bold;
  }

  #profile-grid .thumbnail {
    margin-bottom: 6px;
  }

  #profile-grid .panel-thumbnail {
    overflow: hidden;
  }

  #profile-grid .img-rounded {
    border-radius: 4px 4px 0 0;
  }

  .thumb img {

    border-radius: 10px;
    box-shadow: -1px -1px 11px rgba(0, 0, 0, 0.1), 2px 3px 10px rgba(0, 0, 0, 0.12);
    padding: 10px;
    height: 100%;
    width: 100%;

  }

  .client17 {

    height: 170px;
  }


  .client-prev,
  .client-next {
    opacity: 1;
    left: -40px;
    background: red;
    width: 40px;
    height: 40px;
    top: 40%;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
  }

  .client-next {
    left: unset;
    right: -40px;
  }

  .navbar-toggler {
    position: absolute;
    right: 5px;
    top: 13px;
    background: var(--secondary);
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
  }

  .navbar-toggler .fa {
    font-size: 1.5rem;
  }

  .subcat-subtext {
    text-align: center;
    color: var(--primary);
  }

  .download-sec {
    background: var(--secondary);
  }

  .download-btn {
    background: var(--primary);
  }

  .thank-wrap {
    margin-top: 100px;
    width: 100%;

  }


  .thank-wrap .card-header {
    background: #049030;
    padding: 5px;
    font-size: 40px;
    border-radius: 10px 10px 0px 0px;
  }

  .thank-wrap .card-header .fa {
    color: #fff;
  }

  .thank-wrap .card:before {
    position: absolute;
    content: '';
    width: 12%;
    background: #049030;
    height: 4px;
    bottom: 0;
    left: 43%;
    border-radius: 10px 10px 0px 0px;
  }


  .thank-wrap .card {
    box-shadow: -2px -4px 10px rgba(0, 0, 0, 0.10980392156862745), 1px 1px 6px rgba(0, 0, 0, 0.16862745098039217);
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;

  }


  .thank-wrap .card-body {
    padding: 20px;

  }

  .thankyou-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }

  .thank-body {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .thank-html {
    height: 100%;
  }


  .contact-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
    border-radius: 25px;
    background: #fff;
    font-weight: bold;
    font-size: 0.8rem;
  }

  .contact-btn:hover {
    background: var(--primary);
    color: #fff;
  }

  .collapsible-sec [data-toggle="collapse"] .fa:before {
    content: "\f056";
  }

  .collapsible-sec [data-toggle="collapse"].collapsed .fa:before {
    content: "\f055";
  }

  .collapsible-sec .card-header .btn {

    border: none;
    font-size: 1.3rem;
    border-radius: 0px;
    background: linear-gradient(205deg, #909090, #646464);
    color: #fff;

  }


  .collapsible-sec .card-header .btn .fa {
    position: absolute;
    right: 9px;
    top: 7px;
    font-size: 2rem;
    color: #fff;
  }


  .collapsible-sec .card-header {

    overflow: hidden;
    border-radius: 25px;
  }

  /*.collapsible-sec .card-header:before*/
  /*{*/

  /*       position: absolute;*/
  /*content: ' ';*/
  /*width: 36px;*/
  /*height: 36px;*/
  /*background: var(--primary);*/
  /*left: -21px;*/
  /*bottom: 5px;*/
  /*border-radius: 50%;*/
  /*}*/

  .card-wrap {
    width: 96%;
    margin: auto;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.21176470588235294);
    border-radius: 0px 0px 25px 25px;

  }

  .wraphead {
    background: linear-gradient(45deg, #ed1c24, #ff2d35) !important;
  }

  .link-sec > a {
    display: block;
    position: relative;
  }

  .link-sec > a:after {
    content: "\f055";
    font-family: 'FontAwesome';
    position: absolute;
    right: 8px;
    font-size: 34px;
    top: 1px;
  }

  .link-sec > a[aria-expanded="true"]:after {
    content: "\f056";
    /* fa-chevron-up */
  }

  .link-sec a:hover {
    text-decoration: none;
  }



  .headOne a {
    font-size: 1.3rem;
    color: #fff;
    background: linear-gradient(45deg, #ed1c24, #ff2d35) !important;
    padding: 0.6rem;
    border-radius: 25px;

  }



  .cardTwo .card-header a {
    font-size: 1.3rem;
    color: #fff;
    background: linear-gradient(205deg, #909090, #646464);
    padding: 0.6rem;
    border-radius: 25px;
  }

  .wrap-card-body {
    width: 96%;
    margin: auto;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.21176470588235294);
    border-radius: 0px 0px 25px 25px;
  }


  @media only screen and (min-width:240px) and (max-width:767px) {
    .mitsubishi-logo {
      display: none;
    }

    .dcs-title {
      display: none;
    }

    .service-content {
      min-height: auto;
    }

    .product-modal {
      max-width: 100% !important;
    }

    .download-btn {

      font-size: 0.8rem;
    }

    .institute-title:before {
      content: unset !important;
    }


  }


  @media only screen and (min-width:240px) and (max-width:483px) {

    .about-left-wrap img {
      height: 210px;
    }

    .about-left-bottom-wrap {
      width: 70%;
      right: 0px;
      bottom: -52px;
      height: 200px;
    }

    .btn-wrap {

      width: 70px;
      height: 70px;
    }

    .btn-wrap img {
      width: 40px;
      height: 40px;
    }

    .training-text {
      font-size: 1rem;
    }

    .vision-icon {
      text-align: left !important;
    }

    .client-prev {
      left: 0;

    }

    .client-next {
      right: 0px;
    }

    .vision-outer-wrapper:before {
      width: 90%;
      bottom: -25px;
      left: 5%;
    }

    .ws_cover,
    #wowslider-container1 .ws_effect {
      height: 220px !important;
    }

    #wowslider-container1 .ws_images > div > img {
      max-height: 100% !important;
      height: 220px !important;
    }

    #wowslider-container1,
    #wowslider-container1 .ws_images {
      max-width: 100% !important;
      max-height: 100% !important;
      height: 220px !important;
      margin-top: 0px;
    }

    #wowslider-container1 .ws_images .ws_list img,
    #wowslider-container1 .ws_images > div > img {
      height: 220px !important;
    }

    .institute-title {
      margin-bottom: 3rem;
      margin-top: 3rem;
    }

    .institute-title:before {

      width: 20%;
      top: 5.7rem;
      left: 40%;
    }

    .menu-sec {
      top: 0;
      width: 100%;
      left: 0;
      position: relative;
    }


  }

  @media only screen and (min-width:485px) and (max-width:766px) {


    .ws_cover,
    #wowslider-container1 .ws_effect {
      height: 250px !important;
    }

    #wowslider-container1 .ws_images > div > img {
      max-height: 100% !important;
      height: 250px !important;
    }

    #wowslider-container1,
    #wowslider-container1 .ws_images {
      max-width: 100% !important;
      max-height: 100% !important;
      height: 250px !important;
      margin-top: 0px;
    }

    #wowslider-container1 .ws_images .ws_list img,
    #wowslider-container1 .ws_images > div > img {
      height: 250px !important;
    }

    .institute-title {
      margin-bottom: 3rem;
      margin-top: 3rem;
    }

    .institute-title:before {

      width: 20%;
      top: 5.7rem;
      left: 40%;
    }

    .fx-img {

      height: 150px;
    }

    .about-left-bottom-wrap {
      width: 70%;
      height: 301px;
      right: 0;
      bottom: -55px;
    }

    .client-prev {
      left: -30px;
    }

    .client-next {
      right: -30px;
    }

    .menu-sec {
      top: 0;
      width: 100%;
      left: 0;
      position: relative;
    }

  }




  @media only screen and (min-width:767px) and (max-width:991px) {

    body {
      font-size: 12px;
    }

    p {
      font-size: 0.7rem;
    }

    .ws_cover,
    #wowslider-container1 .ws_effect {
      height: 350px !important;
    }

    #wowslider-container1 .ws_images > div > img {
      max-height: 100% !important;
      height: 350px !important;
    }

    #wowslider-container1,
    #wowslider-container1 .ws_images {
      max-width: 100% !important;
      max-height: 100% !important;
      height: 350px !important;
      margin-top: 0px;
    }

    #wowslider-container1 .ws_images .ws_list img,
    #wowslider-container1 .ws_images > div > img {
      height: 350px !important;
    }

    .head-title,
    .mitsubishi-logo {
      display: none;
    }

    .menu-sec {
      top: 0px;
      width: 100%;
      left: 0;
      position: relative;
    }

    .about-left-wrap {

      width: 93%;
    }

    .about-left-wrap img {

      height: 270px;
    }

    .about-left-bottom-wrap {

      width: 86%;
      height: 210px;
      right: 48px;
      bottom: unset;
      top: 152px;
      right: 0;
    }

    .service-title {

      font-size: 1rem;

    }

    .service-data {
      width: 92%;
    }

    .service-content {
      min-height: 188px;
    }

    .institute-title {

      margin-bottom: 2rem;
      margin-top: 0rem;
    }

    .institute-title:before {

      top: 2.5rem;

    }

    .download-btn {

      font-size: 0.8rem;
    }

    .submit-btn {
      width: 100px;
    }

    .fx-img {
      height: 150px;
    }

    .client-prev {
      left: -35px;
    }

    .client-next {
      right: -35px;
    }


  }



  @media only screen and (min-width:996px) and (max-width:1030px) {


    .nav-link {
      font-size: 0.9rem;
    }

    .menu-sec {
      width: 62%;
      left: 19%;
    }

    .mist-text {

      right: 0;
      font-size: 0.4rem;
    }

    .submit-btn {
      width: 120px;
    }

  }



  @media only screen and (min-width:1270px) and (max-width:1450px) {

    .mist-text {

      font-size: 0.42rem;

    }
  }
