


:root {
  --breakpoint-xxl: 1400px;
}

.bottom-footer{
  min-height: 65vh;
}
.user-button{
  padding:10px 10px 10px 0px;
  background: transparent !important;
  border: none !important;
}
.card-custom{
  background-color: transparent; 
  position: relative;
  min-height: 450px;
}
.card-link{
  text-decoration: none;
  cursor: pointer;
  z-index: 0;
}
.card-logo{
  /* margin-right: 10px; */
  /* width: 100px; */
}
.card-logo img{
  border-radius: 50%;
  background-color: aliceblue;
  width: 75px;
  height: 75px;
  margin-right: 20px;
}
.card-middle-line{
border-left: 2px solid #8a8888;
}
.service-line{
  margin: 0;
}
.card-back-image{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.card-custom .card-body{
  z-index: 9999;
}
.card-custom .card-text{
  line-height: 1;
  /* padding-bottom: 5px; */
}

.card-icon{
  margin-left: 20px;
  width: 15px;
  margin-right: 15px;
}
.card-icon.fa-map-marker{
padding: 3.5px;
}
.card-icon.fa-phone{
/* padding: 1.6px; */
}
.image-rapper{
  width: 120px;
}

.about-user{
  font-size: 38px !important;
  margin-top: -10px !important;
}


.imglogo-v {
  padding: 12px;
  position: relative;
  top: 0px;
}


.com-img {
border-radius: 50px;
border: 1px solid #1c3a6b;
  /* border: 6px double #1c3a6b; */
width:100px;
height:100px;
}


.com-logo {
  margin-bottom: 13px;
}




span.mobileno {
  position: relative;
  left: 39px;
  top: -10px;
}

.cionbox-top {
  /* background: #1c3a6b; */
  width: 34px;
  height: 45px;
  float: left;
  border-radius: 50%;
  text-align: center;
}

.cionbox {
  /* background: #1c3a6b; */
  width: 34px;
  height: 34px;
  float: left;
  /* border-radius: 50%; */
  text-align: center;
}
.op {
  position: relative;
  left: 10px;
}
.service-card-5{
  min-width: 225px;
}
.card-icon-new {
  border-radius: 50%;
  color: #54b872;
  font-size: 24px;
  position: relative;
  /* top: 6px; */
  text-align: center;
}

.crad-v {
  width: 100%;
  /* height: 300px; */
  /* background: url(https://image.freepik.com/free-vector/bright-background-with-dots_1055-3132.jpg); */
  /* padding: 10px; */
  /* border: 2px solid #fff; */
  -webkit-box-shadow: 0px 0px 2px 5px #0000002a;
  box-shadow: 0px 0px 2px 2px #0000002a;
  margin-bottom: 31px;
  border-radius: 10px;
}

.text-vcard {
  padding: 30px 0px;
}

.card-profile-name{
  background-color: #4e7ae1;
  margin: 0px 0px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;

}
/* div#top-vcard:before {
  content: "";
  position: absolute;
  height: 91px;
  width: 34px;
  text-align: left ! important;
  background:#1c3a6b;
  left: 15px;
  top: -12px;
  border-radius: 0px 0px 14px 15px;
} */


strong.font-bolder-new {
  font-size: 16px;
  font-weight: bolder ! important;
}

.keywords-item{
  background: #cecdcd;
  color: #23225c;
  border-radius: 5px;
  padding-left: 5px;
}
.job-button{
  width: 200px;
  background-color: #23225c;
  color: #fff;
  border-radius: 25px;
}
.download-icon{
  padding-left: 15px;
}
small.mobileno1{
  color: #8c8c90;
}
.horizonal-line{
  border: 2px solid #000;
  margin-bottom: 25px;
}
.social-image{
  width: 32px;
  height: 32px;
}
.user-tabs{
  text-decoration: none;
  /* padding: 24px; */
}
.user-tabs img{
  width: 50px;
}
.share-link{
  text-decoration: none;
  padding: 11px 87px;
  background-color: #23225c;
  color: #fff;
  font-size: 30px;
  border-radius: 31px;
}
.socail-boxs{
  text-decoration: none;
  cursor: pointer;
}
#about{
  background-color: #17224d;
}
/* .icon i{
  border-radius: 15px;
  background-color: #4e7ae1;
  color: #fff;
  font-size: 15px;
  padding: 5px;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  margin-right: 24px;
} */
.tab-add-to{
  width: 200px;
  border-radius: 15px;
  background-color: #23225c;
  padding: 5px 0px;
}

.tab-add-text{
  font-size: 18px;
  padding-right: 15px;
  letter-spacing: 2px;
}

:root {
	--radius: 100px;
	--frame-size: calc(var(--radius) / 3);
	--d-outer: calc(var(--radius) * 1.6);
	--d-inner: calc(var(--d-outer) - var(--frame-size));
	--font-size: calc(var(--radius) / 10);
}


.claim-card-circle {
	position: relative;
	width: var(--d-outer);
	height: var(--d-outer);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.claim-card-logo {
	position: absolute;
	width: var(--d-inner);
	height: var(--d-inner);
	background-size: cover;
	filter: contrast(1.5);
  margin-top: 30px;
}
.claim-card-text {
	position: absolute;
	width: 100%;
	height: 100%;
	animation: rotateText 10s linear infinite;
}
/* @keyframes rotateText {
	0% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(0deg);
	}
} */
.claim-card-text p span {
	position: absolute;
	left: 50%;
	font-size: 1.2em;
	transform-origin: 0 var(--radius);
}

.claim-image{
  width: 200px;
  height: 200px;
  background-color: #23225c;
  border-radius: 100px;
  padding: 20px;
}
.claim-text-p{
 font-weight: 600;
}
.btn-cards {
  width: 232px;
  background-color: #17224d;
  


}
.btn-cards .inner_btn{
  border: 1px solid #17224d;
  padding: 20px 20px;
  margin: 5px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 600;
  font-family: 'FontAwesome';
  font-size: 18px;
  cursor: pointer;

}
.btn-cards .inner_btn_middle{
  border: 1px solid #17224d;
  padding: 20px 20px;
  margin: 5px 0px;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 600;
  font-family: 'FontAwesome';
  font-size: 18px;
  cursor: pointer;

}
.video-popup-wrapper img{
  max-width: 350px;
}


.fb-login{
  background: #ffffff !important;
  color: #17224d !important;
  padding: 12px 7px 12px 0px !important;
  font-size: 16px !important;
}

.fb-login i{
  padding-left: 10px
}

.card-margin{
  margin-top: 0.8rem;
  margin-bottom: 2rem;
}
.custom-padding{
  padding-bottom:0.5rem
}

@media only screen and (max-width: 768px) {

      .btn-cards .inner_btn{
        border: 1px solid #17224d;
        padding: 10px 0px;
        margin: 3px;
        border-radius: 5px;
        background-color: #fff;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
      
      }

      .btn-cards .inner_btn_middle{
        border: 1px solid #17224d;
        padding: 10px 0px;
        margin: 3px 0px;
        border-radius: 5px;
        background-color: #fff;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer;
      
      }
   }
@media only screen and (max-width: 571px) {

  .fb-login{
    /* border-radius: 0px !important; */
    font-size: 10px !important;
  }

  .card-logo img{
    margin-right: 5px;
  }

  .btn-cards .inner_btn{
    font-size: 10px;
  }

  .btn-cards .inner_btn_middle{
    font-size: 10px;
  }
}