@media screen and (min-width: 1500px) {
  .third-strip .slider-nav{
    left: 55%;
  }
}
@media screen and (min-width:992px) {
  nav#menu {
    float: right;
    margin-top:30px;
    position: relative;
  }
  nav#menu > ul > li {
    float: right;
    margin-left:0px;
    padding-bottom: 20px;
    position: relative;
  }
  nav#menu > ul > li > a {
    color: #404040;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
    margin-left: 15px;
  }
  nav#menu > ul > li:last-child > a{
    background: #c1272d;
    color: #fff;
    padding: 10px 15px;
    border-radius: 25px;
  }
  nav#menu > ul > li > a:before {
    content: '';
    border-bottom: 3px #c1272d solid;
    position: absolute;
    bottom: -2px;
    left: 0;
    overflow: hidden;
    max-width: 100%;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
    width: 0%;
  }
  nav#menu > ul > li.active > a:before{
    bottom: -2px;
  }
  nav#menu > ul > li:hover > a:before,nav#menu ul > li.active a:before {
    width: calc(100% - 0px);
  }
  nav#menu li:last-child:hover a:before, nav#menu ul > li:last-child.active a:before{
    display:none;
  }
  .sub-menu {
    background: #fff;
    position: absolute;
    transition: all .3s ease .15s;
    width: 270px;
    top: 45px;
    right: -20px;
    padding: 0px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-1em);
    transition: all 0.6s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    border-bottom: 3px solid #c1272d;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  }
  nav#menu ul li:hover > .sub-menu, nav#menu ul li:hover a:after {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
  }
  nav#menu ul li > .sub-menu li:hover {
    background-color: #eee;
  }
  .sub-menu li a {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 6px;
    position: relative;
    font-weight: 500;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .sub-menu li a:hover {
    color: #c1272d;
  }
  .sub-menu ul li {
    position: relative;
  }
  .sub-menu ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 220px;
    display: none;
    background: #eee;
  }
  .sub-menu ul li:hover ul {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  nav#menu > ul > li > a {
    font-size: 18px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .third-strip #carousel li,.third-strip #carousel li:before {
    width:100px !important;
    height:100px !important;
  }
  .third-strip #slider .item .industries-cntnt {
    top:50px !important;
  }
}
@media screen and (max-width: 1199px) {
  nav#menu li {
    margin-left: 3px;
  }
  .fourth-strip .float-left {
    width: 65% !important;
  }
  .fourth-strip .float-left .video-sec img{
    width:100%;
  }
  .fourth-strip .center {
    width: 30% !important;
  }
  .grid-box {
    width: 294px !important;
  }
  .fourth-strip .center .grid-box {
    padding: 49px 20px !important;
  }
  .fourth-strip .center .grid-box:last-child {
    padding: 13px 20px !important;
  }
  .fourth-strip .float-right {
    width: 97% !important;
    float: left !important;
  }
  .third-strip #slider .item .industries-cntnt {
    top:5px !important;
  }
  .third-strip #carousel li, .third-strip #carousel li:before {
    width: 80px !important;
    height: 80px !important;
  }
}
@media screen and (max-width:991px) {
  #burgernav {
    display: block !important;
  }
  #menu{
    display:none;
  }
  .grid-box {
    width: 215px !important;
  }
  .mm-opened .banner-section {
    margin-top:0px;
  }
  .fourth-strip .float-left {
    width:65% !important;
  }
  .second-strip .float-left,.second-strip .float-right {
    width: 100% !important;
  }
  .second-strip .float-right .cntnt p {
    padding-left:0px !important;
  }
  .fourth-strip .center .grid-box:last-child {
    padding: 3px 20px !important;
    margin-top: 6px !important;
  }
  footer .left a.call {
    font-size: 14px !important;
  }
  header {
    height:90px !important;
  }
  .logo img {
    height: 70px;
  }
  .banner-section {
    padding-top: 90px;
  }
  .innerbanner {
    padding-top: 90px;
  }
  .counts .count-text p {
    font-size: 12px !important;
  }
  .footer-mnu a {
    font-size: 11px !important;
  }
  .third-strip #slider .item .industries-cntnt h3 {
    font-size: 20px !important;
  }
  .third-strip #slider .item .industries-cntnt {
    top: 10px !important;
    right: 3% !important;
  }
  .third-strip #carousel li, .third-strip #carousel li:before {
    width: 50px !important;
    height: 50px !important;
  }
  .fourth-strip .center .grid-box {
    padding: 27px 20px !important;
  }
  .fourth-strip .center .grid-box:last-child img.right-img {
    margin-top: 10px !important;
  }
  .cmpny-list li, .cmpny-list {
    display: block;
  }
  .side-menu {
    margin-top: 20px
  }
}
@media screen and (max-width: 767px) {
  .second-strip .float-right .cntnt {
    width: 75% !important;
  }
  .fourth-strip .float-left {
    width: 100% !important;
  }
  .grid-box {
    width: 246px !important;
  }
  .fourth-strip .center {
    margin: 0 !important;
    width: 100% !important;
  }
  .fourth-strip .center > .grid-box img {
    margin:0 auto;
  }
  header .col-md-2{
    width:25%;
    float:left;
  }
  header .col-md-10{
    width:75%;
    float:left;
  }
  .counts ul li {
    display: initial;
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }
  footer .center,footer .left,footer .right {
    width: 100% !important;
  }
  .copyright {
    margin-top: -55px !important;
  }
  .footer-mnu {
    margin-top: 15px !important;
  }
  footer .left a.call {
    clear: both;
    display: block;
  }
  .third-strip #carousel {
    position: inherit !important;
    transform: initial!important;
    left: 0 !important;
    width: 100% !important;
  }
  #slider{
    margin-bottom:15px !important;
  }
  .third-strip #slider .item .industries-cntnt a {
    margin-top: 0px !important;
  }
  .third-strip #slider .item .industries-cntnt {
    background-color: rgba(169, 25, 65, 0.53);
    color: #fff;
    padding: 15px;
    width: 100% !important;
    position: initial !important;
  }
  .third-strip #slider .item .industries-cntnt h3,.third-strip #slider .item .industries-cntnt p,.third-strip #slider .item .industries-cntnt a{
    color: #fff !important;
  }
  footer .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .right {
    width: 100%;
    margin-left: 0%;
    margin: 20px 0;
  }
  .mtop20 {
    flex-direction: row !important;
  }
  .sublogo img {
    height: auto;
    width: 90%;
    margin-bottom: 15px;
  }
  .news-section .news_content {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .news-section .news-img img {
    float: none;
    width: auto;
    margin-right: 30px;
    max-width: 100%;
  }
  .addrslist li {
    margin-bottom: 20px;
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .vision {
    padding: 10px;
  }
  .vision .big-fnt {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .quote {
    padding-left: 0;
  }
  img.imgabt {
    width: 100%;
    padding-left: 0;
    margin: 25px 0;
  }
  .quote p {
    font-size: 20px;
    line-height: 34px;
  }
  .innerbanner img {
    width: 100%;
    min-height: 150px;
  }
  .innerbanner .bancontent {
    bottom: 45px;
  }
  .innerbanner .bancontent h2 {
    color: #fff;
    font-size: 28px;
  }
  .indeximg {
    float: none;
    width: 100%;
    margin-bottom: 5px;
  }
  .counts ul li {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
    height: 85px;
  }
  .third-strip #slider .item .left {
    width: 100%;
    margin-left: 0;
  }
  .album-list li {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (max-width:600px) {
  .second-strip {
    margin: 30px 0px 20px !important;
  }
  .second-strip .float-right .cntnt,.second-strip .float-right .pdf-dwld,.grid-box {
    width: 100% !important;
  }
  .second-strip .float-right .pdf-dwld{
    margin-left:0px;
  }
  footer .right ul {
    display: block;
  }
  .album-list li {
    width: 100%;
    float: none;
    padding: 10px;
  }
  .social
  {
    display:none;
  }
  .language {
    margin-top: 0px;
    margin-left: 0px;
  }
  .mobile-center
  {
    text-align:center;
    float:none !important;
  }
  .copyr
  {
    text-align:center !important;
    float:none !important;
  }
  .logo a
  {
    float:left;
  }
  .fourth-strip .float-right {
    width: 100% !important;
  }
  .innerbanner .bancontent {
    text-align:left !important;
  }
  .innerbanner .bancontent h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .breadcrumbs a {
    font-size: 14px;
  }
}

