* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus {
    -moz-outline-style: none;
    outline: none
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    background: #fff;
    padding: 0;
}

*::selection {
    color: #fff;
    background: #ffa64d;
}

*::-moz-selection {
    color: #fff;
    background: #ffa64d;
}

*::-webkit-selection {
    color: #fff;
    background: #ffa64d;
}

*::-ms-selection {
    color: #fff;
    background: #ffa64d;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    outline: none !important;
}

body a:focus {
    outline: none !important;
}

body a:hover {
    color: #ffa64d;
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.container:after,
ul.listing:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    outline: none !important;
}

input,
select,
textarea,
.site textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    width: 100%;
    background: #fff;
}

body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"],
body input[type="tel"],
body input[type="range"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="color"],
body .site textarea,
body .contact-form textarea,
body .site select {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    height: 49px;
    line-height: normal;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    box-shadow: none;
    margin: 0;
    border: 1px solid #E6E6E6;
    color: #4D4D4D;
    outline-offset: unset;
    border-radius: 5px;
    font-size: 15px;
    outline: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    /*  tap-highlight-color: transparent;*/
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}

body textarea {
    resize: none;
    overflow: auto;
    height: 115px !important;
    padding-top: 15px !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px;
}

body h1 {
    font-size: 24px;
}

body h2 {
    font-size: 22px;
}

body h3 {
    font-size: 18px;
}

body h4 {
    font-size: 16px;
}

body h5 {
    font-size: 12px;
}

body h6 {
    font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

body p {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 170%;
    margin: 0 0 6px;
    padding: 0;
    text-align: left;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
    max-width: 1230px !important;
    margin: 0 auto !important;
    position: relative;
    float: none !important;
    padding: 0 15px !important;
}

.container .container {
    padding: 0 0 !important;
}

body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


/*Default-CSS close*/


/*Gapping*/

.section-gapping {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*Gapping close*/


/*error*/

ul {
    margin: 0;
    padding: 0;
}

a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}

body .vc_column_container>.vc_column-inner,
.container>.vc_col-sm-12>.vc_column-inner {
    padding: 0;
}

.container>.vc_col-sm-12 {
    float: none;
}

body .vc_row {
    margin: 0 auto;
}

body .vc_btn3-container {
    margin-bottom: 0;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok {
    background-color: #fff;
    border: 1px solid;
    color: red;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    width: 100%;
}

form div.wpcf7-mail-sent-ok {
    color: green;
}

.wpcf7-form-control-wrap {
    display: block;
    position: static;
}


/*Default-CSS close*/

.top-btn {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 45px;
    left: auto;
    bottom: 98px;
    border-radius: 100%;
    font-family: fontawesome;
    line-height: 45px;
    text-align: center;
    color: #fff;
    z-index: 111;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    scroll-behavior: smooth;
    font-size: 0;
    background: #fed825;
    cursor: pointer;
}

.top-btn::before {
    content: "\f106";
    font-size: 36px;
    color: #000;
}

.top-btn:hover {
    background: #fff;
    color: #fff;
}


/*back to top*/


/*element css*/


/*2021 element css*/

#main {
    padding: 0;
}

body.wp-custom-logo .site-header {
    padding: 0;
    margin: 0;
    display: block;
    row-gap: unset;
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 9999;
    background: #fff;
}

body .widget-area {
    margin: 0;
    display: block;
    padding: 0;
    grid-auto-columns: unset;
    color: #fff;
    font-size: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
[class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
    max-width: 100% !important;
    margin-bottom: 0;
    margin-top: 0;
}

body .site .button,
body input[type="submit"],
body input[type="reset"],
body .wp-block-search__button,
body .wp-block-button .wp-block-button__link {
    position: relative;
    line-height: 50px;
    background: #2D3191 !important;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 0 40px;
    min-width: 180px;
    transition: 0.5s all;
    color: #fff !important;
    font-size: 15px;
    text-align: center;
    border: 0;
    outline: none !important;
    outline: none !important;
    border-radius: 40px;
}

body .site .button:hover,
body input[type="submit"]:hover,
body input[type="reset"]:hover,
body .wp-block-search__button:hover,
body .wp-block-button .wp-block-button__link:hover {
    background: #00A551 !important;
}

body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}

body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none !important;
    text-decoration: none;
}

body.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: unset;
    color: unset;
}

#main>article {
    margin: 0;
}

.site-content>#primary>#main>article>header {
    display: none;
}

body .vc_section {
    padding-left: 0;
    padding-right: 0;
}


/*2021 element css*/

#colophon.site-footer>*,
#colophon.site-footer .widget-area>* {
    margin-top: 0;
    margin-bottom: 0;
}


/***************************[[[[[[[[[[[[[[[[[[[[Homepage css]]]]]]]]]]]]]]]]]]]]************************************/

.common-btn a,
.common-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    position: relative;
    line-height: 50px;
    background: #2D3191;
    border-radius: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 41.6px;
    transition: 0.5s all;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    margin: 23px auto 0;
    display: table;
}

.common-btn a:hover,
.common-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover,
.common-btn a:focus {
    background-color: #00A551 !important;
    color: #fff !important;
}


/*banner css*/

.main-title {
    font-size: 36px;
    line-height: 100%;
    margin: 0 0 13px 0;
    text-align: center !important;
    color: #2D3191;
    font-weight: 600;
}
.main-title-left {
    text-align: left !important;
}
div.wpcf7 .ajax-loader, div.wpcf7 .wpcf7-spinner {
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    left: auto;
    right: -25px;
    top: -1px;
    bottom: 0;
    margin: auto !important;
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: red;
    line-height: 120%;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
}

body .wpcf7 form.sent .wpcf7-response-output {
    color: green;
    border-color: green;
}

.g-recaptcha>div>div {
    height: inherit;
}

body .wpb_single_image .vc_figure,
body .wpb_single_image .vc_single_image-wrapper {
    display: block;
}

body .wpb_single_image .vc_single_image-wrapper {
    position: relative;
}

body .wpb_single_image .vc_single_image-wrapper img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    margin: auto !important;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

body .wpb_single_image.img-common-absolute .vc_single_image-wrapper img {
    position: absolute;
}

body .vc_btn3-container.vc_btn3-inline {
    display: block;
}


/*label css*/

form div {
    position: relative;
}

form label {
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
    color: #333333;
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 17px;
    line-height: normal;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    text-transform: none;
    pointer-events: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 300;
    margin: 0;
}

form div.input_focus label,
form div.value_focus label {
    -webkit-transform: scale(.75) translateY(-28px);
    -moz-transform: scale(.75) translateY(-28px);
    -ms-transform: scale(.75) translateY(-28px);
    -o-transform: scale(.75) translateY(-28px);
    transform: scale(.75) translateY(-28px);
    background-color: #2D3191;
    border-radius: 4px;
    padding: 2px 5px;
    color: #FFF;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid #2D3191;
}


/*label css*/


/*safari margin issue*/

.entry-content,
.entry-summary {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


/*safari margin issue*/


/********************header eelment**************************/

header#masthead {
    padding: 15px 0;
}

main#main .banner-section .container,
header#masthead .container {
    max-width: 1230px !important;
    display: flex;
}

main#main .banner-section .banner-row.container {
    max-width: 1460px !important;
}

header .site-logo {
    margin: 0;
    line-height: 0;
    max-width: 305px;
    transition: 0.5s all;
}

header .site-logo a {
    display: block;
}

header .site-logo .custom-logo-link {
    max-width: 100%;
    display: block;
}

header .site-logo .custom-logo-link .custom-logo {
    max-height: 100%;
    max-width: 100%;
    display: block;
}

.details-wrap .sales-support-wrap h4 {
    font-size: 14px;
    font-weight: 600;
    color: #00A551;
    margin: 0;
}

.details-wrap .sales-support-wrap>div {
    margin-left: 50px;
    position: relative;
}

.details-wrap .sales-support-wrap>div.support {
    margin-left: 70px;
}

.details-wrap .sales-support-wrap>div.support::before {
    content: "";
    position: absolute;
    left: -35px;
    background: #D7D7D7;
    width: 1px;
    height: 44px;
}

.details-wrap .sales-support-wrap a {
    padding: 0;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #2D3191;
    line-height: 140%;
    outline: none !important;
    text-decoration: none !important;
}

.details-wrap .sales-support-wrap>div>div {
    padding-left: 40px;
    position: relative;
}

.details-wrap .sales-support-wrap>div>div::before {
    border: 1px solid #2D3191;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    content: " ";
    font-family: FontAwesome;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

header .details-wrap .contact-details .sales-support-wrap .sales .sales-contact-no::before {
    background-image: url("../images/header call.png");
    background-repeat: no-repeat;
    background-position: center center;
}

header .details-wrap .contact-details .sales-support-wrap .support .sup-contact-no::before {
    background-image: url("../images/header call.png");
    background-repeat: no-repeat;
    background-position: center center;
}

header#masthead .cus-portal button {
    border: 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
    padding: 15px 32px;
    background: #2D3191;
    border-radius: 25px;
    line-height: 150%;
    position: relative;
}

header#masthead .cus-portal a {
    padding: 15px 32px;
    line-height: 150%;
    position: relative;
    border-radius: 25px;
    background: #2D3191;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF;
}

header#masthead .cus-portal a:hover {
    background: #00a651;
}

header#masthead .cus-portal a::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    background: url(../images/sprite.png ) no-repeat -6px 1px;
    vertical-align: middle;
    margin-right: 8px;
}

header#masthead .cus-portal button:hover {
    background: #00A551;
}


/*header nav*/

.details-wrap .sales-support-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header#masthead ul#primary-menu-list {
    display: flex;
}

header .primary-navigation .primary-menu-container {
    margin: 0;
}

header .primary-navigation>div>.menu-wrapper {
    justify-content: center;
}

header .primary-navigation .primary-menu-container>ul>.menu-item {
    display: block;
    width: auto;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-top: 41px;
}

header .primary-navigation .primary-menu-container>ul>.menu-item:last-child {
    padding-right: 0;
}

.details-wrap .sales-support-wrap div:not(.cus-portal) a {
    color: #2d3191;
    line-height: 100%;
}

.details-wrap .sales-support-wrap div:not(.cus-portal) a:hover {
    color: #00a651;
}

header .primary-navigation .primary-menu-container>ul>.menu-item>a {
    /* margin: 41px 0 0px 0; */
    font-size: 16px;
    color: #2D3191;
    letter-spacing: 0;
    line-height: 120%;
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-decoration: none !important;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
}

.details-wrap .sales-support-wrap a:hover,
header .primary-navigation .primary-menu-container>ul>.menu-item>a:hover,
header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a,
.primary-navigation>div>.menu-wrapper>li>.sub-menu li>a:hover,
.primary-navigation>div>.menu-wrapper>li>.sub-menu li.menu-item.current-menu-item>a,
header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-parent>a,
.footer-inne-wrap .widget.widget_nav_menu ul li.current-menu-item a {
    color: #00a551;
}

.primary-navigation .sub-menu li a {
    color: #ffffff;
    white-space: pre;
}

header .primary-navigation .primary-menu-container>ul>.menu-item:last-of-type ul.sub-menu {
    left: auto;
    right: -20px !important;
}

header .primary-navigation .primary-menu-container>ul>.menu-item:first-child ul.sub-menu {
    left: 0;
    right: auto !important;
}

header .primary-navigation .primary-menu-container>ul>.menu-item>a::after {
    position: absolute;
    height: 10px;
    width: 10px;
    content: "\f107";
    margin: 0px 0px 0px 10px;
    font-family: FontAwesome;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

header li#menu-item-77 ul.sub-menu {
    white-space: nowrap !important;
    margin: 0px 0px 0px -20px !important;
}

.primary-navigation .sub-menu li {
    transition: all 0.5s ease 0s;
}

.primary-navigation .sub-menu li:hover {
    border: 0px;
    text-decoration: none;
    background: #00A551;
    border-radius: 0px;
}

.primary-navigation .sub-menu li a:hover {
    border: 0px;
    text-decoration: none;
}

.primary-navigation .sub-menu {
    position: absolute;
    display: none;
    transition: 0.5s easy;
    border: 0px;
    margin-left: 0px !important;
    border-radius: 5px !important;
}

header nav#site-navigation .details-wrap .primary-menu-container ul li:hover .sub-menu {
    display: block;
    border: 0px;
    background: #2D3191;
    color: #fff;
    right: -18px;
}

header nav#site-navigation .details-wrap button {
    display: none;
}

header#masthead .cus-portal button {
    display: block !important;
}


/*header nav*/


/*sub menu css*/

header .primary-navigation .primary-menu-container>ul>.menu-item.menu-item-has-children {
    margin-right: 65px;
}

header .primary-navigation .primary-menu-container>ul>.menu-item.menu-item-has-children:last-child {
    margin-right: 40px;
}

header .primary-navigation .primary-menu-container>ul>.menu-item.menu-item-has-children .primary-navigation .sub-menu li {
    margin-right: 15px;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle {
    position: absolute;
    height: 13px;
    width: 11px;
    top: 4px;
    right: 19px;
    background: transparent;
    border: 0;
    bottom: auto;
    padding: 0;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus svg,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus svg {
    display: none;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle>span {
    height: inherit !important;
    width: inherit;
    position: relative;
    font-family: fontawesome;
    font-size: 17px;
    color: #333;
    line-height: 16px;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle>span::before {
    content: "\f107";
}


/*sub menu css*/

header .primary-navigation>div>.menu-wrapper>li>.sub-menu {
    border: 0;
    margin: 15px 0 0 0;
    padding: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    display: block !important;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle[aria-expanded="true"]+.sub-menu {
    transform: scaleY(1);
}

header .primary-navigation>div>.menu-wrapper>li>.sub-menu>li {
    background: #32327c;
    border-bottom: 1px solid #fe9eb9;
    margin: 0;
}

header .primary-navigation>div>.menu-wrapper>li>.sub-menu>li:first-child {
    border-radius: 6px 6px 0 0;
}

header .primary-navigation>div>.menu-wrapper>li>.sub-menu>li:last-child {
    border-bottom: 0;
    border-radius: 0 0 6px 6px;
}

header .primary-navigation>div>.menu-wrapper>li>.sub-menu::before,
header .primary-navigation>div>.menu-wrapper>li>.sub-menu::after {
    border-bottom-color: #32327c;
    border-width: 0 8px 8px 8px;
    top: -8px;
    left: 15px;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu li>a {
    color: #fff;
    padding: 11px 15px;
    font-size: 14px;
}

header .primary-navigation>div>.menu-wrapper>li>.sub-menu::after {
    content: "";
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    bottom: auto;
    background: transparent;
    height: 19px;
    width: auto;
    border: 0;
}


/*sub menu css*/


/********************header eelment***************************/


/**/


/***************************[[[[[[[[[[[[[[[[[[[[Homepage css]]]]]]]]]]]]]]]]]]]]************************************/

main#main section.banner-section .vc_col-sm-6:first-child {
    width: 68%;
    margin-left: 0px;
}

main#main section.banner-section .vc_col-sm-6:last-child {
    margin-left: -120px;
    width: 68%;
    margin-right: -5px;
}

main#main section.banner-section .banner-img-1 img {
    clip-path: polygon(0% 0%, 102% -5%, 84% 100%, 0% 100%);
    border-radius: 30px;
}

main#main section.banner-section .vc_col-sm-6 h2.vc_custom_heading,
main#main section.banner-section .vc_col-sm-6>.vc_column-inner>.wpb_wrapper>div:not(:first-child) {
    left: 100px;
    position: absolute;
    color: #FFF;
    top: auto;
    z-index: 1;
    bottom: 262px;
    font-size: 32px;
    font-weight: 600;
}

main#main section.banner-section .container .vc_col-sm-6>.vc_column-inner>.wpb_wrapper h2+div {
    bottom: 125px;
    width: 67%;
}

main#main section.banner-section .container .vc_col-sm-6>.vc_column-inner>.wpb_wrapper p {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

main#main section.banner-section .vc_col-sm-6>.vc_column-inner>.wpb_wrapper>div.common-btn {
    bottom: 58px;
}

main#main section.banner-section .vc_col-sm-6 a {
    font-size: 16px;
    padding: 0 30px;
    min-width: 0;
    line-height: 44px;
    border-radius: 25px;
    color: #114F87;
    background: #FFF;
    font-weight: bold;
}

main#main section.banner-section .vc_col-sm-6 a:hover {
    background: #00A551;
    color: #FFF;
}

html.show .tech-section {
    padding-bottom: 105px;
    padding-top: 128px;
}

html .tech-section .tech-cntnt p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
    color: #555;
    margin-top: 30px;
}

header .primary-navigation .primary-menu-container>ul>.menu-item:last-of-type {
    margin-right: 21px !important;
}

.contact-form .row-one>div {
    margin-bottom: 27px;
    display: inline-block;
    width: 100%;
}

.contact-form .row-one>div.message textarea {
    padding: 10px;
    float: left;
    width: 100%;
}

html.show .tech-section form.wpcf7-form {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 20px #000;
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    max-width: 1005px;
    z-index: 99999;
    background: #FFF;
    transform: translateY(-50%);
    bottom: auto;
    margin: auto !important;
    display: none;
    max-height: 650px;
}

html.show  .tech-section form.wpcf7-form {
    display: block;
}

html.show form div.section-title h2.main-title {
    margin-bottom: 15px;
}


/*html.show::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #000;
    bottom: 0;
    z-index: 9999;
    opacity: 0.8;
}*/

html.show  .tech-section::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #000;
    bottom: 0;
    z-index: 9999;
    opacity: 0.8;
}

html.show {
    overflow: hidden;
}

html.show .contact-form .row-one>div.captcha-remove {
    display: flex;
    justify-content: center;
    align-items: center;
}

html.show .contact-form .row-one>div.captcha-remove>p {
    position: relative;
    margin-left: 20px;
}

html.show .tech-section form.wpcf7-form .close-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #2D3191 !important;
    padding: 0;
    background: #FFF !important;
    cursor: pointer;
    box-shadow: 0 0 10px #000;
    font-size: 0;
}

html.show  .tech-section form.wpcf7-form .close-btn::before,
html.show  .tech-section form.wpcf7-form .close-btn::after {
    background: #2D3191;
    position: absolute;
    content: "";
    width: 26px;
    height: 2px;
    left: 10px;
    top: 21px;
    transform: rotate(-45deg);
}

html.show  .tech-section form.wpcf7-form .close-btn::after {
    transform: rotate(45deg);
}

html.show  .tech-section form.wpcf7-form .close-btn:hover {
    background: #2D3191 !important;
}

html.show  .tech-section form.wpcf7-form .close-btn:hover::before,
html.show  .tech-section form.wpcf7-form .close-btn:hover::after {
    background: #FFF !important;
}

html.show .tech-section .tech-content p span.blue {
    color: #2D3191;
}

main#main .tech-section .right-side-btn {
    position: absolute;
    right: 0;
    left: auto;
    margin: 0;
}
main#main .tech-section {
    display: block;
}
main#main .tech-section .right-side-btn button {
    background: #2D3191 url(../images/sprite.png ) no-repeat 20px -23px;
    max-width: 170px;
    min-width: 0;
    padding: 0;
    padding-left: 60px;
    line-height: 110%;
    height: 66px;
    text-align: left;
    border-radius: 0;
    font-size: 18px;
}
main#main .tech-section .right-side-btn button:hover {
    background-color: #00A54F;
}
#content .client-review-sec ul.our-review li {
    max-width: 540px;
    float: left;
    width: 47%;
    margin-top: 90px;
}
main#main .tech-section .tech-row form.wpcf7-form {
    display: none;
}
#content .client-review-sec ul.our-review li:nth-child(2n) {
    float: right;
}

#content .client-review-sec ul.our-review li:nth-child(2n+1) {
    clear: left;
}

#content .client-review-sec ul.our-review li>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

#content .client-review-sec ul.our-review li>div img {
    margin: 0;
    max-width: 80px;
    max-height: 80px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

#content .client-review-sec ul.our-review li>div .client-title {
    font-size: 24px;
    color: #2D2F91;
    font-weight: 600;
    margin: 0;
}

#content .client-review-sec ul.our-review li>div p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

#content .client-review-sec ul.our-review li div.smart-dic {
    padding-left: 60px;
    margin-top: 40px;
    position: relative;
}

#content .client-review-sec ul.our-review li div.smart-dic::before,
#content .client-review-sec ul.our-review li>div::before {
    background: url(../images/sprite.png ) no-repeat -1px -113px;
    position: absolute;
    content: "";
    width: 54px;
    height: 40px;
    left: -3px;
    top: -12px;
}

#content .client-review-sec ul.our-review li>div::before {
    left: auto;
    right: 0;
    top: 16px;
    background-position: 1px -172px;
    height: 50px;
}

#content .client-review-sec {
    background: url(../images/review-sec-bg.jpg ) no-repeat 0 0px;
    background-size: 100% 100%;
    padding: 225px 0 230px;
}

#content .client-review-sec ul.our-review {
    margin-bottom: 90px;
    display: block;
}
body .tech-section {
    display: none;
}
html.show body .tech-section {
    display: block;
}


/*
    font-family: 'Roboto', sans-serif;
*/

.why-trust-section {
    padding: 100px 0px 117px 0px;
}

.why-trust-section h2.main-title {
    margin: 0px 0px 20px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.why-trust-section .why-trust-content p {
    text-align: center !important;
    font-size: 24px !important;
    line-height: 26px !important;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.why-trust-section h2.response-heading {
    margin: 0px;
    text-align: center !important;
    font-size: 21px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 90px 0px 0px 0px;
    line-height: 16px;
}

.why-trust-section h2.resolution-heading {
    margin: 0px;
    text-align: center !important;
    font-size: 21px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    padding: 90px 0px 0px 0px;
    line-height: 16px;
}

.why-trust-section .industry-standard {
    background-size: cover;
    margin: 30px 0px 0px 0px !important;
    padding: 0px 0px 0px 100px !important;
    background-image: url(../images/indudtrial.png);
    background-position: 78% 0;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center !important;
}

.why-trust-section .vc_col-sm-6:first-child .industry-standard {
    background-image: url(../images/Industrial1.png);
}

.why-trust-section .bluebonnet {
    background-size: cover;
    margin: 30px auto 0px auto !important;
    padding: 0px 90px 0px 0px !important;
    background-image: url(../images/bluebonnet.png);
    background-position: 26% 0;
    background-size: auto;
    background-repeat: no-repeat;
    text-align: center !important;
}

.why-trust-section .industry-standard .counter {
    font-size: 40px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
}

.why-trust-section .industry-standard p {
    text-align: center !important;
    font-size: 17px;
    color: #999999;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: -20px 0px 0px 0px !important;
}

.why-trust-section .bluebonnet .counter {
    font-size: 40px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 15px 0px 0px 0px;
}

.why-trust-section .bluebonnet p {
    text-align: center !important;
    font-size: 17px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: -20px 0px 0px 0px !important;
}

.why-trust-section h2.industry-heading {
    text-align: center !important;
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 22px 0px 0px 0px;
}

.why-trust-section h2.bluebonnet-heading {
    text-align: center !important;
    font-size: 17px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 22px 0px 0px 0px;
}


/*Footer*/

.site-footer {
    background: url("../images/footer-bg.png");
    background-repeat: no-repeat;
    max-width: 100% !important;
    margin: 50px 0px 0px 0px;
    background-size: cover;
    background-position: -95px -39px;
    padding: 0px 0px 0px 0px !important;
}

.site-footer .footer-content-wrap {
    border-radius: 5px;
    background: #124A90 url(../images/footer-headerbg.png);
    background-position: -30px -120px;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 13px 20px 18px 54px;
    max-width: 80%;
    margin: 0 auto;
    top: -50px;
    width: 100%;
    max-width: 1110px !important;
    margin: 0 auto !important;
    position: relative;
    float: none !important;
    box-shadow: rgb(0 0 0 / 45%) 0px 3px 11px 1px;
}

.site-footer .question-cms {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-footer .question-content {
    width: 60%;
    color: #fff;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.site-footer .question-content span {
    font-size: 24px;
    font-weight: 500;
}

.site-footer .session {
    width: 40%;
}

.site-footer .session .support-session {
    position: relative;
    line-height: 49px;
    background: #2D2F90 !important;
    border-radius: 43px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 0 33px 0 34px;
    transition: 0.5s all;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    display: table;
    float: right;
}

.site-footer .session .support-session:hover {
    background: #00A551 !important;
}

.wp-block-group__inner-container {
    float: left !important;
}

.site-footer .footer-custom-wrap {
    max-width: 1110px !important;
    margin: 0 auto !important;
    top: 0;
    position: relative;
}

.site-footer .footer-custom-wrap .footer-inne-wrap {
    width: 100%;
    position: relative;
    float: none !important;
    display: flex;
    margin-top: -15px;
}

.footer-custom-wrap .footer-inne-wrap h2.widgettitle {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.footer-inne-wrap .widget nav {
    margin: 0px !important;
}

.footer-inne-wrap .widget_nav_menu h2 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0px 0 5px !important;
}

.footer-inne-wrap .widget_block {
    width: 30%;
}

.footer-inne-wrap .widget_block .widget_nav_menu {
    padding: 0px !important;
}

.footer-inne-wrap .widget_nav_menu {
    width: 20%;
}

.footer-inne-wrap section#nav_menu-3 {
    padding: 0px 0px 0px 20px;
}

.footer-inne-wrap section#nav_menu-4 {
    padding: 0px 0px 0px 0px;
}

.footer-inne-wrap section#nav_menu-5 {
    padding: 0px 0px 0px 15px;
}

.footer-inne-wrap section#nav_menu-7 {
    padding: 0px 0px 0px 35px;
}

.footer-inne-wrap .widget_block .widget.widget_nav_menu {
    width: 100%;
}

.footer-inne-wrap .widget.widget_nav_menu {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.footer-inne-wrap .widget.widget_nav_menu:first-child {
    min-width: 300px;
}
.footer-inne-wrap .widget.widget_nav_menu ul li {
    line-height: 20px;
    padding: 0px 0px 0px 18px;
    margin-bottom: 10px;
}

.footer-inne-wrap .widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0px;
}

.footer-inne-wrap .widget.widget_nav_menu ul li a {
    color: #A9B4C5;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.footer-inne-wrap .widget.widget_nav_menu ul li::before {
    content: " ";
    margin: 0px 0px 0px -20px !important;
    background: url("../images/footer menu arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 20px;
    width: 10px;
}

.footer-inne-wrap .widget.widget_nav_menu ul li a:hover {
    color: #06a64c;
}

.chat-box {
    display: block;
    float: right;
    position: fixed;
    top: 550px;
    right: 50px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background: #EFEFEF url("../images/chat.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 99999;
    line-height: inherit;
}

.chat-box .chat-btn {
    /* background: #fff; */
    font-size: 0px;
    display: block;
    height: inherit;
    width: inherit;
}

button.top-up {
    border-radius: 100%;
    font-size: 0px;
    background: #EFEFEF !important;
    position: fixed;
    top: auto;
    left: auto;
    right: 50px;
    bottom: 70px;
    z-index: 99;
    line-height: inherit;
    padding: 10px 14px;
    height: 46px;
    width: 46px;
}

button.top-up i.fa-solid.fa-arrow-up-long {
    font-size: 20px !important;
    color: #114B91 !important;
    text-align: center !important;
}

.additional-info {
    position: relative;
    /* top: -110px; */
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: static;
    float: none !important;
    padding: 0 15px !important;
    display: flex;
    flex-wrap: wrap;
}

.additional-info>div {
    margin-left: auto;
}

.additional-info .address {
    width: 245px;
    height: auto;
    float: left;
    /* margin: 0px 0px 0px 0px; */
    position: static;
    /* right: 380px; */
    color: #A9B4C5 !important;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin-right: 80px;
}

.additional-info .address::before {
    content: " ";
    height: 30px;
    width: 38px;
    border: 2px solid #40679D;
    border-radius: 100%;
    float: left;
    margin: 7px 0 0 0;
    background: url("../images/location.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.additional-info .contact-details::before {
    content: " ";
    height: 28px;
    width: 28px;
    border: 2px solid #40679D;
    border-radius: 100%;
    margin: 5px 17px 0px 0px;
    background: url("../images/call.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.additional-info .contact-details {
    display: flex;
    width: 245px;
    height: 50px;
    right: 0px;
    position: static;
}

.additional-info .sales-support-wrap .sales .sales-contact-no {
    display: flex;
    color: #A9B4C5 !important;
    font-size: 14px;
    margin-bottom: 5px;
    /* Line Height: 21px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}

.additional-info .sales-support-wrap .support .sup-contact-no {
    display: flex;
}

.additional-info .sales-support-wrap .sales .sales-contact-no h4::after,
.additional-info .sales-support-wrap .support .sup-contact-no h4::after {
    content: ":";
    margin-left: -2px;
    margin-right: 4px;
}

.additional-info .sales-support-wrap .sales .sales-contact-no h4 {
    color: #A9B4C5 !important;
    font-size: 16px;
    /* Line Height: 21px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0px;
}

.additional-info .sales-support-wrap .sales .sales-contact-no a {
    color: #A9B4C5 !important;
    font-size: 16px;
    line-height: 137%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
}

.additional-info .sales-support-wrap .sales .sales-contact-no a:hover,
.additional-info .sales-support-wrap .support .sup-contact-no a:hover,
.site-info .site-design p a:hover,
.site-footer>.site-info>div>div.widget-page li>a:hover {
    color: #06a64c !important;
}

ul#menu-privacy-policy li a:hover,
ul#menu-terms-conditions li a:hover {
    color: #C1D3EC !important;
}

.additional-info .sales-support-wrap .support .sup-contact-no h4 {
    color: #A9B4C5 !important;
    font-size: 16px;
    /*Line Height: 21px;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0px;
}

.additional-info .sales-support-wrap .support .sup-contact-no a {
    color: #A9B4C5 !important;
    font-size: 16px;
    line-height: 135%;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
}

.site-info {
    position: relative;
    width: 100%;
    max-width: 1110px !important;
    margin: 0px auto !important;
    float: none !important;
    border: 0px !important;
    display: flex;
    flex-wrap: wrap;
}

.site-info .powered-by {
    float: none;
    margin: 0px !important;
    width: 100%;
    color: #A9B4C5;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    padding: 0;
    position: static;
}

.site-footer>.site-info>div {
    width: auto;
}

.site-info .site-design {
    margin: 0px 0 0 auto !important;
    width: 100%;
    padding: 0;
    position: static;
}

.site-info .site-design p {
    float: right;
    color: #A9B4C5;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.site-info .site-design p a,
.site-footer>.site-info>div>div.widget-page li>a {
    color: #C1D3EC !important;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: middle;
}


/* 09-07-2022 */


/*404 page css*/

.error404-wrapper header {
    box-shadow: none !important;
    padding: 0;
    border: 0;
}

.error404-wrapper .section-heading {
    font-size: 95px;
    color: #07152f;
    margin-bottom: 3px;
    padding-bottom: 5px;
    text-align: center;
    line-height: 120%;
    font-weight: bold;
}

.error404-wrapper .section-heading::before {
    background: #000;
}

.error404-wrapper .page-content h2 {
    text-align: center;
    font-size: 28px;
}

.error404-wrapper .page-content p {
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin-bottom: 5px;
}

.error-404.not-found {
    padding: 0;
}

.error404-wrapper.section-gapping {
    padding: 100px 15px !important;
}

.error404 {
    height: 100%;
}

.error404>#page {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}

.error404 {
    display: flex;
    height: 100%;
    flex-flow: column nowrap;
    width: 100%;
}

.error404 .custom-btn {
    margin: 0 !important;
    text-align: center;
}

.container.error404-wrapper {
    padding-top: 120px;
    padding-bottom: 140px;
}

.error404 #content {
    padding: 0;
}

.error404 .common-btn {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.error404 .common-btn a {
    min-width: 180px;
    padding: 0 25px;
    line-height: 50px;
}

.error-404.not-found .vc_btn3 {
    /* min-width: auto; */
}

main#main>.error-404 {
    padding: 100px 0;
}

html,
html body {
    overflow-x: hidden;
}

footer#colophon {
    width: 100%;
    max-width: 100%;
    position: relative;
}


/* 09-07-2022 */


/* 11-07-2022 */

.site-footer>.site-info {
    padding: 0 15px 15px;
}

.for-footer {
    display: none;
}

section.vc_section.banner-section {
    left: 0 !important;
    width: 100% !important;
}

.contact-form {
    margin-bottom: 40px;
}


/* 11-07-2022 */


/* 13-07-2022 */

.site-info>.widget-wrap,
.site-footer>.site-info>div>div.widget-page {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-footer>.site-info>div>div {
    width: auto;
}

.site-footer>.site-info>div>div.widget-page ul {
    line-height: 0;
}

.site-footer>.site-info>div>div.widget-page {
    margin-left: 15px;
}

.site-info .widget-page .clw-widget:last-child {
    padding-left: 13px;
    margin-left: 13px;
    position: relative;
}

.site-info .widget-page .clw-widget:last-child::before {
    content: "";
    display: inline-block;
    position: absolute;
    border-left: 1px solid #00A651;
    height: 15px;
    left: 0;
    top: 4px;
}

ul#menu-privacy-policy li a,
ul#menu-terms-conditions li a {
    color: #00A651 !important;
}

.cus-portal.for-mobile,
.free-quote.tech-btn.for-mobile {
    display: none;
}

.contact-form .request-quate-one>div>div>div {
    height: 100%;
}

.contact-form .wpcf7-not-valid iframe {
    border: 1px solid red;
    border-radius: 4px;
}


/* 13-07-2022 */

footer .site-info .site-design a {
    color: #C1D3EC !important;
    text-decoration: none !important;
    margin-top: 0;
    font-weight: 600;
}


/*404*/

.error-404 p {
    text-align: center;
}

body.error404 .error-404 .\34 04-number p {
    font-size: 150px;
    color: #2D3191;
    font-weight: bold;
    line-height: 100%;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
}

body.error404 .error-404 .\34 04-number p .green,
body.error404 .error-404 p.text-error {
    color: #00a651;
}

.error404-wrapper header .section-heading {
    padding: 0;
    margin: 0;
}

body.error404 .not-found.default-max-width h2 {
    font-size: 20px;
    color: #000000;
    line-height: 180%;
    letter-spacing: 0.40px;
    font-weight: 500;
    margin: 0 0 4px 0;
}

body.error404 .content-404 p {
    margin: 0;
    font-size: 17px;
    color: #000000;
    line-height: 180%;
    letter-spacing: 0.34px;
    font-weight: 400;
}

body.error404 .error-404 .\34 04-number {
    margin-bottom: 10px;
}

main#main>.error-404 {
    padding: 99px 0 98px;
}


/*404*/

footer#colophon::before {
    content: '';
    display: block;
    background: url(../images/bg-f.png)no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    position: absolute;
    bottom: 0;
    top: 0;
    background-size: cover;
}

body.home .breadcrumbs {
    display: none;
}

html.show body {
    pointer-events: none;
}

html.show {
    pointer-events: none;
}

html.show .tech-section form.wpcf7-form {
    pointer-events: auto;
}

.banner-img-1 .vc_single_image-wrapper.vc_box_border_grey {
    max-height: 600px;
}

.tech-sub-heading p {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 120%;
    margin-top: 15px;
    display: block;
}

section.vc_section.choose-us-section {
    padding: 120px 0px 0px;
}

.choose-us-heading.main-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    text-align: left !important;
}

.chs-us-rght-cntnt ul li {
    position: relative;
    padding-left: 30px;
    padding: 0px 0px 9px 30px;
    font-size: 18px;
}

.chs-us-rght-cntnt ul li:before {
    content: "";
    height: 20px;
    width: 20px;
    display: inline-block;
    background: url(../images/right-img.png)no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
}

.review-btn.common-btn button {
    text-align: left;
    margin-left: 0px !important;
}

.question-content p {
    color: #fff !important;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
}

.choose-us-section .chs-us-rght-cntnt {
    padding-left: 50px;
}

.choose-us-heading.main-title.m-view {
    display: none;
}


/* 04-08-2022 */


/* locationpage css frome here****** */

.breadcrumbs {
    background: #f3f5f7;
    line-height: 100%;
    padding: 14px 0 12px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 16px;
    color: #555;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    display: inline;
}

.breadcrumbs a::after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 10px;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    color: #555555 !important;
    pointer-events: none;
}

.breadcrumbs span.breadcrumb_last,
.breadcrumbs a:hover {
    color: #00A651;
}

.breadcrumbs span.breadcrumb_last {
    font-weight: bold;
}

.main-title.inner-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 600 !important;
    text-align: left !important;
}

body:not(.home) p {
    color: #555;
    line-height: 188%;
}

.tech-sec p {
    padding-right: 10px;
}

.tech-sec .common-btn button.vc_btn3 {
    margin: 0 !important;
}

.tech-sec .common-btn {
    padding-top: 15px;
}

.texas-location.section-gapping {
    padding-top: 0;
}

.container.loc-hdng-cntnt .main-title.inner-title,
.container.loc-hdng-cntnt p {
    text-align: center !important;
}

.container.loc-hdng-cntnt .main-title.inner-title {
    margin-bottom: 20px;
}


/* 04-08-2022 */


/*---about-page(why-choose-us)--*/

section {
    position: relative;
}

section.y-chse-us-sec>.vc_row-fluid,
section.your-scss-section>.vc_row-fluid,
section.sets-us-aprt-sec>.vc_row-fluid+.vc_row-fluid,
.why-choose-section>.vc_row-fluid {
    display: flex;
    align-items: center;
}

section.y-chse-us-sec,
.meet-bluebonnet-section,
section.cnnct-bbt-sec,
section.bbt-exprnce-sec,
html body section.pd-150 {
    padding-top: 50px;
    padding-bottom: 150px;
}

body .inner-title {
    color: #193567;
    line-height: 140%;
    font-size: 34px;
}

section.y-chse-us-sec p i,
.common-p-i p i,
.common-p-i p em {
    color: #2D3191;
    font-style: normal;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px !important;
}

body .image-block {
    width: 47%;
    position: relative;
    z-index: 9;
}

body .content-block {
    width: 53%;
    padding-left: 50px;
}

.common-btn.left-btn a,
.common-btn.left-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    margin: 20px 0 0 !important;
}


/*--section-2--*/

section.your-scss-section,
section.leadership-team-section,
section.schdle-metng-sec,
section.y-chse-bbt,
html body section.bg-design {
    background: #F3F5F7;
    padding-top: 38px;
    padding-bottom: 160px;
    position: relative;
}

.your-scss-section .content-block,
.schdle-metng-sec .content-block {
    padding: 0 50px 0 0;
}

.content-block p,
body:not(.home) p {
    text-align: justify;
}

body:not(.home) p section.your-scss-section::before,
section.leadership-team-section::before,
section.vc_section.your-scss-section.section-gapping::before,
section.your-scss-section::after,
section.leadership-team-section::after,
section.your-scss-section>div.container::before,
section.leadership-team-section>div.slider-wrap::before,
section.schdle-metng-sec::before,
section.schdle-metng-sec::after,
section.schdle-metng-sec .container::before,
section.y-chse-bbt::before,
section.y-chse-bbt>div.container+.container::before,
section.y-chse-bbt::after,
html body section.bg-design::before,
html body section.bg-design::after,
html body section.bg-design .b-design::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 120px;
    z-index: 1;
    top: -119px;
    bottom: auto;
    background: url(../images/shape-about-page.png)no-repeat;
    background-size: 100% 100%;
}

section.your-scss-section::after,
section.leadership-team-section::after,
section.schdle-metng-sec::after,
html body section.bg-design::after,
section.y-chse-bbt::after {
    bottom: -2px;
    top: auto;
    height: 217px;
    background: url(../images/shape-ab-2.png)no-repeat;
    background-size: 100% 100%;
}

section.your-scss-section>div.container::before,
section.leadership-team-section>div.slider-wrap::before,
section.schdle-metng-sec .container::before,
section.y-chse-bbt>div.container+.container::before,
html body section.bg-design .b-design::before {
    bottom: -140px;
    height: 217px;
    top: auto;
    pointer-events: none;
    left: -148px;
    background: url(../images/shadow-img-ab-page.png)no-repeat;
    background-size: auto;
    z-index: 1;
    background-position: left center;
}


/*--section-3--*/

section.sets-us-aprt-sec {
    padding-top: 65px;
}

section.why-choose-section,
section.sets-us-aprt-sec {
    z-index: 99;
    background: #fff;
    position: relative;
}

section.sets-us-aprt-sec .inner-title+.wpb_text_column p {
    margin: -5px 0 0;
    text-align: justify;
}

.content-block ul li,
.list-item ul li {
    padding-left: 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    color: #555;
    font-size: 18px;
    margin-bottom: 23px;
    line-height: 100%;
}

.content-block ul li::before,
.list-item ul li::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 25px;
    height: 25px;
    pointer-events: none;
    top: 0;
    background: url(../images/right-img.png)no-repeat;
}

body section .set-part-title {
    margin-bottom: 42px !important;
}

span.blue-text {
    color: #2D2F90;
    text-shadow: 0 0;
}

.slider-wrap ul.tabs-nav {
    margin-top: 18px;
}

.slider-wrap ul.tabs-nav li a {
    border-radius: 16px;
    overflow: hidden;
    height: 235px;
    border: 4px solid transparent;
}

.slider-wrap ul.tabs-nav li a:hover,
.slider-wrap ul.tabs-nav li a.active1 {
    border-color: #2D2F90;
    transition: all 0.5s;
}

.slider-wrap ul.tabs-nav li {
    padding-bottom: 14px;
}

.slider-wrap ul.tabs-nav li a::before,
body div#content .common-tab .vc_tta-tab>a::after,
body div#content .common-tab .vc_tta-tabs .vc_tta-panel a:after {
    content: '';
    width: 0;
    height: 0;
    top: auto;
    bottom: 2px;
    pointer-events: none;
    border-left: 12px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #2d3191;
    position: absolute;
    border-radius: 0px;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    z-index: 999;
}

.slider-wrap ul.tabs-nav li a:hover::before,
.slider-wrap ul.tabs-nav li a.active1::before {
    opacity: 1;
    transition: all 0.5s;
}

.slider-wrap ul.tabs-nav .owl-nav button {
    width: 30px;
    height: 30px;
    border: 3px solid #CCCCCC;
    background: url(../images/sprite.png)no-repeat;
    background-position: -34px -242px;
    background-color: transparent;
    border-radius: 100%;
    position: absolute;
    top: -57px;
    transition: all 0s;
    left: auto;
    right: 0;
}

.slider-wrap ul.tabs-nav .owl-nav button.owl-prev {
    right: 41px;
    background-position: 5px -242px;
}

.slider-wrap ul.tabs-nav .owl-nav button:hover {
    border-color: #00A651;
    transition: all 0s;
    background-position: -33px -276px;
}

.slider-wrap ul.tabs-nav .owl-nav button.owl-prev:hover {
    background-position: 6px -276px;
}

.slider-wrap ul.tabs-nav .owl-dots,
.slider-wrap ul.tabs-nav .owl-nav button span,
.testimonials-review.owl-carousel .owl-nav button span,
.testimonials-review.owl-carousel .owl-dots {
    display: none;
}

.slider-wrap ul.tabs-nav li a img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.team-title {
    color: #193567;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.team-position {
    font-size: 18px;
    color: #555;
    line-height: 100%;
    margin-bottom: 20px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.team-link {
    margin-top: 30px;
}

.team-link a {
    font-size: 0;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    line-height: 40px;
    background: #0099CC;
}

.team-link a::before {
    content: "\f0e1";
    font-size: 20px;
    font-family: 'Fontawesome';
}

.team-link a:hover {
    color: #fff;
    background: #2d3191;
}

.all-content-wrap {
    width: 100%;
}

.image-wrap {
    clip-path: polygon(19% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 100%;
    border-radius: 30px;
    height: 391px;
    overflow: hidden;
}

.image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100% !important;
    max-height: 100%;
}

.member-info {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 564px;
    grid-gap: 50px;
    margin-top: 46px;
}

section .center-img figure {
    width: 530px;
    height: 530px;
    border: 1px dashed #ccc;
    border-radius: 100%;
    margin: 0 auto !important;
}

section .center-img figure>div {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

section .center-img figure>div img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: auto;
    height: 100% !important;
    width: 100% !important;
}

section.list-tech-section {
    padding-bottom: 100px;
}

.center-img,
ul.listing li p.listing-content::before,
ul.listing li p.listing-content::after,
.y-chse-bbt ul li em::before,
.y-chse-bbt ul li::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

ul.listing li:nth-child(2n+2) {
    float: right;
    text-align: left;
}

ul.listing li {
    float: left;
    min-height: 110px;
    max-width: 469px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-align: right;
    display: flex;
    align-items: center;
    transition: all 0.5s;
    margin: 0px 0 76px 0;
    font-size: 24px;
    line-height: 140%;
    color: #555;
}

ul.listing li:first-child,
ul.listing li:nth-child(2) {
    margin-left: 27px;
    margin-right: 90px;
    margin-bottom: 50px;
}

ul.listing li:nth-child(3),
ul.listing li:nth-child(4) {
    margin-left: 9px;
    margin-right: -73px;
}

ul.listing li:nth-child(5)
/*ul.listing li:last-child(6)*/

{
    margin: 0 -16px 25px;
}


/*ul.listing li:last-child(7) {
    margin: 0 111px 25px;
    text-align: center;
    justify-content: center;
}*/

ul.listing li:nth-child(2n+3) {
    clear: both;
}

p.listing-content {
    position: relative;
    padding: 0 135px 0 0;
}

ul.listing li:nth-child(2n+2) p.listing-content {
    position: relative;
    padding: 0px 0 0 135px;
}

ul.listing li p.listing-content::before {
    content: '';
    left: auto;
    width: 110px;
    height: 110px;
    border-radius: 100px;
    z-index: 111;
    transition: all 0.5s;
    background: url(../images/sprite-2.png)no-repeat;
    background-position: 21px 19px;
}

ul.listing li p.listing-content::after {
    content: '';
    left: auto;
    width: 110px;
    height: 110px;
    border: 2px solid transparent;
    border-radius: 100px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 8%) 0 0 11px;
}

ul.listing li p.listing-content:hover::before {
    filter: invert(18%) sepia(78%) saturate(3748%) hue-rotate(228deg) brightness(64%) contrast(104%);
}

ul.listing li:nth-child(2n+2) p.listing-content::before,
ul.listing li:nth-child(2n+2) p.listing-content::after {
    left: 0;
    right: auto;
}

ul.listing li:nth-child(2) p.listing-content::before {
    background-position: 21px -116px;
}

ul.listing li:nth-child(3) p.listing-content::before {
    background-position: 20px -276px;
}

ul.listing li:nth-child(4) p.listing-content::before {
    background-position: 20px -414px;
}

ul.listing li:nth-child(5) p.listing-content::before {
    background-position: 28px -559px;
}

ul.listing li:nth-child(6) p.listing-content::before {
    background-position: 18px -699px;
}

ul.listing li:nth-child(7) p.listing-content::before,
ul.listing li:nth-child(7) p.listing-content::after {
    background-position: 27px -837px;
    top: -39px;
    left: 0;
    right: 0;
}


/*ul.listing li:nth-child(2):hover::before {
    background-position: 21px -116px;
}
ul.listing li:nth-child(3):hover::before {
    background-position: 20px -276px;
}
ul.listing li:nth-child(4):hover::before {
    background-position: 20px -414px;
}
ul.listing li:nth-child(5):hover::before {
    background-position: 28px -559px;
}
ul.listing li:nth-child(6):hover::before {
    background-position: 18px -699px;
}
ul.listing li:nth-child(7):hover::before {
    background-position: 27px -837px;
}*/

ul.listing li:nth-child(6) {
    margin-right: 15px;
}

ul.listing li:nth-child(7) {
    margin: 0 auto 0;
    float: none;
    justify-content: center;
}

ul.listing li:nth-child(6),
ul.listing li:nth-child(5) {
    margin-bottom: 0;
}

ul.listing li p.listing-content:hover::after {
    border-color: #2d3191;
}

ul.listing li p.listing-content:hover {
    cursor: pointer;
}


/*---location-page--*/

body section.texas-location {
    padding-top: 0;
    padding-bottom: 90px;
}

section.tech-sec {
    padding-bottom: 50px;
    padding-top: 50px;
}

.texas-location .loc-hdng-cntnt .main-title.inner-title {
    text-align: left !important;
    margin-bottom: 10px;
}

.texas-location .loc-hdng-cntnt p {
    text-align: left !important;
    padding-bottom: 40px;
}

section .d-flex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.houston-ofc>.vc_column-inner figure div {
    max-width: 624px !important;
    margin-left: -24px;
}

.san-anto-ofc>.vc_column-inner figure div {
    max-width: 624px !important;
    margin-right: -24px;
}

section.texas-location .main-title {
    font-family: 'Roboto', sans-serif !important;
    text-align: left !important;
    font-weight: 500 !important;
    font-size: 34px;
}

.houston-cntnt,
.san-ant-cntnt {
    padding: 40px 0 0;
}

.san-ant-adrss p,
.houston-adrss p {
    font-size: 18px;
}

section.texas-location .loc-hdng-cntnt .vc_col-sm-6:first-child {
    width: 75%;
    padding-right: 10px;
}

section.texas-location .loc-hdng-cntnt .vc_col-sm-6:last-child {
    width: 25%;
}

section.texas-location .loc-hdng-cntnt .vc_col-sm-6:last-child .common-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    margin: 0 0 0 auto;
}

.san-ant-adrss p:last-child,
.houston-adrss p:last-child {
    font-weight: 500;
}

.san-ant-adrss p a,
.houston-adrss p a {
    margin-left: 5px;
    color: #555;
}


/*--shedual-meeting--*/

.reach-out h2.main-title.inner-title {
    font-size: 28px;
    margin: 0 0 4px;
}

section.reach-out {
    padding: 56px 0 64px;
}


/*---testimonial-page---*/

section.y-chse-bbt {
    padding-bottom: 110px;
}

section.y-chse-bbt>div.container+.container::before {
    bottom: -115px;
}

section.vc_section.section-gapping.cstmr-say-sec {
    padding: 70px 0 70px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.testinomial-img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    overflow: hidden;
    min-width: 80px;
}

.testimonials-review {
    padding-top: 50px;
}

.img-nme-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
    position: relative;
    grid-gap: 20px;
}

section p.client-title {
    font-size: 24px;
    font-weight: 600;
    color: #2D2F91;
    line-height: 120%;
}

.img-nme-wrap::before,
.smart-dic::before {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../images/sprite-2.png)no-repeat;
    background-position: 9px -978px;
    background-color: #00A54F;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 5px;
}

.smart-dic {
    padding-left: 65px;
    padding-top: 10px;
    margin-top: 30px;
    position: relative;
}

body:not(.home) .smart-dic p {
    text-align: left;
}

.smart-dic::before {
    top: 0;
    background-color: transparent;
    background-position: -96px -985px;
    left: 0;
    margin: 0;
    width: 52px;
}

section .testimonials-review.owl-carousel .owl-nav {
    display: block !important;
}

.testimonials-review .owl-stage-outer {
    margin-bottom: 60px;
}

.testimonials-review.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 25px;
    height: 42px;
    transition: all 0.0s;
    background: url(../images/sprite-2.png)no-repeat !important;
    background-position: -3px -1075px !important;
    left: -70px;
}

.testimonials-review.owl-carousel .owl-nav button.owl-next {
    background-position: -90px -1074px !important;
    left: auto;
    right: -70px;
}

.testimonials-review.owl-carousel .owl-nav button:hover {
    background-position: 0px -1155px !important;
}

.testimonials-review.owl-carousel .owl-nav button.owl-next:hover {
    background-position: -90px -1154px !important;
}

ul.technology-listing1,
ul.technology-listing2 {
    display: grid;
    margin: 0 auto;
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

ul.technology-listing1 {
    max-width: 950px;
    padding-top: 40px;
}

ul.technology-listing2 {
    border-top: 1px solid #B9B9B9;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding-bottom: 25px;
}

.y-chse-bbt ul li {
    font-size: 18px;
    color: #193567;
    line-height: 140%;
    max-width: 100%;
    text-align: center;
    padding-bottom: 52px;
    position: relative;
}

.y-chse-bbt ul li::before {
    position: absolute;
    top: auto;
    bottom: -6px;
    left: 0;
    right: 0;
    content: '';
    width: 8px;
    border-radius: 50px;
    z-index: 99;
    margin: 0 auto;
    height: 8px;
    background: #B9B9B9;
}

ul.technology-listing2 li::before {
    top: -6px;
    bottom: auto;
}

.y-chse-bbt ul.technology-listing2 li {
    padding-top: 52px;
    padding-bottom: 0;
}

.y-chse-bbt ul li::after {
    width: 1px;
    height: 54px;
    background: #B9B9B9;
    margin: 0 auto;
}

.y-chse-bbt ul.technology-listing1 li::after {
    top: auto;
    bottom: 0;
}

.y-chse-bbt ul.technology-listing1 li em {
    padding-bottom: 114px;
    padding-top: 0;
}

.y-chse-bbt ul li em {
    padding-top: 114px;
    display: block;
    font-style: normal;
    min-height: 164px;
    position: relative;
    font-weight: 500;
}

.y-chse-bbt ul li em::before {
    content: '';
    left: 0;
    width: 97px;
    bottom: 0px;
    top: auto;
    height: 97px;
    border-radius: 100px;
    z-index: 99;
    background: url(../images/sprite-2.png)no-repeat;
    background-position: 21px 19px;
    border: 2px solid #2D3191;
}

.y-chse-bbt ul.technology-listing2 li em::before {
    bottom: auto;
    top: 0px;
}

.y-chse-bbt ul li:nth-child(1) em::before {
    background-position: 21px -566px;
}

.y-chse-bbt ul li:nth-child(2) em::before {
    background-position: 11px -704px;
}

.y-chse-bbt ul li:nth-child(3) em::before {
    background-position: 14px 12px;
}

.y-chse-bbt ul li:nth-child(4) em::before {
    background-position: 11px -1394px;
}

.y-chse-bbt ul li:nth-child(5) em::before {
    background-position: 15px -122px;
}

ul.technology-listing1 li:nth-child(1) em::before {
    background-position: 20px -847px;
}

ul.technology-listing1 li:nth-child(2) em::before {
    background-position: 9px -1264px;
}

ul.technology-listing1 li:nth-child(3) em::before {
    background-position: 13px -281px;
}

ul.technology-listing1 li:nth-child(4) em::before {
    background-position: -129px -1265px;
}


/*--legal-page---*/

.mngd-it-srv-cntnt-2 {
    padding-top: 38px;
}

section.mngd-it-srvc {
    padding-bottom: 0;
    padding-top: 57px;
    z-index: 99;
    background: #fff;
}

section.lw-frm-mngmt {
    padding-top: 60px;
    padding-bottom: 70px;
}

.mngd-it-srv-cntn {
    padding-bottom: 34px;
}


/*--common-css---*/

section.bg-white {
    background: #fff;
    z-index: 99;
}

body .content-block.padding-right {
    padding-left: 0;
    padding-right: 50px;
}

body section .s-right {
    padding-left: 44px;
}

body section .s-left {
    padding-right: 45px;
    border-right: 1px solid rgb(0 0 0 / 30%);
}

html body #content .pd-t-30 {
    padding-top: 30px;
}

html body #content .pd-t-20 {
    padding-top: 20px;
}

html body section div .font-28 {
    font-size: 28px;
}

html body #content .pd-t-55 {
    padding-top: 55px;
}

html body #content .pd-t-0 {
    padding-top: 0px;
}

html body #content .pd-t-80 {
    padding-top: 80px;
}

html body #content .pd-b-45 {
    padding-bottom: 45px !important;
}

html body #content .pd-b-80 {
    padding-bottom: 80px !important;
}

html body #content .pd-b-70 {
    padding-bottom: 70px !important;
}


/*------*/

body div#content .common-tab .vc_tta-panel-body,
body div#content .common-tab .vc_tta-panels {
    border: 0 !important;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0;
}

body div#content .common-tab .vc_tta-panel-body {
    padding: 19px 0 0;
}

body div#content .common-tab .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
    max-width: 1063px;
    margin: 0;
}

body div#content .common-tab .vc_tta-tab>a,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-title>a {
    min-height: 180px;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid #D7D7D7;
    transition: all 0.5s;
    width: 100%;
    padding: 117px 20px 38px;
}

span.vc_tta-title-text {
    font-size: 22px;
    line-height: 160%;
}

body div#content .common-tab .vc_tta-tab>a:hover,
body div#content .common-tab .vc_tta-tab.vc_active>a,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a:hover,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    background-color: #2D2F90;
    border-color: #2D2F90;
    transition: all 0.5s;
}

body div#content .common-tab .vc_tta-tab,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel {
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

body div#content .common-tab .vc_tta-panels-container .vc_tta-panel {
    padding-bottom: 0px;
}

body div#content .common-tab .vc_tta-tab>a::before,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    content: '';
    left: 20px;
    width: 80px;
    right: auto;
    position: absolute;
    bottom: 0px;
    top: 20px;
    height: 83px;
    margin: 0;
    background: url(../images/sprite-2.png)no-repeat;
    background-position: -144px -1391px;
    border: 0;
}

body div#content .common-tab .vc_tta-tab>a:hover::before,
body div#content .common-tab .vc_tta-tab.vc_active>a::before,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title>a::before,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel:hover .vc_tta-panel-title>a::before {
    filter: brightness(5);
    transition: all 0.5s;
}

body div#content .common-tab .vc_tta-tab>a:hover span,
body div#content .common-tab .vc_tta-tab.vc_active>a span,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title>a span,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a:hover span {
    color: #fff;
}

body div#content .common-tab .vc_tta-tab>a::after,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a:after {
    bottom: -16px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 18px solid #2d3191;
    transition: all 0.5s;
}

body div#content .common-tab .vc_tta-tab.vc_active>a::after,
body div#content .common-tab .vc_tta-tab>a:hover::after,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a:hover:after,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel.vc_active .vc_tta-panel-title>a:after {
    opacity: 1;
}

body div#content .auditing-regulating-tab-sec .common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: 1px -1523px;
}

body div#content .auditing-regulating-tab-sec .common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: -139px -1527px;
}

body div#content section .common-tab .vc_tta-container {
    margin-bottom: 0;
}


/*--cloud-page---*/

body div#content .cloud-service-manage-sec .common-tab .vc_tta-tab>a::before,
body div#content .cloud-service-manage-sec .common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    background-position: 1px -1668px;
}

body div#content .cloud-service-manage-sec .common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .cloud-service-manage-sec .common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: -146px -1667px;
}

body div#content .cloud-service-manage-sec .common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .cloud-service-manage-sec .common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: 1px -1805px;
}

body div#content .common-tab .vc_tta-panels-container .vc_tta-panel>div {
    width: 100%;
}


/*--e-discovery-page---*/

body section .color-purple-text p {
    color: #2D2F90;
    font-size: 24px;
    font-weight: 500;
    margin: -11px 0 4px !important;
}

.list-item ul li::before {
    top: -2px;
    filter: invert(16%) sepia(146%) saturate(1419%) hue-rotate(226deg) brightness(54%) contrast(132%);
}

.list-item ul {
    display: flex;
    margin-top: 19px;
    flex-wrap: wrap;
    padding-bottom: 20px !important;
}

.list-item ul li {
    margin-right: 60px;
}

.list-item ul li:last-child {
    margin-right: 0px;
}


/*---system-security-apge---*/

section.system-cyber-security-section {
    padding-top: 0;
}


/*-----data-network---*/

body div#content .manage-service-data-network-row+.common-tab .vc_tta-tab>a::before,
body div#content .manage-service-data-network-row+.common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    background-position: -138px -1793px;
}

body div#content .manage-service-data-network-row+.common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .manage-service-data-network-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: -4px -1950px;
}

body div#content .manage-service-data-network-row+.common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .manage-service-data-network-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: -138px -1950px;
}


/*-----e-discovery---*/

body div#content .manage-service-e-discovery-row+.common-tab .vc_tta-tab>a::before,
body div#content .manage-service-data-network-row+.common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    background-position: -5px -2102px;
    width: 88px;
}

body div#content .manage-service-e-discovery-row+.common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .manage-service-data-network-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: -136px -2102px;
}

body div#content .manage-service-e-discovery-row+.common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .manage-service-data-network-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: -1px -2258px;
}


/*-----system-security-and-cyber-security--*/

body div#content .manage-service-system-security-row+.common-tab .vc_tta-tab>a::before,
body div#content .manage-service-system-security-row+.common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    background-position: -130px -2259px;
    width: 85px;
}

body div#content .manage-service-system-security-row+.common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .manage-service-system-security-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: -3px -2413px;
}

body div#content .manage-service-system-security-row+.common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .manage-service-system-security-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: -140px -2394px;
}


/*---undefine-page----*/

body div#content .undefine-matter-row+.common-tab .vc_tta-tab>a::before,
body div#content .undefine-matter-row+.common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    background-position: -5px -2548px;
}

body div#content .undefine-matter-row+.common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .undefine-matter-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: -135px -2556px;
    width: 97px;
}

body div#content .undefine-matter-row+.common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .undefine-matter-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: -140px -2394px;
}


/*---vendor-management----*/

body div#content .vendore-manage-row+.common-tab .vc_tta-tab>a::before,
body div#content .vendore-manage-row+.common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    background-position: -2px -2688px;
}

body div#content .vendore-manage-row+.common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .vendore-manage-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: -135px -2689px;
}

body div#content .vendore-manage-row+.common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .vendore-manage-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: -2px -2836px;
}


/*---vertual-cio-page----*/

body div#content .vertual-cio-row+.common-tab .vc_tta-tab>a::before,
body div#content .vertual-cio-row+.common-tab .vc_tta-panels-container .vc_tta-panel .vc_tta-panel-title>a::before {
    background-position: -129px -2835px;
    width: 90px;
}

body div#content .vertual-cio-row+.common-tab .vc_tta-tab:nth-child(2)>a::before,
body div#content .vertual-cio-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(2) .vc_tta-panel-title>a::before {
    background-position: -2px -2987px;
}

body div#content .vertual-cio-row+.common-tab .vc_tta-tab:nth-child(3)>a::before,
body div#content .vertual-cio-row+.common-tab .vc_tta-panels-container .vc_tta-panel:nth-child(3) .vc_tta-panel-title>a::before {
    background-position: -159px -2986px;
}

html body #content .container.pd-t-55 {
    padding-top: 55px !important;
}

main#main section.banner-section .vc_col-sm-6:first-child h2.banner-heading-1 {
    width: 70%;
}

main#main section.banner-section .vc_col-sm-6:last-child h2.banner-heading-2 {
    width: 70%;
}

main#main section.banner-section .vc_col-sm-6:last-child>.vc_column-inner>.wpb_wrapper h2+div {
    bottom: 148px;
}

body .site-footer>.site-info .powered-by a {
    color: #A9B4C5;
}

body .site-footer>.site-info .powered-by a:hover {
    color: #06a64c;
}

.home .smart-client-wrap div:first-child {
    display: flex;
    align-items: center;
}

div#content .client-review-row .common-btn button {
    margin: 0 auto !important;
}

.home div#content .choose-us-section .common-btn a {
    margin: 0 !important;
}

body.home h2.choose-us-heading.main-title {
    color: #193567;
}

.home section.choose-us-section ul {
    padding-bottom: 19px;
}

button.support-session {
    color: #fff !important;
}

header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-parent ul li.current-menu-item a,
header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-parent ul li.current_page_item a {
    background: #00a551;
    text-decoration: none;
    outline: none;
}

.breadcrumbs>div>span>span a+span a {
    pointer-events: none;
}

body section .s-right p {
    font-size: 18px;
    line-height: 180%;
}

section.common-section .d-flex {
    flex-wrap: nowrap;
}

body .for-mobile {
    display: none;
}

.com-conf-sec-hdng p {
    padding-bottom: 34px;
}


/*.com-conf-sec-hdng + .container p {
    padding-bottom: 18px;
}*/

.content-block ul {
    padding-top: 18px;
}

body div .pd-b-30 {
    padding-bottom: 30px;
}

.san-ant-adrss p,
.houston-adrss p,
body .reach-out p {
    font-size: 20px;
}

.san-ant-adrss p a:hover,
.houston-adrss p a:hover {
    color: #2d3191;
}

p.listing-content strong {
    font-size: 24px;
    text-align: right;
    display: block;
    font-weight: normal;
}

ul.listing li:nth-child(2n+2) p.listing-content strong {
    text-align: left;
}

p.listing-content span.contents {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    padding: 25px 25px;
    font-size: 16px;
    width: 100%;
    border-radius: 14px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
}

ul.listing li p.listing-content:hover span.contents {
    opacity: 1;
    visibility: visible;
}

p.listing-content span.contents::before {
    content: '';
    position: absolute;
    top: -25px;
    left: auto;
    right: 40px;
    bottom: auto;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 26px solid #fff;
}

p.listing-content span.contents::after {
    content: '';
    position: absolute;
    top: -27px;
    left: auto;
    right: 40px;
    bottom: auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 22px solid transparent;
    z-index: 0;
    border-bottom: 26px solid #CCCCCC;
}

ul.listing li:nth-child(1) p.listing-content span.contents {
    left: -108px;
    top: 117px;
}

ul.listing li:nth-child(2) p.listing-content span.contents {
    top: 65px;
}

ul.listing li:nth-child(3) p.listing-content span.contents {
    top: 78px;
    right: 102px;
}

ul.listing li:nth-child(4) p.listing-content span.contents {
    top: 95px;
    max-width: 413px;
    right: -57px;
}

ul.listing li:nth-child(5) p.listing-content span.contents {
    top: 70px;
    right: 105px;
}

ul.listing li:nth-child(6) p.listing-content span.contents {
    top: 76px;
    right: -111px;
}

ul.listing li:nth-child(7) p.listing-content span.contents {
    top: 185px;
    left: -87px;
    right: 0;
    width: 470px;
}

ul.listing li:nth-child(7) p.listing-content span.contents::after,
ul.listing li:nth-child(7) p.listing-content span.contents::before {
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul.listing li:nth-child(7) p.listing-content {
    margin: 0 auto 0;
    padding: 129px 0 0 0;
    max-width: 341px;
}

ul.listing li:nth-child(1) p.listing-content span.contents {
    left: -144px;
    top: 99px;
}

ul.listing li:nth-child(2n+2) p.listing-content span.contents::before,
ul.listing li:nth-child(2n+2) p.listing-content span.contents::after {
    left: 40px;
    right: auto;
}

ul.listing li:hover p.listing-content strong {
    color: #2D3191;
}


/* font-family: 'Roboto', sans-serif; */



/*************************************04-11-2023******************************************************/
footer#colophon .add-inner-wrap {
    display: flex;
    align-items: center;
    
}
body .address.address-footer a:hover {
    color: #00a651;
}

 footer#colophon .address.address-footer {
    width: 50%;
}
 footer#colophon .contact-details.contact-footer {
    width: 50%;
}
body .address.address-footer a {
    padding-left: 8px;
}
.address.address-footer {
    width: 50%;
    margin-right: 0;
    display: flex;
}
.contact-details.contact-footer {
    width: 50%;
}
body .address.address-footer a {
    color: #A9B4C5;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}