    @font-face {
        font-family: BebasNeue-Regular;
        src: url(../fonts/BebasNeue-Regular.otf);
    }
    
    @font-face {
        font-family: Montserrat-Bold;
        src: url(../fonts/Montserrat-Bold.otf);
    }
    
    @font-face {
        font-family: Futura-Bold-font;
        src: url(../fonts/Futura-Bold-font.ttf);
    }
    
    @font-face {
        font-family: futura-light-bt;
        src: url(../fonts/futura-light-bt.ttf);
    }
    
    @font-face {
        font-family: futura-heavy-font;
        src: url(../fonts/futura-heavy-font.ttf);
    }
    
    @font-face {
        font-family: Montserrat-Light;
        src: url(../fonts/Montserrat-Light.otf);
    }
    
    @font-face {
        font-family: Montserrat-Regular;
        src: url(../fonts/Montserrat-Regular.otf);
    }
    
    @font-face {
        font-family: Lato-Bold;
        src: url(../fonts/Lato-Bold.ttf);
    }
    
    @font-face {
        font-family: Lato-Light;
        src: url(../fonts/Lato-Light.ttf);
    }
    
    @font-face {
        font-family: Lato-Regular;
        src: url(../fonts/Lato-Regular.ttf);
    }
    
    html,
    body {
        position: relative;
        height: auto;
        overflow-x: hidden;
    }
    
    body {
        font-size: 20px;
        color: #000;
        margin: 0;
        padding: 0;
        font-family: futura-light-bt !important;
        overflow-x: hidden;
    }
    
    h1,
    h2,
    h3,
    h4 {
        font-family: futura-heavy-font !important;
    }
    
    p {
        font-size: 20px;
        color: #000;
        font-family: futura-light-bt !important;
    }
    
    a {
        text-decoration: none;
        transition: color .5s linear;
        color: #0089b8;
    }
    
    a:hover,
    a h3:hover,
    a h4:hover,
    a h2:hover,
    a h1:hover,
    a h5:hover,
    a i:hover,
    a p:hover {
        text-decoration: none;
        transition: color .5s linear;
        color: #0be9f1!important;
    }
    
    img {
        width: 100%;
        height: auto;
    }
.blog-content-sec {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    .blog-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.side-srvv img {
    width: 90px;
    height: 100px;
    object-fit: cover;
    position: absolute;
	left:0; 
}
h2.blog-tl {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
}
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    
    .dropdown-item.active,
    .dropdown-item:active {
        color: #fff!important;
        text-decoration: none;
        background-color: #7369b0;
    }
    
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    
    .wpcf7-not-valid-tip {
        color: red !important;
    }
    
    .wpcf7-response-output {
        text-align: center;
    }
    
    .screen-reader-response {
        display: none;
    }
    
   
    
    .dropdown-menu {
        top: 95%;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0px;
        box-shadow: 0px 22px 20px rgba(0, 0, 0, 0.25);
        position: relative;
        z-index: 9999;
    }
    
    .navbar-expand-md .navbar-nav .dropdown-menu {
        max-height: 250px;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .5rem .5rem;
        clear: both;
        font-weight: inherit;
        border-bottom: 1px solid #e2e2e2;
    }
    .customer-know h6.card-title {
    font-size: 18px;
    font-weight: 600;
    height: 46px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
   .customer-know .card-text {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
    
    .menu.collapse li {
        padding: .5rem;
        position: relative;
        z-index: 9999999;
        display: inline-block;
        width: 100%;
    }
    
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: relative;
        z-index: 9999;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0px;
        box-shadow: 0px 22px 20px rgba(0, 0, 0, 0.25);
    }
    
    .hoverli {
        position: relative;
    }
    
    .hoverlii {
        position: relative;
    }
    
    .hoverliii,
    .hoverli5,
    .hoverli6,
    .hoverli7,
    .hoverli8 {
        position: relative;
    }
    
    .file_menu {
        display: none;
        width: 235px !important;
        max-width:initial;
        border: 0px;
        position: absolute;
        box-shadow: 0px 22px 20px rgba(0, 0, 0, 0.25);
        list-style-type: none;
        padding: 0px;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        z-index: 999999999;
    }
    /* .menu2, .menu3, .menu6, .menu7{width:auto;} */
    
    .file_menu li {
        position: relative;
        text-align: left;
        background: #f1f1f1;
    }
    
    .file_menu li a {
        color: #458cc3;
        text-decoration: none;
        padding: 7px;
        display: block;
        white-space:normal;
    }
    
    .file_menu li a:hover {
        /*background: linear-gradient(to right, #8456A5, #726CB2);*/
        background: #458cc3;
        color: #fff!important;
    }
    
    .show {
        display: inline-block !important;
    }
    
    .hide {
        display: none;
    }
    
    .fa-times {
        display: none;
        color: #fff;
        z-index: 2;
    }
    
    .menu.collapse {
        animation: zoomIn .5s ease-in-out forwards;
    }
    
    .menu.collapse ul {
        visibility: hidden;
        animation: fadeIn 1s ease-in-out .5s forwards;
    }
    
    .menu.collapse li {
        padding: .5rem;
        position: relative;
        z-index: 1;
    }
    
    .menu.collapse a::after {
        content: " ";
        display: block;
        width: 0;
        height: 4px;
        bottom: 0px;
        left: 0px;
        position: absolute;
        top: auto;
        background-color: #fff;
        transition: all .3s ease-in-out;
    }
    
    .menu.collapse a:hover::after {
        width: 100%;
    }
    
    @keyframes zoomIn {
        0% {
            visibility: visible;
            width: 0;
        }
        100% {
            visibility: visible;
            width: 100vw;
        }
    }
    
    @keyframes fadeIn {
        0% {
            visibility: visible;
            transform: scale(0);
        }
        100% {
            visibility: visible;
            transform: scale(1);
        }
    }
    
    @keyframes borderTopLeft {
        0% {
            width: 0;
            height: 0;
            border-top-color: #C5E99B;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        50% {
            width: 100%;
            height: 0;
            border-top-color: #C5E99B;
            border-right-color: #C5E99B;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
        100% {
            width: 100%;
            height: 100%;
            border-top-color: #C5E99B;
            border-right-color: #C5E99B;
            border-bottom-color: transparent;
            border-left-color: transparent;
        }
    }
    
    @keyframes borderBottomRight {
        0% {
            width: 0;
            height: 0;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: #C5E99B;
        }
        50% {
            width: 0;
            height: 100%;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #C5E99B;
            border-left-color: #C5E99B;
        }
        100% {
            width: 100%;
            height: 100%;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #C5E99B;
            border-left-color: #C5E99B;
        }
    }

    .top-fluid {
        /*background: linear-gradient(127deg, #ffffff, rgba(255, 255, 255, 0) 41.71%), linear-gradient(217deg, #8a4fa3, rgb(144, 88, 168) 70%), linear-gradient(336deg, #07eef3, rgb(76, 183, 214) 70.71%);*/
        background: linear-gradient(127deg, #ffffff, rgba(255, 255, 255, 0) 41.71%), linear-gradient(217deg, #458cc3, rgb(69 140 195) 70%), linear-gradient(336deg, #458cc3, rgb(69 140 195) 70.71%);
        padding: 10px 6% 0px;
        position: relative;
    }
    
    .logo {
        width: 140px;
        margin-bottom: 10px;
        padding-top: 13px;
    }
    
    .bg-dark {
        background-color: transparent!important;
        float: right;
        display: block!important;
        padding-right: 0px;
    }
    
    .carousel-caption {
        position: absolute;
        right: 50%;
        bottom: 10%;
        left: 3%;
        z-index: 10;
        padding: 20px;
        color: #fff;
        text-align: left;
        background: rgb(0 0 0 / 58%);
    }
    
    .psi-iv-free {
        position: absolute;
        width: 650px;
        bottom: 0px;
        background: #333333;
        right: -35%;
        padding: 10px 30px 20px;
    }
    
    .side-srvv {
        padding: 0px 25px;
    }
    
    .side-srvv h3 {
        margin-bottom: 30px;
    }
    
    .side-srvv p {
        margin-bottom: 5px;
    }
    
    .side-srvv a {
        padding: 10px;
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #726bb2;
        text-transform:capitalize;
    }
    
    .psi-iv-free img {
        width: 79%;
        margin: auto;
        display: block;
        margin-bottom: 20px;
    }
    
    .psi-iv-free h5 {
        color: #fff;
        font-size: 1.4rem;
        padding-bottom: 20px;
        font-family: Montserrat-Light;
        position: relative;
        margin-bottom: 20px;
        font-weight: 100;
    }
    .psi-iv-free h1{
        color: #fff;
        font-size: 1.4rem !important;
        font-family: Montserrat-Light !important;
    }
    .psi-iv-free h5 b {
        position: absolute;
        width: 100px;
        height: 2px;
        background: #ccc;
        bottom: 0px;
        left: 0px;
    }
    
    .col-cnt-free {
        height: auto;
        overflow: hidden;
        padding: 0px 0px 10px 0px;
    }
    
    .col-cnt-free::-webkit-scrollbar {
        width: 3px;
    }
    /* Track */
    
    .col-cnt-free::-webkit-scrollbar-track {
        background: gray;
    }
    /* Handle */
    
    .col-cnt-free::-webkit-scrollbar-thumb {
        background: #fff;
    }
    /* Handle on hover */
    
    .col-cnt-free::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    
    .psi-iv-free p {
        color: #fff;
        font-size:18px;
    }
    
    .psi-iv-free ul {
        list-style-image: url(../images/freli.png);
        text-align: left;
    }
    
    .psi-iv-free li {
        margin-bottom: 16px;
        padding: 5px 20px;
    }
    
    .customer-cnt {
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
    
    .customer-cnt .slid {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 30px 10px!important;
        text-align: center;
    }
    
    .customer-cnt .slid .fa { 
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #fff;
        font-size: 100px;
        width: 180px;
        line-height: 180px;
        border-radius: 100%;
        height: 180px;
        /*background: #7569B1;*/
        background: #458cc3;
        margin-bottom: 20px;
    }
    
    .customer-cnt .slid h4 {}
    
    .col-pos-free {
        right: 10px;
        left: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        top: 0px;
        border-radius: 5px;
        /*background: linear-gradient(180deg, #8456A5 0%, #726CB2 100%);*/
        background: #458cc3;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        padding: 20px 10px;
        /* z-index: 9999; */
        height: 0px;
        opacity: 0;
    }
    
    .col-80 {
        position: relative;
    }
    
    .col-pos-free .fa {
        font-size: 50px!important;
        color: #458cc3 !important;
        width: 100px!important;
        line-height: 100px!important;
        border-radius: 100%;
        height: 100px!important;
        background: #ffffff!important;
    }
    
    .col-pos-free h4 {
        color: #fff;
        margin-bottom: 25px;
    }
    
    .col-pos-free p {
        color: #fff;
        text-transform: unset!important;
    }
    
    .col-pos-free ul {
        list-style-image: url(../images/freli.png);
        text-align: left;
        text-transform: unset!important;
    }
    
    div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing {
        display: none!important;
    }
    
    .col-pos-free ol {
        list-style-image: url(../images/freli.png);
        text-align: left;
    }
    
    .col-pos-free li {
        margin-top: -8px;
        margin-bottom: 20px;
        padding: 5px 20px;
        color: #fff;
        text-align: left;
        text-transform: unset!important;
    }
    
    .customer-cnt .slid:hover .col-pos-free {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        height: auto;
        opacity: 1;
        color: #fff;
    }
    
    .remodal {
        color: #000000!important;
        border: 5px solid #fff!important;
        background: #fff!important;
    }
    
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
        text-align: right;
        font-family: Lato-Regular;
        padding: 8px 15px;
    }
    
    .navbar-dark .navbar-nav .nav-item:nth-child(7) .nav-link {
        padding-right: 0px;
    }
    
    .navbar-nav {
        width: 100%;
        float: right;
        text-align: right;
        padding: 22px 0px 0px;
    }
    
    .banners .carousel-indicators {
        position: absolute;
        right: -4%;
        bottom: 0;
        top: 10%;
        height: 100%;
        width: 2%;
        left: auto;
        z-index: 15;
        display: block;
        justify-content: center;
        vertical-align: middle;
        padding-left: 0;
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .banners .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 12px;
        height: 12px;
        text-align: center;
        margin: 0px auto 8px;
        text-indent: -999px;
        border-radius: 100%;
        cursor: pointer;
        padding: 0px;
        background-color: #00faff;
        border: 1px solid #00faff;
    }
    
    .banners .carousel-indicators .active {
        opacity: 1;
        background: #fff!important;
        border-color: #fff;
    }
    
    .menu-bar {
        position: absolute;
        top: 48%;
        left: 5px;
        transform: rotate(270deg);
        color: #fff;
        display: none;
    }
    
    .menu {
        opacity: 0;
        padding: 30px 10px 0px;
        margin: 0 auto;
        left: 6%;
        right: 6%;
        bottom: 0px;
        opacity: 0;
        position: absolute;
        text-align: center;
        background: linear-gradient(to right, #ffffff, #8456A5, #726CB2);
        z-index: 99;
    }
    
    .menu.show {
        opacity: 1;
        top: 120px;
        bottom: 0px;
    }
    
    .menu ul {
        margin-bottom: 0;
    }
    
    .menu .dropdown a::after {
        display: none
    }
    
    .menu a {
        color: #fff;
        text-transform: uppercase;
        opacity: 1;
        padding: 10px;
        display: inline-block;
        position: relative;
    }
    
    .menu .dropdown-menu a {
        color: #8456a5;
    }
    
    .menu-bar i {
        padding: 10px;
        background: #894fa3;
        border-radius: 100%;
        margin-left: 10px;
    }
    
    .menu a:hover {
        text-decoration: none;
        opacity: 1;
    }
    
    .col-ban {
        /*background: #894fa3;*/
        background: #458cc3;
        padding: 2% 4%;
    }
    .customer-know img.card-img-top {
    height: 210px;
    object-fit: cover;
}

    
    .col-ban img {
        display: block;
        font-size: 50px;
        width: 60px !important;
        max-width: 60px !important;
        margin: auto;
        margin-bottom: 15px;
    }
    
    .col-ban a {
        display: block;
        padding-top: 15px;
        font-weight: 600;
        outline: 0px!important;
        outline-offset: 0px;
    }
    
    .remodal-close {
        background: #458cc3;
    }
    
    .remodal {
        top: 100px;
    max-width: 600px !important;
    width: 95% !important;
    border-radius: 10px;
    }
    
    
    
    .col-ban p {
        color: #fff;
        text-align: center;
        margin: 0px;
        min-height:60px;
    }
    
    .col-ban .slide-repeat {
        padding: 0px 25px;
    }
    
    .who-fluid {
        background: url(../images/who-bg.jpg);
        padding: 4% 20%;
        text-align: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .who-fluid h2 {
        font-size: 3rem;
        margin-bottom: 30px;
    }
    
    .who-fluid p {
        text-align: justify;
    }
    
    .who-fluid a {
        display: inline-block;
        padding: 10px 25px;
        /*background: #894fa3;*/
        background: #458cc3;
        color: #fff;
        border-radius: 100px;
        margin-top: 20px;
    }
    
    .buss-fluid {
        margin: 0px;
        padding: 4% 6%;
        /*background: #693584;*/
        background: #458cc3;
        color: #fff;
        text-align: center;
        background-attachment: fixed !important;
            background-size: cover !important;
    }
    
    .buss-fluid h2 {
        font-size: 3rem;
        width: 100%;
        margin-bottom: 25px;
        text-transform: capitalize;
    }
    
    .buss-fluid h1 {
        font-size: 5rem;
        width: 100%;
        margin-bottom: 35px;
        padding: 0px 15%;
        line-height: 75px;
    }
    
    .col-buss {
        position: relative;
        height: 400px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 400px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
    
    .col-buss img {
        border-radius: 100%;
        width: 80%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        vertical-align: middle;
        max-height: 400px;
    }
    
    .buss-cnt {
        position: absolute;
        left: 25%;
        right: 25%;
        top: 30%;
        padding: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 20px;
    }
    
    .buss-cnt .bus-icon {
        width: 60px;
        border-radius: 0px;
        margin-bottom: 16px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 20px;
    }
    
    .buss-cnt p {
        text-transform: uppercase;
        color: #000;
        font-size: 18px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        line-height: 22px;
        font-family: futura-heavy-font !important;
    }
    
    .col-buss:hover img {
        width: 100%;
    }
    
    .col-buss:hover .buss-cnt {
        left: 13%;
        right: 13%;
        top: 20%;
        padding: 22px;
    }
    
    .col-buss:hover .buss-cnt .bus-icon {
        width: 100px;
    }
    
    .col-buss:hover .buss-cnt p {
        font-size: 20px;
    }
    
    .test-fluid {
        padding: 4% 14%;
        background: url(../images/test-bg.webp);
        background-attachment: fixed;
        background-size: cover;
        text-align: center;
    }
    
    .test-fluid .carousel-item span {
        padding: 12px 20px;
        display: inline-block;
        background: #693584;
        color: #fff;
        margin-bottom: 35px;
        margin-top: 20px;
    }
    
    .test-fluid .carousel-item p {
        line-height: 34px;
        padding: 0px 10%;
        margin-bottom: 40px;
    }
    
    .test-fluid .carousel-item h5 {
        color: #000;
        font-size: 1.5rem;
        font-weight: 600;
    }
    
    .test-a .fa {
        color: #000;
        font-size: 100px;
    }
    
    .test-a.carousel-control-next,
    .test-a.carousel-control-prev {
        width: 3%;
    }
    
    .test-fluid .test-v {
        display: inline-block;
        padding: 10px 25px;
        background: transparent;
        color: #000;
        border-radius: 100px;
        margin-top: 50px;
        border: 2px solid #000;
    }
    
    .customer-know .slide {
        padding: 10px 15px;
    }
    
    .foot-fluid {
        /*background-image: linear-gradient(to right, #8456A5, #726CB2);*/
    /*background: linear-gradient(to right, #458cc361, #458cc3, #458cc3);*/
        background: linear-gradient(to right, #458cc361, #458cc3e0, #458cc3e3);
        padding: 1% 6% 0%;
    }
    
    .foot-fluid p,
    .foot-fluid a {
        color: #fff;
    }
    
    .logo-col .logo {
        margin-bottom: 30px
    }
    
    .social {}
    
    .social p {
        text-align: right;
        margin-top: 15px;
    }
    
    .social p a i {
        width: 50px;
        height: 50px;
        font-size: 25px;
        display: inline-block;
        text-align: center;
        line-height: 50px;
        border: 2px solid #fff;
        border-radius: 100%;
    }
    
    .foo-col {
        padding-right: 5%;
    }
    
    .foo-col li {
        list-style: none;
    }
    
    .foo-col h4 {
       color:#fff;
		font-size:21px;
    }
    
    .foo-col-lst-ri,
    .foo-col-lst {
        padding-top: 3%;
    }
    
    .foo-col-lst-ri p {
        text-align: right;
    }
    
    .foo-col-lst-ri a {}
    
    .top-another {
        padding-top: 0px;
        width: 100%;
        height: 100px;
        position: fixed;
        left: 0px;
        z-index: 9999;
        top: 0px;
        /*background: linear-gradient(to right, #ffffff, #8456A5, #726CB2);*/
        background: linear-gradient(to right, #ffffff, #458cc3, #458cc3);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    
    .banners-page {
        padding: 0px;
        margin: 0px;
        margin-top: 100px;
        position: relative;
    }
    
    .banners-page img {}
    
    .banners-page h2 {
        padding: 8px 30px;
        color: #fff;
        display: inline-block;
        /*background: #726CB2;*/
        background: rgb(0 0 0 / 58%);
        margin-bottom: 20px;
        clear: both;
        overflow: hidden;
        float: left;
    }
     .banners-page h1 {
        padding: 8px 30px;
        color: #fff;
        display: inline-block;
        /*background: #726CB2;*/
        background: rgb(0 0 0 / 58%);
        margin-bottom: 20px;
        clear: both;
        overflow: hidden;
        float: left;
    }
    .banners-page p {
        background: #565A60;
        display: inline-block;
        clear: both;
        float: left;
        padding: 5px 20px;
        color: #fff;
    }
    
    .caption-page {
        position: absolute;
        bottom: 20%;
        left: 6%;
    }
    
    .top-another .menu-bar {
        position: relative;
        top: auto;
        left: auto;
        transform: rotate(0deg);
        color: #fff;
    }
    
    .top-another .menu-bar i {
        padding: 12px;
        background: transparent;
    }
    
    .top-another .menu {
        padding: 30px 6% 0px;
        left: 0px;
        right: 0px;
        top: 77px;
        bottom: auto;
        z-index: 9999999;
        position: fixed;
        height: 0px;
    }
    
    div.wpcf7 .ajax-loader {
        display: block!important;
        margin: 10px auto!important;
        text-align: center;
    }
    
    .top-another .menu.show {
        top: 77px;
        height: 100%;
    }
    
    .crumb-row {
        padding: 15px 6%;
    }
    
    .crumb-row p {
        margin: 0px;
    }
    
    .crumb-row a {
        color: #989898;
        padding: 0px 10px;
    }
    
    .crumb-row span {
        padding: 0px 10px;
    }
    
    .vis-fluid {
        padding: 3% 10% 0px;
        background: #EFEFEF;
        margin: 0px;
    }
    
    .vis-cnt-col {
        background: #fff;
        padding: 3%;
    }
    
    .vis-cnt-col h3 {
        line-height: 35px;
        padding-bottom: 20px;
        border-bottom: 5px solid #EFEFEF;
    }
    
    .vis-cnt-col h3 b {}
    
    .show-rd {
        position: absolute;
        right: 0px;
        bottom: 0px;
        display: flex;
    }
    
    .show-rd b {
        background: #000;
        padding: 10px;
        color: #fff;
        padding-left: 20px;
        margin: 0px;
        display: inline-block;
    }
    
    .page-fld .entry-header {
        display: none;
    }
    
    .page-fld .entry-content img {
        width: 45%;
        float: left;
        margin: 0px 25px 15px 0px;
    }
    
    .entry-content p {
        text-transform: initial!important;
        padding: 0px!important;
    }
    
    .show-rd span {
        padding: 13px;
        color: #fff;
        background: #8456a5;
    }
    
    .page-fld .entry-content h3 {
        padding: 30px 0px 20px;
        border-top: 1px solid #000;
        margin-top: 20px;
        width: 100%;
        display: inline-block;
    }
    
    .vis-col {
        padding: 3%;
        text-align: center;
        background: #8456A5;
        color: #fff;
    }
    
    .vis-col i {
        font-size: 50px;
        padding-bottom: 15px;
    }
    
    .vis-col h4 {
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }
    
    .vis-col p {
        color: #fff;
        text-align: justify;
    }
    
    .mis-col {
        background: #726CB2;
    }
    
    .who-abt-fluid {
        padding: 3% 10% 0px;
    }
    
    .whabt-col {}
    
    .col-md-4.foo-col .fa {
        width: 20px;
        text-align: center;
    }
    
    .whabt-col p {
        margin: 0px;
    }
    
    .whabt-col h2 {
        font-size: 2.5rem;
        margin: 6px -2px 10px;
    }
    
    .whabt-col .abt-p {
        margin-top: 35px;
        margin-bottom: 35px;
        text-align: justify;
    }
    
    .meet-fluid {
        padding: 0px 10%;
        background: #333;
        display: inline-block;
    }
    
    .meet-fluid img {
        width: 75px;
        background: #7e5ba8;
        margin-right: 15px;
        padding: 10px;
        float: left;
    }
    
    .meet-fluid h3 {
        color: #fff;
        padding-top: 5px;
    }
    
    .meet-fluid p {
        color: #fff;
        margin: 0px;
    }
    
    .team-col {
        padding: 0px;
    }
    
   
    
    .team-col .ikimg {
        position: relative;
        overflow: hidden;
    }
    
    .team-col .ikimg:after {
        content: '';
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        background-color: #8753a5;
        padding-bottom: 110%;
        width: 100%;
        bottom: 23%;
        right: 0;
        transform: rotate(90deg);
        transform-origin: left bottom;
        opacity: 0;
    }
    
   
    .team-p {
        position: absolute;
        bottom: 10px;
        opacity: 0;
        right: 0px;
        padding: 10px;
        color: #fff;
        font-size: 24px;
        margin: 0px;
        text-align: right;
        line-height: 22px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .team-p span {
        font-size: 17px;
    }
    
    
    .new-fluid {
        padding: 0px 0% 0px 0px;
    }
    
    .news-row {
        padding: 4% 5% 3% 10%;
        /*background: #8951a4;*/
            background: #458cc3;
        color: #fff;
    }
    
    .new-col-cnt {
        padding: 0px 7%;
    }
    
    .new-col-cnt h3 {
        font-size: 2rem;
        color: #fff;
    }
    
    .new-col-cnt p {
        color: rgba(255, 255, 255, 0.78);
        font-family: Lato-Regular;
        padding-bottom: 15px;
        border-bottom: 5px solid rgba(204, 204, 204, 0.33);
    }
    
    .col-news {
        padding: 0px 10px;
    }
    
    .col-news img {
        padding-bottom: 15px;
    }
    
    .col-news p {
        color: rgba(255, 255, 255, 0.78);
        margin: 0px;
        padding: 20px 0px;
    }
    
    .col-news h4 {
        text-transform: uppercase;
        color: #fff;
    }
    
    .col-news span {}
    
    .tests-fluid {
        padding: 0px 0px;
    }
    
    .tests-row {
        background: url(../images/tests-bg.png);
        background-size: cover;
        padding: 30px 30px 30px 0px;
    }
    
    
    .col-test h5 {
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 20px;
        display: inline-block;
    }
    
    .col-test h5 p {
        color: #fff;
    }
    
    .test-icon {
        width: 30px;
        margin-bottom: 10px;
    }
    
    .col-img-test {
        padding: 0px;
        margin-top: 20px
    }
    
    .col-img-test h4 {
        line-height: 40px;
        color: #fff;
    }
    
    .col-img-test img {
        width: 80px;
        margin-right: 20px;
        float: left;
        border-radius: 100%;
    }
    
    .col-img-test span {
        font-size: 20px;
    }
    
    .contacts-fluid {
        /*background: url(../images/contactbg.jpg);*/
        background: #458cc3;
        color: #fff;
        padding: 4% 10% 10%;
        background-size: 100% 100%;
    }
    
    .contacts-fluid h2 {
        width: 100%;
        margin-top: 30%;
    }
    
    .contacts-fluid p {
        width: 100%;
        color: #fff;
        padding: 10px 0px 20px;
        border-bottom: 1px solid #fff;
    }
    
    .col-forms {
        padding: 20px 20%;
        padding-bottom:0 !important;
    }
    
    .col-form {
        background: #fff;
        padding: 10% 12%;
    }
    
    .col-forms .form-control {
        margin: 8px 0px;
        background: transparent;
        border: 0px;
        color: #000;
        border-bottom: 1px solid #333;
        font-size: inherit;
        border-radius: 0;
        box-shadow: none;
    }
    
    .col-forms .form-control::-webkit-input-placeholder {
        /* Edge */
        color: #333;
    }
    
    .col-forms .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #333;
    }
    
    .col-forms .form-control::placeholder {
        color: #333;
    }
    
    .col-forms .cnt-btn {
        /*background: #8a4fa3;*/
        background: #458cc3;
        border-radius: 100px;
        color: #fff;
        display: block;
        width: 200px;
        margin: auto;
        margin-top: 20px;
        font-size: inherit;
    }
    
    .cnt-map-fluid {
        padding: 0px 25% 5%;
        margin-top: -6%;
    }
    
    .team-pop img {
        width: 30%;
        height: auto;
        margin-right: 15px;
        float: left;
    }
    
    .cntmap-col {
        background: #fff;
        padding: 7% 8%;
    }
    
    .cntmap-col .fa {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 22px;
        border-radius: 100%;
        background: #dedede;
        color: #5e3f75;
        float: left;
        margin-right: 20px;
    }
    
    .cntmap-col span {
        float: left;
        width: 78%;
        line-height: 40px;
    }
    
    .col-loc span {
        float: left;
        width: 78%;
        line-height: 22px;
    }
    
    .group-col {
        padding: 2% 2% 0% 0px;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .krs-col {
        background: linear-gradient(to right, rgba(255, 255, 255, 0.87) 85%, rgba(114, 108, 178, 0));
        padding: 3% 6% 3% 10%;
    }
    
    .group-col::-webkit-scrollbar {
        width: 5px;
    }
    
    .group-col::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .group-col::-webkit-scrollbar-thumb {
        background: #7962ac;
    }
    
    .group-col::-webkit-scrollbar-thumb:hover {
        background: #7965bc;
    }
    
    .group-img {
        padding-left: 2%;
    }
    
    .group-img img {
        width: 46%;
        margin: 10px 4% 10px 0px;
        float: left;
        display: inline-block;
    }
    
    .one-img {
        margin: 0px;
        margin-top: 24%!important;
    }
    
    .cntmap-col .row {
        padding-bottom: 24px;
    }
    
    .cntmap-img {
        padding: 0px;
    }
    
    .serv-fluid {
        padding: 5% 6%;
        background: url(../images/servicepage-bg.png);
        background-attachment: fixed;
        background-size: cover;
        margin: 0px;
    }
    
    .serv-row {
        margin: 0px;
    }
    
    .serv-col {
        padding: 30px 4%;
    }
    
    .serv-cols {
        /*background: url(../images/service-bg.png);*/
        /*background-size: 100% 100%;*/
        /*background-repeat: no-repeat;*/
        padding: 30px;
        padding-left: 80px;
        color: #fff;
        height: 100%;
            background: rgb(69,140,195);
    background: linear-gradient(180deg, rgba(69,140,195,1) 0%, rgba(0,0,0,0) 100%);
    border: 1px solid #b7b7b7;
    }
    
    .serv-cols img {
        width: 130px;
        position: absolute;
        left: -15%;
        border-radius: 100%;
    }
    
    .serv-cols h3 {}
    
    .serv-cols p {
        color: #fff;
        margin: 0px;
    }
    
    .serv-ces {
        width: 100%;
    }
    
    div.wpcf7-response-output {
        border: 0px!important;
    }
    
    .serv-ces .carousel-indicators {
        position: absolute;
        right: -40px;
        bottom: auto;
        left: auto;
        top: 40%;
        width: 50px;
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .serv-ces .carousel-indicators li {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background-clip: padding-box;
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
    }
    
    .serv-det-fluid {
        padding: 2% 12% 3%;
        background: url(../images/serv-det-bg.png);
        background-size: cover;
        height: auto;
        background-position: right;
        background-repeat: no-repeat;
    }
    
    .col-80 {
        width: 75%;
    }
    
    .col-80 h3 b {
        width: 10%;
        height: 5px;
        /*background: #7962ac;*/
        background: #458cc3;
        display: block;
        position: absolute;
        bottom: 0px;
    }
    
    .col-80 h3 {
        padding: 10px 0px 20px;
        margin-bottom: 20px;
        font-size: 2rem;
        text-transform: capitalize;
        position: relative;
    }
    .col-80 h1 b {
        width: 10%;
        height: 5px;
        /*background: #7962ac;*/
        background: #458cc3;
        display: block;
        position: absolute;
        bottom: 0px;
    }
    
    .col-80 h1 {
        padding: 10px 0px 20px;
        margin-bottom: 20px;
        font-size: 2rem;
        text-transform: capitalize;
        position: relative;
    }
    .serv-p {
        height: 250px;
        overflow-y: scroll;
        padding-right: 20px;
    }
    
    .serv-p::-webkit-scrollbar {
        width: 5px;
    }
    
    .serv-p::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .serv-p::-webkit-scrollbar-thumb {
        background: #7962ac;
    }
    
    .serv-p::-webkit-scrollbar-thumb:hover {
        background: #7965bc;
    }
    
    
    .other-servdet-col {
        padding: 5% 8%;
        background: url(../images/det-serv-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #fff;
    }
    
    .colserv-md4 {
        padding: 0% 3%;
    }
    
    .colserv-bgs {
        /*background: url(../images/det-serv-col-bg.png);*/
        /*background-size: 100% 100%;*/
        /*background-repeat: no-repeat;*/
        height: 350px;
        padding: 30px;
            background: linear-gradient(180deg, rgba(69,140,195,1) 0%, rgba(0,0,0,0) 100%);
    border: 1px solid #b7b7b7;
    }
    
    .colserv-bgs h3 {
        font-size: 1.7rem;
        margin-bottom: 20px;
        text-transform: capitalize;
    }
    
    .colserv-bgs p {
        color: #fff;
        height: 220px;
        overflow-y: scroll;
        padding-right: 10px;
    }
    
    .colserv-bgs p::-webkit-scrollbar {
        width: 5px;
    }
    
    .colserv-bgs p::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .colserv-bgs p::-webkit-scrollbar-thumb {
        background: #fff;
    }
    
    .colserv-bgs p::-webkit-scrollbar-thumb:hover {
        background: #fefefe;
    }
    
    .dep-fluid {
        padding: 3% 12%;
        clear: both;
        display: inline-block;
    }
    
    .dep-fluid h2 {
        font-size: 2.5rem;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .dep-fluid p {
        padding: 10px;
        text-transform: uppercase;
    }
    
    .dep-fluid span {
        text-transform: capitalize;
        color: #888;
    }
    
    
    .ins-fluid {
        padding: 4% 12%;
        margin: 0px;
        /*background: #7469b0;*/
        background: #458cc3;
        color: #fff;
    }
    
    .ins-fluid h2 {
        margin-bottom: 30px;
        font-size: 2.5rem;
    }
    
    .ins-fluid p {
        color: #fff;
    }
    
    .ins-col-8 {}
    
    .inner-ins-row {}
    
    .ins-col {
        border-top: 1px solid #fff;
        padding: 25px 0px 15px;
    }
    
    .ins-col h4 {
        font-size: 1.25rem;
        font-style: italic;
        margin-bottom: 15px;
    }
    
    .ins-col h3 {
        font-size: 1.2rem;
        font-family: Lato-Light;
        text-transform: capitalize;
    }
    
    .ins-col p {}
    
    .ins-col-4 {}
    
    .serv-oth-p {
        padding: 20px 0px;
        /*border-top: 1px solid #fff;*/
    }
    
    .oth-orw {
        padding: 0px;
        margin: 0px 0px 15px;
        display: inline-block;
    }
    
    .oth-orw img {
        width: 25%;
        float: left;
        margin-right: 15px;
    }
    
    .oth-col-serv {
        width: 68%;
        float: left;
    }
    
    .oth-col-serv h5 {
           font-size: 18px;
    color: #000;
    font-weight: 600;
    }
    
    .oth-col-serv p {
        margin: 0px;
        line-height: 20px;
    }
    
    .serv-cols h3 {
        text-transform: capitalize;
    }
    
    .insights-fluid {
        padding: 3% 10% 1%;
        margin: 0px;
    }
    
    .col-insii {
        margin-bottom: 60px;
    }
    
    .insi-col img {
        margin-bottom: 20px;
        width: 100%;
    height: 230px;
    object-fit: cover;
    }
    
    .date-ins {
        padding-bottom: 10px;
        /*border-bottom: 1px solid #b1b1b1;*/
    }
    
    .col-insii p {
        text-align: justify;
    }
    
    .insi-col a {
        margin-top: 20px;
        display: inline-block;
        padding: 10px 30px;
        background: #458cc3;
        color: #fff;
        border-radius: 100px;
    }
    
    .ser-col {
        padding: 0 65px;
    }
    
    .ser-col h3 {
        color: #000;
        font-size: 25px;
        position: relative;
    }
    
    .insi-col h2 {
        margin-bottom: 20px;
        font-size: 2rem;
    }
    
    .col-insii p {
        text-align: justify;
        margin: 0px;
        padding: 0px;
        text-transform: none;
    }
    
    .ser-col p span {
        padding: 10px;
        display: block;
        border-bottom: 1px solid silver;
        width: 100%;
    }
    
    .ser-col p span a {
        color: #6977b7;
    }

.home .top-another {
    background: transparent;
    box-shadow: none;
}
.home .header-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    background: linear-gradient(to right, #ffffff, #458cc3, #458cc3);
}
.home-top {
    padding-top: 100px !important;
}
.carousel-caption h2{
     font-size:2.5rem !important;
}
h1.business-setup {
    font-size: 3rem;
}

.publication-list{
    padding-left:220px;
    margin-bottom: 80px;
}
.publication-list img{
        position: absolute;
    left: 0;
    width:200px;
    object-fit: cover;
}
.publication-form{
    display:none;
}
.single-publication .publication-form{
    display: block;
    background: #458cc3;
    color: #fff;
    border-radius: 10px;
    padding: 50px;
    padding-bottom: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.publication-form .cnt-btn{
    border:none;
    background: #ffffff;
    color: #000 !important;
}
.publication-form .col-form {
    padding-top: 30px;
    padding-bottom: 0px;
}

.publication-form .col-forms .form-control{
    color: #fff;
        border-color: #fff;
}


.col-cnt-free a {
    background: #0089b8;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
}
.publication-form .col-forms .form-control::-webkit-input-placeholder {
        /* Edge */
        color: #fff;
    }
    
    .publication-form .col-forms .form-control:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
    }
    
    .publication-form .col-forms .form-control::placeholder {
        color: #fff;
    }
    
    .contact-button{
    background: #0089b8;
    color: #fff;
    padding: 8px 10px;
    border-radius: 3px;
    }
    .sb-1 p{
            margin-bottom:0;
        }
        .customer-icon-slider{
            max-height:217px;
            overflow: hidden;
        }
        .customer-icon{
            height:150px;
        }
.page-template-default .dep-fluid h2 {
    text-align: left;
}


.service-img-sec {
	    padding-left: 210px !important;
    min-height: 250px;
    border-color: #ffffff5e;
}
.service-img-sec img{
    position: absolute;
    width: 200px;
    height: 200px;
    object-fit: cover;
    left: 15px;
}
.service-list-content {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-height{
    height:500px;
    overflow:auto;
}
.post-height h3{
    color:#000;
}
.post-height .ins-col {
    padding: 10px 0px 15px;
}
.post-height::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.post-height::-webkit-scrollbar-track-piece {
    background-color: #e2edf;
}

.post-height::-webkit-scrollbar-thumb:vertical {
    background-color: #0089b8;
}

a.readmore {
    background: #458cc3;
    color: #fff !important;
    padding: 4px 12px;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    font-size: 16px;
}
 .twitter-icon{
                width: 50px;
    position: relative;
    top: -6px;
        }
.blog-repeat {
    padding-left: 100px !important;
    position: relative;
    min-height:100px;
}
.blog-repeat a {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.blog-repeat a:hover {
    color: #000 !important;
}
a.readmore-content {
    background: #458cc3;
    color: #fff !important;
    padding: 2px 10px !important;
    border-radius: 3px;
    margin-top: 10px;
    display: inline-block;
    font-size: 15px !important;
    width: auto;
        font-weight: normal !important;
}
a.readmore-content:hover{
  color: #fff !important;  
}
.customer-know .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}
.customer-know button.owl-prev {
    position: absolute;
    left: -35px;
/*     background: #458cc3 !important; */
    width: 24px;
    height: 24px;
    color: #000 !important;
    font-size: 32px !important;
    border-radius: 2px;
	outline:none !important;
}
.customer-know button.owl-next {
    position: absolute;
    right: -35px;
/*     background: #458cc3 !important; */
    width: 24px;
    height: 24px;
    color: #000 !important;
    font-size: 32px !important;
    border-radius: 2px;
	outline:none !important;
}
.logos-slide .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
	    margin-top: -15px;
}
.logos-slide button.owl-prev {
        position: absolute;
    left: -35px;
    outline: none !important;
    top: -12px;
}
.logos-slide button.owl-next {
        position: absolute;
    right: -35px;
    outline: none !important;
    top: -12px;
}
.logos-slide span {
/*     background: #458cc3 !important; */
    width: 24px;
    height: 24px;
    color: #000 !important;
    font-size: 32px !important;
    border-radius: 2px;
    display: inline-block;
}
.logosgov.logos-slide span {
    color: #fff !important;
}
.logos-slide img{
	padding:15px;
	background:#fff;
}
.single-service .contact-button {
    display: none;
}
    @media only screen and (max-width: 1830px) {
        body {
            font-size: 18px;
        }
        p {
            font-size: 18px;
        }
        .buss-fluid h1 {
            font-size: 4rem;
            line-height: 60px;
        }
        .buss-cnt p {
            font-size: 16px;
        }
        .social p a i {
            font-size: 22px;
        }
        .col-img-test h4 {
            line-height: 35px;
            color: #fff;
        }
        .col-cnt-free {}
        .customer-cnt .slid .fa {
            font-size: 80px;
            width: 160px;
            line-height: 160px;
            height: 160px;
        }
        .col-pos-free .fa {
            font-size: 40px!important;
            width: 80px!important;
            line-height: 80px!important;
            height: 80px!important;
        }
        .psi-iv-free img {
            width: 76%;
        }
    }
    
    @media only screen and (max-width: 1700px) {
  
        .menu.show {
            top: 100px;
        }
        .col-ban img {
            width: 45px;
        }
        .col-buss img {
            max-height: 350px;
        }
        .buss-cnt .bus-icon {
            width: 50px;
        }
        .col-buss {
            height: 350px;
            line-height: 350px;
        }
        .banners .carousel-indicators li {
            width: 8px;
            height: 8px;
        }
        .col-buss:hover .buss-cnt .bus-icon {
            width: 80px;
        }
        .col-buss:hover .buss-cnt p {
            font-size: 18px;
        }
        .vis-fluid {
            padding: 3% 8% 0px;
        }
        .who-abt-fluid {
            padding: 3% 8% 0px;
        }
        .whabt-col h2 {
            font-size: 2.3rem;
        }
        .team-p {
            bottom: 5px;
            font-size: 20px;
            line-height: 20px;
        }
        .team-p span {
            font-size: 16px;
        }
        .col-news h4 {
            font-size: 1.3rem;
        }
        .col-news p {
            padding: 12px 0px;
        }
        .banners-page {
            margin-top: 84px;
        }
        .col-test h5 {
            font-size: 1.2rem;
        }
        .serv-cols h3 {
            font-size: 1.5rem;
        }
        .serv-cols img {
            width: 120px;
            left: -17%;
        }
        .serv-cols {
            padding: 20px;
            padding-left: 74px;
        }
        .serv-det-fluid {
            padding: 2% 9% 3%;
        }
        .col-80 {
            width: 74%;
        }
        .colserv-bgs p {
            height: 190px;
        }
        .colserv-bgs {
            height: 325px;
        }
        .dep-fluid h2 {
            font-size: 2.2rem;
        }
        .ins-fluid h2 {
            font-size: 2.2rem;
        }
        
        .psi-iv-free img {
            width: 69%;
        }
    }
    
    @media only screen and (max-width: 1610px) {
        
        .vis-col h4 {
            font-size: 25px;
        }
        .col-img-test h4 {
            line-height: 27px;
            color: #fff;
            font-size: 1.1rem;
        }
        .col-img-test span {
            font-size: 15px;
        }
        .col-img-test img {
            width: 70px;
        }
        .whabt-col h2 {
            font-size: 2.1rem;
        }
        .col-80 h3 {
            font-size: 1.8rem;
        }
        .col-80 h1 {
            font-size: 1.8rem;
        }
        .colserv-bgs h3 {
            font-size: 1.4rem;
        }
        .serv-p {
            height: 200px;
        }
        .ins-fluid h2 {
            font-size: 2rem;
        }
        .oth-col-serv p {
            margin: 0px;
            line-height: 17px;
        }
        .colserv-bgs p {
            height: 160px;
        }
        .colserv-bgs {
            height: 290px;
        }
        .contacts-fluid {
            padding: 4% 8% 10%;
        }
        .serv-cols h3 {
            font-size: 1.3rem;
        }
        .col-80 {
            width: 71%;
        }
        .col-cnt-free {}
        .customer-cnt .slid h4 {
            font-size: 1.3rem;
        }
        .psi-iv-free h5 {
            font-size: 1.2rem;
        }
        .col-pos-free li {
            margin-bottom: 10px;
            padding: 5px 10px;
        }
        .customer-cnt .slid .fa {
            font-size: 60px;
            width: 140px;
            line-height: 140px;
            height: 140px;
        }
        .col-pos-free .fa {
            font-size: 30px!important;
            width: 60px!important;
            line-height: 60px!important;
            height: 60px!important;
        }
        .psi-iv-free img {
            width: 70%;
        }
        .krs-col {
            padding: 3% 6% 3% 8%;
        }
        .psi-iv-free p {
        font-size:15px;
    }
    
    }
    
    @media only screen and (max-width: 1530px) {
         .twitter-icon{
                width: 40px;
        }
        .social p a i {
            font-size: 18px;
            width: 40px;
            height: 40px;
            line-height: 40px;
        }
        .menu.show {
            top: 90px;
        }
        .buss-fluid h1 {
            font-size: 3rem;
            line-height: 45px;
        }
        .buss-fluid h2 {
            font-size: 2rem;
        }
        .who-fluid h2 {
            font-size: 2rem;
        }
        .col-buss:hover .buss-cnt p {
            font-size: 16px;
        }
        .vis-cnt-col h3 {
            line-height: 30px;
            border-bottom: 3px solid #EFEFEF;
            font-size: 1.5rem;
        }
        .vis-col h4 {
            font-size: 22px;
        }
        .vis-col i {
            font-size: 40px;
        }
        .whabt-col h2 {
            font-size: 2rem;
        }
        .meet-fluid h3 {
            color: #fff;
            padding-top: 8px;
            font-size: 1.5rem;
        }
        .team-p {
            font-size: 16px;
            line-height: 16px;
        }
        .new-col-cnt h3 {
            font-size: 1.6rem;
            color: #fff;
        }
        .col-news h4 {
            font-size: 1.1rem;
        }
        .col-test h5 {
            font-size: 1rem;
        }
      
       
        .col-forms {
            padding: 20px 16%;
        }
        .cnt-map-fluid {
            padding: 0px 20% 5%;
            margin-top: -6%;
        }
        .cntmap-col {
            background: #fff;
            padding: 7% 7%;
        }
        .serv-cols img {
            width: 100px;
            left: -15%;
        }
        .serv-cols {
            padding: 20px;
            padding-left: 60px;
        }
        .ins-col h4 {
            font-size: 1rem;
            margin-bottom: 10px;
        }
        
        .ser-col h3 {
            font-size: 22px;
        }
        .insi-col h2 {
            font-size: 1.6rem;
        }
        .psi-iv-free img {
            width: 66%;
        }
        h1.business-setup {
    font-size: 2rem; 
}
    }
    
    @media only screen and (max-width: 1445px) {
        
    
        .serv-cols h3 {
            font-size: 1.3rem;
        }
        .colserv-bgs p {
            height: 150px;
        }
        .colserv-bgs {
            height: 270px;
        }
        .col-buss img {
            width: 85%;
        }
        .insights-fluid {
            padding: 3% 8% 1%;
        }
        .col-cnt-free {}
        .psi-iv-free img {
            width: 59%;
        }
        .customer-cnt .slid h4 {
            font-size: 1.1rem;
        }
        .customer-cnt .slid .fa {
            font-size: 50px;
            width: 120px;
            line-height: 120px;
            height: 120px;
        }
        .col-pos-free .fa {
            font-size: 25px!important;
            width: 50px!important;
            line-height: 50px!important;
            height: 50px!important;
        }
        .col-pos-free {
            padding: 20px 5px;
        }
    }
@media only screen and (max-width: 1435px) {
.navbar-dark .navbar-nav .nav-link{
	font-size:16px;
}
}
    @media only screen and (max-width: 1370px) {
        .navbar-dark .navbar-nav .nav-link {
            padding: 8px 5px;
        }
        .serv-cols img {
            width: 90px;
            left: -15%;
        }
        .serv-cols h3 {
            font-size: 1.2rem;
        }
        .other-servdet-col {
            padding: 5% 6%;
        }
        .ins-fluid h2 {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }
        .serv-p {
            height: 160px;
        }
        .ins-fluid {
            padding: 4% 8%;
        }
        .dep-fluid {
            padding: 3% 8%;
        }
        .col-forms {
            padding: 20px 6%;
        }
        .contacts-fluid h2 {
            margin-top: 40%;
        }
        .ser-col h3 {
            font-size: 20px;
        }
        .insi-col h2 {
            font-size: 1.4rem;
        }
        .insights-fluid {
            padding: 3% 6% 1%;
        }
        .col-cnt-free {}
        .psi-iv-free img {
            width: 55%;
        }
    }
    
    @media only screen and (max-width: 1290px) {
.buss-cnt .bus-icon {
    width: 40px;
    margin-bottom: 5px;
}
		.buss-cnt p {
    font-size: 14px;
    line-height: 18px;
}
        .ins-fluid {
            padding: 4% 6%;
        }
        .serv-cols {
            padding-left: 60px;
        }
        .dep-fluid {
            padding: 3% 6%;
        }
        .menu-bar {
            left: -7px;
        }
        .carousel-caption h1 {
            font-size: 2rem;
        }
        .col-buss:hover .buss-cnt .bus-icon {
            width: 70px;
        }
        .col-buss:hover .buss-cnt p {
            font-size: 15px;
        }
        .liks {
            padding-right: 15px;
        }
        .ser-col {
            padding: 0 35px;
        }
        .col-cnt-free {}
        .psi-iv-free img {
            width: 52%;
        }
        .psi-iv-free h5 {
            font-size: 1.1rem;
        }
        .carousel-caption h2 {
    font-size: 2rem !important;
}
    }
    
    @media only screen and (max-width: 1200px) {
        .home-top .row {
            display: none;
        }
        .home-top .menu-bar {
            display: none;
        }
        .customer-cnt .slid:hover .col-pos-free {
            left: 0px;
        }
        .customer-cnt {
            margin: 0px;
        }
        .top-fluid {
            padding: 0px 0% 0px;
        }
        .banners .carousel-indicators {
            position: absolute;
            right: -2.5%;
        }
        .top-another {
            padding: 0px 15px!important;
        }
        .who-fluid {
            padding: 4% 10%;
        }
        .buss-fluid {
            padding: 4% 3%;
        }
        .buss-fluid h1 {
            font-size: 2.4rem;
            line-height: 40px;
        }
        .col-buss {
            height: 280px;
            line-height: 280px;
                padding: 0;
        }
        .col-buss img {
            max-height: 280px;
        }
        .col-buss:hover .buss-cnt p {
            font-size: 14px;
        }
        .test-fluid {
            padding: 4% 10%;
        }
        .test-a .fa {
            font-size: 50px;
        }
       
        .test-fluid .carousel-item h5 {
            font-size: 1.2rem;
        }
        .foot-fluid {
            padding: 1% 3% 0%;
        }
        .cnt-map-fluid {
            padding: 0px 5% 5%;
            margin-top: -6%;
        }
        .serv-det-fluid {
            padding: 2% 7% 3% 3%;
        }
        .crumb-row {
            padding: 15px 2%;
        }
        .other-servdet-col {
            padding: 5% 1%;
        }
        .dep-fluid {
            padding: 3% 1%;
        }
        .ins-fluid {
            padding: 4% 1%;
        }
        .caption-page {
            bottom: 10%;
            left: 1%;
        }
        .ser-col h3 {
            font-size: 19px;
        }
        .insi-col h2 {
            font-size: 1.3rem;
        }
        .insights-fluid {
            padding: 3% 4% 1%;
        }
        .psi-iv-free {
            width: 600px;
            right: -45%;
        }
        .psi-iv-free img {
            display: none;
        }
        .psi-iv-free h5 {
            margin-bottom: 30px;
        }
        .publication-list img {
            width: 200px !important;
        }
    }
    
    @media only screen and (max-width: 1110px) {
        .top-another .menu-bar i {
            padding: 10px;
            background: transparent;
        }
        .serv-cols h3 {
            font-size: 1rem;
        }
        .serv-cols {
            padding: 20px;
            padding-top: 70px;
        }
        .serv-cols img {
            width: 90px;
            left: auto;
            top: -30px;
        }
        .vis-fluid {
            padding: 3% 3% 0px;
        }
        .team-p {
            font-size: 14px;
            line-height: 14px;
            padding: 4px;
        }
        .col-news h4 {
            font-size: 1rem;
        }
        .new-fluid {
            padding: 0px 0% 0px 0px;
        }
        .news-row {
            margin: 0px;
        }
        .new-col-cnt {
            padding: 0px 4%;
        }
        .col-pos-free ul {
            padding: 0px 0px 0px 20px;
        }
        .col-pos-free li {
            margin-bottom: 10px;
            padding: 5px;
        }
        .foo-col-lst-ri p {
            text-align: center;
        }
    }
    
    @media only screen and (max-width: 1050px) {
		.navbar-dark .navbar-nav .nav-link{
	font-size:15px;
}
        .col-buss img {
            width: 90%;
        }
        .buss-cnt {
            padding: 4px;
        }
        .whabt-col .abt-p {
            margin-top: 15px;
            height: 190px;
            padding-right: 15px;
            margin-bottom: 20px;
            overflow-y: scroll;
        }
        .whabt-col h2 {
            font-size: 1.6rem;
        }
        .vis-cnt-col {
            padding: 3% 3%;
        }
        .colserv-bgs {
            padding: 20px;
        }
        .ser-col {
            padding: 0 15px;
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .colserv-md4 {
            padding: 0% 2%;
        }
        .insights-fluid {
            padding: 3% 3% 1%;
        }
        .col-80 h3 b {
            height: 2px;
        }
        .col-80 h1 b {
            height: 2px;
        }
    }
    
    @media only screen and (max-width: 992px) {
        .logo {
            width: 120px;
            z-index: 999999;
            position: absolute;
        }
        .navbar-nav {
            padding: 8px 0px 0px;
        }
        .top-another .menu.show {
            top: 63px;
        }
        .menu a {
            padding: 6px;
        }
        .test-fluid .carousel-item p {
            line-height: 26px;
        }
        .buss-fluid h1 {
            padding: 0px 8%;
        }
        .col-news p {
            padding: 5px 0px;
        }
		.foot-fluid img.logo {
    z-index: 0;
}
    }
    
    @media only screen and (max-width: 991px) {
		.foot-fluid p{
			font-size:14px;
		}
		.foo-col a {
    font-size: 14px;
}
        .home-top {
    padding-top: 90px !important;
}
        .navbar-dark .navbar-nav .nav-link {
            padding: 8px 5px;
        }
        .buss-fluid {
            padding: 4% 17%;
        }
        .serv-det-fluid {
            padding: 2% 3% 3%;
            background: none;
        }
        .serv-p {
            height: auto;
            padding: 0px;
        }
        .colserv-bgs h3 {
            font-size: 1.2rem;
        }
        .colserv-bgs {
            padding: 50px 20px 20px;
        }
        .colserv-bgs {
            height: 300px;
        }
        .ins-fluid h2 {
            font-size: 1.5rem;
        }
        .dep-fluid h2 {
            font-size: 2rem;
        }
        .col-80 {
            width: 100%;
        }
        .colserv-bgs {
            height: 270px;
            padding: 20px 25px 20px;
        }
        .colserv-bgs p {
            line-height: 17px;
        }
        .insig-col {
            display: none;
        }
      .psi-iv-free {
            width: 100%;
            right: 0%;
            position: relative;
        }
        .customer-cnt .slid:hover .col-pos-free {
            left: 0px;
            right: 0px;
        }
        .col-pos-free ul {
            padding: 0px 0px 0px 40px;
        }
        .navbar-dark .navbar-toggler {
            float: right;
            margin-right: 10px;
            margin-top: 18px;
        }
        .top-another {
            overflow: visible;
            height: 86px;
        }
        .bg-dark {
            background-color: transparent!important;
            float: none;
            display: block!important;
            padding-right: 0px;
            width: 100%;
            position: absolute;
            right: 0px;
        }
        .navbar-collapse {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            position: absolute; 
            top: 86px;
            right: 0px;
            left: 0px;
            /*background-image: linear-gradient(to right, #07eef3, #8a4fa3);*/
            background: #458cc3;
            z-index: 99999999;
            text-align: center;
            display: inline-block;
        }
        .navbar-dark .navbar-nav .nav-link {
            padding: 10px 8px;
            text-align: center;
        }
        .top-another .menu-bar {
            display: none;
        }
        .navbar-nav {
            padding: 20px 0px;
        }
        .ann1 {
            position: unset;
        }
    }
    
    @media only screen and (max-width: 900px) {
        .navbar-dark .navbar-nav .nav-link {
            padding: 4px 8px;
        }
        .team-pop img {
            width: 50%;
        }
        .navbar-dark .navbar-nav .nav-link {
            text-align: center;
        }
        .tests-fluid {
            padding: 0px 0px 0% 0%;
        }
        .new-col-cnt {
            padding: 0px 3%;
        }
    }
     
    @media only screen and (max-width: 799px) {
        .carousel-caption h1 {
            font-size: 1.5rem;
        }
        .customer-know .card {
            height: auto!important;
        }
        .buss-fluid {
            padding: 4% 13%;
        }
        .foo-col {
            padding-right: 1%;
        }
        .foo-col a {
            padding: 0px 1px;
        }
        .col-buss img {
            width: 75%;
        }
        .page-fld .entry-content img {
            width: 55%;
            float: left;
            margin: 0px 25px 15px 0px;
        }
          .carousel-caption h2 {
    font-size: 1.5rem !important;
}
    }
    
    @media only screen and (max-width: 775px) {
        .buss-fluid {
            padding: 4% 11%;
        }
        .banners-page h2 {
            padding: 3px 20px;
            font-size: 20px;
            height: auto!important;
        }
        .banners-page h1 {
            padding: 3px 20px;
            font-size: 20px;
            height: auto!important;
        }
        .banners-page p {
            display: none;
        }
        .caption-page {
            bottom: 0%;
            left: 2%;
        }
        .insights-fluid {
            padding: 3% 0% 1%;
        }
        
        .col-cnt-free {
            height: auto;
            overflow: hidden;
            padding: 0px;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .buss-fluid {
            padding: 4% 10%;
        }
        .crumb-row {
            margin: 0px;
        }
        .crumb-row a {
            padding: 0px 5px;
        }
        .crumb-row span {
            padding: 0px 5px;
        }
    }
    
    @media only screen and (max-width: 767px) {
		.single-service .service-img-sec p {
    margin-bottom: 0;
}
			.foot-fluid p{
			font-size:18px;
		}
		.foo-col a {
    font-size: 18px;
}
		.serv-det-fluid h1 {
    font-size: 24px;
}
		.insi-col a {
    padding: 5px 25px;
}
        .twitter-icon{
                    width: 30px;
    position: relative;
    top: -2px;
    border: 1px solid #fff;
    border-radius: 100%;
        }
		.service-img-sec img {
    width: 100px;
    height: 100px;
}
		.service-img-sec {
			padding-left: 110px !important;
			    min-height: 150px;
		}
		.service-list-content {
			-webkit-line-clamp: 2;
			height:54px;
		}
		 .foo-col h4 {
      text-align:center;
      font-size:18px;
    }
        .col-buss {
            height: 250px;
            line-height: 250px;
        }
        .crumb-row p {
            margin: 0px;
            width: 100%;
        }
       
        .col-loc span {
            width: 76%;
        }
        .cnt-map-fluid {
            padding: 0px;
            margin-top: 0px;
        }
        .cntmap-col span {
            width: 76%;
        }
        .col-form {
            padding: 5% 9%;
            border-radius: 50px;
        }
       
        .foo-col.abt p {
            margin-top: 20px;
        }
        .dis-767 {
            display: block!important;
        }
        .non-767 {
            display: none!important;
        }
        .dropdown-item {
            text-align: center;
        }
        .file_menu {
            width: 100%!important;
            text-align: center!important;
            position: relative!important;
            padding: 0px;
            max-height: 300px;
            overflow-y: scroll;
        }
        .file_menu li {
            list-style: none;
            padding: 0px;
        }
        .group-col {
            padding: 2%;
            height: auto
        }
        .foo-col li {
            list-style: none;
            display: inline-block;
            width: 100%;
            text-align: center;
        }
        .foot-fluid p,
        .foot-fluid a {
            text-align: center;
        }
        .test-fluid .carousel-item p {
            line-height: 23px;
            padding: 0px 6%;
            margin-bottom: 20px;
        }
        .test-fluid .test-v {
            margin-top: 20px;
        }
        .social p a i {
            font-size: 12px;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }
		.test-fluid {
    padding: 4% 32px;
}
		.customer-know button.owl-next{
			    right: -27px;
			    background: transparent !important;
    color: #000 !important;
		}
		.customer-know button.owl-prev{
			left:-27px;
			background: transparent !important;
    color: #000 !important;
		}
		.logos-slide span {
    background: transparent !important;
    color: #000 !important;
}
        .page-fld .entry-content img {
            width: 100%;
            float: left;
            margin: 0px 0px 15px 0px;
        }
        .foot-fluid {
            margin: 0px;
        }
        .contacts-fluid h2 {
            margin-top: 30px;
            text-align: center;
        }
        .contacts-fluid p {
            text-align: center;
        }
        .cntmap-img iframe {
            height: 300px
        }
        .col-forms {
            padding: 20px 0%;
        }
        .col-form {
            padding: 7% 5%;
        }
        .col-forms .cnt-btn {
            width: 165px;
        }
        .new-col-cnt {
            padding: 0px 20px;
        }
        .col-news {
            margin-bottom: 20px;
        }
        .tests-fluid {
            padding: 0px 0px 0px;
        }
        .tests-row {
            padding: 30px 30px 30px 30px;
            margin: 0px;
        }
        .meet-fluid img {
            display: none;
            margin: 0px;
        }
        .meet-fluid {
            padding: 0px 3%;
        }
        .new-fluid {
            padding-top: 0px;
        }
        .ins-fluid {
            padding: 4% 10%; 
        }
        .colserv-md4 {
            padding: 0% 3%;
            margin-bottom: 20px;
        }
        .dep-fluid h2 {
            font-size: 1.2rem;
        }
        .other-servdet-col {
            margin: 0px;
        }
        .serv-det-fluid {
            margin: 0px;
        }
        .col-80 h3 {
            font-size: 1.5rem;
        }
        .col-80 h1 {
            font-size: 1.5rem;
        }
        .crumb-row span {
            line-height: 16px;
        }
    }
    
    @media only screen and (max-width: 600px) {
        .buss-fluid {
            padding: 4% 6%;
        }
      
        .carousel-caption h1 {
            font-size: 1rem;
        }
      
        .buss-fluid h1 {
            font-size: 2rem;
            line-height: 34px;
            margin-bottom: 15px;
        }
        .buss-fluid h2 {
            font-size: 1.4rem;
            margin-bottom: 15px;
        }
          .carousel-caption h2 {
    font-size: 1rem !important;
}
    }
    
    @media only screen and (max-width: 575px) {
        .buss-fluid {
            padding: 4% 15%;
        }
        .col-buss {
            height: auto;
            line-height: initial;
        }
        .col-buss img {
            max-height: 100%;
        }
        .buss-cnt {
            padding: 20px;
        }
        .social {
            padding: 0px;
        }
        .news-row {
            padding: 20px;
        }
        .col-test {
            padding: 0px;
        }
        /*.dep-fluid img {*/
        /*    width: 100%!important;*/
        /*    margin: 0px 0px 20px!important;*/
        /*}*/
        .col-pos-free {
            padding: 20px 5px;
            height: auto;
            opacity: 1;
            position: relative;
            right: 0px;
            left: 0px;
        }
        .customer-cnt .slid .fa {
            display: none;
        }
        .customer-cnt .slid h4 {
            display: none;
        }
        .col-pos-free .fa {
            display: block!important;
            text-align: center;
            margin: auto;
        }
        .col-pos-free h4 {
            display: block!important;
        }
   .publication-list img {
    width: 150px !important;
}
.publication-list {
    padding-left: 160px;
}
    }
    
    @media only screen and (max-width: 485px) {
        .twitter-icon{
                    width: 24px;
            top:0;
        }
        .buss-fluid {
            padding: 4% 10%;
        }
        .carousel-caption {
            right: 3%;
            bottom: 2%;
            padding: 10px;
        }
        .social p a i {
            font-size: 11px;
            width: 23px;
            height: 24px;
            line-height: 22px;
        }
        .buss-cnt {
            padding: 10px;
        }
        .ins-fluid {
            padding: 4%;
        }
        .team-pop img {
            width: 100%;
            height: auto;
            margin-right: 0px;
            float: left;
        }
    }
     
    @media only screen and (max-width: 425px) {
        .buss-fluid {
            padding: 4% 4%;
        }
        .carousel-caption h1 {
            font-size: 0.9rem;
        }
        .buss-cnt {
            padding: 5px;
        }
        .buss-fluid {
            padding: 6% 0% 4%;
        }
        .col-buss img {
            width: 85%;
        }
          .carousel-caption h2 {
    font-size: 0.9rem !important;
}
.publication-list img{
    position:initial;
}
.publication-list {
    padding-left: 0;
}
		.logos-slide {
    padding: 0px 37px;
}
		.logos-slide button.owl-next{
			right:42px
		}
    }
    
    @media only screen and (max-width: 375px) {
        .buss-cnt {
            padding: 0px;
        }
    }
   