@import url('../css/fonts.css');
/* @import url('../css/variable.css'); */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0
}

html,
body {
  font-family: var(--font-Roboto-regular);
  box-sizing: border-box;
  color: var(--secondary-1);
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--primary-1);
}
a:hover {
    color: var(--secondary-22);
}
a:-webkit-any-link:focus-visible {
  outline: 0
}

ul {
  list-style: none
}

.padd-tb-40 {
    padding: 40px 0px;
}
.pdd-bottom-40 {
    padding-bottom: 40px;
}

.hr-padd {
    padding: 40px 0px;
}
/* Sticky menu */

 .text-orange {
    color: var(--primary-2);
 }
.site-title {
    display: none;
}

/*Header section start*/
button#primary-mobile-menu {
    display: none;
}
header {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding:10px 0px;
    transition: all 0.6s ease-in-out !important;
}
.header-logo {
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 99;
    transition: all 0.6s ease-in-out !important;
}
.header-logo img {
    display: block;
    max-width: 100%;
    height: auto;
}
.nav-fix {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed !important;
    width: 100%;
    z-index: 999;
    padding: 0px;
}
.nav-fix .header-logo {
    top: 10px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    font-size: 24px;
}
.mega-top-menu > a {
    font-family: var(--font-Roboto-medium) !important;
}

div#mega-menu-wrap-primary {
    width: 100%;
}
.sub-menu-common a {
    font-family: var(--font-Roboto-medium) !important;
    border-bottom: 3px solid var(--secondary-1) !important;
}
.sub-title-01 a {
    font-family: var(--font-Roboto-bold) !important;
    color: var(--secondary-20) !important;
    border-bottom: 3px solid var(--secondary-20) !important;
}
.sub-title-02 a {
    font-family: var(--font-Roboto-bold) !important;
    color: var(--secondary-19) !important;
    border-bottom: 3px solid var(--secondary-19) !important;
}
.sub-title-03 a {
    font-family: var(--font-Roboto-bold) !important;
    color: var(--secondary-18) !important;
    border-bottom: 3px solid var(--secondary-18) !important;
}
.sub-title-04 a {
    font-family: var(--font-Roboto-bold) !important;
    color: var(--primary-2) !important;
    border-bottom: 3px solid var(--primary-2) !important;
}
.sub-title-05 a {
    font-family: var(--font-Roboto-bold) !important;
    color: var(--secondary-7) !important;
    border-bottom: 3px solid var(--secondary-7) !important;
}
.mega-sub-menu a.mega-menu-link {
    padding-bottom: 15px !important;
}
.entry-title {
    display: none;
}
/*Header section end*/
.paltform-stage2-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative;
}
.paltform-stage2-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
}


.ptrm2-banner-box {
    padding: 70px 35px 90px 35px;
    margin-top: 60px;
    min-height: 260px;
    position: relative;
    z-index: 99;
}
.pst2-banner-title {
    font-size: var(--fs-36);
    font-family: var(--font-Roboto-light);
    color: var(--secondary-2);
}
.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid var(--primary-1);
}
.breadcrumb li {
    display: inline;
    font-size: var(--fs-15);
    position: relative;
}
.breadcrumb li a {
    color: var(--primary-1);
    text-decoration: none;
    font-family: var(--font-Roboto-regular);
    margin: 0px 14px;
}
.breadcrumb li:first-child a {
    margin-left: 0px;
}
.breadcrumb li a:hover {
    color: var(--primary-1);
    text-decoration: underline;
}
.breadcrumb li+li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -3px;
    background-image: url(../images/png/arrow-right-bd.png);
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
}
.platform-st2-cnt-box {
    padding: 40px 0px;
}
.pstcnt-title {
    font-size: var(--fs-36);
    font-family: var(--font-Roboto-light);
    color: var(--primary-1);
    margin-bottom: 10px;
}
.pst-cnt-box h5 {
    color: var(--primary-1);
    margin-bottom: 10px;
    font-size: var(--fs-20);
}
.pst-cnt-box p {
    font-size: var(--fs-18);
    line-height: 30px;
    color: var(--secondary-1);
    margin-bottom: 10px;
    font-family: var(--font-Roboto-light);
}
.pst-cnt-sidebar {
    padding-left: 35px;
}
.ptts2-sidebar-head {
    color: var(--primary-1);
    margin: 20px 0px;
}
.side-bar-list {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 18px;
    color: var(--secondary-1);
    margin-bottom: 50px;
}
.side-bar-list li {
    border-bottom: 1px solid var(--secondary-5);
    padding: 10px 0;
}
.side-bar-list li a {
    color: var(--secondary-4);
}
.btn-transparent-blue {
    color: var(--primary-1);
    background-color: transparent;
    border-color: var(--primary-1);
    border-width: 2px;
    border-radius: 0px;
    padding: 10px 40px;
    font-family: var(--font-Roboto-bold);
    letter-spacing: 3px;
    font-size: var(--fs-14);
    min-width: 270px;
    transition: 0.6s;

}
.btn-transparent-blue:hover {
    color: var(--primary-1);
    background-color: transparent;
    border-color: var(--primary-1);
    transform: translateY(-6px);
    
}
.btn-blue {
    background-color: var(--primary-1);
    color: var(--secondary-2);
    border-color: var(--primary-1);
    border-width: 2px;
    border-radius: 0px;
    padding: 10px 40px;
    font-family: var(--font-Roboto-bold);
    letter-spacing: 3px;
    font-size: var(--fs-14);
    min-width: 270px;
    transition: 0.6s;
}
.btn-blue:hover {
    color: var(--secondary-2);
    background-color: var(--secondary-28);
    border-color: var(--secondary-28);
    transform: translateY(-6px);
}
.hr-divider {
    width: 80%;
    font-size: 0;
    display: block;
    line-height: 0;
    direction: ltr;
    color: var(--secondary-1);
    overflow: hidden;
    margin: 30px auto;
    position: relative;
}
.hr-divider::after, .hr-divider::before {
    content: '';
    color: inherit;
    line-height: 1;
    font-size: var(--fs-16);
    display: inline-block;
    vertical-align: middle;
}
.hr-divider::after {
    width: 100%;
    overflow: hidden;
    border-color: inherit;
    border-top-width: 5px;
    border-top-style: solid;
}
.key-feature-sect {
    padding-bottom: 40px;
}
.key-feature-title {
    font-size: var(--fs-48);
    font-family: var(--font-Roboto-light);
    text-align: center;
    margin-bottom: 40px;
    color: var(--secondary-7);
}
.features-list {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 18px;
    color: var(--secondary-1);
    display: flex;
    flex-wrap: wrap;
}
.features-list li:nth-child(odd) {
    margin-right: 4%;
}
.features-list li {
    padding: 10px 0 10px 24px;
    width: 48%;
    display: inline-block;
    float: none;
    position: relative;
}
.features-list li::after {
    content: '';
    background-image: url(../images/svg/key-ft-icon-blue.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: -4px;
    background-size: cover;
}
.red-colour li::after {
    background-image: url(../images/svg/key-ft-icon-red.svg);
}
.purple-colour li::after {
    background-image: url(../images/svg/key-ft-icon-purple.svg);
}
.green-colour li::after {
    background-image: url(../images/svg/key-ft-icon-green.svg);
}
.gray-colour li::after {
    background-image: url(../images/svg/key-ft-icon-gray.svg);
}
.orange-colour li::after {
    background-image: url(../images/svg/key-ft-icon-orange.svg);
}
.blue-colour li::after {
    background-image: url(../images/svg/key-ft-icon-blue.svg);
}
.dark-blue-colour li::after {
    background-image: url(../images/svg/key-ft-icon-dark-blue.svg);
}
.ruby-colour li::after {
    background-image: url(../images/svg/key-ft-deep-ruby.svg);
}
.viridian-colour li::after {
    background-image: url(../images/svg/key-ft-icon-viridian.svg);
}
.find-more-title {
    font-size: var(--fs-48);
    font-family: var(--font-Roboto-light);
    text-align: center;
    margin-bottom: 40px;
    color: var(--primary-1);
}
.find-more-sect p {
    color: var(--secondary-1);
    font-family: var(--font-Roboto-light);
    font-size: var(--fs-18);
    line-height: 30px;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 70px;
}
.find-more-sect {
    padding-bottom: 80px;
}
.find-more-sect p a {
    color: var(--primary-2);
    transition: 0.6s;
}
.find-more-sect p a:hover {
    color: var(--primary-1);
}
/*New key Feature section start*/

.feature-list-item ul li {
    position: relative;
    line-height: 35px;
    padding-left: 20px;
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-18);
    color: var(--secondary-1);
}
.feature-list-item ul li::after {
    content: '';
    background-image: url(../images/png/right-arrow.png);
    width: 11px;
    height: 11px;
    position: absolute;
    top: 11px;
    left: 0;
    background-size: cover;
}

/*New key Feature section end*/


/*stage 2 page st*/
.stg2-head {
    font-size: var(--fs-36);
    font-family: var(--font-Roboto-light);
    color: var(--primary-1);
}
.services-inner {
    text-align: left;
    border-top: 5px solid var(--secondary-1);
    min-height: 300px;
    margin: 25px 50px 25px 0;
}
.services-inner h4 {
    margin-top: 35px;
    font-size: var(--fs-24);
    color: var(--secondary-1);
    font-family: var(--font-Roboto-regular);
}
.services-inner p {
    font-size: var(--fs-18);
    line-height: 30px;
    margin: 20px 0px;
    color: var(--secondary-10);
}
.services-inner h4 {
    margin-top: 20px;
}
.services-inner a {
    font-family: var(--font-Roboto-bold);
    font-size: var(--fs-14);
    color: var(--primary-1);
    position: relative;
    transition: 0.3s;
}
.services-inner a:hover {
    border-bottom: 1px solid var(--primary-1);
}
.services-inner a:hover::after {
    right: -32px ; 
    transition: 0.3s;
}

.services-inner a::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -23px; /* Initially place the arrow on the right side */
    background-image: url(../images/svg/arrow-right-icn-v2.svg);
    width: 17px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
}


.st2-main-cnt-head {
    font-size: var(--fs-48);
    color: var(--primary-1);
    font-family: var(--font-Roboto-light);
    line-height: 54px;
}
.st2-main-cnt-subhead {
    margin: 20px 0;
    font-size: var(--fs-24);
    font-family: var(--font-Roboto-regular);
    color: var(--primary-1);
}
.services-mid-sect p {
    font-size: var(--fs-18);
    color: var(--secondary-1);
}
.main-content-section-stage2 {
    margin-bottom: 50px;
}
/*stage 2 page end*/
/*Banner slider start*/
.platform-banner-second {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.platform-banner-second::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
}
.page-id-6 .platform-banner-second::after {
    background-image: none;
}
.bann-sllder {
    margin: 220px 12px 100px !important;
}
.bann-slider-cnt {
    color: var(--secondary-2);
    font-size: var(--fs-36);
    font-family: var(--font-Roboto-light);
    line-height: 40px;
}
.home-silder button.owl-prev {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(-50%, -50%);
}

.home-silder button.owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
}
.home-silder .owl-item  {
    position: relative;
}
.home-silder .owl-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
}
/*Banner slider end*/
.hm-second-logo {
    height: 80px;
}
/*home page counter section st*/
.hm-counter-box {
    text-align: center;
}
/*home page counter section end*/
/*Banner second stage page start*/
.paltform-banner-second {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    width: 100%;
}
.banner-second-box {
    padding: 20px 35px 20px 230px;
    margin: 150px 0px;
    z-index: 99;
    position: relative;
    min-height: 295px;
    display: flex;   ;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bann-sub-title {
    margin-bottom: 25px;
    font-size: var(--fs-16);
    color: var(--secondary-2);
}

.bann-second-head {
    font-size: var(--fs-48);
    font-family: var(--font-Roboto-light);
    color: var(--secondary-2);
    padding-right: 40px;
    margin-bottom: 15px;
}

/*Banner second stage page end*/

/*Home page slider st*/
.learn-more-title {
    font-size: var(--fs-18);
    margin-top: 10px;
    color: var(--secondary-1);
    font-family: var(--font-Roboto-regular);
}
.learn-more-box {
    text-align: center;
}
.learn-more-title {
    font-size: var(--fs-18);
}
.serv-box a {
    font-family: var(--font-Roboto-medium);
    font-size: var(--fs-14);
    color: var(--primary-1); 
    transition: 0.3s;
    position: relative;
}
.serv-box a:hover {
    border-bottom: 1px solid var(--primary-1);
}
.serv-box a:hover::after {
    right: -32px ; 
    transition: 0.3s;
}

.serv-box a::after {
    content: '';
    position: absolute;
    top: 3px;
    right: -23px; /* Initially place the arrow on the right side */
    background-image: url(../images/svg/arrow-right-icn-v2.svg);
    width: 17px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s;
}
/*second section st*/
/* .well-lg {
    position: relative;
}
.well-lg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    background-image: url(../images/svg/bg-image-service-v1.svg);
    background-repeat: no-repeat;
    height: -webkit-fill-available;
    width: 100%;
    background-size: cover;
    background-position: right;
    opacity: 0.6;
} */
.item:hover .well-lg::after {
    background-image: none;
}

.application-suite-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.application-suite-main {
    display: flex;
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.application-suite-main .well {
    border: none;
    border-radius: 0;
    padding: 15px;
    margin: 0;
    min-height: 270px;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.1);
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.application-suite-main .well .application-suite-text {
    min-height: 150px;
    color: var(--secondary-2);
    cursor: pointer;
}

.application-suite-main .item {
    display: inline-table;
    margin: 10px;
}

.application-suite-main .item:hover .well {
    transform: translateY(-6px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.2);
}

.application-suite-main .item:hover img {
    filter: brightness(0) saturate(100%) invert(100%);
    transition: filter 0.3s ease;
}
.application-suite-main .item img {
    margin: 0px auto 15px auto;
    height: 60px;
}

.application-suite-main .well h2 {
    margin-bottom: 0px;
    font-size: var(--fs-18);
    font-family: var(--font-Roboto-medium);
    padding: 0px 10px;
    margin-bottom: 10px;
}

.application-suite-main .well p {
    color: var(--secondary-2);
    font-size: var(--fs-15);
    margin-bottom: 0px;
    display: inline-table;
    width: 100%;
}

.application-suite-main .item.red .well {
    border-top: 4px solid var(--secondary-20);
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to top,var(--secondary-20) 50%,transparent 50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.red .well p,.application-suite-main .item.red .well h2 {
    color: var(--secondary-20);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item.red .well h2 {
    padding: 0px 20px;
}

.application-suite-main .item.blue .well {
    border-top: 4px solid var(--secondary-19);
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to top,var(--secondary-19) 50%,transparent 50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.blue .well p,.application-suite-main .item.blue .well h2 {
    color: var(--secondary-19);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.item.blue .well h2 {
    padding: 0px 30px;
}

.application-suite-main .item.purple .well {
    border-top: 4px solid var(--secondary-18);
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to top,var(--secondary-18) 50%,transparent 50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.purple .well p,.application-suite-main .item.purple .well h2 {
    color: var(--secondary-18);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.orange .well {
    border-top: 4px solid var(--primary-2);
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to top,var(--primary-2) 50%,transparent 50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.orange .well p,.application-suite-main .item.orange .well h2 {
    color: var(--primary-2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.green .well {
    border-top: 4px solid var(--secondary-7);
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to top,var(--secondary-7) 50%,transparent 50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.green .well p,.application-suite-main .item.green .well h2 {
    color: var(--secondary-7);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.gray .well {
    border-top: 4px solid var(--secondary-24);
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to top,var(--secondary-24) 50%,transparent 50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.gray .well p,.application-suite-main .item.gray .well h2 {
    color: var(--secondary-24);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.application-suite-main .item.viridian .well {
    border-top: 4px solid var(--secondary-29);
    background-color: transparent;
    background-size: 100% 200%;
    background-image: linear-gradient(to top,var(--secondary-29) 50%,transparent 50%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.application-suite-main .item.viridian .well p,.application-suite-main .item.viridian .well h2 {
    color: var(--secondary-29);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.item.gray .well h2 {
    padding: 0px 50px;
}
.application-suite-main .item.red:hover .well {
    color: var(--secondary-2);
    cursor: pointer;
    background-position: 0 100%;
}

.application-suite-main .item.red:hover .well p,.application-suite-main .item.red:hover .well h2 {
    color: var(--secondary-2);
}

.application-suite-main .item.red:hover .well .btn-default {
    color: var(--secondary-2);
    border-color: var(--secondary-2);
}

.application-suite-main .item.blue:hover .well {
    color: var(--secondary-2);
    cursor: pointer;
    background-position: 0 100%;
}

.application-suite-main .item.blue:hover .well p,.application-suite-main .item.blue:hover .well h2 {
    color: var(--secondary-2);
}

.application-suite-main .item.blue:hover .well .btn-default {
    color: var(--secondary-2);
    border-color: var(--secondary-2);
}

.application-suite-main .item.purple:hover .well {
    color: var(--secondary-2);
    cursor: pointer;
    background-position: 0 100%;
}

.application-suite-main .item.purple:hover .well p,.application-suite-main .item.purple:hover .well h2 {
    color: var(--secondary-2);
}

.application-suite-main .item.purple:hover .well .btn-default {
    color: var(--secondary-2);
    border-color: var(--secondary-2);
}

.application-suite-main .item.orange:hover .well {
    color: var(--secondary-2);
    cursor: pointer;
    background-position: 0 100%;
}

.application-suite-main .item.orange:hover .well p,.application-suite-main .item.orange:hover .well h2 {
    color: var(--secondary-2);
}

.application-suite-main .item.orange:hover .well .btn-default {
    color: var(--secondary-2);
    border-color: var(--secondary-2);
}

.application-suite-main .item.green:hover .well {
    color: var(--secondary-2);
    cursor: pointer;
    background-position: 0 100%;
}

.application-suite-main .item.green:hover .well p,.application-suite-main .item.green:hover .well h2 {
    color: var(--secondary-2);
}

.application-suite-main .item.green:hover .well .btn-default {
    color: var(--secondary-2);
    border-color: var(--secondary-2);
}
.application-suite-main .item.gray:hover .well {
    color: var(--secondary-2);
    cursor: pointer;
    background-position: 0 100%;
}

.application-suite-main .item.gray:hover .well p,.application-suite-main .item.gray:hover .well h2 {
    color: var(--secondary-2);
}

.application-suite-main .item.gray:hover .well .btn-default {
    color: var(--secondary-2);
    border-color: var(--secondary-2);
}
.application-suite-main .item.viridian:hover .well {
    color: var(--secondary-2);
    cursor: pointer;
    background-position: 0 100%;
}

.application-suite-main .item.viridian:hover .well p,.application-suite-main .item.viridian:hover .well h2 {
    color: var(--secondary-2);
}

.application-suite-main .item.viridian:hover .well .btn-default {
    color: var(--secondary-2);
    border-color: var(--secondary-2);
}
.application-suite-main .btn {
    padding: 10px 20px;
    font-size: var(--fs-14);
    font-family: var(--font-Roboto-regular);
}
.application-suite-main .btn-default {
    border-width: 2px;
    border-radius: 0;
}
/*second section end*/
.hmcnt-title {
    font-size: var(--fs-48);
    font-family: var(--font-Roboto-regular);
    color: var(--primary-1);
}
.hm-counter-text {
    font-size: var(--fs-18);
    font-family: var(--font-Roboto-regular);
    color:var(--secondary-1);
}
.serv-box {
    text-align: center;
    margin: 25px 0;
}
.serv-box img {
    margin: 20px auto;
    display: block;
}
.serv-title {
    font-size: var(--fs-24);
    color: var(--secondary-1);
    font-family: var(--font-Roboto-regular);
    margin-bottom: 10px;
}
.serv-box p {
    margin: 15px auto;
    font-family: var(--font-Roboto-light);
    display: block;
    color: var(--secondary-1);
    line-height: 26px;
}
.serv-main-heading {
    font-size: var(--fs-48);
    font-family: var(--font-Roboto-light);
    text-align: center;
    margin-bottom: 35px;
    color: var(--primary-1);
}
.serv-cnt {
    color: var(--secondary-1);
    font-family: var(--font-Roboto-light);
    font-size: var(--fs-18);
    line-height: 30px;
    margin-bottom: 35px;
    text-align: center;
}
.serv-content-box {
    width: 85%;
    margin: auto;
}
.global-client-section {
    background-image: url(../images/webp/global-map-bg-compressed.webp);
    background-size: cover;
    background-position: center;
    position: relative;
}

.global-clients-main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 40px;
}
.global-title {
    font-size: var(--fs-24);
    font-family: var(--font-Roboto-regular);
    color: var(--primary-1);
    margin-bottom: 24px;
}

.global-client-section {
    padding: 80px 0px;
}
.gcmb-btm {
    margin-bottom: 80px;
}
.global-content-box {
    padding-right: 30px;
    border-right: 1px solid;
}
.global-content-box {
    padding-right: 4%;
    padding-left: 1%;
    border-right: 1px solid var(--secondary-21);
}
.global-content-box:last-child {
    border-right: none;
}
.global-content-box li {
    font-size: var(--fs-18);
    color: var(--secondary-1);
    display: block;
    font-family: var(--font-Roboto-light);
}
/*Home page slider end*/
/*talk to us page st*/
.talk-banner-sect {
    min-height: auto;
    margin-top: 250px;
}
/*talk to us page end*/
/*footer section st*/

.ft-sect {
    padding: 3% 7%;
    background-color: var(--secondary-3);
}
.ft-box h3 {
    font-size: var(--fs-20);
    color: var(--secondary-2);
    font-family: var(--font-Roboto-regular);
    margin-bottom: 25px;
}
.footer-menu-list li a {
    font-size: var(--fs-14);
    color: var(--secondary-8);
    display: block;
    line-height: 26px;
    font-family: var(--font-Roboto-light);
}
.footer-logo {
    margin-top: 25px;
}
.ft-sect-address {
    margin-top: 25px;
}
.ft-sect-address {
    font-size: var(--fs-16);
    color: var(--secondary-2);
    line-height: 26px;
    width: 50%;
}
.ft-phone-sect {
    margin-top: 25px;
}
.ft-phone-sect {
    font-size: var(--fs-16);
    color: var(--secondary-2);
    line-height: 26px;
}
.ft-phone-sect a {
    font-size: var(--fs-16);
    color: var(--secondary-2);
}
.ft-cpy {
    padding: 1.4% 7%;
    background-color: var(--secondary-9);
}
.cpy-cnt p {
    color: var(--secondary-2);
    font-size: var(--fs-14);
}
.cpy-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cpy-social a i {
    color: var(--secondary-2);
    margin: 0px 10px;
    transition: 0.6s;

}

.cpy-social a:hover i {
    transform: translate(0, -2px);
}
footer .site-logo {
    display: none;
}
footer .powered-by {
    display: none;
}
.cpy-social ul a {
    color: var(--secondary-2) !important;
}
/*Footer section end*/
/*Contact Form start*/

.contact-banner-box {
    background: var(--secondary-24);
}
.wpcf7-response-output {
    color: var(--secondary-7) !important;
    text-align: center;
    padding-bottom: 24px !important;
}
/*Contact Form end*/


/*About section start*/
.about-banner-section {
    position: relative;
    padding: 122px 0px;
    background-repeat: no-repeat;
}
.about-banner-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
}
.about-banner-cnt {
    z-index: 99;
}
.about-title-banner {
    font-family: var(--font-Roboto-light);
    font-size: var(--fs-36);
    line-height: 46px;
    color: var(--secondary-2);
    text-align: center;
    margin-bottom: 20px;
}
.about-banner-description {
    font-family: var(--font-Roboto-light);
    font-size: var(--fs-18);
    line-height: 26px;
    color: var(--secondary-2);
    text-align: center;
}
.head-primary {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-40);
    line-height: 50px;
    margin-bottom: 15px;
    color: var(--secondary-11);
}
.head-secondary {
    font-size: var(--fs-24);
    font-family: var(--font-Roboto-medium);
    margin-bottom: 15px;
    color: var(--primary-1);
}
.head-primary-white {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-40);
    line-height: 50px;
    color: var(--secondary-2);
    margin-bottom: 15px;
}
.subhead-primary {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-20);
    line-height: 30px;
    margin-bottom: 5px;
    color: var(--secondary-11);
}
.about-cnt-sect p {
    font-family: var(--font-Roboto-light);
    font-size: var(--fs-18);
    line-height: 30px;
}
.achive-bann {
    padding: 60px 0px;
}
.stand-for-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.border-blue {
    border: 3px solid var(--secondary-11);
}
.border-orange {
    border: 3px solid var(--secondary-13);
}
.stand-for-box {
    padding: 40px;
    border: 2px solid transparent;
    transition: 0.6s;
    height: 100%;
    text-align: center;
}
.brd-blue-hover:hover {
    box-shadow: 0px 3px 6px var(--secondary-12);
    border: 2px solid var(--secondary-11);
}
.brd-orange-hover:hover {
    box-shadow: 0px 3px 6px var(--secondary-12);
    border: 2px solid var(--secondary-13);
}
.stand-for-title {
    font-family: var(--font-Roboto-medium);
    font-size: var(--fs-24);
    line-height: 26px;
    margin-bottom: 20px;
    color: var(--secondary-11);
}
.stand-for-box p {
    font-family: var(--font-Roboto-light);
    font-size: var(--fs-18);
    line-height: 24px;
    color: var(--secondary-1);
}
.column-space {
    margin-bottom: 30px;
}
.client-section {
    background-image: url(../images/png/our-client-background-img-1.png);
    background-size: cover;
    background-position: center;
    position: relative;
}
.client-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
    z-index: -1;
}
.client-card {
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 100%) 0%, rgb(42 48 77 / 100%));
    display: flex;
    padding: 25px;
    border-radius: 10px;
    align-items: center;
}
.flag-icon {
    margin-right: 20px;
}
.card-title {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-20);
    line-height: 26px;
    color: var(--secondary-2);
}
.timeline-container {
    margin-top: 20px;
    padding-top: 6px;
    padding-left: 100px;
    padding-right: 100px;
}
.about-us .time-line-section {
    position: relative;
    height: auto;
}
.about-us .time-line-section .overlay-image {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -1;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
}
.about-us .time-line-section .overlay-image .mask-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-us .text-white {
    color: var(--secondary-2) !important;
}
.about-us .title {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-40);
    line-height: 50px;
    margin-bottom: 15px;
}
.count-number {
    font-family: var(--font-Roboto-bold);
    font-size: var(--fs-67);
    line-height: 80px;
    color: var(--secondary-11);
}
.plus-sec {
    font-family: var(--font-Roboto-bold);
    font-size: var(--fs-67);
    line-height: 80px;
    color: var(--secondary-11);
}
.counter-title {
    font-family: var(--font-Roboto-regular);
    font-size: 24px;
    line-height: 30px;
    color: var(--secondary-11);
}
.counter-box {
    text-align: center;
}
.founder-box {
    text-align: center;
}
.founder-img {
    position: relative;
    display: inline-block;
}
.founder-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.founder-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 50%, rgb(83 95 153 / 40%) 0%, rgb(42 48 77 / 40%));
    opacity: 1; 
    pointer-events: none;
    border-radius: 10px;
}
.fd-contant-name {
    font-family: var(--font-Roboto-bold);
    font-size: var(--fs-24);
    line-height: 28px;
    margin-bottom: 5px;
    color: var(--secondary-11);
    margin-top: 10px;
}
.fd-contant-discription {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-16);
    line-height: 20px;
    color: var(--secondary-11);
}
.timeline-section {
    background-image: url(../images/webp/time-line-bgimage.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}
.timeline-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
    z-index: -1;
}
.demo-form p {
    margin-bottom: 15px;
}

.demo-form input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid var(--secondary-15);
}
.demo-form select {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid var(--secondary-15);
    font-size: var(--fs-14);
    color: var(--secondary-25);
}
.demo-form textarea {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid var(--secondary-15);
}

.wpcf7-form-control:focus {
    border: 1px solid var(--primary-1) !important;
    border-radius: 0px !important;  
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 99, 157, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 99, 157, 0.6);
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;  
    border: 1px solid var(--primary-1) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 99, 157, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 99, 157, 0.6);             
}
.btn-cntfrm {
    color: var(--secondary-2);
    background-color: var(--primary-1);
    border-color: var(--primary-1);
    width: auto !important;
    max-width: fit-content;
    padding: 7px 40px !important;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 60px !important;
    transition: 0.6s;
}
.btn-cntfrm:hover {
    background-color: var(--secondary-28);
    border-color: var(--secondary-28);
    transform: translateY(-6px);
}
.request-demo-section {
    background-image: url(../images/webp/request-bg-compressed.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    background-repeat: no-repeat;
}
.demo-form {
  margin: auto;
  display: block;
  width: 45%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  background-color: var(--secondary-2);
  padding: 40px;
}
.whitepaper-frm {
  margin: auto;
  display: block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  background-color: var(--secondary-2);
  padding: 20px 30px;
  margin-bottom: 40px;
}
.wpcf7-response-output {
    margin: 0 !important;
    color: #dc3232;
    font-size: 14px;
    display: block;
}
.wpcf7 form .wpcf7-response-output {
    border: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: var(--secondary-5) !important;
    opacity: 1;
    font-size: var(--fs-14);
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: var(--secondary-5) !important;
    opacity: 1;
    font-size: var(--fs-14);
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: var(--secondary-5) !important;
    opacity: 1;
    font-size: var(--fs-14);
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: var(--secondary-5) !important;
    opacity: 1;
    font-size: var(--fs-14);
    }
.country-select.inside input, .country-select.inside input[type=text] {
    font-size: var(--fs-14);
    color: var(--secondary-25);
    padding: 5px 10px;
}
.country-select.inside input:focus {
    border: 1px solid var(--primary-1) !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 99, 157, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 99, 157, 0.6);
}
/*slider section start*/
.year {
    margin-bottom: 0px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: var(--font-Roboto-medium) !important;
    font-size: var(--fs-34);
    line-height: 44px;
    color: var(--primary-2) !important;
}
.about-us .timeline-container {
    margin-top: 20px;
    padding-top: 6px;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
}
.about-us .timeline-container::before {
    content: "";
    position: absolute;
    border-top: 3px var(--secondary-13) solid;
    top: 28px;
    left: 0;
    right: 0;
}

.about-us .owl-carousel .owl-dots .owl-dot {
    background: var(--secondary-2);
    border: solid;
    border-width: 1px;
    border-color: var(--secondary-15);
}

.about-us .owl-carousel .owl-dots .owl-dot.active {
    background: var(--secondary-16);
}

.about-us .owl-prev {
    position: absolute;
    top: 200px;
    left: 33px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    left: 34px;
    top: 200px;
    position: absolute;
    border-right-color: var(--secondary-14);
    border-width: 18px;
    margin-top: -16px;
}

.about-us .owl-next {
    position: absolute;
    top: 200px;
    right: -20px;
    top: 200px;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    border-left-color: var(--secondary-14);
    right: 35px;
    border-width: 18px;
    margin-top: -16px;
}

.about-us .owl-carousel.owl-loaded {
    display: block;
    position: relative;
}

.about-us .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transform: translate3d(0px,0,0);
    padding-top: 36px;
}

.about-us .owl-stage-outer {
    top: -16px;
}

.about-us .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.about-us .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.about-us .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.about-us .timeline-slide {
    margin: 50px auto 0 auto;
    width: 100%;
    position: relative;
    height: calc(100% - 50px);
}

.about-us .timeline-slide .circle {
    border: 3px var(--secondary-13) solid;
    background-color: var(--secondary-2);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-redius: 50%;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 50%;
    top: -7px;
    z-index: 2000;
    overflow: visible;
    transform: translate(-50%,0%);
}

.about-us .timeline-copy {
    color: var(--secondary-2);
    background-color: transparent;
    border: 3px solid var(--secondary-13);
    padding: 24px;
    border-radius: 10px;
    min-height: 270px;
}

.about-us .timeline-slide .vertical-line {
    border-left: 3px var(--secondary-13) solid;
    height: 40px;
    position: absolute;
    left: 50%;
    top: -47px;
    z-index: 1000;
    transform: translate(-50%,0);
}

.about-us .timeline-slide .timeline-copy .year {
    margin-bottom: 0px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translate(-50%,0);
    font-family: var(--font-Roboto-medium);
    font-size: var(--fs-34);
    line-height: 44px;
}

.about-us .timeline-slide .timeline-copy ul {
    list-style: none;
    padding: 0;
    color: var(--secondary-12);
}

.about-us .timeline-slide .timeline-copy ul li {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-20);
    line-height: 26px;
    padding-left: 20px;
    position: relative;
    color: var(--secondary-2);
}

.about-us .timeline-slide .timeline-copy ul li:not(:last-child) {
    margin-bottom: 10px;
}

.about-us .timeline-slide .timeline-copy ul li::before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 5px;
    background-size: 20px 20px;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    color: var(--secondary-13);
    font-size: var(--fs-16);
}

.about-us .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: var(--secondary-17);
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}

.about-us .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 1em;
}

.about-us .owl-carousel .owl-nav .owl-prev,.about-us .owl-carousel .owl-nav .owl-next {
    margin: 25px;
    display: inline-block;
    height: 12px;
    width: 12px;
    top: 50%;
}

.about-us .owl-carousel .owl-nav .owl-prev {
    left: -80px;
}

.about-us .owl-carousel .owl-nav .owl-next {
    right: -80px;
}

.about-us .owl-prev:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    transform: rotate(135deg);
    border-color: var(--secondary-13);
}

.about-us .owl-next:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    transform: rotate(315deg);
    border-color: var(--secondary-13);
}
.about-us .owl-prev span {
    display: none;
}

.about-us .owl-next span {
    display: none;
}

.about-us button:focus {
    outline: 0;
}

/*About section end*/

/*Common page content start*/
.common-banner {
    object-fit: cover;
    background-position: 10% 72%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.common-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(50% 50%, rgb(83 95 153 / 80%) 0%, rgb(42 48 77 / 80%));
}

.common-page-content p {
    font-size: var(--fs-20);
    margin-bottom:25px;
    color: var(--secondary-1);
}
.common-page-content a {
    font-family: var(--font-Roboto-medium);
}

.common-page-content h1 {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-44);
    margin-bottom: 15px;
    color: var(--secondary-11);
}
.common-page-content h2 {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-40);
    margin-bottom: 15px;
    color: var(--primary-1);
}
.common-page-content h3 {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-34);
    margin-bottom: 15px;
    color: var(--primary-1);
    
}
.common-page-content h4 {
    font-family: var(--font-Roboto-medium);
    font-size: var(--fs-24);
    margin-bottom: 15px;
    color: var(--primary-1);
}
.common-page-content h5 {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-20);
    margin-bottom: 15px;
    color: var(--primary-1);
}
.common-page-content h6 {
    font-family: var(--font-Roboto-regular);
    font-size: var(--fs-18);
    margin-bottom: 15px;
    color: var(--primary-1);
}
.common-page-content {
    margin-bottom: 50px;
}
.common-page-content ul {
    margin-bottom: 35px;
    list-style: disc;
    padding-left: 35px;
}
.common-page-content ul li {
    font-size: var(--fs-20);
    margin: 0 0 10px;
}
.common-page-content .mail-to-list {
    padding-left: 0px;
    list-style: none;
}
.common-page-content .mail-to-list li {
    font-size: var(--fs-18);
    font-style: italic;
    color: var(--secondary-1);
    font-family: var(--font-Roboto-bold);
    margin-bottom: 10px;
    color: var(--secondary-10);
}
.common-page-content ol {
    margin-bottom: 20px;
    padding-left: 35px;
}
.common-page-content ol li {
    font-size: var(--fs-20);
    margin: 0 0 10px;
}
/*Common page content end*/
/*Listing page content st*/
.blog-hover {
    height: 270px;
    position: relative;
    overflow: hidden;
}
.blog-sub {
    position: relative;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.blog-card-cnt {
    position: absolute;
    top: 0px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    min-height: 270px;
    padding: 20px 15px;
    width: 100%;
    z-index: 1;
}
.blog-category-label {
    font-size: var(--fs-18);
    color: var(--secondary-2);
    text-transform: uppercase;
}
.blog-sub-inner p {
    font-size: var(--fs-18);
    color: var(--secondary-2);
}
.blog-sub::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.blog-hover:hover .blog-sub {
    transform: scale(1.2);
}
.blog-list-space {
    margin: 50px -12px 30px;
}
.blog-hover-first {
    height: 560px;
}
.blog-card-first-sect {
    height: 560px;
}
.space-box {
    margin-bottom: 20px;
}
/*Listing page content end*/
/*single blog page design start*/
.single-post-content h1 {
    font-size: var(--fs-36);
    font-family: var(--font-Roboto-light);
    color: var(--primary-1);
    margin: 25px 0;
}
.single-post-content img {
    margin-bottom: 20px;
    width: 100%;
}
.single-post-content p {
    color: var(--secondary-1);
    font-size: var(--fs-18);
    line-height: 30px;
    line-height: 28px;
    margin-bottom: 25px;
    font-family: var(--font-Roboto-light);
}
.single-post-content h6 {
    font-size: var(--fs-16);
    line-height: 28px;
}
.single-post-content {
    margin-bottom: 100px;
}
.single-post-sidebar-section h3 {
    font-size: 19px;
    color: var(--primary-1);
    border-bottom: 1px solid var(--primary-1);
    padding-bottom: 15px;
    margin: 20px 0;
    line-height: 1.14;
    text-transform: uppercase;
    font-family: var(--font-Roboto-regular);
}
.single-post-content h2,h3,h4,h5,h6 {
    color: var(--secondary-1);
    font-family: var(--font-Roboto-medium);
    margin-bottom: 10px;
}
.single-post-content ul {
    margin-bottom: 20px;
    list-style: disc;
    padding-left: 35px;
}
.single-post-content ul li {
    font-size: var(--fs-16);
    margin: 0 0 10px;
}

.single-post-content ol {
    margin-bottom: 20px;
    padding-left: 35px;
}
.single-post-content ol li {
    font-size: var(--fs-16);
    margin: 0 0 10px;
}
.social-single-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category-name {
    color: var(--secondary-26);
}
.date-sect {
    font-size: var(--fs-14);
}
.post-social-icon {
    display: flex;
    gap: 16px;
}
.post-social-icon i {
    font-size: var(--fs-20);
}
.latest-post-item {
    min-height: 130px;
    border-bottom: 1px dotted var(--secondary-12) !important;
    padding-top: 15px;
}

.latest-post-item img {
    height: 100px;
    width: 100px;
    margin-right: 10px;
    float: left;
    object-fit: cover;
}
.latest-post-title {
    font-size: var(--fs-16);
    font-family: var(--font-Roboto-regular);
    margin-bottom: 5px;
}
.latest-post a {
    color: var(--secondary-1);
}
.latest-post-date {
    font-size: 14px;
    color: var(--secondary-23);
}
.sidebar-category-section p {
    border-bottom: 1px dotted var(--secondary-12) !important;
    padding-bottom: 5px;
    padding-top: 5px;
}
.sidebar-category-section a {
    font-size: 14px;
    color: var(--secondary-23);
}
.sidebar-social-icon i {
    font-size: 30px;
    margin-right: 16px;
}
.latest-post-video iframe {
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 10px;
}
.latest-post-date i {
    margin-right: 5px;
}

/*single blog page design end*/
/*at glance st*/
.vedio-sec video {
    min-height: 312px;
    width: 100%;
    object-fit: fill;
}

.book-cover img {
    height: 428px;
    max-width: 100%;
    object-fit: cover;
}
.flipbook-section {
    padding: 100px 0px;
}
.pdf-embed {
    text-align: center;
}
.pdf-sect {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 428px;
}
.pdf-title {
    font-size: var(--fs-48);
    color:var(--primary-1);
    font-family: var(--font-Roboto-light);
}
.pdf-content {
    font-size: var(--fs-18);
    color: var(--secondary-1);
}
/*video section at a glance page st*/
.vedio-sec:nth-child(even) {
    flex-direction: row-reverse;
}
.vedio-sec {
    margin-bottom: 100px;
}
.vidhead {
    font-size: var(--fs-48);
    font-family: var(--font-Roboto-light);
    color: var(--primary-1);
}
.vidcnt {
    font-size: var(--fs-18);
    line-height: 30px;
    font-family: var(--font-Roboto-light);
    color: var(--secondary-1);
}
.video-cnt-section {
    padding: 40px 0px;
}
.vedio-sec:last-child {
    margin-bottom: 0px;
}
/*video section at a glance page end*/
/*Chart start*/

.chart-title {
    color: var(--primary-1) !important;
}
.st0 {
    fill: url(#SVGID_1_);
}
.st1 {
    fill: none;
}

.st2 {
    fill: var(--secondary-2);
}

.st3 {
    font-family: var(--font-Roboto-medium)
    
}

.st4 {
    font-size: 10px;
}

.st5 {
    font-family: var(--font-Roboto-regular);
}

.st6 {
    font-size: 8px;
}

.st7 {
    fill: url(#SVGID_2_);
}

.st8 {
    fill: url(#SVGID_3_);
}

.st9 {
    fill: url(#SVGID_4_);
}

.st10 {
    fill: url(#SVGID_5_);
}

.st11 {
    fill: url(#SVGID_6_);
}

.st12 {
    fill: url(#SVGID_7_);
}

.st13 {
    fill: url(#SVGID_8_);
}

.st14 {
    fill: url(#SVGID_9_);
}

.st15 {
    fill: var(--secondary-2);
    stroke: var(--secondary-27);
    stroke-width: 5.6532;
    stroke-miterlimit: 10;
}

.st16 {
    fill: url(#SVGID_10_);
}

.st17 {
    fill: url(#SVGID_11_);
}

.st18 {
    fill: url(#SVGID_12_);
}

.st19 {
    fill: url(#SVGID_13_);
}

.st20 {
    fill: url(#SVGID_14_);
}

.st21 {
    fill: url(#SVGID_15_);
}

.st22 {
    fill: url(#SVGID_16_);
}

.hover,.show-cnt,.hidetext,.st0,path {
    transition: all 0.7s ease;
}

.items.active .hover path {
    fill: #535f9d;
}

.items.active .hover path {
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.show-cnt {
    opacity: 0;
}

.items.active .hover .hidetext {
    opacity: 0;
}

.items.active .hover .show-cnt {
    opacity: 1;
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.rotate {
    height: 200px;
    width: 200px;
    -webkit-animation: rotation 20s infinite linear;
    transform-origin: center center;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.rotate:hover {
    animation-play-state: paused;
}

.InfoMain {
    height: 700px;
    width: 100%;
    font-family: 'Roboto',sans-serif;
}

.details-tabs-container {
    height: 700px;
    position: relative;
}

.details-items {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.details-tabs-container .details-items {
    display: none;
    opacity: 0;
}

.details-tabs-container .details-items.active {
    display: block;
    opacity: 1;
}

.details-tabs-container .details-items h4 {
    font-family: var(--font-Roboto-medium);
    margin: 15px 0;
}

.details-tabs-container .details-items p {
    font-size: var(--fs-18);
    line-height: 30px;
    color: var(--secondary-1);
    font-family: var(--font-Roboto-light);
}
/*Chart End*/

/*at glance end*/
.page-id-951 header {
    display: none;
}
.page-id-951 footer {
    display: none;
}
.flipbook-main-wrapper {
    height: 100vh;
}

.menu-button-transp a {
    color: var(--primary-1) !important;
    background-color: transparent !important;
    border: 2px solid var(--primary-1) !important;
    border-radius: 0px !important;
    padding: 10px 15px !important;
    font-family: var(--font-Roboto-bold) !important;
    letter-spacing: 1px !important;
    font-size: var(--fs-14) !important;
    transition: 0.12s all linear !important;
    line-height: normal !important;
    height: auto !important;
}
.menu-button-transp a:hover {
    transform: translateY(-6px) !important;
    transition: 0.12s all linear !important;
    
}

.menu-button-blue a {
    color: var(--secondary-2) !important;
    background-color: var(--primary-1) !important;
    border: 2px solid var(--primary-1) !important;
    border-radius: 0px !important;
    padding: 10px 15px !important;
    font-family: var(--font-Roboto-bold) !important;
    letter-spacing: 1px !important;
    font-size: var(--fs-14) !important;
    transition: 0.12s all linear !important;
    line-height: normal !important;
    height: auto !important;
}
.menu-button-blue a:hover {
    transform: translateY(-6px) !important;
    color: var(--secondary-2) !important;
    background-color: var(--secondary-28) !important;
    border: 2px solid var(--secondary-28) !important;
    transition: 0.12s all linear !important;
}

@media only screen and (min-width: 1800px) {
    .ptrm2-banner-box {
        padding: 50px 35px 35px 35px;
    }
}
@media only screen and (min-width: 1600px) {
    .home-second-section .container {
      width: 1420px !important;
    } 
    .application-suite-main .well {
      min-height: 320px;
    }
    .application-suite-main .well h2 {
      font-size: var(--fs-22);
    }
    .application-suite-main .well p {
      font-size: var(--fs-18);
    }
    .application-suite-main .item img {
      margin: 0px auto 20px auto;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .section-padding {
        padding: 70px 0;
    }
    .home-padding {
        padding: 50px 0;
    }
}
@media only screen and (max-width: 1700px) {
    .banner-second-box {
        padding: 10px 35px 30px 100px;
    }
    .bann-second-head {
        padding-right: 0px;
    }
}
@media only screen and (max-width: 1600px) {
    .application-suite-main .well h2 {
        font-size: var(--fs-16);
        padding: 0px 0px;
    }
}
@media only screen and (max-width: 1440px) {
    /*.header-logo img {
        max-width: 70%;
        padding-top: 13px;
    }*/
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 0px 30px;
    }
    .header-logo {
        left: 30px;
    }
    .application-suite-main .blue .well {
        min-height: 240px;
    }
    .application-suite-main .red .well {
        min-height: 240px;
    }
    .application-suite-main .purple .well {
        min-height: 240px;
    }
    .banner-second-box {
        margin: 100px 0px;
    }
    .ptrm2-banner-box {
        min-height: auto;
    }
    .global-title {
        font-size: var(--fs-20);
        margin-bottom: 20px;
    }
    .item.blue .well h2 {
        padding: 0px 10px;
    }
    .item.red .well h2 {
        padding: 0px 10px;
    }
    .item.gray .well h2 {
        padding: 0px 30px;
    }
    .application-suite-main .well .application-suite-text {
        min-height: 160px;
    }
}

@media only screen and (max-width: 1199px) {
    /* .menu-button-transp {
        display: none !important;
    }
    .menu-button-blue {
        display: none !important;
    } */
   
    /* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px 0 0 !important;
   } */
    .item.gray .well h2 {
        padding: 0px 10px;
    }
    
    .vedio-sec {
        margin-bottom: 60px;
    }
    .pdf-title {
        font-size: var(--fs-36);
    }
    .vidhead {
        font-size: var(--fs-36);
    }
    .header-logo img {
        width: 70%;
        padding-top: 6px;
    }
    .header-logo {
        top: 15px;
    }
    .global-clients-main {
        flex-wrap: wrap;
        row-gap: 50px;
    }
    .hmcnt-title {
        font-size: var(--fs-36);
    }
    .application-suite-main .well,.copy-right-main {
        padding: 35px;
    }
    .application-suite-main .well h2 {
        min-height: 40px;
    }
    .application-suite-main .btn {
        padding: 15px 25px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .home-padding {
        padding: 20px 0;
    }
    .achive-bann {
        padding: 60px 0px !important;
    }
    .head-primary {
        font-size: var(--fs-34);
        line-height: 44px;
    }
    .head-secondary {
        font-size: var(--fs-20);
    }
    .head-primary-white {
        font-size: var(--fs-34);
        line-height: 44px;
    }
     
    .about-banner-section {
        padding: 100px 0px;
    }
    .st2-main-cnt-head {
        font-size: var(--fs-36);
        line-height: 48px;
    }
    .st2-main-cnt-subhead {
        margin: 10px 0;
        font-size: var(--fs-18);
    }
    .services-mid-sect p {
       font-size: var(--fs-16);
    }
    .services-inner {
        margin: 0px;
    }
    .stg2-head {
        font-size: var(--fs-26);
    }
    .services-inner h4 {
        font-size: var(--fs-18);
    }
    .banner-second-box {
        padding: 35px 35px 35px 100px;
    }
    .bann-second-head {
        font-size: var(--fs-36);
    }
    .pst2-banner-title {
        font-size: var(--fs-26);
    }
    .ptrm2-banner-box {
        padding: 50px 35px 50px 35px;
        margin-top: 60px;
    }
    .pstcnt-title {
        font-size: var(--fs-26);
    }
    .key-feature-title {
        font-size: var(--fs-36);
        margin-bottom: 10px;
    }
    .find-more-title {
        font-size: var(--fs-36);
        margin-bottom: 20px;
    }
    .ft-sect {
        padding: 3% 3%;
    }
    .common-page-content h2 {
        font-size: var(--fs-34);
        line-height: 44px;
    }
    .nav-fix .header-logo {
        top: 20px;
    }
    .bann-slider-cnt {
        font-size: var(--fs-24);
        line-height: 28px;
    }
    .banner-second-box {
        min-height: auto;
    }
}
/* @media only screen and (max-width: 1100px) {
    .header-logo img {
        width: 55%;
        padding-top: 9px;
    }
} */
@media only screen and (min-width: 992px) and (max-width: 1199px)  {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        margin: 0 8px 0 0 !important;
    }
    .menu-button-blue a {
        padding: 6px 9px !important;
        font-size: var(--fs-12) !important;
    }
    .menu-button-transp a {
        padding: 6px 9px !important;
        font-size: var(--fs-12) !important;
    }
    .header-logo img {
        width: 100% !important;
        max-width: 100%;
        padding-top: 0;
    }
    #mega-menu-wrap-primary #mega-menu-primary {
        padding: 0px 15px;
    }
    .header-logo {
        left: 15px;
        width: 245px;
		top: 27px;
    }
	.nav-fix .header-logo {
        top: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .menu-button-transp {
        margin: 10px !important;
        width: 140px !important;
    }
    .menu-button-transp a {
        text-align: center !important;
    }
    .menu-button-blue {
        margin: 10px !important;
        width: 140px !important;
    }
    .menu-button-blue a {
        text-align: center !important;
    }
    .header-logo img {
        padding-top: 0;
    }
    .serv-main-heading {
        font-size: var(--fs-36);
        margin-bottom: 10px;
    }
    .flipbook-section {
        padding: 20px 0px;
    }
    .vid-cnt-section {
        margin-top: 15px;
    }
    
    .details-tabs-container {
        height: auto;
        position: relative;
    }
    .details-tabs-container {
        height: 350px;
    }
    .InfoMain {
        height: 600px;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 7px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a {
        padding-bottom: 5px !important;
    }
    .demo-form {
        width: 60%;
    }
    .nav-fix .header-logo {
        top: 10px;
    }
    
    header {
        padding: 5px 0px;
    }
    .header-logo {
        top: 15px;
        left: 15px;
    }
    .common-page-content h1 {
        font-size: var(--fs-40);
    }
    .common-page-content h2 {
        font-size: var(--fs-36);
    }
    .common-page-content h3 {
        font-size: var(--fs-30);
    }

    .single-post-content h1 {
        font-size: var(--fs-26);
    }
    .application-suite-main .well h2 {
        min-height: initial;
    }
    .application-suite-main .well p {
        min-height: initial;
    }
    .application-suite-main .well {
        min-height: initial;
    }
    .abt-sect {
        flex-direction: column-reverse;
    }
    .about-cnt-sect {
        margin-top: 30px;
    }
    .abt-img-sect {
        text-align: center;
    }
    .about-title-banner {
        font-size: var(--fs-30);
        line-height: 36px;
    }
    .key-feature-title {
        margin-bottom: 0px;
    }
    .ptrm2-banner-box {
        padding: 20px 20px;
        margin-top: 250px;
    }
    .pst2-banner-title {
        text-align: center;
    }
    .pst-cnt-sidebar {
        padding-left: 0px;
    }
    .platform-st2-cnt-box {
        padding-bottom: 0px;
    }
    .features-list li:nth-child(odd) {
        margin-right: 0%;
    }
    
    .features-list li {
        width: 100%;
        padding: 10px 0px 0px 20px;
    }
    .key-feature-sect {
        padding-bottom: 0px;
    }
    .find-more-sect p {
        padding-bottom: 30px;
        width: 100%;
    }
    .hr-padd {
        padding: 20px 0;
    }
    .find-more-title {
        margin-bottom: 20px;
    }
    .find-more-sect {
        padding-bottom: 40px;
    }
    .footer-logo {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .ft-phone-sect {
        margin-top: 0px;
    }
    .count-number {
        font-size: var(--fs-50);
        line-height: 63px;
    }
}

@media only screen and (max-width: 767px) {
  .demo-form {
    padding: 20px 15px;
  }
  .whitepaper-frm {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
    .ft-first-sect {
        display: flex;
        flex-direction: column-reverse;
    }
    .global-client-section {
        padding: 40px 0px;
    }
    .find-more-sect {
        padding-bottom: 20px;
    }
    .serv-main-heading {
        font-size: var(--fs-26);
        margin-bottom: 10px;
    }
    .details-tabs-container {
        height: 250px;
    }
    .InfoMain {
        height: 500px;
    }
    .book-cover img {
        height: 350px;
    }
    .flipbook-section {
        padding: 0px 0px 30px;
    }
    .pdf-title {
        font-size: var(--fs-30);
    }
    .vidhead {
        font-size: var(--fs-30);
    }
    .pdf-sect {
        min-height: auto;
        margin-top: 20px;
        align-items: center;
    }
    .global-content-box {
        padding-right: 10px;
        padding-left: 10px;
        border-right: none;
    }
    .demo-form {
        width: 80%;
    }
    .request-demo-section {
        padding: 50px 0;
    }
    .common-page-content h1 {
        font-size: var(--fs-34);
    }
    .common-page-content h2 {
        font-size: var(--fs-28);
    }
    .common-page-content h3 {
        font-size: var(--fs-24);
    }
    .common-page-content h4 {
        font-size: var(--fs-22);
    }
    .blog-hover-first {
        height: 270px;
    }
    .blog-card-first-sect {
        height: 270px;
    }
    .global-clients-main {
        flex-wrap: wrap;
        row-gap: 50px;
        margin-top: 20px;
    }
    .hmcount {
        gap: 20px;
    }
    .hmcnt-title {
        font-size: var(--fs-26);
    }
    .hm-counter-text {
        font-size: var(--fs-16);
    }
    .application-suite-main .well {
        padding: 25px;
    }
    .application-suite-main .btn {
        padding: 10px 15px;
    }
    .application-suite-main {
        margin: 10px 0px 0px;
    }
    .learn-box {
        row-gap: 36px;
        margin-top: 20px;
    }
    .bann-sllder {
        margin-bottom: 0px !important;
        margin-top: 200px !important;    
        padding: 10px 15px;
    }
    .bann-sllder .bann-second-head {
        font-size: var(--fs-16);
    }
    .founder-box {
        margin-bottom: 30px;
    }
    .ft-sect {
        padding: 5% 3%;
    }
    .stand-for-box {
        padding: 20px;
    }
    .counter-box {
        margin-bottom: 40px;
    }
    .achive-bann {
        padding: 40px 0px !important;
    }
    .head-primary {
        font-size: var(--fs-28);
        line-height: 38px;
        margin-bottom: 5px;
    }
    .head-primary-white {
        font-size: var(--fs-28);
        line-height: 38px;
        margin-bottom: 5px;
    }
    .about-title-banner {
        font-size: var(--fs-26);
        line-height: 30px;
    }
    .st2-main-cnt-head {
        font-size: var(--fs-26);
        line-height: 34px;
    }
    .services-inner {
        text-align: center;
    }
    .platform-st2-cnt-box {
        padding: 30px 0px;
    }
    .services-inner {
        min-height: auto;
        margin-bottom: 30px;
    }
    .bann-sub-title {
        margin-bottom: 5px;
    }
    .banner-second-box {
        margin: 250px 0px 0px;
        padding: 10px 15px;
    }
    .bann-second-head {
        font-size: var(--fs-26);
    }
    .key-feature-title {
     font-size: var(--fs-26);
    }
    .pst2-banner-title {
        font-size: var(--fs-18);
    }
    .ptrm2-banner-box {
        padding: 15px 15px;
        margin-top: 250px;
    }
    .pst-cnt-box h5 {
        font-size: var(--fs-18);
    }
    .pst-cnt-box p {
        font-size: var(--fs-16);
    }
    .ptts2-sidebar-head {
        color: var(--primary-1);
        margin: 10px 0;
    }
    .btn-transparent-blue {
        min-width: auto;
    }
    .btn-blue {
        min-width: auto;
    }
    .find-more-title {
        font-size: var(--fs-26);
        margin-bottom: 10px;
    }
    .cpy-section {
        flex-direction: column;
        gap: 10px;
    }
    .cpy-cnt p {
        text-align: center;
    }
    .search-width .facetwp-input-wrap {
        min-width: 330px;
    }
    .home-silder button.owl-prev {
        position: absolute;
        top: 40%;
        left: 25px;
    }
    .home-silder button.owl-next {
        position: absolute;
        top: 40%;
        right: 15px;
    }
    .home-silder button.owl-prev img {
        height: 28px;
    }
    .home-silder button.owl-next img {
        height: 28px;
    }
    .banner-second-box {
        min-height: auto;
    }
    .bann-slider-cnt {
        font-size: var(--fs-14);
        line-height: 18px;
    }
    .common-page-content p {
        font-size: var(--fs-16);
        margin-bottom: 15px;
    }
    .policy-list {
        margin-bottom: 20px;
    }
    .policy-list li {
        font-size: var(--fs-16);
        margin-bottom:10px;
    }
    .common-page-content .mail-to-list li {
        font-size: var(--fs-16);
    }
    
    .common-page-content h2 {
        font-size: var(--fs-28);
        line-height: 38px;
        margin-bottom: 5px;
    }
    .common-page-content p {
        font-size: var(--fs-16);
        margin-bottom: 15px;
    }
    .common-page-content h4 {
        font-size: var(--fs-22);
    }
    .common-page-content ul li {
        font-size: var(--fs-16);
    }
    .nav-fix {
        background-color: var(--secondary-2);
     }
     header {
         padding: 0px;
         background-color: var(--secondary-2);
     }
     .header-logo {
        transition: none !important;
		top: 9px; 
    }
    .application-suite-main .item img {
        margin: 0px auto 10px auto;
        height: 50px;
    }
  
}
@media only screen and (max-width: 575px) {
    .features-list li {
        padding: 10px 0px 0px 30px;
    }
    .features-list li::after {
        top: 13px;
        left: 3px;
    }
    .vedio-sec video {
        min-height: 250px;
    }
    .details-tabs-container {
        height: 300px;
    }
    .InfoMain {
        height: 370px;
    }
    .pdf-sect {
        text-align: center;
    }
    .pdf-title {
        font-size: var(--fs-24);
    }
    .vidhead {
        font-size: var(--fs-24);
    }
    .post-social-icon {
        gap: 12px;
    }
    .post-social-icon i {
        font-size: var(--fs-16);
    }
    .nav-fix .header-logo {
        top: 0px;
    }
    .header-logo {
        position: relative;
        top: 14px;
        left: 10px;
        z-index: 99;
    }
    .header-logo img {
        width: 100%;
        max-width: 100% !important;
    }
    .single-post-content h1 {
        font-size: var(--fs-22);
    }
    .blog-list-space {
        margin: 20px 0px 0px;
    }
    .global-clients-main {
        row-gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        max-width: 160px;
        margin: auto;
        margin-top: 20px;
    }
    .global-title {
        margin-bottom: 10px;
    }
    .ft-sect {
        padding: 7% 3%;
    }
    .achive-bann {
        padding: 30px 0px !important;
    }
    .bann-second-head {
        font-size: var(--fs-18);
    }
    .bann-sub-title {
        font-size: var(--fs-14);
    }
    .about-banner-section {
        padding: 80px 0px;
    }
    .about-us .timeline-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .about-us .owl-prev:after {
        left: 20px;
        top: -50px;
    }
    .about-us .owl-next:after {
        left: -20px;
        top: -50px;
    }
    .ft-cpy {
        padding: 4% 7%;
    }
    .demo-form {
        width: 100%;
    }
}
@media only screen and (max-width: 430px) {
	.header-logo {
		top: 16px;
	}
}

/*404 page st*/
.error-page {
    text-align: center;
        margin-bottom: 70px;
}
.errorpg-title-text {
    font-size: var(--fs-44);
    font-family: var(--font-Roboto-regular);
    color: var(--primary-1);
    margin-bottom: 20px;
    margin-top: 25px;
}
.errorpg-sub-title {
    font-size: var(--fs-18);
    font-family: var(--font-Roboto-regular);
    color: var(--secondary-1);
    margin-bottom: 30px;
}
.error-page img {
    border-radius: 20px;
}
@media only screen and (max-width: 991px) {
    .errorpg-title-text {
        font-size: var(--fs-28);
    }
}