:root {
    --primary: #0165A1;
    --secondary: #5C6980;
    --dark: #000000;
    --light: #E8EEF2;
}

* {
    outline: 0 !important
}

body {
    margin: 0;
    overflow-x: hidden;
    color: var(--dark);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Mukta', sans-serif;
    padding-top: 0;
}

.teko {
    font-family: 'Teko', sans-serif;
}

.section-inner {
    padding-top: 50px;
}

svg, img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.smoll-title {
    font-style: normal;
    font-weight: 300;
    font-size: 13.64px;
    line-height: 160%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.learn-more {
    font-style: normal;
    font-weight: 700;
    font-size: 16.67px;
    line-height: 28px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: all 0.5s;
}

    .learn-more:hover {
        letter-spacing: 3px;
        transform: translateX(10px);
    }

.big-title {
    font-style: normal;
    font-weight: 500;
    font-size: 62px;
    line-height: 89px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #030509;
    line-height: 50px;
    font-family: 'Teko', sans-serif;
}

.p-big-text {
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    line-height: 160%;
}

.p-smoll-text {
    font-style: normal;
    font-weight: 200;
    font-size: 22px;
    line-height: 150%;
}

.button {
    width: 180px;
    /*background: #1E2E5F;*/
    height: 60px;
    font-style: normal;
    font-weight: 500;
    font-size: 16.67px;
    line-height: 28px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0px;
    border: 2px solid #1E2E5F;
    background-image: -webkit-linear-gradient(30deg, #1E2E5F 50%, transparent 50%);
    background-image: linear-gradient(30deg, #1E2E5F 50%, transparent 50%);
    background-size: 685px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    transition: all 0.6s;
}

    .button:hover {
        background-position: 100%;
        color: #1E2E5F;
        background-image: linear-gradient(30deg, #1E2E5F 50%, transparent 50%);
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #bfbfbf;
}
/*--------------------------------------*/
.contect-img {
    display: none;
}

.lg-right-menubar {
    width: 75%;
    height: 100%;
    overflow-y: auto;
    background: #f2f2f2;
    z-index: 999999;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: none;
    transition: all 0.5s;
    padding: 20px 0px;
}

.sm-close-bar {
    border: 0px;
    background: transparent;
    display: none;
}

.lg-right-menubar .card {
    border: 0px;
    background-color: transparent;
}

    .lg-right-menubar .card .card-header {
        height: auto;
        min-height: auto;
        max-height: auto;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 20px 15px 20px;
    }

        .lg-right-menubar .card .card-header h1 {
            margin-bottom: 0px !important;
        }

    .lg-right-menubar .card .card-body {
        padding: 20px;
    }

.side-menu-info ul li {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 0;
}

    .side-menu-info ul li a {
        font-size: 14px;
        font-weight: 400;
        color: #303030;
        transition: all 0.5s;
        position: relative;
    }

        .side-menu-info ul li a:before {
            content: '';
            position: absolute;
            width: 0%;
            left: 0;
            right: 100%;
            bottom: -23px;
            background: #1e2e5e;
            height: 3px;
            transition: all 0.5s;
        }

        .side-menu-info ul li a:hover {
            letter-spacing: 1px;
            color: #1e2e5e;
            font-weight: 600;
        }

            .side-menu-info ul li a:hover:before {
                width: 40px;
                right: 0;
            }

@media (min-height: 500px) and (max-height: 690px) {
    .side-menu-info ul li a:before {
        bottom: -18px;
    }
}

@media (max-height:500px) {
    .side-menu-info ul li a:before {
        bottom: -18px;
    }
}
/*--------------------header-button---------*/
.contact-button {
    font-style: normal;
    font-weight: 300;
    font-size: 16.67px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 12px 52px;
    border: 2px solid#fff;
    background: transparent;
    margin: 0px 30px;
    position: relative;
    transition: all 0.5s;
}

    .contact-button:hover {
        border-color: transparent;
        transform: scale(1.1);
    }

/*-----------------sysorex-banner-section----------*/
.sysorex-banner-section {
    position: relative;
    z-index: 1;
}

.sysorex-banner-bg {
    min-height: 100vh;
    height: 300px;
    display: flex;
    align-items: center;
    justify-self: center;
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    /*background-image: url("../images/banner-bg.png");*/
    width: 100%;
}

.sysorex-banner-section h1 {
    color: #fff;
    margin-bottom: 38px;
    /*padding-right: 50px;*/
}

.sysorex-banner-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.sysorex-banner-section button[class*="carousel-control"] {
    width: 50px;
    height: 50px;
    margin: auto 30px;
    padding: 15px;
    opacity: 1;
    transition: all 0.5s;
}
/*----------------health-care-section---------*/

.health-care-section {
    position: relative;
    /*background: #E9EAEF !important;*/
}

    .health-care-section:before {
        content: '';
        background-image: url(../images/health-care-dottd.svg);
        background-size: cover;
        background-repeat: no-repeat;
        animation-name: blueround;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        position: absolute;
        width: 172px;
        height: 124px;
        z-index: -1;
        left: calc(50% - 655px/1);
        top: 140px;
        transition: all 1s;
        animation: 2s healthcaredottd infinite alternate;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

@keyframes healthcaredottd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*.health-care-section:after{
    content: '';
    background-image: url(../images/blue-round.png);
    background-size: 24px auto;
    animation-name: afterblueround;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    width:30px;
    height: 150px;
    z-index: -1;
    left: calc(50% - 669px/1);
    top: 150px;
}
@keyframes afterblueround{
    0%{
        background-position:0 0 ;
    }
    100%{
        background-position:0 48px ;
    }
}*/
.health-left-text {
    position: relative;
    z-index: 4;
}

.health-care-section .health-left-text h2 {
    margin: 12px 0px 20px 0px;
}

.health-care-section .health-left-text p {
    margin-bottom: 36px;
    color: #030509;
}

.health-care-section .health-left-text span {
    color: #1E2E5F;
}

.bottom-block .service-round {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgb(30 46 95 / 2%);
    border-radius: 100%;
}

.care-img {
    width: auto !important;
}

.bottom-block b {
    ont-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 160%;
    color: #030509;
    margin-left: 20px;
}

.researching {
    margin: 24px 0px 50px 0px;
}

.health-right-slide {
    position: relative;
    z-index: 4;
}

    .health-right-slide .slide-image {
        max-height: 830px;
        position: relative;
    }

.slide-image img {
    transition: all 0.5s;
}

    .slide-image img:hover {
        filter: grayscale(100%);
    }

.health-care-md {
    padding-left: 20px;
}

.health-sm-height {
    padding-right: 20px;
}

.health-right-slide .slide-image .slider-text {
    background: #FFFFFF;
    box-shadow: 0px 12px 20px rgba(30, 46, 95, 0.12);
    border-radius: 16px;
    padding: 30px 20px;
    max-width: 72%;
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 26px;
    transition: all 0.8s;
    left: calc(50% - 202px/1);
}

    .health-right-slide .slide-image .slider-text p {
        font-family: 'Teko', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 31px;
        line-height: 120%;
        text-transform: capitalize;
        color: #030509;
        animation: sliderboxtext 2s infinite alternate;
        animation-fill-mode: forwards;
    }

@keyframes sliderboxtext {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.health-right-slide .slide-image .slider-text p span {
    color: #1E2E5F;
}

.health-care-section .owl-nav button {
    width: 54px;
    height: 54px;
    background: #fff !important;
    box-shadow: 0px 4px 12px rgba(30, 46, 95, 0.2);
    border-radius: 100%;
}

.health-care-section .owl-carousel .owl-nav button[class*="owl-"] {
    position: absolute;
    top: calc(50% - 30px/1);
    left: 0;
    margin: 0 -70px;
    transition: all 0.5s;
    color: #1E2E5F;
}

    .health-care-section .owl-carousel .owl-nav button[class*="owl-"].owl-next {
        /*transform: rotate(180deg);*/
        left: auto;
        right: 0;
        color: #1E2E5F;
    }

.health-care-section .owl-nav button[class*="owl-"]:hover {
    background: #1E2E5F !important;
    color: #fff !important;
}

.health-care-section .owl-nav button[class*="owl-"]:focus {
    background: #1E2E5F !important;
    color: #fff !important;
}

.health-care-section .owl-carousel .owl-nav button[class*="owl-"].owl-next:hover, .health-care-section .owl-carousel .owl-nav button[class*="owl-"].owl-prev:hover {
    color: #fff;
    fill: #111 !important;
}

.health-care-section .owl-nav button[class*="owl-"]:hover .slider-btn {
    fill: #111 !important;
}
/*-------------our-searvice-section-------------------*/
.our-searvice-section {
    position: relative;
}

    .our-searvice-section:before {
        content: '';
        background-image: url(../images/service-dottd.svg);
        background-size: cover;
        animation-name: searviceblueround;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        position: absolute;
        background-repeat: no-repeat;
        width: 172px;
        height: 124px;
        z-index: -1;
        right: calc(50% - 644px/1);
        top: 100px;
        transition: all 1s;
        animation: 2s healthcaredottd infinite alternate;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
    }

@keyframes searviceblueround {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*@keyframes searviceblueround{
    0%{
        background-position:0 0 ;
    }
    100%{
        background-position:48px 0 ;
    }
}
.our-searvice-section:after{
    content: '';
    background-image: url(../images/blue-round.png);
    background-size: 24px auto;
    animation-name: aftersearviceblueround;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    width:30px;
    height: 150px;
    z-index: -1;
   	right: calc(50% - 669px/1);
    top: 100px;
}
@keyframes aftersearviceblueround{
    0%{
        background-position:0 0 ;
    }
    100%{
        background-position:0 48px ;
    }
}*/
.searvice-ringimg img {
    position: absolute;
    bottom: -8%;
    left: -26%;
    width: 70%;
    height: 70%;
    z-index: -5;
    animation: 3s searvicering infinite alternate;
}

@keyframes searvicering {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.our-searvice-section .top-searvice-box {
    position: relative;
    height: 300px;
    padding: 30px 30px;
    transition: all 0.8s;
    overflow: hidden;
    border-radius: 12px 0px 0px 0px;
}

    .our-searvice-section .top-searvice-box:before {
        content: '';
        background-image: url(../images/searvice-img.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        z-index: -1;
        transition: all 0.8s;
        overflow: hidden;
    }

    .our-searvice-section .top-searvice-box:hover:before {
        transform: scale(1.2);
    }

.top-searvice-box .searvice-block {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

    .top-searvice-box .searvice-block img {
        margin-top: -5px;
        margin-right: 14px;
    }

    .top-searvice-box .searvice-block span {
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        line-height: 36px;
        color: #FFFFFF;
        font-family: 'Teko';
        text-transform: uppercase;
    }

.searvice-block .topservice-bottom h2 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 400;
    font-size: 39px;
    line-height: 56px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.searvice-block .topservice-bottom p {
    color: #FFFFFF;
    padding-right: 124px;
}

.our-searvice-section .card {
    border: 0px !important;
    background-color: transparent;
}

.our-searvice-section h5 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    z-index: 1;
    text-transform: uppercase;
}

.our-searvice-section .col-lg-3, .our-searvice-section .col-lg-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.our-searvice-section h6 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;
    z-index: 1;
}

.our-searvice-section .lg-service-boxs {
    height: 100%;
    padding: 38px 26px 20px 26px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 300px;
    transition: all 0.8s ease 0s;
}

.our-searvice-section .software-block {
    color: #0C1226;
    background-color: #F4D35E;
    position: relative;
    overflow: hidden;
}

    .our-searvice-section .software-block:before {
        content: '';
        position: absolute;
        background-image: url(../images/software-block.png);
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        animation: softwarwbox 2s infinite alternate;
    }

@keyframes softwarwbox {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

/*.software-block a {
    color: #0C1226;
    z-index: 1;
}*/

.software-block div {
    color: #0C1226;
    z-index: 1;
}

.network-block {
    background: #22577A;
    border-radius: 0px 12px 0px 0px;
    color: #fff;
}

    .network-block a {
        color: #fff;
    }

.web-block {
    background: #F95738;
    border-radius: 0px 0px 0px 12px;
    color: #fff;
}

    .web-block a {
        color: #fff;
    }

.cyber-block {
    background: #fff;
    color: #0C1226;
    border-bottom: 1.2px solid #A5ABBF;
}

    .cyber-block a {
        color: #0C1226;
    }

.it-outsouecing-block {
    color: #fff;
}

    .it-outsouecing-block a {
        color: #fff;
        z-index: 1;
    }

.it-outsouecing-block {
    position: relative;
    overflow: hidden;
}

.our-searvice-section .it-outsouecing-block:before {
    content: '';
    position: absolute;
    background-image: url(../images/it-outsouecing.png);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-searvice-section .it-outsouecing-block:hover:before {
    transform: scale(1.2);
}

.digitalmarketing-block {
    background: #A3CEF1;
    border-radius: 0px 0px 12px 0px;
    color: #0C1226;
}

    .digitalmarketing-block div {
        color: #0C1226;
        z-index: 1;
    }

.digitalmarketing-block {
    position: relative;
    overflow: hidden;
}

.our-searvice-section .digitalmarketing-block:before {
    content: '';
    position: absolute;
    background-image: url(../images/digitalmarketing.png);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    animation: digitalmarketingbox 2s infinite alternate;
}

@keyframes digitalmarketingbox {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

/*----------------features-tab-section------------*/
.features-tab-section {
    position: relative;
    background-image: url('../images/features/features-tab.png');
    /*background: linear-gradient(to bottom, #203061 0%, #35436f 100%);
	color: #fff;*/
}
/*.features-tab-section:before {
    content: '';
    background-image: url(../images/case-studies-dottd.svg);
    background-size:cover;
    animation-name: studiesblueround;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    background-repeat: no-repeat;
    width:172px;
    height: 124px;
    z-index: -1;
    left: calc(50% - 644px/1);
    top: 150px;
	transition:all 1s;
    animation: 2s healthcaredottd infinite alternate;
    animation-fill-mode: forwards;
	animation-timing-function: ease-in-out;
	transition-duration: 0.6s;
}*/
@keyframes studiesblueround {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*@keyframes studiesblueround{
    0%{
        background-position:0 0 ;
    }
    100%{
        background-position:-48px 0 ;
    }
}*/
/*.features-tab-section:after{
    content: '';
    background-image: url(../images/white-round.png);
    background-size: 24px auto;
    animation-name: afterstudiesblueround;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    width:30px;
    height: 150px;
    z-index: -1;
   	left: calc(50% - 669px/1);
    top: 150px;
}
@keyframes afterstudiesblueround{
    0%{
        background-position:0 0 ;
    }
    100%{
        background-position:0 48px ;
    }
}*/
.features-tab-section h2 {
    color: #fff;
}

.features-tab-section .nav-tabs .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #454545;
    padding: 0px 0px 15px 0px;
    position: relative;
    border: 0;
}

    .features-tab-section .nav-tabs .nav-link:before {
        content: '';
        position: absolute;
        height: 3px;
        left: 0px;
        right: 100%;
        bottom: 1px;
        background: #5A5A5A;
        opacity: 0;
        transition: all 0.5s;
    }

.features-tab-section .nav-tabs .nav-item + .nav-item {
    margin-left: 40px;
}

.features-tab-section .nav-tabs {
    border-bottom: 0px;
    position: relative;
}

.features-tab-section .case-navtab {
    font-weight: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.features-tab-section .nav-tabs:before {
    content: '';
    position: absolute;
    background: #C3C3C3;
    /* width: 520px;*/
    width: auto;
    height: 3px;
    right: 0;
    left: 0;
    bottom: 0;
}

/*.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #454545;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
    font-weight: 600;
}*/

#vad-tab .nav-link.active {
    color: #454545;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

.nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link.active:before {
    opacity: 1;
    right: 0;
}

.features-tab-section .tab-content {
    margin-top: 20px;
}

.case-left-img {
    display: flex;
    justify-content: flex-end;
    padding-right: 53px;
}

    .case-left-img img {
        transition: all 0.5s;
    }

        .case-left-img img:hover {
            -webkit-filter: grayscale(0);
            filter: grayscale(100%);
        }

.logo-box span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 18px;
    display: inline-block;
    margin-top: 50px;
}

.case-right-text {
    padding-left: 45px;
}

    .case-right-text h2 {
        margin: 20px 0px;
    }

.logo-box .technology-exp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.technology-exp .img-1 {
    animation: img1 1s infinite alternate;
}

.technology-exp .img-2 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.2s;
}

.technology-exp .img-3 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.3s;
}

.technology-exp .img-4 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.4s;
}

.technology-exp .img-5 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.5s;
}

@keyframes img1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

.logo-box .technology-exp img + img {
    margin-left: 30px;
}

.case-left-img {
    position: relative;
}

    .case-left-img:before {
        content: '';
        background-image: url(../images/case-round-img.svg);
        background-size: 24px auto;
        animation-name: pluse;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        position: absolute;
        width: 60%;
        height: 70%;
        right: 0px;
        bottom: -45px;
        z-index: -1;
    }

@keyframes pluse {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -48px 0;
    }
}

.tab-pane.fade {
    transition: all 0.3s ease;
}
/*----------------------testimonials-block--------------*/

.testimonials-block {
    position: relative;
    width: 100%;
    padding: 50px;
    background: #203061;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

    .testimonials-block:before {
        content: '';
        position: absolute;
        background-image: url(../images/testimonials.svg);
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        mix-blend-mode: color-dodge;
        animation: 3s bganimation infinite alternate;
        border-radius: 20px;
    }

@keyframes bganimation {
    0% {
        opacity: 0.2;
    }

    30% {
        opacity: 0.4;
    }

    60% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.testimonials-block h3 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #FFFFFF;
    z-index: 9;
    position: relative;
}

.testimonials-block p {
    margin: 20px auto 40px auto;
    width: 769px;
    color: #fff;
    z-index: 9;
    position: relative;
}

.testimonials-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
    position: relative;
}

    .testimonials-profile .profile-img {
        width: 60px;
        height: 60px;
        display: inline-block;
        border-radius: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .testimonials-profile h6 {
        font-weight: 300;
        font-size: 20px;
        line-height: 130%;
        color: #FFFFFF;
        margin: 0px;
        text-align: left;
        display: block;
        margin-left: 14px;
    }

    .testimonials-profile h5 {
        font-weight: 400;
        font-size: 20px;
        line-height: 130%;
        color: #FFFFFF;
        margin: 0px;
        text-align: left;
        margin-left: 14px;
    }
/*---------------news-and-event-section------------------*/
.news-and-event-section {
    position: relative;
    width: 100%;
}

    .news-and-event-section h2 {
        text-align: center;
    }

.event-main-box .event-image img {
    transition: all 2s;
}

    .event-main-box .event-image img:hover {
        transform: scale(1.2);
    }

.event-main-box .event-image {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

.event-main-box h3 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #0C1226;
    padding-right: 20px;
    margin-top: 35px;
}

.event-main-box p {
    margin: 12px 0px 40px 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 160%;
    color: rgba(3, 5, 9, 0.9);
}

.event-main-box a {
    color: #1E2E5F;
}

.news-and-event-section .mt-40p {
    margin-top: 40px;
}

.our-features-section h5 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 36px;
    z-index: 1;
}

.features-list li {
    line-height: 35px;
    font-family: 'Mukta';
    font-weight: 200;
    font-size: 18px;
}

.form-section {
    background: #E9EAEF;
}

.clr-blue {
    color: #1E2E5F !important;
}

.contact-form .form-control {
    height: 55px;
    border-bottom: 1px solid #d2d3d7 !important;
    border: none;
    background: transparent;
    border-radius: 0px;
    color: #5D5E60;
}

.form-check-label {
    color: #5D5E60;
    font-size: 18px;
}

.our-product-section {
    background: #E9EAEF;
}

    .our-product-section h5 {
        font-family: 'Teko';
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 36px;
        text-transform: uppercase;
    }

.p-abs {
    position: absolute;
    top: 195px;
    left: 20px;
    z-index: 9999;
}

.product-box {
    position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.p-content {
    padding: 5px 15px 20px 15px;
}

    .p-content p {
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 16px;
        line-height: 22px;
    }

    .p-content a {
        color: #030509;
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 14px;
    }

.product-box .img-hover {
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

    .product-box .img-hover:hover {
        transform: scale3d(1.1, 1.1, 1.1);
    }

.product-bg-top {
    position: absolute;
    left: -55px;
    top: 10px;
}

@media (max-width: 767px) {
    .p-abs {
        top: 155px !important;
    }

    .product-bg-top {
        display: none;
    }

    .m-mb-30 {
        margin-bottom: 30px;
    }

    .pb-m-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-m-2 {
        padding-bottom: 0.500rem !important;
    }

    .contact-footer .fooret-text {
        text-align: left !important;
    }

    .payonline-section .txt-quote {
        width: 86% !important;
        top: 42px !important;
        font-size: 16px !important;
    }

    .big-title-2 {
        font-size: 34px !important;
        line-height: 32px !important;
    }

    .counter-box {
        text-align: center;
        margin-top: 30px;
    }

    .inner-links {
        padding-left: 15px !important;
    }

    .page-footer .fooret-text {
        text-align: left !important;
    }

    .cmp-logo li {
        width: auto !important;
        display: block !important;
        margin-bottom: 30px;
    }

    .home-tab li {
        width: 50% !important;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .p-abs {
        top: 330px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .p-abs {
        top: 90px !important;
    }
}

.current a {
    color: #00BBF6 !important;
    border-bottom: 2px solid #00BBF6;
}

::-webkit-input-placeholder { /* Edge */
    color: #252B42 !important;
    font-weight: 500;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #252B42 !important;
    font-weight: 500;
}

::placeholder {
    color: #252B42 !important;
    font-weight: 500;
}

.box-shadow {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 50px 30px 30px 30px;
}

.form-control:focus {
    box-shadow: none !important;
}

.txt-blue {
    color: #1E2E60;
}

.big-title-2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    color: #1E2E60;
    font-family: 'Teko', sans-serif;
}

.small-title {
    font-size: 20px;
    color: #2983E4;
    letter-spacing: 0.2px;
}

.contact-section {
    background: #f4f4f4;
}

.fooret-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 12%;
    border-bottom: 2px solid #0067a0;
}

.fooret-title {
    position: relative;
}

.about-footer,
.contact-footer {
    background-image: url('../images/contact/footer.jpg') !important;
}

    .about-footer:before,
    .contact-footer:before {
        display: none;
    }

.book-btn {
    padding: 10px 75px !important;
    width: auto;
    height: auto;
    border-radius: 30px;
    text-transform: capitalize !important;
}

.contact-footer .fooret-title {
    text-transform: capitalize !important;
}

.imghover {
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -moz-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1)
}

    .imghover:hover {
        transform: scale3d(1.1, 1.1, 1.1);
    }

/*About Page */
.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px !important;
}

.font-24 {
    font-size: 24px;
}

.fw-1 {
    font-weight: 100;
}

.fw-2 {
    font-weight: 200;
}

.fw-7 {
    font-weight: 700;
}

.txt-uppercase li a {
    text-transform: uppercase !important;
}

.font-48 {
    font-size: 48px !important;
}

.font-30 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize;
}

.font-34 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    text-transform: capitalize;
}

.font-42 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    text-transform: capitalize;
}

.sys-facts .big-title-2 {
    text-transform: inherit;
}

.payonline-section p {
    color: #0D0D0D;
    font-weight: 200;
    font-size: 18px;
    text-align: justify;
}

.payonline-section ul li {
    color: #0D0D0D;
    font-weight: 200;
    font-size: 18px;
    text-align: justify;
    list-style: none;
}

.payonline-section h4 {
    font-family: 'Teko';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #27323D;
}

.payonline-section {
    background-image: url('../images/about/payonline-bg.png') !important;
}

.txt-quote {
    position: absolute;
    z-index: 9;
    width: 70%;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50px;
    font-weight: 500 !important;
    font-size: 22px !important;
    text-align: left !important;
}

.counter-box h3 {
    font-size: 60px;
    color: #3a8de6;
    margin-bottom: 0;
    font-family: 'Teko', sans-serif;
}

.counter-box p {
    font-weight: 200;
    font-size: 20px;
    line-height: 26px;
}

.p-text {
    font-size: 24px;
    font-weight: 200;
}

.quick-support h3 {
    ont-size: 30px;
}

.quick-support {
    background: #F4F4F4;
}

.inner-links li a {
    line-height: 30px;
}

.inner-links {
    padding-left: 60px;
}

.page-footer h3 {
    font-size: 24px !important;
    text-transform: capitalize !important;
}
/* Features */
.features-section {
    background-image: url('../images/features/features-bg.png');
}

.benefits-section {
    background-image: url('../images/features/benefits.png');
}

#myTabContent ul li::before {
    content: '';
    background-image: url('../images/features/angle.png');
    height: 16px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 5px;
}

#myTabContent ul li {
    padding-left: 20px;
    font-size: 17px;
    color: #232323;
    line-height: 28px;
    position: relative;
}

.tab-box {
    border: 1px dashed #1D3272;
    padding: 10px;
}

.btn {
    background: #2983E4;
    color: #fff;
    padding: 10px 25px;
    border-radius: 25px;
    border-color: #2983E4;
}

    .btn:hover {
        background: transparent;
        color: #fff;
        border-color: #fff;
    }

.font-75 {
    font-size: 50px !important;
}

.box_shadow {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    position: relative;
    overflow: hidden;
}

    .box_shadow img {
        transition: all 0.8s;
    }

        .box_shadow img:hover {
            transform: scale(1.09);
        }

.exp-years {
    color: #fff;
    position: absolute;
    z-index: 999;
    bottom: 30px;
    left: 55px;
    padding: 15px 25px;
    background: #384673;
}

.blog-date {
    position: absolute;
    z-index: 9999;
    background: #2983E4;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
}

    .blog-date p {
        line-height: 20px;
    }

.quick-support-bg {
    padding-top: 50px;
    padding-bottom: 250px;
    background: url('../images/quick-support.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.form-block {
    top: -220px;
}

.home-contact-box {
    padding: 28px;
}

.cmp-logo li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

/*Home tab*/

.home-tab li {
    width: 23%;
    text-align: center;
    margin: 0 auto;
}

.home-tab .nav-link.active img {
    background: #2983E4;
}

.tab-img img {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 25px;
    border-radius: 50%;
}

.home-tab .nav-link {
    border: none !important;
    font-weight: 400 !important;
}

.home-tab-content {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 30px 30px 10px 30px;
}

    .home-tab-content h2 {
        font-size: 34px;
    }

.home-tab .nav-link img:hover {
    background: #2983E4;
}

.hover-display {
    display: none;
}

.home-tab .nav-link.active .hover-display,
.tab-img:hover .hover-display {
    display: block !important;
    margin: 0 auto;
}

.home-tab .nav-link.active .hover-display-none,
.tab-img:hover .hover-display-none {
    display: none !important;
}


/* Contact Tabs*/
.contact-tab {
    background: url('../images/contact-box.png');
    background-repeat: no-repeat;
    background-size: cover;
}

    .contact-tab .nav-tabs .nav-link {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 33px;
        color: transparent;
        padding: 0px 0px 15px 0px;
        position: relative;
        border: 0;
    }

    .contact-tab .nav-tabs a.nav-link.active:before {
        background: #2983E4 !important;
    }

.nav-item {
    margin-left: 20px;
}

.contact-tab .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    height: 5px;
    left: 0px;
    bottom: 1px;
    background: #C3C3C3;
    transition: all 0.5s;
    width: 100%;
}
/*.contact-tab .nav-tabs .nav-link:before{
	content: '';
	position: absolute;
	height: 5px;
	left: 0px;
	bottom: 1px;
	background: #2983E4;
	transition: all 0.5s;
}*/
/*.contact-tab .nav-tabs .nav-item + .nav-item{
	margin-left: 40px;
}*/
.contact-tab .nav-tabs {
    border-bottom: 0px;
    position: relative;
}

.contact-tab .case-navtab {
    font-weight: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/*.contact-tab .nav-tabs:before{
	content: '';
	position: absolute;
	background: #C3C3C3;
	width: 100%;
	height: 5px;
	right: 0;
	left: 0;
	bottom: 0;
}*/
.contact-box {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 25px 25px 40px 25px;
    background-color: #ffffff;
}

    .contact-box span {
        font-size: 20px;
        color: #0D0D0D;
    }

.contact-title {
    font-family: Teko;
    font-size: 32px;
    color: #1E2E60;
    text-align: center;
    padding: 0px 0px 15px 0px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #AEAEAE;
}

/*----------------case-studies-section------------*/
.case-studies-section {
    position: relative;
    background: linear-gradient(to bottom, #203061 0%, #35436f 100%);
    color: #fff;
}

    .case-studies-section:before {
        content: '';
        background-image: url(../images/case-studies-dottd.svg);
        background-size: cover;
        animation-name: studiesblueround;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        position: absolute;
        background-repeat: no-repeat;
        width: 172px;
        height: 124px;
        z-index: -1;
        left: calc(50% - 644px/1);
        top: 150px;
        transition: all 1s;
        animation: 2s healthcaredottd infinite alternate;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        transition-duration: 0.6s;
    }

@keyframes studiesblueround {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*@keyframes studiesblueround{
    0%{
        background-position:0 0 ;
    }
    100%{
        background-position:-48px 0 ;
    }
}*/
/*.case-studies-section:after{
    content: '';
    background-image: url(../images/white-round.png);
    background-size: 24px auto;
    animation-name: afterstudiesblueround;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    position: absolute;
    width:30px;
    height: 150px;
    z-index: -1;
   	left: calc(50% - 669px/1);
    top: 150px;
}
@keyframes afterstudiesblueround{
    0%{
        background-position:0 0 ;
    }
    100%{
        background-position:0 48px ;
    }
}*/
.case-studies-section h2 {
    color: #fff;
}

.case-studies-section .nav-tabs .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #FFFFFF;
    padding: 0px 0px 15px 0px;
    position: relative;
    border: 0;
}

    .case-studies-section .nav-tabs .nav-link:before {
        content: '';
        position: absolute;
        height: 3px;
        left: 0px;
        right: 100%;
        bottom: 0px;
        background: #FFFFFF;
        opacity: 0;
        transition: all 0.5s;
    }

.case-studies-section .nav-tabs .nav-item + .nav-item {
    margin-left: 40px;
}

.case-studies-section .nav-tabs {
    border-bottom: 0px;
    position: relative;
}

.case-studies-section .case-navtab {
    font-weight: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.case-studies-section .nav-tabs:before {
    content: '';
    position: absolute;
    background: rgba(75, 86, 139, 0.79);
    width: 359px;
    height: 3px;
    right: 0;
    left: 0;
    bottom: 0;
}

.nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

#is-tab .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    border: 0px;
}

.nav-tabs .nav-link:hover {
    border: 0;
}

.nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link.active:before {
    opacity: 1;
    right: 0;
}

.case-studies-section .tab-content {
    margin-top: 50px;
}

.case-left-img {
    display: flex;
    justify-content: flex-end;
    padding-right: 53px;
}

    .case-left-img img {
        transition: all 0.5s;
    }

        .case-left-img img:hover {
            -webkit-filter: grayscale(0);
            filter: grayscale(100%);
        }

.logo-box span {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 18px;
    display: inline-block;
    margin-top: 50px;
}

.case-right-text {
    padding-left: 45px;
}

    .case-right-text h2 {
        margin: 20px 0px;
    }

.logo-box .technology-exp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.technology-exp .img-1 {
    animation: img1 1s infinite alternate;
}

.technology-exp .img-2 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.2s;
}

.technology-exp .img-3 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.3s;
}

.technology-exp .img-4 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.4s;
}

.technology-exp .img-5 {
    animation: img1 1s infinite alternate;
    animation-delay: 0.5s;
}

@keyframes img1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

.logo-box .technology-exp img + img {
    margin-left: 30px;
}

.case-left-img {
    position: relative;
}

    .case-left-img:before {
        content: '';
        background-image: url(../images/case-round-img.svg);
        background-size: 24px auto;
        animation-name: pluse;
        animation-duration: 4s;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        position: absolute;
        width: 60%;
        height: 70%;
        right: 0px;
        bottom: -45px;
        z-index: -1;
    }

@keyframes pluse {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -48px 0;
    }
}

.tab-pane.fade {
    transition: all 0.3s ease;
}
