
html,body{
    overflow-x: hidden;
}

body {
    font-family: 'Fira Sans', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    background: #F2F2F2;
    padding-top: 164px;
}

ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

header.main-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.ui-widget.ui-widget-content
{
    z-index: 9999;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #666666 !important;
    background: #666666 !important;
    padding: 5px;
}
.ui-menu-item-wrapper
{
    padding: 7px 6px !important;
}

ul#ui-id-1 {
    border-radius: 3px;
    max-height: 235px;
    overflow: hidden scroll;
    max-width: 250px;
    font-size: 12px;
}
li.ui-menu-item {
    border-bottom: 1px solid #ccc;
}
.top-header {
    background: #E81838;
}

.search_cont {
    margin-top: 150px;
}

.search_cont h2 {
    padding: 20px 0;
}

.top-header .row {
    align-items: center;
}

.top-header .left-logo {
    /* display: flex; */
    /* align-items: center; */
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
    padding: 0px;
}

.top-header .left-logo .logo {
    float: left;
    position: relative;
    z-index: 9;
}

.logged-in header.main-header {
    top: 32px;
}

.top-header .left-logo .logo:before {
    content: '';
    background: white;
    width: 1000%;
    height: 100%;
    position: absolute;
    right: -80px;
    transform: skew(-15deg, 0deg);
    z-index: -9;
}


.top-header .left-logo .logo img {
    position: relative;
    top: 11px;
}

.top-header .left-logo .tabline-right {
    float: right;
    margin-top: 14px;
}

.top-header .right-forms {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 61.666667%;
    max-width: 61.666667%;
    padding: 0px;
}

.top-header .right-forms .newsletter-form label {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0 20px 0 0;
}

.top-header .right-forms .newsletter-form input[type="text"], .top-header .right-forms .newsletter-form input[type="email"] {
    border: none;
    border-radius: 10px;
    height: 48px;
    width: 200px;
    font-size: 13px;
    padding: 10px 12px;
}

.top-header .right-forms .newsletter-form form {
    position: relative;
}

.top-header .right-forms .newsletter-form form button.submit {
    position: absolute;
    right: 0;
    background: transparent;
    padding: 14px 13px;
    color: #E81838;
    font-size: 14px;
    border: none;
}

.top-header .right-forms input[type="text"] {
    border: none;
    border-radius: 10px;
    height: 48px;
    width: 200px;
    font-size: 13px;
    padding: 10px 12px 10px 29px;
    outline: none;
}

.top-header .right-forms input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #E81838;
}
.top-header .right-forms input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #E81838;
}
.top-header .right-forms input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #E81838;
}
.top-header .right-forms input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #E81838;
}

.top-header .right-forms .catergory-search {
    border-left: 1px solid rgba(249, 249, 249, 0.61);
    padding: 0 0 0 30px;
    margin: 0 0 0 30px;
}

.top-header .right-forms .catergory-search form {
    position: relative;
}

.top-header .right-forms .catergory-search .search-btn {
    position: absolute;
    top: 11px;
    left: 8px;
}

.top-header .right-forms .catergory-search .search-btn a {
    color: #E81838;
}

.navigation-area {
    background: #1F4164;
    position: relative;
}

.navigation-area .row {
    align-items: center;
}

.navigation-area .left-menus {
    display: flex;
    align-items: center;
    /*padding: 0;*/
}

.navigation-area .product-listing .drop-down {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 100%;
    min-width: 270px;
    padding: 5px 0;
}
.navigation-area .product-listing .drop-down.open-toggle {
    display: block;
}

.navigation-area .product-listing .drop-down ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation-area .product-listing .drop-down ul li a {
    display: block;
    padding: 13px 20px;
    color: #494949;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
}

.navigation-area .product-listing .drop-down ul li.menu-item-has-children>a:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
}

.navigation-area .product-listing .drop-down ul li ul.sub-menu {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    background: #fff;
    height: 100%;
    padding: 0px 0;
    display: none;
}

.navigation-area .product-listing .drop-down ul li a:hover {
    background: #e81838;
    color: #fff;
    text-decoration: none;
}

.navigation-area .left-menus .main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation-area .left-menus .main-menu {
    width: 76%;
    padding: 0 0 0 10px;
}

.navigation-area .left-menus .main-menu ul li {
    display: inline-block;
    margin: 0 10px;
}

.navigation-area .left-menus .main-menu ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    padding: 21px 0;
    position: relative;
}

.navigation-area .left-menus .main-menu ul li a:hover, .navigation-area .left-menus .main-menu ul li:hover a {
    color: #e81838;
}

.navigation-area .left-menus .main-menu ul li.menu-item-has-children>a {
    padding: 21px 18px 21px 0;
}

.navigation-area .left-menus .main-menu ul li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: fontawesome;
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 19px;
}

.navigation-area .product-listing {
    width: 25.3%;
    position: relative;
}

/*.navigation-area div[class*="col"] {
    padding: 0;
}*/
.hentry{
    max-width: 1195px !important;
    padding-right: 15px;
    padding-left: 15px;
}
.navigation-area .product-listing span {
    background: #e81838;
    width: 100%;
    display: block;
    padding: 18px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.navigation-area .product-listing span i.fa {
    position: absolute;
    right: 13px;
    top: 19px;
    font-weight: bold;
    font-size: 21px;
}

.navigation-area .product-listing .drop-down ul li ul.sub-sub-menu {
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    background: #fff;
    height: auto;
    padding: 0px 0;
    display: none;
    overflow: auto;
    max-height: 250px;
}

.navigation-area .phone-no a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}

.navigation-area .phone-no a:hover{
    color: #e81838;
}

.navigation-area .phone-no a i.fa {
    margin: 0 12px 0 0;
    font-weight: bold;
    font-size: 25px;
    display: inline;
    position: relative;
    top: 2px;
}
.navigation-area .product-listing .drop-down ul li:hover ul.sub-menu {
    display: block;
}

.navigation-area .product-listing .drop-down ul li:hover>a {
    background: #e81838;
    color: #fff;
}

.navigation-area .left-menus .main-menu .menu-item.current-menu-item a {
    color: #e81838;
}

.navigation-area .product-listing .drop-down ul .sub-menu li:hover ul.sub-sub-menu {
    display: block;
}

.navigation-area .phone-no {
    text-align: right;
}


.navigation-area .left-menus .main-menu ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    display: none;
    width: 210px;
}

.navigation-area .left-menus .main-menu ul li:hover ul.sub-menu {
    display: block;
}

.navigation-area .left-menus .main-menu ul li ul.sub-menu li {
    width: 100%;
    margin: 0;
}

.navigation-area .left-menus .main-menu ul li ul.sub-menu li a {
    display: block;
    padding: 13px 20px;
    color: #494949;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.navigation-area .left-menus .main-menu ul li ul.sub-menu li a:hover {
    background: #e81838;
    color: #fff;
    text-decoration: none;
}


.banner-section .carousel-item img {
    width: 100%;
}

.banner-section .carousel-item .container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
}

.banner-section .carousel-item .content {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translate(0,-50%);
    max-width: 610px;
}

.banner-section .carousel-item .content h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
}

.banner-section .carousel-item .content p {
    color: #fff;
    font-size: 16px;
}

.bottom-product-section {
    background: linear-gradient(0deg, #0A1B2C, #0A1B2C, #0A1B2C, #0A1B2C, rgba(10, 27, 44, 0));
    padding: 130px 0 0 0;
    margin-top: -130px;
    position: relative;
}

.bottom-product-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.bottom-product-section ul li {
    width: 16.6666%;
    text-align: center;
    border-top: 1px solid rgba(247, 247, 247, 0.4);
    border-left: 1px solid rgba(247, 247, 247, 0.4);
}

.bottom-product-section ul li a {
    display: flex;
    padding: 10% 4%;
    text-decoration: none;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;    
}

.bottom-product-section ul li a:hover {
    background: #1f4164;
}

.bottom-product-section ul li a h3 {
    color: #CCCCCC;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0px;
}

.bottom-product-section ul li a img {
    min-height: 70px;
    object-fit: scale-down;
    margin: 0 0 15px 0;
    max-width: 100%;
}

.bottom-product-section ul li:first-child, .bottom-product-section ul li:nth-child(7) {
    border-left: 0;
}

.why-choose {
    text-align: center;
    padding: 100px 0;
}

.why-choose h3 {
    color: #e81838;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 80px 0;
}

.why-choose img {
    min-height: 110px;
    max-width: 100%;
    object-fit: scale-down;
    margin: 0 0 30px 0;
}

.why-choose p {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.contact-today {
    background: #959595;
    padding: 80px 0;
    clear: both;
}

div#main-content {
    margin-top: 184px;
}

.contact-today h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.contact-today  .row {justify-content: center;align-items: center;}

.contact-today .contact-btn a {
    background: #fff;
    padding: 19px 35px;
    border-radius: 10px;
    color: #E81838;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 0 35px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}


footer.main-footer {
    background: #1F4164;
    padding: 80px 0 0px 0;
}

footer.main-footer .foot-logo {
    margin: 0 0 50px 0;
}

footer.main-footer p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

footer.main-footer h3 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 25px 0;
}

footer.main-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer.main-footer ul li {
    margin: 0 0 10px 0;
}

footer.main-footer ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

footer.main-footer .top-footer {
    margin: 0 0 40px 0;
}

footer.main-footer .bottom-copyright {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

footer.main-footer .bottom-copyright p {
    margin: 0;
    font-size: 16px;
}

footer.main-footer .bottom-copyright .iso-images li {
    display: inline-flex;
    margin: 0 0 0 7px;
}

footer.main-footer .bottom-copyright .row {
    align-items: center;
}

footer.main-footer .newsletter-form .field {
    position: relative;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px 0;
}

footer.main-footer .newsletter-form .field input[type="text"] {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 13px;
}

footer.main-footer .newsletter-form .field input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
footer.main-footer .newsletter-form .field input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
footer.main-footer .newsletter-form .field input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
footer.main-footer .newsletter-form .field input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

footer.main-footer .newsletter-form .field button.subnmit-btn {
    position: absolute;
    right: 0;
    background: #fff;
    -webkit-appearance: none;
    border: none;
    padding: 11px 20px;
    color: #1F4164;
    font-size: 15px;
}

footer.main-footer .newsletter-form label {
    color: #fff;
    font-size: 14px;
}

footer.main-footer .newsletter-form label a {
    color: #fff;
}

footer.main-footer .newsletter-form label input[type="checkbox"] {
    margin: 0px 4px 0 0;
    position: relative;
    top: -1px;
}


/*Category Page style*/


.breadcrumbs {
    margin: 0 0 10px 0;
}

.breadcrumbs li {
    color: #1F4164;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.breadcrumbs li a {
    color: #1F4164;
    font-weight: 400;
    position: relative;
}

.breadcrumbs li a:after {content: ">";margin: 0 0 0 9px;}


.catergory-main-section h2, .catergory-main-section h1 {
    color: #e81838;
    /*text-transform: uppercase;*/
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

.catergory-main-section {
    padding: 67px 0;
}

.accessories-section .info-section {
    background: #1F4164;
    padding: 34px 40px;
    position: relative;
    z-index: 9;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.accessories-section .info-section .row {
    align-items: center;
}

.accessories-section .info-section h2, .accessories-section .info-section h1 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
}

.accessories-section .info-section:after {
    content: "";
    background: #E81838;
    position: absolute;
    width: 39%;
    height: 100%;
    top: 0;
    right: -70px;
    transform: skew(-32deg, 0deg);
    z-index: -9;
}

.accessories-section .info-section img {
    margin: 0 auto;
    display: block;
}

.accessories-section p {
    color: #494949;
    font-size: 18px;
    line-height: 29px;
}

.accessories-section .read-more a {
    color: #494949;
    font-size: 18px;
    font-weight: 500;
    padding: 6px 0;
    display: inline-block;
    text-decoration: none;
}

.accessories-section .read-more a:after {
    content: "...";
}

.accessories-section .read-more a:hover{
    color: #e81838;
}

.accessories-section {
    margin-bottom: 24px;
}

.product-filter-area button.btn {
    border-radius: 0;
    border: 1px solid #666666;
    background: #fff;
    color: #4A4A4A;
    padding: 5px 13px 2px 13px;
    box-shadow: 0 0 !important;
}

.product-filter-area button.btn:hover, .product-filter-area button.btn.active{
    background: #666666;
    color: #fff;
}

.product-filter-area .sorting {
    display: inline-block;
    float: right;
    border: 1px solid #495052;
    padding: 7px 14px;
    font-size: 15px;
    color: #495052;
}
.product-filter-area .sorting select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    width: 59px;
    color: #495052;
    font-size: 15px;
    position: relative;
}

.product-filter-area {
    border-top: 1px solid rgba(73, 80, 82, 0.5);
    border-bottom: 1px solid rgba(73, 80, 82, 0.5);
    padding: 13px 0;
    margin-bottom: 21px;
}

.product-filter-area .row {
    align-items: center;
}

.product-filter-area p {
    margin: 0;
    text-align: center;
    font-size: 15px;
    color: #495052;
}


.breadcrumbs {
    color: #1F4164;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.breadcrumbs a {
    color: #1F4164;
    margin: 0 7px 0 0;
    font-weight: normal;
    padding-left: 5px;
}

.breadcrumbs a:hover{
    text-decoration: none;
    color: #e81838;
}
.category-more-section .product-single-section .card .content h4 a {
    color: #1F4164;
}

#products .item {
    margin-bottom: 30px;
}

#products .item .card {
    text-align: center;
    margin-bottom: 0px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 25px 20px;
    transition: 0.2s ease-in-out;
    height: 100%;
}

#products .item a {
    text-decoration: none;
    color: #1F4164;
}

#products .item .card .img img {
    height: 200px;
    max-width: 100%;
    object-fit: contain;
}
.read-more {
    display: inline;
}

#products .item .card .img {
    margin: 0 0 15px 0;
}

#products .item .card .content h3 {
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1F4164;
}

#products .item .card:hover {
    box-shadow: 0px 8px 22px rgba(0,0,0,0.2);
}

#products .item .card .content  h4 {
    color: #1F4164;
    font-size: 18px;
    margin: 0 0 15px 0;
}

#products .item .card .content  p {
    color: #494949;
    font-size: 15px;
}

#products .item .card .content h4.blck {
    margin: 25px 0 10px 0;
    color: #494949;
}

#products .list-group-item {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    background: transparent;
    border: none;
    padding: 0 15px;
}

#products .item.list-group-item .card {
    display: flex;
    padding: 20px 20px;
    flex-direction: row;
    align-items: center;
}

#products .item.list-group-item .card .content {
    padding: 0 0 0 30px;
    text-align: left;
}

.sidebar-right .enquiry-form {
    background: #1F4164;
    padding: 20px 20px;
    margin-bottom: 25px;
}
.customnewbox.enquiry-form {
    background: lightgrey !important;
}
.customnewbox.enquiry-form h3 {
    color: #1F4164 !important;
}
.customnewbox.enquiry-form ul li a {
    text-decoration: none;
    color: #1F4164;
}

.sidebar-right .enquiry-form h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 14px 0;
}

.sidebar-right .enquiry-form  p {
    color: #fff;
    font-size: 15px;
}

.sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield {
    padding: 0;
    margin: 0 0 10px 0 !important;
    background: transparent;
    border: none;
}
.sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield .ginput_container {
    margin: 0;
}

.sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield label.gfield_label {
    display: none;
}

.sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield .ginput_container input {
    height: 50px;
    margin: 0;
    border: none !important;
    border-radius: 10px;
    padding: 4px 13px !important;
    font-size: 18px !important;
    width: 100%;
}

.sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield div.validation_message {
    padding: 0;
    color: red;
    font-weight: normal;
    font-size: 11px;
}

.sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield .ginput_container textarea {
    height: 102px;
    border-radius: 10px;
    border: none;
    padding: 9px 13px !important;
    font-size: 18px !important;
    width: 100%;
    display: block;
}

.sidebar-right .enquiry-form .gform_wrapper {
    margin-bottom: 0;
}

.sidebar-right .enquiry-form form .gform_footer.top_label {
    margin: 0;
    padding: 0;
}

.sidebar-right .enquiry-form form .gform_footer.top_label input {
    width: 100%;
    background: #E81838;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 16px 0;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.sidebar-right .enquiry-form .gform_wrapper .validation_error {
    display: none;
}

.enquiry-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield label.gfield_label {
    display: none;
}

.sidebar-right .enquiry-form form  .gform_footer.top_label {
    margin: 0;
    padding: 0;
}

.sidebar-right .enquiry-form form .gform_footer.top_label input {
    width: 100%;
    background: #E81838;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 16px 0;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
}

.sidebar-right .enquiry-form .gform_wrapper {
    margin-bottom: 0;
}

.filter-sidebar h3 {
    background: #494949;
    color: #fff;
    padding: 10px 14px 9px 14px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
}

.filter-sidebar .filter-area {
    background: #fff;
    padding: 20px 15px;
}

.filter-sidebar .filter-area h4 {
    color: #494949;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 700;
}

.filter-option .field {
    position: relative;
    margin: 0 0 18px 0;
}

.filter-option .field input[type="checkbox"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    opacity: 0;
}

.filter-option .field label {
    margin: 0;
    color: #494949;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 0 27px;
    position: relative;
}


.filter-option .field label:before {content: "";border: 1px solid #494949;width: 14px;height: 15px;display: block;position: absolute;left: 0;top: 3px;}

.filter-option .field input[type="checkbox"]:checked+label:before {background: #1F4164;border-color: #1F4164;}

.filter-option .field input[type="checkbox"]:checked+label {
    color: #1F4164;
}


/*Single Page style*/

.single-product .why-choose {
    padding-bottom: 30px;
    padding-top: 80px;
}

.catergory-main-section.single-product .breadcrumbs {
    margin-bottom: 25px;
}

.product-info {
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 25px 20px;
}

.product-info .top-icon {
    max-width: 33px;
    position: absolute;
    top: -7px;
    left: 14px;
}

.product-info .top-icon img {
    max-width: 100%;
}

.product-info .product-image img {
    max-width: 100%;
    /*height: 476px;*/
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.product-info-content h3, .product-info-content h1 {
    color: #494949;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 15px 0;
}

.product-info-content  h4 {
    font-size: 15px;
    color: #494949;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 15px 0;
}

.product-info-content p {
    color: #494949;
    font-size: 18px;
    line-height: 28px;
}

.product-info-content .download-btn {
    margin-top: 25px;
}

.product-info-content .download-btn a {
    background: #E81838;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 16px 0;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    max-width: 270px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.sidebar-right .download-btn a {
    background: #E81838;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 16px 0;
    font-size: 18px;
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

.sidebar-right .download-btn.buy-online-shop a {
    background: #24568b;
}

.product-main-outer {
    margin-bottom: 40px;
}


.product-main-outer .left-single-area {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 71.666667%;
    max-width: 72.666667%;
}

.product-main-outer .sidebar-right {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 28.333333%;
    max-width: 28.333333%;
}


.spec-section .title {
    background: #e81838;
    display: inline-block;
    padding: 18px 43px;
}

.spec-section .title.active {
    background: #495052;
}

.spec-section .title h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.spec-section .content-area {
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 35px 40px;
    position: relative;
}

.spec-section .content-area .spec-row {
    display: flex;
    margin: 0 0 19px 0;
}

.spec-section .content-area .spec-row h4 {
    font-size: 18px;
    color: #1F4164;
    margin: 0;
    line-height: initial;
    width: 200px;
    text-transform: uppercase;
}

.spec-section .content-area .spec-row p {
    color: #494949;
    font-size: 18px;
    margin: 0;
}

.spec-section .content-area .sett-icon {
    position: absolute;
    right: 50px;
    top: 60px;
}


.spec-section {
    margin: 50px 0px;
}

.spec-section .title {
    background: #e81838;
    display: inline-block;
    padding: 18px 43px;
}

.spec-section .title h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

.spec-section .content-area {
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 35px 40px;
    position: relative;
}

.spec-section .content-area .spec-row {
    display: flex;
    margin: 0 0 19px 0;
}

.spec-section .content-area .spec-row h4 {
    font-size: 18px;
    color: #1F4164;
    margin: 0;
    line-height: initial;
    width: 200px;
    text-transform: uppercase;
}

.spec-section .content-area .spec-row p {
    color: #494949;
    font-size: 18px;
    margin: 0;
    width: 100%;
    margin-left:30px;
}

.spec-section .content-area .sett-icon {
    position: absolute;
    right: 50px;
    top: 60px;
}

.category-more-section h3 {
    color: #e81838;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 65px 0;
    text-align: center;
    text-transform: capitalize;
}

.category-more-section .product-single-section .item{
    margin-bottom: 30px;
}

.category-more-section .product-single-section .card {
    text-align: center;
    margin-bottom: 0px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 25px 20px;
    transition: 0.2s ease-in-out;
    height: 100%;
}

.category-more-section .product-single-section .card .img img {
    height: 200px;
    max-width: 100%;
    object-fit: contain;
}

.category-more-section .product-single-section .card .img {
    margin: 0 0 15px 0;
}

.category-more-section .product-single-section .card .content h4 {
    font-size: 18px;
    color: #1F4164;
    font-weight: 500;
    line-height: 28px;
}

.category-more-section .product-single-section .card .content p {
    font-size: 15px;
    color: #494949;
}

.category-more-section .product-single-section .card .content h4.blck {
    color: #494949;
    font-size: 15px;
}


/*About page style*/

.inner-banner {text-align: center;padding: 11% 0;background-repeat: no-repeat;background-size: cover;position: relative;z-index: 9;background-position: center center;}

.inner-banner:after {content: "";background: linear-gradient(0deg, #081F36, transparent);position: absolute;height: 100%;width: 100%;left: 0;bottom: 0;z-index: -9;}

.inner-banner h2, .inner-banner h1 {
    margin: 0;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.grey-bg {
    background: #F2F2F2;
}

.top-section {
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}

.top-section p {
    font-size: 18px;
    color: #494949;
    margin: 0 0 30px 0;
}

.top-section ul {
    padding: 0 60px;
}

.top-section ul li {
    float: left;
    width: 50%;
    color: #1F4164;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 7px 0;
}

.top-section ul li:before {content: "";background: #1F4164;width: 8px;height: 8px;position: absolute;left: 0;top: 8px;}

.white-bg {
    background: #fff;
}

.iso-about {
    padding: 60px 0;
}

.iso-about p {
    font-size: 18px;
    color: #494949;
    margin: 0 0 30px 0;
}

.iso-about .iso-images li {
    display: inline-block;
    margin: 20px 3%;
    width: 43%;
}

.iso-about .iso-images {
    text-align: center;
}

.iso-about .iso-images li img {
    max-width: 100%;
}

.tabbing-outer-main {
    padding: 60px 0;
}

.tabbing-outer-main p {
    font-size: 18px;
    color: #494949;
    margin: 0 0 30px 0;
}

.tabbing-outer-main p.tagline {
    text-align: center;
    font-size: 16px;
    font-style: italic;
}

.tab-pane.active {
    opacity: 1;
}

.tabbs-content-outer {
    margin-top: 50px;
    margin-bottom: 70px;
}

.tabbs-content-outer ul.nav.nav-tabs {
    border: none;
}

.tabbs-content-outer ul.nav.nav-tabs li a {
    background: #495052;
    display: inline-block;
    padding: 15px 35px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    border-left: 2px solid #CCCCCC;
    text-decoration: none;
}


.tabbs-content-outer ul.nav.nav-tabs li:first-child a {
    border-left: 0;
}

.tabbs-content-outer ul.nav.nav-tabs li a:hover, .tabbs-content-outer ul.nav.nav-tabs li.active a {
    background: rgba(73, 80, 82, 0.8);
}

.tabbs-content-outer .inner-content {
    background: #fff;
    padding: 40px 40px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.factory-tour-section h3 {
    color: #e81838;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 30px 0;
    text-transform: capitalize;
}

.factory-tour-section .carousel img {
    max-width: 100%;
}

.factory-tour-section .carousel .carousel-caption {
    bottom: 0;
    text-align: left;
    left: 0;
    right: 0;
    padding: 20px 20px 0px 20px;
    background: linear-gradient(0deg, #333333, transparent);
}

.factory-tour-section .carousel .carousel-caption h5 {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
}

.factory-tour-section .carousel .carousel-caption p {
    color: #fff;
    font-weight: 500;
}

.factory-tour-section .row {
    align-items: center;
}

.factory-tour-section .row {
    align-items: center;
}

.factory-tour-section .carousel a.carousel-control-prev {
    height: auto;
    display: block;
    top: 50%;
    bottom: auto;
    width: 52px;
    transform: translate(0,-50%);
    opacity: 1;
}

.factory-tour-section .carousel a.carousel-control-prev:before {content: "\f104";font-family: fontawesome;font-size: 60px;}

.factory-tour-section .carousel a.carousel-control-prev span {
    display: none;
}


.factory-tour-section .row {
    align-items: center;
}

.factory-tour-section .carousel a.carousel-control-next {
    height: auto;
    display: block;
    top: 50%;
    bottom: auto;
    width: 52px;
    transform: translate(0,-50%);
    opacity: 1;
}

.factory-tour-section .carousel a.carousel-control-next:before {content: "\f105";font-family: fontawesome;font-size: 60px;}

.factory-tour-section .carousel a.carousel-control-next span {
    display: none;
}

.team-section {
    padding: 80px 0;
    text-align: center;
}

.team-section h3 {
    color: #e81838;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 65px 0;
    text-transform: capitalize;
    text-align: center;
}

.team-section img {
    max-width: 100%;
    margin: 0 0 30px 0;
    border-radius: 50%;
    width: 150px;
    height: 150px;
}

.team-section h4 {
    margin: 0;
    color: #1F4164;
    font-size: 21px;
    font-weight: 800;
}

.morecontent span {
    display: none;
}
a.morelink, a.lesslink{
    color: #494949;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0 0;
    display: inline-block;
    text-decoration: none;
}

.navigation-area .product-listing .drop-down li.mobile-back {
    background: #494949;
    display: none;
}

.navigation-area .product-listing .drop-down li.mobile-back span.dynamic-text {
    display: inline;
    background: transparent;
    padding: 0;
}


.navigation-overlay {
    background: #494949;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 99;
    left:0;
    transition: 0.3s ease-in-out;
    visibility: hidden;
}

.navigation-overlay.enabled {
    opacity: 0.8;
    visibility: visible;
}

.navigation-area .left-menus .main-menu .menu-bar, .navigation-area .left-menus .main-menu .cross {
    display: none;
}

html.fixed-scroll {
    overflow: hidden;
}

.left-area {
    width: 70%;
    float: left;
}

.right-sidebar {
    width: 30%;
    float: left;
    margin-top: 50px;
}

.right-sidebar div#content-sidebar {
    width: 100%;
}

.left-area header.entry-header {
    margin-bottom: 20px;
}

.left-area .entry-content {
    margin: 0;
}

.left-area header.entry-header h1.entry-title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
}


.search_cont .view-group h3 {
    width: 100%;
    padding: 0 15px;
    color: #1F4164;
    text-transform: uppercase;
}

.search_cont .view-group .item .card {
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
    padding: 25px 20px;
    transition: 0.2s ease-in-out;
}
.search_cont .view-group .item .card:hover {
    box-shadow: 0px 8px 22px rgba(0,0,0,0.2);
}
.search_cont .view-group .item .card a {
    text-decoration: none;
}

.search_cont .view-group .item .card .img {
    margin: 0 0 15px 0;
}

.search_cont .view-group .item .card .img img {
    height: 200px;
    max-width: 100%;
    object-fit: contain;
}

.search_cont .view-group .item .card h3 {
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 800;
    color: #1F4164;
}

.page-template-page-contact .left-area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-contact .left-area h1 {
    width: 100%;
    padding-left: 0 !important;
}

.page-template-page-contact .contact-left-area {
    width: 32%;
}

.page-template-page-contact .contact-right-form {
    width: 68%;
    padding-left: 40px;
}

#menu-item-38767 li.mobile-back {
    display: none;
}

div.cat-head {
    margin-top: 160px;
}


.tabbs-content-outer .inner-content h3.z-detail-list {
    font-size: 18px;
    color: #494949;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: bold;
}

.tabbs-content-outer .inner-content ul {
    margin: 0 0 30px 0;
}

.tabbs-content-outer .inner-content ul li {
    position: relative;
    padding: 0 0 0 20px;
}

.tabbs-content-outer .inner-content ul li:before {
    content: "";
    background: #e93f38;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 100%;
}


.tabbs-content-outer .inner-content ul li h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    margin: 0;
}

.tabbs-content-outer .inner-content h1 {
    font-size: 28px;
    color: #494949;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: bold;
}

.tabbs-content-outer .inner-content h2 {
    font-size: 22px;
    color: #494949;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: bold;
}

.tabbs-content-outer .inner-content h3 {
    font-size: 18px;
    color: #494949;
    margin: 0 0 20px 0;
    line-height: 1.5;
    font-weight: bold;
}

.tabbs-content-outer .inner-content p img {
    max-width: 100%;
    height: auto;
}


.z-detail-outer {
    margin-bottom: 40px;
}

.z-detail-outer .z-detail-head {
    font-weight: 500;
    margin: 0 0 10px 0;
    font-size: 22px;
}

.z-detail-outer .z-detail {
    font-size: 18px;
    color: #494949;
    margin: 0;
}

.z-detail-outer .z-detail-list {
    margin-bottom: 30px;
}

.z-detail-outer .z-detail a {
    background: #e93f38;
    color: #fff;
    padding: 5px 15px 4px 15px;
    display: inline-block;
    font-weight: 500;
    margin-top: 15px;
}

.z-detail-outer .z-detail a br {
    display: none;
}

.side-icon {
    text-align: center;
    padding: 30px 30px;
}

.side-icon .icon-with-content {
    margin: 0 0 45px 0px;
}

.side-icon .icon-with-content img {
    margin-bottom: 10px;
}

.side-icon .icon-with-content p {
    font-size: 15px;
}

.outer-cls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-cls {
    float: left;
    width: 53%;
    padding-left: 30px;
}
.left-cls h4 {
    font-size: 14px;
    margin: 0px 0px 5px;
    color: #fff;
    font-weight: 700;
}
.left-cls label {
    margin: 0px !important;
    display: flex;
    font-size: 12px !important;
}
.left-cls label input[type=checkbox] {
    height: 15px !important;
    width: 15px !important;
    margin-top: 3px;
}
.left-cls label span {
    padding-right: 7px;
}
.left-cls label span:last-child {
    padding-right: 0px;
}
.left-cls label a {
    color: #fff;
}
.right-cls {
    float: right;
    width: 43%;
    position: relative;
}
.right-cls input {
    width: 100% !important;
    max-width: 100% !important;
}
.right-cls .subnmit-btn {
    position: absolute;
    right: 0;
    background: transparent;
    padding: 14px 13px;
    color: #E81838;
    font-size: 14px;
    border: none;
}

.navigation-area .product-listing .menu-product-catalogue-container ul#menu-product-catalogue >li .sub-menu > li{
    position:initial;
}
.product-slider {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.product-slider-box {
    padding: 0px 22px;
    text-align: center;
}
.product-slider-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    display: inline-block !important;
}
.product-slider .slick-list {
    margin: 0 auto;
    max-width: 90%;
}
.product-slider .slick-arrow {
    position: absolute;
    top: 47%;
    font-size: 39px;
    cursor: pointer;
    color: #e93b38;
}
.product-slider .slick-arrow.slick-disabled {
    opacity: 1;
    color: #ccc;
    pointer-events: none;
}
.product-slider .slick-arrow
.product-slider .slick-arrow:hover{
    color: #1f4164;
}
.product-slider .fa-angle-left {
    left: -10px;
}
.product-slider .fa-angle-right {
    right: 0px;
}
.product-slider .slick-prev:before, .product-slider .slick-next:before{
    opacity: 1;
    color: #e93b38;
}

.product-slider .slick-dots {
    bottom: -40px;
}
.product-slider .slick-dots li{
    margin:0px;
}
.product-slider .slick-dots li button:before{
    font-size: 28px;
    color: #1f4164;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #e93b38;
}

.btn-inner {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.btn-inne-left {
    float: left;
    width: 50%;
}
.btn-inne-right {
    float: right;
    width: 45%;
}
.btn-inne-right .icon-with-content {
    box-shadow: none !important;
    margin-bottom: 0px !important;
}
h4.tab-link {
    cursor: pointer;
}

#relatedparts div#products {
    flex-wrap: wrap;
}


/************** Industry Page Css ********************/

div#main-content.industry-page {
    margin-top: 170px;
}
p:last-child{
    margin:0px !important;
}
div#main-content.industry-page div#primary {
    padding: 0px;
}
.inner-banner-section {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    min-height: 310px;
}
.banner-heading {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #464a20b3;
    z-index: 1;
}
.banner-heading h2 {
    margin: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 32px;
}
.wrapper_n {
    width: 100%;
    padding: 0px 30px;
}
.heading-block {
    width: 100%;
    padding: 75px 0px;
}
.heading-block h2 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 38px;
    text-transform: uppercase;
}
.heading-block p {
    font-size: 26px;
    margin-bottom: 0px;
}
.heading-block p:last-child {
    margin-bottom: 0px;
}
.our-capabilities-section {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.top_head {
    width: 100%;
    margin-bottom: 50px;
}
.top_head h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 38px;
    text-transform: uppercase;
}
.grid-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 35px;
    row-gap: 45px;
}
.grid-col {
    width: 100%;
}
.image-box {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    height: 320px;
    position: relative;
}
.image-box h3 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    margin: 0px;
    font-size: 42px;
    background: #00000045;
    text-align: center;
}
.image-box img {
    width: 100%;
    margin: 0px;
    height: 100%;
    object-fit: cover;
    display: block;
}
.content-box {
    text-align: center;
    width: 100%;
    padding: 45px;
    padding-bottom: 0px;
}
.content-box h3 {
    margin-top: 0px;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.content-box p {
    font-size: 25px;
}
.content-box p:last-child {
    margin-bottom: 0px;
}
.divider-box {
    width: 100%;
    padding: 50px 0px;
}
.divider-box img {
    width: 100%;
    height: auto;
    margin: 0px;
    display: block;
}
.apart-section {
    width: 100%;
    padding: 35px 0px;
}

.aprt-tabs {
    width: 100%;
    padding: 50px 0px;
}
.aprt-tabs .accordion {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px #00000052;
    max-width: 90%;
}
.aprt-tabs .accordion-item {
    width: 100%;
    margin-bottom: 2px;
}
.aprt-tabs .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 20px;
    font-weight: 600;
    border: none;
    outline: none;
    font-size: 18px;
    text-transform: initial;
    padding-right: 50px;
    border-radius: 0px;
}
.aprt-tabs .accordion button:before{
    content: "";
    position: absolute;
    left:0;
    top:0;
    height: 100%;
    width: 2px;
    background:transparent;
}
.aprt-tabs .accordion button:hover::after,
.aprt-tabs .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.aprt-tabs .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 20px;
    border-radius: 22px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #464a20;
    transition: all 200ms linear;
}
.aprt-tabs .accordion button .icon::before {
    content: '\f105';
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    font-weight: 800;
    font-size: 20px;
}
.aprt-tabs .accordion button[aria-expanded='true'] span.icon {
    transform: rotate(270deg);
    background: #464a20;
    color: #fff;
}
.aprt-tabs .accordion button[aria-expanded='true'] {
    background:#f4f4f4 !important;
    color: #464a20 !important;
}
.aprt-tabs .accordion button[aria-expanded='true']:before{
    background:#bd2125;
}
.aprt-tabs .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height:max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    padding:0px;
}
.aprt-tabs .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.aprt-tabs .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.aprt-tabs .accordion-content-inner {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 80px;
    padding-top: 20px;
}
.aprt-tabs .accordion-content-left {
    width: 100%;
    padding-right: 40px;
}
.aprt-tabs .accordion-content-left li,
.aprt-tabs .accordion-content-left ul{
    list-style: disc;
}
.aprt-tabs .accordion-content-left p,
.aprt-tabs .accordion-content-left li{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: normal;
}
.aprt-tabs .accordion-content-left p:last-child,
.aprt-tabs .accordion-content-left li:last-child,
.aprt-tabs .accordion-content-left ul:last-child{
    margin-bottom: 0px;
}
.aprt-tabs .accordion-content-right {
    min-width: 244px;
    max-width: 244px;
    height: 244px;
    border-radius: 20px;
    overflow: hidden;
}
.aprt-tabs .accordion-content-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin:0px;
}
.solution-section {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
}
.solution-section .grid-box {
    grid-template-columns: repeat(3,1fr);
}
.chart-section {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 80px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: 50px;
    margin-bottom: 100px;
}
.chart-section-inner {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 100px;
}
.chart-col-left {
    width: 50%;
    text-align: center;
}
.chart-col-right {
    width: 50%;
}
.chart-col-right h2 {
    margin: 0px;
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    margin-bottom: 50px;
}
.chart-col-left img {
    margin: 0px;
    max-width: 100%;
    display: block;
}
.chart-btn {
    width: 100%;
    margin: 40px auto 0px;
    max-width: 80%;
    border-radius: 5px;
    padding: 20px;
    font-size: 24px;
    font-weight: 900;
}
.specialist-section {
    width: 100%;
    padding: 150px 0px;
    text-align: center;
}
.specialist-section h3 {
    margin-top: 0px;
    font-size: 34px;
    line-height: normal;
    margin-bottom: 85px;
}
.specialist-section-inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
.specialist-section .link-btn {
    padding: 15px 20px;
    font-size: 28px;
    text-transform: uppercase;
    border-radius: 10px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
}
.video-section .chart-section-inner {
    flex-direction: row-reverse;
    gap: 50px;
    margin: 0 auto;
    max-width: 1000px;
}
.video-section .chart-col-right h2 {
    margin: 0px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 12px;
}
.video-section .chart-col-right p {
    font-size: 18px;
}
.video-box {
    width: 100%;
    position: relative;
    height: 320px;
    overflow: hidden;
}
.video-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.video-layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-box video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0px;
    object-fit: cover;
}
.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    margin: 0px;
}
.youtube-video iframe {
    margin: 0px;
    width: 100%;
    height: 100%;
}
.video-section{
    margin-bottom: 50px;
    margin-top:0px;
}
.globle-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
    box-shadow: 0px 6px 6px 0px #00000073;
    margin-bottom: 50px;
}
.globle-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.globle-heading h2 {
    margin-top: 0px;
    font-size: 52px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.globle-heading p {
    font-size: 18px;
}
.globle-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 35px;
}
.globle-col {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 10px;
    min-height: 130px;
    box-sizing: border-box;
}
.globle-col img {
    margin: 0px;
    max-width: 100%;
    height: auto;
}
.militry-solution-section {
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.militry-solution-heading {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.militry-solution-heading h2 {
    margin-top: 0px;
    font-size: 52px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.product-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
}
.product-grid-col {
    background: #f6f0e8;
    padding: 15px;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
}
.product-grid-col:last-child {
    grid-column: span 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-grid-col:last-child a {
    font-size: 23px;
    color: #000;
    font-weight: 700;
    text-align: center;
}
.product-grid-col a {
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.product-grid-col-left {
    width: 122px;
    height: 122px;
    min-width: 122px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}
.product-grid-col-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
}
.product-grid-col-right {
    width: 100%;
}
.product-grid-col-right a {
    display: block;
    color: #000000;
    text-decoration: none;
}
.product-grid-col-right h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 20px;
}
.product-grid-col-right h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 16px;
}
.product-grid-col-right ul {
    margin: 0px;
    list-style: none;
}
.product-grid-col-right ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    line-height: normal;
    color: #000;
}
.product-grid-col-right ul li:last-child {
    margin-bottom: 0px;
}
.product-grid-col-right ul li span:first-child {
    min-width: 90px;
}
.page-template-page_military .contact-today {
    background: #464a20;
}
.page-template-page_military .contact-today .contact-btn a{
    color:#464a20 ;
}

/************** Industry Page Css End ********************/








@media (min-width: 992px){
    .navigation-area .left-menus .main-menu ul li ul.sub-menu li.mobile-back {
        display: none;
    }
    .product-main-outer .row{
        flex-wrap: initial;
    }

}

@media (min-width: 1200px){
    .container {
        max-width: 1195px;
    }
    .main-container .container {
        padding: 0;
    }
    .navigation-area .product-listing .menu-product-catalogue-container ul#menu-product-catalogue >li .sub-menu > li {
        position: relative;
    }
}

@media (max-width: 1199px){
    body {
        padding-top: 138px;
    }
    .top-header .right-forms .catergory-search {
        padding: 0 0 0 15px;
        margin: 0 0 0 15px;
    }
    .top-header .right-forms .newsletter-form label {
        font-size: 13px;
        margin: 0 7px 0 0;
    }
    .top-header .right-forms .newsletter-form input[type="text"] {
        height: 43px;
        width: 170px;
        font-size: 12px;
    }
    .top-header .right-forms input[type="text"] {
        height: 43px;
        width: 170px;
        font-size: 12px;
        padding: 10px 12px;
    }
    .navigation-area .product-listing span {
        padding: 18px 14px;
        font-size: 15px;
    }
    .navigation-area .left-menus .main-menu ul li {
        margin: 0 8px;
    }
    .navigation-area .left-menus .main-menu ul li a {
        font-size: 14px;
    }
    .navigation-area .left-menus .main-menu ul li.menu-item-has-children>a:after {
        top: 17px;
    }
    .navigation-area .phone-no a {
        font-size: 16px;
    }
    .navigation-area .phone-no a i.fa {
        margin: 0 9px 0 0;
        font-size: 20px;
        top: 2px;
    }
    .top-header .left-logo .logo:before {
        right: -71px;
    }
    .top-header .left-logo .logo img {
        top: 9px;
        width: 140px;
    }
    .top-header .left-logo .tabline-right img {
        width: 130px;
    }
    .banner-section .carousel-item img {
        height: 330px;
        object-fit: cover;
    }
    .banner-section .carousel-item .content {
        max-width: 500px;
    }
    .banner-section .carousel-item .content h2 {
        font-size: 36px;
    }
    .banner-section .carousel-item .content p {
        font-size: 15px;
    }
    .bottom-product-section ul li a h3 {
        font-size: 17px;
    }
    .sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield .ginput_container input {
        height: 44px;
        padding: 4px 13px !important;
        font-size: 15px !important;
    }
    .sidebar-right .enquiry-form form .gform_body .gform_fields li.gfield .ginput_container textarea {
        padding: 9px 13px !important;
        font-size: 15px !important;
    }
    .sidebar-right .enquiry-form form .gform_footer.top_label input {
        padding: 13px 0;
        font-size: 16px;
    }
    .filter-sidebar .filter-area h4 {
        font-size: 17px;
        margin: 0 0 15px 0;
    }
    .filter-option .field {
        position: relative;
        margin: 0 0 10px 0;
    }
    #products .item .card {
        padding: 15px 10px;
    }
    #products .item .card .content h3 {
        font-size: 17px;
    }
    .accessories-section .info-section h2 {
        font-size: 34px;
    }
    .accessories-section .info-section img {
        width: 90px;
    }
    div.cat-head {
        margin-top: 130px;
    }
    .btn-inne-right {
        float: right;
        width: 38%;
    }
    .btn-inne-left {
        float: left;
        width: 60%;
    }
    .product-info-content .download-btn a {
        font-size: 14px;
    }
    .heading-block {
        padding: 50px 0px;
    }
    .heading-block h2 {
        font-size: 28px;
    }
    .heading-block p {
        font-size: 24px;
    }
    .top_head h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 28px;
        text-transform: uppercase;
    }
    .aprt-tabs {
        width: 100%;
        padding: 20px 0px 20px;
    }
    .aprt-tabs .accordion {
        max-width: 100%;
    }
    .solution-section .grid-box {
        grid-template-columns: repeat(2,1fr);
    }
    .chart-section {
        padding-top: 100px;
        padding-bottom: 80px;
        margin-bottom: 50px;
    }
    .chart-col-right h2 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 50px;
    }
    .chart-btn {
        font-size: 20px;
    }
    .specialist-section {
        padding: 80px 0px;
    }
    .specialist-section h3 {
        margin-top: 0px;
        font-size: 30px;
        line-height: normal;
        margin-bottom: 50px;
    }
    .specialist-section .link-btn {
        font-size: 22px;
    }
    .chart-section,
    .globle-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .globle-heading {
        margin-bottom: 50px;
    }
    .globle-heading h2 {
        font-size: 38px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .militry-solution-heading h2 {
        font-size: 38px;
    }
    .product-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .product-grid-col:last-child {
        min-height: 150px;
    }
    .image-box h3 {
        font-size: 42px;
    }
}

@media (max-width: 991px){
    .product-filter-area .sorting select {
        width: 49px;
        font-size: 13px;
    }
    .product-filter-area .sorting {
        padding: 7px 9px;
        font-size: 13px;
    }
    .accessories-section p {
        font-size: 16px;
        line-height: 24px;
    }
    .accessories-section .info-section h2 {
        font-size: 29px;
    }
    .accessories-section .info-section img {
        width: 80px;
        float: right;
    }
    .iso-images {
        max-width: 360px;
        float: right;
    }
    footer.main-footer .bottom-copyright .iso-images li {
        display: inline-flex;
        margin: 0 0 0 7px;
        width: 28%;
    }
    footer.main-footer .bottom-copyright .iso-images li img {
        max-width: 100%;
    }
    .contact-today {
        background: #959595;
        padding: 60px 0;
    }
    .contact-today h2 {
        font-size: 25px;
        margin: 0 0 23px 0;
    }
    .contact-today .contact-btn a {
        padding: 14px 25px;
        font-size: 16px;
        margin: 0;
    }
    footer.main-footer {
        padding: 50px 0 0px 0;
    }
    .bottom-product-section ul li {
        width: 25%;
        text-align: center;
        border-top: 1px solid rgba(247, 247, 247, 0.4);
        border-left: 1px solid rgba(247, 247, 247, 0.4) !important;
    }
    .why-choose {
        padding: 60px 0;
    }
    .why-choose h3 {
        font-size: 30px;
        margin: 0 0 50px 0;
    }
    .banner-section .carousel-item .content {
        max-width: 390px;
    }
    .banner-section .carousel-item .content h2 {
        font-size: 32px;
    }
    .catergory-main-section {
        padding: 40px 0;
    }
    .catergory-main-section.single-product .breadcrumbs {
        margin-bottom: 15px;
    }
    .product-main-outer .left-single-area {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .product-main-outer {
        margin-bottom: 0px;
    }
    .product-main-outer .sidebar-right{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-info-content h3 {
        font-size: 22px;
        line-height: initial;
    }
    .product-info-content h4 {
        font-size: 14px;
        margin: 0 0 12px 0;
    }
    .product-info-content p {
        color: #494949;
        font-size: 16px;
        line-height: 25px;
    }
    .product-info .product-image img {
        height: auto;
    }
    .product-info-content .download-btn a {
        padding: 11px 0;
        font-size: 14px;
        max-width: 240px;
    }
    .spec-section .content-area .spec-row {
        display: block;
        margin: 0 0 15px 0;
    }
    .spec-section .content-area .spec-row h4 {
        font-size: 18px;
        width: 100%;
    }
    .spec-section .content-area {
        padding: 25px 130px 25px 30px;
    }
    .spec-section .content-area .sett-icon {
        position: absolute;
        right: 30px;
        top: 50px;
    }
    .top-header .right-forms {
        flex: 0 0 100%;
        max-width: 75px;
        position: static;
        right: 12px;
        float: right;
    }
    .top-header .right-forms .newsletter-form {
        display: none;
    }
    .top-header .right-forms .catergory-search {
        border: none;
        padding: 0;
        margin: 0;
    }
    .top-header .right-forms .catergory-search input[type="text"] {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        z-index: 99;
        border-radius: 0;
        height: 58px;
        transition: 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        transform: translate(500px);
    }
    .top-header .right-forms .catergory-search.open-search input[type="text"] {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .top-header .right-forms .catergory-search form{
        position: static;
    }
    .top-header .right-forms .catergory-search .search-btn {
        position: absolute;
        top: 12px;
        right: 12px;
        z-index: 9;
        left: auto;
    }
    .top-header .right-forms .catergory-search .search-btn a {
        background: #fff;
        padding: 5px 10px;
        display: inline-block;
        border-radius: 5px;
    }
    .top-header .left-logo .logo:before {
        right: -21px;
    }
    .top-header .left-logo {
        flex: 0 0 100%;
        max-width: 300px;
        padding: 0px;
    }
    .breadcrumbs li {
        font-size: 13px;
    }
    .spec-section {
        margin-bottom: 30px;
    }
    .category-more-section h3 {
        font-size: 27px;
        margin: 0 0 25px 0;
    }
    .single-product .why-choose {
        padding-bottom: 0px;
        padding-top: 10px;
    }
    .navigation-area .phone-no {
        display: none;
    }
    .navigation-area .product-listing {
        width: 240px;
        position: relative;
    }
    .navigation-area .mean-bar {
        padding: 0;
        position: absolute;
        top: 58px;
        background: transparent;
        right: 0;
        width: auto;
        z-index: 9;
    }
    .navigation-area .mean-bar a.meanmenu-reveal {
        padding: 0;
        top: -39px;
        right: 20px !important;
    }
    .navigation-area .mean-bar nav.mean-nav {
        margin: 0;
        background: #fff;
        right: 0px;
        position: absolute;
        top: 0;
        min-width: 240px;
    }
    .navigation-area .mean-bar nav.mean-nav li a {
        color: #494949;
        text-align: right;
        font-size: 16px;
        font-weight: 600;
        padding: 16px 32px;
        width: 100%;
        box-sizing: border-box;
    }
    .navigation-area .mean-bar nav.mean-nav li:hover>a {
        background: #1F4164;
        color: #fff;
    }
    .navigation-area .mean-bar nav.mean-nav li a.mean-expand {
        background: transparent;
        padding: 15px 16px !important;
        height: 56px;
        font-size: 0 !important;
        margin: 0;
        line-height: 56px;
    }
    .navigation-area .mean-bar nav.mean-nav li a.mean-expand:after {
        content: "\f105";
        font-family: fontawesome;
        font-size: 18px;
        font-weight: 900;
        color: #494949;
        transition: 0.3s ease-in-out;
        transform: rotate(0deg);
        position: absolute;
        right: 15px;
        top: 0;
    }
    .navigation-area .mean-bar nav.mean-nav li:hover a.mean-expand:after{
        color: #fff;
    }
    .navigation-area .mean-bar nav.mean-nav li a.mean-expand.mean-clicked:after {
        transform: rotate(87deg);
    }
    .navigation-area .mean-bar nav.mean-nav li ul.sub-menu {
        float: left;
        border-bottom: 1px solid #e6e6e6;
    }
    .navigation-area .mean-bar nav.mean-nav li ul.sub-menu li a {
        padding: 10px 20px 10px 20px;
        text-transform: inherit;
        font-weight: 400;
        opacity: 1;
    }
    .navigation-area .product-listing .drop-down {
        padding: 0;
        overflow: hidden;
        top: 0px;
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease-in-out;
        transform: translate(-1000px);
    }
    .navigation-area .product-listing .drop-down.open-toggle {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translate(0px);
        top: 100%;
    }
    .navigation-area .product-listing .drop-down ul li ul.sub-menu{
        padding: 0px;
    }
    .navigation-area .product-listing .drop-down ul li ul.sub-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        background: #fff;
        height: 100%;
        padding: 0;
        display: block;
        transform: translateX(280px);
        -webkit-overflow-scrolling: touch;
        z-index: 9;
        transition: transform .3s;
        max-height: 100% !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .navigation-area .product-listing .drop-down ul li ul.sub-menu ul.sub-sub-menu {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        background: #fff;
        height: 100%;
        padding: 0;
        display: block;
        transform: translateX(280px);
        -webkit-overflow-scrolling: touch;
        z-index: 9;
        transition: transform .3s;
        max-height: 100% !important;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .navigation-area .product-listing .drop-down ul li.active ul.sub-menu, .navigation-area .product-listing .drop-down ul li.opened ul.sub-menu {
        transform: translateX(0px);
    }
    .navigation-area .product-listing .drop-down ul .sub-menu li.active ul.sub-sub-menu, .navigation-area .product-listing .drop-down ul .sub-menu li.opened ul.sub-sub-menu {
        transform: translateX(0px);
    }
    .navigation-area .product-listing .drop-down li.mobile-back{
        display: block;
    }
    .navigation-area .product-listing .drop-down li.mobile-back a {
        color: #fff;
        background: #494949 !important;
    }
    .mean-container .mean-nav ul li.mobile-back {
        display: none;
    }
    .navigation-area .left-menus .main-menu .menu-outer {
        position: absolute;
        right: 0;
        z-index: 999;
        background: #ffff;
        max-width: 240px;
        top: 0;
        visibility: hidden;
        opacity: 0;
        transition: 0.4s ease-in-out;
        transform: translate(1000px);
    }

    .navigation-area .left-menus .main-menu .menu-outer.open-menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0px);
        top: 100%;
    }

    .navigation-area .left-menus .main-menu .menu-outer ul li {
        margin: 0;
        width: 100%;
    }
    .navigation-area .left-menus .main-menu .menu-outer ul li a {
        display: block;
        padding: 15px 35px;
        color: #494949;
        font-size: 16px;
        position: relative;
        text-align: right;
    }
    .navigation-area .left-menus .main-menu .menu-bar, .navigation-area .left-menus .main-menu .cross {
        display: block;
    }
    .navigation-area .left-menus {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
    }
    .navigation-area .left-menus {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navigation-area .left-menus .main-menu .menu-bar {
        text-align: right;
        padding: 0 13px 0 0;
    }

    .navigation-area .left-menus .main-menu .menu-bar a {
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }

    .navigation-area .left-menus .main-menu .menu-bar a i.fa {
        margin: 0 0 0 10px;
    }
    .navigation-area .left-menus .main-menu .menu-outer a.cross {
        position: absolute;
        padding: 10px 14px;
        color: #000;
        z-index: 99;
    }
    .navigation-area .left-menus .main-menu ul li.menu-item-has-children>a:after {
        right: 14px;
        top: 13px;
        transform: rotate(-90deg);
    }
    .navigation-area .left-menus .main-menu .menu-outer ul li a:hover {
        background: #1F4164;
        color: #fff;
    }
    .navigation-area .left-menus .main-menu .menu-outer ul li.current-menu-item a{
        background: #1F4164;
        color: #fff;
    }
    .navigation-area .left-menus .main-menu .menu-outer a.cross.white {
        color: #fff;
    }
    div.cat-head {
        margin-top: 130px;
    }
    .spec-section .content-area .spec-row p {
        margin-left: 0;
    }
    .image-box {    
        height: 280px;
    }
    .content-box {
        padding: 20px;
    }
    .content-box h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .content-box p {
        font-size: 18px;
    }
    .divider-box {
        padding: 20px 0px;
    }
    .aprt-tabs {
        padding: 0px;
    }
    .aprt-tabs .accordion-content-inner {
        flex-direction: column;
    }
    .aprt-tabs .accordion-content-left {
        padding-right: 0px;
    }
    .top_head h2,
    .heading-block h2 {
        font-size: 24px;
    }
    .heading-block p {
        font-size: 20px;
    }
    .chart-section-inner {
        gap: 50px;
    }
    .chart-col-right h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 50px;
    }
    .chart-btn {
        font-size: 16px;
        max-width: 100%;
    }
    .specialist-section {
        padding: 60px 0px;
    }
    .specialist-section h3 {
        font-size: 24px;
    }
    .specialist-section .link-btn {
        font-size: 18px;
    }
    .video-section .chart-col-right h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }
    .video-section .chart-col-right p {
        font-size: 15px;
    }
    .video-box {
        height: 260px;
    }
    .globle-grid {
        grid-template-columns: repeat(2,1fr);
    }
    .product-grid-col a,
    .product-grid-col {
        flex-direction: column;
    }
}


@media (max-width: 767px){
    .banner-section .carousel-item .content {
        max-width: 100%;
    }
    .why-choose {
        padding: 40px 0;
    }
    .why-choose h3 {
        font-size: 30px;
        margin: 0 0 40px 0;
    }
    .why-choose .row div[class*="col"] {
        margin: 15px 0;
    }
    .contact-today {
        padding: 40px 15px;
    }
    .contact-today h2 {
        font-size: 22px;
        margin: 0 0 23px 0;
        text-align: center;
    }
    footer.main-footer {
        padding: 30px 10px 0px 10px;
    }
    footer.main-footer .top-footer {
        margin: 0 0 10px 0;
    }
    footer.main-footer .foot-logo {
        margin: 0 0 15px 0;
        max-width: 140px;
    }
    footer.main-footer .foot-logo img {
        max-width: 100%;
    }
    footer.main-footer .top-footer .row {
        margin: 0;
    }
    footer.main-footer .top-footer div[class*="col"] {
        margin: 0px 0;
        border-top: 1px solid #F9F9F9;
        padding: 30px 0;
    }
    footer.main-footer .top-footer div[class*="col"]:first-child {
        border-top: none;
        padding-top: 10px;
    }
    footer.main-footer .bottom-copyright {
        text-align: center;
        border-top: 0;
        padding-top: 0;
        padding-bottom: 40px;
    }

    footer.main-footer .bottom-copyright .iso-images {
        margin: 0px auto 40px;
        float: none;
        text-align: center;
    }

    footer.main-footer .bottom-copyright .iso-images li {
        display: inline-block;
        width: 32%;
        margin: 0;
    }
    footer.main-footer ul li a {
        font-weight: 600;
    }
    .bottom-product-section {
        background: #0A1B2C;
        margin: 0;
        padding: 0;
    }

    .banner-section .carousel-item .image {
        position: relative;
    }

    .banner-section .carousel-item .image:after {
        content: "";
        background: linear-gradient(0deg, #081F36, transparent);
        width: 100%;
        position: absolute;
        height: 100%;
        left: 0;
        opacity: 0.6;
    }
    .bottom-product-section ul li a h3 {
        font-size: 14px;
    }
    .accessories-section .info-section h2 {
        font-size: 29px;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .accessories-section .info-section img {
        width: 80px;
        float: none;
    }
    .accessories-section .info-section:after{
        display: none;
    }
    .product-filter-area .row {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .product-filter-area .btn-group {
        margin: 0 0 10px 0;
    }
    .product-filter-area .sorting {
        padding: 7px 9px;
        font-size: 13px;
        float: none;
        margin-top: 10px;
    }
    .product-info-content h3 {
        font-size: 20px;
        line-height: initial;
    }
    .spec-section .content-area .sett-icon {
        max-width: 50px;
    }
    .spec-section .content-area .sett-icon img {
        max-width: 100%;
    }
    .spec-section .content-area {
        padding: 25px 90px 25px 30px;
    }
    .category-more-section h3 {
        font-size: 23px;
        margin: 0 0 25px 0;
    }
    footer.main-footer .bottom-copyright .row {
        align-items: center;
        flex-direction: column-reverse;
    }

    .page-template-page-contact .contact-left-area {
        width: 100%;
    }
    .page-template-page-contact .contact-right-form {
        width: 100%;
        padding-left: 0;
    }

    .top-section ul {
        padding: 0 10px;
        display: inline-block;
    }

    .top-section ul li {
        font-size: 15px;
    }

    .page-template-template-about .inner-banner h1 {
        font-size: 26px;
        padding: 10px 0;
    }
    .inner-banner-section {
        min-height: 280px;
    }
    .banner-heading h2 {
        padding-top: 24px;
        padding-bottom: 15px;
        font-size: 24px;
    }
    .wrapper_n {
        padding: 0px 15px;
    }
    .heading-block {
        padding: 30px 0px;
    }
    .top_head {
        margin-bottom: 30px;
    }
    .top_head h2, .heading-block h2 {
        font-size: 20px;
        line-height: normal;
    }
    .heading-block h2 {
        margin-bottom: 20px;
    }
    .heading-block p {
        font-size: 18px;
    }
    .grid-box {
        column-gap: 25px;
        row-gap: 30px;
    }
    .image-box {
        height: 240px;
    }
    .content-box p {
        font-size: 16px;
    }
    .content-box h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .chart-section-inner {
        gap: 30px;
        flex-direction: column;
    }
    .chart-col-left ,.chart-col-right{
        width: 100%;
    }
    .chart-col-right h2 {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 0;
    }
    .specialist-section {
        padding: 50px 0px;
    }
    .video-section .chart-section-inner {
        flex-direction: column;
        gap: 30px;
    }
    .globle-heading {
        margin-bottom: 30px;
    }
    .globle-heading h2 {
        font-size: 28px;
        margin-bottom: 11px;
    }
    .globle-heading p {
        font-size: 15px;
    }
    .globle-grid {
        gap: 25px;
    }
    .militry-solution-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .militry-solution-heading h2 {
        font-size: 28px;
    }
    .image-box h3 {
        font-size: 28px;
    }

}

@media (max-width: 639px){
    .bottom-product-section ul li {
        width: 50%;
    }
    footer.main-footer .foot-logo {
        margin: 0 0 20px 0;
    }
    .why-choose h3 {
        font-size: 24px;
        margin: 0 0 25px 0;
    }
    .banner-section .carousel-item .content {
        max-width: 100%;
        padding: 0 25px;
    }
    .banner-section .carousel-item .content h2 {
        font-size: 22px;
    }
    .accessories-section .info-section {
        padding: 24px 20px;
        margin: 0 0 15px 0;
    }
    .accessories-section .info-section h2 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .accessories-section .info-section img {
        width: 60px;
    }
    .accessories-section .read-more a {
        font-size: 16px;
    }
    .catergory-main-section {
        padding: 25px 0;
    }
}

@media (max-width: 575px){
    .top-header .row {
        margin: 0;
    }
    .top-header .left-logo .logo:before {
        right: -16px;
    }
    .top-header .left-logo .logo img {
        top: 6px;
        width: 100px;
    }
    .top-header .left-logo .tabline-right {
        margin-top: 11px;
    }
    .top-header .left-logo .tabline-right img {
        width: 90px;
    }
    .top-header .left-logo {
        flex: 0 0 100%;
        max-width: 215px;
        padding: 0px;
    }
    .navigation-area .product-listing {
        width: 380px;
    }
    .navigation-area .product-listing span {
        padding: 12px 14px;
        font-size: 14px;
    }
    .navigation-area .product-listing span i.fa {
        right: 12px;
        top: 14px;
        font-size: 18px;
    }
    .navigation-area .mean-bar {
        top: 45px;
    }
    .navigation-area .mean-bar a.meanmenu-reveal {
        padding: 0;
        top: -33px;
        right: 10px !important;
    }
    .top-header .right-forms .catergory-search input[type="text"] {
        top: 57px;
        height: 45px;
    }
    body {
        padding-top: 102px;
    }
    div.cat-head {
        margin-top: 80px;
    }
    .top-section ul li {
        font-size: 15px;
        width: 100%;
    }
    .btn-inner {
        flex-direction: column;
    }
    .btn-inne-left ,.btn-inne-right{
        width: 100%;
    }
    .product-info-content .download-btn a {
        font-size: 15px;
        max-width: 100%;
    }
    .banner-heading h2 {
        padding-top: 20px;
        padding-bottom: 15px;
        font-size: 18px;
    }
    .heading-block {
        padding: 30px 0px 0px;
    }
    .grid-box,.solution-section .grid-box,.product-grid {
        grid-template-columns: repeat(1,1fr);
    }
    .content-box {
        padding-bottom: 0px;
    }
    .aprt-tabs .accordion-content-inner {
        padding-right: 20px;
    }
    .aprt-tabs .accordion .accordion-content:before{
        display: none;
    }
    .aprt-tabs .accordion button .icon {
        top: 14px;
        right: 8px;
        width: 34px;
        height: 34px;
    }
    .specialist-section h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .specialist-section .link-btn {
        font-size: 15px;
    }
    .video-section .chart-col-right h2 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .globle-grid {
        gap: 15px;
    }
    .globle-col {
        padding: 11px;
        min-height: 115px;
    }
    .militry-solution-heading h2 {
        font-size: 24px;
        line-height: normal;
    }
    .product-grid-col:last-child {
        grid-column: span 1;
    }
    .product-grid-col:last-child a {
        font-size: 18px;
    }

}

