/*-=Tablet screens=-*/
@media only screen and (min-width: 640px) and (max-width: 1024px) {
  .proj-p .bg-img {
    min-height: 420px !important;
  }
}
/*-=Small screens=-*/
@media only screen and (max-width: 640px) {
  /* TOP BAR Mobile STYLING */
  .title-bar {
    background-color: #1E2C55;
    /* collapsed menu bar color */
    padding: 0;
    line-height: 45px;
  }
    .logo img {
    padding-bottom: 10px;
  }
  .title-bar .title-bar-title {
    vertical-align: top;
  }
  .title-bar .menu-icon {
    position: relative;
    display: inline-block;
    padding: 0;
    width: 20px;
    height: 45px;
    background-color: transparent;
    vertical-align: top;
    cursor: pointer;
    outline: none;
  }
  .title-bar .menu-icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 50%;
    left: 0;
    margin-top: -9px;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  }

  .top-bar {
    height: auto;
    padding: 0;
    background: #1E2C55;
    /* menu list background color */
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar ul li > a {
    display: block;
    font-family: "Lato", sans-serif;
    color: white;
    /* menu item text color */
    font-size: 14px;
    background: #1E2C55;
    /* menu item background color */
    line-height: 45px;
    padding: 0 15px;
  }
  .top-bar ul li > a:hover {
    background: #5c6fa5 !important;
    /* menu item background color on hover */
  }
  .top-bar ul li.current-menu-item > a, .top-bar ul li.current_page_ancestor > a {
    background: #5c6fa5 !important;
    /* current/parent menu item background color */
  }
  .top-bar ul li.has-dropdown a:after {
    display: none;
  }
  .top-bar ul li.has-dropdown .accordion-toggle {
    display: block;
    position: absolute;
    width: 50px;
    height: 45px;
    right: 0;
    top: 0;
    color: #fff;
    /* dropdown arrow color */
    z-index: 100;
    text-align: center;
  }
  .top-bar ul li.has-dropdown .accordion-toggle i.fa {
    font-size: 13px;
    line-height: 1;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .top-bar ul li[aria-expanded="true"] > a {
    background: #00406d;
    /* menu item background color on open dropdown */
  }
  .top-bar ul li[aria-expanded="true"] > a .accordion-toggle i.fa {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-bar ul li .submenu a {
    padding-left: 25px;
  }
  .header-contact .hd-about, .header-contact .hd-contact, .header-contact .hd-tel  {
        white-space: nowrap;
  }
  .alignright, .alignleft, .aligncenter, .alignnone {
    float: none;
    margin: 0 0 1em;
  }

  .header .header-right {
    padding-top: 0;
  }

  .title-main {
    font-size: 24px;
  }

  .singl-top-sec .page-title {
    font-size: 24px;
  }

  .sec-2 .articles .art-desc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec-2 .articles .art-desc a.art-link {
    float: none;
  }

  .sec-2 .customers .cust-logo .cont ul {
    text-align: center;
  }
  .sec-2 .customers .cust-logo .cont ul li {
    display: inline-block;
    padding: 5px;
  }

  .bg-ex-work .ex-rec-work .read-more {
    float: left;
  }
.sales-icon-message {
  padding-bottom: 40px;
  }
  .contact-p .bages .wrapper {
    padding: 15px 0;
  }

  .foo-add,
  .foo-tel,
  .foo-mail {
    display: inline-block;
  }

  .add-footer {
    padding-bottom: 15px;
  }

  .foo-add p {
    margin-bottom: 0;
  }

  .footer .services-foot,
  .footer .qlink-foot,
  .footer .get-touch-foot {
    padding: 15px;
  }

  .contact-p .form .gform_wrapper ul li:after,
  .contact-p .form .gform_wrapper ul li:before,
  .contact-p .form .gform_wrapper ul.gform_fields {
    padding: 0;
  }

  .contact-p .form #field_1_1.gfield.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible,
  .contact-p .form #field_1_2.gfield.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible {
    width: 100%;
    margin-top: 0;
  }

  .contact-p .form .gform_body {
    padding-top: 10px;
  }

  .contact-p .form .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
  }
}

/*-=Medium screens=-*/
@media only screen and (min-width: 641px) {
  /* TOP BAR STYLING */
  .title-bar {
    display: none;
  }

  /* dropdown padding 
.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  padding-bottom: 10px;
   background-color: #1E2C55;
  }*/
  .top-bar {
    padding: 0px 0 0;
    background-color: transparent;
  }
  .top-bar ul {
    background: transparent;
    margin: 0;
    list-style: none;
    padding: 0;
  }
  .top-bar .header-menu li {
    float: none;
    display: inline-block;
    background-color: transparent;
    }

 /* Top menu style */
  .top-bar .header-menu li > a {
    display: block;
    background: #fff;
          line-height: 2;
    color: #1e2c55;
    font-family: "Lato", sans-serif;
     text-transform: capitalize;
    font-weight: 400;
   }
       .top-bar .header-menu > li {
  border-right: 1px solid #686868;
  }
     .top-bar .header-menu > li:last-child {
  border-right: 0px;
  }
  .top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
    /* Style of Current page and Ancestor page */
    background: #fff;
    color: #1E2C55;
   /* border-bottom: 5px solid #1E2C55;*/
  }
  .top-bar .header-menu li.has-dropdown > a {
    /* Style of item with dropdown */
    padding: 0 5px;
    color: #1e2c55;
    background: #fff;
 
  }
  .top-bar .header-menu li.has-dropdown > a:after {
    /* Hide dropdown arrow */
   display: none !important;
  }
  .top-bar .header-menu li.has-dropdown > a:hover {
    /* Top menu style on dropdown link hover */
    
  }
  .top-bar .header-menu li > a:hover {
    /* Top menu style on hover */
   /* color: #FFB910;*/
        /*border-bottom: 5px solid #FFB910;*/
  /* transition: all 0.1s ease-in-out; */
 background-color: #1e2c55;
         color: #fff;
   }
      /* Parent link style on dropdown hover */
  .top-bar ul li:hover > a {
        background-color: #1e2c55 !important;
    color: #fff !important;
/*border-bottom: 5px solid #FFB910;*/
  }
  .top-bar .submenu {
   /*border: none;*/
      -webkit-box-shadow: -1px 5px 12px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 5px 12px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 5px 12px -2px rgba(0,0,0,0.75);
    }
  .top-bar .submenu li {
    text-align: left;
    display: block;
  }
     /* Dropdown menu */
  .top-bar .submenu li > a {
     background: #fff;
    color: #1e2c55;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    min-width: 270px;
    line-height: 36px;
    border-left: 0px;
 
  }
  /* Dropdown menu hover */
  .top-bar .submenu li > a:hover {
    background-color: #5C6FA5; 
 
       border-bottom: 0px;
    color: #fff;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: 0;
  }
  .top-bar .is-dropdown-submenu .is-dropdown-submenu li a {
    /* Styles for 2nd level dropdown menu link */
  }

  .top-bar .header-menu {
    text-align: center;
    font-size: 0;
    line-height: 0;
    height: auto;
  }
  .top-bar .header-menu > * {
    float: none;
    display: inline-block;
  }
  .top-bar .header-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    line-height: 1;
    font-size: 0;
  }
/*.header .header-contact {
  padding-top: 10px;
  }*/
  .footer .services-foot {
    padding-left: 15px;
  }

  .footer .qlink-foot {
    padding-left: 15px;
  }

  .footer .foo-mail {
    word-wrap: break-word;
  }

  .foo-mail {
    display: block;
  }
}
/* min-width 641px */
@media only screen and (min-width: 641px) and (max-width: 768px) {


  .top-bar .header-menu li > a {
    padding: 0 8px !important;
       font-size: 13px;
   }
  .sec-2 .articles .art-desc h3 {
    font-size: 20px;
  }

  .sec-1 .desc h4,
  .sec-2 .articles .art-desc h4 {
    font-size: 18px;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 641px) and (max-width: 1024px) {
/*  .contact-p .bages p a[href*="mailto:"] {
      font-size: 18px;
  }*/
  .header .header-contact {
   font-size: 16px; 
    padding-right: 5px;
  }
  .header-contact .hd-space {
   padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* min-width 641px and max-width 1024px, use when QAing tablet-only issues*/
   .top-bar .header-menu li > a {
    padding: 0 8px !important;
       font-size: 14px;
   }
  .logo img {
    padding-top: 20px;
  }
  .top-bar .submenu li > a {
    font-size: 14px;
  }

  .sec-2 .articles .wrapper {
    padding: 30px 0;
  }
}
/*-=Large screens=-*/
@media only screen and (max-width: 1024px) {
  .title-top-page {
    padding: 20px 0;
  }

  .sec-2 .customers .title,
  .footer .pre-footer .col-bord {
    float: none;
    display: block;
    text-align: center;
  }

  .sec-2 .customers .title span,
  .footer .pre-footer .col-bord .accred {
    float: none;
    border: none;
    padding: 0;
  }

  .footer .pre-footer .col-bord {
    border: none;
  }

  .sec-2 .customers .cust-logo,
  .footer .pre-footer .col-logo {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .pre-footer .col-logo .cont ul {
    text-align: center;
  }
  .footer .pre-footer .col-logo .cont ul li {
    padding: 10px;
    display: inline-block;
  }
}
@media only screen and (min-width: 1201px) {
 /* Top menu style */
  .top-bar .header-menu li > a {
    padding: 0 23px !important;
       font-size: 17px;
    font-weight: 700;
   }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
   .top-bar .header-menu li > a {
    padding: 0 16px !important;
       font-size: 16px;
     line-height: 34px;
   }
}
@media only screen and (min-width: 1025px) {
  .logo img {
    width: 350px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .singl-top-sec .slick-slide {
  height: 460px !important;
}
    .header .bg_col {
 height: 34px; 
}
}

