@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");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}

.menubar ul li .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 250px;
  background: #f5f4fa;
  z-index: 1;
  visibility: hidden;
  webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  transform-origin: top;
  transition: 0.3s;
  border-top: 0;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.menubar ul li.dropdown-wraper:hover .dropdown {
  visibility: visible;
  transform: rotateX(0deg);
  transition: all 500ms ease;
}

.menubar ul li .dropdown li a {
  padding: 6px 0;
}

.menubar ul li .dropdown li a:hover {
  transform: translateX(8px);
}

.dropdown-content {
  display: none;
}

body {
  /* background-color: #69696926; */
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000;
  overflow: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: normal;
  text-transform: capitalize;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 25px;
  text-transform: capitalize;
}

a {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-transform: lowercase;
}

a:hover {
  color: #8c52ff;
}

ul,
li,
ol,
li {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000;
  list-style-type: none;
  text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="date"],
select,
textarea {
  margin: 0 0 20px 0;
  padding: 12px 24px 15px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #555;
  line-height: normal;
  width: 100%;
  outline: none;
  border: 0;
  background: #f5f5f5;
  border-radius: 10px;
}

input[type="submit"] {
  margin: 10px 0;
  padding: 15px 15px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  border: none;
  outline: none;
  background: #8c52ff;
  border-radius: 10px;
  transition: 0.5s;
}

input[type="submit"]:hover {
  background: #8c52ffad;
  color: #000;
}

textarea {
  height: 100px;
}


/*whatsapp-icon*/
a.whatsapp-icon {
  position: fixed !important;
  bottom: 75px;
  right: 27px;
  z-index: 33;
  background: #007eff;
  border-radius: 50px;
  font-size: 22px;
  color: #fff;
  transition: 0.6s;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.whatsapp-icon:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #007eff;
  box-shadow: 0 0 10px #007eff;
  animation: whatsappbtn 5s linear infinite forwards;
  z-index: -3;
}

@keyframes whatsappbtn {
  from {
    transform: scale(1);
    opacity: 1;
    transition: 0.6s;
  }

  to {
    transform: scale(1.5);
    opacity: 0;
    transition: 0.6s;
  }
}


a.mobile-number{
    display:none;
}
/*heading*/

.heading,
.headingleft {
  text-align: center;
  color: #000;
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  position: relative;
}

.headingleft {
  text-align: left;
}

.heading small,
.headingleft small {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  -webkit-text-stroke: 1.3px #8c52ff;
}

.heading img,
.headingleft img {
  display: block;
  margin: 7px auto 0;
}

.headingleft img {
  margin: 7px auto 0 0;
}

.heading-border,
.heading-borderleft {
  width: 130px;
  height: 3px;
  background: #8c52ff;
  position: relative;
  margin: 0 auto 30px;
  overflow: hidden;
  display: block;
}

.heading-borderleft {
  margin: 0 0 30px 0;
}

.heading-border:before,
.heading-borderleft:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 3px;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  z-index: 2;
  -webkit-animation: animborder 5s linear infinite;
  animation: animborder 2s linear infinite;
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

/*btn-primary*/
#contact iframe {
  width: 100%;
  height: 500px;
}

.btn-primary i {
  font-size: 13px;
  margin-left: 10px;
}

.pricing .pricing-item a.button-flex {
  margin: 0 0 0 -50px;
}

a.button-flex span.button {
  width: 160px;
  height: 60px;
  border: 2px solid #8c52ff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

a.button-flex span.button-icon {
  position: absolute;
  top: 0;
  right: -61px;
  background: linear-gradient(to left, #8c52ffad, #8c52ff);
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}

a.button-flex span.button-icon i {
  font-size: 20px;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.6s;
}

a.button-flex:hover span.button-icon {
  width: 100%;
  right: 0;
}

a.button-flex:hover span.button-icon i {
  transform: rotate(-0deg);
}

/*Back-to-top-button*/

#button {
  display: inline-block;
  background-color: #8c52ff;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
  box-shadow: 1px 1px 10px 2px #666666f7;
}

#button:hover {
  cursor: pointer;
  background-color: #8c52ffad;
}

#button:active {
  background-color: #8c52ffad;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.flex-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*header*/

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0px 1px 10px 3px #ebebeb8a;
  background: #ffffffa6;
  border-radius: 50px;
  border: 1px solid #fff;
}

header .logo {
  margin-left: 25px;

}

header .logo img {
  width: 100%;
}

.menubar ul li {
  position: relative;
  margin: 0 40px 0px 0;
}

.menubar ul li a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
}

.menubar ul li:last-child {
  margin: 0;
}

.menubar ul li a.active {
  color: #8c52ff;
}

.menubar ul li a i {
  font-size: 12px;
  margin-left: 6px;
}

header a.button-flex span.button {
  width: 140px;
  height: 50px;
}

header a.button-flex span.button-icon {
  width: 50px;
  height: 50px;
  right: -51px;
}

header .button-flex {
  margin-right: 60px;
}

.header-nav {
  display: none;
}

/*slider*/

.slider {
  margin-bottom: 80px;
}

.slider .main-carousel .fa-chevron-left,
.slider .main-carousel .fa-chevron-right {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 1;
  border: 1px solid #fff;
  transform: translateY(-50%) rotate(47deg);
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.6s;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .main-carousel .fa-chevron-left:hover,
.slider .main-carousel .fa-chevron-right:hover {
  background: #8c52ff;
  border-color: transparent;
}

.slider .main-carousel .fa-chevron-right {
  left: auto;
  right: 5%;
}

.slider .main-carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider .main-carousel-content h1 {
  margin-bottom: 50px;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  width: 60%;
  text-align: center;
}

.slider .main-carousel-content .head-btn a.searchicon {
  margin: 0 10px;
}

.slider img {
  width: 100%;
  filter: brightness(0.5);
}

.slider .main-carousel-content span.button {
  font-size: 22px;
}

/* chooses */

.chooses {
  margin: 80px 0;
}

.chooses .chooses-item {
  height: 100%;
  box-shadow: 1px 2px 5px #ddd;
  padding: 30px 20px;
}

.chooses .chooses-item h3 {
  margin: 0 auto;
  position: relative;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #8104f5b8;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chooses .col-lg-3:nth-child(2) .chooses-item h3 {
  background: #8c52ffad;
}

.chooses .col-lg-3:nth-child(3) .chooses-item h3 {
  background: #8c52ff;
}

.chooses .col-lg-3:nth-child(4) .chooses-item h3 {
  background: #9b59d9;
}

.chooses .chooses-item h3:before {
  transition: 0.6s;
  content: "";
  position: absolute;
  top: -9px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  outline: 1px solid #ddd;
}

.chooses .chooses-item:hover h3:before {
  top: -5px;
}

.chooses .chooses-item h4 {
  font-size: 22px;
  margin: 20px 0 10px 0;
}

.chooses .chooses-item figure {
  overflow: hidden;
  margin: 0;
  position: absolute;
  top: 6px;
  right: -34%;
  width: 60%;
  z-index: -1;
}

/* .chooses .col-lg-3:nth-child(2) .chooses-item figure {
  transform: rotate(185deg);
  top: -120px;
} */

.chooses .chooses-item figure:before {
  content: "";
  width: 100%;
  height: 80%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.chooses .chooses-item figure img {
  width: 100%;
  -webkit-animation: animcircle 0.1s linear infinite;
  animation: animcircle 25s linear infinite;
}

@keyframes animcircle {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(360deg);
  }
}

/*about*/

.about {
  margin: 0 0 80px 0;
}

.about figure img {
  width: 100%;
}

.about figure h3 {
  position: absolute;
  bottom: 10px;
  left: 40%;
  width: 48%;
  height: 180px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  box-shadow: 1px 2px 5px #eee;
  font-size: 25px;
  color: #555;
  line-height: 40px;
  font-weight: 600;
  flex-direction: column;
}

.about figure h3 span {
  font-size: 40px;
  color: #000;
}

figure.animation {
  width: 150px;
  position: absolute;
  bottom: -50px;
  right: -45px;
  z-index: -1;
  animation: animimg 10s linear infinite;
}

@keyframes animimg {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(360deg);
  }
}

.about .about-content {
  margin-left: 90px;
}

.about .about-content p {
  margin-bottom: 40px;
  text-align: justify;
}

/*expert*/

.expert {
  margin-bottom: 60px;
}

.expert .expert-item {
  transition: all 0.6s ease-in;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0px 4px 8px #dddddd40;
  height: 100%;
}

/* .expert .expert-item:hover {
  border: 1px solid #4fa945;
} */

.expert .expert-item figure {
  border-radius: 10px;
  overflow: hidden;
  height: 300px;
  background: #f6f6f6;
}

.expert .expert-item figure img {
  width: 100%;
  border-radius: 10px;
  transition: all 0.25s ease-out;
}

.expert .expert-item:hover figure img {
  transform: scale(1.2);
}

.expert .expert-item figure span {
  position: absolute;
  top: 30px;
  left: 30px;
  background: #4154f10f;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 15px;
}

.expert .expert-item .expert-info {
  padding: 20px;
  border-radius: 12px;
}

.expert .expert-item .expert-info h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.78px;
}

/* biography */

.biography h2 {
  margin-bottom: 50px;
}

.biography {
  margin-bottom: 50px;
}

.biography .frequently .accordion .accordion-header .accordion-button {
  font-size: 22px;
  font-weight: 500;
}

.biography figure {
  width: 100%;
  height: 640px;
}

.biography figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*footer*/

footer {
  background: #f6f6f6;
  padding: 80px 0 80px 0;
}

footer .footer-logo img {
  width: 170px;
}

footer .footer-logo p {
  margin: 20px 0;
}

footer ul.footer-info figure {
  margin-right: 10px;
}

footer h3 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

footer h4 {
  margin: 20px 0 0 0;
}

footer ul.footer-menu li {
  position: relative;
}

footer ul.footer-menu li:before {
  content: "";
  position: absolute;
  top: 32%;
  left: 0;
  background: #000;
  padding: 2px;
  border-radius: 50px;
}

footer ul.footer-menu li a {
  color: #333;
  margin: 0 0 10px 15px;
}

footer ul.footer-menu li a:hover {
  color: #8c52ff;
}

footer form input[type="email"] {
  background: #fff;
  border-radius: 50px;
  border: 1px solid #ddd;
  margin: 0;
  padding: 12px 54px 15px 36px;
}

footer form span {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  font-size: 15px;
  color: #555;
}

footer form button {
  position: absolute;
  top: 50%;
  right: 3px;
  border: none;
  background: none;
  transform: translateY(-50%);
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

footer form button [type="submit"] {
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

footer .smoicons ul li a {
  font-size: 15px;
  color: #000;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}

footer .smoicons ul li a:hover {
  background: #8c52ff;
  color: #fff;
}



.copyright {
  padding: 15px 0 5px 0;
  background: #fff;
  margin: 50px 50px 0 50px;
  border-radius: 50px;
  box-shadow: 0px 1px 10px 3px #ebebeb8a;
}

.copyright p {
  color: #555;
  text-align: center;
}

@media only screen and (max-width: 1199px) {

  .heading,
  .headingleft {
    font-size: 30px;
    line-height: 32px;
  }

  .heading small,
  .headingleft small {
    font-size: 19px;
    letter-spacing: 1px;
  }

  /*header*/
  .menubar ul li {
    margin: 0 20px 0px 0;
  }

  .menubar ul li a {
    font-size: 14px;
    margin: 0 14px 0 0;
  }

  .menubar ul li a i {
    margin-left: 0px;
    font-size: 12px;
  }

  .menubar ul li:nth-child(3) a:after {
    top: 3px;
    right: -13px;
    font-size: 9px;
  }

  .menubar ul li:nth-child(3) a:before {
    top: 3px;
    right: -13px;
    font-size: 9px;
  }

  .contact .contact-bg {
    bottom: 10px;
  }

  .contact .heading-border {
    margin: 0 auto 40px;
  }

  /*contact*/
  .contact .form-field {
    padding: 20px;
  }

  a.button-flex span.button {
    width: 130px;
    height: 50px;
  }

  a.button-flex span.button-icon {
    right: -51px;
    width: 50px;
    height: 50px;
  }

  .pricing .col-lg-3 .pricing-item ul {
    margin-top: 10px;
  }

  .contact-form ul li p {
    font-size: 15px;
    padding: 0 0 0 20px;
  }

  .contact-form ul li p a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 991px) {
a.mobile-number{
    display:block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #1e9500;
        padding: 5px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        z-index: 999;
}
a.mobile-number i{
       font-size: 18px;  
       margin:0 6px 0 0;
}
  .offset-1,
  .offset-2 {
    margin-left: 0;
  }

  p {
    font-size: 14px;
  }

  .row {
    row-gap: 20px;
  }

  /*btn-primary*/
  .btn-primary {
    padding: 8px 22px;
  }

  .btn-primary:before,
  .btn-primary:after {
    width: 10px;
    height: 10px;
  }

  a.button-flex span.button {
    width: 150px;
    height: 50px;
  }

  a.button-flex span.button-icon {
    right: -51px;
    width: 50px;
    height: 50px;
  }

  /*back-to-top*/
  #button {
    bottom: 45px;
    right: 9px;
  }

  .header-nav {
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
  }

  .header-nav a i {
    font-size: 25px;
    color: #000;
  }

  input[type="text"],
  input[type="email"],
  input[type="number"],
  select,
  textarea {
    margin: 0 0 10px 0;
    padding: 10px 20px;
  }

  /*heading*/
  .heading,
  .headingleft {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 10px 0px;
  }

  .heading small,
  .headingleft small {
    font-size: 15px;
  }

  .heading-border {
    margin: 0 auto 20px;
  }

  .heading-borderleft {
    margin: 0 0 20px 0;
  }

  .offcanvas-body ul li a {
    margin-bottom: 6px;
  }

  .offcanvas h5 img {
    width: 170px;
  }

  header .button-flex {
    display: none;
  }

  header {
    padding: 13px 20px;
  }

  .page-header {
    padding: 10px 0;
    position: relative;
  }

  header .logo img {
    width: 170px;
  }

  header .row {
    row-gap: 0px;
  }

  header .menubar {
    display: none;
  }

  header .head-btn {
    display: none;
  }

  /*banner*/
  /*slider*/
  .slider {
    margin-bottom: 35px;
  }

  .slider .main-carousel-content h1 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    width: 70%;
    text-align: center;
  }

  .slider .main-carousel-content .head-btn:last-child a.searchicon {
    display: none;
  }

  .slider .main-carousel .fa-arrow-left-long,
  .slider .main-carousel .fa-arrow-right-long {
    padding: 5px;
    font-size: 13px;
  }

  /*services*/
  /*about*/
  .about {
    margin-bottom: 35px;
  }

  .about .about-content .headingleft {
    text-align: center;
  }

  .about .about-content .heading-borderleft {
    margin: 0 auto 20px;
  }

  .about .row {
    flex-direction: column-reverse;
  }

  .about .about-content {
    margin: 10px;
  }

  .about .about-content p {
    margin-bottom: 20px;
    text-align: center;
  }

  figure.animation {
    width: 150px;
    position: absolute;
    bottom: -20px;
    right: 35px;
    z-index: -1;
    animation: animimg 10s linear infinite;
  }

  /* chooses */
  .chooses {
    margin: 35px 0;
  }

  .chooses .container .row {
    padding: 0 0 10px 0;
  }

  .chooses .heading-border {
    margin: 0 auto 30px;
  }

  .chooses .chooses-item figure {
    right: -0%;
  }

  .chooses .chooses-item figure {
    display: none;
  }

  .chooses .chooses-item h4 {
    font-size: 20px;
    margin: 10px 0 6px 0;
  }

  /* expert */
  .expert {
    margin-bottom: 20px;
  }

  .expert .expert-item .expert-info {
    padding: 10px 0 5px 0;
  }

  .expert .expert-item .expert-info h3 {
    margin-bottom: 4px;
  }

  .expert .expert-item .expert-info p {
    line-height: 22px;
    margin-bottom: 0;
  }

  /*footer*/
  footer {
    padding: 35px 0 0 0;
  }

  footer .footer-logo p {
    margin: 20px 0 10px 0;
  }

  footer .smoicons ul li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }

  footer form.mt-4 {
    margin-top: 10px !important;
  }

  footer h3 {
    margin-bottom: 15px;
  }

  footer .col-lg-4 ul li:nth-child(2) a {
    font-size: 10px;
  }

  /*copyright*/
  .copyright {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }

  .coupon .row .col-lg-3 {
    width: 85%;
    margin: 10px;
  }

  .slider img {
    width: 94%;
  }

  .slider .main-carousel .fa-chevron-right {
    right: 10%;
  }

  .contact-link a {
    font-size: 10px !important;
  }

  a.whatsapp-icon {
    bottom: 90px;
    right: 10px;
    font-size: 14px;
    width: 32px;
    height: 32px;
  }










}