@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap');

*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html { -webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%; min-height: 100%; position: relative; overflow: visible !important;}
body { margin: 0; font-family: 'Jost', sans-serif; font-weight: 400; font-size: 18px; color: #d9d9d9; line-height:28px; letter-spacing: 0px; overflow-x: hidden; background: #a73a57;} 
.clearfix:after {visibility: hidden;display: block;font-size: 0;content:"";clear: both;height: 0;}
.container {max-width: 1230px; width: 100%; padding: 0 15px; margin: 0 auto; position: relative; z-index: 11;}
img {max-width: 100%; height: auto;}

.button {display: inline-block; background:#000; border-radius: 30px; font-weight:700; font-size: 16px; text-transform: uppercase; line-height: 19px; text-decoration: none; color: #fff; padding: 20px 30px; transition: all 0.5s;}
.button:hover {background: #fff; color: #000; box-shadow: 0 20px 40px rgba(3, 15, 39,0.1);}
.button.hoverblack:hover {background: #000; color: #fff;}

input[type="email"], input[type="text"], input[type="tel"], textarea, select {width: 100%; font-size: 16px; font-family: inherit; line-height: 1.4; border: 0; padding: 5px 5px 5px; height: 50px; color: #fff; background: transparent; border-bottom: 2px solid #b14661;}
input[type="email"]:focus, input[type="text"]:focus, textarea:focus, select:focus {outline: 0; border: 0; border-bottom: 2px solid #b14661 ;}
textarea {height:100px; resize: none;}
input:focus {outline: none; border-bottom: 2px solid #b14661}
.wpcf7-not-valid-tip {text-align: left; padding-top: 8px; font-size: 0.8em;color: #f9ff00 !important;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {border-color: #f00;    background: #f00; color: #fff;}
.wpcf7-submit {display: inline-block; background: #000; border-radius: 30px; font-weight:700; font-size: 16px; font-family: inherit; text-transform: uppercase; line-height: 19px; text-decoration: none; color: #fff; padding: 20px 30px; transition: all 0.5s; border: 0; cursor: pointer; width: auto!important;}
.wpcf7-submit:hover {background: #fff; color:#000;}
.input-field.submit-btn {position: relative;}
.cta-section .wpcf7-spinner {position: absolute; top: 17px; margin: 0; background-color: #2c3a8f; left: -50px;}
.cta-section .wpcf7-spinner::before {background-color: #002e5b;}

.no-bg {background:transparent!important;}

ol, ul {list-style-type: none; padding-left: 0; margin: 0;}
ol li, ul li {position: relative; padding-left: 30px;}
ol li:before, ul li:before {content: ''; position: absolute; width: 18px; height: 18px; border: 2px solid #d9d9d9; border-radius: 50%; top: 4px; left: 0;}
ul li:after {content: ''; position: absolute; top: 7px; left: 6px; height: 9px; width: 6px; border-bottom: 2px solid #d9d9d9; border-right: 3px solid #d9d9d9; transform: rotate(45deg);}

.no-padding {padding:0!important;}
.section-padding {padding: 50px 0;}

p {font-family: 'Jost', sans-serif; font-weight:400; font-size:16px; line-height: 1.4; margin:0 0 30px; color:#dbdbdb}

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6  {font-family: 'Jost', sans-serif; color: #fff; font-weight:600; line-height: 1.2; letter-spacing: 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {font-weight: inherit; line-height: normal;}

h1, .h1 {font-size:50px; line-height: 60px; margin: 0 0 15px;}
h2, .h2 { font-size:40px; line-height: 50px; margin: 0 0 15px;}
h3, .h3 { font-size:30px; line-height: 40px; margin: 0 0 20px;}
h4, .h4 { font-size:24px; line-height: 34px; margin: 0 0 15px;}
h5, .h5 { font-size:20px; line-height: 30px; margin: 0 0 12px;}
h6, .h6 { font-size:18px; line-height: 24px; margin: 0 0 10px;}

.bg-cover {background-position: center center; background-size: cover; background-repeat: no-repeat; height: 100%;}
.bg-cover img {width: 100%; display: block; opacity: 0;}

.flex {display: flex;}
.flex-wrap {flex-wrap: wrap;}
.align-item-center {align-items: center;}
.justify-content-center {justify-content: center;}
.space-between {justify-content: space-between;}
.flex-direction-column {flex-direction: column;}
.flex-direction-row {flex-direction: row;}
.flex-direction-row-reverse {flex-direction: row-reverse;}
.flex-direction-column-reverse {flex-direction: column-reverse;}
.no-wrap {flex-wrap: nowrap; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap;}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

.one-full {max-width: 100%; width: 100%; padding: 0 15px;}
.one-half {max-width: 50%; width: 100%; padding: 0 15px;}
.one-three {max-width: 33.3333%; width: 100%; padding: 0 15px;}
.one-four {max-width: 25%; width: 100%; padding: 0 15px;}

.readmore { text-decoration: none; color: #767676; font-size: 14px; font-weight: 600;}
.readmore:hover {color: #002e5b; }

header ul li:before, header ul li:after {display: none;}

.site {background:url('images/hero-bg.png') 0 0 no-repeat;}

.header {position: absolute; top:0;left: 0; right: 0; z-index: 99; padding: 15px 0;}
.logo a{display: block;}
.logo img{max-width: 100%;width: auto;display: block;}
.main-navigation {margin: 0 0 0 auto;}
.menu-toggle {display: none;}
.menu {display: flex; flex-wrap: wrap; list-style-type: none; padding-left: 0;}
.menu > li {margin: 0; padding: 0 20px; position: relative;}
.menu > li a {color: #fff; font-size: 18px; text-decoration: none; border-bottom: 2px solid transparent; transition: all 0.5s; display: block; padding:15px 0;}
.menu > li a:hover {border-bottom: 2px solid #fff;}
.menu li .sub-menu {list-style-type: none; position: absolute; padding: 0; min-width: 220px; z-index: 1; top: 60px; left: 0; opacity: 0; display: none; visibility: hidden; transition: all 0.5s;}
.menu > li:hover .sub-menu {opacity: 1; visibility: visible; display: block;}
.menu li .sub-menu li:first-child {padding-top: 12px;}
.menu li .sub-menu li:last-child {padding-bottom: 12px;}
.menu li .sub-menu li {background-color: #1e1e1e; padding: 1px 11px;}
.menu li .sub-menu li a {display: block; padding: 6px 12px 6px 12px; position: relative; color: #bebebe; border-bottom:none;}
.menu li .sub-menu li a:hover {color: #fff;}
.main-navigation .menu > li.menu-item-has-children > a:after {content: ''; border: solid white;border-width: 0 2px 2px 0;display: inline-block; padding: 3px; transform: rotate(45deg);position: absolute; right: 6px; top: 23px;}

.main-banner {position: relative;padding: 110px 0 10px;}
.main-banner .main-banner__content {max-width: 50%; width: 100%;}
.main-banner .main-banner__content h1 {text-transform: uppercase; color:#fff; margin-bottom: 20px;}
.main-banner .main-banner__content p {font-size: 21px;}
.main-banner__image {max-width: 50%; width: 100%;}
.main-banner__image:before, .image-content__image:before, .kyc-solutions__image:before{content: '';position: absolute;left: 0;width: 100%;height: 100%; z-index: -1;background: -moz-linear-gradient(top,  rgba(167,58,87,0) 0%, rgba(167,58,87,0.8) 57%, rgba(167,58,87,1) 100%);background: -webkit-linear-gradient(top,  rgba(167,58,87,0) 0%,rgba(167,58,87,0.8) 57%,rgba(167,58,87,1) 100%);background: linear-gradient(to bottom,  rgba(167,58,87,0) 0%,rgba(167,58,87,0.8) 57%,rgba(167,58,87,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a73a57', endColorstr='#a73a57',GradientType=0 );}
.main-banner__image img, .image-content__image img, .kyc-solutions__image img{z-index: -2;position: relative;}

.company-features {background: #bb4261;}
.company-features__image {max-width: 270px; width: 100%;}
.company-features__content {max-width: calc(100% - 300px); width: 100%; padding: 0 0 0 0px;}
.company-features__item:first-child, .company-features__item:nth-child(3) {border-right:2px solid #a63b56;}
.company-features__item:first-child, .company-features__item:nth-child(2) {border-bottom:2px solid #a63b56;}
.company-features__item {justify-content: center; flex-direction: column; align-items: center;}
.company-features__icon {margin-bottom: 20px;}
.company-features__item h4 {text-align: center; line-height: 1;}

.kyc-solutions {background: url('images/bg-smart-part3-1.jpg'); padding-bottom: 50px;}
.kyc-solutions h3 {color:#1c1c1c;}
.kyc-solutions p {color:#1c1c1c; font-size:21px; line-height: 1.7;}
.kyc-solutions__content p { margin: 0;}
.kyc-solutions__content p+p { margin-top: 25px;}
.kyc-solutions__content .button { margin-top: 30px;}
.solution-section {background:url('images/bg-smart-final-2.jpg') 0 0 no-repeat; padding: 80px 0;}
.solution-section__inner {gap:40px 20px; margin-top: 40px;}
.solution-section .solution-item {position: relative; padding:0 80px;}
.solution-section .solution-item.one-half {width:calc(50% - 10px)}
.solution-section .solution-item p{margin-bottom: 0;}
.solution-section .solution-item .list-number {background: #bb4261; width: 54px; height: 54px; border-radius: 50%; font-weight: 700; font-size: 24px; font-family: inherit; display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0;}
.solution-section__image {text-align: center; margin-top:0px; height: 780px;}

.cta-section {max-width: 100%; width: 100%; background: #bb4261; position: relative; padding: 60px 0; text-align: center;}
.cta-section h3 {font-size: 42px; line-height: 1;margin: 0;}
.cta-section p {font-size: 20px;margin: 0;}
.cta-section h3+p {margin-top: 15px;}
.cta-section .button{margin-top: 25px;}
.inner-banner {text-align: center;padding: 150px 0 50px;}
.inner-banner h1{margin: 0;}
.inner-banner p {margin: 0;}
.inner-banner h1+p { margin-top: 12px;}
.about-section {padding-top: 0;}

.kyc-solutions__innerpage {padding-top: 0;}
.industries-services-section {padding-top: 10px;}

.solution-box {padding: 50px 0 50px;}
.solution-box__inner {margin: 0 -20px;}
.solution-box__item+.solution-box__item{margin-top: 40px;}
.solution-item h4 a {color: #fff;text-decoration: none;}
.image-content__content {max-width: 640px; width: 100%;}
.image-content__image {max-width: 500px; width: 100%;}

.solution-box__image {max-width: calc(30% - 40px); width: 100%; margin: 0 20px; border-radius: 10px; display: block; line-height: 0; overflow: hidden; position: relative;}
.solution-box__image img {height: 100%; width: 100%; object-fit: cover;}
.solution-box__image:before {content:''; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.solution-box__content {max-width: calc(70% - 40px); width: 100%; background: #bb4261; border-radius: 10px; margin: 0 20px; display: block; overflow: hidden; padding:30px;}
.solution-box__content p {margin: 0;}
.solution-box__content p+p { margin-top: 20px;}
.contact-link {color: #fff; text-decoration: none;}
.image-content__image iframe { width: 100%; }

.image-content-section {padding: 0 0;}
.image-content-section+.image-content-section {margin-top: 50px;}
.image-content-section .content-section {background:#bb4261; padding: 30px 150px 30px 30px; border-radius: 10px; max-width: 65%; width: 100%;}
.image-content-section .content-section p:last-child {margin-bottom: 0;}
.image-content-section .image-section {max-width: 40%; width: 100%; margin-left: -100px; padding: 40px 0; position: relative;}
.image-content-section .image-section img {border-radius: 10px; height: 100%; object-fit: cover;}
.image-content-section:nth-child(even) .image-content__inner {flex-direction: row-reverse;}
.image-content-section:nth-child(even) .image-content__inner .content-section {padding: 30px 30px 30px 150px;}
.image-content-section:nth-child(even) .image-content__inner .image-section {margin-right: -100px; margin-left: 0;}
.image-content__content p {margin: 0;}
.image-content__content p+p {margin-top: 25px;}

.half-boxes-section__inner {margin:0 -15px;}
.four-boxes {height:100%;}
.four-boxes .four-boxes__item {background: #292929; max-width: calc(50% - 30px); margin:15px 0 15px 30px; border-radius: 10px; display: flex; flex-wrap: wrap; align-items: center; text-align: center;}
.four-boxes .four-boxes__item p {margin-bottom:0;}
 
.three-boxes-section__inner, .three-content-box__inner {margin: 0 -15px;}
.three-boxes__item, .three-content-box__item {background: #292929; max-width: calc(33.3333% - 30px); border-radius: 10px; margin:0 15px; padding:15px; text-align: center;}
.three-boxes__item p:last-child, .three-content-box__item p:last-child  {margin-bottom: 0;}

.four-boxes__item {background: #292929; max-width: calc(25% - 30px); margin:0 15px; border-radius: 10px; padding:15px; text-align: center; display: flex; flex-wrap: wrap; align-items: center;}
.four-boxes__item p {margin-bottom: 0;}
 
.footer {background: #a73a57;border-top: 1px solid #bb4261;}
.footer-tp {padding: 50px 0;}
.footer .foo-box {max-width: 25%; width: 100%; padding: 0 20px;}
.footer .foo-box h3 {position: relative; padding-bottom: 10px; color: #fff;margin-bottom: 25px; font-size: 24px;line-height: 1.2;}
.footer .foo-box h3:after {content: ''; position: absolute; border-bottom: 3px solid #fff; width: 65px;  bottom: 0; left: 0;}
.footer .foo-box:last-child {max-width: 50%;}
.footer .foo-box:last-child ul {display: flex; flex-wrap: wrap;}
.footer .foo-box:last-child ul li {max-width: 50%; width: 100%;}
.footer .foo-logo {max-width: 200px;}
.footer .foo-logo a{display: block;}
.footer .foo-logo img {display: block;}
.footer ul, .footer ol {list-style-type: none; padding-left: 0;}
.footer .contact-info span {background: #898989; width: 29px; height: 29px; border-radius: 50%; display: inline-block; text-align: center;}
.footer .contact-info li {padding:5px 0;}
.footer .foo-box ul li+li {margin-top: 15px;}
.footer .foo-box:last-child ul li:nth-child(2) {margin-top: 0;}
.footer .foo-box ul li {padding: 0; display: inherit;}
.footer .foo-box ul li a {text-decoration: none; color: #fff; margin-left: 10px;border-bottom: 2px solid transparent;transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);}
.footer .foo-box ul li a:hover {color: #fff;  text-shadow: 0px 0px black;border-bottom-color: #fff;opacity: .8;}
.footer .copyright {background: #bb4261; padding: 15px 0; text-align: center;}
.footer .copyright .container{display: flex;justify-content: space-between; align-items: center;}
.footer .copyright p {margin-bottom: 0; color: #fff; font-size: 14px;line-height: 1.4;opacity: .7;}
.footer .copyright a {color: #fff;text-decoration: none;}
.footer .copyright a:hover {color: #fff;opacity: 1;  text-shadow: 0px 0px black;}
.footer ul li:before, .footer ul li:after {display: none;}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s;-webkit-text-fill-color: #ffffff !important;}

::placeholder {color: #ffc3d2;  } 
:-ms-input-placeholder { color: #ffc3d2; }
::-ms-input-placeholder { color: #ffc3d2; }

.image-circle{width: 16%; }
.solution-section__image.bg-cover {display:none;}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip + * {display: none;}
.wpcf7-form .input-field.submit-btn {text-align: left;}
.wpcf7-form .input-field + p {display: none;}
.cky-btn-revisit-wrapper {display:none!important;}
.kyc-solutions__image, .kyc-solutions__content {position: relative; height: 100%;}

.contact-section{padding-top: 20px;}

/*blog css*/
.latest-blog-item {margin: 0 15px 40px;}
.latest-blog-item .blog-item__image {max-width: 50%; width: 100%; border: 1px solid #fff;}
.latest-blog-item .blog-item__title {max-width: 50%; width: 100%; padding:20px; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.latest-blog-item .blog-item__title h5 {font-size: 30px; text-align: center; margin-bottom: 15px;}
.latest-blog-item .blog-item__title h5 a:hover {color:#ef7e20;}

.blog-listing {background:transparent; padding: 0 0 50px;}

.blog-listing__inner { display: grid; grid-template-columns: repeat(3, 1fr);gap: 25px;}
.main-banner.solutions.blog {min-height:auto; padding: 0; margin: 0; position: relative;}
.main-banner.solutions.blog:before {content:''; background: rgba(255,255,255,0.6); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1;}
.main-banner.solutions.blog p {margin-bottom: 20px;}
.blog-search {max-width: 600px; width: 100%; border-radius: 20px; color: #ccc; background: #000; padding: 12px 20px; border: 0;}
.blog-listing__inner .blog-item {width:100%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); background: #fff;}
.blog-item__title {background: #fff; padding: 15px 10px;}
.blog-item__title h5 a {text-decoration: none; color: #000;}
.blog video {width: 100%;}
.blog.main-banner .container { position: absolute; max-width: 1200px; height: 100%; width: 100%; margin: 0 auto; left: 0; right: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; z-index: 1; }

.single h2, .h2 {font-size: 36px;}
.single .post-thumbnail, .blog #secondary, .single .blog-detail-main .entry-meta .posted-on a time.updated {display: none;}

/* contact */
.input-field-row {gap: 20px;}
.input-field-row .one-half {width: calc(50% - 10px); padding: 0;}
.input-field-row .one-full {padding: 0;}

.blog-detail-main {padding:125px 0 50px;}
.blog-detail-main .blog-detail-inr {background: #fff; border-radius: 10px; box-shadow: 0 20px 20px rgba(26,31,119,.05); padding: 48px;}
.blog-detail-main .entry-title {font-size: 40px; line-height: 50px; font-weight: 600; margin-bottom: 5px;}
.blog-detail-main .entry-meta .posted-on, .blog-detail-main .entry-meta .posted-on a {font-size: 14px; line-height: 26px; color: #959595;}
.blog-detail-main .entry-meta .byline, .blog-detail-main .entry-meta .byline a {font-size: 14px; line-height: 26px; color: #ef7e20;}
.blog-detail-main .entry-content {margin-top: 30px;}
.blog-detail-main .entry-footer {display: none;}
.blog-detail-main p {margin: 0;}
.blog-detail-main p+p, .blog-detail-main p+h1 {margin-top: 15px;}
.post-thumbnail {margin: 30px 0;}
.blog-detail-main h1, .blog-detail-main h2, .blog-detail-main h3, .blog-detail-main p, .blog-listing p{color:#000;}
.blog-item__image {border: 1px solid #fff;}

.our-presence {padding-top:160px;}
.country-list {max-width: 900px; width: 100%; margin:0 auto;}
.country-list table { background: #e3e3e3; width: 100%; margin-bottom: 0;}
.country-list table tr:nth-child(even) { background: #ccc; }
.country-list table th { font-size: 15px; padding: 8px; border-right: 1px solid #a9a9a9; text-align: left;}
.country-list table tr td:first-child { width:70px; text-align: center; padding: 5px 10px; border-right: 1px solid #a9a9a9;}
.country-list table tr td {text-transform: capitalize; line-height: 1.2; text-transform: capitalize;}
.country-list table tr td a {color:#008000; text-decoration: none;}
.country-list table tr td a:hover {color: #000; text-decoration: underline;}
.country-list table tr td:nth-child(2) { padding: 8px 10px; border-right: 1px solid #a9a9a9; }
.country-list table tr td:nth-child(3) { border-right: 1px solid #a9a9a9; padding-left: 10px ; }
.country-list table tr td:last-child { padding-left: 10px;}
.our-presence img {width: 100%;}
.country-list table th, .country-list table td {color: #000;}

/* thankyou section */
.thankyou-section {padding: 180px 0 120px;}
.thankyou-section .container { height: 100%;}
.thankyou-section  .main-banner__item {height: 100%;}
.padding-thank h2{color: #fff;font-size: 48px;line-height: 1.2;margin-bottom: 5px;font-family: 'Libre Baskerville', serif;text-shadow: 2px 2px #000;}
.padding-thank p {font-size: 24px; line-height: 1.4;}
.main-banner .main-banner__content .padding-thank p {color: #fff;}

/* policy */
.policy-banner { padding-top: 177px;}
.page-title-content h1 {font-size: 42px;  line-height: 1.2; margin: 0;}
.doc-content h4 { font-size: 24px;line-height: 1.2;margin-bottom: 15px;}
.doc-content p { margin: 0; font-size: 18px; line-height: 1.4;}
.doc-content p+p { margin-top: 15px;}
.doc-content p+h4 { margin-top: 20px;}
.doc-content b { font-size: 18px;line-height: 1.4;display: inline-block;margin-bottom: 10px;}
.doc-content p+b {margin-top: 15px;}

/* error 404 */
.error-404.not-found {padding: 170px 8% 90px;}
.error-404 .error-content {text-align: center;}
.error-404 .error-content h1{font-size: 6rem;line-height: 1.2;margin-bottom: 10px;}
.error-404 .error-content p{font-size: 2rem;margin: 0;}

/* scroll top */
.scroll-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 50px; z-index: 995; background: #000; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; display: flex; align-items: center; }
.scroll-top.active { visibility: visible; opacity: 1; }
.scroll-top i { background: url(images/scrollup-arrow.png) 0 0 no-repeat; width: 10px; height: 10px; display: block; }

/* Language Select Box */
.gt_switcher_wrapper{bottom: 50px !important;right: 65px !important;}
.gt_container--5p1f3z .gt_switcher .gt_selected a {padding: 7px 5px;}

/* =========== Responsive =========== */

@media (max-width: 1200px) {
	h1, .h1 {font-size: 40px;line-height: 50px; margin: 0 0 15px;}
	h2, .h2 {font-size:32px; line-height:42px; margin: 0 0 15px;}
	h3, .h3 {font-size:28px; line-height:38px; margin: 0 0 15px;}
	h4, .h4 {font-size:24px; line-height:34px; margin: 0 0 15px;}
	.main-banner {padding-bottom: 0;}
	.company-features__content {padding: 0 0 0 50px;}
	.cta-section {padding:50px 0;}
	.image-content__inner {justify-content: space-between;}
	.image-content__content, .image-content__image {max-width: 49%;position: relative;}
}

@media (max-width: 991px) {

	.site { background: url(images/hero-bg.png) 0 -100px no-repeat;}
	h1, .h1 {font-size:38px; line-height:50px; margin: 0 0 15px;}
	h2, .h2 {font-size:32px; line-height:44px; margin: 0 0 15px;}
	h3, .h3 {font-size:26px; line-height:38px; margin: 0 0 15px;}
	h4, .h4 {font-size:22px; line-height:34px; margin: 0 0 15px;}

	.header {padding: 10px 0;}
	.logo img{width: 180px;}
	.menu > li a {font-size: 16px;}
	.menu > li {padding: 0 7px;}
    .main-banner {padding: 120px 0 20px;}
	.main-banner .main-banner__content h1 {font-size: 28px; line-height: 1.5;}
	.main-banner__image {position: relative;}
    .inner-banner { padding: 120px 0 30px; }
	.company-features__content {padding:0;}

	.solution-section {background: #a73a57 url(images/bg-smart-final-2.jpg) 0 0 no-repeat; background-size: contain;}
	.solution-section .solution-item { padding: 0px 0px 0px 62px;}
	.solution-section__image {margin-top: 0;}

	.image-content-section .content-section, .image-content-section:nth-child(even) .image-content__inner .content-section {max-width: 100%; padding: 30px 30px 130px 30px;}
	.image-content-section .image-section {max-width: 90%; margin-top: -100px; margin-left: 0; padding-top: 0;padding-bottom: 0;}
	.image-content-section:nth-child(even) .image-content__inner .image-section {margin-right: 0;}

	.half-boxes__item {max-width: 100%;}
	.four-boxes .four-boxes__item {margin:15px;}
	.doc-content {padding-top: 20px;}
	.footer .foo-box {max-width: 35%;padding: 0 15px;}
    .footer .foo-box:first-child {max-width: 25%;}
    .footer .foo-box:last-child {max-width: 40%;}
    .footer .foo-box:last-child ul li { width: 100%; max-width: 100%;}
    .footer .foo-box ul li a {margin-left: 0;}
    .footer .foo-box:last-child ul li:nth-child(2) { margin-top: 15px;}
    .our-presence {padding-top: 110px;}
	.prsnc-content h1 {font-size: 34px;}
    .page-title-content h1 {font-size: 34px;}
	.thankyou-section { padding: 120px 0 70px;}
    .padding-thank h2 {font-size: 38px;}
    .padding-thank p { font-size: 22px;}
	.policy-banner {padding-top: 110px;}
	.error-404.not-found {padding: 110px 8% 60px;}
	
}
@media (min-width: 768px) {
	.main-navigation .menu > li.menu-item-has-children > a:after { display: inline-block; position: unset; margin-left: 4px; margin-top: -5px;vertical-align: middle;}
}

@media (max-width: 767px) {
	h1, .h1 {font-size: 32px;line-height: 42px; }
    h2, .h2 { font-size: 28px; line-height: 1.5;}
	h3, .h3 {  font-size: 24px; line-height: 32px; }
	.site { background: url(images/hero-bg.png) 0 0 no-repeat; }
    .header { padding: 24px 0; }
	.logo img{width: 200px;}
	.menu-toggle {display: block; position: absolute; width: 40px; height: 45px; top: -7px; right: 7px; transition-duration: 0.5s; cursor: pointer; z-index: 1;transform: scale(0.8);}
    .menu-toggle .icon-left {transition-duration: 0.5s; position: absolute; height: 3px; width: 16px; top: 20px; background-color: #fff; left: 2px; }
    .menu-toggle .icon-left:before {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: -13px; }
    .menu-toggle .icon-left:after {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: 13px;}
    .menu-toggle .icon-right {transition-duration: 0.5s; position: absolute; height: 3px; width: 16px; top: 20px; background-color: #fff; left: 18px; }
    .menu-toggle .icon-right:before {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: -13px;}
    .menu-toggle .icon-right:after {transition-duration: 0.5s; position: absolute; width: 16px; height: 3px; background-color: #fff; content: ""; top: 13px;}
    .menu-toggle.open .icon-left {transition-duration: 0.5s; background: transparent;}
    .menu-toggle.open .icon-left:before {transform: rotateZ(45deg) scaleX(1.4) translate(4px, 4px);}
    .menu-toggle.open .icon-left:after {transform: rotateZ(-45deg) scaleX(1.4) translate(4px, -4px);}
    .menu-toggle.open .icon-right {transition-duration: 0.5s; background: transparent;}
    .menu-toggle.open .icon-right:before {transform: rotateZ(-45deg) scaleX(1.4) translate(-4px, 4px);}
    .menu-toggle.open .icon-right:after {transform: rotateZ(45deg) scaleX(1.4) translate(-4px, -4px);}
    .menu-menu-1-container {position: fixed; left: 0; top: 0; padding-top: 90px; width: 100%; height: 100%; background:rgba(0, 0, 0, 0.9);backdrop-filter: blur(22px); opacity: 0;  visibility: hidden; transition: all 0.5s;}
    .menu-open .menu-menu-1-container {opacity: 1; visibility: visible;}
    .menu {flex-direction: column; display: block;     overflow: auto; height: 100%;}
    .menu > li {border-bottom: 1px solid #393939; padding: 0;}
    .menu > li a {padding: 11px 20px; border: 0; text-align: left; font-size: 18px;color: #ffffff;}
    .menu > li a:hover {border:0; background: transparent; color: #bb4261;}
    .menu li .sub-menu, .menu li .sub-menu:hover {opacity: 1!important; display: none!important; visibility: hidden!important; position: relative; top: 0;}
    .menu li .sub-menu li { background-color: transparent; padding: 0;}
    .menu>li .sub-menu, .menu>li:hover .sub-menu{background: #000000;}
    .menu li .sub-menu li:first-child { padding-top: 0px; }
    .menu li .sub-menu li a {color:#ffffff; padding:12px 30px;}
    .menu li .sub-menu{left: 0%;}
     .menu li.submenu-open .sub-menu {padding: 5px 0;border-top: 1px solid #393939;}
    .menu li.submenu-open .sub-menu {opacity: 1!important; display: block!important; visibility: visible!important;}
    .menu li .sub-menu li{background: transparent;}
    .menu>li.current-menu-item a { color: #bb4261;}
    .menu>li.current-menu-parent a {color: #bb4261;}
    .menu li .sub-menu li.current-menu-item a {color: #bb4261;}
    .menu .dropdown > a:after {  top: 22px;  right: 20px; }
    header .dropdown > a:hover:after {border-color: #fff;}
    .main-navigation .menu > li.menu-item-has-children > a:after{right: 22px;}
    .main-navigation .menu > li.menu-item-has-children > a:before{display:none;}

	.main-banner {padding: 120px 0 20px;}
	.main-banner .main-banner__content {max-width:100%;}
	.main-banner__image {max-width: 50%; margin: 20px auto 0;}
	.main-banner .main-banner__content {max-width: 100%; text-align: center;}
    .main-banner .main-banner__content h1{font-size: 26px;line-height: 1.5;}
	.inner-banner { padding: 120px 0 30px; }

	.solution-section {padding: 50px 0;}
	.contact-section {padding-top: 10px;}
	.company-features__image, .company-features__content {max-width: 100%; position:relative;}
	.company-features__image {text-align: center; margin-bottom: 0;}
	.company-features__image img{height: 480px;object-fit: contain;}
	.company-features__item {padding:20px 15px;}
	.company-features__item h4 { margin-bottom: 0; font-size: 18px;}
	.kyc-solutions__image, .kyc-solutions__content {max-width: 100%; position:relative;}
	.kyc-solutions__content {text-align: center;}
    .kyc-solutions__image1.one-half {max-width: 100%;}
	.solution-section .solution-item.one-half{width: calc(100% - 0px);}
	.solution-section .solution-item {padding-right: 0;max-width: 100%;}
    .solution-section .solution-item .list-number { width: 48px; height: 48px;font-size: 22px;}
	.kyc-solutions p{font-size: 18px;}
	.image-content__content, .image-content__image {max-width: 100%; text-align: center; position: relative;}
	.image-content__content ul {display: inline-block;}
	.image-content__content ul li {text-align: left;}
    .solution-section__inner { gap: 25px 20px; margin-top: 25px;}
	.solution-box__inner { margin: 0;}
	.solution-box__item:nth-child(even) .solution-box__image {order: 1;}
	.solution-box__item:nth-child(even) .solution-box__content {order: 2;}
	.solution-box__image, .solution-box__content {max-width:100%;}
	.solution-box__item .solution-box__image, .solution-box__item .solution-box__content {margin:0;}
	.solution-box__item .solution-box__content {padding: 20px;}
	.solution-box__item{ gap: 10px;}
	.four-boxes__item {max-width:100%; margin: 15px 0;}
	.three-boxes__item, .three-content-box__item {max-width: 100%; margin: 15px;}
    .image-content-section .content-section, .image-content-section:nth-child(even) .image-content__inner .content-section {max-width: 100%;padding: 20px 20px 130px 20px;}
     .image-content-section+.image-content-section {margin-top: 40px;}
	.input-field-row .one-half {width: calc(100% - 0px); max-width: 100%;}
	.contact-map{margin-top: 35px; text-align: left;}
	 .cta-section h3{ font-size: 28px;}
	 .cta-section p {font-size: 18px;}
	 .doc-content {padding-top: 20px;}
	 .footer .foo-logo a{ text-align: center;}
    .footer .foo-box {max-width:50%;padding: 0 4px;}
    .footer .foo-box:first-child {max-width:100%;}
    .footer .foo-box:last-child {max-width:50%;}
    .footer .foo-box+ .foo-box{margin-top: 20px;}
    .footer .foo-box:last-child ul li {max-width: 100%;}
    .footer .foo-box.border-right:first-child {border: unset;}
    .footer .copyright .container { justify-content: space-between;  flex-wrap: wrap;  gap: 7px;}
  
  	/*blog css*/
    .latest-blog-item {flex-direction: column-reverse;}
    .latest-blog-item .blog-item__title, .latest-blog-item .blog-item__image {max-width: 100%;}
	.blog-listing__inner {grid-template-columns: repeat(1, 1fr);}
    .blog-listing__inner .blog-item {max-width:100%;}
  	.blog-detail-main {padding: 95px 0 50px;}
    .blog-detail-main .blog-detail-inr {padding: 30px;}
    .blog-detail-main .entry-title {font-size:22px; line-height:32px;}
    .single h2, .h2 { font-size: 26px; line-height: 34px; }

	.our-presence { padding: 120px 0 50px;}
	 .prsnc-content h1 { font-size: 28px; }
    .country-list table tr {display: flex; flex-wrap: wrap; width: 100%; border-bottom: 5px solid #fff;}
    .country-list table th {display: none;}
    .country-list table tr td:first-child {width:40px; padding: 5px 10px;}
    .country-list table tr td:first-child, .country-list table tr td:nth-child(2) {border-bottom: 1px solid #a9a9a9; padding-top:8px; padding-bottom: 8px; line-height: 1.2;}
    .country-list table tr td:nth-child(2n) {max-width: calc(100% - 40px); width: 100%;}
    .country-list table tr td:nth-child(2) {border-right: 0;}
    .country-list table tr td:nth-child(3n), .country-list table tr td:nth-child(4n) { width: 48%; padding: 8px 15px;}
    .country-list table tr td:nth-child(3n) { border-right: 1px solid #a9a9a9; }
    .country-list table tr td:nth-child(2) {border-right: 0;}
    .page-title-content h1 { font-size: 32px; line-height: 1.2;}
    .cf7sr-g-recaptcha{zoom: .8;}
    .padding-thank h2 {font-size: 32px;}
    .padding-thank p { font-size: 18px;}
    .error-404 .error-content h1 { font-size: 4.5rem; margin-bottom: 0px;}
    .error-404 .error-content p {font-size: 1.6rem;}

}

@media (max-width:400px) {
	.footer .foo-box:first-child, .footer .foo-box, .footer .foo-box:last-child {max-width:100%;}
    .footer .foo-box+ .foo-box{margin-top: 20px;}
    .footer .foo-box:last-child ul li {max-width: 100%;}
    .border-right{border: none;}
    .footer .foo-logo { margin: 0 auto;}
    .footer .foo-box h3 {text-align: center;}
    .footer .foo-box h3::after { right: 0; margin: 0 auto;}
    .footer .foo-box ul li { text-align: center;}
    .footer .foo-box:last-child ul {justify-content: center;}
    .footer .foo-box:last-child ul li a { width: 100%;}
    .footer .copyright .container { justify-content: center;}
}
