/*Theme Name: twentyTwentyOne-Child
Author: Prashant	
Author URI: www.wordpress.com
Version: 1.0
Description: This is a custom child theme
Template: twentytwentyone
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
  font-family: 'Open Sans', sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700 !important;
  letter-spacing: 0;
}

h1 {
  font-size: 42px !important;
  line-height: 64px !important;
}

.navbar-sticky {
  transform: translateY(0%);
  transition: all 0.4s ease-in-out;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  opacity: 1;
  z-index: 1040;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important;
}

.navbar-dark .nav-link {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #FFE113 !important;
}

.navbar-dark .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255);
}

.navbar-toggler:focus {
  box-shadow: none;
}

.foreground {
  position: relative;
  z-index: 12;
  min-height: 450px;
}

.background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.background[class*="-overlay"]::after {
  transition: opacity 0.2s;
  position: absolute;
  opacity: 0.7;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #0F244E;
}

.dv-top-btn {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.dv-top-btn span {
  padding-left: 10px;
  border-left: 1px solid #000;
  margin-left: 10px;
}

.py-15 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.bg-dark-1 {
  background-color: #00000099;
}

.border-blues,
.btn-outline-blues {
  border-color: #B6C8ED;
}

.border-blues h1 {
  font-size: 31px;
  font-weight: bold;
  text-transform: uppercase;
}

.border-blues p {
  font-size: 17px;
}

.work-withbox {
  background-color: #ffffff;
  padding: 30px;
  border: 1px solid #DADADA;
  position: relative;
  text-align: center;
  min-height: 317px;
  border-radius:10px;
	display: flex;
    justify-content: center;
    align-items: center;
}

/*.work-withbox::after {
  content: '';
  background-image: url('http://healthcare.demoapplication.net/wp-content/uploads/2023/09/polygon.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 32px;
  position: absolute;
  top: 20px;
  right: -25px;
  z-index: 2;
}*/

.work-withbox:nth-child(4)::after {
  display: none;
}

.work-withbox:nth-child(7)::after {
  display: none;
}



.work-withbox img {
  margin: 0 auto 30px;
  max-width: 62px;
  min-height: 62px;
  max-height: 62px;
}

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

.contentcls h5 {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 28px !important;
}

.contentcls p {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 0;
}

.dv-plateform {
  border-bottom: 2px dashed #AEAEAE;
  border-right: 2px dashed #AEAEAE;
  padding: 15px;
}

.dv-plateform img {
  margin-right: 20px;
}

.dv-plateform:nth-child(3n) {
  border-right: 0;
}

.platformsd {
  background: #F6FCFF;
  background-image: url('https://fintech.tekmindz.com/wp-content/uploads/2023/10/about_healthcar.png');
  background-repeat: no-repeat;
  background-size: 250px;
  background-position-x: 90%;
  background-position-y: 100%;
}

.platformsd_h {
  background: #F6FCFF;
  background-image: url('https://fintech.tekmindz.com/wp-content/uploads/2023/10/Object.png');
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size:450px
}

.dv-domian-exp {
  color: #204287;
  font-size: 110px;
  font-weight: bolder;
  position: relative;
}

sub,
sup {
  font-size: 18px;
}

sup {
  top: 1.5em;
  position: absolute;
  left: 0;
}

.dv-domian-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: stretch;
}

.dv-domian-list ul li {
   width: 100%;
  background: #FFFFFF;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 106px;
  font-size: 18px;
  font-weight: 600;
	text-align:center;
}

.dv-domian-list ul li small {
  font-size: 12px;
  color: #1D94C6;
}

.btn-info {
  background: rgb(29,140,192);
  background: linear-gradient(90deg, rgba(29,140,192,1) 0%, rgba(32,72,139,1) 52%);
  border: none;
  padding: 18px 40px;
  font-weight: 500;
  font-size: 14px;
}
.btn-light{
  padding: 18px 40px;
  font-weight: 600;
  font-size: 14px;
}
input[type=submit]:focus{
	outline:0; !important
}
.dv-icons {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #204287;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  padding: 10px;
}

.dv-industry {
  border: 2px solid #9AB7F1;
  height: 120px;
  width: 120px;
  margin: 0 auto 10px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dv-rounded {
  border-radius: 18px;
}

.footer-bg1 {
  background-color: #1D94C6;
  left: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  position: absolute;
}

.footer-bg2 {
  background-color: #E6E6E6;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30%;
}

footer .container {
  position: relative;
  z-index: 1;
}

.dv-list {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 15px;
}

.dv-list li {
  margin-right: 20px;
  border-right: 1px solid #EDEDED;
}

.dv-list li a {
  color: #fff;
  text-decoration: none;
  padding-right: 20px;
}

.dv-list li:last-child,
.dv-list li:last-child a {
  margin-right: 0;
  padding: 0;
  border: 0;
}

footer p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.py-10 {
  padding-top: 4rem!important;
  padding-bottom: 5rem!important;
}

.dv-bubble1 {
  width: 92px;
  top: -20px;
  left: 10px;
}

.dv-bubble2 {
  width: 72px;
  right: 0px;
  bottom: -50px;
}

.dv-bubble3 {
  width: 61px;
  top: -34%;
  left: 0;
}

.dv-bubble4 {
  width: 60px;
  right: 0;
  bottom: 50px;
}

.dv-bubble5 {
  width: 60px !important;
  top: -4%;
  left: -5%;
}

.dv-bubble6 {
  width: 60px !important;
  right: 22%;
  bottom: -40px;
}
.dv-bubble6 {
  width: 60px !important;
  right: 0%;
  bottom: -40px;
}
.dv-bubble9{
  max-width: 72px;
  top: -10%;
  left: 0;
}
.dv-bubble10{
  max-width:72px;
  right: -30px;
  bottom: -50px;
}
.dv-bubble11 {
  width: 60px;
  right: 0;
  bottom: -50px;
}

.dv-bubble12 {
  width: 60px !important;
  right: 0%;
  bottom: -40px;
}

#Customers{
  position: relative;
}
#Customers:after{
  content: '';
  background: url('http://fintech.tekmindz.com/wp-content/uploads/2023/09/bg-center.png') no-repeat;
  background-size: cover;
  position: absolute;
  height: 236px;
  width: 120px;
  right: 0;
  bottom: 0%;

}
.dv-span span {
  font-size: 18px;
  color: #204287;
}

.dv-experts .col-4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dv-experts img {
  max-height: 120px;
}

.tmz_form_field {
  max-width: 510px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  border-radius: 16px;
  position:relative
}

.tmz_form_field form .form-control,
.tmz_form_field form .form-control:focus {
  border-width: 2px;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding: 0.375rem 0rem;
}
.tmz_form_field form input[type=checkbox]:focus, 
.site textarea:focus{
	outline:0px;
}
.tmz_form_field .row div > .col-form-label,
.tmz_form_field .row div > .form-check-label {
  font-size: 0.813rem;
}

.tmz_form_field .col-form-label span {
  color: red;
}

.navbar-toggler {
  background-color: rgba(0, 0, 0, 0.141);
}

.btn-outline-light:active:focus,
.btn-outline-light:focus,
.btn:focus {
  box-shadow: none !important;
}

.dv-topslide ul li {
  font-size: 15px;
  padding: 5px 0;
}

.tezt-blue {
  color: #204287;
}

.tezt-White {
  color: #fff;
}

.tmz_offring h4 {
  font-weight: 600 !important;
  font-size: 20px;
}

.tmz_offring p {
  padding: 0px 15px;
  color: #c5d0e9 !important;
  line-height: 23px;
}

.offring_icons {
  border: 2px solid #fff;
  width: 122px;
  height: 122px;
  margin: 0 auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.offring_icons img {
  max-width: 60px;
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 2rem!important;
}

.about_section h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.about_section p {
    font-size: 18px;
    line-height: 32px;
    color: #444;
}

.ps-0 {
  padding-left: 0!important;
  padding-top: 0 !important;
}

.tmz_keyhigh h1 {
  color: #1D94C6;
  font-size: 54px !important;
}

.tmz_keyhigh p {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 30px;
  padding: 15px 30px;
  opacity: .2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid #b1b1b1;
  min-height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;	
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1.0, 1.0, 1);
  transform: scale3d(1.0, 1.0, 1);
  background-color: #FFF;
  border: 1px solid #0378CD;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel {
  position: relative;
}

#customers-testimonials.owl-carousel .owl-nav {
  width: 100%;
}

#customers-testimonials.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  content: ' ';
  display: block;
  width: 80px;
  height: 80px;
  top: 33%;
  background: url('http://fintech.tekmindz.com/wp-content/uploads/2023/09/ico-arrow-prev.png') no-repeat center;
}

#customers-testimonials.owl-carousel .owl-nav button.owl-prev span {
  display: none;
}

#customers-testimonials.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  content: ' ';
  display: block;
  width: 80px;
  height: 80px;
  top: 33%;
  background: url('http://fintech.tekmindz.com/wp-content/uploads/2023/09/ico-arrow-next.png') no-repeat center;
}

#customers-testimonials.owl-carousel .owl-nav button.owl-next span {
  display: none;
}

.text-muted {
  font-style: italic;
  font-size: 20px;
  color: #222 !important;
}
.tmz-testimonia p{
	font-size:20px;
	font-style:italic;
}
.author {
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
}

.author h6 {
  font-weight: 700;
  color: #1F438B;
  padding-right: 10px;
}

.author p {
  color: #666;
}

.author-img img {
  width: 60px !important;
  height: auto;
  border-radius: 100%;
  margin-bottom: 0 !important;
}

.shadow-lg {
  box-shadow: 0 0.5rem 2rem rgba(0,0,0,.175)!important;
}
.tezt-blue{
  color: #204287;
}

.sucses .modal-body {text-align: right;}
.sucses .form-check{ text-align: center; padding-left: 0px;}
.sucses .form-check .form-check-label{ font-size: 18px; font-weight: 700;}
.sucses .btn-close{background-color: #1ad9ff; opacity: 1; border-radius: 50%; border:4px solid #1ad9ff}
.error-msg{color:#ff0000}
sub, sup{
    font-size: 18px;
}


@media (max-width: 1400px) {
  .contentcls p {
    font-size: 13px;
  }
}

@media (max-width: 1200px) {
  .platformsd {
    background-position-x: 100%;
  }

  .work-withbox:nth-child(5)::after,
  .work-withbox:nth-child(9)::after {
    display: block;
  }

  .work-withbox:nth-child(4)::after, .work-withbox:nth-child(7)::after {
    display: none;
  }

  .work-withbox:last-child::after {
    display: none;
  }
  .dv-topslide h1 br{
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
}

@media (max-width: 992px) {
  .work-withbox:last-child::after {
    display: none;
  }

  .work-withbox:nth-child(3n)::after, .work-withbox:nth-child(5)::after, .work-withbox:nth-child(7)::after {
    display: none;
  }

  .work-withbox:nth-child(2n)::after {
    display: block;
  }

  .platformsd {
    background-image: none;
  }
	.platformsd_h {
    background-image: none;
  }

  .dv-plateform:nth-child(3n) {
    border-right: 2px dashed #AEAEAE;
  }

  .footer-bg1 {
    width: 100%;
  }

  .footer-bg2 {
    top: initial;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 84px;
  }

  .navbar-collapse {
    background: #0000005c;
    padding: 15px;
  }
  .dv-topslide{
    padding-top: 50px;
  }
  .dv-topslide h1{
    padding-bottom: 30px;
    text-align: center;
  }
  .tmz_offring .text-center{
    margin-bottom: 20px;
  }
  .dv-bubble5,
  .dv-bubble6 {
    display: none;
  }
  .tmz_offring p{
	  padding: 0px 5px;
	}
}

@media (max-width: 767px) {
  .work-withbox{
    min-height: 280px;
  }
  .work-withbox::after {
    display: block !important;
    bottom: -30px;
    top: auto;
    right: 20px;
    transform: rotate(90deg);
  }
	 .work-withbox:last-child::after {
    display: none !important;
  }

  .dv-plateform:nth-child(3),
  .dv-plateform:nth-child(5),
  .dv-plateform:nth-child(7),
  .dv-plateform:nth-child(1) {
    border-right: 0px;
  }
  .dv-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
  }

  .dv-list li {
    margin-bottom: 20px;
    margin-right: 25px;
  }

  .dv-list li a {
    padding-right: 25px;
  }

  footer p {
    text-align: center;
  }

  .dv-bubble1,
  .dv-bubble2,
  .dv-bubble3,
  .dv-bubble4,
  .dv-bubble5,
  .dv-bubble6,
  .dv-bubble9,
  .dv-bubble10,
  #Customers:after{
    display: none;
  }

  #customers-testimonials.owl-carousel .owl-nav button.owl-prev,
  #customers-testimonials.owl-carousel .owl-nav button.owl-next {
    background-size: contain !important;
    width: 50px !important;
    height: 50px !important;
    top: 38% !important;
  }
  h1{
    font-size: 38px !important;
    line-height: 56px;
  }
  
}
.site-main{
	padding-top:0px;
	padding-bottom:0px;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator){
	padding-top:0px;
	padding-bottom:0px;
    max-width:100%;
}
.entry-content > *{
	margin:0px;
	
}
.site-main > article > *:first-child{
	margin-bottom: 0;
}
.btn-check:focus+.btn-info, .btn-info:focus{
  background-color: #31d2f2 !important;
  border-color: #25cff2 !important;
  text-decoration: none !important;
}
.btn{
	padding: 0.375rem 1.2rem !important;
}
.modal-content .wpcf7 form{
  max-height: 540px;
  overflow-y: auto;	
}
.form-control{
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
}
.col-form-label, .form-check-label{
  font-size: 0.813rem !important;
  font-weight: 400;
}
.form-check-label{
	padding-left:12px;
	font-size:14px;
}
.form-check{
	padding-left: 0 !important;
}
.form-check p{
	display:flex;
	justify-content:start;
	margin-bottom:0px;
}
.wpcf7-form-control.btn{
  background: linear-gradient(90deg, rgba(29,140,192,1) 0%, rgba(32,72,139,1) 52%);
  border: none;
  padding: 18px 40px !important;
  font-weight: 600;
  font-size: 14px;
  border-radius:6px!important;
  color: #f8f9fa!important;
  text-transform: uppercase!important;
  padding-right: 3rem!important;
  padding-left: 3rem!important;
  text-align: center;
  line-height: 1.5;
  width:100%; 	
}
.form-check-input:after{
	display:none !important;
}
.wpcf7-list-item-label{
	display:none !important;
}
.wpcf7-list-item{
  margin-left: 0px !important;
}
.wpcf7-not-valid-tip{
	position: absolute;
    width: 300px;
	font-size: 13px;
}
.entry-footer, .site-footer{
	display:none !important;
}
.d-grid p{
	margin-bottom:0px;
}
.wpcf7-spinner{
	display:none
}
.tmz_form_field form input[type=checkbox]{
	border: 1px solid #ddd;
    border-radius: 4px;
}
.tmz_form_field form input[type=checkbox]:after{
	 transform: rotate(45deg) !important;
    left: 33% !important;
    top: 16% !important;
}
.wpcf7-response-output {
    position: absolute;
    top: 22px;
    right: 20px;
    left: 20px;
    text-align: center;
    font-size: 13px;
    padding: 0em 1em 1px !important;
}
a.btn-light{
	text-decoration:none !important;
	font-weight:500;
	padding: 18px 40px !important;
}
a.btn-light:hover, a.btn-light:focus{
	background:#fff;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus{
	    outline: 0 !important;
}
.lets-connect h1:nth-child(2){
	    font-weight: 600 !important;
        font-size: 38px !important;
}
.tmz_keyhigh{justify-content:center;}

.tmz_expsnap p{ font-size:16px; color:#000; font-weight:400; line-height:24px}
.tmz_expsnap p span{ font-weight:700; color:#204287}

.industry h5{ color:#000; font-weight:700 !important}

.connect{ position:fixed; right:20px; bottom:20px; cursor:pointer; z-index:999;}


.cont-form .modal-dialog{ right:20px; position:absolute; bottom:70px}
.acc-icons div
{ margin-top:40px; align-items:center; display:flex}
#testimonials:after{
  content: '';
  background: url('http://fintech.tekmindz.com/wp-content/uploads/2023/09/bg-center.png') no-repeat;
  background-size: cover;
  position: absolute;
  height: 236px;
  width: 120px;
  right: 0;
  top: -10px;

}
#testimonials{position:relative}

@charset "utf-8";
/* CSS Document */

