html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption,
select,
input,
option,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

ul {
    list-style-type: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
    border-radius: 0;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

a {
    color: var(--primary);
}

    a:hover, a:focus {
        text-decoration: none;
        outline: none;
        cursor: pointer;
        color: var(--secondary);
    }

:focus {
    outline: none;
    box-shadow: none;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* End Clearfix */

/* For IE 6/7 (trigger hasLayout) */

a,
button,
.btn {
    outline: none !important;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none !important;
}


/* Font */

@font-face {
    font-family: 'Inter-Thin';
    src: url(../fonts/Inter-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: 'Inter-ExtraLight';
    src: url(../fonts/Inter-ExtraLight.ttf);
    font-weight: 200;
}

@font-face {
    font-family: 'Inter-Light';
    src: url(../fonts/Inter-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: 'Inter';
    src: url(../fonts/Inter-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url(../fonts/Inter-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url(../fonts/Inter-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url(../fonts/Inter-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Inter-ExtraBold';
    src: url(../fonts/Inter-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'Inter-Black';
    src: url(../fonts/Inter-Black.ttf);
    font-weight: 900;
}


body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Inter';
    font-size: 16px;
    line-height: 24px;
    color: #5B666F;
    background-color: #fff;
    /* overflow: hidden !important; */
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}

.container-fluid {
    padding: 0 50px;
}

/* .fp-warning,
.fp-watermark {
    display: none;
} */

section.section {
    overflow: hidden;
    position: relative;
}

.bglight {
    background-color: #E7F2FA;
}

.bgblue {
    background-color: #0E79C7;
}

.bggray {
    background-color: #EFF0F1;
}

.btn {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 6px;
}

    .btn i {
        padding-left: 10px;
    }

    .btn.btn-primary {
        background-color: #0E79C7;
        border: 1px solid #0E79C7;
        color: #fff;
    }

        .btn.btn-primary:hover,
        .btn.btn-primary:focus {
            background-color: transparent;
            border: 1px solid #0E79C7;
            color: #0E79C7;
        }

    .btn.btn-secondary {
        background-color: transparent;
        border: 1px solid #0E79C7;
        color: #0E79C7;
    }

        .btn.btn-secondary:hover,
        .btn.btn-secondary:focus {
            background-color: #0E79C7;
            border: 1px solid #0E79C7;
            color: #fff;
        }

.wbtn {
    border: 1px solid #fff;
    color: #fff;
}

    .wbtn:hover,
    .wbtn:focus {
        background-color: #fff;
        color: #0E79C7;
    }

.txtbtn {
    color: #0E79C7;
    padding: 0px !important;
    border: none;
    margin: 0;
    padding: 0;
}

    .txtbtn:hover,
    .txtbtn:focus {
        color: #0E79C7;
    }

.padding {
    padding: 80px 0px;
}

.sectiontitle {
    width: 100%;
    display: inline-block;
    margin-bottom: 60px;
    text-align: center;
}

    .sectiontitle h3 {
        font-weight: 500;
        font-size: 16px;
        color: #0E79C7;
        letter-spacing: 0.45em;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .sectiontitle h2 {
        font-size: 38px;
        font-weight: 700;
        color: #073D64;
    }

    .sectiontitle p {
        font-size: 18px;
        font-weight: 400;
        color: #5B666F;
        width: 55%;
        margin: 0 auto;
        margin-top: 20px;
    }

.form-group {
    margin-bottom: 1rem;
}

    .form-group .form-label {
        width: 100%;
        font-weight: 500;
        color: #000;
        text-align: left;
    }


/* Page CSS Start */

/* header {
    position: relative;
    z-index: 1;
} */

header .header_area {
    /* position: fixed;
    top: 0;
    left: 0; */
    position: relative;
    z-index: 1040;
    width: 100%;
    padding: 20px 0px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    background-color: transparent;
}

    header .header_area.fixed {
        background-color: #0E79C7;
        padding: 10px 0px;
        position: fixed;
        top: 0;
        left: 0;
    }

        header .header_area.fixed .nav-brand img {
            width: 130px;
        }

        header .header_area.fixed .nav-menu > li > a {
            font-size: 14px;
        }

        header .header_area.fixed .btn {
            font-size: 12px;
            line-height: 12px;
            padding: 10px 20px;
        }

.header_area .menu_btn {
    display: flex;
    align-items: center;
}


.blueheader header .header_area {
    background-color: #0E79C7;
}

.whiteheader header .header_area {
    background-color: #fff;
}

.whiteheader .nav-brand img {
    filter: brightness(1);
}

.whiteheader .nav-menu > li > a {
    color: #5B666F;
}

.whiteheader .wbtn {
    border: 1px solid #0E79C7;
    color: #0E79C7;
}

    .whiteheader .wbtn:hover {
        border: 1px solid #0E79C7;
        background-color: #0E79C7;
        color: #fff;
    }

.reqdemo .modal-header {
    border: none;
}

.reqdemo .modal-dialog {
    max-width: 100%;
    margin-right: 30px;
    margin-left: 30px;
}

.reqdemo .modal-body .mtitle {
    font-size: 32.25px;
    line-height: 32.25px;
    font-weight: 600;
    color: #0E79C7;
    margin-bottom: 15px;
    text-align: center;
}

.reqdemo .modal-body .mdes {
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    /* margin-bottom: 50px; */
}

.reqdemo .spaclistmain .sltitle {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

    .reqdemo .spaclistmain .sltitle h3 {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        margin-top: 40px;
    }

.reqdemo .spaclistmain .css-label {
    width: 100%;
    cursor: pointer;
}

.reqdemo .spaclistbox .iconbox {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

    .reqdemo .spaclistbox .iconbox img {
        width: 100%;
        height: 100%;
    }

.spaclistmain .radioboxes .form_group_box input {
    display: none;
}

.reqdemo .spaclistbox h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.reqdemo .ctmboxes .spaclistbox h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0E79C7;
}

.reqdemo .radioboxes .form-group {
    display: flex;
}

.reqdemo .radioboxes .form_group_box {
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    cursor: pointer;
}

.reqdemo .radioboxes .ctmboxes .form_group_box {
    padding: 60px 20px;
}

.reqdemo .radioboxes .form_group_box.active,
.reqdemo .radioboxes .form_group_box:hover {
    background-color: rgb(220 232 245);
    border-color: rgb(46 122 202);
}

.reqdemo .formdiv .form-group {
    display: inherit;
}

.dnone {
    display: none;
}



.bannersec {
    width: 100%;
    height: 100vh;
    /* display: inline-block; */
    margin-top: -98px;
}

.homebanner {
    position: relative;
    height: calc(100vh - -13px);
}

    .homebanner::before {
        content: "";
        /* background-color: rgba(14, 121, 199, 0.8); */
        background: rgba(46, 51, 56, 0.7);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
    }

.bannersec .video-container {
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

    .bannersec .video-container::before {
        content: "";
        background: rgba(46, 51, 56, 0.5);
        position: absolute;
        width: 100%;
        height: 100%;
    }

.bannersec video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.bannersec .layer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bannersec .callout h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.bannersec .callout p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

.bannersec.textblack .callout h1 {
    color: #000;
}

.bannersec.textblack .callout h3 {
    font-weight: 600;
    font-size: 18px;
    color: #0E79C7;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.bannersec.textblack .callout p {
    color: #000;
}

.bannersec .carousel-indicators {
    z-index: 1020;
}

.bannersec .carousel-caption {
    position: absolute;
    right: 15%;
    top: 50%;
    bottom: inherit;
    left: 15%;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    z-index: 1020;
    transform: translateY(-50%);
}

    .bannersec .carousel-caption h1 {
        font-size: 48px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 25px;
    }

    .bannersec .carousel-caption p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 25px;
    }

.bannersec .carousel-indicators [data-bs-target] {
    background-color: #ffffff;
    opacity: 0.5;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.bannersec .carousel-indicators button.active {
    opacity: 1;
}

.bannersec .carousel-control-next,
.bannersec .carousel-control-prev {
    z-index: 1030;
    display: flex;
}

.scrollnext {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

    .scrollnext img {
        animation: scrollBouncing 1s ease-out infinite;
    }

@keyframes scrollBouncing {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes scrollBouncing {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0);
    }
}

.oursolutionsec {
    width: 100%;
    display: inline-block;
}

    .oursolutionsec .scrolltitle {
        font-weight: 600;
        font-size: 22px;
        padding: 18px 30px;
        display: inline-block;
        border-left: 5px solid transparent;
        color: #2E3338 !important;
        border-radius: 0;
        text-align: left;
    }

        .oursolutionsec .scrolltitle.is-current {
            border-color: #0E79C7;
            background-color: #E7F2FA;
        }

    .oursolutionsec .example-scrollspy {
        position: sticky;
        top: 95px;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .oursolutionsec .scrolldata {
        margin-bottom: 60px;
    }

        .oursolutionsec .scrolldata:last-child {
            margin-bottom: 0px;
        }

        .oursolutionsec .scrolldata h3 {
            font-weight: 700;
            font-size: 28px;
            color: #2E3338;
            margin-bottom: 10px;
        }

        .oursolutionsec .scrolldata p {
            font-weight: 400;
            font-size: 16px;
            color: #5B666F;
        }

        .oursolutionsec .scrolldata .btn {
            margin-top: 30px;
        }


.howworkssec {
    width: 100%;
    /* height: 100vh; */
    display: inline-block;
}

    .howworkssec .hwsbox .imgbox {
        margin-bottom: 30px;
    }

    .howworkssec .hwsbox h4 {
        font-weight: 600;
        font-size: 22px;
        color: #2E3338;
        margin-bottom: 15px;
    }

    .howworkssec .hwsboxes h6 {
        font-size: 18px;
        font-weight: 600;
        color: #5B666F;
    }

    .howworkssec .hwsbox p:last-child {
        margin-bottom: 0px;
    }

.seemore {
    margin-top: 40px;
    display: inline-block;
    text-align: center;
    width: 100%;
}


.indsec {
    width: 100%;
    /* height: 100%; */
    display: inline-block;
}

    .indsec .insecboxes {
        display: flex;
    }

    .indsec .insecbox {
        width: 100%;
        display: inline-block;
        background: #FFFFFF;
        border: 1px solid #BDC2C5;
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 30px;
    }

        .indsec .insecbox:hover {
            background-color: #0E79C7;
            box-shadow: 0 0.125rem 0.25rem rgba(14, 121, 199, .075) !important;
            border-color: #fff;
        }

        .indsec .insecbox img {
            border-radius: 8px;
        }

        .indsec .insecbox h3 {
            font-size: 18px;
            font-weight: 600;
            color: #2E3338;
            border-bottom: 0.5px dashed #BDC2C5;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

        .indsec .insecbox:hover h3 {
            color: #fff;
        }

        .indsec .insecbox p {
            font-size: 16px;
            font-weight: 400;
            color: #5B666F;
        }

        .indsec .insecbox:hover p {
            color: #fff;
        }

        .indsec .insecbox p:last-child {
            margin-bottom: 0px;
        }

        .indsec .insecbox .mediatxt {
            padding-left: 25px;
        }

        .indsec .insecbox .btn.btn-secondary:hover,
        .indsec .insecbox .btn.btn-secondary:focus {
            background-color: transparent;
            color: #0E79C7;
        }

        .indsec .insecbox:hover .btn {
            color: #fff;
        }



.ftssec {
    width: 100%;
    /* height: 100vh; */
    display: inline-block;
    position: relative;
}

    .ftssec::after {
        content: "";
        background-color: #E7F2FA;
        width: 100%;
        height: 395px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

.ftssecinner {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background-attachment: fixed;
}

    .ftssecinner::before {
        content: "";
        background: rgba(14, 121, 199, 0.85);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.ftssec .sectiontitle {
    position: relative;
}

    .ftssec .sectiontitle h2 {
        color: #fff;
    }

    .ftssec .sectiontitle p {
        color: #fff;
    }

.ftssec .ftsboxes {
    display: flex;
}

.ftssecboxmain {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .ftssecboxmain .ftsbox {
        width: 100%;
        display: inline-block;
        background: #FFFFFF;
        border-radius: 6px;
        padding: 27px;
        margin-bottom: 30px;
        background: linear-gradient(to left, #fff 50%, #1b5b8b 50%) right;
        background-size: 200%;
        transition: .5s ease-out;
    }

        .ftssecboxmain .ftsbox:hover {
            background-position: left;
            box-shadow: 0 0.5rem 1rem rgb(255, 255, 255, 0.5);
        }

    .ftssecboxmain .ftsboxtxt {
        padding-left: 15px;
    }

        .ftssecboxmain .ftsboxtxt h3 {
            font-size: 16px;
            font-weight: 600;
            color: #0E79C7;
            margin-bottom: 10px;
        }

    .ftssecboxmain .ftsbox:hover .ftsboxtxt h3 {
        color: #fff;
    }

    .ftssecboxmain .ftsboxtxt p {
        font-size: 13px;
        font-weight: 400;
        color: #5B666F;
    }

    .ftssecboxmain .ftsbox:hover .ftsboxtxt p {
        color: #fff;
    }

    .ftssecboxmain .ftsboxtxt p:last-child {
        margin-bottom: 0px;
    }

    .ftssecboxmain .ftsbox:hover .ftsboximg img {
        filter: brightness(100) blur(0px);
    }



.tsmlsec {
    width: 100%;
    /* height: 100%; */
    display: inline-block;
}

    .tsmlsec .tsmlitems {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
        border-radius: 15px;
        padding: 20px;
        margin: 5px;
    }

/*.tsmlsec .owl-item.center .tsmlitems {
        animation: fadeOut 1.25s ease-in-out alternate;
    }*/

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.tsmlsec .owl-item .tsmlitems {
    -webkit-transform: scale(0.70);
    -ms-transform: scale(0.70);
    transform: scale(0.70);
}

.tsmlsec .owl-item.active.center .tsmlitems {
    -webkit-transform: scale(1.10);
    -ms-transform: scale(1.10);
    transform: scale(1.10);
}

.tsmlsec .tsmlitems .tsmltxt {
    padding-left: 25px;
}

    .tsmlsec .tsmlitems .tsmltxt i {
        font-size: 60px;
        text-align: center;
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        color: #CFE4F4;
        margin-bottom: 10px;
    }

    .tsmlsec .tsmlitems .tsmltxt p {
        font-size: 14px;
        font-weight: 400;
        color: #5B666F;
        margin-bottom: 20px;
    }

    .tsmlsec .tsmlitems .tsmltxt h4 {
        font-size: 18px;
        font-weight: 600;
        color: #2E3338;
        margin-bottom: 5px;
    }

    .tsmlsec .tsmlitems .tsmltxt li.degination {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #5B666F;
        border-right: 0.5px solid #5B666F;
        padding-right: 5px;
        margin-right: 5px;
    }


    .tsmlsec .tsmlitems .tsmltxt li.location {
        font-size: 14px;
        line-height: 14px;
        font-weight: 400;
        color: #0E79C7;
    }

.tsmlsec .owl-carousel .owl-stage-outer {
    padding: 20px 0px;
}

.owl-carousel {
    z-index: inherit;
}

.owl-dots {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        background: #D9D9D9 !important;
        border-radius: 100%;
        margin-right: 5px;
        display: inline-block;
    }

    .owl-dots .owl-dot:last-child span {
        margin-right: 0px;
    }

    .owl-dots .owl-dot.active span {
        width: 13px;
        height: 13px;
        background: #0E79C7 !important;
    }


.blgnwssec {
    width: 100%;
    /* height: 100%; */
    display: inline-block;
}

    .blgnwssec .blgnwsitems {
        width: 100%;
        border: 1px solid #BDC2C5;
        border-radius: 8px;
        padding: 20px;
        display: inline-block;
        position: relative;
        /* margin-bottom: 30px; */
    }

        .blgnwssec .blgnwsitems::before {
            background: #0E79C7;
            border-radius: 8px;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: scale(0, 0);
            transform-origin: 50% 100%;
            transition-duration: 0.3s;
            transition-property: transform;
            transition-timing-function: ease-out;
            transform-origin: bottom right;
            z-index: -1;
        }

        .blgnwssec .blgnwsitems:hover::before {
            transform: scale(1, 1);
        }



        .blgnwssec .blgnwsitems img {
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
            border-radius: 6px;
        }

        .blgnwssec .blgnwsitems h6 {
            font-weight: 400;
            font-size: 14px;
            color: #0E79C7;
            padding: 20px 0 0;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

        .blgnwssec .blgnwsitems:hover h6 {
            color: #fff;
        }

        .blgnwssec .blgnwsitems h4 {
            font-weight: 400;
            font-size: 16px;
            color: #5B666F;
            padding: 20px 0 0;
        }

        .blgnwssec .blgnwsitems:hover h4 {
            color: #fff;
        }

        .blgnwssec .blgnwsitems p {
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            padding: 20px 0 0;
            color: #5B666F;
            font-weight: 400;
            font-size: 18px;
        }

        .blgnwssec .blgnwsitems:hover p {
            color: #fff;
        }

        .blgnwssec .blgnwsitems:hover .btn.txtbtn {
            color: #fff;
        }

    /* .blgnwssec .main_img_box {
            height: 215px;
            width: 100%;
            overflow: hidden;
        } */

    .blgnwssec .inner_img_box {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

        .blgnwssec .inner_img_box img {
            width: 100% !important;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
        }


.footer {
    width: 100%;
    display: inline-block;
    padding: 40px 0px;
    background: linear-gradient(180deg, #0E79C7 0%, #0E79C7 59.42%, #3E94D2 104.72%);
}

.fohead {
    width: 100%;
    display: inline-block;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 0.5px solid #EFF0F1;
}

    .fohead .socialul li {
        margin-right: 26px;
    }

        .fohead .socialul li:last-child {
            margin-right: 0px;
        }

.footer .foboxes .fotitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .foboxes p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0px;
}

.footer .foboxes .folink li {
    margin-bottom: 15px;
    font-size: 0;
    line-height: normal;
}

    .footer .foboxes .folink li:last-child {
        margin-bottom: 0px;
    }

.footer .foboxes a {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
}

    .footer .foboxes a:hover {
        color: #000;
    }

.footer .fodataco {
    margin-bottom: 15px;
}

    .footer .fodataco:last-child {
        margin-bottom: 0px;
    }

    .footer .fodataco h5 {
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #fff;
        margin-bottom: 5px;
    }

.footer .ccnlogos li {
    margin-right: 15px;
    text-align: center;
}

    .footer .ccnlogos li:last-child {
        margin-right: 0px;
    }

    .footer .ccnlogos li h6 {
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
        margin-top: 25px;
    }

.footerbottom {
    background: #0E79C7;
    padding: 15px;
    text-align: center;
}

    .footerbottom p {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 0px;
    }

.scrollarrow {
    position: absolute;
    bottom: 35px;
    right: 30px;
}

    .scrollarrow i {
        width: 35px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 3px;
        color: #0E79C7;
        line-height: 35px;
        text-align: center;
        font-size: 30px;
    }

.login_form {
    width: 100%;
    height: 100vh;
    display: inline-block;
    background-color: #ffffff;
}

.form_main {
    width: 100%;
    overflow: hidden;
}

    .form_main .content .logo_content {
        width: 100%;
        display: inline-block;
    }

.content .logo_content a img {
    width: 473px;
}

.content .text_content {
    width: 100%;
    display: inline-block;
}

    .content .text_content h1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        color: #0F2137;
        margin-bottom: 15px;
    }

    .content .text_content h3 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        color: #343D48;
    }

.content .bottom_text {
    width: 100%;
}

    .content .bottom_text h4 {
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em;
        color: #2D3748;
    }

        .content .bottom_text h4 a {
            font-weight: 700;
            color: var(--primary);
        }

    .content .bottom_text h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: 0.02em;
        color: var(--primary);
    }

.login_btn .btn {
    margin-top: 50px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    box-shadow: 0px 8px 24px rgb(52 142 55 / 27%);
    padding: 17px 118px;
}

    .login_btn .btn:hover {
        background-color: #FFFFFF;
        color: var(--primary);
    }


.innerbanner {
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 100%;
}

.snodedetails {
    width: 100%;
    display: inline-block;
}

    .snodedetails .sdbox {
        width: 100%;
        display: inline-block;
    }

    .snodedetails .img_box_main {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

    .snodedetails .img_box_inner {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

        .snodedetails .img_box_inner img {
            width: 100%;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
            object-fit: contain;
        }

    .snodedetails .lSSlideWrapper {
        background: #EFF0F1;
        border-radius: 24px;
        padding: 50px 0px;
    }

    .snodedetails .lSSlideOuter .lSPager.lSGallery {
        /* border: 3px solid #DEE0E2;
           border-radius: 24px; */
        /* padding: 26px; */
        margin-top: 30px !important;
        overflow-x: auto;
        display: flex;
        align-items: center;
    }

        .snodedetails .lSSlideOuter .lSPager.lSGallery li {
            text-align: center;
        }

            .snodedetails .lSSlideOuter .lSPager.lSGallery li a {
                background: #EFF0F1;
                border-radius: 24px;
                padding: 20px;
                display: inline-block;
            }

        .snodedetails .lSSlideOuter .lSPager.lSGallery img {
            margin: 0 auto;
            height: 150px;
            width: 150px;
            object-fit: contain;
        }


.snftrsec {
    width: 100%;
    display: inline-block;
    height: 100%;
}

.snfboxes {
    display: flex;
}

.snfbox {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}

    .snfbox:hover {
        background: #0E79C7;
    }

    .snfbox .iconbox {
        width: 105px;
        height: 105px;
        line-height: 105px;
        border-radius: 100%;
        background: #E7F2FA;
        text-align: center;
        margin: 0 auto 15px;
    }

    .snfbox:hover .iconbox {
        background: #fff;
    }

    .snfbox .conbox h3 {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #0E79C7;
        margin-bottom: 10px;
    }

    .snfbox .conbox p {
        font-weight: 400;
        font-size: 14px;
        line-height: 23px;
        color: #5B666F;
    }

        .snfbox .conbox p:last-child {
            margin-bottom: 0px;
        }

    .snfbox:hover .conbox h3,
    .snfbox:hover .conbox p {
        color: #fff;
    }

.ssgems {
    width: 100%;
    /* height: 100%; */
    display: inline-block;
}

    .ssgems .sectiontitle h2,
    .ssgems .sectiontitle p {
        color: #fff;
    }

    .ssgems .ssgemsbox {
        width: auto;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
        padding: 30px;
        border-radius: 12px;
        border: 2px solid transparent;
    }

        .ssgems .ssgemsbox .iconbox {
            margin-bottom: 15px;
        }

        .ssgems .ssgemsbox:hover {
            border: 2px solid #fff;
            box-shadow: 0 1rem 3rem rgba(var(--bs-body-color-rgb), .175) !important;
        }



        /* .ssgems .ssgemsbox:hover .iconbox img {
    animation: fa-spin 2s linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
} */


        .ssgems .ssgemsbox .conbox h3 {
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #FFFFFF;
            margin-bottom: 10px;
        }

        .ssgems .ssgemsbox .conbox p {
            font-weight: 400;
            font-size: 14px;
            line-height: 23px;
            color: #FFFFFF;
            width: 250px;
            margin: 0 auto;
        }

            .ssgems .ssgemsbox .conbox p:last-child {
                margin-bottom: 0px;
            }


.supequsec {
    width: 100%;
    display: inline-block;
    /* height: 100%; */
}

    .supequsec .supequboxes {
        display: flex;
    }

    .supequsec .supequbox {
        width: 100%;
        display: inline-block;
        margin-bottom: 40px;
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

        .supequsec .supequbox:hover {
            transform: translateY(-1rem);
            transition: all 0.3s ease-in-out 0s;
            -moz-transition: all 0.3s ease-in-out 0s;
            -ms-transition: all 0.3s ease-in-out 0s;
            -o-transition: all 0.3s ease-in-out 0s;
            -webkit-transition: all 0.3s ease-in-out 0s;
        }

        .supequsec .supequbox .mediacon {
            padding-left: 40px;
        }

            .supequsec .supequbox .mediacon h3 {
                font-weight: 600;
                font-size: 20px;
                line-height: 14px;
                color: #0E79C7;
                margin-bottom: 15px;
            }

            .supequsec .supequbox .mediacon p {
                font-weight: 400;
                font-size: 16px;
                line-height: 23px;
                color: #5B666F;
            }

                .supequsec .supequbox .mediacon p:last-child {
                    margin-bottom: 0px;
                }

.overlaysec {
    display: inline-block;
    width: 100%;
}

    /*.overlaysec .olboxes {
        margin-bottom: 50px;
    }*/

    .overlaysec .imgbox img {
        border-radius: 16px;
    }

    .overlaysec .conbox .olbox {
        background: #FFFFFF;
        border-radius: 16px;
        padding: 30px;
    }

    .overlaysec .olldiv {
        margin-left: -150px;
        position: relative;
    }

    .overlaysec .olrdiv {
        margin-right: -150px;
        position: relative;
    }

    .overlaysec .conbox .olbox h3 {
        font-weight: 700;
        font-size: 30px;
        line-height: 36px;
        color: #073D64;
        margin-bottom: 20px;
    }

    .overlaysec .conbox .olbox p {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #5B666F;
    }

        .overlaysec .conbox .olbox p:last-child {
            margin-bottom: 0px;
        }



.banner_two {
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .banner_two::before {
        content: "";
        background: rgba(14, 121, 199, 0.8);
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .banner_two img {
        height: 100%;
        object-fit: cover;
    }

    .banner_two .banner_two_txt {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #fff;
        transform: translate(-50%, -50%);
    }

        .banner_two .banner_two_txt h1 {
            font-weight: 700;
            font-size: 48px;
            color: #FFFFFF;
            margin-bottom: 25px;
        }

        .banner_two .banner_two_txt p {
            font-weight: 400;
            font-size: 18px;
            color: #FFFFFF;
            margin-bottom: 25px;
        }

            .banner_two .banner_two_txt p:last-child {
                margin-bottom: 0px;
            }

.Industriessec {
    width: 100%;
    display: inline-block;
}

    .Industriessec .isboxes {
        margin-bottom: 30px;
    }

    .Industriessec .indboxes {
        margin-bottom: 50px;
    }

    .Industriessec .indbox {
        width: 100%;
        display: inline-block;
    }

        .Industriessec .indbox h3 {
            font-weight: 700;
            font-size: 25px;
            color: #2E3338;
            margin-bottom: 15px;
        }

        .Industriessec .indbox p, .Industriessec .indbox ul li {
            font-weight: 400;
            font-size: 18px;
            line-height: 30px;
            color: #5B666F;
        }

            .Industriessec .indbox p:last-child {
                margin-bottom: 0px;
            }

    .Industriessec .isbox {
        width: 100%;
        display: inline-block;
        border: 1px solid #BDC2C5;
        border-radius: 32px;
        padding: 20px;
        position: relative;
        overflow: hidden;
    }

        .Industriessec .isbox::before {
            background: #0E79C7;
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: scale(0, 0);
            transform-origin: 50% 100%;
            transition-duration: 0.3s;
            transition-property: transform;
            transition-timing-function: ease-out;
            transform-origin: bottom top;
            z-index: -1;
        }

        .Industriessec .isbox:hover::before {
            transform: scale(1, 1);
        }

        .Industriessec .isbox .img_box_main {
            width: 100%;
            height: 265px;
            overflow: hidden;
            border-radius: 32px;
            position: relative;
            margin-bottom: 20px;
        }

        .Industriessec .isbox .img_box_inner {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .Industriessec .isbox .img_box_inner img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .Industriessec .isbox .cflagbox {
            position: absolute;
            bottom: 50px;
            left: 0;
            background-color: #fff;
            padding: 5px 5px 5px 15px;
            border-radius: 0px 20px 20px 0px;
        }

            .Industriessec .isbox .cflagbox img {
                width: 32px;
                height: 32px;
                border-radius: 100%;
            }

        .Industriessec .isbox .conbox h3 {
            font-weight: 700;
            font-size: 16px;
            line-height: 24px;
            color: #0E79C7;
            margin-bottom: 20px;
            -webkit-line-clamp: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

        .Industriessec .isbox:hover .conbox h3 {
            color: #fff;
        }

        .Industriessec .isbox:hover .txtbtn {
            color: #ffff;
        }

        .Industriessec .isbox .conbox p {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px;
            color: #5B666F;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

        .Industriessec .isbox:hover .conbox p {
            color: #fff;
        }

.load_screen {
    opacity: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1080;
}

    .load_screen video {
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 10;
        background-color: #fff;
    }

.sbsec {
    width: 100%;
    display: inline-block;
}

    .sbsec .bdate {
        width: 100%;
        display: inline-block;
        margin-bottom: 50px;
    }

        .sbsec .bdate h4 {
            font-weight: 400;
            font-size: 16px;
            line-height: 22px;
            color: #5B666F;
        }

    .sbsec .btitle {
        width: 100%;
        display: inline-block;
        margin-bottom: 15px;
    }

        .sbsec .btitle h2 {
            font-weight: 700;
            font-size: 38px;
            line-height: 46px;
            color: #073D64;
        }

    .sbsec .blogauthor {
        width: 100%;
        display: inline-block;
    }

    .sbsec .blogauthor {
        width: 100%;
        display: inline-block;
        margin: 30px 0px 50px;
    }

        .sbsec .blogauthor .batitle {
            font-weight: 600;
            font-size: 16px;
            line-height: 29px;
            color: #0E79C7;
            margin-bottom: 15px;
        }

        .sbsec .blogauthor .babox {
            background: #FFFFFF;
            border: 1px solid #BDC2C5;
            border-radius: 6px;
            padding: 15px 20px;
        }

        .sbsec .blogauthor .baicon img {
            width: 87px;
            height: 87px;
            border-radius: 100%;
            object-fit: cover;
        }

        .sbsec .blogauthor .bacon {
            padding-left: 15px;
        }

            .sbsec .blogauthor .bacon h6 {
                font-weight: 600;
                font-size: 16px;
                line-height: 19px;
                color: #0E79C7;
                margin-bottom: 10px;
            }

            .sbsec .blogauthor .bacon p {
                font-weight: 400;
                font-size: 10px;
                line-height: 20px;
                color: #5B666F;
            }

                .sbsec .blogauthor .bacon p:last-child {
                    margin-bottom: 0px;
                }


.breadcrumbmenu {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    border-bottom: 0.5px solid #BDC2C5;
    padding: 30px 0px;
}

    .breadcrumbmenu .bcminner li {
        font-size: 0;
        line-height: normal;
        margin-right: 40px;
        padding-right: 40px;
        border-right: 1px solid #BDC2C5;
    }

        .breadcrumbmenu .bcminner li:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: 0px;
        }

        .breadcrumbmenu .bcminner li a {
            font-weight: 600;
            font-size: 16px;
            line-height: 19px;
            color: #5B666F;
            text-transform: uppercase;
        }

        .breadcrumbmenu .bcminner li.active a,
        .breadcrumbmenu .bcminner li:hover a {
            color: #0E79C7;
        }

.core_vales {
    width: 100%;
    display: inline-block;
}

    .core_vales .cvboxes {
        margin-bottom: 30px;
        display: flex;
    }

    .core_vales .cvbox {
        width: 100%;
        display: inline-block;
        background: #0E79C7;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
        border-radius: 18px;
        padding: 40px;
        text-align: center;
    }

        .core_vales .cvbox .iconbox {
            width: 105px;
            height: 105px;
            line-height: 105px;
            border-radius: 100%;
            background-color: #fff;
            margin: 0 auto;
            margin-bottom: 15px;
            overflow: hidden;
            position: relative;
        }

        .core_vales .cvbox h6 {
            font-weight: 600;
            font-size: 18px;
            line-height: 22px;
            color: #fff;
        }



#nav-serialscrolling {
    position: sticky;
    top: 50%;
    left: 50px;
    width: 250px;
    margin-left: 0px;
    float: left;
}

    #nav-serialscrolling .sub-link {
        position: relative;
        /* display: block; */
        cursor: pointer;
        /* opacity: 0.5; */
        transition: 300ms;
        white-space: nowrap;
    }

        #nav-serialscrolling .sub-link:hover,
        #nav-serialscrolling .sub-link.is-current {
            opacity: 1;
        }

        #nav-serialscrolling .sub-link:before,
        #nav-serialscrolling .sub-link:after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 100%;
            transition: 300ms;
        }

        /* #nav-serialscrolling .sub-link:before {
    left: -30px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, .2);
}

#nav-serialscrolling .sub-link:after {
    left: -23px;
    width: 5px;
    height: 5px;
    background-color: #b41c28;
    opacity: 0;
} */

        #nav-serialscrolling .sub-link.is-current:before {
            border-color: rgba(255, 255, 255, .4);
        }

        #nav-serialscrolling .sub-link.is-current:after {
            opacity: 1;
        }

[data-serialscrolling-target] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 50px;
    background-color: rgba(255, 255, 255, .05);
    color: rgb(0, 0, 0);
    font-size: 24px;
    /* font-style: italic; */
    /* text-align: center; */
    flex-direction: column;
}



.aboutmainsec {
    width: 100%;
    display: inline-block;
}

    .aboutmainsec .teamsidermain {
        width: 100%;
        display: inline-block;
        margin-bottom: 50px;
    }

    .aboutmainsec .otboxes {
        width: 100%;
        display: inline-block;
        text-align: center;
        background-color: #EFF0F1;
        border: 2px solid #BDC2C5;
        border-radius: 10px;
        padding: 20px;
    }

        .aboutmainsec .otboxes .otpic {
            width: 160px;
            height: 160px;
            border-radius: 100%;
            margin: 0 auto 20px;
        }

            .aboutmainsec .otboxes .otpic img {
                width: 100%;
                height: 100%;
                border-radius: 100%;
            }

        .aboutmainsec .otboxes h3 {
            font-weight: 500;
            font-size: 22px;
            line-height: 22px;
            color: #0E79C7;
            margin-bottom: 15px;
        }

        .aboutmainsec .otboxes h4 {
            font-weight: 700;
            font-size: 14px;
            line-height: 14px;
            color: #5B666F;
            margin-bottom: 15px;
        }

        .aboutmainsec .otboxes p {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #5B666F;
        }

            .aboutmainsec .otboxes p:last-child {
                margin-bottom: 0px;
            }

.dotsul {
    width: 100%;
    display: inline-block;
}

    .dotsul li {
        width: 100%;
        display: inline-block;
        position: relative;
        margin-bottom: 1rem;
        padding-left: 20px;
    }

        .dotsul li::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 100%;
            background-color: #5B666F;
            position: absolute;
            left: 0;
            top: 10px;
        }

.sortingselect .opdata {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #0E79C7;
    margin: 15px 0px 0px;
}

.careerlist .accordion-list {
    width: 100%;
    display: inline-block;
}

    .careerlist .accordion-list li {
        width: 100%;
        display: inline-block;
        width: 100%;
        height: auto;
        background-color: #FFF;
        padding: 20px;
        margin: 0 auto 15px auto;
        border: 1px solid #BDC2C5;
        border-radius: 8px;
        cursor: pointer;
    }

.careerlist .accordion-body {
    padding-top: 0px;
}

/* .accordion-list .headtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */

.careerlist .accordion-list .accordion-item {
    margin-bottom: 30px;
    border: none;
    border: 1px solid #BDC2C5;
    border-radius: 8px;
    overflow: hidden;
}

    .careerlist .accordion-list .accordion-item:last-child {
        margin-bottom: 0px;
    }

.careerlist .accordion-list .accordion-button {
    border: none;
    background-color: #fff;
    box-shadow: none;
}

.careerlist .accordion-list .headtitle h4 {
    font-weight: 500;
    font-size: 20px;
    color: #2E3338;
}

    .careerlist .accordion-list .headtitle h4 .count {
        color: #0E79C7;
        padding-left: 10px;
    }

.careerlist .accordion-list li.active .headtitle .downarrow {
    transform: rotate(180deg);
}

.careerlist .accordion-list .accordion-data {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #BDC2C5;
    padding: 20px 0 0;
    margin: 20px 0 0;
}

.careerlist .accordion-list .postionbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #BDC2C5;
    padding: 20px 20px 0;
    margin: 20px 0 0;
}

    .careerlist .accordion-list .postionbox:first-child {
        margin: 0px 0 0;
    }

    .careerlist .accordion-list .postionbox .pbleft h3 {
        font-weight: 500;
        font-size: 18px;
        color: #2E3338;
        margin-bottom: 15px;
    }

    .careerlist .accordion-list .postionbox .pbleft p {
        font-weight: 400;
        font-size: 14px;
        color: #5B666F;
    }

        .careerlist .accordion-list .postionbox .pbleft p:last-child {
            margin-bottom: 0px;
        }


.positiondatasec {
    width: 100%;
    display: inline-block;
}

    .positiondatasec .pdboxes {
        width: 100%;
        display: inline-block;
        margin-bottom: 20px;
    }

        .positiondatasec .pdboxes h2 {
            font-weight: 700;
            font-size: 25px;
            color: #073D64;
            margin-bottom: 15px;
        }

.imgaul {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

    .imgaul li {
        width: 100%;
        display: inline-block;
        padding-left: 30px;
        position: relative;
        font-weight: 400;
        font-size: 18px;
        color: #5B666F;
        margin-bottom: 1rem;
    }

        .imgaul li::before {
            content: "";
            height: 20px;
            width: 20px;
            background-image: url(../images/hearrow.svg);
            position: absolute;
            left: 0;
            top: 5px;
            background-repeat: no-repeat;
            background-size: 100%;
        }

.accordion-button:hover {
    z-index: 0;
}


.csdsection {
    width: 100%;
    display: inline-block;
}

    .csdsection .csdboxes {
        margin-bottom: 40px;
    }

    .csdsection .csdbox {
        width: 100%;
        display: inline-block;
    }

        .csdsection .csdbox h3 {
            font-weight: 700;
            font-size: 30px;
            color: #2E3338;
            margin-bottom: 15px;
        }

        .csdsection .csdbox p {
            font-weight: 400;
            font-size: 18px;
            color: #5B666F;
        }

            .csdsection .csdbox p:last-child {
                margin-bottom: 0px;
            }

    .csdsection .csddboxes {
        width: 100%;
        display: inline-block;
        margin-bottom: 40px;
    }

        .csdsection .csddboxes h3 {
            font-weight: 700;
            font-size: 30px;
            color: #2E3338;
            margin-bottom: 15px;
        }

        .csdsection .csddboxes p {
            font-weight: 400;
            font-size: 18px;
            color: #5B666F;
        }



.condatasec {
    width: 100%;
    display: inline-block;
}

.contactbox {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    padding: 40px;
}

    .contactbox .sbtitle {
        font-weight: 700;
        font-size: 24px;
        color: #0E79C7;
        text-align: center;
        margin-bottom: 30px;
    }

.condatasec .cbtitle {
    font-weight: 500;
    font-size: 20px;
    color: #0E79C7;
    margin-bottom: 20px;
}

.condatasec .codetails {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-bottom: 30px;
}

    .condatasec .codetails li {
        display: inline-block;
        margin-bottom: 10px;
        margin-right: 15px;
        font-weight: 400;
        font-size: 18px;
        color: #5B666F;
    }

/* .condatasec .cdicon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #5B666F;
    border-radius: 100%;
    font-size: 20px;
} */

.condatasec .cddata p:last-child {
    margin-bottom: 0px;
}

.condatasec .cdbox iframe {
    border-radius: 12px;
}


/*.multipinput .multipinputbox select {
    border-radius: 0.375rem 0rem 0rem 0.375rem;
}

.multipinput .multipinputbox .form-control {
    border-radius: 0rem 0.375rem 0.375rem 0rem;
    border-left: 0;
}*/


.owl-prev {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%);
}

    .owl-prev i {
        background-color: #0E79C7;
        color: #fff;
        font-size: 20px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
    }

.owl-next {
    position: absolute;
    top: 50%;
    right: -2%;
    transform: translateY(-50%);
}

    .owl-next i {
        background-color: #0E79C7;
        color: #fff;
        font-size: 20px;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
    }

/*****************************************  -- Raxit Undhad --  ***/

.overlaysec .conbox .olbox ul {
    list-style-type: disc;
    padding-left: 25px;
}

.position-opening {
    width: 100%;
    display: inline-block;
}

    .position-opening .sortingselect .form-select {
        font-family: 'Inter-Medium';
        font-size: 18px;
        font-weight: 500;
        color: #0E79C7;
        background-image: url(../images/sp_select_down.png);
        background-size: 15px 10px;
        padding: 10px 4.25rem 10px 20px;
        border: 1px solid #BDC2C5;
    }

.snfbox .conbox h4 {
    font-size: 16px;
    font-family: 'Inter-ExtraBold';
    font-weight: 800;
    margin-bottom: 15px;
    color: #0E79C7;
}

.snfbox:hover .conbox h4 {
    color: #fff;
}

.snfbox:hover .conbox a {
    background-color: #ffffff;
    color: #0E79C7;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #0047ff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.indsec .insecbox:hover img {
    box-shadow: 0px 0px 10px #fff;
}

.condatasec .cdicon i {
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border: 2px solid #5B666F;
    border-radius: 100%;
    font-size: 14px;
}

.gateway .snfbox .iconbox img {
    width: 40px;
    height: auto;
}

.snodedetails .sdbox .sectiontitle {
    margin-bottom: 30px;
}

.snodedetails .sdbox h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #0E79C7;
}

.blgnwssec .main_img_box {
    height: 215px;
    width: 100%;
    /* overflow: hidden; */
}

/* Changes in Hover  */

.blgnwssec .inner_img_box a:hover img {
    box-shadow: 0px 0px 10px #fff;
}

.blgnwssec .blgnwsitems:hover img {
    box-shadow: 0px 0px 10px #fff;
}

.Industriessec .isbox:hover .img_box_main {
    box-shadow: 0px 0px 10px #fff;
}

.condatasec .codetails li a:hover {
    color: #0E79C7;
}

/* Modal */

.modal-header {
    border-bottom: none;
}

    .modal-header h1 {
        font-family: 'Inter-Bold';
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        color: #073D64;
    }

.modal-footer {
    border-top: none;
    padding-top: 0px;
}

.form-select {
    font-weight: 400;
    color: #6c757d;
    border: 1px solid #ced4da;
    background-image: url(../images/down_arrow.png);
}

label.uploadFile {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.message_icon {
    position: fixed;
    bottom: 70px;
    right: 25px;
    z-index: 1030;
}

    .message_icon i {
        width: 50px;
        height: 50px;
        font-size: 23px;
        line-height: 50px;
        border-radius: 100%;
        background-color: #ffffff;
        display: inline-block;
        text-align: center;
        transform: rotate(-10deg);
        color: #0E79C7;
    }

        .message_icon i:hover {
            color: #ffffff;
            background-color: #0E79C7;
            box-shadow: 0px 0px 10px #fff;
        }



/*NEW ADDED STYLE START*/

.login-height-full {
    /*height: calc(100vh - 40px);*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.copy-right-line {
    color: #969696;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.login-fix-width {
    width: 450px;
    margin: 0 auto;
}

.login-logo {
    width: 200px;
    margin: 0 auto;
}

.room-box-main {
    padding: 10px 15px 0 15px;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 5px;
    overflow: auto;
    width: 100%;
}

.login-box-main {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    background-color: #fff;
    margin-top: 25px;
    border-radius: 5px;
    padding: 0 25px;
}

.login-head h2 {
    color: #141414;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
}

.required-fild {
    color: #fe0000;
}

.red_border {
    background-color: #fff0f0 !important;
    box-shadow: 0 0 0 1.3px #FF5555 !important;
}

#dvLoaderFull {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 180, 249, 0.47);
    text-align: center;
    z-index: 9999;
}

    #dvLoaderFull span {
        position: relative;
        top: calc(50% - 50px);
        margin: 0 auto;
        display: block;
    }

        #dvLoaderFull span img {
            height: 100px;
            /*animation: fa-spin 0.3s infinite linear;*/
            animation: fa-spin 0s infinite linear;
        }


#dvLoaderFull {
    background: rgba(100, 180, 249, 0.4);
}

.loader_inner {
    width: 180px;
    height: 180px;
    position: relative;
    margin: 220px auto;
}

.loader .logo {
    width: 22%;
    position: absolute;
    left: 39%;
    top: 39%;
}

    .loader .logo img {
        width: 100%;
        z-index: 5;
        height: 100%;
    }

.bounce1,
.bounce2,
.bounce3 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: spreadout 2.7s infinite ease-in-out;
    animation: spreadout 2.7s infinite ease-in-out;
}

.bounce2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.bounce3 {
    -webkit-animation-delay: -1.8s;
    animation-delay: -1.8s;
}

.select2-container {
    width: 100% !important;
}

.select2-container {
    z-index: 1039;
}

    .select2-container .select2--lg {
        min-height: calc(1.5em + (1.5rem + 2px));
        padding: 0.5rem 0.5rem;
        border-radius: 0.3rem;
        width: 100%;
        background-color: #fafafa;
        border-color: #dcdcdc;
    }

.select2-container--default .select2-selection--single.select2--lg .select2-selection__arrow {
    bottom: 0;
    height: auto;
}

.select2-container--focus .select2--lg {
    color: #141414;
    background-color: #fff;
    border-color: #005ff1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 92, 241, 0.25);
    transition: all 0.3s;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fafafa;
    color: #141414;
}

.select2-container--default .select2-results__option--selected {
    background-color: #005ff1 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

.select2-results__option {
    font-weight: 500;
}

.form-control, .bootstrap-select > .dropdown-toggle {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.multipinputbox {
    border: none !important;
    border-radius: 0 !important;
}

/*NEW ADDED STYLE END*/


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.homebanner .carousel,
.homebanner .item,
.homebanner .active {
    height: 100%;
    margin-bottom: 60px;
}

.homebanner .carousel-inner {
    height: 100%;
}

.homebanner .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}




/* Responsive Style Start */

/* `xxl` applies to x-large devices (large desktops, less than 1920px) */
@media (max-width: 1920.98px) {
}

/* `xxl` applies to x-large devices (large desktops, less than 1680px) */
@media (max-width: 1680.98px) {

    .nav-brand img {
        width: 130px;
    }

    .banner_two .banner_two_txt h1,
    .bannersec .callout h1,
    .bannersec .carousel-caption h1 {
        font-size: 40px;
    }

    /* .sectiontitle {
        margin-bottom: 30px;
    } */

    .sectiontitle h2,
    .sbsec .btitle h2 {
        font-size: 30px;
    }

    .sectiontitle p {
        width: 80%;
    }

    .oursolutionsec .scrolldata h3 {
        font-size: 20px;
    }

    .oursolutionsec .scrolltitle {
        font-size: 18px;
    }

    .seemore {
        margin-top: 40px;
    }

    .Industriessec .indbox h3 {
        font-size: 20px;
    }

    .csdsection .csdbox h3,
    .csdsection .csddboxes h3 {
        font-size: 20px;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1440px) */
@media (max-width: 1440.98px) {
    .padding {
        padding: 60px 0px;
    }

    .nav-menu > li > a {
        padding: 14.4px 12px;
        font-size: 14px;
    }

    .scrollnext img {
        width: 60px;
        height: 60px;
    }

    .howworkssec .hwsboxes .imgbox img {
        width: auto;
        height: 150px;
    }

    .sectiontitle p {
        font-size: 16px;
    }

    p,
    .imgaul li,
    .Industriessec .indbox ul li {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .btn {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 20px;
    }

    .indsec .insecbox img {
        border-radius: 8px;
        height: 150px;
    }

    .seemore {
        margin-top: 30px;
    }

    .tsmlsec .tsmlitems .tsmltxt i {
        font-size: 40px;
    }

    .bannersec .innerbanner .bannercon {
        flex: 0 0 auto;
        width: 40.666667%;
    }

    .snfbox .iconbox {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

        .snfbox .iconbox img {
            width: 40px;
            height: 40px;
        }

    .snfbox .conbox h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .overlaysec .conbox .olbox {
        padding: 20px;
    }

        .overlaysec .conbox .olbox h3 {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 15px;
        }

    .blogauthor .baboxes {
        flex: 0 0 auto;
        width: 40%;
    }

    .howworkssec .hwsboxes h6 {
        font-size: 16px;
    }

    .sectiontitle {
        margin-bottom: 40px;
    }

        .sectiontitle p {
            margin-top: 15px;
        }
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    .bannersec .bannercon {
        flex: 0 0 auto;
        width: 60%;
    }

    .fohead {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer .foboxes p {
        font-size: 12px !important;
    }

    .fohead .socialul img {
        width: 30px;
        height: 30px;
    }

    .footer .foboxes .fotitle {
        font-size: 16px;
    }

    .footer .fodataco h5 {
        font-size: 14px;
        line-height: 14px;
    }

    .footer {
        padding: 30px 0px;
    }

        .footer .foboxes .folink li {
            margin-bottom: 10px;
        }

        .footer .foboxes a {
            font-size: 12px;
            line-height: 12px;
        }

        .footer .ccnlogos li img {
            width: 40px;
            height: 40px;
        }

        .footer .ccnlogos li h6 {
            font-size: 12px;
        }

    .footerbottom {
        padding: 10px;
    }

        .footerbottom p {
            font-size: 12px !important;
        }

    .scrollarrow {
        bottom: 25px;
    }

        .scrollarrow i {
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 25px;
        }

    .overlaysec .olboxes {
        margin-bottom: 30px;
    }
}

/* `xxl` applies to x-large devices (large desktops, less than 1280px) */
@media (max-width: 1280.98px) {

    /* html,
    body {
        overflow-y: auto !important;
        overflow-x: hidden !important;
    } */

    header .header_area .btn {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 20px;
    }

    .padding {
        padding: 60px 0px;
    }

    .ftssec {
        padding: 0px;
    }

    .seemore {
        margin-top: 20px;
    }

    /* .howworkssec,
    .ftssec,
    .ftssecinner,
    .tsmlsec,
    .blgnwssec {
        padding-bottom: 60px;
    } */

    .howworkssec,
    .ftssec {
        width: 100%;
        height: 100%;
    }

        .ftssec::after {
            bottom: -15px;
        }

    .reqdemo .radioboxes {
        flex: 0 0 auto;
        width: 80%;
    }

    .container-fluid {
        padding: 0 30px;
    }

    .header_area .nav-brand img {
        width: 100px;
    }

    header .header_area.fixed .nav-brand img {
        width: 100px;
    }

    .nav-menu > li > a {
        padding: 14.4px 10px;
        font-size: 12px;
    }

    header .header_area .btn:first-child {
        margin: 0 12px 0 12px !important;
    }

    .bannersec .innerbanner .bannercon {
        flex: 0 0 auto;
        width: 50%;
    }

    .bannersec.ibmain {
        height: 100%;
    }

    /* .bannersec .innerbanner {
        padding: 70px 0px 0;
    } */

    .snodedetails .lSSlideOuter .lSPager.lSGallery img {
        height: 100px;
    }

    .overlaysec .olldiv {
        margin-left: 0;
        position: relative;
    }

    .overlaysec .olrdiv {
        margin-right: 0px;
        position: relative;
    }

    .banner_two .banner_two_txt {
        width: 100%;
        padding: 0 15px;
    }
}

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    .container-fluid {
        padding: 0 15px;
    }

    .banner_two {
        height: 100%;
    }
}

/* `xl` applies to large devices (desktops, less than 1024px) */
@media (max-width: 1024.98px) {
    .overlaysec .olboxes {
        flex: 0 0 auto;
        width: 100%;
    }

        /* .overlaysec .conbox .olbox {
        padding: 0;
    } */

        .overlaysec .olboxes.conbox {
            order: 2;
            /*margin-bottom: 0px;*/
        }

        .overlaysec .olboxes.imgbox {
            order: 1;
        }

    .blogauthor .baboxes {
        flex: 0 0 auto;
        width: 50%;
    }
}

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .sectiontitle {
        margin-bottom: 40px;
    }

    .header_area .menu_btn {
        padding-right: 50px;
    }

    .bannersec .bannercon {
        flex: 0 0 auto;
        width: 70%;
    }

    .howworkssec .hwsboxes {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }

    .ftssec .ftsboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .bannersec .callout h1,
    .banner_two .banner_two_txt h1,
    .bannersec .carousel-caption h1 {
        font-size: 30px;
    }

    .supequsec .supequboxes,
    .snftrsec .snfboxes,
    .ssgems .ssgemsboxes {
        flex: 0 0 auto;
        width: 50%;
    }

    .Industriessec .indboxes {
        flex: 0 0 auto;
        width: 100%;
    }

        .Industriessec .indboxes.imgbox {
            order: 1;
        }

        .Industriessec .indboxes.conbox {
            order: 2;
        }

    .Industriessec .indboxes {
        margin-bottom: 30px;
    }

    .tsmlsec .owl-carousel .owl-stage-outer {
        padding: 0px 0px;
    }

    .blogauthor .baboxes {
        flex: 0 0 auto;
        width: 60%;
    }

    .sbsec .bdate {
        margin-bottom: 30px;
    }

    #nav-serialscrolling {
        width: 100%;
    }

    .scrollspymain .ssmboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    [data-serialscrolling-target] {
        min-height: auto;
        padding: 30px;
    }

    .scrollspymain .ssmboxes .ssboxes:first-child {
        order: 2;
    }

    .scrollspymain .ssmboxes .ssboxes:last-child {
        order: 1;
        margin-bottom: 30px;
        text-align: center;
    }
}

/* `md` applies to small devices (landscape phones, less than 850px) */
@media (max-width: 850.98px) {

    .bannersec .innerbanner img,
    .banner_two img {
        height: 500px !important;
        object-fit: cover;
    }

    .bannersec .layer {
        top: 60%;
        transform: translate(-50%, -60%);
    }
}

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    .reqdemo .modal-body .mtitle {
        font-size: 25px;
        line-height: 25px;
    }

    .reqdemo .spaclistmain .sltitle h3 {
        margin-top: 20px;
    }

    .bannersec .bannercon {
        flex: 0 0 auto;
        width: 95%;
    }

    .oursolutionsec .ostabtitle {
        margin-bottom: 30px;
    }

    .oursolutionsec .ostdata .contentbox {
        order: 2;
    }

    .oursolutionsec .ostdata .imgbox {
        order: 1;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer .foboxes {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 20px;
    }

        .footer .foboxes.focbox {
            flex: 0 0 auto;
            width: 100%;
            margin-bottom: 0px;
        }

    .ftssec .ftsboxes {
        flex: 0 0 auto;
        width: 100%;
    }

        .ftssec .ftsboxes:last-child .ftsbox {
            margin-bottom: 0px;
        }

    .snodedetails .sdboxes {
        margin-bottom: 30px;
    }

        .snodedetails .sdboxes:last-child {
            margin-bottom: 0px;
        }

    .supequsec .supequbox .media {
        display: inline-block !important;
        width: 100%;
    }

    .supequsec .supequbox .mediaicon {
        margin-bottom: 20px;
        text-align: center;
    }

    .supequsec .supequbox .mediacon {
        padding-left: 0px;
    }

    .reqdemo .radioboxes {
        flex: 0 0 auto;
        width: 100%;
    }

        .reqdemo .radioboxes .form-group {
            flex: 0 0 auto;
            width: 50%;
        }

    .reqdemo .formdiv .form-group {
        width: 100%;
    }

    .banner_two .banner_two_txt {
        width: 100%;
        padding: 0 15px;
    }

    .blogauthor .baboxes {
        flex: 0 0 auto;
        width: 70%;
    }

    .condatasec .cdboxes:first-child {
        margin-bottom: 0px;
        order: 2;
    }

    .condatasec .cdboxes:last-child {
        margin-bottom: 30px;
        order: 1;
    }

    .breadcrumbmenu {
        padding: 20px 0px;
    }

        .breadcrumbmenu .bcminner li a {
            font-size: 14px;
        }

    .careerlist .accordion-list .headtitle h4 {
        font-size: 16px;
    }

    .bannersec .carousel-item img {
        height: 550px;
        object-fit: cover;
    }
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .padding {
        padding: 40px 0px;
    }

    .sectiontitle h2,
    .sbsec .btitle h2 {
        font-size: 25px;
    }

    /* .bannersec .innerbanner {
        padding: 120px 0px 0;
    } */

    .bannersec .innerbanner .bannercon {
        flex: 0 0 auto;
        width: 100%;
    }

    header .header_area {
        padding-top: 15px;
    }

    .snodedetails .sdboxes ul {
        display: inline-block !important;
        width: 100%;
    }

        .snodedetails .sdboxes ul li:first-child .btn {
            margin-bottom: 15px;
        }

        .snodedetails .sdboxes ul li .btn {
            width: 100%;
        }

    .reqdemo .spaclistbox h4 {
        font-size: 12px;
    }

    .reqdemo .ctmboxes .spaclistbox h4 {
        font-size: 14px;
    }

    .reqdemo .radioboxes .ctmboxes .form_group_box {
        padding: 40px 20px;
    }

    .csdsection .csdbox h3,
    .csdsection .csddboxes h3 {
        font-size: 20px;
    }

    .blogauthor .baboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    .contactbox {
        padding: 20px;
    }

    /* Raxit Undhad 575px*/

    .ssgems .ssgemsbox {
        padding: 5px;
    }
}

/* `sm` applies to x-small devices (portrait phones, less than 480px) */
@media (max-width: 480.98px) {

    .tsmlsec .owl-item .tsmlitems {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }

    .tsmlsec .owl-item.active.center .tsmlitems {
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
    }

    .tsmlsec .owl-carousel .owl-stage-outer {
        padding: 0;
    }

    .bannersec .callout h1,
    .banner_two .banner_two_txt h1,
    .bannersec .carousel-caption h1 {
        font-size: 25px;
    }

    .indsec .insecbox .media {
        display: inline-block !important;
        width: 100%;
    }

    .indsec .insecbox .mediaimg {
        margin-bottom: 20px;
        text-align: center;
    }

    .tsmlsec .tsmlitems .tsmlmedia {
        display: inline-block !important;
        width: 100%;
    }

    .tsmlsec .tsmlitems .tsmlimg {
        margin-bottom: 20px;
        text-align: center;
    }

    .indsec .insecbox .mediatxt {
        padding-left: 0px;
    }

    .supequsec .supequboxes,
    .snftrsec .snfboxes,
    .ssgems .ssgemsboxes {
        flex: 0 0 auto;
        width: 100%;
    }

    header .header_area .btn:first-child {
        margin: 0 5px 0 5px !important;
    }

    header .header_area .btn {
        font-size: 10px;
        line-height: 10px;
        padding: 10px 12px;
    }

    header .header_area.fixed .btn {
        font-size: 10px;
        line-height: 10px;
        padding: 10px 12px;
    }

    .fohead {
        display: inline-block !important;
        text-align: center;
        width: 100%;
    }

        .fohead .socialul {
            margin-top: 20px;
            justify-content: center;
        }

    .scrollarrow {
        bottom: 30px;
        right: 15px;
    }

    .tsmlsec .tsmlitems .tsmltxt {
        padding-left: 0px;
    }
}

/* Responsive Style End */
.blog-details-pg-wrap {
    background: #ffffff;
    border-radius: 10px;
    max-width: 952px;
}

.article-img-title .p-img {
    position: relative;
}

.article-img-title .p-img img {
    max-width: 100%;
    border-radius: 6px;
    display: block;
}

.article-img-title .p-img .cat {
    background: #f37121;
    border-radius: 5px;
    padding: 12px 20px;
    color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.article-img-title .meta {
    padding-bottom: 20px;
    border-bottom: 1px solid #ecedf2;
    margin-top: 15px;
}

.article-img-title .meta li {
    display: inline-block;
    font-size: 14px;
}

.article-img-title .meta li i {
    color: #0E79C7;
    margin-right: 5px;
}

.article-img-title .meta li:not(:first-child) {
    padding-left: 20px;
}

.article-img-title h3 {
    color: #0E79C7;
    margin-top: 24px;
    font-weight: 600;
    font-size: 20px;
}

.article-img-title h4 {
    margin-top: 24px;
    color: #101010;
    font-weight: 600;
    font-size: 16px;
}

.article-img-title p {
    padding-top: 11px;
    margin-bottom: 4px;
}

.article-img-title blockquote {
    background: #ecedf2;
    border-radius: 5px;
    margin-top: 25px;
    padding: 32px 40px;
    position: relative;
}

.article-img-title blockquote p {
    color: #101010;
}

.article-img-title blockquote h4 {
    color: #f37121;
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    display: inline-block;
}

.article-img-title blockquote h4:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #f37121;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.article-img-title blockquote h4:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #f37121;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.article-img-title img {
    border-radius: 5px;
}

.article-img-title blockquote:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    position: absolute;
    right: -2px;
    bottom: -2px;
    background: transparent;
    border-radius: 5px;
    z-index: 0;
    border: 2px solid #0E79C7;
    border-top: 0;
    border-left: 0;
}

.article-img-title .list-bullet-icon li {
    width: 50%;
}

.tags-share-cont {
    margin-top: 20px;
    padding-top: 25px;
    border-top: 1px solid #ecedf2;
}

.tags-share-cont li {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
    line-height: 30px;
}

.tags-share-cont li:last-child {
    padding-right: 0;
}

.tags-share-cont li a {
    color: #6c6c6c;
}

.tags-share-cont li a:hover {
    color: #0E79C7;
}

.tags-share-cont .socials li a {
    display: inline-block;
    background: #ecedf2;
    box-shadow: 0px 4px 8px rgba(4, 99, 250, 0.1);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 34px;
    color: #0E79C7;
    /* overflow: hidden; */
    position: relative;
}


.next-prev-posts {
    margin-top: 60px;
    border: 1px solid #ecedf2;
    box-shadow: 8px 8px 15px rgba(4, 99, 250, 0.08);
    border-radius: 5px;
    padding: 40px;
}

.next-prev-posts img {
    max-width: 92px;
    max-height: 92px;
    display: block;
}

.next-prev-posts h4 {
    font-size: 18px;
}

.next-prev-posts p {
    padding-top: 14px;
    font-size: 14px;
}

.next-prev-posts .icons-go {
    padding-bottom: 70px;
    position: relative;
}

.next-prev-posts .icons-go .btn {
    position: absolute;
    bottom: 0;
    padding: 10px 18px;
    vertical-align: middle;
    left: 0;
}

.next-prev-posts .icons-go .btn.dis {
    background: #ecedf2;
    border-radius: 3px;
    border: 0 !important;
    color: #0E79C7;
}

.next-prev-posts .icons-go .btn.dis:before {
    display: none;
}

.next-prev-posts .icons-go .btn i {
    padding-right: 9px;
}

.next-prev-posts .text-end.icons-go .btn {
    left: auto;
    right: 0;
}

.next-prev-posts .text-end.icons-go .btn i {
    padding-right: 0;
    padding-left: 9px;
}

.reviews-content-tab {
    border-radius: 5px;
    padding: 40px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
}

.reviews-content-tab h3 {
    padding-bottom: 7px;
}

.single-cmnt-show {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6EFFF;
    position: relative;
    padding-right: 100px;
}

.single-cmnt-show .btn {
    position: absolute;
    bottom: 20px;
    right: 0;
    padding: 12px 25px;
}

.single-cmnt-show img {
    display: block;
    border-radius: 5px;
}

.single-cmnt-show .flex-grow-1 {
    padding-left: 25px;
}

.single-cmnt-show .flex-grow-1 h5 {
    color: #6c6c6c;
    font-weight: 400;
    padding-top: 10px;
}

.single-cmnt-show .flex-grow-1 p {
    padding-top: 7px;
}

.single-cmnt-show.replied {
    padding-left: 40px;
}

.reviews-box-added {
    margin-top: 30px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 40px;
}

.reviews-box-added h3 {
    padding-bottom: 27px;
}

.reviews-box-added .form-control {
    background: #0e7ac70f;
    border: 1px solid #0e7ac70f;
    border-radius: 30px;
    color: #A6A6A6;
    padding: 14px 26px;
    font-size: 14px;
}

.reviews-box-added button.btn1 {
    display: inline-block;
    border: 1px solid #0E79C7;
    background: #0E79C7;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
}

.reviews-box-added button.btn1:hover {
    background-color: #FFFFFF;
    color: #0E79C7;
}

.list-bullet-icon {
    margin-top: 16px;
}

.list-bullet-icon li {
    width: 100%;
    position: relative;
    padding-left: 38px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #101010;
}

.list-bullet-icon li:after {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    color: #0E79C7;
}


.single-widg {
    background: #ffffff;
    border: 1px solid #E2EDFF;
    box-shadow: 8px 8px 15px rgba(4, 99, 250, 0.08);
    border-radius: 10px;
    padding: 37px 40px;
    margin-bottom: 50px;
}

.single-widg>h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #101010;
    font-size: 20px;
}

.single-widg>h3:after {
    content: '';
    background: #0E79C7;
    width: 78px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.single-widg .search-wid {
    position: relative;
    width: 100%;
}

.single-widg .search-wid .form-control {
    background: #0e7ac70f !important;
    border-radius: 5px;
    border: 0;
    padding: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #9C9C9C;
}

.single-widg .search-wid i {
    color: #0E79C7;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 20px;
}

.single-widg .about-wid img {
    border-radius: 5px;
    max-width: 150px;
    display: block;
}

.single-widg .about-wid .flex-grow-1 {
    padding-left: 30px;
}

.single-widg .about-wid .flex-grow-1 h6 {
    color: #6C6C6C;
    padding-top: 5px;
}

.single-widg .about-wid .flex-grow-1 p {
    margin-top: 14px;
}

.single-widg .posts-wid img {
    border-radius: 5px;
    max-width: 92px;
    width: 92px !important;
    height: 92px !important;
    max-height: 92px;
    object-fit: cover;
    display: block;
}

.single-widg .posts-wid .flex-grow-1 {
    padding-left: 20px;
}

.single-widg .posts-wid .flex-grow-1 h5 a {
    color: #101010;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.single-widg .posts-wid .flex-grow-1 p {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 12px !important;
}

.single-widg .posts-wid .flex-grow-1 p i {
    color: #0E79C7;
}

.single-widg .posts-wid>div {
    margin-bottom: 30px;
}

.single-widg .posts-wid>div:last-child {
    margin: 0;
}

.single-widg .cats-wid a {
    font-weight: 400;
    font-size: 14px;
    line-height: 35px;
    color: #6C6C6C;
    position: relative;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.single-widg .cats-wid a:hover {
    color: #0E79C7;
}

.single-widg .cats-wid a span {
    background: #ffffff;
    position: relative;
    display: inline-block;
}

.single-widg .cats-wid a .dots {
    width: 100%;
    height: 1px;
    border-top: 1px dashed #C7DAFD;
    position: absolute;
    left: 0;
    top: 50%;
}

.single-widg .cats-wid a span:nth-child(2) {
    padding-right: 20px;
}

.single-widg .cats-wid a span:nth-child(3) {
    padding-left: 20px;
}

.single-widg .tags-wid li {
    display: inline-block;
}

.single-widg .tags-wid li a {
    border: 1px solid #0E79C7;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 14px;
    color: #6C6C6C;
    font-size: 14px;
}

.single-widg .tags-wid li a:hover {
    background: #0E79C7;
    color: #ffffff;
}

.single-widg .insta-wid img {
    display: block;
    max-width: 88px;
}

.article-img-title .img_txt img {
    width: 355px;
    height: 335px;
}

@media (max-width:767px) {
    .single-widg {
        padding: 20px;
    }

    .single-widg .posts-wid .flex-grow-1 h5 a {
        font-size: 16px;
    }

    .article-img-title .list-bullet-icon li {
        width: 100%;
    }

    .article-img-title blockquote {
        padding: 25px;
    }

    .single-cmnt-show .btn {
        position: unset;
        margin-top: 10px;
    }

    .single-cmnt-show {
        padding-right: 0;
    }

    .article-img-title blockquote h4 {
        padding: 0 30px;
    }

    .article-img-title blockquote h4:after,
    .article-img-title blockquote h4:before {
        width: 25px;
    }

    .reviews-box-added,
    .reviews-content-tab {
        padding: 20px;
    }

    .article-img-title .img_txt img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width:575px) {

    .posts-wid div {
        display: inline-block !important;
    }

    .single-widg .posts-wid .flex-grow-1 {
        padding-left: 0px;
    }

    .single-widg {
        margin-bottom: 30px;
    }

    .single-widg .posts-wid>div {
        margin-bottom: 30px;
    }

    .reviews-box-added,
    .reviews-content-tab {
        margin-bottom: 0px !important;
    }

    .single-widg>h3 {
        font-size: 16px;
    }

}

/* / CSS END / */



.core_vales .conbox h6 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #0E79C7;
}

.core_vales .snfbox:hover h6 {
    color: #ffffff;
}