@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2'),
        url('../fonts/Rubik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
        url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPSMT.woff2') format('woff2'),
        url('../fonts/TimesNewRomanPSMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}







html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

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

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

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

strong {
    font-weight: 700;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:hover,
a:active {
    outline: 0;
    color: #fbb613;
}

a img {
    border: 0;
}

body {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #01030D;
    background: #fff;

}

button,
input,
select,
textarea {
    color: #01030D;
    font-size: 16px;
    line-height: 22px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    box-shadow: none;
}

h1 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #0A0B5C;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}

h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

h4 {
    font-size: 25px;
    line-height: 36px;
    font-weight: 700;
}

h5 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

h6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}


p {
    /* font-family: 'Poppins'; */
    font-weight: 400;
    margin-bottom: 15px;
}

em,
i {
    font-style: italic;
}

ul {
    padding: 0;
    margin: 0;
}

hr {
    border: 0;
    background: #000000;
    height: 2px;
    margin: 20px 0;
}

ul,
ol {
    margin: 0 0 28px 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin: 0 0 0 23px;
}


img {
    border: 0;
    height: auto;
    max-width: 100%;
}

.bttn {
    color: #fff;
    font-family: 'Inter';
    font-weight: 500;
    position: relative;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 160px;
    text-align: center;
    display: inline-block;
    padding: 12px 25px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.bttn.btn-primary {
    background: #01105E;
    color: #fff;
}

.bttn.btn-secondary {
    background: #0000FF;
    color: #fff;
}

a.bttn.btn-primary:hover {
    background: #0000FF;
    color: #fff;
}

a.bttn.btn-secondary:hover {
    background: #01105E;
    color: #fff;
}

a {
    /* color: #fff; */
    text-decoration: none;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

a:active,
a:hover {
    color: #0000FF;
    outline: 0;
    text-decoration: none;
}



/* Placeholder text color -- selectors need to be separate to work. */

.form-control::-webkit-input-placeholder {
    color: #4a4e56;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #4a4e56;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #4a4e56;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #4a4e56;
    opacity: 1;
}

.textarea::-webkit-input-placeholder {
    color: #4a4e56;
    opacity: 1;
}

.textarea:-moz-placeholder {
    color: #4a4e56;
    opacity: 1;
}

.textarea::-moz-placeholder {
    color: #4a4e56;
    opacity: 1;
}

.textarea:-ms-input-placeholder {
    color: #4a4e56;
    opacity: 1;
}

label {
    color: #000000;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5em;
}



input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.form-control {
    font-family: 'Inter';
    font-weight: 400;
    line-height: 22px;
    color: #4a4e56;
    font-size: 16px;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #D3D3D3;
    height: 60px;
    box-shadow: none;
    padding: 4px 15px 4px 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    letter-spacing: 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.4);
    box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.4);
}

.form-control:focus,
textarea:focus {
    border-color: #0000FF;
    box-shadow: none;
}

textarea.form-control {
    background: #fff;
    height: 150px;
    color: #4a4e56;
    padding: 10px 15px;
    resize: none;
}

input,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

input:focus,
textarea:focus {
    outline: 0;
}

.container {
    margin: 0 auto;
    width: 100%;
}

.container-fluid {
    margin: 0 auto;
    width: 100%;
    max-width: 1310px;
    padding: 0;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}

.main-outercon {
    width: 100%;
    position: relative;
    overflow: hidden;
}


/*=======  header  =======*/

.header-container {
    width: 100%;
    position: fixed;
    width: 100%;
    /* background: #fff; */
    z-index: 10;
    padding: 12px 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.fixed .header-container {
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 10px 0;
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2); */
}

.header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    margin: 0 50px 0 0;
    /* -webkit-transition: all 800ms ease-in-out 0s;
    -moz-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out 0s; */
    position: relative;
    z-index: 9;
}

.logo img {
    display: block;
    width: 145px;
    -webkit-transition: all 800ms ease-in-out 0s;
    -moz-transition: all 800ms ease-in-out 0s;
    transition: all 800ms ease-in-out;

}

.main-outercon.fixed .logo img {
    width: 130px;
}


.main-menu {
    padding: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
}

.main-menu nav>ul>li:nth-child(2) {
    margin-right: 150px;
}

.main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    justify-content: center;
    position: relative;
}

.main-menu ul li {
    /*position: relative;*/
    padding: 0px 19px;
    line-height: 1;
}

.main-menu ul>li:first-child>a:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -3px;
    border-bottom: 2px solid #FBB613;
    width: 100%;
    height: 2px;
    background-size: 100% 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: none;
}

/* .main-menu ul>li:first-child>a {
    border-bottom: 2px solid #FBB613;
} */

.main-menu ul li:nth-child(2)>a:after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: -3px;
    border-bottom: 2px solid #FBB613;
    width: 100%;
    height: 2px;
    background-size: 100% 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    display: none;
}

.main-menu ul li ul>li:first-child>a::after {
    display: none;
}

.main-menu ul li ul>li:nth-child(2)>a::after {
    display: none;
}

.main-menu ul li a {
    font-size: 18px;
    line-height: 1;
    color: #0A0B5C;
    position: relative;
    padding: 0;
    display: block;
}

.main-menu ul li a img {
    margin: 0 0 0 7px;
    width: 15px;
}

.main-menu ul li a:hover,
.current-menu-item>a {
    color: #0000FF;
}

/* .main-menu ul li ul.sub-menu li.current-menu-item>a{
    color: #0000FF;
} */
.main-menu ul li.hassub>a:before {
    position: absolute;
    content: "";
    right: -18px;
    top: 6px;
    background: url('../images/down-arw.png') no-repeat;
    width: 12px;
    height: 8px;
    background-size: 100% 100%;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

/* .main-menu ul li.hassub:hover>a:before {
    transform: rotate(180deg);
}

.main-menu ul li.hassub>a:hover:before {
    transform: rotate(180deg);
} */

.sub-menu {
    position: absolute;
    left: 0;
    top: 45px;
    background: #ffffff;
    padding: 0;
    overflow: inherit;
    opacity: 1;
    /* margin-top: 10px; */
    /* border-radius: 12px; */
    visibility: visible;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out;
    margin: 0px 0 0 0px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 256px;
    /* border: 1px solid #F6F6F4; */
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Style sub-menu to be full width and centered */
#menu-main-menu>li.menu-item-has-children>.sub-menu {
    left: 0;
    right: 0;
    /* width: 100%; */
    width: 100vw;
    text-align: center;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 99;
    flex-wrap: wrap;
    position: absolute;
    flex-direction: row;
    margin: 0 auto;
}

.main-outercon.fixed #menu-main-menu>li.menu-item-has-children>.sub-menu {
    width: 100vw;
    border: none;
    top: 39px;
    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.1);
}

/* Make submenu items inline-block so they center nicely */
#menu-main-menu>li.menu-item-has-children>.sub-menu>li {
    display: inline-block;
    /*margin: 0 15px;                 */
}



.mob-visible {
    display: none;
}

.main-menu .sub-menu li {
    /*width: 100%;*/
    padding: 0 24px;
}

.main-menu ul li ul.sub-menu li a {
    /*border-bottom: 1px solid #F6F6F4;*/
    font-size: 18px;
    padding: 5px 0;
    line-height: 20px;
    color: #0A0B5C;
    display: inline-block;
    width: 100%;
}

.main-menu ul li ul li ul.sub-menu li {
    margin: 0 0 10px;
    padding: 0 20px;
}

.main-menu ul li ul li ul.sub-menu li a {
    padding: 0;
}

.main-menu .sub-menu li:last-child a {
    border: none;
}

.main-menu .sub-menu li a:hover,
.main-menu .sub-menu li.active a {
    color: #0000FF;
}

.main-menu ul li ul li {
    position: relative;
}

.main-menu ul li ul li.hassub>a::before {
    top: 12px;
}

.main-menu ul li ul {
    padding: 15px 0;
}

.main-menu ul li ul li {
    text-align: left;

}

.main-menu ul li ul li:first-child {
    padding-left: 0;
}

.main-menu ul li ul li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    margin-top: 10px;
}

.main-menu ul li ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: 40px;
}

.main-menu ul li.has-sub:hover>a {
    color: #0000FF;
}

.main-menu ul li ul li:hover .sub-menu li {
    padding: 0 20px !important;
}

/* .navbar.navbar-expand-lg.py-3 {
    width: 100%;
}

#mainNavbar {
    margin: 0 0 0 25px;
} */

/* banner */

.banner-container {
    width: 100%;
    position: relative;
    padding: 215px 0 0px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.banner-container:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    /* background: url('../images/bg-line.png') no-repeat; */
    height: 100%;
    width: 100%;
    background: #E8F1FF;
    background: linear-gradient(180deg, rgba(232, 241, 255, 1) 0%, rgba(237, 244, 255, 1) 24%, rgba(241, 247, 255, 1) 50%, rgba(246, 249, 255, 1) 75%, rgba(252, 253, 255, 1) 100%);
}

.banner-inner-wrap {
    position: relative;
    z-index: 2;
}

.banner-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.banner-image {
    width: 50%;
    padding: 0 60px 0 0;
    display: flex;
    /*align-items: flex-end;*/
}

.banner-image img {
    display: block;
}

.banner-text {
    width: 50%;
    padding: 0px 120px 0 0;
}

.banner-text p {
    font-weight: 500;
}

.banner-text .bttn.btn-primary {
    margin: 0 0 0 30px;
}

.banner-text h1 {
    margin: 0 0 10px;
}

/* service */

.service-container {
    width: 100%;
    background: #F9FAFB;
    padding: 95px 0 60px;
}

.clients-need-container {
    width: 100%;
    background: #E8ECFE;
    padding: 80px 0;
}

.title-block {
    width: 100%;
    max-width: 765px;
    margin: 0 auto;
    text-align: center;
}

/* contact */
.contact-container {
    width: 100%;
    background: #F2F2F2;
    padding: 90px 0;
}

/* footer */
.footer-container {
    width: 100%;
    background: #01105E;
}

.footer-top {
    width: 100%;
    padding: 70px 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom {
    display: flex;
    padding: 35px 0;
    justify-content: space-between;
}

.footer-bottom-links ul {
    display: flex;
}

.partners-inner .two-col-block {
    width: 50%;
    display: block;
}

.partners-inner .content-right {
    width: 85%;
}

.partners-inner .content-left {
    margin: 0 0 15px;
}

.two-col-block {
    width: 100%;
    display: flex;
}

.content-left {
    width: 50%;
}

.content-left h3 {
    color: #000;
    /* font-weight: 500; */

}

.content-right {
    width: 50%;
}

.content-right {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.content-right p {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
}

.footer-bottom-links ul li a::after {
    background: #fff;
    bottom: 0rem;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .5s;
    transition-timing-function: ease;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.14, 0, 0, 1.01);
    width: 100%;
}

.footer-bottom-links ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-bottom-links ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
    /* text-decoration: underline; */
    position: relative;
}

.footer-bottom-links ul li a:hover {
    /* color: #0000FF; */
    text-decoration: none;
}

.footer-bottom-links ul li {
    padding: 0 15px;
}

.copyright p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
}

.location-list.bottomdiv .block {
    align-items: center;
}

.footer-single.logo-div span {
    display: block;
    font-size: 16px;
    font-family: 'Inter';
    color: #fff;
    margin: 0 0 10px;
}

.footer-single.logo-div span.sm-text {
    font-size: 12px;
    margin: 0;
    line-height: 18px;
}

.footer-logo {
    margin: 0 0 25px;
}

.footer-logo img {
    width: 146px;
}

.footer-single.menu-div ul li a {
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
    position: relative;
}


.footer-single.menu-div ul li {
    margin: 0 0 10px;
    line-height: 1.2;
}

.footer-single.address-div ul li a {
    /* display: flex; */
    font-family: 'Inter';
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
}


.footer-single.address-div ul li a img {
    width: 15px;
    margin: 0 10px 0 0;
}

.footer-single.address-div ul li {
    margin: 0 0 10px;
    line-height: 1.2;
}

.footer-single h6 {
    /* font-family: 'Inter'; */
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: -0.3px;
    text-transform: capitalize;
}

.contact-block {
    width: 100%;
    display: flex;
    background: #F9FAFB;
    border-radius: 35px;
    padding: 85px 95px;
    margin: 60px 0 0;
}

.contact-details {
    width: 50%;
}

.contact-form {
    width: 50%;
}

.contact-details {
    width: 50%;
    padding: 0 0 0 70px;
}

.contact-title {
    padding: 0 0 30px;
}

.contact-title h5 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin: 0 0 5px;
}

.contact-title p {
    color: #6F6F6F;
    font-weight: 700;
    font-size: 16px;
}

.block {
    width: 100%;
    display: flex;
    margin: 0 0 15px;
    align-items: flex-start;
    position: relative;
}

/* .marker {
    width: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
} */
.marker {
    width: 22px;
    position: absolute;
    left: 100%;
    top: 0;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.marker a {
    position: relative;
}

.marker:hover {
    bottom: 5px;
}

.location-icon {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 70px;
    width: 70px;
    margin: 0 25px 0 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.location-icon img {
    width: 30px;
}

.contact-text p strong {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin: 0 0 5px;
    display: block;
}

.contact-text p {
    color: #6F6F6F;
    font-weight: 700;
}

.contact-text p:first-child {
    margin: 0;
}

.contact-text {
    width: 80%;
    padding: 0 48px 0 0;
}

.contact-text a {
    color: #6F6F6F;
    font-weight: 700;
}

.contact-text a:hover {
    color: #0000FF;
}

.single-row br {
    display: none;
}

.contact-block .single-row {
    margin: 0 0 22px;
}

.single-row label {
    font-weight: 700;
    line-height: 1;
}

.single-row.btn-div .bttn {
    width: 100%;
    color: #fff;
    /* font-family: 'Inter'; */
    font-weight: 700;
    position: relative;
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 160px;
    background: #0000FF;
    text-align: center;
    display: inline-block;
    padding: 18px 25px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.single-row.btn-div {
    margin: 15px 0 0;
}

.single-row.btn-div .bttn:hover {
    background: #0A0B5C;
}

/* testimonial */
.testimonial-container {
    width: 100%;
    padding: 80px 0;
    background: #01105E;
}

.single-slider {
    text-align: center;
}

.rating {
    margin: 0 0 30px;
}

.rating ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rating ul li img {
    width: 17px;
    margin: 0 2px;
}

.testimonial-content p {
    color: #fff;
    font-family: 'Rubik';
    font-size: 20px;
    line-height: 28px;
}

.testimonial-content {
    max-width: 640px;
    margin: 0 auto;
}

.brand-div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 30px 0 0;
}

.brand-div:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    height: 70px;
    background: #fff;
    display: none;
}

.left-div {
    display: flex;
    /* padding: 0 35px 0 0; */
}

.left-div .image {
    display: none;
}

.text {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.text span {
    color: #fff;
    font-size: 14px;
}

.right-div {
    padding: 0 0 0 35px;
    display: none;
}

.name {
    font-weight: 600;
}

.image {
    margin: 0 10px 0 0;
}

.right-div img {
    width: 150px;
}

.partners-container {
    width: 100%;
    padding: 80px 0;
    background: #E9F1FF;
}

.grid-list {
    margin: 0;
    width: 50%;
}

.grid-list ul {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
}

.grid-list ul li {
    /* width: 29%; */
    margin: 0 0 15px;
    display: flex;
    width: 100%;
}

.grid-list ul li .single-grid {
    position: relative;
    min-height: auto;
    border-radius: 5px;
    overflow: hidden;
    /* background: linear-gradient(to bottom, #F9FAFB, #FFFBCD); */
    background: linear-gradient(180deg, rgba(232, 241, 255, 1) 0%, rgba(237, 244, 255, 1) 24%, rgba(241, 247, 255, 1) 50%, rgba(246, 249, 255, 1) 75%, rgba(240, 253, 255, 1) 100%);

}

.partners-inner {
    display: flex;
    align-items: center;
}

.partners-image {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    height: 70px;
    width: 70px;
    margin: 0 25px 0 0;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.4);
    box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.4);
}

.partners-image img {
    width: 35px;
}

.text-content {
    padding: 10px 20px;
    background: #fff;
    width: 85%;
    border-radius: 15px;
    align-items: center;
    display: flex;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.4);
    box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.4);
}

.text-content span {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
}

.service-container .content-left {
    padding: 0 130px 0 0;
}

.service-container .content-left {
    display: flex;
    align-items: center;
}

.service-container .content-left h6 {
    font-size: 30px;
    margin-left: 5px;
    font-family: 'Times New Roman';
}

.service-list {
    width: 100%;
    margin: 70px 0 0;
}

.service-list>ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-count: 3;
    column-gap: 20px;
}

.service-list>ul li.lists {
    margin: 0 0 20px;
    width: 32%;
}

.service-list>ul li.lists a:hover .single-service-div {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.7);
    box-shadow: 0 1px 4px 0 rgba(0, 33, 33, 0.7);
}

.single-service-div {
    border-radius: 31px;
    padding: 35px;
    position: relative;
    /* min-height: 500px; */
    /* overflow: hidden; */
    /* background: linear-gradient(180deg, rgba(232, 241, 255, 1) 0%, rgba(237, 244, 255, 1) 24%, rgba(241, 247, 255, 1) 50%, rgba(246, 249, 255, 1) 75%, rgba(240, 253, 255, 1) 100%); */
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%);
}

.service-list>ul ul {
    max-width: 100%;
}

/* .service-list>ul>li:first-child {
    width: 57%;
}

.service-list>ul>li:nth-child(2) {
    width: 39.2%;
} */

.service-list>ul>li:nth-child(3) {
    /* width: 45.25%; */
    /* margin: 0; */
}

.service-list>ul>li:last-child {
    /* width: 51.28%; */
    /* margin: 0; */
}

.floating-img {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: none;
}

.overlay-block {
    position: relative;
    z-index: 1;
}

.single-service-div ul li {
    position: relative;
    padding-left: 10px;
}

.single-service-div ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    background: #65666D;
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.floating-img img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #00F;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px;
}

.icon img {
    width: 25px;
}

.single-service-div h4 {
    margin: 0 0 15px;
    color: #000;
}

.single-service-div ul li {
    font-weight: 700;
    color: #65666D;
    font-size: 17px;
    margin: 0 0 10px;
}

.contact-head {
    display: flex;
    margin: 0 0 0 auto;
    align-items: center;

    position: relative;
    z-index: 9;
}

.contact-head .bttn {
    padding: 8px 30px;
    font-size: 14px;
    line-height: 1.2;
    background: #fff;
}

/* .contact-head a.bttn.btn-primary:hover {
    background: #dfdfdf;
}

.fixed .contact-head .bttn {
    background: #e8f1ff;
} */

.contact-head .cal-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 24px;
    background: linear-gradient(180deg, #ffffff, #f0f0f0);
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    color: #222;
    box-shadow: 0 6px 0 #b3b3b3, 0 6px 12px rgba(0, 0, 0, 0.2);
    /* 3D shadow */
    transition: all 0.2s ease;
    border: 1px solid #ddd;
}

.contact-head a.bttn.btn-primary.cal-btn:hover {
    background: linear-gradient(180deg, #fdfdfd, #eaeaea);
    box-shadow: 0 8px 0 #aaa, 0 8px 15px rgba(0, 0, 0, 0.25);
}

.contact-head a.bttn.btn-primary.cal-btn:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #999, 0 2px 5px rgba(0, 0, 0, 0.2);
}

.contact-head .cal-btn img {
    height: 22px;
    width: auto;
}





.contact-head a img {
    display: block;
    width: 100px;
    margin: 0;
}

.call {
    display: none;
}

.title-block h2 {
    margin: 0 0 15px;
}

.needs-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 60px 0 0;
}

.needs-section ul {
    flex: 1 1 28%;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.needs-section ul li {
    margin: 0 0 50px;
}

.image-block {
    flex: 1 1 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 750px;
}

.image-block img {
    max-width: 100%;
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
}

.single-block {
    width: 100%;
    text-align: center;
}

.sm-img {
    margin: 0 0 10px;
    line-height: 1;
}

.sm-img img {
    display: inline-block;
}

.single-block h5 {
    margin: 0 0 10px;
}

.single-block p {
    /* font-family: 'Inter'; */
}

.image-lists {
    padding: 10px;
}

.masonry-grid {
    column-count: 2;
    column-gap: 15px;
}

.masonry-item {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.masonry-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.banner-container.service-page {
    padding: 105px 0 0px;
}

.banner-container.service-page .banner-content-blk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner-container.service-page .title-block {
    margin: 0 0 20px;
    text-align: left;
}

.banner-container.service-page .title-block h1 {
    font-weight: 400;
    color: #000;
}

.banner-container.service-page .banner-content-blk p {
    margin: 0 30px 25px 0px;
}

.solution-container {
    width: 100%;
    padding: 80px 0;
    background: #01105E;
}

.solution-container .title-block h2 {
    color: #fff;
}

.solution-container .sub-text {
    max-width: 880px;
    margin: 0 auto;
}

.solution-container .sub-text p {
    color: #fff;
}

#pills-tab li .nav-link {
    background: #020f55;
    text-align: left;
    border-radius: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 22px rgba(104, 101, 101, 0.25);

}

#pills-tab li .nav-link.active {
    background: #FFFFFF;
}

#pills-tab li:last-child {
    margin-bottom: 0;
}

.nav-pills .nav-link span {
    font-size: 24px;
    color: #fff;
    margin: 0 0 15px;
    font-weight: 400;
    display: block;
}

#pills-tab li .nav-link.active span {
    color: #01105E;
}

#pills-tab li .nav-link.active small {
    color: #01105E !important;
}

.nav-pills .nav-link small {
    font-size: 16px;
    color: #fff !important;
    font-weight: 400;
}

.nav-pills .nav-link {
    padding: 16px;
}

#pills-tabContent {
    height: 100vh;
    border-radius: 15px;
}

.tab-content>.tab-pane h5 {
    color: #fff;
}

.tab-content>.tab-pane p {
    color: #fff;
}

.tab-content>.tab-pane p strong {
    text-decoration: underline;
    font-weight: 400;
    margin: 0 0 0 20px;
}

.tab-content>.tab-pane ul {
    margin: 0 0 0 30px;
}

.tab-content>.tab-pane ul li {
    color: #fff;
    margin: 0 0 15px;
    position: relative;
    padding-left: 15px;
    line-height: 1.2;
}

.tab-content>.tab-pane ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    background: #fff;
    border-radius: 100%;
    width: 5px;
    height: 5px;
}





.why-choose-block {
    width: 100%;
    padding: 80px 0;
}

.inner-block {
    column-count: 2;
}

.left-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

.vision-block {
    width: 100%;
    padding: 80px 0;
    background: #E8ECFE;
}

.vision-inner-block ul {
    column-count: 2;
}

.left-block span {
    color: #0C0B08;
    font-weight: 600;
    display: block;
    margin: 0 0 20px;
}

.left-block h2 {
    color: #00000D;
    font-weight: 700;
    display: block;
    margin: 0 0 20px;
}



.page-template-contact .two-col-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.page-template-contact .content-left {
    width: 100%;
}

.page-template-contact .content-right {
    width: 100%;
}

.page-template-contact .content-left h3 br {
    display: none;
}

.page-template-contact .content-left h3 {
    margin: 0 0 20px;
}

.page-template-contact .contact-container {
    padding: 170px 0 90px;
}

.vision-inner-block h2 {
    margin: 0 0 35px;
}

.single-div {
    background: #D8DEFB;
    padding: 25px;
    border-radius: 20px;
}

.single-div h5 {
    margin: 0 0 10px;
}

.single-div p {
    margin: 0;
}


.tab-section-list {
    display: flex;
    align-items: stretch;
    margin: 50px 0 0;
}

.tab-section-list>div {
    flex: 1;
}

.banner-container.service-page:after {
    display: none;
}



.partner-slider {
    width: 100%;
}

.partner-slider ul li.slick-slide {
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /* margin: 0px 10px; */
    float: none;
}

.partner-container {
    padding: 20px 0;
}

.partner-slider ul li a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.partner-slider ul li.slick-slide img {
    display: inline-block;
}

.clients-container {
    background: #F9FAFB;
    padding: 40px 0;
}


.slick-dots {
    display: flex;
    /* position: absolute; */
    /* bottom: 22px; */
    justify-content: center;
    margin: 40px 0 0;
}

.slick-dots li {
    line-height: 1;
}

.slick-dots li button {
    background: #808080;
    border: none;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    margin: 0 4px;
    font-size: 0;
    padding: 0;
}

.slick-dots li.slick-active button {
    background: #fff;
    width: 22px;
    border-radius: 10px;
}


.slick-arrow {
    background: transparent;
    cursor: pointer;
    width: 46px;
    height: 46px;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    text-align: center;
    position: absolute;
    z-index: 1;
    font-size: 0;
    border-radius: 100%;
    margin: 0;
    padding: 0;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    /* background: #FAB512; */
}

.slick-arrow:hover {
    background: #0000FF;
}

.slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 24px;
}

.slick-arrow.slick-prev:before {
    background: url('../images/prev-arw.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.slick-arrow.slick-next:before {
    background: url('../images/next-arw.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.slick-arrow.slick-next {
    right: 0;
}


.footer-left-bottom {
    width: 100%;
}

ul.certification {
    display: flex;
    align-items: center;
    margin: 35px 0 25px;
    flex-wrap: wrap;
    max-width: 350px;
}

ul.certification li {
    margin: 0 15px 0 0;
}

ul.certification li img {
    width: 80px;
}

ul.certification li:last-child {
    margin: 0 7px 0 0;
}


.social-icons {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons:hover {
    bottom: 15px;
}

.social-icons img {
    width: 17px;
}

.footer-single ul li a:after {
    background: #fff;
    bottom: 0rem;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform .5s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.14, 0, 0, 1.01);
    width: 100%;
}

.footer-single ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.partner-container {
    padding: 20px 0;
}

.partners-slider {
    padding: 40px 0;
}

.partners-slider ul li a {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.partners-slider ul li.slick-slide img {
    display: inline-block;
}

.partners-slider ul li.slick-slide {
    padding: 0 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    float: none;
}

.post-item {
    display: flex;
    margin: 0 0 30px;
}

.post-featured-image {
    width: 40%;
    height: 200px;
    border-radius: 20px;
}

.post-type-archive-service .post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.page-template-corporate .post-featured-image img,
.page-template-bank .post-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.post-content-div {
    width: 60%;
    padding: 0 20px;
}

.post-type-archive-service .post-title,
.page-template-corporate .post-title,
.page-template-bank .post-title a {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 44px;

}

.post-type-archive-service .post-title a,
.page-template-corporate .post-title a,
.page-template-bank .post-title a {
    color: #01030D;
}

.post-type-archive-service .post-title a:hover,
.page-template-corporate .post-title a:hover,
.page-template-bank .post-title a:hover {
    color: #0000FF
}

.post-excerpt {
    color: #01030D;
}

.post-excerpt a {
    color: #01105E;
}

.post-excerpt a:hover {
    color: #0000FF
}

.post-type-archive-service .post-list li:nth-child(2n) .post-featured-image {
    order: 2;
}

.post-type-archive-service .post-list li:nth-child(2n) .post-content-div {
    order: 1;
}

.page-template-corporate .post-list li:nth-child(2n) .post-featured-image {
    order: 2;
}

.page-template-corporate .post-list li:nth-child(2n) .post-content-div {
    order: 1;
}

.service-sections {
    padding: 70px 0 0;
}

.service-sections .section-content {
    padding: 0 270px 0 0;
}

.service-child-wrapper {
    margin: 0px 0 100px;
}

.service-sections h2 {
    font-size: 30px;
    line-height: 40px;
}

.service-section {
    position: relative;
    width: 100%;
    margin: 0 0 50px;
}

.banner-content-blk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner-content-blk .title-block {
    text-align: left;
    padding: 0 0 10px;
}

.content-container.about-page .banner-inner-wrap .image-block {
    padding: 0 0 0 60px;
    width: 100%;
    height: 300px;
    min-height: auto;
}

.section-actions {
    position: absolute;
    right: 0;
    top: 0;
}

.section-actions img {
    width: 30px;
}

.section-actions a {
    display: flex;
}

.btn.brochure-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-slider .slick-arrow.slick-next {
    right: -40px;
}

.partners-slider .slick-arrow.slick-next {
    right: -40px;
}


.partner-slider .slick-arrow.slick-prev {
    left: -40px;
}

.partners-slider .slick-arrow.slick-prev {
    left: -40px;
}

.partner-slider .slick-arrow.slick-next::before {
    background: url('../images/next-arw-blue.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partner-slider .slick-arrow.slick-next:hover:before {
    background: url('../images/next-arw.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partner-slider .slick-arrow.slick-prev::before {
    background: url('../images/prev-arw-blue.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partner-slider .slick-arrow.slick-prev:hover::before {
    background: url('../images/prev-arw.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partners-slider .slick-arrow.slick-next::before {
    background: url('../images/next-arw-blue.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partners-slider .slick-arrow.slick-next:hover::before {
    background: url('../images/next-arw.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partners-slider .slick-arrow.slick-prev::before {
    background: url('../images/prev-arw-blue.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partners-slider .slick-arrow.slick-prev:hover::before {
    background: url('../images/prev-arw.png') no-repeat center;
    width: 14px;
    height: 24px;
    background-size: 100% 100%;
}

.partner-slider .container-fluid {
    max-width: 1420px;
}

.partners-slider .container-fluid {
    max-width: 1420px;
}


.our-team {
    width: 100%;
    padding: 80px 0 30px;
}

.our-team.last-div {
    padding-bottom: 80px;
}

.title-block .title-block {
    padding: 0 0 5px;
}

.content-container.about-page .banner-inner-wrap {
    padding: 0;
}

.our-team .title-block h2,
.title-block h2 {
    /* font-family: 'Inter'; */
    color: #0F141E;
    margin: 0 0 10px;
}

.content-container.about-page .banner-container {
    margin-bottom: 0;
    padding: 215px 0 60px;
}

.main-outercon.fixed .about-page .banner-container {
    margin: 71px 0 0px;
}

.team-list {
    margin: 35px 0 0;
}

.team-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-list ul li {
    width: 24.5%;
    padding: 0 15px;
    cursor: pointer;
    margin: 0 0 25px;
}

.single-team {
    display: flex;
    flex-direction: column;
    background: #fff;
    /* border-radius: 20px; */
    /* padding: 15px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25); */
}

.team-list ul li:hover .image-div img {
    transform: scale(1.1);
}

.image-div {
    width: 100%;
    height: 320px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}

.modal-body .image-div {
    width: 37%;
    float: left;
    margin: 0 20px 0 0;
}

.image-div img {
    width: 100%;
    height: 100%;
    /* border-radius: 12px; */
    object-fit: cover;
    transition: 1s ease all;
}

.team-details h4 {
    font-family: 'Inter';
    color: #0F141E;
    font-weight: 600;
    line-height: 1;
}

.taski-journey-block {
    padding: 20px 0 100px;
}

.team-details span {
    margin: 10px 0 0px 0;
    display: block;
    line-height: 1;
    font-size: 18px;
}

.our-team .modal-dialog .team-details span {
    margin: 10px 0 20px 0;
}

.sub-text.text-center {
    max-width: 800px;
    margin: 0 auto;
}

.our-team .modal-dialog {
    max-width: 900px;
}

.team-details {
    position: relative;
}

.team-details h4 {
    font-size: 22px;
}

.linkedin {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.linkedin img {
    width: 25px;
}

.title_div {
    position: relative;
}

.our-team .modal-dialog .linkedin {
    right: 50px;
    top: 20px;
}

/* .content-container.innerpage {
    margin: 120px 0 0;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
} */

.content-container.innerpage .banner-container {
    padding: 185px 0 0px;
}

.content-container.innerpage .banner-image {
    position: relative;
    z-index: 1;
    height: 300px;
    border-radius: 20px;
    padding: 0;

}

.content-container.innerpage .banner-image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    border-radius: 20px;
}

.content-container.innerpage .banner-container .banner-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.content-container.innerpage .banner-container .title-block {
    position: relative;
    z-index: 1;
    width: 50%;
    max-width: inherit;
}

.content-container.innerpage .banner-inner {
    align-items: center;
    position: relative;
}

.content-text-wrap.page-wrap {
    padding: 50px 0;
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: 1s ease all;
    background: rgba(0, 0, 0, 0.5) url('../images/zoom-in.png') no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 45px;
    background-position: center center;
}

.modal-header .btn-close:focus {
    box-shadow: none;
}

.image-div:hover .overlay {
    height: 100%;
}

.post-type-archive-service .content-container.inner-page {
    padding: 185px 0 30px;
}

.page-template-corporate .content-container.inner-page,
.page-template-bank .content-container.inner-page {
    padding: 185px 0 30px;
}

#monitoring-reporting {
    scroll-margin-top: 120px;
}

#enterprise-health-checkup {
    scroll-margin-top: 120px;
}

#concurrent-verification-validation {
    scroll-margin-top: 120px;
}

#operational-audit {
    scroll-margin-top: 120px;
}

#financial-controls {
    scroll-margin-top: 120px;
}

#physical-verification {
    scroll-margin-top: 120px;
}

#decoy-customers {
    scroll-margin-top: 120px;
}

#framework-development {
    scroll-margin-top: 120px;
}

#finance {
    scroll-margin-top: 120px;
}

#global-supply-chain {
    scroll-margin-top: 120px;
}

#documentation {
    scroll-margin-top: 120px;
}

#finance-governance {
    scroll-margin-top: 120px;
}

#compliance-setup {
    scroll-margin-top: 120px;
}

#payroll-structuring {
    scroll-margin-top: 120px;
}

#risk-management {
    scroll-margin-top: 120px;
}

#accounting {
    scroll-margin-top: 120px;
}

#compliance {
    scroll-margin-top: 120px;
}

#company-law-matters {
    scroll-margin-top: 120px;
}

#payroll {
    scroll-margin-top: 120px;
}

#audit {
    scroll-margin-top: 120px;
}

#gcc {
    scroll-margin-top: 120px;
}

#company-formation {
    scroll-margin-top: 120px;
}


#regulatory-approvals {
    scroll-margin-top: 120px;
}


#business-setup {
    scroll-margin-top: 120px;
}


#market-study {
    scroll-margin-top: 120px;
}


#representation-agreements {
    scroll-margin-top: 120px;
}


#statutory-audit {
    scroll-margin-top: 120px;
}


#internal-audit {
    scroll-margin-top: 120px;
}


#management-audit {
    scroll-margin-top: 120px;
}


#financial-controls-review {
    scroll-margin-top: 120px;
}


#tax-audit {
    scroll-margin-top: 120px;
}


#forensic-reviews {
    scroll-margin-top: 120px;
}


#independent-reviews {
    scroll-margin-top: 120px;
}


#trading-business-advisory {
    scroll-margin-top: 120px;
}


#financial-frameworks {
    scroll-margin-top: 120px;
}


#business-growth-strategy {
    scroll-margin-top: 120px;
}


#strategic-alliances-facilitation {
    scroll-margin-top: 120px;
}


#mergers-acquisitions {
    scroll-margin-top: 120px;
}

#detailed-project-report {
    scroll-margin-top: 120px;
}

#tev {
    scroll-margin-top: 120px;
}

#ipo-preparation {
    scroll-margin-top: 120px;
}

#valuation {
    scroll-margin-top: 120px;
}

#transaction-pricing {
    scroll-margin-top: 120px;
}

.main-menu ul li ul li:last-child .sub-menu {
    right: 0;
    left: inherit;
}

.partner-slider .image-block {
    min-height: 260px;
}

.partner-slider .name {
    color: #01030d;
}

.icon2 {
    margin: 0 0 0 10px;
}