.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    -webkit-box-shadow: 0px 13px 30px -12px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 13px 30px -12px rgb(0 0 0 / 75%);
}

a.readmore {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 3px;
    position: relative;
    border-radius: 0;
    transition: all 0.3s;
    color:#898989;
}
    a.readmore:hover {
        color: var(--secondary-color);
        transform: translate(-15px, 0);
        -webkit-transform: translate(-15px, 0);
        -moz-transform: translate(-15px, 0);
        -ms-transform: translate(-15px, 0);
    }
    a.readmore:after {
        font-family: 'FontAwesome';
        font-size: 13px;
        content: "\f061";
        font-style: normal;
        font-weight: normal;
        text-transform: none;
        line-height: 1;
        opacity: 0;
        transition: all 0.3s;
        margin-left: -5px;
        -webkit-font-smoothing: antialiased;
    }
    a.readmore:hover:after {
        opacity: 1;
        margin-left: 1px;
    }

.top-bar p {
    font-size:14px;
}

.info-icon {
    float: left;
    margin-right: 10px;
    font-size: 40px;
    margin-top: -8px;
}

.info-icon.expanded {
    margin-top: -15px;
    margin-right: 20px;
}


.site-contact-info {
    color: #a3a3a3;
    line-height: normal;
    display: block;
    letter-spacing: .01em;
    width: 100%;
}
    .site-contact-info .contact-info-inner {
        min-width: 100%;
        padding:0;
    }
    .site-contact-info p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
        text-transform: initial;
    }
    .site-contact-info .primary-color {
        color: #1D8D73;
    }
    .site-contact-info p a {
        color: inherit;
        font-size: 14px;
    }
    
    .info-icon.expanded {
        margin-top: -15px;
        margin-right: 20px;
    }
    .info-icon {
        float: left;
        margin-right: 10px;
        font-size: 40px;
        margin-top: -8px;
    }
    

.our-team {
    background:#D6E5ED;
}

.our-team h1 {
    font-weight:100;
    color:#000;
}

.btn-wrapper {
    position: relative;
    width: 100%;
    margin: 65px auto;
    text-align: center;
}

.btn-wrapper a:first-child {
    margin-right:20px;
}

#button-special {
    padding: 36px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    border: solid 1px #607d8b;
    border-radius: 0px;
}

#button-special:hover {
    background:linear-gradient( to top, #005d8c, #0079bf );
    color:#fff;
}


.owl-carousel .owl-nav button.owl-prev {
    float: left;
    left: 50px;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    right: 50px;
    position: relative;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgba(1,1,1,.4);
    padding: 10px !important;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.solutions {
    background: #f5f4f4;
}
    .solutions h2 {
        margin: 0;
        font-weight: 300;
        line-height: 40px;
        color:#333;
    }
    .solutions .service-info .item {
        float: left;
        position: relative;
    }
    .solutions .service-info .post-image {
        margin: 0 0 30px 0;
    }
    .solutions .service-info .view {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        text-align: left;
    }
    .solutions .service-info h4 {
        margin: 0;
    }
    
    .solutions .service-info p {
        padding: 0;
        margin: 0 0 18px 0;
        color: #505050;
        /*font: 400 1.1em/1.6em "Open Sans", sans-serif;*/
    }
    
    .solutions .service-info h6 {
        margin: 0;
        -webkit-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        padding: 0 0 3em;
    }
    .solutions .service-info h4 a {
        color: #242424;
        font: 600 18px "Open Sans", sans-serif;
        text-transform: uppercase;
        -webkit-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        margin: 0 0 15px 0;
    }
    .service-info a {
        display: inline-block;
        width: 100%;
    }
    
    .solutions .service-info-right .post-image {
        width: 100px;
    }
    .solutions .service-info .post-image {
        margin: 0 0 30px 0;
    }
    .solutions .service-info-right .post-content {
        float: left;
        width: 260px;
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }
    
    .solutions .service-info-right .post-image img {
        width: 100px;
        height: 100px;
    }
    .solutions .service-info .view img {
        display: block;
        position: relative;
    }
    
    .image_hover:hover .zoom_img_effect {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
    }
    .solutions .service-info .post-image img {
        width: 100%;
        /*width: 370px;
        height: 202px;*/
    }
    .zoom_img_effect {
        position: relative;
        transition: all .3s ease-out;
    }
    .solutions .image_hover:after {
        position: absolute;
        content: '';
        opacity: 0;
        background: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .3s ease-out;
    }
    

.quality-wrapper {
    position: relative;
}
.quality-wrapper h2 {
    font: 300 2.8em/1.3em "Open Sans", sans-serif;
    margin: 0 0 1.2em;
    padding: 0;
    color: #242424;
}
.quality-wrapper p {
    color: #6c6c6c;
    margin: 0 0 4em;
    padding: 0;
    font: 400 1.2em/1.8em "Open Sans", sans-serif;
}

.vision-wrapper {
    position: relative;
}
.vision-wrapper ul {
    margin: 0;
    padding: 0;
}
.vision-wrapper ul li {
    margin: 0;
    padding: 0 4em;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #cfcfcf;
}
.vision-wrapper ul li a {
    color: #6c6c6c;
}
.vision-wrapper ul li p {
    color: #6c6c6c;
    font: 700 1.6em/1.8em "Open Sans", sans-serif;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.vision-wrapper ul li:last-child {
    border-right: 1px solid transparent;
}


.services {
    /*background: url('assets/images/3.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;*/
    background-image: linear-gradient(to bottom, #f4f7fb, #e7eef7, #dae4f3, #cedbef, #c2d1eb);
    padding: 80px 0;
    color:#000;
}
    .services .opacity {
        background: rgba(0,0,0,0.8);
        padding: 80px 0 20px 0;
    }
    .services .opacity .theme-title h3 {
        color: #fff;
    }
    .services h2 {
        margin: 0;
        font-weight: 300;
        line-height: 40px;
        color:#333;
    }
    .services .service-info .item {
        float: left;
        position: relative;
    }
    .services .service-info p {
        padding: 0;
        margin: 0 0 18px 0;
        color: #898989;
        font: 400 1.1em/1.6em "Open Sans", sans-serif;
        font-size:15px;
        font-family: "Open Sans", sans-serif;
        font-weight: 400;
        line-height: 22px;
    }
    .services .service-info .view {
        width: 100%;
        height: 100%;
        float: left;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        text-align: left;
        border-top-left-radius: 6px !important;
        border-top-right-radius: 6px !important;
    }
    .services .service-info h4 {
        margin: 5px 0 10px;
        color:#000;
    }

    .services .service-info h6 {
        margin: 0;
        -webkit-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        padding: 0 0 3em;
    }
    .services .service-info h4 a {
        color: #242424;
        font: 600 18px "Open Sans", sans-serif;
        text-transform: uppercase;
        -webkit-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        margin: 0 0 15px 0;
    }
    .service-info a {
        display: inline-block;
        width: 100%;
    }

    .services .service-info-right .post-image {
        width: 100px;
    }
    .services .service-info .post-image {
        margin: 0 0 0px 0;
    }
    .services .service-info-right .post-content {
        float: left;
        width: 260px;
        padding: 0 0 0 15px;
        box-sizing: border-box;
    }

    .services .service-info-right .post-image img {
        width: 100px;
        height: 100px;
    }
    .services .service-info .view img {
        display: block;
        position: relative;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }
    
    .image_hover:hover .zoom_img_effect {
        -webkit-transform: scale(1.05) translateZ(0);
        transform: scale(1.05) translateZ(0);
    }
    .services .service-info .post-image img {
        max-width: 100%;
        /*width: 370px;
        height: 202px;*/
    }
    .zoom_img_effect {
        position: relative;
        transition: all .3s ease-out;
    }
    .service-section .image_hover:after {
        position: absolute;
        content: '';
        opacity: 0;
        background: #000;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all .3s ease-out;
    }
    
    .services .item .item-content {
        background:#fff;
        padding:10px;
        display:inline-block;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.theme-title h5 {
    color: #727272;
    margin-bottom: 11px;
}
.theme-title h5, .theme-title h3 {
    text-transform: uppercase;
}

.theme-title h3 {
    display: inline-block;
    position: relative;
}
.theme-title h5, .theme-title h3 {
    text-transform: uppercase;
}

.theme-title span {
    display: inline-block;
    border-bottom: 1px solid var(--secondary-color);
    margin-right: 90px;
    margin-left: 10px;
    width: 67%;
}

.services .theme-title span {
}

.products {
    padding: 80px 0 40px 0;
    color:#000;
}
.products h2 {
        margin: 0;
        font-weight: 300;
        line-height: 40px;
        color:#333;
    }
.service-sldier {
    margin: 70px 0 0 0;
    cursor: w-resize;
}

.service-sldier .item {
    margin: 0 15px;
}

.service-sldier .service-item {
    padding: 35px 25px 40px 25px;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    overflow: hidden;
}

.service-sldier .service-item i {
    font-size: 35px;
}

.service-sldier .service-item h4 {
    color: #ef9e1f;
    text-transform: uppercase;
    margin: 10px 0 19px 0;
}

.service-sldier .service-item a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 133px;
    line-height: 40px;
    margin-top: 30px;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}


.reachus {
    background: url('../images/solution-bg.jpg') center center no-repeat fixed;
    background-size: cover;
    padding: 29px 0;
    min-height: 100px;
    clear: both;
}

.reachus h2 {
    font-size: 2em;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 0;
    padding: 6px 0 0 50px;
    text-align: center;
    display: inline-block;
    float: left;
}


.reachus-btn {
    position: relative;
    display: inline-block;
    margin-left: 4em;
}

.reachus-btn a {
    background: #ee9c1c;
    color: #fff;
    border-radius: 6px;
    font: 600 1.08em/1em 'Open Sans', sans-serif;
    padding: 12px 20px!important;
    display: inline-block;
    border: 1px solid #bf8426;
    border-radius: 6.1875rem!important;
}


.footer-wrapper {
    /*background:url('../images/footer-bg.jpg') no-repeat;
    background-size:cover;*/
    padding:0px 0px;
    color:#fff;
    margin:0px;
    border:solid 0px #0000ff;
}

.footer-inner {
    padding:40px 0px 0px;
    background:#e9eff8;
    background: #4e5a6c;
}

.footer-wrapper p {
    padding:15px 0px;
    margin:0px;
    color:#b9bfc9;
    font-size:15px;
}

.footer-wrapper ul#menu-quick-links {
    padding:0px;
    margin:0px;
}

.footer-wrapper ul#menu-quick-links li a {
    color:#b9bfc9;
}
.footer-wrapper #menu-quick-links li {
}
.footer-wrapper #menu-quick-links li:before {
    position: relative;
    margin-right:5px;
    left: 0;
    top: 0px;
    font-size: 15px;
    line-height: 24px;
    color: #b9bfc9;
    content: "\f105";
    font-weight: 900;
    text-decoration: none !important;
    font-family: "Font Awesome 5 Free";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}


.footer-wrapper h4 {
    color: var(--primary-color);
    padding-bottom: 5px;
    text-transform: capitalize;
    font-style: italic;
}

.footer-wrapper h4:after {
    content: '';
    width: 45px;
    height: 2px;
    background: #004071;
    display: block;
    margin-top: 13px;
}

.footer-wrapper h3 {
    color: #1c1c28; /*;*/
    font-size: 19px;
}

.footer-wrapper ul.contact-info li, .contactus-page ul.contact-info li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 4px;
}
.footer-wrapper ul.contact-info, .contactus-page ul.contact-info  {
    margin:0px;
    padding:0px;
}
.contactus-page ul.contact-info {
    margin-left:24px;
}

.footer-wrapper ul.contact-info li i, .contactus-page ul.contact-info li i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #f49221;
}
.footer-wrapper ul.contact-info li p, .contactus-page ul.contact-info li p {
    padding: 3px 0px 0px;
    line-height: 21px;
    font-size: 15px;
    margin-bottom:0px;
}
.footer-wrapper ul.contact-info li p, ul.contact-info li a, .contactus-page ul.contact-info li a, .contactus-page ul.contact-info li p {
    color: #002943; /*  */
}

.no-border {
    border:none!important;
}

.footer-wrapper img {
    margin-top: 15px;
}

.footer-bar {
    padding:0rem;
    margin:0px;
    border:solid 0px #ff0000;
    background: #e9eff8;
    background: #4e5a6c;
}

.footer-bar p, .footer-bar a {
    margin:0px;
    color:#b9bfc9;
}

.footer-wrapper .copyright a {
    color: #b9bfc9;
}

.footer-wrapper .copyright a:hover {
    color: #ef9e1f;
}

.footer-wrapper ul.social {
    margin: 10px 0 0;
    padding: 0;
}

.footer-wrapper ul.social li:first-child {
    padding-left: 0px;
}
.footer-wrapper ul.social li {
    display: inline-block;
    list-style: none;
    padding: 10px 9px;
}

.footer-wrapper ul.social li a {
    padding: 0;
    color: #7c7c7c;
}

.footer-wrapper ul.social li a i {
    font-size: 1.5em;
}

.footer-wrapper a.action-btn {
    margin: 0px;
    text-transform: capitalize;
}


.help-bx {
    background: var(--light-color);
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.help-bx .info {
    padding: 15px 25px 35px 25px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.text-white {
    color: #FFF;
}

.help-bx .info:before, .help-bx .info:after {
    content: "";
    background: var(--light-color);
    position: absolute;
    top: -25px;
    width: 100%;
    height: 50px;
    left: 0;
    transform: skewY(-8deg);
    z-index: -1;
}

.help-bx .info:before, .help-bx .info:after {
    content: "";
    background: var(--light-color);
    position: absolute;
    top: -25px;
    width: 100%;
    height: 50px;
    left: 0;
    transform: skewY(-8deg);
    z-index: -1;
}
.help-bx .info:before {
    background: #fff;
    top: -32px;
    transform: skewY(-5deg);
    height: 40px;
}

.help-bx .info img {
    max-width: 60px;
    margin-bottom: 20px;
}

.help-bx .title {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 10px;
}

.help-bx p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#fff;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.content-area ul {
    padding-left: 15px;
    list-style-image:url('../images/list-icon.webp');
}

.content-area ul li {
    margin-top: 0;
    padding-left: 0rem;
    text-indent: 0rem;
    line-height: 30px;
}

.content-area ul li::before {
    color: rgb(14, 127, 167);
    padding-right: 0.75rem;
    width:16px;
    height:16px;
}

.content-area .oval, .content-area .oval-rectangle {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5),0 2px 2px rgba(0,0,0,0.3),0 0 4px 1px rgba(0,0,0,0.2),inset 0 3px 2px rgba(255,255,255,.22), inset 0 -3px 2px rgba(0,0,0,.15), inset 0 20px 10px rgba(255,255,255,.12), 
        0 0 4px 1px rgba(0,0,0,.1), 0 3px 2px rgba(0,0,0,.2);
    overflow: hidden;
    border: solid 8px #eee;
}

.content-area .oval {
    border-radius: 50%;
}
.content-area .oval-rectangle {
    border-radius: 25%;
}

.content-area .oval:active, .content-area .oval-rectangle:active {
  box-shadow: 
    inset 0 -2px 1px rgba(255,255,255,0.2),
    inset 0 3px 2px rgba(0,0,0,0.12);
}


/* Homepage */

section.aboutus {
    padding:6rem 0rem;
}

.nsk-about-us-img { 
    position: relative;
}

.nsk-about-img {
    position: relative;
    width: 75%;
}

.nsk-about-lightning-img {
    position: absolute;
    top: 0;
    right: 5%;
    width: 39%;
}