﻿/*--------------------------------------------------
    [general customization]
----------------------------------------------------*/
.pac-pricebox {
    min-height: 85px;
}
.pritable { padding-bottom:60px;}
.pritable.ltp {
    padding-top: 15px;
}
.pritable .pacdetails {
    border: solid 1px #aaa;
    border-radius: 10px;
    margin-right: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .4);
    transition: 0.3s all;
}
    .pritable .pacdetails:hover {
        transform: scale(1.05);
        border-top: solid 5px #17b7dd;
    }
    .pritable .pacdetails .title {
        padding: 15px 4px 15px 4px;
        margin-bottom: 15px;
        border-bottom: 1px solid #bbb;
    }
.pritable .pacdetails .title h2 {
    color:#494949;
    font-weight: 500;
    min-height:65px;
    margin-bottom: 15px;
    font-size:20px;
}
.pritable .pacdetails .title strong {
    font-size: 24px !important;
}
.pritable .pacdetails .bottom {
    margin-top: 0px;
    padding-top: 25px;
    border-top: 0px;
    padding-bottom: 5px;
}
.pritable .pacdetails .bottom a {
    font-size: 15px;
    padding: 4px 30px;
}
.pritable .pac-image-box {
    border-bottom: 1px solid #bbb;
}
.pritable .feature-box {
    text-align: left;
    margin-top: 10px;
    color:#000;
    padding:5px;
}
.pritable .feature-box ul {
    padding-left: 20px;
}
.pritable .feature-box ul li {
        margin: 5px 0px;
        list-style:disc;
    }

.package-desc p {
    color: #333; /* Text color */
    font-size: 1.1em; /* Font size for better readability */
}

.pacdetails .toggle-switch-box { left:5%;width:90%;}

.margin-r-5 {
    margin-right: 5px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.pull-right {
    float: right !important;
}

.toggle-switch-box {position:relative; left: 30%; margin-top:20px; width:50%; text-align:center; }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-success { background-color: #5cb85c;}
.label-danger{ background-color: #dd4b39; }
.label-warning { background-color: #f39c12; }
.label-info { background-color: #00c0ef;}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.invoice {
    position: relative;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 10px 25px;
}

.invoice .list-unstyled li { padding: 0px 0; }

/*--------------------------------------------------/
    [original theme customization]
----------------------------------------------------*/
.logregform.two .feildcont input {
    margin-bottom: 5px !important;
}

.logregform .feildcont label {
    margin-top: 10px !important;
}

.top_nav .right {
    width: 100%;
}

.logregform .feildcont textarea {
    float: left;
    width: 100%;
    padding: 7px 12px;
    border: 1px solid #e3e3e3;
    margin-bottom: 12px;
}


/*--------------------------------------------------
    [Top Menu Fix]
----------------------------------------------------*/
.navbar-default .navbar-nav > li > a { font-size: 13px; }
@media only screen and (min-width: 480px) and (max-width: 639px) {

    body .menu_main {
        position: absolute;
        width: 440px;
        margin-left: -220px;
        left: 50%;
    }

    .menu_main .navbar-toggle {
        margin-right: 0;
    }
}
@media only screen and (max-width: 479px) {

    .menu_main {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 10;
    }
        .menu_main .navbar-header {
          margin-bottom:18px;
          background:#fff;
        }
    .compact .menu_main .navbar-header { margin-bottom:0px;}
    .menu_main .navbar-toggle {
        margin-right: 15px;
    }

    .navbar-nav .open .dropdown-menu {
        width: 94%;
    }

    .logo {
        width:80%;
        position:absolute;
        z-index: 11;
        
    }
}

.menu_short_desc {
    text-align: center;
    background: #f7f7f7;
    border-left: 1px solid #e3e3e3;
    padding: 25px 0px 24px 0px;
    margin: 30px 35px 0px 45px;
    font-size: 14px;
    color: #2a363f;
}
.menu_short_desc a {
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    background: #2a363f;
    padding: 10px 20px;
    border-radius: 3px;
    font-weight: 600;
    transition: all 0.3s ease;
}
    .menu_short_desc a:hover {
        color: #fff !important;
        background: #37c6f5;
    }

.custom-mega-menu .yamm-content { padding-bottom:0px;}
.mega-menu-bottom-box-item { display: flex; align-items: center; margin-bottom: 10px; }
.mega-menu-bottom-box-item .menu-text { font-size: 18px; width: 100%;}
/*--------------------------------------------------
    [validation helpers]
----------------------------------------------------*/
.field-validation-error {
    color: #b94a48 !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48 !important;
    background:#fffbfb !important;
}

select.input-validation-error {
    border: 1px solid #b94a48 !important;
    background:#fffbfb !important;
}

textarea.input-validation-error {
    border: 1px solid #b94a48 !important;
    background:#fffbfb !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48 !important;
}

.validation-summary-valid {
    display: none;
}

/*--------------------------------------------------
    [TABLE]
----------------------------------------------------*/
.table-style-1 td {
    border: 1px solid #e5e5e5 !important;
    vertical-align: middle !important;
}

    .table-style-1 td a {
        cursor: pointer;
    }

    .table-style-1 td small {
        font-size: 90% !important;
    }


.grid-header td, .grid-header th {
    background-color: #fafaf8 !important;
    color: #696969 !important;
    font-weight: 600;
    font-size: 14px;
    vertical-align: middle;
    text-transform: uppercase;
}

    .grid-header td a, .grid-header th a {
        background-color: #fafaf8 !important;
        color: #696969 !important;
        font-weight: 600;
        font-size: 14px;
        vertical-align: middle;
        text-transform: uppercase;
    }





/*--------------------------------------------------
    [Loader]
----------------------------------------------------*/
#ajaxloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.2);
    z-index: 9999999;
}

#ajaxstatus {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, 0.80);
    z-index: 9999999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 5px solid #cbcbca;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 0.75s linear infinite;
    animation: spin 0.75s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.paypal-body{
    position: fixed;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 245, 245,1);
    z-index: 99999;
}

.paypal-text
{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: 60px 0 0 -105px;
    
}

/*--------------------------------------------------
    [Responsive]
----------------------------------------------------*/
@media (max-width: 768px) {
    .logregform {
        width: 100%;
        margin-left:0px;
    }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
    .logregform {
        width: 60%;
        margin-left:20%;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 330px;
        margin: auto;
    }
}

.content_fullwidth { padding:30px 0px 30px 0px; }


/*-------------------------
    Static Pages 
---------------------------*/
.static-pages h1 {
    color: #505050;
}

/*--------------------------------------------------
    [Contact US Side Widget]
----------------------------------------------------*/

.contact-us-side-widget {    position:fixed;
    top:50%;
    right:0;
    cursor:pointer;
    background:#007db8;
    line-height:14px;
    color:#fff;
    padding:16px 25px 13px;
    z-index:150;
    box-sizing:border-box;
    display:inline-block;}
.contact-us-side-widget__opener {
 
}
.contact-us-side-widget__opener .icon-chat {
    margin: 0px 0 6px 0px;
    text-align: center;
    box-sizing: border-box;
    display: block;
}
.screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.contact-us-side-widget__content {
    position: fixed;
    top: 50%;
    right: 0;
    transition: right .4s;
    z-index: 999;
    max-width: 100%;
    box-sizing: border-box;
    line-height: 1.4;
    font-family: "SAPRegular",Arial,Helvetica,sans-serif;
    font-weight: normal;
}
.active .contact-us-side-widget__content {
    right: 0;
}
.contact-us-side-widget .contact-us-in-page {
    background-color: #fafafa;
    background: linear-gradient(to bottom,#fafafa,#e4e4e4);
    justify-content: flex-start;
}
.contact-us-side-widget .contact-us-in-page .call {
    padding: 53px 32px 49px;
    color: #fff;
    background-color: #007db8;
    border-right: 0;
    flex: 0 1 auto;
    width: 250px;
    box-sizing: border-box;
    margin: 0;
    align-items: stretch;
}

.contact-us-side-widget .contact-us-in-page .service {
    background-color: #fafafa;
    background: linear-gradient(to bottom,#fafafa,#e4e4e4);
    padding: 0;
    justify-content: space-around;
    flex: 0 1 auto;
    width: 238px;
    box-sizing: border-box;
    padding: 23px 0px 15px;
}
.contact-us-side-widget .contact-us-in-page .call-phone {
    margin: 3px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    font-size:20px;
}
    .contact-us-side-widget .contact-us-in-page .call-phone a {
        color: #fff;
    }


.contact-us-side-widget .contact-us-in-page .cx-title { font-size:20px; margin-bottom:15px; vertical-align: middle !important;}
.contact-us-side-widget .contact-us-in-page .cx-title .cx-title-text { margin-top:5px;}

.contact-us-side-widget .contact-us-in-page .service .service-item {
    padding: 29px 24px 27px;
    margin: 0;
    border-bottom: 0px solid #ddd;
    align-items: center;
    box-sizing: border-box;
}

.contact-us-side-widget .contact-us-in-page .service .service-item .fa { color:#37c6f5;}
.contact-us-side-widget .contact-us-in-page .service .service-item .service-item-link{ font-size:20px; margin-bottom:15px; }
.contact-us-side-widget .contact-us-in-page .service .service-item .service-item-text { color:#857c7c;}



/*--------------------------------------------------
    [SAP Home Page 1]
----------------------------------------------------*/
.sap-sty { padding-top:420px !important; margin-top: 30px;}
.sap-sty .content-wrapper {
    left: 0;
    top: 10%;
    /*transform: translateY(-50%);*/
    position: absolute;
    white-space: normal;
    width: 98%;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
}
.sap-sty .heading-xl { font-size: 2.86rem; line-height: 1.2; text-transform: initial;}

.sap-sty .paragraph {
    font-weight: normal;
    margin: 0;
    margin-top: 1.25rem;
}

.sap-sty .buttons {
    margin: 0;
    margin-bottom: -20px;
    padding: 0;
    margin-top: 2rem;
}

.sap-sty .buttons li {
    display: inline-block; padding-right: 15px;
}

.sap-sty .but_small1:hover {
    color: #fff;
    background-color: #0e98c6;
}

.sap-sty .but_small1.white {
    background: rgba(255, 255, 255, 0.14901960784313725);
    border: solid 1px #fff;
}
.sap-sty .but_small1.white:hover {
    color: #000;
    background-color: #fff;
}



/*--------------------------------------------------
    [ODBC Home Page 2]
----------------------------------------------------*/
.home2-page{}


.home2-page h1 em { color : #424242 !important; }

.home2-page .feature_section-1 { float: left; width: 100%; padding: 60px 0px 20px 0px; }
.home2-page .home2-feature h1 {  margin-bottom:0px !important; }
.home2-page .home2-feature h2 { font-size:18px !important; margin-bottom:0px !important; }

.home2-page .home2-categories { float: left; width: 100%; padding: 63px 0px 50px 0px; text-align: center; background: #FAFAFA;}
.home2-page .home2-categories .categorty-item ul { /*float: left;*/ width: 100%; padding: 0px; margin: 0 0 0 0%; display:flex; flex-direction:row;flex-wrap:wrap; }
.home2-page .home2-categories .categorty-item li { /*float: left;*/ padding: 10px 10px; margin: 0px; flex:1 1 16%; text-align: center; }

@media (max-width: 678px) {
    .home2-page .home2-categories .categorty-item ul  { -ms-flex: 1 1 33%; flex: 1 1 33%; }
}
@media only screen and (max-width: 1169px) and (min-width: 1000px) {
    /*.home2-page .home2-categories .categorty-item ul { margin: 0 0 0 0%; }*/
}

.home2-page .home2-categories .categorty-item  li a {height: 130px; padding-top: 20px;}
.home2-page .home2-categories .categorty-item  li .icon { border-radius: 4px; border: 1px solid gainsboro; width: 82px; background-color: white; margin-left: auto; margin-right: auto; margin-bottom: .2em; position: relative; }
.home2-page .home2-categories .categorty-item  li .icon img { margin: 10px; }
.home2-page .home2-categories .categorty-item  li .small { font-size:0.84rem; padding: .4em .8em .5em; line-height: 1.2em;} 

.home2-page .home2-categories .categorty-item {margin-top: 20px;}
.home2-page .home2-categories .nav-cat-links {padding: 0; margin: 0px auto 30px auto;}
.home2-page .home2-categories .nav-cat-links li {float: left; margin: 0px 0px; padding: 0px 15px 0px 15px;}

.home2-page .home2-categories .nav-cat-links > li { border-radius: 4px; cursor:pointer; }
.home2-page .home2-categories .nav-cat-links > li { position: relative; display: block; padding: 10px 15px; margin:0px 5px 0px 10px; }
.home2-page .home2-categories .nav-cat-links > li:hover, .home2-page .home2-categories .nav-cat-links > li:focus { text-decoration: none; background-color: #38c0dd; color:#fff; }
.home2-page .home2-categories .nav-cat-links > li.active { background-color: #38c0dd; color:#fff; }

.home2-page .mix-grid .mix{ opacity: 0; display: none; }


.home2-page .home2-sub-feature h1 {  margin-bottom:0px !important; }
.home2-page .home2-sub-feature h2 { font-size:18px !important; margin-bottom:0px !important; }

.home2-page .sub-feature  {
    background: #fff;
    border: solid 1px gainsboro;
    transition: 0.222s;
    border-top: 2px solid #00A0FF;
    min-height: 160px;
    margin-bottom: 1em;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    padding:10px;
}
.home2-page .home2-sub-feature .sub-feature a { text-decoration : none !important; cursor:pointer;}
.home2-page .home2-sub-feature .sub-feature a h2 {font-size:15px !important; color:#37c6f5; line-height:20px;}  
.home2-page .home2-sub-feature .sub-feature a p {color:#000; margin-top:5px; }  

.home2-page .special-feature { background: #FAFAFA;}
.home2-page .special-feature .one_fourth { padding-left:15px;}

.home2-sty { margin-top: 30px;} 
.home2-page .home2-sty { padding-top:420px !important;}
.home2-sty .content-wrapper {
    left: 0;
    top: 10%;
    /*transform: translateY(-50%);*/
    position: absolute;
    white-space: normal;
    width: 98%;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
}
.home2-sty .heading-xl { font-size: 2.86rem; line-height: 1.2; text-transform: initial;}

.home2-sty .paragraph {
    font-weight: normal;
    margin: 0;
    margin-top: 1.25rem;
    font-size:20px !important;
}

.home2-sty .buttons {
    margin: 0;
    margin-bottom: -20px;
    padding: 0;
    margin-top: 2rem;
}

.home2-sty .buttons li {
    display: inline-block; padding-right: 15px;
}

.home2-sty .but_small1:hover {
    color: #fff;
    background-color: #0e98c6;
}

.home2-sty .but_small1.white {
    background: rgba(255, 255, 255, 0.14901960784313725);
    border: solid 1px #fff;
}
.home2-sty .but_small1.white:hover {
    color: #000;
    background-color: #fff;
}
/*--------------
Home2 Detail   
------------*/
.home2-detail-page .list1 li span.fa { font-size: 18px !important; margin-right: 8px !important; }
.home2-detail-page .home2-sty { padding-top:300px !important; border: solid 1px #eee;}
.home2-detail-page .home2-sty p {color:#000 !important;}
.home2-detail-page .home2-detail { float: left; width: 100%; padding: 20px 20px 20px 20px; text-align: center; background: #FAFAFA;}
.home2-detail-page h1 em { color : #424242 !important; }


/*--------------------------------------------------
    [SAP Home Page 3]
----------------------------------------------------*/
.home3-page{}


.home3-page h1 em { color : #424242 !important; }

.home3-page .feature_section-1 { float: left; width: 100%; padding: 60px 0px 20px 0px; }
.home3-page .home3-feature h1 {  margin-bottom:0px !important; }
.home3-page .home3-feature h2 { font-size:20px !important; margin-bottom:5px !important; }

.home3-page .special-feature img { width:100%;} 

.home3-page .price-info { color:#3e3e3f;}
.home3-page .banner-price { font-size:30px; line-height:30px;}
.home3-page p.tax-info { font-size: 13px; font-style: italic; }

.home3-page .resource h3 {  margin-bottom:2px !important; }

.home3-page .licensing-text p { margin-bottom:5px;}

.home3-page .product-support .support-block {display:flex;}
.home3-page .product-support img {height:48px; margin-right:15px;}
.home3-page .support-subtitle { font-size: 18px; font-weight:600;}





.home3-page .special-feature { background: #FAFAFA;}
.home3-page .special-feature .container { padding-left:15px;}

.home3-sty { margin-top: 30px;} 
.home3-page .home3-sty { padding-top:420px !important;}
.home3-sty .content-wrapper {
    left: 0;
    top: 10%;
    /*transform: translateY(-50%);*/
    position: absolute;
    white-space: normal;
    width: 98%;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
}
.home3-sty .heading-xl { font-size: 2.86rem; line-height: 1.2; text-transform: initial;}

.home3-sty .paragraph {
    font-weight: normal;
    margin: 0;
    margin-top: 1.25rem;
    font-size:20px !important;
}

.home3-sty .buttons {
    margin: 0;
    margin-bottom: -20px;
    padding: 0;
    margin-top: 2rem;
}

.home3-sty .buttons li {
    display: inline-block; padding-right: 15px;
}

.home3-sty .but_small1:hover {
    color: #fff;
    background-color: #0e98c6;
}

.home3-sty .but_small1.white {
    background: rgba(255, 255, 255, 0.14901960784313725);
    border: solid 1px #fff;
}
.home3-sty .but_small1.white:hover {
    color: #000;
    background-color: #fff;
}


@media (min-width: 64em) {
  .home3-page .overlay-panel { width: 50%; padding-left:110px; } 
  .home3-page .overlay-panel .paragraph-text { width:80%;}
  .home3-page .home3-sty {
    padding-top: 730px !important;
}
}
@media only screen and (max-width: 1024px) and (min-width: 640px)
{
     .home3-page .home3-sty {
    padding-top: 730px !important;
}
    .home3-page .overlay-panel { padding: 10px; }
}
@media only screen and (max-width: 639px) and (min-width: 480px)
{
     .home3-page .home3-sty {
    padding-top: 730px !important;
}
    .home3-page .overlay-panel { padding: 10px; }
}
@media only screen and (max-width: 479px)
{
     .home3-page .home3-sty { padding-top: 730px !important; }
     .home3-page .overlay-panel { padding: 10px; }
}

/*--------------------------------------------------
    [SAP Home Page 4]
----------------------------------------------------*/
.home4-page {
}

.home4-page .section-divider { padding-top: 1.25rem; }
.home4-page .gradient-section { background: linear-gradient(180deg, #0000 0, #0000000a); padding-top: 3rem;}
.home4-page .list1 li span.fa { font-size: 18px !important; margin-right: 8px !important; }

/*--------------------------------------------------
    [Home Page 5 Process Automation]
----------------------------------------------------*/
.home5-page {    
}

.home5-page .content-wrapper {
    left: 0;
    top: 10%;
    /*transform: translateY(-50%);*/
    position: absolute;
    white-space: normal;
    width: 98%;
    z-index: 1;
    box-sizing: border-box;
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
}

    .home5-page .feature_section3 {
        padding: 40px 0px 65px 0px;
    }

    .home5-page .page_title1 {
        margin-top: 110px;
        padding-top:500px !important;
    }

    .home5-page .heading-xl {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        text-transform: initial;
    }


    .home5-page .article-heading-text {
        text-align: center;
        padding: 0 5vw !important;
        position: relative;
        margin: auto;
    }

    .home5-page .article-heading-text-wrapper {
        margin: 6em auto .5em;
    }

    .home5-page .article-text-subtitle {
        font-size: 20px;
        margin-bottom: 40px;
        position: relative;
        width: 95%;
        margin: 1.8em auto 0;
        line-height: 1.4em;
    }

    .home5-page .article-container{ max-width:1080px;}
    .home5-page .share-btn-elements {
        margin: 0 auto 3em;
    }
    .home5-page .share-btn-elements a {
        color: #000;
        font-size: 24px;
        padding-right: 15px;
    }
    .home5-page .share-btn-elements a:hover {}

    .home5-page .profile-box {
        float: left;
        margin: 10px 20px 20px 0;
    }
    .home5-page .profile-image {
        max-width:300px;
        width:100%;
        height:auto;
    }
   
    .home5-page .article-copy {
        color: #666;
        font-weight: 400;
        line-height: 30px;
    }


        .home5-page .article-copy p {
            margin: 0 auto 1.5em;
            font-size: 16px;
            line-height:30px;
        }
    .home5-page .profile-text {
        font-size: 12px !important;
        line-height: normal !important;
    }


    @media(min-width: 992px) {
        .home5-page .article-heading-text {
        width: 850px;
    }
}

/*--------------------------------------------------
[SAP Home Page 6]
----------------------------------------------------*/
.home6-page {
}

    .home6-page .sap-sty {
        padding-top: 686px !important;
        padding-bottom:0px;
        margin-top: 30px;
    }
    .home6-page .banner-content {
        padding: 100px 90px 80px;
    }

    .home6-page .buttons {
        text-align: left;
        margin-bottom: 3rem;
        margin-top: 3rem;
    }

    .home6-page .heading-xl {
        font-size: 57px;
        font-weight:700;
        line-height: 1.1;
        text-transform: initial;
        color: #000;
        text-align:left;
    }
    .home6-page .paragraph {
        color: #3c3c3c;
        font-size: 1.75rem;
        line-height: 1.1;
        text-align:left;
    }

    .home6-page .feature-section {
        float: left;
        width: 100%;
        padding: 55px 0px 15px 0px;
    }
    .home6-page .feature-section-2 {
        float: left;
        width: 100%;
        padding: 50px 0px 0px 0px;
    }

    .home6-page .feature-section-title {
        font-size: 40px;
        line-height: 1.2;
        text-align:center;
        font-weight:700;
    }

    .home6-page .heading-column {
        margin-bottom: 2rem;
        display: flex;
        align-items: center;
    }
    .home6-page .heading-column .headline-with-line {
        align-items: center;
        color: #000;
        display: flex;
        gap: 12px;
        min-height: 37px;
        width: 100%;
    }
    .home6-page .heading-column .headline-with-line:before {
        align-self: flex-start;
        background-color: #000;
        content: "";
        height: 37px;
        min-width: 4px;
    }

        .home6-page .heading-column .headline-title {
            font-size: 1rem;
            margin-bottom: 0px;
            line-height: 1.3;
            text-transform: none;
            font-weight:600;
        }

    .home6-page .grid-row {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        align-items: stretch;
        justify-content: stretch;
    }

    .home6-page .grid-col {
        width: calc(50% - 25px);
        min-width: auto;
        min-height: auto;
        box-sizing: border-box;
        order: 0;
    }

    .home6-page .grid-col-full-width { width:100%;}

    .home6-page .grid-col .grid-content {
        float: left;
        clear: none;
        width: 100%;
    }

        .home6-page .grid-col .grid-content {
            float: left;
            clear: none;
            width: 100%;
        }

    .home6-page .grid-content .grid-item {
        transition: transform .2s ease-in-out;
        align-items: flex-start;
        background-color: #fff;
        box-shadow: 0 0 20px 5px #0000001a;
        color: #000;
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 2rem !important;
    }

        .home6-page .grid-content .grid-item.row-directon { flex-direction : row;}
    .home6-page .grid-content .row-directon .image-wrapper {
        height: auto !important;
        max-height: none !important;
        justify-content:normal !important;
        padding: 2rem 0 0 2rem;
        width: 42%;
    }

            .home6-page .grid-content .grid-item:hover {
                transform: scale(1.05);
            }

        .home6-page .grid-item .grid-item-heading {
            font-weight: 600;
            letter-spacing:1px;
            line-height: 1.3;
            font-size: 19px;
            margin-bottom:1.25rem;
        }
    .home6-page .grid-item .grid-item-para {
        font-weight: 400;
        line-height: 1.5;
        font-size: 1rem;
        letter-spacing:0.4px;
        margin-bottom:1.25rem;
        min-height:70px;
    }

        .home6-page .grid-item .grid-item-para p {
            font-weight: 400;
            line-height: 1.5;
            font-size: 1rem;
        }
        .home6-page .grid-item .grid-item-link {
            font-size: 1.02rem;
        }

    .home6-page .grid-item .grid-item-link  i{
        margin-left:10px;
    }


    .home6-page .grid-row-1 {
        display: flex;
        flex-wrap: wrap;        
        align-items: stretch;
        justify-content: stretch;
    }

    .home6-page .grid-col-left {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .home6-page .grid-col-right {
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .home6-page .grid-item-1 .grid-item-heading-1 {
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 1.2;
        font-size: 33px;
        padding-top: 3rem;
        color: #0070f2;
    }

    .home6-page .grid-item-1 .grid-item-para-1 {
        font-weight: 500;
        line-height: 1.5;
        font-size: 1.3rem;
        letter-spacing: 0.4px;
        margin-top: 1.25rem;
        color: #3c3c3c;
        padding-bottom:2rem;
    }
    .home6-page .grid-image-wrapper img { max-height:520px;}

    .home6-page .grid-content .grid-item .image-wrapper {
        display: flex;
        height: 174px;
        justify-content: center;
        max-height: 200px;
        overflow: hidden;
        position: relative;
    }

    .home6-page .grid-content .grid-item-no-padding {
        padding:0 !important;
    }

    .home6-page .grid-item .item-content {
        align-items: center;
        color: #000;
        display: flex;
        flex-direction: column;
        padding: 1.25rem 2rem 2rem;
    }
        .home6-page .grid-item .item-content .item-splitter {
            border-bottom: 1px solid #c6c6c6;
            margin-bottom: 1.25rem;
            width: 33%;
        }

        .home6-page .grid-item .item-content .grid-item-link-3 {
            align-items: flex-start;
            display: flex;
            flex-direction: column;
            width: 100%;
            font-size: 1.02rem;
        }

        .home6-page .grid-item .item-content .grid-item-link-3 i { margin-left:10px; }

    .home6-page .grid-item .item-content-left { align-items:flex-start;}
    .home6-page .grid-item .grid-item-sub-heading { padding-bottom:5px;}
    .home6-page .grid-item .grid-item-heading.blue-text {
        color: #0070f2;
    }





        .home6-page .section-divider {
            padding-top: 1.25rem;
        }
.home6-page .gradient-section { background: linear-gradient(180deg, #0000 0, #0000000a); padding-top: 3rem;}
.home6-page .list1 li span.fa { font-size: 18px !important; margin-right: 8px !important; }



/************************************/
/* New Page Template Style */
/************************************/

.n2-page-title-1 { padding: 137px 0px 30px 0px !important; margin-top:30px !important;}

/* For Static Pages of Email Template */
.n2-page-title-2 { padding: 50px 0px 30px 0px !important; margin-top:0px !important;}

.page-no-heade-footer-body .n2-page-title-2 {padding: 0 !important;  }

/*********************/
/* TOP MOST MENU BAR */
/*********************/


.top_most_nav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    line-height: 3em;
    margin: 0 auto;
    text-align: center;
}
.top_most_nav_content {
    background: #394b60;
    color: white;
    font-size: 15px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.top_most_nav a {
    color: #37c6f5;
}
.top_most_nav a:hover {
    color: #fff;
}

.compact .top_most_nav {
    top: 0px;
}
.header.have_top_most_menu { top:88px; }
.compact .header.have_top_most_menu { top : 40px;}

@media only screen and (max-width: 992px) {
    .feature_section3 {
        padding: 0;
    }

    .home6-page .banner-content {
        padding: 0px 20px 0px !important;
    }

    .sap-sty .heading-xl,
    .home6-page .heading-xl {
        font-size: 32px;
    }

    .home6-page .grid-item-1 .grid-item-para-1,
    .home6-page .paragraph {
        font-size: 1.1rem !important;
        line-height: 1.5;
    }

    .home6-page .grid-content .grid-item {
        padding: 1rem !important;
    }

    .home6-page .grid-content .row-directon .image-wrapper,
    .home6-page .grid-col {
        width: 100%;
    }

    .home6-page .grid-row {
        gap: 25px
    }

    .container {
        width: 100%;
        padding: 0 20px;
    }

    .static-pages h1,
    .home6-page .feature-section-title {
        font-size: 26px;
    }

    .home6-page .grid-col-right,
    .home6-page .grid-col-left {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home6-page .feature-section-2 {
        padding: 20px 0px 0px 0px;
    }

    .home6-page .grid-item-1 .grid-item-heading-1 {
        padding-top: 0.1rem;
        font-size: 14px;
    }

    .grid-image-wrapper {
        margin-top: 40px;
    }

    .home6-page .grid-image-wrapper img {
        width: 100%;
    }

    .home6-page .section-divider {
        padding-top: 0;
    }

    .home6-page .gradient-section {
        padding-top: 1rem;
    }

    .home6-page .grid-content .grid-item .image-wrapper {
        justify-content: start;
    }

        .home6-page .grid-content .grid-item .image-wrapper img,
        .home6-page .grid-content .row-directon .image-wrapper img {
            width: 100%;
        }

    .home6-page .grid-content .row-directon .image-wrapper {
        padding: 0;
        justify-content: start;
    }

    .home6-page .grid-content .grid-item {
        flex-wrap: wrap;
    }

    .home6-page .grid-item .item-content {
        padding: 20px 0;
    }

    .header {
        top: 50px;
        height: 70px;
        padding-top: 4px;
    }

    .sap-sty .content-wrapper {
        top: 20%;
    }

    

    .top_nav {
        padding-top: 5px;
    }

    .navbar-toggle {
        margin-top: 10px;
    }

    .compact .navbar-toggle { margin-top:5px; margin-bottom:5px;}

    .compact .logo {
        margin-top: 0;
    }

    .compact #logo {
        margin-top: 0;
        margin-bottom: 2px;
    }

    .home6-page .feature-section {
        padding: 5px 0px 15px 0px;
    }

    .footer .ftop {
        height: auto;
    }

    .footer .secarea {
        padding: 15px 0px 0px 0px;
    }

        .footer .secarea .one_fourth {
            margin-bottom: 20px;
        }

        .footer .secarea .address img {
            width: 100%;
            max-width: 150px;
        }

    .margin_bottom2,
    .margin_bottom1,
    .margin_bottom6,
    .margin_bottom3 {
        margin-bottom: 0;
    }

    .client_logos li {
        width: 50%;
    }

    .footer .ftop .left {
        margin-top: 0;
    }

    .sap-sty .content-wrapper {
        padding: 0 15px;
    }

    .one_third {
        text-align: center;
    }

    .static-pages .page_title1.sap-sty {
        background-size: cover !important;
        background-position: left center !important;
    }

    .home4-page .page_title1.sap-sty {
        background-size: cover !important;
        background-position: center center !important;
    }

    .feature_section3 img {
        width: 100%;
    }

    .header.have_top_most_menu {
        top: 99px;
    }

    .top_most_nav_content {
        height: 45px;
        line-height: 22px;
        padding: 10px 0;
    }

    .top_most_nav {
        position: fixed;
        z-index: 9999;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        height: 50px;
    }
}
.hide-mobile {
    display: block;
}

.hide-desktop {
    display: none
}


@media only screen and (max-width: 768px) {
    .compact .top_most_nav_content {
        top: 0;
    }

    .top_most_nav_content {
        height: 64px;
    }

    .header.have_top_most_menu {
        top: 116px;
    }

    .compact .header.have_top_most_menu {
        top: 64px;
    }

    .but_small1 {
        white-space: unset;
        text-align: center;
    }

    .home2-page .home2-sty {
        display: none;
    }

    .home2-page .home2-feature {
        padding: 90px 0px 20px 0px
    }

    .home6-page .sap-sty .content-wrapper {
        top: 5%;
    }

    .home6-page .grid-item {
        flex-wrap: wrap !important;
        flex: inherit !important;
    }

    .home6-page .heading-column {
        flex-wrap: wrap;
    }

        .home6-page .heading-column .button.two {
            margin-top: 20px;
            display: inline-block;
        }
    .content_fullwidth {
        padding: 0px 0px 30px 0px
    }
   

        .hide-mobile {
            display: none;
        }
    .hide-desktop{display:block}

}



/*CSS for home7-page */
.home7-page .full-banner-outer {
    background-color: #2a363f;
    padding: 100px 0;
    position: relative;
}

.home7-page .container {
    position: relative;
    z-index: 2;
}

.home7-page img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.home7-page .banner-text {
    box-shadow: 3px 2px 7px 0 #0000001a,10px 8px 13px 0 #00000014,23px 19px 18px 0 #0000000d;
    background-color: #37444d;
    margin: -6px 0 0;
    padding: 40px 20px;
}

    .home7-page .banner-text h2 {
        color: #fff;
        text-align: center;
        padding: 40px 0;
        font-size: 42px;
    }

.home7-page .list-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    .home7-page .list-item li {
        width: 33.33%;
        flex-direction: column;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .home7-page .list-item li img {
            max-width: 40px;
        }

        .home7-page .list-item li span {
            color: #fff;
            font-size: 16px;
            margin: 15px 20px 10px;
        }

.home7-page .white-text-area {
    background-color: #e8eff4;
    padding: 100px 0;
    position: relative;
}

.home7-page .press-release-box {
    text-align: center;
}

    .home7-page .press-release-box h5 {
        letter-spacing: 2px;
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 400;
        margin: 0 0 22px;
    }

    .home7-page .press-release-box p {
        font-size: 36px;
        line-height: 46px;
        max-width: 80%;
        margin: 50px auto 50px;
        color: #211e1c;
    }

    .home7-page .press-release-box .btn {
        border: 1px solid #007db8;
        font-size: 16px;
        color: #007db8;
        padding: 5px 20px 9px;
        border-radius: 0;
    }

        .home7-page .press-release-box .btn svg {
            max-width: 22px;
            margin: 0px 0 -7px 5px;
        }

.home7-page .product-list-outer {
    background-color: #536d8f;
    padding: 100px 0 20px;
    margin-bottom: 80px;
    position: relative;
}

    .home7-page .product-list-outer h2 {
        font-size: 54px;
        color: #fff;
        margin-left: 20%;
        border-left: 5px solid #fff;
        padding: 50px 40px;
    }

.home7-page .product-box-main {
    padding: 20px 0 0;
}

.home7-page .product-list {
    box-shadow: 3px 2px 7px 0 #0000001a,10px 8px 13px 0 #00000014,23px 19px 18px 0 #0000000d;
    display: flex;
    margin: 0 0 80px;
    display: flex;
    align-items: center;
    background-color: #2d3f57;
}


.home7-page .product-box-main .product-list:nth-child(even) {
    flex-direction: row-reverse;
}

.home7-page .prod-img-box {
    line-height: 0;
    min-width: 45%;
}

.home7-page .prod-dtl-box {
    padding: 40px 40px 40px 80px;
}

    .home7-page .prod-dtl-box h3 {
        color: #fff;
        font-size: 36px;
        font-weight: 500;
    }

    .home7-page .prod-dtl-box p {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

.home7-page .btn-link {
    border: 1px solid #fff;
    color: #fff;
    margin: 15px 0 0;
    font-size: 16px;
}

.home7-page .vericle-line {
    width: 1px;
    position: absolute;
    height: 100%;
    left: 20%;
    display: block;
    top: 0;
    background: #fff;
    z-index: 0;
}


@media (min-width: 1440px) {
    .home7-page .list-item li {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .home7-page .product-list-outer h2 {
        font-size: 44px;
    }
}
@media (max-width: 992px) {
    .home7-page .list-item li {
        width: 50%;
    }

    .home7-page .vericle-line {
        left: 10%;
    }

    .home7-page .product-list-outer h2 {
        margin-left: 10%;
        padding: 30px 30px;
    }

    .home7-page .product-list,
    .home7-page .product-box-main .product-list:nth-child(even) {
        flex-direction: column;
    }

    .home7-page .prod-img-box {
        width: 100%;
    }

    .home7-page img {
        max-width: inherit;
        width: 100%;
    }

    .home7-page .prod-dtl-box {
        padding: 50px 40px 40px 40px;
    }
    .home7-page .product-list-outer h2 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .home7-page .vericle-line {
        display: none;
    }

    .home7-page .product-list-outer h2 {
        margin-left: 0;
        padding: 0px 30px;
        font-size: 38px;
        line-height: 46px;
        border: 0;
    }
}

@media (max-width: 558px) {
    .home7-page .full-banner-outer {
        padding: 50px 0;
    }

    .home7-page .banner-text h2 {
        font-size: 32px;
        padding: 20px 0;
    }

    .home7-page .banner-text {
        padding: 10px 10px;
    }

    .home7-page .list-item li {
        width: 100%;
    }

    .home7-page .white-text-area {
        padding: 50px 0;
    }

    .home7-page .press-release-box p {
        font-size: 26px;
        line-height: 36px;
        margin: 20px auto 40px;
    }

    .home7-page .product-list-outer {
        padding: 50px 0 20px;
    }

        .home7-page .product-list-outer h2 {
            margin-left: 10%;
            padding: 30px 30px;
        }

        .home7-page .product-list-outer h2 {
            font-size: 36px;
        }

    .home7-page .product-box-main {
        padding: 20px 0 0;
    }

        .home7-page .product-list,
        .home7-page .product-box-main .product-list:nth-child(even) {
            flex-direction: column;
            margin: 0 0 40px;
        }

    .home7-page .prod-img-box {
        width: 100%;
    }

    .home7-page img {
        max-width: inherit;
        width: 100%;
    }

    .home7-page .prod-dtl-box {
        padding: 30px 25px 20px 25px;
    }

        .home7-page .prod-dtl-box h3 {
            font-size: 28px;
        }
}







/*Page 8 CSS Start */
.home8-page {
}

.home-8-banner-outer {
    position: relative;
    width: 100%;
    background-color: transparent;
    background-image: radial-gradient(at center center, #007db8 0%, #131515 100%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 185px 0px 120px 0px;
    margin-top: 15px;
    color: #fff;
}

.banner-outer-bg {
    background-color: #fff;
    background-image: url(../images/home8/bg-smoke.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.14;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.banner-para {
    display: flex;
    justify-content: center;
}

.banner-para,
.banner-heading {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5;
}

    .banner-para h4 {
        color: #fff;
        font-size: 24px;
        font-weight: 300;
        width: 50%;
    }

    .banner-para h3 {
        color: #fff;
        width: 50%;
    }

.home8-page .but_small1 {
    position: relative;
    z-index: 5;
}

.banner-heading h1 {
    color: #fff;
    font-size: 100px;
    line-height: 100px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px 0 30px;
    padding: 0;
}

.btn-banner {
    background-color: #37c6f5;
    color: #fff;
    padding: 10px 25px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-center {
    justify-content: center;
}


.testimonials {
    margin-bottom: 50px;
    margin-top: -10px;
}

.client-speak-box {
    box-shadow: 0px 4px 10px 0px rgba(148, 116.99999999999997, 77, 0.1);
    background-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0% 7% 0% 7%;
    padding: 20px 20px 20px 20px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 3px;
    text-align: center;
    transition: 0.3s all;
    display: block;
}

    .client-speak-box:hover {
        transform: scale(1.1);
        box-shadow: 0px 30px 25px 0px rgba(148, 116.99999999999997, 77, 0.15);
    }

.col-20 {
    width: 20%;
    display: flex;
}

.client-img {
    width: 90%;
    margin: 0 auto;
}

    .client-img img {
        width: 100%;
    }

.rating-box {
    text-align: center;
    display: block;
    width: 100%;
    color: #f0ad4e;
    margin-bottom: 20px;
}

.client-speak-text {
    color: #282c28;
}

    .client-speak-text h2 {
        font-size: 16px;
        font-weight: 700;
        font-style: italic;
        line-height: 1.4em;
    }

    .client-speak-text h3 {
        color: #616161;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 1.4em;
        margin: 0;
    }

    .client-speak-text p {
        color: #616161;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.4em;
    }

.bg-white {
    background-color: #fff;
}

.compnay-groth {
    padding-bottom: 120px;
    position: relative;
    z-index: 5; /* color: #fff; */
}

    .compnay-groth h1 {
        font-size: 50px;
        color: #000000;
        font-weight: 800;
        line-height: 1.2em;
    }

        .compnay-groth h1 span {
            font-size: 20px;
            font-weight: 300;
            line-height: 1.2em;
            display: block;
        }

.icon-text-container {
    border-radius: 3px 3px 3px 3px;
    border: 3px solid #000000;
    transition: 0.3s all;
    margin: 0% 15px;
    padding: 14px 14px 14px 14px;
    display: flex;
    position: relative;
    /* width: 100%; */
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
    transition: 0.3s all;
}

    .icon-text-container:hover {
        transform: scale(1.1);
    }

.icon-box {
    width: 70px;
    margin: 0 auto;
}

    .icon-box img {
        width: 95%;
        margin: 0 0 10px;
        max-height: 70px;
    }

.icon-text-container h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
}

.company-groth-faster {
    background-color: #000000;
    padding: 60px 0px 0px 0px;
    transition: 0.3s all;
    position: relative;
    margin-bottom: 100px;
}

.company-groth-faster-bg {
    background-image: url("../images/home8/Slide-background-1.png");
    background-position: top center;
    background-size: cover;
    opacity: 1;
    transition: 0.3s all;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.company-groth-faster h1 {
    color: #fff;
}

.company-groth-faster .icon-text-container {
    transition: none;
    border: 3px solid #fff;
}

    .company-groth-faster .icon-text-container:hover {
        transform: none;
    }

.grow-faster-number {
    width: 35px !important;
    height: 35px !important;
    background-color: #37c6f5;
    position: absolute;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 3px solid #fff;
    left: -18px;
    top: -18px;
    color: #000;
    font-size: 22px;
    font-weight: 700;
}

.company-groth-faster .icon-text-container h3 {
    width: 100%;
    color: #fff;
}

.m-0 {
    margin: 0;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.align-item-center {
    align-items: center;
}

.system-box {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ACACAC;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s all;
    padding: 20px 20px 30px 20px;
    margin: 0% 8% 0% 8%;
}

    .system-box img { /* width: 100%; */
        max-width: 100%;
    }

    .system-box h2 {
        color: #000000;
        font-size: 22px;
        margin: 15px 0;
    }

    .system-box p {
        text-align: center;
        font-size: 16px;
        color: #000000;
        margin-bottom: 20px;
    }

.system-work-process .process-one::before {
    content: "";
    position: absolute;
    right: -10%;
    top: 50%;
    width: 20%;
    height: 1px;
    border-bottom: 2px dotted #000;
}

.system-work-process .process-one::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid black;
    right: -10%;
    top: calc(50% - 9px);
}

.process-two {
    margin-top: 60px;
}

.process-three {
    margin-top: 70px;
}

.process-four {
    margin-top: 120px;
}

.process-five {
    margin-top: 70px;
}

.system-work-process .process-two::before {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 100%;
    height: 1px;
    border-bottom: 2px dotted #000;
    right: 50%;
}

.system-work-process .process-two::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    width: 1px;
    height: 30px;
    border-left: 2px dotted #000;
}

.system-work-process .process-three::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    width: 1px;
    height: 28px;
    border-left: 2px dotted #000;
}

.system-work-process .process-three::after {
    content: "";
    position: absolute;
    left: calc(50% - 9px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    top: -10px;
}


.system-work-process .process-three .system-box::before {
    content: "";
    position: absolute;
    right: -8%;
    top: 55%;
    width: 18%;
    height: 1px;
    border-bottom: 2px dotted #000;
}

.system-work-process .process-three .system-box::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid black;
    right: -10%;
    top: 53.7%;
}

.system-work-process .process-four::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 1px;
    height: 28px;
    border-left: 2px dotted #000;
}

.system-work-process .process-four::after {
    content: "";
    position: absolute;
    bottom: -30px;
    width: 50%;
    height: 1px;
    border-bottom: 2px dotted #000;
    right: 50%;
}

.system-work-process .process-five::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 50%;
    width: 1px;
    height: 28px;
    border-left: 2px dotted #000;
}

.system-work-process .process-five::after {
    content: "";
    position: absolute;
    left: calc(50% - 9px);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    top: -10px;
}

.result-section {
    /* background-color: #000000; */
    background-image: url("../images/home8/result-section-bg-image.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 60px;
    margin-bottom: 0px;
    padding: 60px 0px 80px 0px;
    position: relative;
}

.result-content {
    position: relative;
    min-height: 1px;
    justify-content: center;
    max-width: 1200px;
    margin-right: auto;
    display: flex;
    margin-left: auto;
    padding: 50px 0;
}

.page-8-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #007db887 0%, #131515 100%);
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    margin: 0;
}

.page-8-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 5;
}

.page-8-shape-top {
    top: -1px;
}

.page-8-shape-bottom {
    transform: rotate(180deg);
    bottom: -1px;
}

.page-8-shape img {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.page-8-icon-container {
    font-size: 50px;
    text-align: center;
}

.result-section h4,
.ttl-container h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
}

.result-section h2,
.ttl-container h2 {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.ttl-container {
    text-align: center;
    margin-top: 60px;
}

    .ttl-container h2, .ttl-container h4 {
        color: #000;
    }

.result-para {
    border: 1px solid #4b7597;
    box-shadow: 20px 0px 20px 9px rgba(0,0,0,0.5);
    transition: all 0.3s ease;
    margin: 0px auto 40px;
    position: relative;
    z-index: 5;
    padding: 20px 20px 20px 20px;
    text-align: center;
    color: #fff;
    max-width: 1200px;
    width: 95%;
    border-radius: 20px;
}

    .result-para h4 {
        font-size: 24px;
    }

    .result-para p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }


.good-result-content .container {
    max-width: 1200px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.bg-ttl-tbl {
    background-color: #37c6f5;
    border-top: 1px solid #37c6f5;
    border-bottom: 1px solid #37c6f5;
}

.bg-ttl-tbl,
.good-result-content .col-25:last-child,
.bg-ttl-tbl-last {
    color: #fff;
    text-align: left;
    font-size: 24px;
    padding: 10px;
    font-weight: 700;
}

.good-result-content .bg-ttl-tbl-last.col-25:last-child,
.bg-ttl-tbl-last {
    box-shadow: 4px 15px 20px #00000029;
    background-color: #3986bf;
    border-color: #3986bf !important;
}

.col-25 {
    width: 25%;
    padding: 15px;
}

.bg-row {
    border-bottom: 1px solid rgb(55 198 244 / 25%);
    border-left: 1px solid rgb(55 198 244 / 25%);
    border-right: 1px solid rgb(55 198 244 / 25%);
    background-color: rgb(55 198 244 / 9%);
}

.no-bg-row {
    border-bottom: 1px solid rgb(51 153 137 / 25%);
    border-left: 1px solid rgb(51 153 137 / 25%);
    border-right: 1px solid rgb(51 153 137 / 25%);
}

.good-result-content .col-25:last-child {
    background-color: #e6f5ff;
    box-shadow: 4px 15px 20px #00000029;
}

.icn-container-row {
    color: #000;
    text-align: center;
    font-size: 18px;
}

    .icn-container-row span {
        display: block;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .icn-container-row img {
        height: 100px;
        margin-bottom: 5px;
    }

.row-info p {
    font-size: 16px;
    color: #000;
}

.unloack-access {
    background-image: url("../images/home8/bg-section-3.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.col-15 {
    width: 15%;
    padding: 15px;
}

.col-60 {
    width: 60%;
    padding: 15px;
}

.unloack-access {
    color: #fff;
}

    .unloack-access .result-para h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 700;
        line-height: 1.2em;
        text-align: left;
    }

        .unloack-access .result-para h5 span {
            font-size: 20px;
            font-weight: normal;
            display: block;
            margin: 20px 0 0;
        }

.access-content {
    display: flex;
}

    .access-content h3 {
        font-size: 24px;
        text-align: left;
        font-weight: 700;
        line-height: 1.2em;
        color: #fff;
    }

        .access-content h3 span {
            font-weight: normal;
        }

    .access-content p {
        text-align: left;
    }

.other-consultants-main {
    padding: 0 0 60px;
}

.other-consultants {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 5;
    justify-content: center;
    padding: 0 0 40px;
}

.col-11w {
    width: 11%;
}

    .col-11w img {
        padding: 0 10px;
        width: 100%;
    }

.text-white {
    color: #fff;
    z-index: 5;
    position: relative;
}

.pos-rel {
    position: relative;
}

.btn-meet {
    background-color: #37c6f5;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s all ease;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, 0.2);
    padding: 20px 50px 20px 50px;
    display: inline-block;
    margin: 0 auto;
    z-index: 5;
    position: relative;
}

    .btn-meet:hover {
        background-color: #2a363f;
        color: #fff;
        transform: scale(1.1);
    }

.location-container {
    padding: 100px 0px 30px 0px;
}

.img-map {
    width: 100%;
}

.assesment-section {
    background-image: url("../images/home8/assesment-section.jpg");
}

.assesment-container {
    display: flex;
    width: 100%;
    align-items: stretch; /* justify-content: center; */
}

.assesment-card {
    width: 30%;
    background-color: #2B2C28;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    transition: all 0.3s ease;
    margin: 0% 4% 0% 4%;
    --e-column-margin-right: 7%;
    --e-column-margin-left: 7%;
    padding: 15px;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    /* float: left; */
    /* height: 100%; */
    /* align-items: start; */
}

    .assesment-card:hover,
    .btn-instant-access:hover {
        transform: scale(1.1);
    }

.icn-container {
    width: 100%;
    text-align: center;
}

.assesment-card h3 {
    color: #fff;
    text-align: center;
}

.assesment-card img {
    height: 100px;
    margin: 0 0 15px;
}

.assesment-card p {
    font-size: 16px;
    text-align: center;
}

.assesment-card-plus {
    width: 5%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 90px;
    line-height: 90px;
    font-weight: 600;
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
}

.btn-instant-access {
    background-color: #FFA500;
    color: #fff !important;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    fill: var( --e-global-color-primary );
    color: var( --e-global-color-primary );
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    box-shadow: 0px 5px 25px 5px rgba(0, 0, 0, 0.2);
    padding: 15px 40px 15px 40px;
    position: relative;
    z-index: 5;
    margin: 40px 0 60px;
    transition: all 0.3s ease;
    transform: scale(1.0);
    line-height: 1;
    text-align: center;
}

.assesment-section .page-8-background-overlay {
    background-color: #000000;
    opacity: 0.44;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.d-mob {
    display: none;
}

.d-desktop {
    display: block;
}
/* Responsive CSS */



@media (max-width: 1200px) {
    .home-8-banner-outer {
        padding: 155px 0px 100px 0px;
    }

    .banner-heading h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .banner-para h4,
    .banner-para h3 {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .grow-faster-number,
    .system-work-process .process-one::before,
    .system-work-process .process-one::after,
    .system-work-process .process-two::before,
    .system-work-process .process-two::after,
    .system-work-process .process-three::before,
    .system-work-process .process-three::after,
    .system-work-process .process-four::before,
    .system-work-process .process-four::after,
    .system-work-process .process-five::before,
    .system-work-process .process-five::after,
    .system-work-process .process-three .system-box::before,
    .system-work-process .process-three .system-box::after {
        display: none;
    }


    .home-8-banner-outer {
        padding: 100px 0px 100px 0px;
    }

    .banner-heading h1 {
        font-size: 74px;
        line-height: 74px;
    }

    .col-20 {
        width: 50%;
    }

    .d-flex-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mb-40,
    .row.mb-40 .col-md-4 {
        margin-bottom: 20px;
    }

        .row.mb-40 .col-md-4:last-child {
            margin-bottom: 0;
        }

    .home8-page .row .row {
        margin-left: 0;
        margin-right: 0;
    }

    .icon-text-container {
        padding: 14px 15px;
        margin: 0;
    }

    .compnay-groth h1 span {
        font-size: 18px;
    }

    .compnay-groth h1 {
        font-size: 36px;
    }

    .process-two,
    .process-three,
    .process-four,
    .process-five {
        margin-top: 30px;
    }
}



@media (max-width: 767px) {
    .banner-para h4,
    .banner-para h3 {
        font-size: 18px;
        width: 90%;
    }

    .home-8-banner-outer {
        padding: 100px 0px 70px 0px;
    }

    .banner-heading h1 {
        font-size: 58px;
        line-height: 58px;
    }

    .col-20 {
        width: 100%;
    }

    .d-flex-wrap-mob {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mb-40,
    .row.mb-40 .col-md-4 {
        margin-bottom: 20px;
    }

        .row.mb-40 .col-md-4:last-child {
            margin-bottom: 0;
        }

    .home8-page .row .row {
        margin-left: 0;
        margin-right: 0;
    }

    .icon-text-container {
        padding: 14px 15px;
        margin: 15px 0;
        height: calc(100% - 30px);
    }

    .compnay-groth h1 span {
        font-size: 18px;
    }

    .compnay-groth h1 {
        font-size: 36px;
    }

    .process-two,
    .process-three,
    .process-four,
    .process-five {
        margin-top: 30px;
    }

    .icon-text-container:hover {
        transform: scale(1.0);
    }

    .compnay-groth {
        padding-bottom: 60px;
    }

    .company-groth-faster {
        margin-bottom: 60px;
    }

    .system-box {
        margin: 0 1%;
    }

    .d-mob {
        display: block;
    }

    .d-desktop {
        display: none;
    }

    .good-result-content .container {
        display: block;
        padding: 0;
    }

    .assesment-container,
    .access-content {
        flex-wrap: wrap;
    }

    .col-25,
    .assesment-card,
    .assesment-card-plus,
    .col-15, .col-60 {
        width: 100%;
    }

    .icn-container-row img {
        margin-top: 30px;
    }

    .assesment-card-plus {
        font-size: 55px;
    }

    .result-section h2, .ttl-container h2 {
        font-size: 22px;
    }

    .access-content h3,
    .access-content p,
    .location-container,
    .unloack-access .result-para h5 {
        text-align: center;
    }

    .result-para.access-content .col-60 {
        order: 1;
    }

    .result-para.access-content .col-25 {
        order: 2;
    }

    .result-para.access-content .col-15 {
        order: 3;
    }

    .btn-instant-access,
    .btn-meet {
        font-size: 20px;
        display: block;
        width: 100%;
    }

    .other-consultants {
        display: none;
    }

    .assesment-card-plus {
        justify-content: center;
    }
}

@media (max-width: 558px) {
    .home-8-banner-outer {
        padding: 100px 0px 70px;
    }

    .banner-heading h1 {
        font-size: 44px;
        line-height: 44px;
        margin: 10px 0 10px;
    }

    .banner-para h4, .banner-para h3 {
        font-size: 16px;
        width: 90%;
    }

    .compnay-groth h1 span {
        font-size: 16px;
    }

    .compnay-groth h1 {
        font-size: 32px;
    }
}



