@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.rudraksh_bg{
        overflow: hidden;
}

div#io0s {
    color: red;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}
h1{
font-family: 'Poppins', sans-serif !important;
font-size: 52px;
}

h1 span{
font-family: 'Poppins', sans-serif !important;
font-size: 52px;
}

.circleeffect .main {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;

}
.circleeffect .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #EDB922;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.circleeffect .icon-block {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    
}
.circleeffect .icon-block img {
  margin: 0px auto;
      width: 80px;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
height:auto;
}
.circleeffect .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.circleeffect .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.circleeffect .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.circleeffect .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.circleeffect .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 65%;
  height: 65%;
  border: 1px solid #EDB922;
  border-radius: 50%;
}
.circleeffect .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.circleeffect .center-logo {
    position: absolute;
        top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.circleeffect .center-logo img {
  max-width: 264px; height: auto;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}

.enquiry_form{

}

.enquiry_form input{
  font-size: 14px;
    background: #f5f5f5;
    border: none;
    padding: 14px 15px;
}

.enquiry_form textarea{
font-size: 14px;
    background: #f5f5f5;
    border: none;
    padding: 14px 15px;
}

.btn_main{
      background-color: #991b1b;
    color: #fff !important;
    padding: 16px 35px 16px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-align: center;
    text-decoration: none;
}
.suggestion_birth ul{
    list-style: none;
    background: #fff;
    box-shadow: #0000001a 0px 0px 15px;
    padding: 15px;
    font-size: 15px;
    border-radius: 10px;
}
.suggestion_birth ul li{
      padding-bottom: 8px;
}
.media-icons {
    display: flex;
    justify-content: end;
}
.media-icons a {
    margin: 0 8px 0 8px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #FF9717;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media-icons img {
  width: 30px;
  height: 30px;
}
.btn_main1 {
    background-color: #FF5D28;
    color: #fff !important;
    padding: 16px 35px 16px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-align: center;
    text-decoration: none;
}
.main-bannervideo {
    position: relative;
    padding: 0% 10% 6% 5%;
}
.main-bannervideo:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 9% 40%;
    content: "";
    z-index: 0;
}
.main-bannervideo .images {
    margin-top: 75px;
    margin-left: 34px;
}
.main-bannervideo iframe {
    height: 340px;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}
.box_main {
  position: relative;
  height: 390px;
  width: 23vw;
  min-width: 10vw;
  max-width: 23vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in 0.8s;
  overflow: hidden;
  background-color: #0a1931;
  border-radius: 10px;
      padding: 0 30px;
      margin: 0 8px !important;
}
.box_main:hover::before{
   content: "";
    background: #000;
    width: 100%;
    height: 390px;
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.box_main:hover {
    width: 25vw;
    min-width: 25vw;
    max-width: 25vw;
    background-color: var(--var-color3);
    color: var(--var-color1);
    transition: ease 0.8s;
}
.box_main:nth-child(1) {
  animation: apparitionBox 1.5s ease-in-out;
}

.box_main:nth-child(2) {
  animation: apparitionBox 2s ease-in-out;
}

.box_main:nth-child(3) {
  animation: apparitionBox 2.5s ease-in-out;
}

.box_main:nth-child(4) {
  animation: apparitionBox 3s ease-in-out;
}
.box_main:nth-child(5) {
  animation: apparitionBox 3.5s ease-in-out;
}
.box_main:nth-child(6) {
  animation: apparitionBox 4s ease-in-out;
}
.box_main .title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    transition: ease-in 0.8s;
        text-shadow: #00000057 2px 2px 2px;
        z-index: 99;
    position: relative;
}
.box_main .description {
    opacity: 0;
    color: #fff;
        display: none;
            z-index: 99;
    position: relative;
}
.box_main:hover .description {
    opacity: 10;
    display: block;
}
.box_main .text_content{
    position: relative;
}
.content_main{

}
.blur_effect{
      backdrop-filter: blur(10px);
}
.videotesti-box iframe {
    width: 100%;
    height: 238px;
    border-radius: 10px;
}

.accordion {
            width: 100%;
            background: white;
            border-radius: 8px;
            overflow: hidden;
        }

        .accordion-item {
            border-bottom: 1px solid #ddd;
        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            cursor: pointer;
            border: 1px solid #d6d6d6;
            font-size: 18px;
                border-bottom: 0;
        }

        .accordion-header:hover {
        }

        .arrow {
            transition: transform 0.3s ease;
        }

        .accordion-content {
            display: none;
                padding: 15px;
    background: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    border-top: none;
        }

        .active .accordion-content {
            display: block;
        }

        .active .arrow {
            transform: rotate(180deg);
        }
        .accordion-item.active .accordion-content {
            display: block;
        }

        .accordion-item.active .arrow {
            transform: rotate(180deg);
}
.accordion-item.active .accordion-header{
    background: #ff5d28;
    color: #fff;
}
.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
 
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.dd-button:hover {
  background-color: #333;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top:-310%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 9;
}

.book_consult_button{
  z-index: 999;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}
.headerbutton {
    background-color: #FF5D28;
    color: #fff !important;
    padding: 10px 35px 10px 25px !important;
    border-radius: 50px;
    font-weight: 300 !important;
    border: none;
    text-decoration: none;
}
.main-bannervideo3{
     position: relative;
    padding: 0% 7% 1% 7%;
}

.main-bannervideo3 .images{
  
         padding: 8px;
}
.main-bannervideo3 .images img {
    width: 520px;
}
.main-bannervideo3 iframe {
    height: 375px;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}
.why_box{
 overflow: hidden;
}
.why_box:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.why_box:after{
    content: "";
    border-bottom: 0 solid #00000026;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.why_box:hover:after{
    border-bottom-width: 429px;
    border-left-width: 329px;
}
.submitbut {
    background-color: #FF5D28;
    color: #fff !important;
    padding: 10px 25px 10px 25px !important;
    border-radius: 50px;
    font-weight: 600 !important;
    border: none;
}
.boxsec{
    transition: 0.5s;
}

.containersec .boxsec::before
{
  content:' ';
  position: absolute;
  top: 0;
  left: 50px;
  width: 50%;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
}

.containersec .boxsec::after
{
  content:'';
  position: absolute;
  top: 0;
  left: 50;
  width: 50%;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  transform: skewX(15deg);
  transition: 0.5s;
  filter: blur(30px);
}

.containersec .boxsec:hover:before,
.containersec .boxsec:hover:after
{
  transform: skewX(0deg);
  left: 20px;
  width: calc(100% - 90px);
  
}

.containersec .boxsec:nth-child(1):before,
.containersec .boxsec:nth-child(1):after
{
  background: linear-gradient(315deg, #cf5c00, #bf0042)
}

.containersec .boxsec:nth-child(2):before,
.containersec .boxsec:nth-child(2):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.containersec .boxsec:nth-child(3):before,
.containersec .boxsec:nth-child(3):after
{
  background: linear-gradient(315deg, #00872b, #00b1e2)
}

.containersec .boxsec:nth-child(4):before,
.containersec .boxsec:nth-child(4):after
{
  background: linear-gradient(315deg, #03a9f4, #ff0058)
}

.containersec .boxsec span
{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  pointer-events: none;
}

.containersec .boxsec span::before
{
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.1s;  
  animation: animate 2s ease-in-out infinite;
  boxsec-shadow: 0 5px 15px rgba(0,0,0,0.08)
}

.containersec .boxsec:hover span::before
{
  top: -50px;
  left: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

.containersec .boxsec span::after
{
  content:'';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.5s;
  animation: animate 2s ease-in-out infinite;
  boxsec-shadow: 0 5px 15px rgba(0,0,0,0.08);
  animation-delay: -1s;
}

.containersec .boxsec:hover span:after
{
  bottom: -50px;
  right: 50px;
  width: 100px;
  height: 100px;
  opacity: 1;
}

@keyframes animate
{
  0%, 100%
  {
    transform: translateY(10px);
  }
  
  50%
  {
    transform: translate(-10px);
  }
}

.containersec .boxsec .content
{
  position: relative;
  left: 0;
  padding: 20px 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  boxsec-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 1;
  transform: 0.5s;
  color: #fff;
}

.containersec .boxsec:hover .content
{
  left: -25px;
  padding:40px;
}

.containersec .boxsec .content h2
{
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}

.containersec .boxsec .content p
{
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4em;
    font-weight: 300;
}

.containersec .boxsec .content a
{
  display: inline-block;
  font-size: 1.1em;
  color: #111;
  background: #fff;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 5px;
}

.containersec .boxsec .content a:hover
{
  background: #ffcf4d;
  border: 1px solid rgba(255, 0, 88, 0.4);
  boxsec-shadow: 0 1px 15px rgba(1, 1, 1, 0.2);
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.form-group {
    position: relative;
    margin-bottom: 20px;
    font-size: 15px;
}
.form-group input, .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    height: 55px;
    background: #ffffff;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 500;
    color: #848484;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 500ms ease;
}
.form-group textarea {
    resize: none;
    height: 100px;
}
#i6q6ci-2 {
    z-index: 9;
}
.form_main .col-md-3 {
    flex: 0 0 auto;
    width: 22%;
    padding: 0;
}
.form_main .col-md-1 {
    flex: 0 0 auto;
    width: 11.33333333%;
    padding-right: 0;
}
.form_main input {
    width: 100%;
    font-size: 14px;
    padding: 36px 15px;
    border: none;
    border-right: 1px solid #cacaca;
    height: 55px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.form_main textarea {
    width: 100%;
    font-size: 14px;
    padding: 25px 15px;
    border: none;
    height: 46px;
    overflow: hidden;
}
.form_main {
    background: #ffffff;
    padding: 0 15px;
    border-radius: 8px;
    box-shadow: #00000045 0px 0px 65px;
}
.form_main button {
    background-color: #FF5D28;
    color: #fff;
    border: none;
    width: 100%;
    height: 55px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 8px;
}
.main-bannervideo4{
     position: relative;
     padding:16% 90px 15% 80px;
}
.main-bannervideo4:before{
top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: 85%;
    background-repeat: no-repeat;
    position: absolute;
    background-position: 35% 3%;
    content: "";
    z-index: 0;
}
.main-bannervideo4 .images{
  
        margin-top: 0;
            margin-left: 0;
}
.main-bannervideo4 .images img {
    width: 520px;
}
.main-bannervideo4 iframe {
    height: 320px;
    width: 100%;
    object-fit: cover;
    position: relative;
    border-radius: 10px;
}
.vastu_faq{

}
.vastu_faq .accordion-item.active .accordion-header {
    background: #95185a;
    color: #fff;
}

.partrika_faqs .accordion-item.active .accordion-header{
background: #6022a9;
color: #fff;
}

 .box22
{
  position:relative;
  width: 100%;
  padding: 40px 30px;
  background: #fff;
  border-radius:15px;
  margin:20px;
  box-sizing:border-box;
  overflow:hidden;
  text-align: center; 
}

 .box22:before
{
  content:'';
  width: 50%;
  height: 100%;
  position:absolute;
  top:0;
  left:0;
  background:rgba(255,255,255,.2);
  z-index:2;
  pointer-events:none;
  text-align: center;
}

 .box22 .icon {
  position:relative;
  width: 100px;
  height: 100px;
  color:#fff;
  background:#ffffff;
  display:flex;
  justify-content: center;
  aling-items: center;
  margin:20px auto 0px auto;
  border-radius:70%;
  font-size: 50px;
  font-weight:normal;
  transition:2s;
  padding:10px;
  flex-grow: 0;
    flex-basis: 0%;
}
 .box22 .icon img{
      padding: 15px;  
 }
 .box22 .icon i{
  padding:12px;
}

 .box22 .icon
{
  box-shadow:0 0 0 0 #d24600;
  backgraund:#76D7C4;
      border: 1px solid #e7e7e7;
}
 .box22:hover .icon
{
  box-shadow:0 0 0 400px #d24600;
}



 .box22 .content
{
  position:relative;
  z-index:1;
  transition:1.5s;
}
 .box22:hover .content{
  color:#fff;
}
 .box22 .content h3
{
  font-size: 20px;
  margin:10px 0;
  padding:0;
  text-align: center;
}
 .box22 .content p{
   margin:0;
  padding:0;
  text-align: center;
}

.card__container {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding: 60px 0;
  
}

.card__bx {
  --dark-color: #2e2e2e;
  --dark-alt-color: #777777;
  --white-color: #ffffff;
  --button-color: #333333;
  --transition: 0.5s ease-in-out;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
  transition: var(--transition);
  --clr: #ff6748;
}
.card__bx::before,
.card__bx::after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: var(--transition);
}
.card__bx::before {
  inset: -10px 50px;
  border-top: 4px solid var(--clr);
  transform: skewY(15deg);
  border-bottom: 4px solid var(--clr);
}
.card__bx:hover::before {
  inset: -10px 40px;
  transform: skewY(0deg);
}
.card__bx::after {
  inset: 60px -10px;
  border-left: 4px solid var(--clr);
  transform: skew(15deg);
  border-right: 4px solid var(--clr);
}
.card__bx:hover::after {
  inset: 40px -10px;
  transform: skew(0deg);
}
.card__bx .card__data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0px;
  text-align: center;
  padding: 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.card__bx .card__data .card__icon {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--text-color);
  background-color: #fff;
      border-radius: 50%;
  transition: var(--transition);
}
.card__bx .card__data .card__icon img{
    width: 40px;
}
.card__bx .card__data .card__icon {
  color: var(--clr);
  box-shadow: 0 0 0 2px #fff, 0 0 0 2px var(--clr);
}
.card__bx:hover .card__data .card__icon {
  color: #fff;
  background-color: var(--clr);
  box-shadow: 0 0 0 2px #fff, 0 0 0 300px var(--clr);
}
.card__bx .card__data .card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.card__bx .card__data h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  transition: var(--transition);
}
.card__bx:hover .card__data h3 {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data p {
  font-size: 0.9rem;
  color: var(--dark-alt-color);
  transition: var(--transition);
}
.card__bx:hover .card__data p {
  color: var(--dark-color);
  transition: var(--transition);
}
.card__bx .card__data a {
  position: relative;
  display: inline-flex;
  padding: 8px 15px;
  text-decoration: none;
  font-weight: 500;
  margin-top: 10px;
  border: 2px solid var(--clr);
  color: var(--dark-color);
  background-color: var(--clr);
  transition: var(--transition);
}
.card__bx:hover .card__data a {
  color: var(--clr);
  background-color: var(--dark-color);
}
.card__bx:hover .card__data a:hover {
  border-color: var(--dark-color);
  color: var(--dark-color);
  background-color: var(--clr);
}
.card__bx:hover .card__data .card__icon img{
  filter: brightness(0) invert(1);
}

.outer {
  width: 300px;
  height: 250px;
  border-radius: 10px;
  padding: 1px;
  background: radial-gradient(circle 230px at 0% 0%, #ffffff, #0c0d0d);
  position: relative;
}

.outer .dot {
  width: 5px;
  aspect-ratio: 1;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px #ffffff;
  border-radius: 100px;
  z-index: 2;
  right: 10%;
  top: 10%;
  animation: moveDot 6s linear infinite;
}

@keyframes moveDot {
  0%,
  100% {
    top: 10%;
    right: 10%;
  }
  25% {
    top: 10%;
    right: calc(100% - 35px);
  }
  50% {
    top: calc(100% - 30px);
    right: calc(100% - 35px);
  }
  75% {
    top: calc(100% - 30px);
    right: 10%;
  }
}

.outer .card {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  border: solid 1px #202222;
  background-size: 20px 20px;
  background: radial-gradient(circle 280px at 0% 0%, #001258, #000a30);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
  color: #fff;
}
.outer2{
        width: 300px;
    height: 250px;
    border-radius: 10px;
    padding: 1px;

}
.outer2 .card1 {
    background: #fff;
    border: 1px solid #d7d7d7;
    width: 300px;
    border-radius: 10px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}
.outer2 .card1 .text {
    font-weight: bolder;
    font-size: 4rem;
    color: #333;
}
.outer2 .card1 .text span{
        font-weight: 700;
    font-size: 32px;
}
.outer .ray {
  width: 220px;
  height: 45px;
  border-radius: 100px;
  position: absolute;
  background-color: #c7c7c7;
  opacity: 0.4;
  box-shadow: 0 0 50px #fff;
  filter: blur(10px);
  transform-origin: 10%;
  top: 0%;
  left: 0;
  transform: rotate(40deg);
}

.outer .card .text {
  font-weight: bolder;
  font-size: 4rem;
  background: linear-gradient(45deg, #000000 4%, #fff, #000);
  background-clip: text;
  color: transparent;
}
.outer .card .text span{
        font-weight: 700;
    font-size: 32px;
}
.outer .line {
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #525252;
}
.outer .topl {
  top: 10%;
  background: linear-gradient(90deg, #888888 30%, #565656 70%);
}
.outer .bottoml {
  bottom: 10%;
}
.outer .leftl {
  left: 10%;
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #818181 30%, #5a5a5a 70%);
}
.outer .rightl {
  right: 10%;
  width: 1px;
  height: 100%;
}
.card-container22 {
  margin: 10px;
}
.card-container22 .card {
  font-weight: bold;
  position: relative;
  width: 100%;
}
.card-container22 .card a {
  padding: 30px;
  width: 100%;
  height: 300px;
  border: 1px solid black;
  background: white;
  text-decoration: none;
  color: black;
  display: block;
  transition: 0.25s ease;
}
.card-container22 .card a:hover {
  transform: translate(-30px, -30px);
  border-color: #6022a9;
}
.card-container22 .card a:hover .card--display {
  display: none;
}
.card-container22 .card a:hover .card--hover {
  display: block;
}
.card-container22 .card a .card--display i {
      font-size: 30px;
    margin-top: 60px;
    width: 70px;
    height: 70px;
    border: 1px solid #dbdbdb;
    text-align: center;
    display: flex;
    color: #6022a9;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.card-container22 .card a .card--display h2 {
         margin: 20px 0;
    font-weight: 600;
    font-size: 26px;
}
.card-container22 .card a .card--hover {
  display: none;
}
.card-container22 .card a .card--hover h2 {
    margin: 20px 0;
    font-weight: 600;
    font-size: 26px;
}
.card-container22 .card a .card--hover p {
  font-weight: normal;
  line-height: 1.5;
}
.card-container22 .card a .card--hover p.link {
  margin: 20px 0 0;
  font-weight: bold;
  color: #5bc0eb;
}
.card-container22 .card .card--border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px dashed black;
  z-index: -1;
}
.card-container22 .card.card--dark a {
  color: white;
  background-color: black;
  border-color: black;
}
.card-container22 .card.card--dark a .card--hover .link {
  color: #6022a9;
}
.card-container22 .card a.color_change{
background: #6022a9;
border: 1px solid #6022a9;
}
.card-container22 .card a.color_change h2 {
   color: #fff;
}
.card-container22 .card a.color_change p {
   color: #fff;
}
.card-container22 .card a.color_change .card--display i {
    color: #fff;
}
.circleeffect1 .main {
  margin: 0px auto;
  width: 480px;
  height: 480px;
  position: relative;
}
.circleeffect1 .big-circle {
  height: 100%;
  width: 100%;
  position: relative;
  border: 1px solid #EDB922;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  animation: Rotate 20s linear infinite;
  -webkit-animation: Rotate 20s linear infinite;
}
.circleeffect .icon-block {
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: 1px solid #EDB922;
    background: #fff;
}
.circleeffect1 .icon-block img {
  margin: 0px auto;
      width: 42px;
  animation: Rotate-reverse 20s linear infinite;
  -webkit-animation: Rotate-reverse 20s linear infinite;
}
.circleeffect1 .icon-block:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.circleeffect1 .icon-block:nth-child(2) {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.circleeffect1 .icon-block:nth-child(3) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
}
.circleeffect1 .icon-block:nth-child(4) {
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* circle content */
.circleeffect1 .circle {
  animation: circle-rotate 20s linear infinite;
  -webkit-animation: circle-rotate 20s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  width: 55%;
  height: 55%;
  border: 1px solid #EDB922;
  border-radius: 50%;
}
.circleeffect1 .circle .icon-block img {
  animation: img-rotate 20s linear infinite;
  -webkit-animation: img-rotate 20s linear infinite;
}
/* center logo */
.circleeffect1 .center-logo {
    position: absolute;
        top: 68%;
    left: 52%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.circleeffect1 .center-logo img {
  max-width: 430px;
}

/* keyframe animation */

@keyframes Rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes Rotate-reverse {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@-webkit-keyframes Rotate-reverse {
  from {
    -webkit-transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes circle-rotate {
  from {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(405deg);
  }
}

@-webkit-keyframes circle-rotate {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(405deg);
  }
}

@keyframes img-rotate {
  from {
    transform: rotate(-45deg);
  }
  to {
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes img-rotate {
  from {
    -webkit-transform: rotate(-45deg);
  }
  to {
    -webkit-transform: rotate(-405deg);
  }
}


.circleeffect2 .center-logo img {
    max-width: 480px;
    height: auto;
        margin-top: 80px;
}
.circleeffect .icon-block img {
width: 45px;
}
.testi-box {
    padding: 45px 28px 50px 28px;
    background: #ffffff;
    border-radius:15px;
    transition: 0.4s ease;
        margin: 0 5px;
    margin-bottom: 30px;
    border: none;
        color: #000000;
}
.testi-box h1 {
    font-weight: 900;
    font-family: none;
    font-size: 112px;
    color: #cbcbcb;
    float: left;
    padding-right: 28px;
}
.testi-box h5 {
    font-weight: 500;
    padding-top: 10px;
}
.testi-box p {
        margin-top: 10px;
    font-weight: 400;
}
.testi-box img {
    width: 72px !important;
    float: left;
    margin-right: 18px;
    border-radius: 50%;
}
.testi-box h4 {
    font-weight: 600;
    padding-top: 15px;
    font-size: 15px;
    color: #583300;
    margin-bottom: 0;
}
.testi-box h6 {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.star-raiting{
    color: #ff7017;
}









@media (max-width: 480px) {
  .videotesti-box iframe {
    width: 100%;
    height: 190px;
}
}


@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}



@media(max-width:768px) {

.circleeffect.circleeffect2{
  overflow: hidden;
          padding-top: 30px;
}  

.media-icons a {
    margin: 0 4px 0 4px;
}
.circleeffect .center-logo img {
    max-width: 300px;
    height: auto;
}

.circleeffect .main {
    width: 330px;
    height: 330px;
}

.circleeffect .icon-block img {
    width: 30px;
}

.circleeffect .icon-block {
    width: 50px;
    height: 50px;
}
.media-icons {
    justify-content: center;
}
.main-bannervideo iframe {
        height: 190px !important;
}
.main-bannervideo .images {
        margin-top: 30px;
        margin-left: 0px;
}
.box_main:hover {
    width: 40vw;
    min-width: 40vw;
    max-width: 40vw;
    background-color: var(--var-color3);
    color: var(--var-color1);
    transition: ease 0.8s;
    padding: 0 15px;
}
.box_main:hover .description{
  display: none;
}
.box_main:hover::before {
    background: none;
}
.box_main{
         margin-bottom: 20px !important;
        height: 225px !important;
        min-height: 225px !important;
}
.main-bannervideo3 iframe {
    height: 190px !important;
    padding: 8px 6px;
}
.form_main .col-md-3 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0;
}
.form_main .col-md-1 {
    flex: 0 0 auto;
    width: 100%;
    padding-right: 15px;
}
.main-bannervideo4 iframe {
    height: 200px !important;
        width: 100% !important;
}
.main-bannervideo4 {
    position: relative;
    padding: 8% 0px 0% 0px !important;
}
.outer {
    width: 100%;
    margin-bottom: 20px;
}
.outer2 {
    width: 100%;
    margin-bottom: 20px;
}
.card-container22 {
    margin: 15px 30px;
}
.main-bannervideo {
    position: relative;
    padding: 0% 0% 0% 0%;
}
.form_main input {
    border-right:none;
    border-bottom: 1px solid #cacaca;
    border-radius: 0px !important;
}
.form_main textarea {
    border-radius: 0px !important;
}
.form_main {
    padding: 15px 15px;
}
.main-bannervideo3 {
    position: relative;
    padding: 0% 0% 1% 0%;
}
.main-bannervideo3 .images {
    padding: 0px;
}
.patrika_effects{

}
.gemstone .center-logo img {
        max-width: 175px;
    }
.gemstone  .circleeffect .main {
        width: 300px;
        height: 300px;
    }
}

