* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  padding: 0px;
  margin: 0px;
}

body {
  transition: all 0.5s;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #212121;
  font-family: "Instrument Sans", sans-serif;
}

a {
  text-decoration: none;
}

/* Header Base Styling */
.header-area {
  padding: 0px;
  background-color: #fff;
  position: relative;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-wrapper {
  display: flex;
  padding: 8px 0 8px;
  align-items: center;
  justify-content: space-between;
}

.header-logo img {
  height: 80px;
  width: auto;
}

/* Desktop Nav */
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.main-menu li {
  position: relative;
  margin-left: 20px;
}

.main-menu li a {
  display: block;
  padding: 10px 0;
  color: #2B2B2B;
  text-decoration: none;
  font-weight: 500;
}

.main-menu li.active>a,
.main-menu li a:hover {
  background: linear-gradient(to right, #05A1D0, #50B38C);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-menu .sub-menu li {
  margin-left: 0px;
}

/* Dropdown Menu */
.main-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: hsl(0 0% 100%);
  min-width: 200px;
  border-radius: 10px;
  padding: 0px 0;
  z-index: 10;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(0 0 0 / 7%);
}

.main-menu .sub-menu li a {
  padding: 8px 15px;
  display: block;
  white-space: nowrap;
}

.main-menu li:hover .sub-menu {
  display: block;
}

.book-consultasiondark i {
  margin-right: 5px;
}

.book-consultasiondark {
  position: relative;
  border: 1px solid rgb(1, 160, 211);
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
  background: linear-gradient(to right, rgb(1, 160, 211), rgb(80, 179, 140));
  padding: 10px 30px;
  transition: 0.3s linear;
  overflow: hidden;
  border-radius: 33px;
  text-decoration: none;
  outline: none !important;
}

.book-consultasiondark:hover::before {
  height: 420%;
}

.book-consultasiondark::before {
  position: absolute;
  content: '';
  background: linear-gradient(to right, #50B38C, #01A0D3);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 33px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.book-consultasiondark:hover {
  color: #fff;
  background-color: transparent;
}

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0;
}

.xb-menu-close {
  background-color: #EAF3FC;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.xb-close {
  background: var(--light-blue-color);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.xb-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.xb-close::before,
.xb-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

.xb-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.xb-close::before,
.xb-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #1b1b1b;
}

.xb-logo-mobile img {
  width: 80%;
}

.xb-header-wrap {
  display: none;
}

.slider_sec {
  padding: 100px 0px 100px;
}

.right_shadow {
  border: 4px solid #4BB290;
  border-radius: 20px;
  margin-bottom: -50px;
  margin-top: -50px;
  overflow: hidden;
}
.slider_hero_inner .right_shadow img{
  width: 100%;
  height: auto;
}
.page-title .container {
  position: relative;
  text-align: center;
}

.page-title h1 {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.03em;
  color: #fff;
}


.slider_hero_inner h1 {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.03em;
  color: #363007;
}

.slider_hero_inner {
  background: rgba(1, 160, 211, 0.1);
  border-radius: 40px;
  padding-left: 40px;
}

.serch_cnt {
  padding: 20px 0px;
}

.quote_line {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #4FB38E;
}

.four_sections {
  background: #EFFFFA;
  padding: 60px 0px;
}

.four_cardbox img {
  margin-bottom: 20px;
    width: auto;
    margin: 0px auto 20px;
    height: 160px;
}

.four_cardbox {
  text-align: center;
}

.four_cardbox h2 {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  color: #06A1CF;
}

.four_cardbox:hover h2 {
  background: linear-gradient(to right, #05A1D0, #50B38C);
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.img_boxess {
  position: relative;
}

.img_boxess img {
  width: 100%;
  border-radius: 20px;
  height: auto;
}

.img_boxess::before {
  background: #4FB38D;
  content: "";
  left: 10px;
  width: 95%;
  height: 92%;
  position: absolute;
  z-index: -1;
  border-radius: 20px;
  transform: rotate(10.5deg);
  top: 10px;
}

.about_paramount {
  padding: 100px 0px 70px;
}

.our_services_vissions h2,
.counter_area h2,
.about_para_content h2 {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 0.03em;
  color: #363007;
}

.our_indepentns {
  background: #EFFFFA;
  padding: 70px 0px;
}

.contact-details h1,
.services-area h1,
.services-area .details-content h3,
.blog-details-content h2,
.blog-details-content .h2,
.sidebar-widget h3,
.contact-details h2,
.about_para_content h3 {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.03em;
  color: #363007;
}

.about_para_content img {
  border-radius: 15px;
  height: auto;
  width: 100%;
}

.single_counter {
  border: 2px dashed #FFFFFF;
  border-radius: 20px;
  padding: 20px 20px;
  text-align: center;

}

.counter_icon {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  line-height: 80px;
  margin: auto;
  margin-bottom: 12px;
}

.counter_icon img {
  height: 50px;
  width: auto;
}

.counter_area {
  padding: 60px 0px;
  background: linear-gradient(90deg, #06A1CE 0%, #4CB290 100%);

}

.single_counter p {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;

}

.single_counter .count_percent {
  font-family: 'Instrument Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 5px;
  display: block;
}

.footer {
  padding: 60px 0px 0px;
}

.footer_widget__logo img {
  height: 70px;
  width: auto;
}

.footer h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-transform: capitalize;
  color: #000000;
}

footer ul {
  padding-left: 0px;
  list-style: none;

}

.footer li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 157.4%;
  color: rgba(0, 0, 0, 0.81);
  transition: all .5s;

}

.footer li {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 157.4%;
  color: rgba(0, 0, 0, 0.81);
}

.footer_widget__info li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 157.4%;
  color: rgba(0, 0, 0, 0.81);
  transition: all .5s;

}

.footer li a:hover {
  margin-left: 5px;
  transition: .5s;
  color: #01A0D3;
}

.footer_widget__info li i {
  margin-right: 5px;
}

.footer_widget__logo {
  display: inline-block;
  margin-bottom: 20px;
}

.copyright_footer p {
  margin-bottom: 0px;
  color: #000;
  font-weight: 500;
}

.copyright_footer {
  padding: 20px 0px 15px;
  margin-top: 40px;
  text-align: center;

  border-top: 1px solid #2C4C79;

}

.counter_area h2 {
  color: #fff;
}

.footer-widget__social {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.footer-widget__social a:hover {
  background-color: #50B38C;

}

.footer-widget__social a {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background-color: #09A2CB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
}

.footer-widget__newsletter input:focus {
  border: 0px;
  outline: none;

}

.footer-widget__newsletter input {
  border: 0px;
  color: #707070;
  font-weight: 500;
  width: calc(100% - 35px);
}

.footer-widget__newsletter {
  width: 100%;
  display: block;
  border: 2px solid #10A3C5;
  outline: none;
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  border-radius: 10px;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
}

.footer-widget__newsletter button.fa.fa-paper-plane {
  width: 35px;
  height: 35px;
  background: #10A3C5;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #01A0D3;
}

.box_cards img {
  border-radius: 12px;
  width: 100%;
  transition: 0.6s linear;
}

.box_cards p {
  margin-bottom: 0px;
}

.box_cards:hover {
  border-color: #50B38C;
}

.box_cards {
  transition: 0.6s;
  height: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 15px;
  border: 1px solid #BDDBFF;
}

.box_cards:hover h3 {
  color: #50B38C;
}

.box_cards h3 {
  font-size: 20px;
  transition: 0.6s;
  font-weight: 600;
}

.box_cards img {
  width: 100%;
}

.box_cards:hover img {
  transform: scale(1.2);
}

.img_boxes_cards {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 12px;
  position: relative;
  height: 261px;
  width: 100%;
  object-fit: cover;
}
.img_boxes_cards img  {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mission_vissions {
  padding: 0px 0px 70px;
}

.our_services_vissions {
  padding: 60px 0px;
}

.our_services_vissions .box_cards p {
  margin-bottom: 10px;
}

.xb-backtotop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(to right, #05A1D0, #50B38C);

  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  font-size: 20px;
  visibility: hidden;
  line-height: 40px;
  transition: 0.6s ease;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.xb-backtotop:hover {
  background: #fff;
  color: #05A1D0;
  font-weight: bold;
  border: 1px solid #05a1d0;
}

.xb-backtotop.active {
  opacity: 1;
  visibility: visible;
  bottom: 10px;
}

.contact-details .form-control:focus,
.contact-details .input-text:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #01A0D3;

}

.contact-details .form-control,
.contact-details .input-text {
  padding: 10px 15px;
  background-color: #f4f5f8;
  border: 1px solid #f4f5f8;
  width: 100%;
  color: #212121;
  font-size: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

.for_outers {
  border: 1px solid rgb(86 86 86 / 20%);
  border-radius: 10px;
  padding: 20px;
}

.for_outers h2,
.contact-details__right h2 {
  margin-bottom: 20px;
}

/* 
.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.8;
  content: "";
} */

.page-title {
  background: linear-gradient(to right, #05A1D0, #50B38C);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 0 70px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
}

.page-breadcrumb li a {
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.contact-details {
  padding: 60px 0px;
}

.contact-details__info li .icon {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: linear-gradient(to right, #05A1D0, #50B38C);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.contact-details__info li:hover .icon span {
  color: #fff;
}

.contact-details__info li .text {
  margin-left: 20px;
}

.contact-details__info li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact-details__info li .text h3 {
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 500;
}

.contact-details__info li .text a:hover {
  color: #01A0D3;
}

.contact-details__info li .text a {
  color: #212121;
}

.mission_vissionss {
  background-image: url('../img/testimonial-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px;
}

.blog-single-item img {
  width: 100%;
}

.blog_area {
  padding: 60px 0px;
}

.blog-single-item .tag_tags {
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  color: #212121;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.blog-single-item img {
  border-radius: 10px;
}

.blog-single-item .blog-content {
  margin-top: 10px;
}

.blog-single-item .blog-content h3 {
  font-weight: 700;
}

.blog-single-item:hover .blog-content a h3 {
  color: #01A0D3;
}

.blog-single-item .blog-content a h3 {
  color: #212121;
  transition: all 500ms ease;
}

.blog-single-item .blog-content a h3 {
  font-size: 22px;
  transition: all 500ms ease;
}

.blog-single-item a.position-relative {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

.sidebar-widget .popular-post-list .item h4,
.sidebar-widget .popular-post-list .item .h4 {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}

.blog-details-content .blog-details-img img,
.services-area .details-content img {
  border-radius: 20px;
  width: 100%;
}

.blog-details-content li {
  margin-bottom: 5px;

}

.blog-details-content ul {
  padding-left: 20px;
}

/* .services-area  .details-content h3,
.blog-details-content h2,
.blog-details-content .h2,
.sidebar-widget h3 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 10px;
} */

.blog-details-content .info {
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0px;
}

.blog-details-content .info li i {
  color: #01A0D3;
}

.blog-details-content .info li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-details-content .blog-details-img,
.services-area .details-content img {

  margin-bottom: 20px;
}

.sidebar-widget .popular-post-list .item img {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  object-fit: cover !important;
}

.sidebar-widget {
  padding: 15px;
  border-radius: 10px;
  background-color: #f2f3f5;
}

.sidebar-widget .popular-post-list {
  padding-top: 10px;
}

.sidebar-widget .popular-post-list .item:not(:last-child) {
  margin-bottom: 10px !important;
}

.sidebar-widget .popular-post-list .item {
  gap: 15px;
  text-decoration: none;
  display: flex;
}

.sidebar-widget .popular-post-list .item span {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
  color: #666666;
}

.blog-details-img {
  position: relative;
  overflow: hidden;
}

.blog-single-item a.position-relative:hover:after,
.blog-details-img:hover:after,
.img_boxes_cards:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.blog-single-item a.position-relative:after,
.blog-details-img:after,
.img_boxes_cards:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.sidebar-widget .category-list {
  list-style: none;
  padding-top: 20px;
}

.sidebar-widget .category-list li a {
  background-color: #fff;
  padding: 13px 15px;
  border-radius: 10px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #212121;
  font-weight: 600;
}

.sidebar-widget .category-list li {
  margin-bottom: 20px;
}

.sidebar-widget .category-list li a:hover {
  color: #fff;
  background: #01A0D3;
}

a {
  transition: all ease 0.5s;
}

.services-area {
  padding: 60px 0px;
}

.footer-widget.footer-widget--mail form.wpcf7-form p {
  position: relative;
  margin-bottom: 0px;
}

.footer-widget.footer-widget--mail .wpcf7-form-control {
  width: 100%;
  display: block;
  border: 2px solid #10A3C5;
  outline: none;
  color: #707070;
  font-size: 15px;
  font-weight: 500;
  padding-left: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  border-radius: 10px;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  padding-right: 90px;
  height: 40px;

}

/* .footer-widget.footer-widget--mail .wpcf7-form-control-wrap input {
  border: 0px;
  color: #707070;
  font-weight: 500;
  width: calc(100% - 35px);
} */

.for_outers .wpcf7 form .wpcf7-response-output ,
.footer-widget.footer-widget--mail .wpcf7 form .wpcf7-response-output {
  margin: 0px;
  padding: 5px 6px;
  border: 1px solid #00a0d2;
  font-size: 12px;
  font-weight: 500;
}

.map-section iframe {
  margin-bottom: -8px;
}


.footer-widget.footer-widget--mail input.wpcf7-form-control.wpcf7-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  position: relative;
  border: 1px solid rgb(1, 160, 211);
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
  background: linear-gradient(to right, rgb(1, 160, 211), rgb(80, 179, 140));
  padding: 5px 7px;
  transition: 0.3s linear;
  overflow: hidden;
  border-radius: 0px;
  text-decoration: none;
  outline: none !important;
  right: 0px;
  top: 0px;
  height: 40px;
  position: absolute;
  border-radius: 0px 10px 10px 0px;
}
.footer-widget.footer-widget--mail .wpcf7-spinner {
    margin: 3px auto 0px;
}
.for_outers  .wpcf7-not-valid-tip,
.footer-widget.footer-widget--mail .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    margin: 5px 0px 0px;
    font-weight: 500;
    font-size: 14px;
}
.for_outers  form.wpcf7-form.invalid  .wpcf7-spinner ,
.footer-widget.footer-widget--mail form.wpcf7-form.invalid  .wpcf7-spinner  {
  display: none;
}
.for_outers .submitting   .wpcf7-spinner ,
.footer-widget.footer-widget--mail .submitting   .wpcf7-spinner  {
display: inline-block;
}

.conatctformpopup .modal-body, .conatctformpopup .modal-header {
    padding: 10px 15px;
}

.conatctformpopup textarea.form-control {
    height: 60px;
}
.conatctformpopup .form-control, .conatctformpopup textarea.form-control {
    padding: 7px 15px;
    line-height: normal;
}

form.wpcf7-form .wpcf7-spinner,
form.wpcf7-form.invalid .wpcf7-spinner {
  display: none;
}

form.wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
}

.conatctformpopup  .wpcf7 form .wpcf7-response-output {
  margin: 0px;
  padding: 5px 6px;
  border: 1px solid #00a0d2;
  font-size: 12px;
  font-weight: 500;
}
.conatctformpopup p {
    margin-bottom: 0px;
}
.conatctformpopup  .form-p p {
    text-align: center;
}
.conatctformpopup .form-control{
    padding: 10px 15px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    width: 100%;
    color: #212121;
    font-size: 16px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}
.conatctformpopup .form-control:focus, .conatctformpopup .input-text:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #01A0D3;
}
button:focus, button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0;
}
.modal-open{
    overflow: unset !important;
    padding-right: 0px !important;
}

.contact-details .rounded-4{
    margin-bottom: 20px;
        border-radius: 20px;
    width: 100%;
}
label.form-label {
    font-size: 16px;
    font-weight: 500;
}
.conatctformpopup label.form-label {
    margin-bottom: 0;
}
.box_cards_borders {
  border: 0px;
  padding: 0px;
}
.box_cards_borders h3  {
  text-align: center;
}

.top-signup {
    background: #e5f5fb;
        padding: 5px 0px;
}
header.header-area.fixed-navbar{
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
     transition: all 0.3s ease;
}
header.header-area .header-contact {
  text-align: right;
}
.box_cards.box_cards_borders {
    padding: 0px;
    border-radius: 0px;
}
.footer_widget__info img{
  width: 40%;
  height: auto;

}