/* @font-face { */
/* font-family: 'gothamlight'; */
/* src: url('../fonts/Gotham/gotham_light_regular-webfont.eot'); /* IE9 Compat Modes */ */
/* src: url('../fonts/Gotham/gotham_light_regular-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ */
/* url('../fonts/Gotham/gotham_light_regular-webfont.woff2') format('woff2'), /* Super Modern Browsers */ */
/* url('../fonts/Gotham/gotham_light_regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */ */
/* url('../fonts/Gotham/gotham_light_regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ */
/* url('../fonts/Gotham/gotham_light_regular-webfont.svg') format('svg'); /* Legacy iOS */ */
/* } */
/* @font-face { */
/* font-family: 'Gotham-Book'; */
/* src: url('../fonts/Gotham/Gotham-Book.eot') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg'); */
/* font-weight: normal; */
/* font-style: normal; */
/* } */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */

pre {
    /* font-family: 'Gotham-Book', sans-serif !important; */
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
    ========================================================================== */


/**
    * Remove the gray background on active links in IE 10.
    */

a {
    background-color: transparent;
}


/**
    * 1. Remove the bottom border in Chrome 57-
    * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
    */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
    * Add the correct font weight in Chrome, Edge, and Safari.
    */

b,
strong {
    font-weight: bolder;
}


/**
    * 1. Correct the inheritance and scaling of font size in all browsers.
    * 2. Correct the odd `em` font sizing in all browsers.
    */

code,
kbd,
samp {
    /*font-family: 'Gotham-Book', sans-serif !important;*/
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
    * Add the correct font size in all browsers.
    */

small {
    font-size: 80%;
}


/**
    * Prevent `sub` and `sup` elements from affecting the line height in
    * all browsers.
    */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
    ========================================================================== */


/**
    * Remove the border on images inside links in IE 10.
    */

img {
    border-style: none;
}


/* Forms
    ========================================================================== */


/**
    * 1. Change the font styles in all browsers.
    * 2. Remove the margin in Firefox and Safari.
    */

button,
input,
optgroup,
select,
textarea {
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
    * Show the overflow in IE.
    * 1. Show the overflow in Edge.
    */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
    * Remove the inheritance of text transform in Edge, Firefox, and IE.
    * 1. Remove the inheritance of text transform in Firefox.
    */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
    * Correct the inability to style clickable types in iOS and Safari.
    */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


    /**
    * Remove the inner border and padding in Firefox.
    */

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }


    /**
    * Restore the focus styles unset by the previous rule.
    */

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }


/**
    * Correct the padding in Firefox.
    */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
    * 1. Correct the text wrapping in Edge and IE.
    * 2. Correct the color inheritance from `fieldset` elements in IE.
    * 3. Remove the padding so developers are not caught out when they zero out
    *    `fieldset` elements in all browsers.
    */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
    * Add the correct vertical alignment in Chrome, Firefox, and Opera.
    */

progress {
    vertical-align: baseline;
}


/**
    * Remove the default vertical scrollbar in IE 10+.
    */

textarea {
    overflow: auto;
}


/**
    * 1. Add the correct box sizing in IE 10.
    * 2. Remove the padding in IE 10.
    */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
    * Correct the cursor style of increment and decrement buttons in Chrome.
    */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
    * 1. Correct the odd appearance in Chrome and Safari.
    * 2. Correct the outline style in Safari.
    */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


    /**
    * Remove the inner padding in Chrome and Safari on macOS.
    */

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }


/**
    * 1. Correct the inability to style clickable types in iOS and Safari.
    * 2. Change font properties to `inherit` in Safari.
    */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
    ========================================================================== */


/*
    * Add the correct display in Edge, IE 10+, and Firefox.
    */

details {
    display: block;
}


/*
    * Add the correct display in all browsers.
    */

summary {
    display: list-item;
}


/* Misc
    ========================================================================== */


/**
    * Add the correct display in IE 10+.
    */

template {
    display: none;
}


/**
    * Add the correct display in IE 10.
    */

[hidden] {
    display: none;
}

body {
    color: #272727;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    color: #272727;
}

h4 {
    font: 700 1.25rem/1.625rem;
    ;
}

p {
    font-size: 17px;
    font-weight: 400;
    margin: 0px;
    line-height: 1.7rem;
    color: #272727;
}

.banner-section {
    background-image: linear-gradient(to bottom, rgba(69, 164, 236, 0.3), transparent);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 75px;
    padding: 0;
}

.banner-text-1 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #fff;
    margin-top: -20%;
    margin-bottom: 3%;
}

.banner-button {
    width: 150px;
    padding: 15px 0;
    border-radius: 7px;
    border: 0px;
    /* background: #12b2e5; */
    background: #002465;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
}

.banner-text-2 {
    font-size: 2.25rem;
    font-weight: 500;
    color: #fff;
    /* color: #272727 !important;*/
    line-height: 2.8rem;
}

.banner-button-2 {
    width: 200px;
    border-radius: 5px;
    border: 0px;
    background: #12b2e5;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 0px auto;
    padding: 5px 25px;
}

.box-shad {
    /*box-shadow: 0px 0px 5px #eee;*/
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    margin: 0 5px;
    padding: 20px;
    /*max-width:48%;*/
    transition: transform .1s ease-in, box-shadow .2s ease-out;
    cursor: pointer;
    background: #fff;
}

    .box-shad:hover {
        box-shadow: 0 4px 20px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);
        -webkit-box-shadow: 0 4px 20px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);
    }

.box-title {
    font-size: 20px;
    font-weight: 600;
    color: #272727;
}

.box-text {
    color: #272727;
}

.sec-padding {
    margin: 100px 0 0;
}

.sec-bg-4 {
    background-image: url(https://i.ibb.co/82jzCS0/img-10.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.sec-bg-3 {
    background-image: url(https://i.ibb.co/2PsxK97/img-9.png);
    background-position: left center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.sec-bg-2 {
    background-image: url(https://i.ibb.co/PQk5GpF/img-6.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.sec-bg {
    background-image: url(https://i.ibb.co/k1yCyqk/img-7.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}

a.nav-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

li.nav-item {
    padding: 0 13px;
    /*font-family: 'Gotham-Book', sans-serif !important;*/
}

a.nav-link {
    color: #fff;
    font-size: 18px;
    /*font-weight: 100;*/
}

a.nav-link {
    font-size: 16px;
}

a.navbar-brand {
    font-size: 30px;
    font-weight: 600;
    color: #314584;
}

input {
    width: 49%;
    background: #f4fafe;
    border: 0px;
    height: 40px;
    margin: 15px 0;
    font-weight: 600;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #314584;
    text-indent: 5px;
}

:-ms-input-placeholder {
    /* Internet Explorer */
    color: #314584;
    text-indent: 5px;
}

::placeholder {
    color: #314584;
    text-indent: 5px;
}

footer ul li {
    color: #fff;
    display: block;
    text-align: left;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

a {
    /* font-weight: 600; */
    color: #12b2e5;
}

div#collapsibleNavbar {
    flex-direction: row;
    justify-content: flex-end;
}

a.text-color {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

h4.text-white.mb-2 {
    font-size: 1.1rem;
    color: #fff !important;
    font-weight: 600;
}

.a-font {
    font-size: 14px;
}

.a-btn {
    text-align: center;
    line-height: 44px;
    padding: 10px 25px;
    margin: 15px;
    font-size: 14px;
    border: 1px solid #bbb;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    background: #fff;
    color: #314584;
    border-radius: 5px;
}

li.fa-inli {
    display: inline-block;
    margin-right: 10px;
}

    li.fa-inli a.text-color {
        font-size: 25px;
    }

.isc-features .col-lg-8 .row .col:first-child {
    margin-top: 100px;
}

.isc-features .col-lg-8 .card {
    background: #fff;
    margin: 30px 5px;
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: 0 15px 40px 0 rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0 15px 40px 0 rgb(0 0 0 / 8%);
}

.card {
    /*border: none;
    background: transparent;*/
    background: #fff;
    position: relative;
}

.isc-features .col-lg-8 .card .oval {
    background: linear-gradient(to right, #f1f6fd, #f0fbfe);
    padding: 10px;
    width: 150px;
    border-radius: 50%;
    margin: auto;
    transform: rotate(20deg);
    margin-top: 20px;
}

.isc-features .col-lg-8 .card .card-img-top {
    max-width: 0.8in;
    margin: 0 auto;
    transform: rotate(-20deg);
}

.isc-features .col-lg-8 .card h3 {
    font-size: 24px;
    color: #314584;
}

.isc-features .col-lg-8 .card p {
    font-size: 16px;
}

.isc-features svg {
    position: absolute;
    margin-left: -100px;
    margin-top: 70px;
}

.isc-features .col-lg-8 {
    padding: 10px 100px;
}

.prod-family-intro {
    color: inherit;
    text-decoration: none;
}

a.prod-family-intro:hover {
    text-decoration: none;
}

.form-group i {
    position: absolute;
    left: 0px;
    font-size: 15px;
}

.icon {
    padding: 20px 24px;
    color: rgba(0, 0, 0, 0.5);
    width: auto;
    text-align: left;
    font-size: 13px;
}

input[type="checkbox"] {
    width: auto;
    display: inline-block;
    height: auto;
}

.form-control {
    padding: 17px 24px;
    height: auto;
    border-radius: 0;
    border: solid 1px #ccc;
    font-size: 14px;
    background-color: transparent;
}

.contact-sec {
    margin: 0 auto;
    max-width: 600px;
}

#isc-footer textarea {
    min-height: 100px;
    padding-top: 20px;
    padding-right: 20px;
    resize: none;
}

#banner-office-app {
    background-image: linear-gradient(to bottom, rgba(126, 126, 252, .3), transparent) !important;
}

.align-center-div {
    display: flex;
    align-items: center;
}

h6 {
    font-size: 1.125rem;
    line-height: 1.44;
    font-weight: 600;
    color: #4d4d4d;
}

a.banner-button.a-font.a-btn:hover {
    background: #12b2e5;
    color: #fff;
    text-decoration: none;
    transition: 0.2s ease-in;
}

a.a-font:hover i {
    transition: 0.2s ease-in;
    text-decoration: none;
}

a.a-font:hover {
    text-decoration: none;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px !important;
    }
}

.owl-prev,
.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black;
}

.owl-prev {
    left: -23px;
}

.owl-next {
    right: -23px;
}

    .owl-prev i,
    .owl-next i {
        transform: scale(2);
        color: #ccc;
        background: transparent;
    }

section.banner-section .owl-nav {
    display: none;
}

.owl-carousel.owl-loaded {
    padding-left: 10px;
}

section.sec-padding.product-section .owl-dots {
    display: none;
}

section.sec-padding.product-section .owl-theme .owl-nav {
    margin-top: 0;
}

    section.sec-padding.product-section .owl-theme .owl-nav [class*='owl-']:hover {
        background: transparent;
    }

    section.sec-padding.product-section .owl-theme .owl-nav [class*='owl-'] {
        margin: 0;
    }

i.fa.fa-check {
    color: #12b2e5;
}

span.arc-list-li-content {
    margin-left: 5px;
    text-align: justify;
}

ul.arc-list.arc-list-style-icon li {
    list-style: none;
    font-size: 17px;
    line-height: 1.7rem;
}

ul.arc-list.arc-list-style-icon {
    padding: 0;
}

.mini-heading {
    font-weight: 600;
    color: #12b2e5;
    font-size: 18px;
}

.footerbg {
    /*background: #314584;*/
    background: #0b1320;
    padding: 50px 0 25px;
}

ul.pricing-features {
    padding: 0;
}

a.btn-more {
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0;
    margin: 20px auto;
}

ul.dropdown-menu {
    top: 85%;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: #fff;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        width: 700px;
        padding: 15px;
        left: -350px;
        border: 0px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    }
}
/* ============ desktop view .end// ============ */
.menu-tile h5 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 7px;
}

.prd-menulist {
    display: flex;
}

.margin-center {
    margin: 0 auto;
}

.menu-tile h6 {
    font-weight: 400;
    font-size: 12px;
}

.dropdown-menu a {
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
}

a:hover {
    color: inherit;
    text-decoration: none;
    opacity: 0.9;
}

.home a.banner-button {
    padding: 10px 20px;
    text-align: center;
    display: block;
}

a.banner-button.btn-more:hover {
    color: #fff;
    opacity: 0.8;
}

ul.prod-submenu li {
    list-style: none;
    padding: 2px 0;
}

@media (max-width: 768px) {
    .col-md-1.pad-right-none img {
        width: 20%;
        margin-bottom: 20px;
    }

    .banner-text-1.contact-text {
        color: #0b1320 !important;
        font-size: 2.2rem !important;
    }
}

@media (min-width: 768px) {
    .feature-sec-div {
        flex: 0 0 31%;
        max-width: 31%;
        -ms-flex: 0 0 31%;
        border: 1px solid #eee;
        padding: 25px;
        border-radius: 5px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-toggler-icon {
        width: auto;
        height: auto;
    }

    ul.dropdown-menu {
        height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

#errormessage {
    color: #000;
    border: 1px solid #12b2e5;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    display: none;
}

#sendmessage {
    color: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
    display: none;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.dropdown-item:focus, .dropdown-item:hover, .req-btn:hover {
    color: #272727 !important;
    text-decoration: none;
    background-color: #f8f9fa;
}

.req-btn {
    background: #d3e9f9;
    color: #272727 !important;
    font-size: 13px;
}

p.isc-lbl-land-cont-s1 {
    margin-bottom: 20px;
}

.custom_session img {
    width: 30%;
}

.pad-right-none {
    padding-right: 0;
}

.circle_img {
    margin-bottom: 1rem;
}

    .circle_img img {
        width: 30%;
        background: #efeded;
        border-radius: 20%;
        padding: 1rem;
    }

.banner-button-menu {
    width: auto;
    height: auto;
    /* background: rgb(18, 178, 229); */

    border-radius: 7px;
}

    .banner-button-menu a {
        background: #002465;
        border-radius: 7px;
    }

.prd-menulist i {
    color: #12b2e5;
    color: #12b2e5;
    font-size: 22px;
    position: relative;
    top: 7px;
    padding-right: 9px;
}

ul.prod-submenu.mt-2 {
    padding-left: 25px;
}

.active-color {
    color: #12b2e5 !important;
}

/***Blog Page CSS***/
.featured-imagebox-blog:hover {
    -webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);
    box-shadow: 1px 2px 10px rgb(0 0 0 / 10%);
}

    .featured-imagebox-blog:hover .arc-blog-overlay-iconbox a {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
    }

.mb-30 {
    margin-bottom: 30px !important;
}

.box-shadow, .featured-imagebox-blog {
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / 6%);
}

.featured-imagebox-blog {
    background-color: #fff;
    margin-bottom: 10px;
}

    .featured-imagebox-blog .featured-thumbnail {
        position: relative;
        overflow: hidden;
    }

    .featured-imagebox-blog:hover .featured-thumbnail img {
        -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
        transform: scale(1.075);
        -webkit-transition: all 3s ease-out;
        transition: all 3s ease-out;
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

.featured-icon-box .featured-icon, .arc-btn, button, .owl-item, img, span, .featured-icon-box, .featured-icon, #totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.featured-imagebox-blog .featured-content {
    padding: 45px 25px 25px 25px;
    position: relative;
}

.featured-imagebox-blog .arc-box-post-date {
    left: 25px;
    top: -35px;
    border-radius: unset;
}

.arc-box-post-date {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    /* font-size: 17px; */
    color: #fff;
    background-color: #2d3030;
}

    .arc-box-post-date .entry-date {
        height: 67px;
        width: 67px;
        display: block;
        line-height: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: center;
    }

.arc-entry-date span {
    display: block;
    padding: 5px;
}

.featured-title {
    min-height: 50px;
}

.featured-imagebox-blog .post-meta {
    display: block;
    padding: 10px 0px;
    margin: 12px 0px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.post-meta .arc-meta-line {
    position: relative;
}

.arc-btn.btn-inline {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding: 0 !important;
    border: 1px solid transparent;
    background-color: transparent;
    overflow: visible;
}

.featured-imagebox-blog:hover .arc-box-view-overlay:before, .featured-imagebox-blog:hover .arc-box-view-overlay:after {
    opacity: .5;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.featured-imagebox-blog:hover .arc-box-view-overlay:before, .featured-imagebox-blog:hover .arc-box-view-overlay:after {
    opacity: .5;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.featured-imagebox-blog .arc-box-view-overlay:after {
    content: '';
    position: absolute;
    left: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #12b2e5;
}

.post-meta i {
    padding-right: 5px;
}

.arc-btn.btn-inline.arc-icon-btn-right i {
    margin-left: 4px;
}

.arc-btn.btn-inline i {
    position: unset;
    transform: unset;
    display: inline-block;
    vertical-align: middle;
    transition: 0s;
}

.arc-btn.arc-btn-size-sm i {
    font-size: 10px;
    right: 16px;
    line-height: 1;
}

.arc-blog-overlay-iconbox a {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: transparent;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mt-20 {
    margin-top: 20px !important;
    display: block;
}
/*****blog page css end***/
@media (min-width: 992px) {
    .sidebar .col-lg-9.content-area {
        flex: 0 0 70%;
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .sidebar .col-lg-3.widget-area {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
/* .sidebar .content-area {
    padding-top: 65px;
    padding-bottom: 55px;
} */
.blog-sub-header {
    font-weight: 600 !important;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 20px;
    color: #12b2e5;
}

.sidebar .widget-area .widget:first-child {
    margin-top: 0;
}

.sidebar .widget-area .widget {
    position: relative;
    margin: 35px 0 35px;
    padding: 30px;
    /* border-left:1px solid #eee; */
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
    -moz-box-shadow: 0 0 15px 0 rgba(40,61,88,.07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / 7%);
}

.sidebar .widget .widget-title {
    margin-bottom: 15px;
}

.widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    text-transform: capitalize;
}

.sidebar .widget .widget-title:before {
    display: block;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    top: 0;
    margin-top: 10px;
    margin-left: -30px;
    margin-bottom: 0;
    background-color: #2d3030;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: transparent;
}

.sidebar ul.arc-recent-post-list > li:not(:last-child), .sidebar .widget-top-rated-products ul > li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

.sidebar ul.arc-recent-post-list > li:first-child, .sidebar .widget-top-rated-products ul > li:first-child {
    padding-top: 0 !important;
}

.sidebar ul.arc-recent-post-list > li, .sidebar .widget-top-rated-products ul > li {
    padding: 15px 0 !important;
}

.widget ul > li {
    padding: 0 0 13px 0;
    position: relative;
}

ul.arc-recent-post-list > li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px;
}

.sidebar ul.arc-recent-post-list > li img {
    padding: 0px !important;
    border: unset !important;
    margin-top: 5px;
}

ul.arc-recent-post-list > li img {
    display: block;
    width: auto;
    height: 50px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid rgba(46,56,77,1);
}

ul.arc-recent-post-list > li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px;
}

    ul.arc-recent-post-list > li .post-date i {
        margin-right: 7px;
        font-size: 11px;
    }

.post-meta {
    display: block;
    padding: 5px 0;
    margin: 10px 0;
}

.arc-blog-classic .post-meta .arc-meta-line, .arc-blog-single-content .post-meta .arc-meta-line {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding-right: 25px;
    position: relative;
}

.arc-bgcolor-white .separator .sep-line {
    border-color: #f1f1f1;
}

.separator .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    width: 100%;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
}

.arc-tag-list span a {
    padding: 7px 15px;
    background-color: #f7f9fe;
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

@media (min-width: 768px) {
    .float-md-right {
        float: right !important;
    }
}

.social-icons ul {
    margin: 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px;
}

.social-icons.square li > a {
    border-radius: 0;
}

.social-icons.circle li > a, .social-icons.square li > a {
    border: 1px solid #e8ecef;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background-color: #f7f9fe;
}

.heading-medium p {
    margin: 0px 0 10px
}
/****Blog Inner Page Css END****/
/**blog sample**/
.title-blog-category {
    background-color: #eee;
    border-radius: 50px;
    padding: 5px 15px;
    max-width: 110px;
    text-align: center;
    color: #2b2b2b;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-category-author {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
}

.blog-border-left {
    border-left: 1px solid #eee;
}

.aside-blog-news {
    color: #2b2b2b;
    font-weight: 400;
}

.aside-blog-news-p {
    border-bottom: 1px solid #eee;
    padding: 15px 0px;
}

    .aside-blog-news-p:last-child {
        border-bottom: 0px;
    }

a.aside-blog-news:hover {
    color: #12b2e5;
}

.title-aside-blog:before {
    display: block;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    top: 0;
    margin-top: 15px;
    margin-left: 0;
    margin-bottom: 0;
    background-color: #2d3030;
}

.sidebar-left-div {
    padding-left: 10px;
}
/***blogsample-end**/
/***New Blog design**/
ul.blog2-header {
    margin: 0 auto;
    text-align: center;
    padding: 0;
    border-top: 2px solid #b3bac5;
    border-bottom: 2px solid #b3bac5;
}

    ul.blog2-header li {
        display: inline-block;
        padding: 25px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        border-right: 2px solid #b3bac5;
    }

        ul.blog2-header li:last-child {
            border-right: 0px;
        }

        ul.blog2-header li a {
            color: #2b2b2b;
        }

            ul.blog2-header li a:hover {
                color: #12b2e5;
            }

.blog2-h5 {
    text-align: center;
    line-height: 40px;
}

    .blog2-h5 a {
        font-size: 35px;
        color: #2b2b2b;
        text-align: center;
    }

.blog2-desc p {
    font-size: 16px;
    text-align: center;
}

.blog2-author {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

    .blog2-author span.arc-meta-line {
        margin: 0 7px;
    }

    .blog2-author a {
        margin: 0 7px;
    }

.blog2-ico {
    margin-right: 5px;
}

.blog2-img:hover {
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.blog2-img:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
}

.blog2-img-a:hover {
    opacity: 1;
}

.title-blog-category {
    max-width: 200px;
}

h5.blog2-side-a a {
    color: #2b2b2b;
    font-size: 17px;
}

h6.blog2-h6 {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.blog2-border-left {
    border-left: 2px solid #b3bac5;
}

.blog2-row {
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 25px;
}

    .blog2-row:last-child {
        border-bottom: 0px;
    }

h5.blog2-section-title a {
    color: #2b2b2b;
}

.featured-imagebox.featured-imagebox-blog.blog2-feature {
    box-shadow: none;
    border-bottom: 2px solid #b3bac5;
}

.blog2-section-author {
    display: block;
    text-align: center;
}

    .blog2-section-author span.arc-meta-line {
        font-size: 14px;
        margin: 0 7px;
    }

    .blog2-section-author a {
        font-size: 14px;
        margin: 0 7px;
    }

.blog2-feature .featured-thumbnail {
    padding: 0px 15px 0;
}

.blog2-feature .featured-content {
    padding: 45px 15px 15px;
    position: relative;
}

.border-bottom-blog2 {
    border-bottom: 2px solid #b3bac5 !important;
}

@media (min-width: 992px) {
    .blog2-border-left {
        margin-left: 27px;
        max-width: 30%;
        ms-flex: 0 0 30%;
        flex: 0 0 30%;
    }
}
/***New Blog design**/
span.multiselect-native-select .btn-group {
    width: 100%;
}

.multiselect-container.dropdown-menu.show {
    width: 100%;
    min-height: 170px;
    position: relative !important;
    transform: none !important;
}
/****Responsive CSS Starts****/
@media (max-width: 991px) {
    .banner-text-1 {
        font-size: 2rem;
    }

    .banner-text-2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .banner-text-1 {
        font-size: 1.5rem !important;
        line-height: 1.5;
    }


    .banner-text-2 {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .res-text {
        text-align: center;
        padding: 50px 0 25px;
    }

    .home a.banner-button {
        margin: 0 auto;
    }

    .res-button {
        float: inherit;
        margin-top: 15px !important;
    }

    .res-webinar-heading {
        margin-top: 10px !important;
        text-align: center;
    }

    .res-webinar-div {
        justify-content: center !important;
    }

    section#banner-office-app {
        padding: 25px 0 !important;
    }
}
/****Responsive CSS End****/


/****documentation CSS ****/

.privacy-bot {
    margin-bottom: 30px;
}

    .privacy-bot h3 {
        margin-bottom: 10px;
    }

/****documentation CSS  end****/



/****Main product layout CSS start****/


.main-product-layout {
    padding: 20px;
}

.layout-border {
    border-right: 1px solid #ececec;
}

.main-product-layout p {
    font-size: 15px;
    line-height: 1.4rem;
    margin-bottom: 30px;
}

.main-product-layout h4 {
    color: #12b2e5;
}

.product-layout-category {
    justify-content: center
}

    .product-layout-category ul {
        padding: 0;
    }

        .product-layout-category ul li {
            position: relative;
            display: inline-block;
            padding: 20px 10px 10px;
            width: 150px;
            height: 150px;
            font-size: 10px;
            text-align: center;
            /* text-transform: uppercase; */
            /* border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5; */
            vertical-align: top;
        }

.product-layout-image {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
}

/****Main product layout CSS end****/
a.bth_hovercolor:hover {
    color: #fff;
    transition: 0.2s ease;
}

    a.bth_hovercolor:hover i {
        position: relative;
        left: 5px;
        transition: 0.2s ease;
    }

/* sunitha Demo code CSS*/

.f_size_40 {
    font-size: 43px;
    font-weight: 600;
}

.f_size_25 {
    font-size: 25px;
    line-height: 35px;
    color: #677294;
    padding: 0% 6%;
}

.imagefluid {
    width: 300px;
    height: auto;
}

.headtagcenter {
    margin-bottom: 7%;
}

.list_points {
    padding-left: 15px;
    color: #677294;
    font-size: 20px;
}

.text-grey {
    color: #677294;
    font-size: 20px;
    text-align: justify;
}

.text-grey-f-19 {
    color: #677294;
    font-size: 19px;
    text-align: center;
}

.secPadding {
    margin: 0% 10% 2% 10%;
    position: relative;
    /*top: -70px;*/
}

a.resgister_button {
    position: absolute;
    top: auto;
    bottom: 9rem;
    left: 16rem;
    padding: 10px 47px !important;
}

.resgister_button:hover, .banner-buttonone:hover {
    color: #fff !important;
}

.banner-buttonone {
    position: absolute;
    top: auto;
    bottom: 7rem !important;
    left: 16rem;
    padding: 10px 47px !important;
}

.slider_backgroundimg {
    /* background-image:url("/images/Cloud.png"); */
    /* background-repeat:no-repeat; */
    /* background-size: cover; */
}

.slider_backgroundimgone {
    /* background-image:url("/images/Cloud 2.png"); */
    /* background-repeat:no-repeat; */
    /* background-size: cover; */
}

.move_img {
    margin-top: 3rem !important;
}

.img_position {
    position: relative;
    top: 5rem;
}

.register_buttonwidth {
    width: 206px;
}

.banner-button.register_buttonwidth {
    margin: 0 auto;
    position: relative;
    bottom: 10rem;
}

@media(min-width:320px) and (max-width: 767px) {
    /* new layout style*/
    .hero-section .newlayout_container_widthbanner .newlayout_ml h1 {
        text-align: left !important;
        margin-top: 2rem !important;
    }
    .newlayout_banner {
        display:block !important;
    }
        .newlayout_banner h1 {
            font-size: 42px !important;
        }
    .commonproduct_images {
        left: 0 !important;
        position: relative !important;
        top: 8rem;
    }
    
    ul.navbar-nav li.nav-item {
        margin-right: 1rem;
    }
    .navbar .nav-item.custom_primary .dropdown-menu.blog_menu {
        height: auto !important;
    }
    .zsection_section_right img.new_screen_img {
        position: relative;
        left: 0rem !important;
    }
    form#arc-quote-form .form-group.register_popup {
        display: block !important;
    }
    #homeModal .modal-dialog {
        width: 94% !important;
    }
    button.newlayout_button {
        padding: 1rem 0.7rem !important;
        font-size: 10px;
    }

    .hero-section .newlayout_container_widthbanner .newlayout_ml p {
        text-align: left !important;
    }

    .hero-section.newlayout_bannerimg {
        height: 60% !important;
        min-height: 835px !important;
    }

    .application_part {
        padding: 0 !important;
        background-position: bottom;
    }

        .application_part h1 {
            margin-top: 2rem;
            position: relative;
            top: 1.5rem;
        }

    .newlayout_bannerimg {
        padding: 0 !important;
    }

    .icons_bgcolor {
        width: 100% !important;
    }

    .list_icon_size_bottom .col-md-3.text-right, .list_icon_size_bottom .col-md-3.text-center {
        text-align: left !important;
    }

    .list_icon_size .col-md-3.text-right, .list_icon_size .col-md-3.text-center {
        text-align: left !important;
    }

    .align_self_content {
        margin-bottom: 1rem;
    }

    .applicatoion_flex {
        margin-bottom: 2rem;
    }

    .newlayout_banner h1 {
        font-size: 20px !important;
    }

    .newlayout_banner img.product_logo {
        position: relative;
        top: 2rem;
    }

    .newbanner_img_width {
        width: 100% !important;
    }

    img.new_tick_img {
        width: 8% !important;
    }

    ul.order_list_new {
        margin-top: 1rem;
    }

    .newlayout_container_width {
        width: 100% !important;
    }

    .newlayout_whotebg {
        padding: 0 !important;
    }

    .zsection_section {
        width: 100% !important;
    }

    .zinner::before {
        width: 100% !important;
        height: 100% !important;
    }

    .zsection_section p {
        width: 100% !important;
    }

    .zinner {
        padding: 1rem !important;
    }

    .new_screen_img {
        left: 0 !important;
    }

    .zinner_right::before {
        width: 100% !important;
        height: 100% !important;
    }

    .zsection_section_right {
        width: 100% !important;
        margin: 0 !important;
    }

    .position_relative_right h2 {
        left: 0 !important;
    }

    .zsection_section_right p {
        width: 100% !important;
        line-height: 32px;
        margin: 0 1rem !important;
    }

    .zinner_right {
        padding: 1rem !important;
    }

    .zsection_section_right img.new_screen_img {
        left: 0 !important;
    }
    /* new layout style*/

    .product_bgsession {
        margin: 0 !important;
    }
    h1.margin_toptext{
        font-size:20px !important;
        line-height:30px;
    }
    h3.under_slidersubtext{
        font-size:18px !important;
    }
    h3.feature-heading {
        font-size: 20px !important;
    }
    .tawk-text-bold-3 {
        font-size: 16px;
    }

    .opening_box h2 {
        font-size: 20px !important;
    }

    .archinasans h1.margin_toptext {
        margin-top: 0rem !important;
    }

    header.main_pagemenu .fixed-top ul.navbar-nav li a.nav-link {
        color: #000 !important;
    }

    header.main_pagemenu .fixed-top ul.navbar-nav li.banner-button-menu a {
        color: #fff !important;
    }

    .pr_5 {
        padding-right: 15px !important;
    }

    .pl_5 {
        padding-left: 15px !important;
    }

    button.button_widthset {
        margin: 0 auto;
        display: block;
    }

    .main_container img {
        margin-bottom: 1rem;
    }

    .custom_container {
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
    }

    .img_position {
        position: relative;
        top: 0rem !important;
    }

    .media_responsive_img {
        margin-top: 5rem;
    }

    .session_paddingbottom {
        /* margin: 50px 0 0 !important;*/
    }

    .banner-button.register_buttonwidth {
        margin: 0 auto;
        position: relative;
        bottom: 8rem !important;
    }

    .move_img {
        margin-top: 1rem !important;
    }

    a.resgister_button {
        position: absolute;
        top: 10rem;
        bottom: auto;
        margin-bottom: 2rem !important;
        margin-top: 4rem !important;
        left: 4rem !important;
        padding: 8px 17px !important;
        text-align: center;
    }

    .banner-button {
    }

    a.bth_hovercolor {
        margin-bottom: 1rem !important;
    }

    .isc-features .col-lg-8 {
        padding: 0 !important;
    }

    .banner-buttonone {
        position: absolute;
        top: 10rem;
        bottom: auto !important;
        left: 16rem;
        margin-bottom: 2rem !important;
        margin-top: 4rem !important;
        left: 7rem !important;
    }

    .slider_backgroundimgone img {
        margin-bottom: 1rem;
    }

    .slider_backgroundimgone img, .slider_backgroundimg img {
        margin-bottom: 1rem;
    }
}

@media(min-width:414px) and (max-width: 736px) {
    a.resgister_button {
        position: absolute;
        top: 12rem !important;
    }

    .slider_backgroundimgone img, .slider_backgroundimg img {
        margin-bottom: 1rem;
    }
}

@media(min-width:768px) and (max-width: 1024px) {
    .hero-section .newlayout_container_widthbanner .newlayout_ml p {
        text-align: left !important;
    }
    #homeModal .modal-dialog{
        width:100% !important;
    }

    .newlayout_banner h1 {
        font-size: 26px !important;
    }
    .hero-section .newlayout_container_widthbanner .newlayout_ml h1 {
        text-align: left !important;
        margin-top: 00px !important;
    }
    .newlayout_bannerimg .col-md-5 {
        align-self: center;
    }
    button.newlayout_button {
        padding: 1rem 1rem !important;
    }
    .icons_bgcolor {
        width: 100% !important;
    }
    .newbanner_img_width {
        position: relative;
        top: 5rem !important;
    }
    .hero-section.newlayout_bannerimg {
        height: 60% !important;
        min-height: 541px !important;
       
    }
    .zsection_section_right {
        margin: 0 auto !important;
    }

    .position_relative_right h2 {
        position: relative;
        left: 7rem !important;
    }

    .zsection_section_right p {
        margin: 0 7rem !important;
    }

    .newlayout_bannerimg {
        padding: 0 !important;
    }
    .product_bgsession {
        margin: 0 !important;
    }

    ul.navbar-nav li.banner-button-menu {
        padding-top: 0 !important;
    }

    .archinasans::after {
        content: '';
        border: 15px solid transparent;
        border-top-color: #3d3d3d !important;
        position: absolute !important;
        top: 100% !important;
        left: 24rem !important;
        text-align: center;
        margin: 0 auto;
        z-index: 22;
    }

    ul.navbar-nav li ul.dropdown-menu li a.dropdown-item {
        padding: .25rem 1.5rem !important;
    }

    a.resgister_button {
        position: absolute;
        top: auto;
        bottom: 4rem !important;
        left: 7rem;
        padding: 10px 47px !important;
    }

    .banner-text-1.contact-text {
        color: #0b1320 !important;
        font-size: 2.2rem !important;
    }
}

/*sunitha*/
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.header-scrolled {
    background: rgba(39, 70, 133);
    height: 60px;
}

#header {
    height: 80px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
}

.hero-section {
    /* background: linear-gradient(to right, rgb(7 71 201 / 80%) 0%, rgb(54 215 239 / 80%) 100%);*/
    /*background-image: radial-gradient(70% 110% at top left,#1779BA 0%,#1955AA 46.6%,#0C4078 100%);*/
    /* background: rgb(50 65 159) !important; */
    /* background: linear-gradient(to right, rgb(50 65 159) 0%, rgb(40 60 185) 100%); */
    /* background: linear-gradient(to right, rgb(34 110 186) 0%, rgb(100 100 197) 100%);
	background:linear-gradient(315deg, #2a2a72 0%, #009ffd 74%);*/
    background-image: url(../images/newbg_banner.svg) !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .hero-section .wave {
        width: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 1;
        bottom: -16px;
    }

.ban-imgtop {
    position: relative;
    z-index: 1;
    width: 70%;
    /*top: -35px;*/ top: 2rem;
}

    .ban-imgtop.img_fullwidth {
        top: 2rem;
    }

@media screen and (max-width: 992px) {
    .hero-section .wave {
        bottom: -180px;
    }
}

.hero-section .wave svg {
    width: 100%;
    /* height: auto;*/
    height: 0;
}

.hero-section, .hero-section > .container > .row {
    /*height: 95vh;*/
    height: 67vh !important;
}

@media (min-width: 1920px) {
    /* .hero-section {
        height: 700px;
    }*/

    .hero-section > .container > .row {
        height: 610px;
    }

    .product_bgsession {
        margin: -225px auto 0px auto !important;
    }
}

.hero-section.inner-page {
    height: 60vh;
    min-height: 0;
}

    .hero-section.inner-page .hero-text {
        transform: translateY(-150px);
        margin-top: -120px;
    }

@media screen and (max-width: 992px) {
    .hero-section.inner-page .hero-text {
        margin-top: -80px;
    }
}

.hero-section h1 {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .hero-section h1 {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    .hero-section .hero-text-image {
        margin-top: 4rem;
    }
}

.hero-section p {
    font-size: 18px;
    color: #fff;
}

.hero-section .iphone-wrap {
    position: relative;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap {
        text-align: center;
    }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    position: absolute;
    top: -50%;
    overflow: hidden;
    left: 0;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
        position: relative;
        top: 0;
        max-width: 100%;
    }
}

@media screen and (max-width: 420px) {
    .prd-sec-padding {
        position: relative;
        z-index: 1;
        top: 30px !important;
    }

    .secPadding {
        margin: 0% 10% 2% 10%;
        position: relative;
        top: 50px;
        left: 0 !important;
    }

    .sec-bg-5 {
        margin-top: 60px !important;
    }

    .prd-module.row {
        margin-top: 30px !important;
    }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    width: 250px;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-1 {
        margin-left: -150px;
    }
}

.hero-section .iphone-wrap .phone-2 {
    margin-top: 50px;
    margin-left: 100px;
    width: 250px;
}

@media screen and (max-width: 992px) {
    .hero-section .iphone-wrap .phone-2 {
        width: 250px;
        position: absolute;
        margin-top: 0px;
        margin-left: 100px;
    }
}

h2.product-title {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin-top: -20%;
    margin-bottom: 3%;
}

h3.product-title-sub {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.sec-imgtext {
    margin-top: 9%;
}

.text-grey {
    color: #24272b;
    font-size: 20px;
    text-align: justify;
}


/*26-09-2021 sunitha*/

.footerpara {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    padding: 0 40px 0 0;
    line-height: 24px;
}

/*25-09-2021 infant style*/
.white_bg {
    background: #fdfdfd;
    padding: 2rem;
    border: 1px solid #e7e2e2;
    border-radius: 10px;
    margin-bottom: 1rem !important;
    width: 87%;
    margin: 0 auto;
}

ul.features_list {
    list-style: none;
    padding: 0px;
    position: relative;
    top: 2rem;
}

    ul.features_list li {
        display: inline-block;
        margin-right: 20px;
    }

.menu-text {
    padding-left: 1.6rem;
}

ul.features_list li a.learn_more {
    color: #12b2e5;
}

ul.features_list li button {
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 12px;
}

ul.circle_list li p {
    font-size: 15px;
    line-height: 24px;
}

ul.features_list li button:hover {
    background: #12b2e5;
    color: #fff;
    border: 1px solid #12b2e5;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 12px;
}

ul.circle_list {
    list-style: none;
    padding: 0px;
}

    ul.circle_list li {
        display: inline-block;
        margin: 0 24px 0 0;
    }

.circle {
    /* padding: 5rem 3.4rem 5em 3.5rem;*/
    cursor: pointer;
    width: 280px;
    height: 280px;
}

    .circle h4, .circle p {
        color: #fff;
    }

.circle1 {
    border-radius: 50%;
    background: #2561b4;
    padding: 75px 20px;
}

.circle2 {
    border-radius: 50%;
    background: #2b6fcd;
}

.circle3 {
    border-radius: 50%;
    background: #1d66cb;
}

.circle4 {
    border-radius: 50%;
    background: #2f76d7;
}

ul li i.fa-arrow-right {
    position: relative;
}

.custom_session .col-md-3.form-group {
    margin-bottom: 3rem;
}

.white_bg {
    background: #fff;
}

.custom_session i.fa {
    background: #4694df;
    padding: 18px 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.5rem !important;
    margin-bottom: 1rem;
}


.header-scrolled {
    height: 60px;
    /* background: rgb(70, 148, 223); */
    background: rgb(68 78 141);
}

ul.circle_list li {
    width: 23%;
    float: left;
}

.margin_toptext {
    /*margin-top: -8rem;*/
    margin-top: 0rem;
    margin-bottom: 0rem;
    position: relative;
    z-index: 1;
    font-size: 25px;
    padding: 0 8rem;
    color: #3b3f47;
}

.control_margin {
    margin: 30px 0 0 !important;
}


::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: 25px;
    position: absolute;
    z-index: -1;
}

::-webkit-scrollbar-thumb {
    background: #2266b5;
    position: absolute;
    z-index: -1;
}

.prd-sec-padding {
    position: relative;
    z-index: 1;
    /*top: -125px;*/
}

.sec-bg-5 {
    margin-bottom: 30px;
    position: relative;
    /* margin-top:-50px; */
}

.prd-module.row {
    margin-top: -50px;
}

.about_text {
    position: relative;
    z-index: 99;
}

.all_product {
    margin-top: 0px;
    position: relative;
    z-index: 99;
    background: #f9f9f9;
    padding: 5px 0px 10px 0px;
}

.circle h4 {
    width: 100%;
    height: 50px;
}

.product-imgTopSpace {
    position: relative;
    margin-top: -9%;
}

.blog-topRec {
    position: relative;
    margin-top: 0px;
    z-index: 1;
}

.careertop {
    position: relative;
    margin-top: -11%;
    z-index: 1;
}

@media screen and (max-width: 420px) {
    ul.circle_list {
        display: grid;
        position: relative;
        left: 41px;
    }

    .cont-padding {
        padding: 0 0rem;
    }

    .margin_toptext {
        margin-top: 4rem;
        position: relative;
        z-index: 1;
        font-size: 20px;
        padding: 0 1rem;
    }

    .form-group {
        margin-bottom: 1rem;
        display: flex;
    }

    a.nav-link {
        color: #2b2b2b !important;
        font-size: 18px;
        font-weight: 100;
    }

    div#collapsibleNavbar {
        flex-direction: row;
        justify-content: flex-end;
        background-color: #fff !important;
        /* height: 35vh;*/
        border-radius: 3px;
    }

    .ban-imgtop {
        position: relative;
        z-index: 1;
        width: 65%;
        top: 30px;
    }

    .careertop {
        position: relative;
        margin-top: 15%;
        z-index: 1;
    }

    .privacy-txt {
        padding: 0 15px;
        text-align: justify;
    }
}

.common_headingtext {
    border: 1px solid #e9e4e4;
    height: 100%;
    /* padding: 2rem;*/
    cursor: pointer;
    /*background: #3980c5;*/ margin-bottom: 1rem;
    background: #fff;
}

    .common_headingtext h4, .common_headingtext p {
        color: #fff !important;
    }

    .common_headingtext:hover {
        /* background: #4c99e3;
        border: 1px solid #d3d3d3;*/
        transition: 0.2s;
    }

    .common_headingtext .fa {
        background: #205c97;
        padding: 20px 25px;
        border-radius: 50%;
        font-size: 1.4rem !important;
        margin-bottom: 1rem;
        color: #fff;
    }

a.banner-button {
    padding: 10px 20px !important;
    text-align: center;
    display: block;
}

.common_headingtext img {
    /* background: #2268ad;
    padding: 20px 25px;
    border-radius: 50%;
    font-size: 1.4rem !important;
    margin-bottom: 1rem;
    color: #fff;*/
    width: 25%;
    margin-bottom: 0.7rem;
}

header ul.navbar-nav li a {
    color: rgba(0, 0, 0, .7) !important;
}

header ul li.banner-button-menu a {
    color: #fff !important;
}

header.fixed-top ul.navbar-nav li a {
    /*color: #fff !important;*/
}

header..fixed-top ul li.banner-button-menu a {
    color: #fff !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

header nav.fixed-top {
    /* background: #fff; */
}

.common_headingtext img {
}

.custom_container {
    width: 83% !important;
    margin: 0 auto;
}
/****Jayaram-Start****/
body {
    /*  background: #fafafa;*/
}

.pTop40 {
    padding-top: 40px;
}

.att-radio-custom {
    text-align: center;
}

    .att-radio-custom a {
        position: relative;
        font-weight: 400;
        top: 23px;
        color: #000;
        text-align: left;
        float: left;
        padding-left: 10px;
    }

    .att-radio-custom label {
        background: #fff;
        width: 50%;
        border: 1px solid #ccc;
        border-radius: 30px;
        text-align: center !important;
        margin: 0 auto;
        cursor: pointer;
    }

.cus-banner-button {
    background: #12b2e5;
    border-radius: 9px;
    padding: 9px;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.dropdown-toggle::after {
    display: none;
}

.footbg-cus {
    bottom: 0px;
    width: 100%;
    padding: 0px !important;
}

.att-head-sec {
    background-image: linear-gradient(to right, rgb(171 227 255), rgb(27 159 216));
    padding-top: 100px;
}

    .att-head-sec h3, .att-head-sec p {
        color: #fff !important;
    }



.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.stepwizard .btn-success {
    color: #fff;
    background-color: #3dc33d;
    border-color: #4cae4c;
}

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
}

.stepwizard .btn {
    display: inline-block;
    padding: 6px 8px 5px 8px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-top: 0px !important;
    margin-bottom: 30px;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard .btn-default[disabled] {
    background-color: #fff;
    border-color: #ccc;
}

.mTopL0 {
    margin-top: 0px;
    margin-left: 0px !important;
}

.sec-padding {
    min-height: 460px;
}

.stepwizard-step span {
    color: #000;
    margin-left: -35px;
    margin-top: 8px;
    position: absolute;
    font-size: 13px;
}

.att-multi-sel {
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
}

    .att-multi-sel a {
        color: #000;
        font-weight: 400;
    }

.pre-button {
    text-align: center !important;
    background: #f7f7f7 !important;
    border: 1px solid #ccc !important;
    color: #909090 !important;
}

.dCont {
    display: contents !important;
}

#collapsibleNavbar .navbar-nav li a {
    /* color:#fff !important; */
}

.fa-user {
    color: #272727;
}

.settings-content input {
    width: 49%;
    background: #ffffff;
    border: 0px;
    height: 40px;
    padding-left: 10px;
    font-weight: 600;
    border: 1px solid #ccc;
}

.settings-content .fa-trash {
    color: #f58080;
}

.settings-content .fa-edit {
    color: #5bca7d;
}

/***Wizard-Start***/
.text-msg {
    margin: 20px 0;
    display: block;
    clear: both;
    text-align: justify;
}

.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
    clear: both;
    margin-top: 20px;
}

    .progressbar li {
        list-style-type: none;
        width: 14%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .progressbar li:before {
            width: 30px;
            height: 30px;
            content: counter(step);
            counter-increment: step;
            line-height: 26px;
            border: 1px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            border-radius: 50%;
            background-color: white;
        }

        .progressbar li:after {
            width: 100%;
            height: 1px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 15px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: green;
        }

            .progressbar li.active:before {
                border-color: #3dc33d;
                background: #3dc33d;
                color: #fff;
                line-height: 26px;
            }

            .progressbar li.active + li:after {
                background-color: #55b776;
            }

.mBottom30 {
    margin-bottom: 30px;
}

.progressbar a {
    color: #000;
    font-weight: 400;
}
/***Wizard-End***/

#customers {
    border-collapse: collapse;
    width: 100%;
}

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #fdfdfd;
    }


    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #1990d1;
        color: white;
    }

    #customers span {
        color: #12b2e5;
        font-size: 12px;
        padding-right: 7px;
    }

    #customers i {
        font-size: 12px;
        color: #7b7b7b;
    }

.att-ua {
    color: #f00 !important;
}

.timesheet-for h3 {
    font-size: 21px;
    margin: 0px;
}

.timesheet-for p, .timesheet-for a {
    font-size: 14px;
}


.timesheet-for1 h3 {
    font-size: 11px;
    margin: 0px;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.mRight90 {
    margin-right: 90px;
}

.att-calander-sec {
    background: #fdfdfd;
    height: 60px;
    margin-bottom: 26px;
    border: 1px solid #eaeaea;
}

.m0 {
    margin: 0px !important;
}

.mBot0 {
    margin-bottom: 0px !importants;
}

.fR {
    float: right;
}

.mTop60 {
    margin-top: 60px !important;
}

.mTop80 {
    margin-top: 80px !important;
}

.mTop100 {
    margin-top: 100px !important;
}

.mBot5 {
    margin-bottom: 5px !important;
}

.timesheet-for1 a {
    background: #1a8dcf;
    padding: 10px;
    font-size: 14px;
    border-radius: 9px;
    color: #fff;
}

.timesheet-for2 a {
    background: #13a840;
    padding: 7px;
    font-size: 14px;
    border-radius: 9px;
    color: #fff;
    margin-top: 12px;
    position: absolute;
}


.isc-s2-tab-label.isc-tab-bg.isc-cat-1 {
    padding: 10px 0px 5px 0px !important;
    background: #f3f2f2 !important;
    border-bottom: 1px solid #dadada;
    border-left: 2px solid #FBC02D;
    padding-left: 10px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-weight: 500;
}

.isc-s2-tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background: #f4f4f4 !important;
    font-weight: bold;
    cursor: pointer;
}

.isc-mar-top {
    margin-top: 15px;
}

.isc-lst-col {
    position: absolute;
    left: 120px;
}

span.isc-sec-2 {
    margin-right: 20px;
    font-size: 12px;
}

.isc-cl-p2 {
    color: #13a840;
}

.isc-cl-p1 {
    color: #FBC02D;
}

.isc-cl-p3 {
    color: #ED5263;
}

.isc-sec-3 {
    position: absolute;
    right: 34px;
}

.isc-tab-action {
    position: absolute;
    right: 30px;
    top: 51px;
    background-color: #fff;
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    box-shadow: 0px 2px 5px 0px #00000014;
    display: none;
}

    .isc-tab-action li {
        padding: 5px 18px;
        font-size: 12px;
    }

input:checked ~ .isc-s2-tab-content.isc-var-tab-body {
    padding: 0px;
}

.isc-table tbody tr td h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.isc-table tbody tr td h5 {
    width: 100% !important;
}

.isc-tab-stat {
    color: #13a840;
    padding-left: 36px;
    padding-right: 15px;
}

span.isc-tab-stat1 {
    font-size: 12px;
}

/*.isc-tab-stat1:hover .isc-information-card {
    display: block !important;
}*/
.isc-information-card {
    padding: 5px 10px;
    border: 1px solid #1589ee;
    position: absolute;
    top: 34px;
    left: 180px;
    width: 500px;
    background: #fff;
    z-index: 9999999999;
    list-style-type: none !important;
    margin: 0;
}

.isc-information-card-subtitle {
    display: block;
    font-weight: 600;
    font-size: 14px;
}


.isc-informationcard-parent:hover .isc-information-card {
    display: block;
}

.isc-information-card-title {
    color: #1589ee;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-size: 15px;
}

.isc-information-card-content {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 13px;
}

.isc-information-card-subtitle {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

/*.isc-tab-stat1:hover .isc-information-card{

    display: block !important;
}*/

.isc-tab-stat1 .isc-information-card {
    display: none;
}

.isc-table > tbody > tr > td {
    position: unset !important;
}

table .fa-pause {
    font-size: 12px;
    color: #909393;
}

.isc-cus-var {
    /*border-bottom: 1px solid #dadada;*/
    padding: 10px 0px;
}

.isc-ts-act.act-dpdwn .act-list {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 120px;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 8%), 0 3px 6px rgb(0 0 0 / 8%);
    top: 86px;
    right: 46px;
}

.isc-ts-act .act-list {
    display: none;
}

.isc-pos-rel {
    position: relative;
}

.isc-timer-sec {
    background-color: #efefef;
    padding: 20px;
}

.isc-inr-timer .isc-split-row {
    position: relative;
}

.isc-cell-right {
    float: right !important;
}

.isc-split-row {
    display: flex;
    justify-content: space-between;
}

.isc-inr-timer .isc-split-row {
    position: relative;
}

.isc-right-sec.isc-var-cus {
    margin-right: 15px;
}

.isc-right-sec i {
    font-size: 17px;
    color: #13a840;
    padding-right: 15px;
    cursor: pointer;
}

.wrapper .circle {
    width: 35px;
    height: 35px;
    position: absolute;
    left: -45px;
    top: -7px;
    border-radius: 50%;
    background-color: #13a840;
    margin: auto;
    transform: scale(1, 1);
}

.isc-play {
    position: absolute;
    top: 11px;
    left: 13px;
    font-size: 15px;
    color: #fff;
}

.isc-ts-act .act-list {
    display: none;
}

.act-list ul li {
    padding: 3px 10px;
}

    .act-list ul li:hover {
        background-color: #1589ee;
        color: #fff;
    }

.isc-week-cus {
    top: 146px !important;
    right: 74px !important;
}

.act-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.isc-ts-act.act-dpdwn .act-list {
    display: block;
    position: absolute;
    background-color: #fff;
    width: 120px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.08);
    top: 86px;
    right: 46px;
}

nav.navbar.navbar-expand-md.fixed-top {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 15%);
}


.navbar {
    /* background: rgb(70, 148, 223) !important; */
    background: #0b1320 !important;
}

#clients input, .att-set input {
    width: 2% !important;
}
/****Jayaram-End****/

/****** menudropdown style ******/

ul.navbar-nav li ul.dropdown-menu li a.dropdown-item {
    color: rgba(0, 0, 0, .7) !important;
}

ul.list_images li img {
    width: 14%;
}

    @media screen and (min-width:320px) and (max-width:480px) {

        .position_setvalue {
            position: relative;
            top: 0 !important;
        }
       

        .res-text {
            padding: 50px 0 25px !important;
        }

        

        .hero-section .hero-text-image {
           /* margin-top: 0;*/
        }

        .hero-section, .hero-section > .container > .row {
            height: 100vh !important;
        }

            .hero-section.product-screen .position_setvalue h1.banner-text-1 {
                margin-top: 1rem !important;
            }

        .hero_paddingbottom .position_setvalue h3.banner-text-1 {
            margin-top: 20px !important;
        }

        .ban-imgtop.img_fullwidth {
            top: 0 !important;
        }

        .navbar-toggler {
            color: #fff;
        }

        #collapsibleNavbar .navbar-nav li a {
            font-size: 16px;
        }

        .collapse.show ul.navbar-nav li.nav-item {
            padding: 0px 13px !important;
        }
    }

    @media screen and (min-width:480px) and (max-width:767px) {
      
        header#header i.fa-bars {
            color: #fff !important;
        }

        .navbar-toggler {
            color: #fff;
        }
        /*header.fixed-top ul.navbar-nav li a {
        color: #000 !important;
    }*/

        ul li.banner-button-menu {
            margin-bottom: 10px !important;
        }

        menu a.nav-link {
            color: #fff !important;
        }

        ul.blog2-header li {
            width: 100% !important;
        }

        .hero-section, .hero-section > .container > .row {
            height: 75vh !important;
        }

        .res-text {
            padding: 0px 0 25px !important;
        }
    }

    .textjustify_alignment .heading-medium {
        text-align: justify;
    }

    .main_headingstyle {
        text-align: center;
        margin: 1rem;
        font-weight: 600;
        font-size: 34px !important;
    }

    h2.blog-sub-header {
        font-size: 22px !important;
    }

    h3.blog-sub-header {
        font-size: 18px !important
    }

    @media (min-width: 320px) and (max-width: 767px) {
        .post-toc__icon.js-toc-icon {
            display: none !important;
        }

        h1.main_heading {
            font-size: 26px !important;
        }
    }

    .soulation_bg h3 {
        color: #272727 !important;
    }

    .soulation_bg h4, .soulation_bg p {
        color: #272727 !important;
    }

    .soulation_bg h4 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

    .common_headingtext h4 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

    .soulation_bg .common_headingtext {
        text-align: center;
        padding: 0.8rem;
        padding-top: 1rem;
    }

        .soulation_bg .common_headingtext:hover {
            background: #fff;
            box-sizing: border-box;
            box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
            z-index: 99;
        }

    .border-grey {
        border-bottom: 1px solid #3c3f48;
    }

    .mb-md {
        margin-bottom: 30px;
    }

    .mt-md {
        margin-top: 30px;
    }

    .form_show {
        padding: 0.9375rem;
        border-radius: 5px;
        background-color: #fff;
       /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);*/
    }

    .position_setvalue {
        position: relative;
        top: 3rem;
    }

    a.learn_morebtn .fa {
        color: #12b2e5;
        background: transparent;
        padding: 0;
        margin-bottom: 0 !important;
        font-size: 14px !important;
    }

    .trail_btn {
        background: #fff;
        color: #000;
        border: 1px solid #ccc;
        padding: 10px 19px;
        font-weight: 600;
        font-size: 12px;
    }

    form.contactForm .form-control {
        margin-top: 0;
        margin-bottom: 9px;
    }

    .session_centeralign .common_headingtext {
        text-align: center;
        background-color: #25317d;
        padding: 1.5rem;
        border-radius: 5px;
    }

        .session_centeralign .common_headingtext:hover {
            text-align: center;
            background-color: #3644a1;
            padding: 1.5rem;
            border-radius: 5px;
            transition: 0.3s ease;
        }


    .soulation_bg .common_headingtext img {
        /*width: 100% !important;*/
    }

    h3.banner-text-1 {
        font-size: 3rem;
        font-weight: 600;
    }

    .soulation_bg .common_headingtext p {
    }

    .blog-topRec.contact_form {
        margin-top: 0 !important;
    }

    .contact_form h3.banner-text-2 {
        color: #272727 !important;
    }

    h3.dark_bg {
        color: #272727 !important;
    }

    .position_setvalue h3.banner-text-1 {
        color: #0b1320 !important;
        font-size: 46px;
        line-height: 56px;
        font-weight: 700;
    }

    .position_setvalue p {
        font-weight: 400;
        font-style: normal;
        font-size: 1.25rem;
        line-height: 1.5;
        color: #3b3f47;
    }

    .navbar {
        padding: 0.2rem 1rem !important;
    }

    .banner-text-1.contact-text {
        color: #0b1320 !important;
        font-size: 4.2rem;
    }

    .header_bg {
        background: #0b1320;
        height: 70px !important;
    }

    .newversion .common_headingtext {
        background-color: #fff !important;
    }

        .newversion .common_headingtext h4 {
            color: #272727 !important;
        }

        .newversion .common_headingtext p {
            color: #272727 !important;
        }

    .newversion_black .common_headingtext {
        background-color: #0b1320 !important;
    }

        .newversion_black .common_headingtext h4 {
            color: #fff !important;
        }

        .newversion_black .common_headingtext p {
            color: #fff !important;
        }

    .footerbg_one {
        background: #e9e9e9;
    }

        .footerbg_one h4.text-white.mb-2 {
            color: #000 !important;
        }

        .footerbg_one . {
            color: #000 !important;
        }

        .footerbg_one a.text-color {
            color: #000 !important;
        }

        .footerbg_one p {
            color: #000 !important;
        }

    .newversion .common_headingtext:hover {
        background-color: #fefefe !important;
        cursor: pointer;
        transition: 0.2s ease;
    }

    .black_text {
        color: #272727 !important;
    }

    .mt_30 {
        margin-top: 30px;
    }

    .mb_30 {
        margin-bottom: 30px;
    }

    .pb_30 {
        padding-bottom: 30px !important;
    }

    .contactForm .form-group {
        margin-bottom: 0px !important;
    }

    .pr_5 {
        padding-right: 5px;
    }

    .pl_5 {
        padding-left: 5px;
    }

    .submit_width {
        width: 100%;
        background: #002465;
        margin-bottom: 5px;
        padding: 10px 30px;
        font-size: .995rem;
    }

    .contactForm .form-group i {
        font-size: 1.5rem !important;
    }

    .contactForm .form-control {
        padding: 17px 30px !important;
    }

    .contactForm .icon {
        padding: 15px 24px;
    }

    .contactForm .reduce_padding {
        padding: 17px 10px !important;
    }

    ul.nav_color li a {
        color: rgba(0, 0, 0, .7) !important;
    }

    header.fixed-top ul.nav_color li a {
        color: rgba(0, 0, 0, .7) !important;
    }

    .product-pre-text {
        background-color: rgb(218 222 225);
        color: #0b1320;
        width: fit-content;
        padding: 5px 12px;
        border-radius: 0.75rem;
        font-size: .75rem;
        font-weight: 600;
        margin-bottom: 0.7rem;
    }

    h3.feature-heading {
        font-size: 1.75rem;
        line-height: 1.14;
        font-weight: 600;
    }

    .main_container p {
        margin-bottom: 20px;
    }

    .margin_bottom30 {
        margin-bottom: 80px;
    }

    .margin_top30 {
        margin-top: 30px;
    }

    .gray_background img {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
        position: relative;
        right: 2rem;
    }

    .connection_img img {
        width: 100% !important;
        height: 100% !important;
    }

    .closer_bg {
        background: #f7f7f7;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .primary_button {
        background-color: #002465 !important;
        border-color: #002465 !important;
    }

    .main_container img {
        box-shadow: 5px 5px 5px 3px #e9e9e9;
        cursor: pointer;
        border-radius: 5px;
    }

    .img_fullwidth {
        width: 60% !important;
    }

    .hero_paddingbottom {
        height: 65vh !important;
    }

    .button--solid {
        background: #002465;
        color: #fff !important;
        padding: 15px 30px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        position: relative;
        top: 2rem;
    }

        .button--solid:hover {
            background-color: #0b1320;
            transition: 0.2s ease;
        }

    .banner_height {
        width: 60%;
    }

    .newbanner_bg img {
        border-radius: 10px;
    }

    .newbanner_bg {
        background: #f0f7ff;
        padding: 4rem;
    }

    @media (min-width: 788px) and (max-width: 1260px) {
        .hero_paddingbottom {
            height: 65vh !important;
        }
    }

    @media (min-width: 320px) and (max-width: 767px) {
        .position_setvalue h3.banner-text-1 {
            font-size: 1.9rem !important;
            line-height: 49px;
        }

        ul.navbar-nav li.banner-button-menu {
            padding-top: 0 !important;
        }

        .section_rightpadd p {
            padding-right: 0rem !important;
        }

        .footer_topcustom {
            max-width: 100% !important;
            margin: 0 auto;
        }

        .SaaS_move {
            margin-top: 0rem !important;
        }

        .organizations_boxone {
            margin-top: 0rem !important;
        }

        .organizations_boxtwo {
            margin-top: 0rem !important;
        }

        [data-aos="fade-left"] {
            transform: translate3d(0px,0,0) !important;
        }

        div#collapsibleNavbar {
            width: 100%;
        }

        .navbar .nav-item .dropdown-menu {
            width: 100% !important;
        }

        .dropdown-menu {
            padding: .5rem 10px;
        }

        .archinasans::after {
            content: '' !important;
            border: 16px solid transparent !important;
            border-top-color: transparent;
            border-top-color: transparent;
            border-top-color: #3d3d3d !important;
            position: absolute !important;
            top: 100% !important;
            left: 11rem !important;
            text-align: center;
            margin: 0 auto;
            z-index: 22 !important;
        }
        /*#collapsibleNavbar.show ul li a{color:#fff !important;}
	#collapsibleNavbar.show ul li a i{ color:#fff !important;}
	#collapsibleNavbar.show ul li a.dropdown-item{color:#000 !important;}*/
        h1.margin_toptext {
            /*margin-top: 17rem !important;*/
        }

        .custom_container {
            width: 100% !important;
        }

        .position_setvalue {
        }

        .product_bgsession {
            position: inherit !important;
        }


        .trail_btn {
            margin-top: 0.5rem;
        }

        .margin_toptext {
            padding: 0 1rem;
        }
    }

    @media (min-width: 768px) and (max-width: 1024px) {
        
        #collapsibleNavbar.show {
            background: #0b1320 !important;
        }
        .newlayout_bannerimg .col-md-5 {
            align-self: center;
        }

            #collapsibleNavbar.show ul li a {
                color: #fff !important;
            }

                #collapsibleNavbar.show ul li a i {
                    color: #fff !important;
                }

                #collapsibleNavbar.show ul li a.dropdown-item {
                    color: #000 !important;
                }

        .navbar-expand-md .navbar-toggler {
            display: inherit !important;
            visibility: visible;
        }

        .custom_container {
            width: 100% !important;
        }

        .collapse:not(.show) {
            display: none !important;
        }

        ul li.banner-button-menu {
            margin-bottom: 10px !important;
        }

        .navbar-collapse {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100% !important;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-align: center;
            align-items: center;
        }

        .navbar-nav {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column !important;
            padding-left: 0;
            margin-bottom: 0;
            list-style: none;
            width: 100%;
        }

        .navbar {
            justify-content: space-between !important;
        }

        .navbar-expand-md {
            flex-flow: wrap !important;
        }

        .container, .container-sm {
            max-width: 100%;
        }

        .show {
            display: block !important;
        }

        header#header i.fa-bars {
            color: #fff !important;
        }

        .hero-section, .hero-section > .container > .row {
            height: 31vh !important;
        }

        .margin_toptext {
            padding: 0 1rem;
        }

        .position_setvalue h3.banner-text-1 {
            font-size: 1.9rem !important;
        }

        .hero-section .hero-text-image {
            margin-top: 0rem;
        }

        .header_bg {
            height: 70px !important;
        }
    }

    @media (min-width: 1024px) and (max-width: 1366px) {
        .hero-section, .hero-section > .container > .row {
            /* height: 47vh;*/
        }
    }

    @media (max-width: 1924px) and (min-width: 1200px) {
        .hero-section, .hero-section > .container > .row {
            height: 30vh;
        }
    }


    @media (min-width: 768px ) and (max-width:1366px ) {
        header ul.navbar-nav li a {
            color: #fff !important;
        }
    }

    @media only screen and (max-width : 1366px)and (min-width : 768px) and (orientation : landscape) {
        .hero-section, .hero-section > .container > .row {
            height: 68vh !important;
        }

        .ban-imgtop {
            width: 58% !important;
        }

        .position_setvalue {
            position: relative;
            /*top: 5rem;*/
        }
    }

    .soulation_bg .common_headingtext:hover button.trail_btn {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .tech_fonts {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
        color: #272727 !important;
    }

    .h4_font h4 {
        color: #272727 !important;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
    }

    .mainmenu_background {
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.1);
        height: 67px !important;
    }

    header nav ul.navbar-nav li a {
        color: rgba(0, 0, 0, .7) !important;
    }

    header nav ul.navbar-nav li.banner-button-menu a {
        color: #fff !important;
    }

    header.main_pagemenu .fixed-top ul.navbar-nav li a {
        color: #fff !important;
    }

    .demopage_img {
        display: block;
        width: 60%;
        text-align: center;
        margin: 0 auto;
    }

    ul.requestdemo_list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        ul.requestdemo_list li span {
            display: flex;
            margin-bottom: 10px !important;
            margin: 0 1rem 0;
        }

        ul.requestdemo_list li {
            display: flex;
            margin: 0 1rem 0 0;
        }

    .request_bg {
        background: #ecfaea;
        padding: 1.3rem;
        border-radius: 10px;
        margin-top: 2rem;
    }

    .common_headingtext img {
    }

    h4.tech_fonts {
        font-size: 22px;
        font-weight: 700;
        line-height: 40px;
        color: #272727 !important;
    }

    .soulation_bg .common_headingtext img {
        width: 30%;
    }

    .newheader_bg {
        background-color: #fff;
        border-bottom: 1px solid rgba(0,0,0,.1);
        height: 67px !important;
    }

    .newfix_top {
        background: #fff !important;
        height: 66px;
        box-shadow: none !important;
    }

ul.navbar-nav li.nav-item {
    /*padding: 10px 13px !important;*/
    padding: 10px 0px !important;
    margin-left: 2rem;
}

    ul.navbar-nav li.banner-button-menu a {
        padding: 10px 13px !important;
    }

    ul.navbar-nav li.banner-button-menu {
        padding: 10px 0px !important;
        margin-left: 15px;
    }

    ul.prod-submenu li img {
        width: 30px;
        height: 30px;
        margin: 0 5px 0 0;
    }

    /********************* slider session **********************************/
    .content-wrapper {
        height: 100%;
        width: 100%;
        max-width: 100rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .blue-line {
        height: 0.3rem;
        width: 6rem;
        background-color: rgb(79, 143, 226);
        margin-bottom: calc(3rem + 2vmin);
    }

    .wrapper-for-arrows {
        position: relative;
        width: 100%;
        border-radius: 2rem;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        overflow: hidden;
        display: grid;
        place-items: center;
    }

    .review-wrap {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: calc(2rem + 1vmin);
        width: 100%;
        background: #fff;
    }

    #imgDiv {
        border-radius: 50%;
        width: calc(6rem + 4vmin);
        height: calc(6rem + 4vmin);
        position: relative;
        box-shadow: 5px -3px rgb(79, 143, 226);
        background-size: cover;
        margin-bottom: calc(0.7rem + 0.5vmin);
    }

    .chicken {
        background-image: url("https://media0.giphy.com/media/A8Cdznswn5vnG/200w.gif?cid=790b7611e8c5980ee7141bc18ec12c49962b871eb404ba5b&rid=200w.gif&ct=s");
        width: 200px;
        height: 250px;
        position: absolute;
        top: 12%;
    }

    #imgDiv::after {
        content: "''";
        font-size: calc(2rem + 2vmin);
        font-family: sans-serif;
        line-height: 150%;
        color: #fff;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background-color: rgb(79, 143, 226);
        position: absolute;
        top: 10%;
        left: -10%;
        width: calc(2rem + 2vmin);
        height: calc(2rem + 2vmin);
    }

    #personName {
        margin-bottom: calc(0.7rem + 0.5vmin);
        font-size: calc(1rem + 0.5vmin);
        letter-spacing: calc(0.1rem + 0.1vmin);
        font-weight: bold;
        display: none;
    }

    #profession {
        font-size: calc(0.8rem + 0.3vmin);
        margin-bottom: calc(0.7rem + 0.5vmin);
        color: rgb(79, 143, 226);
        display: none;
    }

    #description {
        font-size: 17px;
        width: 100%;
        max-width: 45rem;
        text-align: center;
        margin-bottom: calc(1.4rem + 1vmin);
        color: rgb(92, 92, 92);
        line-height: 2rem;
    }

    .arrow-wrap {
        position: absolute;
        top: 50%;
    }

    .arrow {
        width: calc(1.4rem + 0.6vmin);
        height: calc(1.4rem + 0.6vmin);
        border: solid rgb(0 36 101);
        border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
        cursor: pointer;
        transition: transform 0.3s;
    }

        .arrow:hover {
            transition: 0.3s;
            transform: scale(1.15);
        }

    .left-arrow-wrap {
        left: 5%;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .right-arrow-wrap {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 5%;
    }

    .surprise-me-btn {
        border: 2px solid rgb(79, 143, 226);
        background-color: rgb(224, 238, 255);
        color: rgb(79, 143, 226);
        border-radius: 2rem;
        padding: calc(0.5rem + 0.2vmin) 0;
        width: calc(7rem + 5vmin);
        text-align: center;
        transition: background-color 0.3s, transform 0.3s;
        cursor: pointer;
        margin-bottom: calc(1.4rem + 1vmin);
    }

        .surprise-me-btn:hover {
            transition: background-color 0.3s, transform 0.3s;
            background-color: rgb(255, 255, 255);
            transform: rotate(5deg);
        }

    .move-head {
        animation: moveHead 1.55s infinite;
        animation-delay: -0.8s;
    }

    .hide-chicken-btn {
        border: 2px solid rgb(226, 89, 79);
        background-color: rgb(255, 224, 224);
        color: rgb(226, 79, 79);
        border-radius: 2rem;
        padding: calc(0.5rem + 0.2vmin) 0;
        width: calc(10rem + 5vmin);
        text-align: center;
        transition: background-color 0.3s, transform 0.3s;
        cursor: pointer;
        margin-bottom: calc(1.4rem + 1vmin);
    }

        .hide-chicken-btn:hover {
            transition: background-color 0.3s, transform 0.3s;
            background-color: rgb(255, 255, 255);
            transform: rotate(5deg);
        }

    @keyframes moveHead {
        0% {
        }

        25% {
            transform: translate(0.5rem, 1rem) rotate(5deg);
        }

        100% {
            transform: translate(0, 0) rotate(-5deg);
        }
    }

    @media screen and (max-width: 900px) {
        .content-wrapper {
            width: 100%;
        }
    }
    /*********************** second slider ***********************/
    .gtco-testimonials {
        position: relative;
    }

    @media (max-width: 767px) {
        .gtco-testimonials {
            margin-top: 20px;
        }
    }

    .gtco-testimonials h2 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 50px;
        color: #FFFFFF;
        text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
        letter-spacing: 2px;
        background-color: black;
        padding: 10px 5px;
    }

    .gtco-testimonials .owl-stage-outer {
        padding: 30px 0;
    }

    .gtco-testimonials .owl-nav {
        display: none;
    }

    .gtco-testimonials .owl-dots {
        text-align: center;
    }

        .gtco-testimonials .owl-dots span {
            position: relative;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            display: block;
            background: #fff;
            border: 2px solid #01b0f8;
            margin: 0 5px;
        }

        .gtco-testimonials .owl-dots .active {
            box-shadow: none;
        }

            .gtco-testimonials .owl-dots .active span {
                background: #01b0f8;
                box-shadow: none;
                height: 12px;
                width: 12px;
                margin-bottom: -1px;
            }

    .gtco-testimonials .card {
        background: #fff;
        box-shadow: 0 8px 30px -7px #c9dff0;
        margin: 0 20px;
        padding: 0 10px;
        border-radius: 20px;
        border: 0;
        height: 440px;
    }

        .gtco-testimonials .card .card-img-top {
            max-width: 100px;
            border-radius: 50%;
            margin: 15px auto 0;
            /*box-shadow: 0 8px 20px -4px #95abbb;*/
            width: 100px;
            height: 100px;
        }

        .gtco-testimonials .card h5 {
            color: #01b0f8;
            line-height: 1.3;
        }

            .gtco-testimonials .card h5 span {
                color: #666666;
            }

        .gtco-testimonials .card p {
            color: #555;
        }

    .gtco-testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .gtco-testimonials .center {
        opacity: 1;
    }

        .gtco-testimonials .center h5 {
        }



        .gtco-testimonials .center .card-img-top {
            max-width: 100%;
            height: 120px;
            width: 120px;
        }

    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        outline: 0;
    }

    .archinasans {
        padding: 1rem;
        background: url(https://smartdata.tonytemplates.com/dricub-driving-school/wp-content/themes/dricub-driving-school/images/tt-promo-03.jpg) 0 0 repeat;
        position: relative;
    }

        .archinasans::after {
            content: '';
            border: 23px solid transparent;
            border-top-color: #3d3d3d;
            position: absolute;
            top: 100%;
            left: 41rem;
            text-align: center;
            margin: 0 auto;
            z-index: 22;
        }

    h3.feature-heading span {
        color: #0187d0;
    }

    h4.subsmall_textone {
        font-size: 19px !important;
        line-height: 1.14 !important;
        font-weight: 600 !important;
    }

    h4.subsmall_textone {
        font-size: 19px !important;
        line-height: 1.14 !important;
        font-weight: 600 !important;
    }

        h4.subsmall_textone.mt-1 {
            margin-top: 1rem !important;
        }

    ul.tick_list {
        margin-bottom: 0.25rem !important;
    }

    .mt-4.our-mission-head {
        margin-top: 90px !important;
        margin-bottom: 90px !important;
    }

    .margin_border .col-md-4 {
        /*content: '';
    border-right: 1px solid #e9e6e6;
    height: 100%;*/
    }

        .margin_border .col-md-4:last-child {
            border-right: 0px solid transparent !important
        }

    .organizations_box {
        background: #fff;
        box-shadow: 4px 7px 5px 3px #fff;
        margin-bottom: 1rem;
        border: 1px solid #ebebeb;
        padding: 25px;
        height: 300px;
        border-radius: 5px;
    }

    .organizations_boxone {
        margin-top: 0rem;
    }

    .organizations_boxtwo {
        margin-top: 0rem;
    }

    .organizations_box h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .organizations_box img {
        font-size: 20px;
        width: 25%;
        height: 25%;
        margin-bottom: 1rem;
    }

    .organizations-leftimg {
        width: 75% !important;
        height: 100% !important;
        top: 4rem;
        position: relative;
    }

    .small_bussiness {
        text-align: center;
        font-weight: 700;
        font-size: 30px !important;
        line-height: 40px;
        color: #0b1320;
        margin-bottom: 10px;
    }

    footer.footerbg h4::after {
        content: '';
        /*border: 2px solid #0e2a59;*/
        width: 75px;
        /* height: 103px; */
        display: block;
        margin-top: 7px;
        border-radius: 50px;
    }

    .paddtop_one {
        padding-top: 2rem;
    }

    .paddbottom_one {
        padding-bottom: 2rem
    }

    .padd_session p {
        margin-bottom: 0.3rem;
        font-size: 20px;
    }

    .SaaS_move {
        margin-top: 0rem;
    }


    .about_backgroundcolor {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
        padding: 1rem;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .about_backgroundcolor p {
            font-weight: 500 !important;
            font-size: 20px;
            line-height: 30px;
        }

        .about_backgroundcolor:after {
            /* content: ''; */
            /* border: 2px solid #002465; */
            /* display: block; */
            /* width: 30%;    box-shadow: 0px 9px 0px 6px #f7f7f7; */
            /* margin: 0 auto; */
            /* border-radius: 50%; */
            /* margin-top: 1rem; */
        }

    .section_rightpadd p {
        padding-right: 1rem;
        color: #f1f6ff;
    }

    .footer_topcustom {
        max-width: 90%;
        margin: 0 auto;
    }

    .footerbg_one {
        color: #000 !important;
    }

    .footerbg_one {
        background: url(https://smartdata.tonytemplates.com/dricub-driving-school/wp-content/themes/dricub-driving-school/images/tt-foter-bg.jpg) top center repeat;
        position: relative;
        color: #b5b5b5;
        border-top: 6px solid #fdc400;
    }

    .footerbg {
        /* background: #314584; */
        background: #0b1320;
        padding: 60px 0 25px;
    }

    .footerbg_one h4.text-white.mb-2 {
        color: #fdc400 !important;
    }

    .footer_topcustom img {
        right: 0 !important;
    }

    .img_alignment img {
        right: 0 !important;
    }

    .hero-section.product-screen .banner-text-1 {
        margin-top: -30px !important;
    }

    /*MK*/
    .common_headingtext {
        position: relative;
    }

    .isc-tile-learnmore {
        position: absolute;
        left: 130px;
        bottom: 20px;
    }

    .col-sm-6.col-xl-4.form-group.aos-init.aos-animate {
        position: relative;
        min-height: 350px;
    }

    .img_sizeset img {
        width: 200px;
        height: 200px;
    }

    ul.navbar-nav li:nth-child(6) {
        display: none;
    }

    ol.toc-list li a {
        font-size: 14px;
        color: #000;
    }

    ol.toc-list {
        padding: 0px;
        padding-left: 10px;
    }

    .section__title.m-b {
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .post-toc {
        top: 5rem !important;
    }

    .blog_banner_text {
        color: #002465 !important;
        margin-top: 0 !important;
        margin-bottom: 0% !important;
        font-size: 27px !important;
    }

    .under_slidertext {
        margin-bottom: 0px;
        font-weight: 700;
        font-size: 30px !important;
        line-height: 40px;
        color: #0b1320;
    }

    .under_slidersubtext {
        margin-bottom: 50px;
        font-weight: 500;
        font-size: 1.5rem !important;
        color: #3b3f47;
        text-align: center;
    }

    .getstarted_class {
        font-size: 24px;
        margin-bottom: 0px;
        text-align: center;
    }

    .getstarted_subclass {
        margin: 10px 0px 0px 0px;
    }

    form .form-group .validation {
        color: red;
    }
    /*hide input number arrow*/
    /* Chrome, Safari, Edge, Opera */
    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    .position_setvalue h1.banner-text-1 {
        color: #0b1320 !important;
        font-size: 2.9rem;
        font-weight: 700;
    }
h1.feature-app {
    margin-bottom: 0rem;
    font-weight: 700;
    font-size: 30px !important;
    line-height: 40px;
    color: #0b1320;
    text-align: center;
}

/*new layout banner*/
.newlayout_banner {
    display: flex;
}

    .newlayout_banner img.product_logo {
        align-self: baseline;
    }

    .newlayout_banner h1 {
        color: #000;
        font-family: NeueHaasDisplayBold;
        font-size: 37px;
        margin-bottom: 0.5rem;
    }

    .newlayout_banner .newlayout_ml {
        margin-left: 10px;
    }

    .newlayout_banner p {
        font-family: NeueHaasDisplayRoman;
        font-weight: 500;
        margin-bottom: 1rem;
    }

.newlayout_bannerimg {
    background-image: url(../images/newlayout-bg.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    padding: 5rem;
    height: 60% !important;
}

button.newlayout_button {
    background: #000 !important;
    border: none;
    padding: 1rem 2rem;
}

    button.newlayout_button a {
        color: #fff;
        font-family: NeueHaasDisplayBold;
        letter-spacing: 3px;
    }

.hero-section.newlayout_bannerimg {
}

.newbanner_img_width {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 2rem;
}

.newlayout_fornt h1 {
    font-family: NeueHaasDisplayBold;
}

.newlayout_fornt p {
    font-family: NeueHaasDisplayRoman;
    font-weight: 500;
    font-size: 20px;
}

ul.order_list_new li {
    font-family: NeueHaasDisplayRoman;
}

.newlayout_container_width {
    width: 80%;
    margin: 0 auto;
}

.newlayout_container_widthbanner {
    width: 99%;
    margin: 0 auto;
}

ul.order_list_new {
    list-style: none;
    padding: 0;
}

    ul.order_list_new li {
        font-size: 20px;
        margin-bottom: 2rem;
        display: inline-flex;
    }

.newlayout_whotebg {
    background: #fff;
    padding: 4rem;
}

.newlayout_h1_font {
    font-family: NeueHaasDisplayBold;
}

.newlayout_graybg {
    background: #f7f7f7;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

img.new_tick_img {
    width: 4%;
    align-self: baseline;
    margin-right: 10px;
}

.newman_img {
    margin-top: 1rem;
}

.zsection_section {
    padding: 30px 0;
    width: 70%;
}

.zinner {
    position: relative;
    padding: 55px;
}

    .zinner:before {
        background: #c9e7ff;
        width: 80%;
        height: 75%;
        content: '';
        position: absolute;
        left: 0;
        z-index: 1;
        top: 0;
    }

.position_relative {
    position: relative;
    z-index: 99;
}

.newlayout_zero {
    padding-top: 0;
}

    .newlayout_zero .zsection_section {
        padding-top: 0;
    }

.new_screen_img {
    position: relative;
    left: 6rem;
    margin-top: 1rem;
    box-shadow: 3px 5px 8px 0px #e7e7e7;
}

.zsection_section p {
    width: 80%;
    line-height: 32px;
}

.position_relative h2 {
    font-family: NeueHaasDisplayBold;
    margin-bottom: 2rem;
}


.zsection_section_right {
    padding: 0px 0;
    display: flex;
    align-items: end;
    width: 75%;
    margin: 0 18.3rem;
}

.zinner_right {
    position: relative;
    padding: 55px;
}

    .zinner_right:before {
        background: #bbe9fe;
        width: 80%;
        height: 75%;
        content: '';
        position: absolute;
        right: 0;
        z-index: 1;
        top: 0;
    }

.position_relative {
    position: relative;
    z-index: 99;
}

.position_relative_right {
    position: relative;
    z-index: 99;
}

.zsection_section_right img.new_screen_img {
    position: relative;
    left: -6rem !important;
    margin-top: 1rem;
    box-shadow: 3px 5px 8px 0px #e7e7e7;
}

.zsection_section_right p {
    width: 72%;
    line-height: 32px;
    margin: 0 12rem;
}

.position_relative_right h2 {
    position: relative;
    left: 12rem;
    font-family: NeueHaasDisplayBold;
}

.third_bg:before {
    background: #c9e7ff !important;
    width: 80%;
    height: 75%;
    content: '';
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
}

.four_bg:before {
    background: #99ddfc !important;
}

.position_relative_right h2 {
    margin-bottom: 2rem;
}

.newlayout_footer {
    background: #f7f7f7;
}

    .newlayout_footer h4.text-white.mb-2 {
        color: #000 !important;
        font-family: NeueHaasDisplayBold;
    }

    .newlayout_footer p.footerpara {
        font-family: NeueHaasDisplayRoman;
        color: #000 !important;
        font-size: 16px;
    }

    .newlayout_footer ul.list-unstyled li a {
        font-family: NeueHaasDisplayRoman;
        color: #000 !important;
        font-size: 16px;
    }

ul.newlayout_menu li a {
    font-family: NeueHaasDisplayRoman !important;
}

ul.newlayout_menu li.banner-button-menu a {
    background: #4285f4 !important;
}

.icons_bgcolor {
    background: #fff;
    padding: 2rem;
    border-radius: 50px;
    box-shadow: 2px 0px 11px 4px #f1f6f8;
    width: 80%;
    margin: 0 auto;
}

.icons_flex img {
    width: 62px;
    height: 62px;
}

span.move {
    left: 1.5rem !important;
}

.icons_flex {
    display: flex;
    text-align: center;
    height: 314px;
    align-items: center;
}


    .icons_flex span {
        font-family: NeueHaasDisplayBold;
        color: #000 !important;
        font-size: 30px;
        font-weight: bold;
        line-height: 0px;
        position: relative;
        left: 12px;
    }

.flex_content {
    text-align: center;
}

.list_icon_size img {
    width: 57px;
    height: 57px;
    margin-bottom: 1rem;
}

.list_icon_size span {
    font-family: NeueHaasDisplayBold;
    color: #000 !important;
    font-size: 20px;
}

.icons_center {
    text-align: center;
}

.application_part h1 {
    font-family: NeueHaasDisplayBold;
    color: #000 !important;
}

.application_position {
    margin-top: 3rem;
}

.applicatoion_flex img {
    width: 57px;
    height: 57px;
    float: left;
    margin: 0 1rem 0 0;
}

.applicatoion_flex h3 {
    font-family: NeueHaasDisplayBold;
    font-size: 20px;
}

.applicatoion_flex p {
    font-family: NeueHaasDisplayRoman !important;
    font-size: 18px;
    line-height: 23px;
    display: flex;
}

.application_bottom {
    margin-bottom: 0rem;
}

.commontag_h1 {
    font-family: NeueHaasDisplayBold;
}

.align_self_content {
    position: relative;
    top: 0rem;
}

.list_icon_size_bottom {
    margin-bottom: 2rem;
}

.rotation_img {
    transform: rotate(90deg);
}

.application_part {
    background-image: url(../images/Glass-Effect-background.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative !important;
    padding: 4rem;
}

.upcomming_bg {
    background: #fff;
    padding: 1rem;
    border-radius: 30px;
    margin-bottom: 3rem;
}

.application_bottom .col-md-4.col-lg-3 {
    align-self: center;
}
@media(min-width:1200px) and (max-width: 1920px) {
    .newlayout_bannerimg .col-md-5 {
        align-self: center;
    }
    
}
    @media(min-width:600px) and (max-width: 960px) {
        .hero-section .newlayout_container_widthbanner .newlayout_ml h1 {
            text-align: left !important;
            margin-top: 00px !important;
        }

        .hero-section .newlayout_container_widthbanner .newlayout_ml p {
            text-align: left !important;
        }

        .hero-section.newlayout_bannerimg {
            height: 60% !important;
           /* min-height: 825px !important;*/
        }
    }
@media(min-width:800px) and (max-width: 1024px) {
    .hero-section.newlayout_bannerimg {
       padding:5rem !important;
    }
}
.icon_new_move {
    position: relative;
    left: 1rem;
}


.specific_font .margin_toptext {
    font-size: 24px !important;
    line-height: 33px;
    width: 83%;
    margin: 0px auto;
}
.specific_font .under_slidersubtext {
    font-size: 18px !important;
    line-height: 28px;
    margin: 0px auto;
    width: 77%;
    margin-bottom: 2rem;
}
.specific_font .main_subtext {
    font-size: 18px !important;
    line-height: 28px;
    margin: 0px auto;
    width: 75%;
    margin-bottom: 2rem;
}

.specific_font h3.feature-heading {
    font-size: 26px;
}
.specific_font .footerpara {
    font-size: 16px;
}
.specific_font a.text-color {
    font-size: 16px;
}
.specific_font h1.small_bussiness {
    font-size: 30px !important;
}
.specific_font .padd_session p {
    font-size: 17px !important;
}
.upcomming_bg .padding_zero {
    padding: 0 !important;
}
 span.spanerror {
    font-size: 14px !important;
    color: #ff4d4d !important;
}

/* 08-12-2022 blog style */

.hero-section.new_blog_section > .container > .row {
    min-height: 500px !important;
}

.blogborder_right {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.blog_borderstyle {
    border-bottom: 1px solid #ccc;
}

    .blog_borderstyle .featured-thumbnail img {
        margin-top: 1rem;
    }

h6.blog2-h6 {
    font-size: 13px !important;
}
a.new_blog_link {
    color: #000;
    font-weight: 600;
	position: relative;
    top: 0.8rem;
}
.posted_text div {
    color: #000;
    font-weight: 600;
	
}
h5.blog2-h5.newblog_alignment {
    text-align: left;
}
.newblog_alignment p {
    text-align: left;
}
ul.category_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.category_list li {
    line-height: 40px;
}
h3.category {
    font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1920px){
	.hero-section.new_blog_section {
    /* height: 63vh !important; */
    height: 40vh !important;
    min-height: 460px;
}
}

.blog_sticky{
           
            position: sticky;
            top: 10%;
	}
.zsection_section a {
    text-decoration: none;
}
a {
    text-decoration: none !important;
}
.blog2-row.nth_child_none {
    border-bottom: 1px solid transparent !important;
}
.navbar .nav-item.custom_primary .dropdown-menu.blog_menu {
    width: 100% !important;
    min-width: auto !important;
    padding-top: 10px !important;
}

ul li.custom_primary ul.dropdown-menu.blog_menu ul.prod-submenu li {
    padding: 0 !important;
}
#collapsibleNavbar .navbar-nav li a{
    cursor:pointer;
}
.commonproduct_images {
    position: relative;
   /* bottom: 1.1rem;*/
    left: 11.5rem;
    width: 80%;
}

/*faq section*/

.faq_section
{
    padding-top: 5px;
    padding-bottom: 0px;
}
.faq_heading
{
    /* background-color: #ddd !important; */
    /* background-repeat: no-repeat !important; */
    /* background-size: cover !important; */
    position: relative !important;
/*    padding: 20px 0px 0px 50px;*/
/*    height: 60% !important;*/
}
.faq_heading h1
{
    padding: 30px 0px 0px 0px;
}
.faq_heading p
{
    margin-top: -20px;
    padding-bottom: 10px;
}
.faq_mainsection
{
    padding: 50px;
}
.card a 
{
    color: #000;
/*    font-weight: bold;*/
    font-size: 18px;
    font-family: NeueHaasDisplayBold;
    /* background: #ddd; */
}
.card-body p
{
   font-family: NeueHaasDisplayRoman;
   
}
.collapse
{
    /* border-bottom: 1px solid #ddd; */
}
.card-header 
        {
            background-color:#fff !important;
            border: none !important;
                
        }