#cisco .top-heading {
    padding: 40px;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    border: 0;
    background-color: #fff;
    border: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #111;
    background-color: transparent;
    border-color: transparent;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: flex-end;
}

.page-item:nth-child(1) .page-link {
    color: #0000 !important;
}

.page-item:nth-child(1) .page-link:after {
    content: 'Previous';
    color: #111;
}

.page-item:last-child .page-link {
    color: #0000 !important;
}

.page-item:last-child .page-link:after {
    content: 'Next';
    color: #111;
}

.page-item.disabled {
    cursor: not-allowed;
}

#cisco .top-heading h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #01273e;
}

#cisco .top-heading p {
    font-size: 16px;
}

#cisco .main,
#cisco .support {
    background: #f1f1f1;
    padding: 40px;
}

#cisco .main .content {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px #0003;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    border: 4px double #dcdcdc;
    text-align: center;
    min-height: 415px;
}

#cisco .main .content img {
    border-radius: 10px 10px 0 0;
}

#cisco .main .content .in {
    text-align: left;
    padding: 25px;
    /* background: #0084c4; */
    /* border-radius: 0 10px 10px 0; */
    /* min-height: 310px; */
    /* border: 1px solid #ccc; */
    /* display: flex; */
    /* flex-flow: column; */
    /* justify-content: center; */
    /* width: 850px; */
}

#cisco .main .content .in h5 {
    color: #133250;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
    position: relative;
}

#cisco .main .content .in h5::before {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    background: url(../img/dbl-line.png) no-repeat;
    background-size: contain;
    width: 47px;
    height: 5px;
}

#cisco .main .content .in p {
    color: #282828;
    line-height: 1.2;
    font-size: 16px;
    margin: 0 0 10px;
}

#cisco .main .content .in ul li {
    font-size: 14px;
    color: #1b95d5;
    font-weight: 400;
}

#cisco .main-2 {
    background: #01273e;
    padding: 40px 0;
}

#cisco .main-2 h4 {
    color: #fff;
    font-size: 25px;
}

#cisco .main-2 p {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    padding: 20px 0;
}

#cisco .main-2 button {
    width: 150px;
    padding: 10px;
    background: #f57c12;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

#cisco .main-3 {
    padding: 40px 0;
}

#cisco .main-3 .content h4 {
    font-size: 40px;
    color: #133250;
    line-height: 1;
    margin: 0 0 30px;
    font-weight: 600;
}

#cisco .main-3 .content p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #133250;
    font-weight: 500;
}

#cisco .main-3 .content p i {
    color: #f57c12;
    font-size: 25px;
    margin: 0 20px;
}

.opacity {
    position: absolute;
    width: 100%;
    height: 750px;
    left: 0;
    background-color: #001927ba;
}

.why-orm-sys {
    background: url(../img/banner/Back_Image.jpg);
    width: 100%;
    height: 750px;
    background-color: #f0f2f4;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding-bottom: 30px;
}

.owl-carousel .owl-item .product-module-thumb img {
    width: 133px;
    /* float: right; */
    margin: 0 auto;
}

.af-bnnr {
    background: #00273d;
    padding: 30px 0;
    color: #fff;
}

.product-name h4 {
    min-height: 76px;
    height: 76px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.af-bnnr .content h5 {
    /* padding-left: 20px; */
}

.brand-area .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    margin: 0 auto;
}

.sec-aa {
    background: #f4f4f4;
}

.sec-aa .content {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    /* transform: skewX(10deg); */
    transition: 0.3s;
    min-height: auto;
}

.sec-aa .content .in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    text-align: center;
    /* transform: skewX(-10deg); */
}

.sec-aa .content:hover,
.sec-aa .content:hover .in {
    /* transform: skewX(0deg); */
}

.sec-aa .content:hover {
    background: #00273d;
}

.sec-aa .content:hover h5,
.sec-aa .content:hover .in p,
.sec-aa .content:hover img {
    color: #fff;
    filter: brightness(20);
}

.sec-aa .content .in h5 {
    font-size: 26px;
    padding: 15px 0;
    font-weight: 600;
    color: #00273d;
}

.sec-aa .content .in p {
    font-size: 16px;
    line-height: 1.2;
}

.why-orm-sys .cc {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.why-orm-sys h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.why-orm-sys p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.why-orm-sys .in h5 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 5px;
    font-weight: 600;
}

.why-orm-sys .in p {
    font-size: 14px;
    color: #282828;
    margin-bottom: 00px;
    font-weight: 400;
    line-height: 1.2;
}

.why-orm-sys .in .in-c {
    border-radius: 5px;
    min-height: 211px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.global h4 {
    font-size: 32px;
    font-weight: 600;
    color: #00263c;
    margin-bottom: 20px;
}

.anim {
    position: absolute;
    top: 0;
    left: 0;
    animation: anim 1s infinite;
}

@keyframes anim {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.suggestation {
    position: absolute;
    z-index: 999;
    background: #fff;
    width: 96%;
    max-height: 65vh;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.suggestation::-webkit-scrollbar {
    width: 10px;
    background: #f1f1f1;
}

.suggestation::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.suggestation::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #f57c128c;
}

.suggestation::-webkit-scrollbar-thumb:hover {
    background: #00101a;
}

.suggestation .content {
    padding: 5px 0;
    margin: 0 18px;
    border-bottom: 1px solid #f1f1f1;
}

.suggestation img {
    width: 50px;
    height: auto;
}

.suggestation .content p {
    font-size: 16px;
    line-height: 1.2;
    transform: translateX(-40px);
}

.suggestation .content p .category {
    font-size: 12px;
    margin-left: 25px;
    font-weight: 600;
}

input.top-cat-field {
    width: calc(100% - 150px) !important;
}

.top-main-menu {
    position: unset !important;
}

.main-menu ul li ul.mega-menu.mega-full {
    padding: 0 0;
}

.main-menu ul li ul.mega-menu li ul li a {
    padding: 2px 0;
}

.mega-title {
    padding: 0px 20px;
    margin: 7px 0 !important;
    /* height: 100% !important; */
    position: relative;
}

.mt:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 314px;
    background: #e5e5e5;
}

.main-menu h5 {
    background: #f1f1f1;
    text-align: center;
    font-size: 22px;
    padding: 9px 0;
    font-weight: 600;
}

.mega-menu {
    background: url(../img/mega-bg.jpg) no-repeat !important;
    background-size: cover !important;
    margin: 0 !important;
}

.mega-menu .col-md-3 {
    padding: 0 !important;
}

.mega-menu .row {
    margin: 0 !important;
}

.main-menu li:hover {
    background-color: #00000000;
}

.main-menu .mega-title ul {
    /* padding: 0 10px; */
}

.main-menu h3 a {
    color: #01273e;
    font-weight: 600;
}


/* .categorie-menus li ul.cat-submenu li ul.cat-submenu {
  height: 350px !important;
  overflow-y: scroll;
}

.categorie-menus
  li
  ul.cat-submenu
  li
  ul.cat-submenu
  .categorie-menus
  li
  ul.cat-submenu
  li
  ul.cat-submenu:-webkit-scrollbar {
  width: 5px !important;
}
.categorie-menus li ul.cat-submenu ul.cat-submenu:-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}
.categorie-menus li ul.cat-submenu li ul.cat-submenu:-webkit-scrollbar-thumb {
  background: #888 !important;
  border-radius: 10px !important;
}
.categorie-menus
  li
  ul.cat-submenu
  li
  ul.cat-submenu:-webkit-scrollbar-thumb:hover {
  background: #555 !important;
} */

.product-name h4 a {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: inherit;
}

.url-area {
    margin: 0 80px 0 0;
}

.url-area p {
    display: flex;
    align-items: center;
}

.url-area p span {
    margin-left: 10px;
}

.inq {
    padding: 40px 0;
}

.inq .head {
    text-align: center;
}

.inq .head h4 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #01273e;
}

.inq .head p {
    color: #7a7a7a;
}

.inq .content {
    background: url(../img/banner/inq-form.jpg) no-repeat;
    background-size: cover;
    padding: 30px;
}

.inq .content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.inq .content p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.inq .content .top {
    padding-bottom: 30px;
    border-bottom: 1px solid #00699d;
}

.inq .content .mid {
    padding-top: 30px;
}

.inq .content .mid h4 {
    font-size: 18px;
    font-weight: 300;
}

.inq .content .mid h4 span {
    font-weight: 600;
    font-size: 20px;
}

.inq .content .last {
    border: none;
}

.inq .form-area {
    background: #f2f2f2;
    margin-top: 40px;
}

.inq .form-area .content-2 h4 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    color: #01273e;
}

.inq .form-area .content-2 {
    padding: 30px 30px 30px 0;
}

.inq .form-area .content-2 p {
    color: #7a7a7a;
    line-height: 1.1;
}

.inq .form-area .content-2 form {
    padding-top: 30px;
}

.inq .form-area .content-2 form input {
    margin-bottom: 20px;
}

.inq .form-area .content-2 form textarea {
    resize: none;
}

.inq .form-area .content-2 form button {
    font-size: 16px;
    color: #fff;
    background: #f57c12;
    padding: 8px 24px;
    border: 1px solid #f57c12;
    margin-right: 10px;
}

.prod-in-btn {
    background: #01273e;
    color: #fff;
    padding: 9px 15px;
    border-radius: 0;
    line-height: 1;
    font-size: 15px;
    border: 1px solid #0084c4;
}

.prod-in-btn.rfp {
    border: 1px solid #f57c12;
    background: #f57c12;
}

.useful-links li a i {
    color: #f57c12;
    font-size: 16px;
    margin-right: 5px;
}

.pro-large-img {
    border: 1px solid #01273e26;
    height: 38em;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.pro-large-img img {
    border: 1px solid #0000;
    border-radius: 5px;
    width: auto;
    position: relative;
}

.report,
.clr_90 {
    color: #909090 !important;
}

.pro-details-name.mb-10>h3 {
    color: #383838;
    font-size: 26px;
    font-weight: 600;
}

a {
    color: #111 !important;
}

.abs-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

@media (max-width: 1600px) {
    .product-item .manufacture-product p {
        font-size: 12px;
    }
    .prod-in-btn {
        font-size: 14px;
    }
    .blogg-content h5 {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .blogg-content p {
        font-size: 14px;
        padding: 10px 0 0;
        line-height: 1.2;
    }
    .why-orm-sys .in .in-c {
        min-height: 227px;
        padding: 15px;
    }
    /* .suggestation {
    width: 74%;
} */
    .product-caption .btn-cart {
        bottom: 15px;
    }
    .btn-cart {
        color: #fff;
    }
    .product-module-caption {
        padding: 5px 0px 5px 12px;
        width: 65%;
    }
    .product-module-thumb {
        width: auto;
    }
    .product-module-thumb {
        width: 35%;
    }
    .manufacture-product p a {
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: inherit;
    }
    .product-module-four-item {
        height: 153px;
        align-items: center;
    }
    .owl-carousel .owl-item .product-module-thumb img {
        width: 133px;
    }
    .shop-product-wrap.grid .product-item {
        height: 95%;
        text-align: center;
    }
}

.blogg-content h5 {
    margin-bottom: 15px;
    /* line-height: 16px; */
    /* line-height: 16px; */
    /* max-height: 32px; */
    /* max-height: 32px; */
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* line-height: 16px; */
    /* max-height: 32px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogg-content p {
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1440px) {
    input.top-cat-field {
        width: calc(100% - 120px) !important;
    }
    .suggestation {
        width: 95%;
    }
    .feature-inner .col {
        flex-basis: 23.33% !important;
        width: 20%;
    }
    .blogg-content h5 {
        font-size: 12px;
        line-height: 1.2;
        margin-bottom: 15px;
        /* line-height: 16px; */
        /* line-height: 16px; */
        /* max-height: 32px; */
        /* max-height: 32px; */
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* line-height: 16px; */
        /* max-height: 32px; */
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .post-date {
        background: #0084c4 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        display: inline-block;
        font-size: 8px;
        padding: 2px 4px;
        margin-bottom: 10px;
    }
    .blogg-content p {
        font-size: 11px;
        padding: 00px 0 0;
        line-height: 1.2;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 16px;
        max-height: 60px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .blogg-content {
        padding: 15px;
        min-height: auto;
    }
}

@media (max-width: 1375px) {
    .why-orm-sys .cc {
        width: 70%;
    }
    .main-menu li>a {
        padding: 18px 11px !important;
        font-size: 14px;
    }
    .mega-menu .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (max-width: 1280px) {
    .why-orm-sys .cc {
        width: 80%;
    }
    .af-bnnr .content p {
        font-size: 14px;
    }
    .suggestation .content p {
        transform: translateX(-25px);
    }
    .main-menu li>a {
        padding: 18px 10px !important;
        font-size: 13px;
    }
}

@media (max-width: 1152px) {
    .why-orm-sys .cc {
        width: 85%;
    }
    input.top-cat-field {
        width: calc(100% - 150px) !important;
    }
    .main-menu li>a {
        padding: 18px 10px !important;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .header-top-menu .container-fluid {
        padding: 0 00px;
    }
    .sec-aa .content .in p {
        font-size: 14px;
        line-height: 1.1;
    }
    .sec-aa .content {
        padding: 15px;
        min-height: 325px;
    }
    .global p {
        font-size: 14px;
        line-height: 1.2;
    }
    .af-bnnr .content p {
        font-size: 16px;
    }
    .why-orm-sys .in h5 {
        font-size: 20px;
    }
    .why-orm-sys .in p {
        font-size: 16px;
    }
    .first-sec p {
        font-size: 14px;
    }
    .first-sec h1 {
        font-size: 35px;
    }
    .mean-container .mean-nav ul li a {
        color: #fff !important;
    }
    .mean-container .mean-nav ul li {
        padding: 0;
        margin: 0 !important;
    }
    .mean-container .mean-nav h5 {
        display: none;
    }
    .mean-container .mean-nav ul li li a {
        background: #424242 !important;
    }
    .mean-container a.meanmenu-reveal {
        top: -149px !important;
    }
}

.menu-toggle {
    display: none !important;
}

@media (max-width: 575px) {
    .menu-toggle {
        display: block !important;
    }
    .mean-container a.meanmenu-reveal {
        top: -0 !important;
        background: #fff;
        /* transform: translateX(-10px); */
        position: sticky;
        z-index: 1000;
        right: 0;
        width: 20px;
        left: 0;
        margin: 0 auto 0 auto;
    }
    .first-sec h1 {
        font-size: 30px;
        line-height: 1.2;
    }
    .header-top-menu.sticker.sticky {
        box-shadow: 0 0;
    }
    .first-sec p {
        font-size: 14px;
        line-height: 1.2;
    }
    .why-orm-sys,
    .opacity {
        height: 1250px;
    }
    .why-orm-sys h3 {
        font-size: 30px;
    }
    .why-orm-sys p {
        line-height: 1.2;
    }
    .theme-bg {
        background: #0084c400 !important;
        /* box-shadow: 0; */
    }
    .mean-container .mean-bar {
        width: auto;
        float: right;
    }
    .categories-menu-bar {
        left: 0;
        position: absolute !important;
        top: 0px !important;
        width: auto !important;
        z-index: 999;
    }
    .slicknav_btn {
        padding: 15px 20px !important;
    }
    .header-top-menu {
        display: none;
    }
    .feature-inner .col {
        flex-basis: 43.33% !important;
        width: 20%;
    }
    .feature-content h4 {
        font-size: 14px;
    }
    .feature-content p {
        font-size: 12px;
        line-height: 15px;
    }
    .section-title.product-spacing.hm-11 {
        margin-top: 30px;
        margin: 10px 0 20px;
    }
    .product-name h4 {
        font-size: 18px;
    }
    .product-item .manufacture-product p {
        font-size: 16px;
    }
    .section-title h3 {
        font-size: 28px !important;
        margin-bottom: 15px !important;
    }
    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
    }
    .pro-large-img {
        border: 1px solid #01273e26;
        height: auto;
    }
    input.top-cat-field {
        width: calc(100% - 100px) !important;
    }
    .mini-cart-option li:first-child {
        margin: 0 auto;
        margin-left: auto !important;
    }
    .contact-single-info.text-center>p {
        margin-top: 5px;
        font-size: 12px;
        line-height: 1.5;
    }
}