@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.woff2') format('woff2'), url('fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Black.woff2') format('woff2'), url('fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.woff2') format('woff2'), url('fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'), url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'), url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'), url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto';
    font-weight: 400;
    color: #142441;
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
    width: 0.3125rem;
    height: 0.3125rem;
    border: none;
    background: transparent;
    visibility: visible !important;
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
    display: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 0.375rem;
    background-color: #cccccc;
}

::-webkit-scrollbar-track {
    background-color: #ececec;
    border: 0.0625rem solid transparent;
    background-clip: content-box;
}


html {
    font-size: 16px;
}


a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

body img {
    max-width: 100%;
}

body .white-color {
    color: #ffffff !important;
}

body .black-color {
    color: #2b3440 !important;
}

body .dark-blue-color {
    color: #133C68 !important;
}

body .blue-color {
    color: #21B0D9 !important;
}

body .green-color {
    color: #41c850 !important;
}

body .gray-color {
    color: #8d9aaa !important;
}

body .red-color {
    color: #ff184a !important;
}

body .dark-blue-bg {
    background-color: #07203B !important;
}

body .light-blue-bg {
    background-color: #ecf9ff !important;
}


body .padding-tb-100 {
    padding: 100px 0;
}

body .padding-tb-80 {
    padding: 80px 0;
}

body .padding-tb-60 {
    padding: 60px 0;
}

body .padding-tb-50 {
    padding: 50px 0;
}

body .weight-600 {
    font-weight: 600 !important;
}

body .weight-700 {
    font-weight: 700 !important;
}

body .w-90 {
    width: 90% !important;
}

body .b-right-gray {
    border-right: 2px solid #bfcbd1 !important;
}

body .font-12 {
    font-size: 12px !important;
}

body .font-14 {
    font-size: 14px !important;
}

body .font-16 {
    font-size: 16px !important;
}

body .font-18 {
    font-size: 18px !important;
}

body .font-20 {
    font-size: 20px !important;
}

body .font-22 {
    font-size: 22px !important;
}


body h2 {
    font-size: 42px;
    font-weight: 600;
    color: #2b3440;
    margin-bottom: 20px;
}

body h3 {
    font-size: 30px;
    font-weight: 600;
    color: #2b3440;
}

body h4 {
    font-size: 24px;
    font-weight: 500;
    color: #2b3440;
    margin-bottom: 20px;
}

body h5 {
    font-size: 20px;
    font-weight: 500;
    color: #2b3440;
    margin-bottom: 12px;
}

body .psg {
    font-size: 14px;
    color: #6f8192;
    font-weight: 500;
}

body .title-bottom-spacing {
    margin-bottom: 40px;
}

body .spvalidator {
    color: red;
    font-size: 12px;
    padding-left: 5px;
    display: none;
    width: 100%;
}

body .btn {
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 5px;
    border: 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

body .btn-primary {
    background-color: #133C68;
    color: #ffffff;
}

body .btn-primary i {
    position: relative;
    top: 2px;
    padding-left: 5px;
}

body .btn-primary:hover {
    color: #ffffff !important;
    background-color: #21B0D9 !important;
}


body .btn-link {
    font-size: 16px;
    padding: 5px;
    border: 0;
    font-weight: 500;
    color: #2FAAD4;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

body .btn-link i {
    display: inline-flex;
    top: 3px;
    padding-left: 3px;
    position: relative;
}

body .btn-top-spacing {
    margin-top: 27px;
}

body .owl-carousel .owl-stage-outer {
    padding: 20px 2px;
}

body .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    width: 98%;
}

body .owl-carousel .owl-nav button.owl-prev {
    background-color: transparent;
    color: #2FAAD4;
    border-radius: 50%;
    border: 0;
    height: 60px;
    width: 60px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-top: -16px;
}

body .owl-carousel .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  /*  background-image: url('../img/left-arrow.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    height: 32px;
    width: 32px;
}

body .owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

body .owl-carousel .owl-nav .owl-prev:hover {
    background-color: #2FAAD4;
    border-color: #2FAAD4;
    color: #2FAAD4;
    -webkit-box-shadow: 2px 4px 14px 0px #00000026;
    box-shadow: 2px 4px 14px 0px #00000026;
    transition: all 0.3s ease-in-out;
}

body .owl-carousel .owl-nav button.owl-next {
    background-color: transparent;
    color: #2FAAD4;
    border-radius: 50%;
    border: 0;
    height: 60px;
    width: 60px;
    transition: all 0.3s ease-in-out;
    position: relative;
    margin-top: -16px;
}

body .owl-carousel .owl-nav button.owl-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-image: url('../img/right-arrow.png');*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    height: 32px;
    width: 32px;
}

body .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

body .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #2FAAD4;
    border-color: #2FAAD4;
    color: #2FAAD4;
    -webkit-box-shadow: 2px 4px 14px 0px #00000026;
    box-shadow: 2px 4px 14px 0px #00000026;
    transition: all 0.3s ease-in-out;
}

body .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #2FAAD4;
    border-color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}

body .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #2FAAD4;
    border-color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}

body .owl-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px 3px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #ffffff;
}

    body .owl-carousel .owl-dots .owl-dot.active {
        background: #2FAAD4;
        border-color: #2FAAD4;
        transition: all 0.3s ease-in-out;
    }

body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next {
    height: 50px;
    width: 50px;
    line-height: 46px;
    background-color: #3c90b6;
    border-radius: 5px;
}

    body .owl-carousel .owl-nav button.owl-prev span,
    body .owl-carousel .owl-nav button.owl-next span {
        display: inline-block;
        font-size: 2rem;
        color: #ffffff;
    }

body .owl-theme .owl-dots button.owl-dot span {
    height: 6px;
    width: 50px;
    background-color: #CAEAFD;
    border-radius: 10px;
    margin: 0 5px;
}

body .owl-theme .owl-dots button.owl-dot.active span {
    background-color: #FBB900;
}


body .card-box {
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    transition: all 0.3s ease-in-out;
}
body .header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

body .header-wrapper {
    -webkit-transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
    transition: all ease-out .5s;
}

body .header-wrapper.active .header {
    background-color: #ffffff;
    box-shadow: 2px 10px 50px 0px #D1DBEE;
    transition: all 0.5s ease-in-out;
}

body header {
    width: 100%;
    z-index: 99;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    position: relative;
    background-color: #ffffff;
}
body header .navbar {
    padding: 10px 0;
}
body header .navbar .navbar-brand {
    margin-right: 30px;
    height: auto;
}

body header .navbar .navbar-brand img {
    width: 70px;
    border-radius: 5px;
}
body header .navbar .navbar-toggler {
    background-color: #013668;
    border-radius: 5px;
    padding: 8px 16px px;
}
body header .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url('../img/menu.png');
    background-size: 25px;
}

body header .navbar .navbar-nav .nav-item:hover .sub-menu-hover-box {
    display: block;
}

body header .navbar .navbar-nav .nav-item .nav-link {
    color: #142441;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
body header .navbar .navbar-nav .nav-item .nav-link i {
    font-size: 15px;
    padding-left: 2px;
    position: relative;
    top: 4px;
}
header .navbar .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}

header .navbar .navbar-nav .nav-item:hover .nav-link::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

header .navbar .navbar-nav .nav-item .nav-link.active::before {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .nav-link.active {
    color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav .nav-item .sub-menu-hover-box {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    padding: 30px;
    border-radius: 16px;
    background-color: #ffffff;
    display: none;
}
body header .navbar .navbar-nav .nav-item .sub-menu-hover-box .sub-menu-nav .nav-link {
    font-size: 15px;
    color: #4b5869;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0;
}
body header .navbar .navbar-nav .nav-item .sub-menu-hover-box .sub-menu-nav .nav-link i {
    position: relative;
    top: 5px;
}

body header .navbar .navbar-nav .nav-item .sub-menu-hover-box .sub-menu-nav .nav-link::before {
    display: none;
}

body header .navbar .navbar-nav .nav-item .sub-menu-hover-box .sub-menu-nav .nav-link:hover {
    color: #2FAAD4;
}

body header .navbar .navbar-nav .nav-item .sub-menu-partner-box {
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    background: rgb(19, 60, 104);
    background: -moz-linear-gradient(45deg, rgba(19, 60, 104, 1) 0%, rgba(33, 176, 217, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(19, 60, 104, 1) 0%, rgba(33, 176, 217, 1) 100%);
    background: linear-gradient(45deg, rgba(19, 60, 104, 1) 0%, rgba(33, 176, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#133c68", endColorstr="#21b0d9", GradientType=1);
    padding: 40px;
    border-radius: 16px;
    background-color: #ffffff;
}

body header .navbar .navbar-nav .nav-item .sub-menu-partner-box .partner-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #ffffff;
    color: #133C68;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    position: relative;
    margin-bottom: 10px;
}
body header .navbar .navbar-nav .nav-item .sub-menu-partner-box .partner-img i {
    position: relative;
    top: 5px;
}
body header .navbar .navbar-nav .nav-item .sub-menu-partner-box h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 26px;
}
body header .navbar .navbar-nav .nav-item .sub-menu-partner-box p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 30px;
}
body header .navbar .navbar-nav .nav-item .sub-menu-partner-box .btn-white {
    background-color: #ffffff;
}
body header .navbar .navbar-nav .nav-item .sub-menu-partner-box .btn-white:hover {
    background-color: #2FAAD4;
    color: #ffffff;
}

body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    padding: 30px;
    border-radius: 16px;
    background-color: #ffffff;
    transition: all 0.3s linear;
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    list-style-type: none;
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li {
    position: relative;
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
    font-size: 15px;
    color: #4b5869;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 5px 0;
    transition: all 0.3s ease-in-out;
    display: block;
    border: 0;
    white-space: normal;
    word-break: break-all;
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item i {
    position: relative;
    top: 5px;
}
body header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
    background-color: #86c0f2;
    color: #111111 !important;
}
body header .navbar .navbar-nav .nav-item.nav-deskptop-view {
    display: block;
}

body header .navbar .navbar-nav .nav-item.nav-mobile-view {
    display: none;
}
body .banner-section {
    background-color: #ffffff;
    width: 100%;
}
body .banner-section .banner-wrapper {
    padding-top: 160px;
    padding-bottom: 60px;
}
body .banner-section .banner-info .banner-title {
    font-weight: 700;
    font-size: 42px;
    color: #2b3440;
    line-height: 50px;
}
body .banner-section .banner-info .banner-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: #2b3440;
    line-height: 24px;
}

body .banner-section .banner-img img {
    width: 100%;
}
body .banner-section .owl-carousel.banner-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}
body .banner-section .owl-carousel.banner-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
}
body .wipeout-work-info .wipeout-work-box {
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    padding: 40px;
    border-radius: 16px;
    background-color: #ffffff;
}
body .wipeout-work-info .wipeout-work-box .wipeout-work-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #133C68;
    color: #e0efff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    position: relative;
    margin-bottom: 10px;
}

body .wipeout-work-info .wipeout-work-box .wipeout-work-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
    background: #e0efff;
}
body .wipeout-work-info .wipeout-work-box .wipeout-work-img i {
    position: relative;
    top: 5px;
}
body .wipeout-work-info .wipeout-work-box h3 {
    margin-bottom: 20px;
}
body .wipeout-work-info .wipeout-work-box p {
    font-size: 15px;
    color: #4b5869;
    font-weight: 500;
    min-height: 90px;
}
body .wipeout-work-info .wipeout-work-box:hover {
    background: rgb(19, 60, 104);
    background: -moz-linear-gradient(45deg, rgba(19, 60, 104, 1) 33%, rgba(33, 176, 217, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(19, 60, 104, 1) 33%, rgba(33, 176, 217, 1) 100%);
    background: linear-gradient(45deg, rgba(19, 60, 104, 1) 33%, rgba(33, 176, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#133c68", endColorstr="#21b0d9", GradientType=1);
    transition: all 0.3s ease-in-out;
}
body .wipeout-work-info .wipeout-work-box:hover h3,
body .wipeout-work-info .wipeout-work-box:hover p,
body .wipeout-work-info .wipeout-work-box:hover .btn-link {
    color: #ffffff;
}

body .wipeout-work-info .wipeout-work-box:hover .wipeout-work-img {
    color: #133C68;
    transition: all 0.3s ease-in-out;
}
body .wipeout-work-info .wipeout-work-box:hover .wipeout-work-img::before {
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out;
}
body .services-section {
    background-image: url('../img/dotted-bg-shape-right.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 75%;
    height: 100%;
    width: 100%;
    background-color: #ecf9ff;
}
body .services-section .services-box {
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    padding: 40px;
    border-radius: 16px;
    background-color: #ffffff;
}

body .services-section .services-box .services-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #133C68;
    color: #e0efff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    position: relative;
    margin-bottom: 10px;
}
body .services-section .services-box .services-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
    background: #e0efff;
}
body .services-section .services-box .services-img i {
    position: relative;
    top: 5px;
}
body .services-section .services-box h3 {
    margin-bottom: 20px;
}

body .services-section .services-box p {
    font-size: 15px;
    color: #4b5869;
    font-weight: 500;
    min-height: 90px;
}

body .services-section .services-box:hover {
    background: rgb(19, 60, 104);
    background: -moz-linear-gradient(45deg, rgba(19, 60, 104, 1) 33%, rgba(33, 176, 217, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(19, 60, 104, 1) 33%, rgba(33, 176, 217, 1) 100%);
    background: linear-gradient(45deg, rgba(19, 60, 104, 1) 33%, rgba(33, 176, 217, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#133c68", endColorstr="#21b0d9", GradientType=1);
    transition: all 0.3s ease-in-out;
}
body .services-section .services-box:hover h3,
body .services-section .services-box:hover p,
body .services-section .services-box:hover .btn-link {
    color: #ffffff;
}

body .services-section .services-box:hover .services-img {
    color: #133C68;
    transition: all 0.3s ease-in-out;
}
body .services-section .services-box:hover .services-img::before {
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out;
}

body .NIST-section {
    background-image: url('../img/NIST-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* Sub pages css */
body .sub-banner-section {
    background-image: url('../img/gif/gif1.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding-top: 135px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
}
body .sub-banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #091727e3;
    z-index: 0;
}
body .banner-info {
    position: relative;
    z-index: 1;
}

/*body .sub-banner-section h1 {
    font-size: 30px;
    font-weight: 600;
}
    */

body .sub-banner-section .banner-title {
    font-size: 36px;
    font-weight: 600;
}
body .Data-erresor-info-box {
    text-align: left;
    padding: 30px 52px;
    padding-left: 0;
}
body .Data-erresor-info-box p {
    font-size: 15px;
    color: #2b3440;
    font-weight: 500;
    line-height: 26px;
}
body .Data-erresor-info-box .Data-erresor-count {
    color: #133C68;
    font-size: 100px;
    font-weight: 800;
    line-height: 80px;
    margin-right: 20px;
}
body .CaseStudy-section {
    position: relative;
    width: 100%;
    background-image: url('../img/dotted-bg-shape-left.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 75%;
    height: 100%;
    width: 100%;
}
body .CaseStudy-section .CaseStudy-carousel .owl-nav {
    text-align: center;
}
body .CaseStudy-section .CaseStudy-carousel .owl-nav button.owl-prev,
body .CaseStudy-section .CaseStudy-carousel .owl-nav button.owl-next {
    margin: 0 50px;
}
body .CaseStudy-section .CaseStudy-carousel .owl-nav button.owl-prev::before {
    filter: invert(1);
}

body .CaseStudy-section .CaseStudy-carousel .owl-nav button.owl-next::before {
    filter: invert(1);
}

body .CaseStudy-section .CaseStudy-carousel .owl-nav button.owl-prev:hover::before,
body .CaseStudy-section .CaseStudy-carousel .owl-nav button.owl-next:hover::before {
    filter: none;
}
body .CaseStudy-section .CaseStudy-carousel .owl-dots {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
body .CaseStudy-section .CaseStudy-carousel .owl-dots .owl-dot {
    background: #c1d4da;
}
body .CaseStudy-section .CaseStudy-carousel .owl-dots .owl-dot.active {
    background: #051629;
}

body .about-section .database-offered-box .offered-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #133C68;
    color: #e0efff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    transition: all 500ms ease;
    margin-right: 16px;
}

body .about-section .database-offered-box .offered-img i {
    position: relative;
    top: 5px;
}

body .about-section .database-offered-box .offered-img.color-1 {
    background-color: #db667b;
}

body .about-section .database-offered-box .offered-img.color-2 {
    background-color: #2ac7b9;
}

body .about-section .database-offered-box .offered-img.color-3 {
    background-color: #e58647;
}

body .about-section .database-offered-box .offered-img.color-4 {
    background-color: #47b4e5;
}

body .about-section .database-offered-box .offered-img.color-5 {
    background-color: #e547d6;
}

body .media-section .media-box {
    display: block;
    cursor: pointer;
}
body .media-section .media-box .media-img {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid transparent;
}

body .media-section .media-box:hover {
    background-image: radial-gradient(at top right, #004584 0%, #0b1825 90%);
    border-color: #2FAAD4;
}
body .media-section .media-box:hover p,
body .media-section .media-box:hover span {
    color: #ffffff !important;
}

body .media-section .media-box:hover .media-img {
    border-color: #2FAAD4;
}

body .blog-box {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
body .blog-box:hover h3 {
    color: #2FAAD4;
    transition: all 0.3s ease-in-out;
}
body .form-box {
    overflow: hidden;
}
body .form-title-info {
    padding-bottom: 20px;
    border-bottom: 1px solid #d3deeb;
    margin-bottom: 40px;
}
body .form-label,
body label {
    font-size: 13px;
    font-weight: 600;
    color: #22303c;
    margin-bottom: 3px !important;
}
body .form-control {
    border: 2px solid #d6dfe8;
    font-size: 13px;
    font-weight: 500;
    color: #2c2c2c;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}
body .form-control::placeholder {
    color: #878787;
}

body .form-control:hover {
    border-color: #142441;
    background-color: #ffffff;
    box-shadow: none;
}

body .form-control:focus {
    border-color: #142441;
    background-color: #ffffff;
    box-shadow: none;
}
body .btn.form-btn {
    background-color: #133C68;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 40px;
}
body .btn.form-btn:hover {
    background-color: #2FAAD4;
    color: #ffffff;
}

body .WhyPartner-section .database-offered-box {
    min-height: 380px;
}

body .WhyPartner-section .WhyPartner-carousel .owl-stage-outer .owl-stage .owl-item .item {
    padding: 0 18px;
}

body .WhyPartner-section .WhyPartner-carousel .owl-nav {
    text-align: center;
}
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-prev,
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-next {
    margin: 0 50px;
}
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-prev::before {
    filter: invert(1);
}

body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-next::before {
    filter: invert(1);
}

body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-prev:hover::before,
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-next:hover::before {
    filter: none;
}

body .WhyPartner-section .WhyPartner-carousel .owl-dots {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}

body .WhyPartner-section .WhyPartner-carousel .owl-dots .owl-dot {
    background: #c1d4da;
}
body .WhyPartner-section .WhyPartner-carousel .owl-dots .owl-dot.active {
    background: #051629;
}


body .artical-box {
    position: relative;
    padding: 0;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
body .artical-box .artical-info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-color: #133c688f;
    padding: 20px;
    transform: translateY(50%);
    transition: all 0.3s ease-in-out;
}

body .artical-box:hover .artical-info {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
    background-color: #133c68e3;
}

body .list-info {
    list-style-type: disc;
    padding-left: 30px;
    margin-bottom: 0;
}
body .list-info li {
    font-size: 14px;
    color: #6f8192;
    font-weight: 500;
    margin-bottom: 10px;
}

body .Faq-accordion .accordion-item {
    margin-bottom: 16px;
    border: 0;
}
body .Faq-accordion .accordion-item .accordion-header .accordion-button {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 16px #e8e8f2;
    box-shadow: 2px 2px 16px #e8e8f2;
    color: #2FAAD4;
    outline: none;
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid #2FAAD4;
}
body .Faq-accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: #25294a;
    border: 2px solid #dfecf1;
}

body .Faq-accordion .accordion-item .accordion-header .accordion-button:hover {
    color: #2FAAD4;
    border-color: #2FAAD4;
}
body .Faq-accordion .accordion-item .accordion-body {
    font-size: 14px;
    color: #526272;
    font-weight: 500;
}
body .faq-ul{
    list-style-type:disc;
    padding-left:20px;
}
/*--*/
body .WhyPartner-section .database-offered-box {
    min-height: 380px;
}

body .WhyPartner-section .WhyPartner-carousel .owl-stage-outer .owl-stage .owl-item .item {
    padding: 0 18px;
}

body .WhyPartner-section .WhyPartner-carousel .owl-nav {
    text-align: center;
}
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-prev,
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-next {
    margin: 0 50px;
}
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-prev::before {
    filter: invert(1);
}

body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-next::before {
    filter: invert(1);
}

body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-prev:hover::before,
body .WhyPartner-section .WhyPartner-carousel .owl-nav button.owl-next:hover::before {
    filter: none;
}

body .WhyPartner-section .WhyPartner-carousel .owl-dots {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}
body .WhyPartner-section .WhyPartner-carousel .owl-dots .owl-dot {
    background: #c1d4da;
}
body .WhyPartner-section .WhyPartner-carousel .owl-dots .owl-dot.active {
    background: #051629;
}

body .client-section .client-box {
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 10px;
    padding: 60px 60px 40px 60px;
    border-radius: 30px;
}
body .client-section .client-box .partner-count {
    line-height: 42px;
}
body .client-section .client-box .partner-count span {
    display: inline-block;
    position: relative;
    top: 0px;
    font-size: 50px;
}

body .client-section .client-carousel .client-img img {
    width: 70%;
}

body .client-section .client-carousel .owl-nav,
body .client-section .client-carousel .owl-dots {
    display: none;
}

body .wipeout-work-info .wipeout-work-box {
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
    padding: 40px;
    border-radius: 16px;
    background-color: #ffffff;
}
body .wipeout-work-info .wipeout-work-box .wipeout-work-img {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #133C68;
    color: #e0efff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    position: relative;
    margin-bottom: 10px;
}
body .wipeout-work-info .wipeout-work-box .wipeout-work-img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    transform: scale(0, 0);
    z-index: -1;
    transition: all 500ms ease;
    background: #e0efff;
}

body .wipeout-work-info .wipeout-work-box .wipeout-work-img i {
    position: relative;
    top: 5px;
}
body .wipeout-work-info .wipeout-work-box h3 {
    margin-bottom: 20px;
}

body .wipeout-work-info .wipeout-work-box p {
    font-size: 15px;
    color: #4b5869;
    font-weight: 500;
    min-height: 120px;
}

body .wipeout-work-info .wipeout-work-box:hover {
    background-image: radial-gradient(at top right, #004584 0%, #0b1825 90%);
    transition: all 0.3s ease-in-out;
}
body .wipeout-work-info .wipeout-work-box:hover h3,
body .wipeout-work-info .wipeout-work-box:hover p,
body .wipeout-work-info .wipeout-work-box:hover .btn-link {
    color: #ffffff;
}

body .wipeout-work-info .wipeout-work-box:hover .wipeout-work-img {
    color: #133C68;
    transition: all 0.3s ease-in-out;
}
body .wipeout-work-info .wipeout-work-box:hover .wipeout-work-img::before {
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out;
}
body .wipeout-work-info .wipeout-work-box.active {
    background-image: radial-gradient(at top right, #004584 0%, #0b1825 90%);
    transition: all 0.3s ease-in-out;
}
body .wipeout-work-info .wipeout-work-box.active h3,
body .wipeout-work-info .wipeout-work-box.active p,
body .wipeout-work-info .wipeout-work-box.active .btn-link {
    color: #ffffff;
}
body .wipeout-work-info .wipeout-work-box.active .wipeout-work-img {
    color: #133C68;
    transition: all 0.3s ease-in-out;
}

body .wipeout-work-info .wipeout-work-box.active .wipeout-work-img::before {
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out;
}



body .fixed-social-icons {
    position: fixed;
    top: 50%;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 99999;
}
body .fixed-social-icons li a {
    cursor: pointer;
    display: block;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    background-color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    color: #07203b !important;
    transform: translateX(77%);
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 30px 10px rgba(0, 69.00000000000016, 132, 0.08);
}
body .fixed-social-icons li a img {
    width: 30px;
    margin-right: 10px;
}
body .fixed-social-icons li a:hover {
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
}















/*cc end*/
body .footer-section {
    background-color: #264871;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
body .footer-section .footer-logo {
    width: 100px;
}

body .footer-section .footer-info h5 {
    color: #21b0d9;
    margin-bottom: 10px;
    font-weight: 400;
}
body .footer-section .footer-info ul li a {
    font-size: 14px;
    font-weight: 400;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info ul li a i {
    position: relative;
    top: 2px;
    color: #59c3ed;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

body .footer-section .footer-info ul li a:hover {
    color: #21b0d9 !important;
    transition: all 0.3s ease-in-out;
}
body .footer-section .footer-info a.btn-demo {
    padding: 10px 16px;
    font-size: 15px;
    background-color: #ffffff;
    color: #07203b;
}
body .footer-section .footer-info a.btn-demo:hover {
    background-color: #21b0d9;
    color: #ffffff;
}
body .footer-section .footer-info ul.footer-social-info li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border-radius: 10px;
    padding: 0;
    cursor: pointer;
    display: block;
    transition: all 0.3s ease-in-out;
    margin: 0 3px;
}
body .footer-section .footer-info ul.footer-social-info li a img {
    width: 40px;
}
body .footer-bottom {
    background-color: #17355a;
    padding: 20px 0;
}
body .footer-bottom p {
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 0;
}





















/*

@media (min-width: 767px) and (max-width: 992px) {
}

@media (min-width: 576px) and (max-width: 767px) {

	body h2 {
		font-size: 36px;
	}

	body header .navbar .navbar-nav .nav-item.nav-deskptop-view {
		display: none;
	}

	body header .navbar .navbar-nav .nav-item.nav-mobile-view {
		display: block;
	}

	body header {
		background-color: #ffffff;
	}

	body .banner-section .banner-info,
	body .about-section .about-info,
	body .company-section .company-info {
		margin-bottom: 40px;
	}

	body .banner-section .banner-info .banner-title {
		font-size: 40px;
		line-height: 50px;
	}

	body .client-section .client-box .partner-count {
		margin-top: 30px;
	}
}

@media (min-width: 320px) and (max-width: 576px) {
	body h2 {
		font-size: 30px;
	}

	body header .navbar .navbar-nav .nav-item.nav-deskptop-view {
		display: none;
	}

	body header .navbar .navbar-nav .nav-item.nav-mobile-view {
		display: block;
	}

	body header {
		background-color: #ffffff;
	}

	body .banner-section .banner-info,
	body .about-section .about-info,
	body .company-section .company-info {
		margin-bottom: 40px;
	}

	body .banner-section .banner-info .banner-title {
		font-size: 30px;
		line-height: 50px;
	}

	body .client-section .client-box .partner-count {
		margin-top: 30px;
	}
}*/
