* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-family: Switzer Variable; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    scroll-behavior:smooth;
}
body {
    margin: 0;
    scroll-behavior:smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
mark {
    background: rgb(61, 179, 128);
    color: #fff;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: Switzer Variable;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}


input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}


textarea {
    overflow: auto;
}


optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: rgb(166, 227, 201);
    text-shadow: none;
    color: #000;
}
::selection {
    background: rgb(166, 227, 201);
    text-shadow: none;
    color: #000;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.page-content {
    padding: 0;
}

.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1400px;
    max-width: 100%;

}
html, body {
    margin: 0;
    padding: 0;
}
body {
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    font-family: Switzer Variable;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: 600;
    font-family: Switzer Variable;
}
h1, h2, h3, h4, h5, h6 {
    margin:40px 0 20px;
    padding: 0;
}
h1{
    font-size: 45px;
    line-height: 55px;
}
h2 {
    font-size: 40px;
    line-height: 50px;
}
h3 {
    font-size: 35px;
    line-height: 45px;
}
h4 {
    font-size: 30px;
    line-height:40px;
}
h5 {
    font-size: 25px;
    line-height: 35px;
}
h6 {
    font-size: 22px;
    line-height: 32px;
}
/* Common Styles */


code, dl, dt, dd, form,
fieldset, legend, input[type="submit"], input, input[type="text"], textarea, select, input[type="password"],
address, input[type="file"], input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 16px;
    color: #000;
    font-size: 16px;
}
address {
    color: #000;
    font-size: 16px;
}
p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: Switzer Variable;
}
a, a:link {
    text-decoration: none;
    color:rgb(61, 179, 128);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
a:hover, a:active, a:visited {
    color: #000;
    text-decoration: underline;
}
input[type=file], input[type=hidden] {
    color: #000;
    font-size: 16px;
}
input[type=image], blockquote {
    color: #000;
    font-size: 16px;
}
input[type=text], input[type=password] {
    font-family: Switzer Variable;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    border-radius: 3px;
}
input[type=text].validation-error, input[type=password].validation-error {
    border: 1px solid #e64343;
}
select {
    border-color: #bbb;
    height: 44px;
    border-width: 1px;
    font-family: Switzer Variable;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    border-radius: 3px;
}
textarea {
    border-color: #bbb;
    border-width: 1px;
    font-family: Switzer Variable;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 14px;
    height:120px;
    border-radius: 3px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ececec;
    padding: 15px;
    text-align:left;
    color: #000;
    font-size: 16px;
    font-family: Switzer Variable;
    line-height: 24px;
    font-weight:400;
}
table th {
    font-weight: 600;
    background: rgba(159, 159, 159, 0.1);
    font-size: 18px;
}
ul li::before {
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 50px;
    top: 9px;
    left: 0;
}
ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 35px;
    list-style-type: none;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: Switzer Variable;
}
ul li {
    margin: 0;
    padding: 0 0 10px 20px;
}
.widget ul li a, .widget ol li a {
    color: #000000;
}
.widget ul li a:hover, .widget ol li a:hover {
    color: #cce83c;
}
ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}
ol{
    padding-left: 18px;
}
ul{
    padding-left: 0;
}
.form-row {
    position: relative;
}
.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
    -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: rgb(61, 179, 128);
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* webocommander Form css */

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0 solid #fcd2d2;
    color: #f00;
    margin: 0;
    font-size: 12px;
}
.message-block.info-message, .message-block.success {
    background-color: #d5f4d5;
    border: 0 solid #c2e7c2;
    color: #008000;
    margin: 0;
    font-size: 12px;
}
.widget-newsletter .message-block {
    max-width: 358px;
    width: 100%;
    position: absolute;
    left: 20px;
    top:2px;
}

.errorlist.after {
    font-size: 13px;
    line-height: 20px;
    padding: 0;

}
.errorlist.after .message-block {
    color: #e64343;
}

.widget-form .single-input-row .form-row {
    margin-top:0;
}
.widget-form  .form-row {
    margin: 0 0 18px;
    padding-bottom:0;
}
.widget-form .double-input-row .form-row {
    padding: 0 15px;
}
.widget-form input[type="text"], .widget-form textarea, .widget-form select {
    font-family: Switzer Variable;
    height: 58px;
    padding: 11px 20px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin: 0;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: rgb(251, 251, 251);
}
.widget-form textarea{
    height:150px;
}
.widget.widget-form .single-input-row .form-row p,
.widget.widget-form .single-input-row .form-row.text.sub-title p {
    font-style: normal;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 17px;
    line-height: 31px;
    letter-spacing: 0.01em;
}
.widget.widget-form .single-input-row .form-row.text.sub-title {
    margin: 0 0 30px;
}
.form-row label {
    width: auto;
}
/** Placeholder Start **/

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

textarea ::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

:-ms-textarea-placeholder {
    /* IE 10+ */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}

textarea::placeholder {
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}
::placeholder {
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0;
    color: #000;
    opacity: 55%;
}
/* Common Button CSS */
input.validation-error,
select.validation-error,
textarea.validation-error,
input[type="text"].validation-error,
input[type="password"].validation-error{
    border: 1px solid #e64343 !important;
    background-color: #fff;
}

input:focus,
textarea:focus,
select:focus {
    border-color:rgb(61, 179, 128) !important;
}

input[type=submit], input[type=button] {
    margin-top: 0px;
    height: auto !important;
    color: #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px;
    border-radius: 50px;
    /*-webkit-box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);
          box-shadow: 0 3px 11px 0px rgba(100, 100, 100, 0.1), 0 9px 15px 0px rgba(100, 100, 100, 0.1);*/
    background-color: #303036;
    border: 1px solid #303036;
}
input[type=submit]:focus, input[type=submit].focus, input[type=button]:focus, input[type=button].focus {
    color: #fff;
    background-color: #525261;
    border-color: #525261;
}
input[type=submit]:hover, input[type=button]:hover {
    color: #303036;
    background-color: transparent;
    border: 1px solid #303036;
}
button, .button, a.button {
    max-width: 192px;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    width: 100%;
    display: block;
    height: 44px;
    padding: 12px 10px;
    text-decoration: none;
    background: rgb(61, 179, 128);
    border-radius: 10px;
    text-align: center;
    color: #0d1f4b;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
}
.widget-form .form-row label {
    width: 100%;
    padding-right: 0;
}
.form-row label {
    color: #000;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.widget-form .single-input-row .form-row.textArea {
    margin:0;
}
.widget.widget-form .form-row.btn-row button {
    margin: 40px 0 0;
}

.page-home button, .page-home .button, .page-home a.button {
    font-size: 21px;
    max-width: 250px;
}
button:focus, button.focus, .button:focus, .button.focus, a.button:focus, a.button.focus {
    color: #0d1f4b;
    background-color: rgb(61, 179, 128);
}
button:hover, .button:hover, a.button:hover {
    background-color: rgb(106, 193, 154) !important;
    color: #0d1f4b !important;
}
input[type=submit]:hover, input[type=button]:hover {
    background: #fff;
    color: #303036;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}
/* Disable Button */
input[type=submit][disabled], input[type=button][disabled] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}
input[type=submit][disabled]:focus, input[type=submit][disabled].focus, input[type=button][disabled]:focus, input[type=button][disabled].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type=submit][disabled]:hover, input[type=button][disabled]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
button[disabled], .button.disabled, a.button.disabled {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
    text-shadow: none;
    /*! opacity: 0.7; */
}
button[disabled]:focus, button[disabled].focus, .button.disabled:focus, .button.disabled.focus, a.button.disabled:focus, a.button.disabled.focus {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
button[disabled]:hover, .button.disabled:hover, a.button.disabled:hover {
    color: #fcf9f9;
    background-color: #c0c0c0;
    border: 1px solid #c0c0c0;
}
input[type="reset"] {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
input[type="reset"]:focus, input[type="reset"].focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
input[type="reset"]:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.reset-button {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 1px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.reset-button:focus, .reset-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.reset-button:hover {
    color: #fff;
    background-color: #6c757d;
    border: 1px solid #6c757d;
}
.button.cancel-button {
    color: #303036;
    background-color: #fff;
    border: 1px solid #303036;
    text-shadow: none;
    opacity: 0.7;
    opacity: 1;
}
.button.cancel-button:focus, .button.cancel-button.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}
.button.cancel-button:hover {
    color: #fff;
    background-color: #303036;
}
/*.page-heading:before,
.widget-pageHeading:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
}*/
.page-heading, .widget-pageHeading {
    padding: 168px 0 89px;
    text-align: left;
    background: #000;
    background-size: auto;
    background-size: cover;
    margin: 0 0 100px 0;
}

.page-heading h1, .widget.widget-pageHeading h1,
.widget.widget-pageHeading h2{
    font-size: 58px;
    font-family: Switzer Variable;
    color: #fff;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 74px;
    font-weight: 500;
}
/*========= main menu ========= */
body > .header {
    background: #fff;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}
body.page-home > .header {
    border-bottom:0;
}
body > .header:after{
    background:rgba(0, 0, 0, 0.14);
    width:100%;
    height:1px;
    position:absolute;
    content: '';
    top:70px;
    left:0;
}
.header > .widget-container,
.footer > .widget-container {
    max-width: 1460px;
    width: 100%;
}
/*========= main menu ========= */
.widget-navigation.main-menu {
    text-align: left;
}
.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -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;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span {
    position: relative;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a span::after {
    color:  rgb(61, 179, 128);
    content: '\f106';
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child:hover > a{
    color:  rgb(61, 179, 128);
}
.widget-navigation.main-menu .navigation-item {
    padding: 0 28px;
}
.widget-navigation.main-menu .navigation-item a {
    text-transform: capitalize;
    color: rgb(13, 31, 75);
    padding: 0 0 20px;
    padding-left: 0px;
    text-decoration: none;
    position: relative;
    font-family: Switzer Variable;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .navigation-item:first-child {
    padding-left: 0;
}
.widget-navigation.main-menu .navigation-item:last-child {
    padding-right: 0;
}
.widget-navigation.main-menu .navigation-item a span {
    position: relative;
}

.widget-navigation.main-menu .navigation-item a:hover span::before {
    height: 5px;
}
.widget-navigation.main-menu .navigation-item.has-child a span::before {
    display: none;
}
.widget-navigation.main-menu .navigation-item.has-child a:hover,  .widget-navigation.main-menu .navigation-item a:hover{
    color: rgb(61, 179, 128);
}
.widget-navigation.main-menu .navigation-item.active a, .widget-navigation.main-menu .navigation-item a:focus{
    color:rgb(13, 31, 75);
}
.widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a, .widget-navigation.main-menu .navigation-item-child-container .navigation-item.last a:hover {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a span::after {
    content: '\f107';
    display: inline-block;
    color:rgb(13, 31, 75);
    font-size: 12px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 7px;
    font-weight: bold;

}
.widget-navigation.main-menu .nav-wrapper.horizontal > .navigation-item.has-child > a:hover span::after {
    color:  rgb(61, 179, 128);
}

/** Sub Menu **/
.widget-navigation.main-menu .horizontal > .has-child > .navigation-item-child-container {
    width: 320px;
    text-align: left;
    padding: 0;
    transform: translateX(-50%);
    margin: 0;
    left: 50%;
    top: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.widget-navigation.main-menu .navigation-item .navigation-item-child-container::before {
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #e1e1e1;
    border-style: solid;
    border-width: 0px 12px 12px 12px;
    border-style: solid;
    z-index: 1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color:rgb(13, 31, 75);
    line-height: 21px;
    font-family: Switzer Variable;
    padding: 12px 0;
    text-transform: capitalize;
    font-weight: 500;
    background: #fff;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item  .navigation-item-child-container .navigation-item a,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item  .navigation-item-child-container .navigation-item:hover a{
    border-radius: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:first-child a,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item  .navigation-item-child-container .navigation-item.first a,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item  .navigation-item-child-container .navigation-item.first:hover a{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item  .navigation-item-child-container .navigation-item:last-child a,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item  .navigation-item-child-container .navigation-item:last-child:hover a{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child  .navigation-item-child-container .navigation-item a{
    border-bottom: 1px solid rgb(245, 245, 245);
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child  .navigation-item-child-container .navigation-item:last-child a{
    border-bottom:0;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    color:rgb(13, 31, 75);
    background:rgb(198, 236, 220);
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    display: block;
    position: relative;
    border-bottom: 1px solid rgb(245, 245, 245);
    color:rgb(13, 31, 75);
}
.navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    width: 320px;
    top: 0;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 320px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
   /* display: none !important;*/
}
.horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    width: 190px;
    top: 0;
    left: 160px;
}
.navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container::before {
    top: 25px;
    left: -11px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #c9c9c9 transparent transparent;
    transition: all 0.5s ease 0s;
    transform: translateY(-50%);
}
/*end:menu*/
/*start: header search */
.header .widget.widget-search .search-form form {
    text-align: right;
    max-width: 100%;
    float: right;
    width: 100%;
    align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
}
.header .widget-search input {
    width: 100%;
    border: 0;
    height: 22px;
    background-color: #fff;
    font-style: normal;
    padding: 0 0 0 30px;
    border-radius: 0;
    margin: 0;
    font-family: Switzer Variable;
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #000;
    opacity: unset;
}
.search-box input::-webkit-input-placeholder { /* Edge */
    font-family: Switzer Variable;
    font-weight: 300;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #000;
    opacity: 40%;

}
.search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: Switzer Variable;
    font-weight: 300;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #000;
    opacity: 40%;
}
.search-box input::placeholder {
    font-family: Switzer Variable;
    font-weight: 300;
    font-size: 15px;
    leading-trim: Cap height;
    line-height: 100%;
    letter-spacing: 0.03em;
    color: #000;
    opacity: 40%;
}
.header .widget-search button {
    height: 16px;
    width: 16px;
    border: 0;
    font-size: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    min-width: 16px;
    background: url("/template/700756ff/images/search-icon.svg") no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}
/*end: header search */
/*start: jssor slider css */
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider div.jssor-slider-container .container, .home-slider div.jssor-slider-container {
    width: 1920px;
    height: 840px;
    padding: 0 !important;
    text-align: center;
}
.home-slider div.jssor-slider-container {
    margin: 0 auto;
}
.home-slider div.jssor-slider-container .slide {
    display: none;
}
.home-slider div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
.home-slider .jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.home-slider .jssor-slider-container .caption-wrapper {
    left: 260px;
    text-align: left;
    border-radius: 0;
    bottom: 180px;
    max-width: 1000px;
    padding: 0;
}

.home-slider .jssor-slider-container .caption-wrapper [u="caption"] {
    padding: 0;
}
.home-slider .jssor-slider-container .caption-wrapper .description.jssor-caption-1 p {
    padding: 0;
    margin: 0 0 15px;
    font-family: Switzer Variable;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    color: #CCE83C;
}
.home-slider .jssor-slider-container .caption-wrapper .description.jssor-caption-2 h1 {
    font-family: Switzer Variable;
    font-size: 74px;
    font-weight: 500;
    line-height: 89px;
    text-align: left;
    color: #fff;
    padding: 0;
    margin: 0;

}
.home-slider .jssor-slider-container .slide::after {
    background: #000;
    opacity: 0.4;

}
/*end: jssor slider css */

/*Start Footer*/

/* Footer Navigation Start */

body > .footer {
    background: #000;
    position: relative;
}
body > .footer::after {
    position: absolute;
    content: '';
    top: 480px;
    left: 0;
    background: rgba(255, 255, 255, 0.18);
    width: 100%;
    height: 1px;
}
.footer .widget-title {
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, 0.9);
    font-family: Switzer Variable;
    font-weight: 500;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0;
}
.footer .footer-social-media .widget-title {
    margin: 0 0 10px;
}
.footer .widget-navigation.footer-menu {
    text-align: left;
}
.footer .widget-navigation.footer-menu .navigation-item {
    padding: 0;
}
.footer .widget-navigation.footer-menu .navigation-item a {
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    border: 0;
    display: inline-block;
    text-transform: capitalize;
    padding: 0;
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 15px;
    line-height: 26.6px;
    letter-spacing: 0;
    margin: 0 0 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer .widget-navigation .navigation-item a:hover {
    color: #3DB380;
}
.widget-article.footer-copyright p {
    padding: 0;
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.01em;

}
.widget-article.footer-copyright p a {
    text-decoration: none;
    font-size: 15px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-article.footer-copyright p a:hover{
      color: #3DB380;
}
.widget-article.footer-copyright p b{
    font-weight: 400;
    margin: 0 8px;
}
.widget-article.footer-back-to-top {
    width: 40px !important;
}
.widget-article.footer-back-to-top P {
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
   cursor: pointer;
}
.widget-article.footer-back-to-top p:hover {
    background: #3db380;
}
.widget-article.footer-back-to-top p:hover svg path{
    fill-opacity:1;
}
/* Footer Navigation End */


.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 700px) !important;
    padding-right: calc(50% - 700px) !important;
}
.page-contact-us #spltr-57025171-E030-4B8B-B9BC-8ECAA6E9DF5D{
    max-width: 1460px;
    margin: 0 auto 125px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}

.widget-html.page-top-title {
    max-width: 1460px;
    margin: 110px auto 65px;
    padding: 0 30px;
}
.widget-html.page-top-title.faq {
    max-width: 1000px;
    padding: 0;
   
  text-align: center;
}
.widget-html.page-top-title h2,
.widget-html.page-top-title h1 {
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 58px;
    line-height: 45px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
    color: #000;
}
.widget-form.contact-form .widget-title {
    padding: 0;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: 0;
    margin: 0 0 15px;
}

/*top client logo section start*/
.widget-gallery.top-client-logo .article-title {
    display: none;
}
.widget-gallery.top-client-logo figure {
    margin: 0 0px;
}
.widget-gallery.top-client-logo .owl-carousel .owl-item {
    display: flex;
    text-align: center;
    justify-content: center;
}
.widget-gallery.top-client-logo .owl-carousel .owl-item img {
    width: auto;
}
.widget-gallery.top-client-logo .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    display: flex;
    align-items: center;
	padding: 35px 0;
	margin: 0 -53px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14)
}
/*top client logo section end*/
/*our expart section start*/
 .widget.widget-html.our-expert-section{
	background: rgba(242, 239, 237, 1);
    padding:120px 30px 30px 30px;
  }
 .widget.widget-html.our-expert-section .html-widget-element-content {
    max-width:1630px;
    margin-left: auto;
}
.widget.widget-html.our-expert-section h2{
	font-family: Switzer Variable;
    font-weight: 600;
    font-size: 50px;
    line-height: 62px;
    letter-spacing: 0em;
	margin:0 0 10px 0;
	padding:0;
  }
.widget.widget-html.our-expert-section p{
	font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0%;
    margin:0;
   padding:0;
  }
.widget-gallery.services-gallery-section .article-title {
    display: none;
}
.widget-gallery.services-gallery-section .owl-carousel .owl-stage-outer {
    max-width: 1660px;
    margin-left: auto;
}
.widget-gallery.services-gallery-section{
	background: rgba(242, 239, 237, 1);
	padding: 0 0 158px 0;
}
.widget-gallery.services-gallery-section figure {
    margin:0px;
}
.widget-gallery.services-gallery-section .article-content h3{
	font-family: Switzer Variable;
    font-weight: 600;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: 1%;
    text-align: center;
    margin: 0 0 15px 0;
    padding:0;
	color:#fff;
}
.widget-gallery.services-gallery-section .ourservice-text-detail {
    text-align: center;
}
.widget-gallery.services-gallery-section .ourservice-text-detail a{
    background-color: rgb(61, 179, 128);
    text-decoration: none;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 16.5px;
    letter-spacing: 1%;
    padding: 10px 35px;
    color: rgb(13, 31, 75);
    height: auto;
    display: inline-block;
	border-radius:10px;
	-webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-gallery.services-gallery-section .ourservice-text-detail a:hover {
    background-color: rgb(106, 193, 154)  !important;
    color: #0d1f4b !important;

}
.widget-gallery.services-gallery-section .article-item{
	position:relative;
	margin:0 8px;
}
.services-gallery-section .service-image img{
	height:527px;
	object-fit:cover;
	border-radius:13px;
}
.widget-gallery.services-gallery-section .article-item:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(178.49deg, rgba(0, 0, 0, 0) 44.03%, rgba(0, 0, 0, 0.74) 87.04%);
    height: 100%;
	z-index: 1;
	border-radius:13px;
}
.widget-gallery.services-gallery-section .article-item:before{
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -9.68%, rgba(0, 0, 0, 0.73) 64.47%);
    height: 100%;
   -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display:block !important;
    border-radius:0;
    opacity:0;
    bottom: -280px;
	z-index: 1;
	border-radius:13px;
}
.widget-gallery.services-gallery-section .article-item:hover:before{
    opacity:100;
    bottom:0px;
}
.widget-gallery.services-gallery-section .article-item .ourservice-text {
    position: absolute;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding:0px 60px 0px 60px;
    bottom: -65px;
	z-index:2;
}
.widget-gallery.services-gallery-section .article-item .ourservice-text-detail {
    /* display: none; */
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.widget-gallery.services-gallery-section .service-content {
    margin-bottom: 32px;
}
.widget-gallery.services-gallery-section .article-item .ourservice-text-detail p {
    color: rgba(255, 255, 255, 0.90);
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    margin:0 0 15px 0;
    padding:0;
}
.widget-gallery.services-gallery-section .article-item:hover .ourservice-text {
    bottom: 90px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
}
.widget-gallery.services-gallery-section .article-item:hover .ourservice-text-detail {
    display: block;
    opacity: 100;
}
.widget-gallery.services-gallery-section .owl-nav {
    text-align: right;
    margin-top: 54px;
    margin-right:170px;
}
.widget-gallery.industry-gallery-section .owl-nav{
	text-align: right;
    margin-top: 54px;
    margin-right:250px;
}
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next{
	width:44px !important;
	height:44px !important;
	border-radius:50%;
    border: 1px solid rgba(0, 0, 0, 0.07)!important;
}
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-next,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next {
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(../images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: 12px 13px;
    margin: 0;
    background-color: transparent;
    padding: 0;
}
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev{
    height:20px;
    width: 16px;
    font-size: 0;
    background-image: url(../images/slider-right-arrow.svg);
    background-repeat: no-repeat;
    background-position:11px 13px;
    margin:0 22px 0 0;
    background-color: transparent;
    padding: 0;
	transform: rotate(180deg);
}
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
	background-position: 12px -38px;
}
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover {
    background-position: 11px -38px;
}
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.testimonial-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.industry-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-prev:hover,
.widget-gallery.services-gallery-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
    background-color: rgb(13, 31, 75) !important;
    border: 1px solid rgb(13, 31, 75) !important;
}

/*our expert section end*/


/*industry gallery section start*/
.industry-gallery-section{
	background-color: #F2EFED;
    padding:41px 0px 210px 0px;
}
.widget-gallery.industry-gallery-section .article-title {
    display: none;
}
.widget-gallery.industry-gallery-section .industry-title{
	font-family: Switzer Variable;
    font-weight: 600;
    font-size: 22px;
    line-height: 29px;
   letter-spacing: 0em;
   text-align: center;
   margin: 24px 0 0 0;
   padding:0;
}
.widget-gallery.industry-gallery-section .owl-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
.widget-gallery.industry-gallery-section figure {
    margin: 0;
    height: 270px;
    overflow: hidden;
}
.widget-gallery.industry-gallery-section .owl-stage {
    margin: 0 -155px;
}
.widget-gallery.industry-gallery-section .article-item{
	padding:0 16px;
	text-align:center;
}
/*industry gallery section end*/

/*testimonial section start*/
.widget-gallery.testimonial-gallery-section .owl-nav{
	text-align: right;
    margin-top: 54px;
    margin-right:250px;
}
.widget-gallery.testimonial-gallery-section{
	margin-top:-352px;
	padding: 0 0 100px 0;
}
.widget-gallery.testimonial-gallery-section .article-title{
	display:none;
}
.widget-gallery.testimonial-gallery-section .article-item img {
    width: auto;
}
.widget-gallery.testimonial-gallery-section figure {
    margin: 0 0 20px;
}
.widget-gallery.testimonial-gallery-section .article-item{
    background:rgb(239, 255, 248);
	padding: 70px 70px 65px 70px;
    border-radius: 13px;
    min-height: 490px;
	margin: 0 10px;
}

.widget-gallery.widget-gallery.testimonial-gallery-section .owl-carousel .owl-stage-outer {
    max-width: 1660px;
    margin-left: auto;
}
.widget-gallery.widget-gallery.testimonial-gallery-section .testimonial-content p{
	font-family: Switzer Variable;
    font-weight: 400;
    font-size: 24px;
    line-height: 39px;
    letter-spacing: 0em;
	color:#000;
	margin:0 0 25px 0;
	padding:0;
}
.widget-gallery.widget-gallery.testimonial-gallery-section .testimonial-des {
    min-height: 280px;
}
.widget-gallery.widget-gallery.testimonial-gallery-section .name-part{
	font-family: Switzer Variable;
    font-weight: 500;
    font-size: 17px;
    line-height: 22px;
    letter-spacing:0em;
	color:#000;
	margin: 0 0px 8px 0;
    padding: 0;
}
.widget-gallery.widget-gallery.testimonial-gallery-section .designation-box p{
	font-family: Switzer Variable;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0em;
	margin:0;
	padding:0;
}
/*testimonial section end*/


.widget-blogPost{
    max-width: 1494px;
    margin: 0 auto 110px;
    padding: 0 30px;
}
.page-home .widget-blogPost{
    margin: 0 auto 165px;
}
.widget-blogPost .blog-post-content {
    display: flex;
    flex-wrap: wrap;
}
.blog-post-content .blog-post-item {
    width: calc(100%/3 - 34px);
    margin: 0 17px 55px;
    border-bottom: 0;
    padding: 0;
    min-height: 450px;
}
.page-home .blog-post-content .blog-post-item {
    margin-bottom: 0;
}
.blog-post-item .post-description .title {
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 24px 0;
    width: 100%;
    min-height: 60px;
}
.blog-post-content {
    overflow: hidden;
}
.blog-post-item .post-description {
    min-height: 140px;
    display: flex;
    flex-direction: column;
}
.blog-post-info span.date {
    background: #fff;
    margin-right: 0;
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    padding: 7px 18px;
    opacity: 80%;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.1)
}
.blog-post-item .post-description .title a {
    overflow: hidden;
    text-align: left;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 0.01em;
}

.post.post-list-view-width img,
.category.post-list-view img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    padding-bottom: 0;
    max-height: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.blog-post-item:hover .post.post-list-view-width img,
.blog-post-item:hover .category.post-list-view img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.post.post-list-view-width,
.category.post-list-view-width {
    overflow: hidden;
    width: 100%;
    padding: 0;
    height: 300px;
    border-radius: 13px;
}

.post.post-list-view-width a,
.category.post-list-view-width  a{
    width:100%;
    height:100%;
    position:relative;
    display:block
}
.blog-post-item:hover .post-description .title a {
    color: rgb(61, 179, 128);
}


/***** Pagination Start *****/
.widget-blogPost .blog-post-content .footer, .blog-posts .footer {
    display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-top: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
}
span.pagination-literal-status {
    display: none;
}
.pagination {
    margin-top: 5px;
    width: 100%;
    text-align: center;
    float:none;
}
.pagination span {
    cursor: pointer;
    margin: 0;
    padding: 9px 14px;
    box-shadow: unset;
    display: inline-block;
    text-align: center;
    position: relative;
    border: 0px !important;
    background: #fff;
    color: #000;
    font-family: Switzer Variable;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    border-radius: 3px;
}

.pagination span.disabled:hover,
.pagination span:hover{
    color: #000;
    background: rgba(0, 0, 0, 0.06);
}

.pagination span.last,
.pagination span.first,
.pagination span.disabled{
    font-size: 0;
    display:none;
}
.pagination span.current {
    color: #000;
    background: rgba(0, 0, 0, 0.06);
}
/*
.pagination span.first,
.pagination span.disabled {
    margin-right: 12px;
}*/
span.pagination-literal-status {
    font-size: 16px;
}
.pagination {
    display: flex;
    gap: 12px 18px;
    justify-content: center;
}

.pagination span.first.disabled:hover:after,
.pagination span.last.disabled:hover:after{
    filter:none;
}
.pagination span.first:hover:after,
.pagination span.last:hover:after{
    filter: brightness(0) invert();
}

/***** Pagination End *****/

/*blog Details start*/
.blog-post-details{
    margin:0 auto 120px;
}
.blog-post-details .post-description {
    display: flex;
    flex-direction: column;
}
.blog-post-details .title {
    max-width: 720px;
    margin: 0 auto 25px;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 50px;
    line-height: 67px;
    letter-spacing: 0;
    padding: 0;
    order: 1;
}
.image.blog-post-image img {
    width: 100%;
    object-fit: cover;
    height:596px;
}
.blog-post-details .content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 0 50px;
    order: 4;
}

.blog-post-details .content h1,
.blog-post-details .content h2,
.blog-post-details .content h3,
.blog-post-details .content h4,
.blog-post-details .content h5,
.blog-post-details .content h6 {
    margin: 30px 0 15px;
    font-weight: 600;
}
.blog-post-details .content h1{
    font-size: 28px;
    line-height: 35px;
}
.blog-post-details .content h2{
    font-size: 27px;
    line-height: 35px;
}
.blog-post-details .content h3{
    font-size: 26px;
    line-height: 34px;
}
.blog-post-details .content h4{
    font-size: 25px;
    line-height:34px;
}
.blog-post-details .content h5{
    font-size: 24px;
    line-height: 33px;
}
.blog-post-details .content h6{
    font-size: 22px;
    line-height: 30px;
}
.blog-post-details .content p,
.blog-post-details .content ul li,
.blog-post-details .content ol li,
.blog-post-details .content table td{
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.8);
}
.blog-post-details .content table{
    margin: 0;
}
.blog-post-details .content  figure {
    margin: 30px 0;
}
.blog-post-details .content figure img {
    border-radius: 12px;
    width: 100%;
    max-width: 100%;
}
.blog-post-details .blog-post-info {
    max-width: 720px;
    margin: 8px auto 45px;
    order: 2;
    width: 100%;
}
.blog-post-details img{
    border-radius:12px;
}
.blog-post-details ul{
    padding:0px;
}
.blog-post-details .blog-post-info span.date{
    font-size:14px;
}
.blog-post-details .social-media-share-bar {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    position: relative;
    padding: 0 0 0 80px;
    order: 5;
    width: 100%;
}
.blog-post-details .social-media-share-bar::before {
    content: 'Share :';
    position: absolute;
    left: 0;
    top: 1px;
    font-family: Switzer Variable;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
}
.blog-post-details .social-media-share > a {
    margin: 0 10px 0 0;
}
.blog-post-details .social-media-share > a:hover {
    opacity: 0.7;
}

.widget.widget-article.blog-button {
    max-width: 720px;
    margin: 80px auto 20px;
}
.widget.widget-article.blog-button a{
    position:relative;
    font-family: Switzer Variable;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-decoration:none;
    color: #000;
}
.widget.widget-article.blog-button a:hover{
    color:rgb(61, 179, 128);
}
.widget.widget-article.blog-button a:before{
    content: '';
    left: 0;
    top: 0;
    background: url(/template/700756ff/images/blog-arrow.svg) no-repeat;
    width: 7px;
    height: 11px;
    display: inline-block;
    margin-right:10px;
}

/* Start Tab Accordion */
.widget-tabAccordion.faq-accordion .widget-title {
    font-style: normal;
    color: #000;
    padding: 0 0 50px;
    max-width: 400px;
    margin: 0 auto;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 45px;
    line-height: 62px;
    letter-spacing: 0;
    text-align: center;
}
.widget-tabAccordion.faq-accordion .accordion-panel {
    padding: 0;
}
.widget-tabAccordion.faq-accordion {
    padding: 0 0 150px;
    max-width:1000px;
    margin: 0 auto
}
.widget.widget-tabAccordion.faq-accoordion .accordion-panel > .label-bar.expanded {
    border-color: #fff;
}

.widget-tabAccordion.faq-accordion .accordion-panel>.label-bar .toggle-icon {
    right: 18px;
    left: auto;
    top: 18px;
}

.widget-tabAccordion.faq-accordion .accordion-panel > .label-bar {
    background: transparent;
    border-radius: 0;
    height: auto;
    padding: 28px 40px 25px 0;
    white-space: normal;
    color: #000;
    margin: 0;
    border: 0;
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 18px;
    line-height: 26.56px;
    letter-spacing: 0.01em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all ease-in-out .2s;
}

.widget-tabAccordion.faq-accordion .accordion-panel > .label-bar.expanded {
    border-radius: 0;
    box-sizing: unset;
    box-shadow: unset;
    border-bottom: 1px solid #fff;
    height: auto;
    margin-top: 0;
    color: #000;
    background: transparent;
    padding: 28px 0 25px;
}
.widget-tabAccordion.faq-accordion .accordion-panel>.accordion-item.expanded {
    padding: 0 0 25px;
    background: transparent;
    box-sizing: border-box;
    margin-top: 0;
    color: #000;
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-tabAccordion.faq-accordion .accordion-item.expanded p {
    font-weight: 400;
    font-size: 15px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 0 20px;
    padding: 0;
}
.widget-tabAccordion.faq-accordion .accordion-item.expanded p:last-of-type{
    margin: 0;
}
.widget-tabAccordion.faq-accordion .accordion-panel > .label-bar .toggle-icon {
    height: 15px;
    width: 14px;
    background-image: url("/template/700756ff/images/plus-minus.svg");
    right: 0;
    left: auto;
    top: 33px;
    -webkit-transition: unset;
    transition: unset;
}
.widget-tabAccordion.faq-accordion .accordion-panel > .label-bar.expanded:hover .toggle-icon {
    /*    height: 20px;
       width: 20px;
       background-image: url("/template/71b0727d/images/plus-minus.svg");
       right: 0;
       left: auto;
       top: 45px;
       background-position: 0 -78px;
       transform: unset;
       -webkit-transition: unset;
       transition: unset;*/
    background-position: 0 -63px;
}
.widget-tabAccordion.faq-accordion .accordion-panel > .label-bar.expanded .toggle-icon {
    background-position: 0 -48px;
}

.widget-tabAccordion.faq-accordion .accordion-panel > .label-bar.collapsed:hover, .widget-tabAccordion.faq-accordion .accordion-panel > .label-bar.expanded:hover {
    color: #3DB380;
    background: transparent;
}
.widget-tabAccordion.faq-accordion .accordion-panel>.label-bar:hover  .toggle-icon {
    background-position: 0 -27px;
    top: 33px;
    right: 0;
    -webkit-transition: unset;
    transition: unset;
}
.widget-tabAccordion.faq-accordion .accordion-panel>.accordion-item.expanded .wc-tab-accordion-widget {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}

.widget-tabAccordion.faq-accordion .accordion-panel>.accordion-item.collapsed {
    padding: 0 0 30px;
    background: transparent;
    border: 0;
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
}

.widget-tabAccordion.faq-accordion .accordion-panel>.accordion-item.collapsed p {
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0;
}
.widget-tabAccordion.faq-accordion .accordion-panel>.label-bar:last-of-type {
    margin-bottom: 10px !important;
}

/* End Tab Accordion */

.widget-snippet.inner-testimonials .testimonial-section{
    min-height: 660px;
}

.widget.widget-snippet.service-details-back-btn {
    background-color: #F2EFED;
    margin-top: 0px;
    padding-top:5px;
}
.faq-accordion-title h2{
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 0%;
  text-align: center;
  color:#000;
  margin: 0 0 12px 0;
  padding:0;
}

/*page not found Start*/
.page_404 figure {
    margin: 0 0 48px 0;
}
.widget-article .page_404 {
    text-align: center;
    max-width: 550px;
    margin:130px auto 158px;
}
.widget-article .page_404 .error {
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 50px;
    line-height: 41px;
    letter-spacing: 0;
    text-align: center;
    margin: 10px 0 20px 0;
    color:#000;
}
.widget-article .page_404 p {
   font-family: Switzer Variable;
   font-weight: 400;
   font-size: 17px;
   line-height: 26px;
   letter-spacing: 0;
   text-align: center;
   color:#000;
   margin-top:0;
}
.widget-article .page_404 .back-btn a{
    font-family: Switzer Variable;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.01em;
    max-width: 192px;
    width: 100%;
    display: block;
    height: 44px;
    padding: 12px 30px;
    text-decoration: none;
    background: rgb(61, 179, 128);
    border-radius: 10px;
    text-align: center;
    color: #0d1f4b;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0 auto 0;
}
.widget-article .page_404 .back-btn a:hover{
	background: #0d1f4b;
    color: #fff;
}
.widget-article .page_404 .back-btn {
    margin-top: 48px;
}
/*page not found end*/

.widget-navigation .navigation-item.book-free-consultation {
    display: none;
}
body.widget-snippet .left-sticky-box {
  position: relative;
}

.widget-snippet .iso-ertification-section-services .inner-content{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.widget-snippet .iso-ertification-section-services .item-service {
    width: calc(100% / 4 - 35px);
}

.ongoing-support-header {
    max-width: 1000px;
    margin: 0 auto;
}
.widget-snippet .become-certified-item-inner {
    justify-content: normal;
}

.widget-snippet .iso-ertification-section-services .title-head {
    max-width:1025px;
    margin: 0 auto 42px;
}
.widget-snippet .become-certified-wrap {
    justify-content: center;
}
.widget-snippet .become-certified-header {
    max-width: 1000px;
    margin: 0 auto;
}

.widget-snippet .why-choose-section .full-container .left-content-box a:hover {
  background: #000;
}
.widget-article.common-article {
    max-width: 1460px;
    margin: 0 auto 120px;
    padding: 0 30px;
}







.fee .widget-gallery.services-gallery-section .article-item:hover .ourservice-text,
.fee .widget-gallery.services-gallery-section .article-item .ourservice-text {
        bottom:70px;
    }
.fee .widget-gallery.services-gallery-section .article-item .ourservice-text-detail {
        display:block;
        opacity: 100 !important;
    }
.fee .our-service-container .service-item:hover .ourservice-text,
.fee .our-service-container .service-item .ourservice-text {
        bottom: 70px;
    }
.fee .our-service-container .service-item .ourservice-text-detail {
        opacity: 100;
    }
.fee .widget-gallery.services-gallery-section .article-item:after,
.fee .our-service-container .service-item:after {
        content: '';
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(178.49deg, rgba(0, 0, 0, 0) 44.03%, rgba(0, 0, 0, 0.74) 87.04%);
        height: 100%;
        z-index: 1;
        border-radius: 13px;
    }
.fee .widget-gallery.services-gallery-section .article-item:before
 {
        opacity: 100;
        bottom: 0px;
    }
.fee .our-service-container .service-item{
   padding:8px;
}
.fee .our-service-container .service-item:after,
.fee .our-service-container .service-item::before {
      opacity: 100;
    bottom: 0;
    width: 90%;
    height: 92%;
    top: 20px;
    left: 20px;
}
.fee .footer-address ul li,
.fee .footer-address ul li:last-of-type{
    padding: 10px;
}
.blog-post-details .blog-details-banner-image-wrapper {
    max-width: 1460px;
    height: 596px;
    margin: 30px auto 35px;
    padding: 0 30px;
    width: 100%;
    order: 3;
}
.widget-snippet .what-is-iso-section .inner-content p{
	margin: 0 0 15px 0;
}

.entire-search {
    max-width: 1460px;
    margin: 100px auto 120px;
    padding: 0 30px;
}
.entire-search h2 {
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    margin: 0 0 15px;
}
.entire-search .total-result {
    color:#3db380;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
    margin: 0;
    text-align: center;
}
.entire-search .search-results {
    margin:40px 0 0;
}
.entire-search .search-result > .title {
    font-size: 25px;
    margin-bottom: 40px;
    text-align: center;
    padding: 15px 0;
    border-top: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
}
.entire-search .search-result {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.entire-search .search-results .page .title {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    line-height: 32px;
    padding: 0 8px 0 0;
    margin: 0;
}

.entire-search .search-results .page a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.entire-search .search-results .page a:hover .title{
    color: #3db380;
    text-decoration: none;
}
.entire-search .search-results .page a.page-read-more {
    font-size: 15px;
    line-height: 28px;
    color: #3db380;
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.entire-search .search-results .page a.page-read-more:hover {
    color: #0d1f4b;
    text-decoration: none;
}
.entire-search  .search-result .pagination {
    font-size: 14px;
    gap: 0 10px;
    margin: 70px 0 0;
}
.entire-search .search-results .page .summary {
    font-size: 15px;
    line-height: 30px;
}
body.widget-snippet .iso-compliance-area .inner-content .right-content {
    padding: 0 50px 0 50px;
}
.widget-snippet .certification-process-section .process-title {
    padding: 0 30px;
    /* margin: 0 auto; */
    max-width: 1100px;
    margin: 0 auto 45px;
}
body.widget-snippet .footer-cta {
    background-color: #000;
    padding: 50px 20px 50px;
}
body.widget-snippet .why-choose-section .full-container .right-content-box {
    padding: 165px 40px 0 88px;
}
.blog-post-details ol ul li {
    list-style-type: none;
    padding:3px 18px 6px;
}
.what-is-iso-section .inner-content .left-content .item-img-2 img {
    min-height: 255px;
}
/*responsive start*/
@media screen and (max-width: 1500px) {
	
}
@media screen and (max-width: 1400px) {
	
}
@media screen and (max-width: 1300px) {
	
}
@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 991px) {

}

@media screen and (max-width: 767px) {

}
@media screen and (max-width: 360px) {

}
/*responsive end*/

.widget-snippet .your-compliance-area .inner-content .left-content,
.widget-snippet .buildsafe-different .full-content .right-content,
.widget-snippet .iso-compliance-area .inner-content .left-content{
    overflow: hidden;
}
.widget-snippet .why-choose-section .full-container .item-box .icon-box {
    width: 40px;
    height: 42px;
}
.widget-snippet .buildsafe-different .full-content .right-content img {
    height: 100%;
}
.widget-snippet .testimonial-content .inner-item .single-item img {
    height: 17px;
    width: 150px;
}
.widget-snippet .about-who-we-are .inner-content .left-content .item.one img {
    height: 528px;
    width: 100%;
    object-fit: cover;
}
.widget-snippet .about-who-we-are .inner-content .left-content .item.two img:first-of-type {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.widget-snippet .about-who-we-are .inner-content .left-content .item.two img:last-of-type {
    height: 375px;
    width: 100%;
    object-fit: cover;
}
.widget-snippet .iso-ertification-section .inner-content .right-content .item-img-1 {
   height: 480px;
}
.widget-snippet .iso-ertification-section .inner-content .right-content .item-img-2{
    height: 382px;
}
.widget-snippet .iso-ertification-section .inner-content .right-content .item-img-1 img,
.widget-snippet .iso-ertification-section .inner-content .right-content .item-img-2 img,
.widget-snippet .certification-consulting-section .inner-content .left-content .item-img-1 img,
.widget-snippet .certification-consulting-section .inner-content .left-content .item-img-2 img,
.widget-snippet .quality-section .inner-content .right-content .item-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: inherit;
}
.widget-snippet .certification-consulting-section .inner-content .left-content .item-img-1{
 height:400px;
}
.widget-snippet .certification-consulting-section .inner-content .left-content .item-img-2{
    height:515px;
}
.widget-snippet .saets-apart-item-wrap .saets-apart-item .saets-apart-icon img {
    height: 30px;
    width: 30px;
}
.widget-snippet .ongoing-support-wrap .ongoing-support-item img{
    height: 34px;
    width: 34px;
}
.widget-snippet .quality-section .inner-content .right-content .item-img{
    max-height: 480px;
    overflow: hidden;
}
.widget-snippet .iso-compliance-area .inner-content .left-content img,
.widget-snippet .your-compliance-area .inner-content .left-content img,
.widget-snippet .buildsafe-different .full-content .right-content img{
    max-height: inherit;
}
.widget-snippet .become-certified-item-inner img{
    width: 38px;
    height: 38px;
}
.widget-snippet .what-is-iso-section .inner-content .left-content .item-img-1 img,
.widget-snippet .what-is-iso-section .inner-content .left-content .item-img-2 img {
    object-fit: cover;
}
.widget-snippet .home-banner-content .text-content a,
.widget-snippet .why-choose-section .full-container .left-content-box a,
.widget-snippet .footer-cta .full-content .right-content a,
.widget-snippet .about-top-banner .inner-content .text-content a:hover,
.widget-snippet .about-who-we-are .inner-content .right-content a,
.widget-snippet .about-footer-cta .inner-content .left-content .cta-btn a,
.widget-snippet .our-service-container .ourservice-text-detail a,
.widget-snippet .home-banner .inner-content .text-content a,
.widget-snippet .container-thankyou .text-content a{
    background-color: rgb(61, 179, 128) !important;
    color: rgb(13, 31, 75) !important;
}
.widget-snippet .about-top-banner .inner-content .text-content a:hover,
.widget-snippet .about-footer-cta .inner-content .left-content .cta-btn a{
    border-color: rgb(61, 179, 128) !important;
}
.widget-snippet .about-footer-cta .inner-content .left-content .cta-btn a:last-of-type {
    background: transparent !important;
    border-color: rgb(13, 31, 75) !important;
    color: rgb(13, 31, 75) !important;
}
.widget-snippet .about-footer-cta .inner-content .left-content a.phone-link {
    border-bottom: 1px solid rgb(13, 31, 75) !important;
    color: rgb(13, 31, 75) !important;
}
.widget-snippet .about-footer-cta .inner-content .left-content a.phone-link:hover {
    border-color: #3db380 !important;
    color: #3db380 !important;
}
.widget-snippet .header-btn a:hover,
.widget-snippet .home-banner-content .text-content a:hover,
.widget-snippet .why-choose-section .full-container .left-content-box a:hover,
.widget-snippet .footer-cta .full-content .right-content a:hover,
.widget-snippet .footer-cta .full-content .right-content a.conact-btn:hover,
.widget-snippet .about-who-we-are .inner-content .right-content a:hover,
.widget-snippet .about-footer-cta .inner-content .left-content .cta-btn a:hover,
.widget-snippet .our-service-container .ourservice-text-detail a:hover,
.widget-snippet .home-banner .inner-content .text-content a:hover,
.widget-snippet .container-thankyou .text-content a:hover{
    background-color: rgb(106, 193, 154)  !important;
    color: #0d1f4b !important;

}
.widget-snippet .footer-cta .full-content .right-content a.conact-btn{
    background-color: #fff !important;
    color:  rgb(13, 31, 75) !important;
}
.widget-snippet .header-contact .item a:hover{
    color: rgb(13, 31, 75) !important;
}
.widget-snippet .your-compliance-area .inner-content .right-content a svg path,
.widget-snippet .service-btn-link a svg path,
.widget-snippet .iso-ertification-section .inner-content .left-content a svg path{
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .your-compliance-area .inner-content .right-content a svg path {
    fill: rgb(61, 179, 128);
}
.widget-snippet .your-compliance-area .inner-content .right-content a:hover, 
.widget.widget-article.blog-button a:hover,
.widget-snippet .contact-left-info .inner-content .item a:hover{
    color: rgb(61, 179, 128);
}
section.our-process-section .process-title p { 
    color: #5a5a5a; 
}
.widget-snippet .your-compliance-area .inner-content .right-content a:hover svg path{
    fill: rgb(61, 179, 128);
}
.widget-snippet .footer-address ul li a:hover i,
.widget-snippet .footer-address a:hover,
.widget-snippet .header-contact .item a{
    color: rgb(61, 179, 128) !important;
}
.widget-snippet .footer-address a{
    color: rgba(255, 255, 255, 0.7) !important;
}
.widget-snippet .testimonial-content .inner-item .single-item {
    background: rgb(239, 255, 248);
}
.widget-snippet .service-btn-link a svg path,
.widget-snippet .iso-ertification-section .inner-content .left-content a svg path{
    fill: rgb(13, 31, 75);
}
.widget-snippet .service-btn-link a:hover svg path,
.widget-snippet .iso-ertification-section .inner-content .left-content a:hover svg path{
    fill: rgb(61, 179, 128);
}
.widget-snippet .service-btn-link a:hover,
.widget-snippet .iso-ertification-section .inner-content .left-content a:hover{
    color: rgb(61, 179, 128);
}
.widget-snippet .iso-ertification-section-services .inner-content a {
    color: rgb(61, 179, 128);
    border: 1px solid rgb(61, 179, 128);
}
.widget-snippet .iso-ertification-section-services .inner-content a:hover {
    color: rgb(13, 31, 75);
    border: 1px solid rgb(61, 179, 128);
    background: rgb(61, 179, 128);
}
.widget-snippet .quality-section .inner-content .service-cta-btn a,
.widget-snippet .iso-compliance-area .inner-content .service-cta-btn a{
    background: rgb(61, 179, 128);
    color: #0d1f4b;
    border: 1px solid #3db380;
}
.widget-snippet .quality-section .inner-content .service-cta-btn a:hover,
.widget-snippet .quality-section .inner-content .service-cta-btn a:last-of-type:hover,
.widget-snippet .iso-compliance-area .inner-content .service-cta-btn a:hover,
.widget-snippet .iso-compliance-area .inner-content .service-cta-btn a:last-of-type:hover {
    background: rgb(106, 193, 154);
    color: #0d1f4b;
    border-color: rgb(106, 193, 154);


}
.widget-snippet .quality-section .inner-content .service-cta-btn a:last-of-type:hover,
.widget-snippet .iso-compliance-area .inner-content .service-cta-btn a:last-of-type:hover {
    background:#0d1f4b;
    color: #fff;
    border-color: #0d1f4b;


}
.widget-snippet .quality-section .inner-content .service-cta-btn a:last-of-type,
.widget-snippet .iso-compliance-area .inner-content .service-cta-btn a:last-of-type{
    background: transparent;
    border-color:#0d1f4b;
    color:#0d1f4b;
}
.widget-snippet .become-certified-item-inner {
    background: rgb(239, 255, 248);
}
.widget-snippet .about-footer-cta .inner-content .left-content .cta-btn a:last-of-type:hover,
.widget-snippet .footer-cta .full-content .right-content a.conact-btn:hover{
    background: #3db380 !important;
    color: #0d1f4b !important;
    border-color: #3db380 !important;
}


.page-terms_conditions .page-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 100px;
}
.header .widget-search button.icon-search.et_ecommerce_search:hover {
    background-color: transparent !important;
}

.page-contact-us .footer-cta {
    display: none;
}
.widget.widget-html.common-text{
    margin: 0 0 100px;
}