/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  margin: 0 auto;
}

.main_heading {
  line-height: 40px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Libre Baskerville";
  color: #1b1b1b;
}

.main_para {
  font-size: 18px;
  font-weight: 400;
  font-family: "Libre Baskerville";
  color: #FF6600;
  ;
}

/* --------- slider--------- */

#slider .slider-content {
  position: absolute;
  max-width: 960px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 65px;
  z-index: 3;
}
img.slider-img {
  position: absolute;
  width: 750px;
  height: 550px;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.banner-head {
  font-family: Work Sans;
  font-size: 102px;
  font-weight: 800;
  line-height: 100px;
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  color: #fff;
  left: 50%;
  top: 12%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}

section#slider {
  position: relative;
  padding: 0;
  z-index: 0;
  height: 730px;
  background-size: cover;
}

#slider .play-text a {
  font-family: Work Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0em;
  background: rgba(51, 166, 255, 1);
  color: #fff;
  padding: 0px 66px 0px 20px;
  border-radius: 26px;
  position: relative;
  display: inline-block;
  transition: all ease 0.5s;
}

#slider .play-text a:hover {
  background: rgba(26, 139, 227, 1);
}

#slider .play-text a:after {
  content: "\f054";
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  color: #fff;
  background: rgba(26, 139, 227, 1);
  padding: 0;
  top: -8px;
  border-radius: 50%;
  right: -26px;
  width: 69px;
  display: flex;
  height: 69px;
  justify-content: center;
  align-items: center;
}

#slider .play-text a:hover:after {
  background: rgba(51, 166, 255, 1);
  transition: all ease 0.5s;

}

.team-img img {
  width: 100%;
  max-width: 180px;
  margin-top: 10px;
}
.team-rating-box {
  position: absolute;
  top: 40%;
  width: 13% !important;
  left: 33%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 12px 20px !important;
  border-radius: 30px;
  z-index: 4;
}
.team-content h6 {
  font-size: 20px;
  color: #000;
  padding: 0;
  margin: 0;
}
.team-content p {
  font-size: 16px;
  color: #000;
  margin: 0;
}




#slider {
  position: relative;
  overflow: hidden;
  /* z-index: 1; */
}

.slider-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  display: none;
}

.slider-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 140%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}


/* #slider.video-active .banner-head {
  opacity: 1;
  transition: opacity 0.7s ease, color 0.7s ease;
  color: #202020;
} */

/* #slider.video-active .team-box ,#slider.video-active .slider-content{
  opacity: 0;
} */


.video-active img.slider-img{
  z-index: 0;
}


.close-video-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 35px;
  color: #fff;
  background: rgba(51, 166, 255, 1);
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 3;
  display: none;
  transition: all 0.3s ease;
  justify-content: center;
  align-items: center;
}
#slider.video-active .close-video-btn {
  display: flex !important; /* 👈 now flex instead of block */
}

.close-video-btn:hover {
  background: red;
}

#slider.video-active .close-video-btn {
  display: block;
}






.booking-search h3 {
  display: none;
}

.booking-search .es-search--main.es-search--main .es-search-nav.es-search-nav--dropdowns{
  justify-content: space-around ;
}

.booking-search .es-search{
  padding: 0 !important;
  background: #fff !important;
}

/* --------------- Service ------------- */

/* 
.main-navigation .sub-menu li::before {
  display: none;
} */



section#work-flow {
  padding: 60px 0;
  position: relative;
  width: 100%;
  background-color: #1B1825;
}

#work-flow .box-item {
  background-color: #201C2C;
  padding: 30px 10px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

#work-flow h3 {
  line-height: 48px;
  color: #FF6600;
  font-family: 'Outfit';
  font-weight: 700;
}

#work-flow p.service-subheading {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  font-family: 'Outfit';
}

#work-flow h5.title {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Outfit';
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

#work-flow p.post {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff99;
  font-weight: 700;
  font-family: "Ubuntu";
  text-align: center;
  padding: 18px 15px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#work-flow .service-btn {
  margin: 40px 0;
}

#work-flow .service-btn a {
  background-color: #FF6600;
  padding: 10px 15px;
  color: #ffffff;
  border-radius: 10px;
  font-family: 'Outfit';
  font-weight: 700;
}

#work-flow .service-btn a:hover {
  color: #FF6600;
  background-color: #fff;
}

#work-flow .owl-stage {
  counter-reset: css-counter 00;
}

#work-flow .owl-item {
  counter-increment: css-counter 1;
}

#work-flow .owl-item::after {
  content: counter(css-counter) "";
  bottom: -30px;
  position: relative;
  display: flex;
  text-align: center;
  font-size: 18px;
  width: 30px;
  margin: 0 auto;
  background-color: #2E283F;
  padding: 10px;
  height: 30px;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
}

#work-flow .owl-item:hover::after {
  background-color: #FF6600;
}

#work-flow .owl-stage-outer {
  padding-bottom: 30px;
}

.dotted-line {
  position: relative;
  height: 10px;
  width: 100%;
  border-bottom: 2px dashed #666173;
  top: -25px;
}

.dotted-line::before,
.dotted-line::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  top: 4px;
}

.dotted-line::before {
  left: -5px;
}

.dotted-line::after {
  right: -5px;
}

/* --------------- About ------------- */

#about .about-left {
  display: flex;
  align-items: center;
  justify-content: end;
}

#about div.slide_btn a i {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  margin-left: 14px;
  background: var(--unnamed-color-ff001a) 0% 0% no-repeat padding-box;
  background: #FF001A 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px 12px;
  border-radius: 50%;
}

#about .box h5 {
  font-size: 20px;
  color: #353535;
  font-weight: 300;
  font-family: "Libre Baskerville";
}

#about .main_heading {
  color: #FF6600;
  font-family: 'Outfit';
  font-weight: bold;
  font-size: 24px;
}

#about p.main_para {
  font-family: 'Outfit';
  color: #ffffff;
  font-size: 18px;
  line-height: 32px;
}

#about div.slide_btn a {
  font-size: 14px;
  color: #ffffff;
  background-color: #01BCee;
  padding: 15px 28px;
  border-radius: 10px;
  font-family: 'Outfit';
}

#about div.about-contact::before {
  content: url(phone.png);
}

div.about-img {
  position: relative;
}

#about div.about-contact {
  position: absolute;
  bottom: 10%;
  right: 14px;
  display: flex;
  align-items: center;
  background-color: #01BCee;
  padding: 24px 30px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

#about div.about-contact a {
  font-family: 'Poppins';
  font-weight: bold;
  font-size: 22px;
  margin-left: 10px;
}

#about .main-subtext {
  font-family: 'Outfit';
  color: #ffffff;
  font-weight: 900;
  font-size: 44px;
  line-height: 66px;
}

#about .box p {
  font-size: 15px;
  line-height: 22px;
  color: #7c7c7c;
  font-weight: 300;
  font-family: "Ubuntu";
}

#about .box {
  padding: 10px 20px;
}

#about .about_icon {
  text-align: left;
}


/* --------------- latest Release ------------- */

#release .release_head p {
  color: #FF6600;
  ;
}

#release .release_content img {
  width: 140px !important;
  height: 140px;
  border: 1px solid transparent;
  border-radius: 50%;
}

#release .release_content h5 {
  font-size: 18px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}

#release .release_content p {
  font-size: 13px;
  line-height: 28px;
  color: #353535;
  font-weight: 400;
  font-family: "Libre Baskerville";
  text-align: center;
}

#release button.owl-prev,
#release button.owl-next {
  position: absolute;
  top: 45%;
  background: unset;
  border: none;
  outline: none;
}

#release button.owl-prev i,
#release button.owl-next i {
  color: #ccc;
  font-size: 25px;
}

#release button.owl-prev {
  left: -40px;
}

#release button.owl-next {
  right: -40px;
}

/* ------------ Register ---------- */

#register h3 {
  color: #fff;
  text-align: center;
  padding: 0 32%;
  font-size: 36px;
  font-family: 'Outfit';
  font-weight: bold;
}

.counter_box:hover .counter_icon img {
  animation: flip 1s linear;
}

#register .owl-carousel .owl-stage::after {
  visibility: unset !important;
}

#register {
  background-color: #13121a;
  padding: 9% 0px 7% 0;
}

#register h4 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  font-family: "Libre Baskerville";
}

#register p {
  font-size: 13px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 100;
  font-family: "Ubuntu";
  margin-bottom: 0;
}

#register .number {
  font-size: 28px;
  line-height: 25px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Outfit";
  text-align: center;
  margin-top: 26px;
}

#register .title {
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  font-weight: bold;
  font-family: 'Outfit';
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 10px !important;
  background-color: #FF6600;
  margin-top: 18px;
  border-radius: 20px;
}

#register .counter_box {
  margin-top: 40px;
}

#register div.owl-stage-outer {
  margin-top: 40px;
}

#register .owl-carousel::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  background-color: #1B1825;
  top: 16px;
  display: flex;
  z-index: -1;
  border-radius: 20px;
}

#register .owl-carousel {
  display: block;
  position: relative;
  z-index: 1;
}

/* ------------ Testimonial ---------- */



#testimonial .team-text {
  display: flex;
}

section#ourTestimonial h2 {
  text-align: center;
  font: normal normal bold 41px/32px Josefin Sans;
  letter-spacing: -0.9px;
  color: #000000;
  opacity: 1;
}

.test-content p {
  text-align: left;
  text-align: left;
  font: normal normal normal 16px/35px Raleway;
  letter-spacing: 0px;
  color: #4F4F4F;
  opacity: 1;
}

#ourTestimonial .far {
  font-weight: 900;
  color: #F2EA11;
}


#testimonial .test-content p {
  text-align: left;
  font: normal normal normal 16px/35px Raleway !important;
  letter-spacing: 0px;
  color: #4F4F4F;
  opacity: 1;
}


h3.team-name a {
  text-align: left;
  font: normal normal 600 23px/29px Josefin Sans;
  letter-spacing: 0.39px;
  color: #000000;
  opacity: 1;
}

.process-change {
  position: relative;
}

#testimonial q {
  text-align: left;
  font: normal normal normal 16px/35px Raleway;
  letter-spacing: 0px;
  color: #4F4F4F;
  opacity: 1;
}

#testimonial {
  position: relative;
}

#testimonial .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    transform: translate(-520px, 10px);
    bottom: 190px;
}

#testimonial .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  border-radius: 50px;
  background-color: #FF6600;
  opacity: 0.7;
  border: none;
}

.testimonial-head {
  margin-left: 16.5%;
}

#testimonial p.desp {
  font-size: 18px;
  line-height: 24px;
  color: #7c7c7c;
  font-weight: 600;
  font-style: italic;
  font-family: "Ubuntu";
  margin-top: 22px;
}

#testimonial h4 {
  font-size: 22px;
  line-height: 30px;
  color: #1b1b1b;
  font-weight: 600;
  font-family: "Ubuntu";
  text-align: left;
}

#testimonial .main_para {
  font-size: 22px;
  font-family: 'Outfit';
  color: #FF6600;
  font-weight: 700;
}

#testimonial .main_heading {
  line-height: 40px;
  font-size: 32px;
  font-weight: 600;
  font-family: 'Outfit';
  color: #ffffff;
  width: 50%;
}

.testimonial-box .seller-star i.far {
  font-weight: 600;
  font-size: 12px;
}

.testimonial-box .seller-star i.fas {
  color: #ffcd3c;
  font-weight: 600;
  font-size: 12px;
}

#testimonial .owl-carousel .owl-item img {
  margin: unset;
}

#testimonial .media-body {
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  margin: auto;
}

#testimonial p.designation {
  margin: 0;
  font-family: 'Outfit';
  color: #FF6600;
}

#testimonial .media-body a {
  font-family: 'Outfit';
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}


.testimonial-content .main-text p {
  color: #ffffff;
  font-family: 'Outfit';
  font-size: 13px;
}

#testimonial .owl-item:hover .media-body a {
  color: #01BCee;
}

#testimonial .owl-item:hover .media-body p {
  color: #fff;
}

#testimonial h5.posttype-err-msg {
  font-size: 24px;
}

/* ------------ Author ---------- */

#appointment .head {
  text-align: center;
  font: normal normal 300 18px/42px Raleway;
  letter-spacing: -0.11px;
  color: #686868;
  opacity: 1;

}

.appoint-details {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: var(--unnamed-color-ff001a) 0% 0% no-repeat padding-box;
  background: #FF001A 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 11px #00BAEC36;
  border: 1px solid #C6E5F9;
  border-radius: 15px;
  opacity: 1;
  max-width: max-content;
  padding: 0px 14px;
  position: absolute;

  right: 5px;
  bottom: 33%;
}

.appoint-details img {
  margin: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px;
  border-radius: 50%;
}

#appointment p.para-content {
  color: #ffffff99;
  font-family: 'Outfit';
  font-weight: normal;
  font-size: 18px;
}

#appointment .text {
  text-align: center;
  font: normal normal bold 41px/40px Josefin Sans;
  letter-spacing: -0.9px;
  color: #000000;
  opacity: 1;
  margin-bottom: 0;
}

#appointment h5 {
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: 'Outfit';
}

#appointment .contact_content {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 11px #0000001A;
  border-radius: 30px;
  opacity: 1;
  padding: 20px;
}

#appointment input[type="text"]::placeholder,
#appointment input[type="email"]::placeholder,
#appointment textarea::placeholder {
  color: #565366 !important;
  font-size: 12px !important;
  font-family: 'Outfit' !important;
}

#appointment .home_contact_form {
  max-width: 400px;
  padding: 5px;
  margin: 0 auto;
}

#appointment input[type="submit"] {
  background: var(--unnamed-color-ff6600) 0% 0% no-repeat padding-box;
  background: #FF6600 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
  padding: 20px 10px;
}

#appointment input[type="submit"]:hover {
  color: #FF6600;
  background-color: #ffffff;
}

#appointment textarea {
  border-radius: 10px;
  margin: 18px 0;
  border-radius: 10px;
  background: #F7F7F7;
  border: unset;
  padding: 16px 41px;
}

select.wpcf7-form-control.wpcf7-select {
  border-radius: 10px;
  margin: 18px 0;
  border-radius: 10px;
  background: #F7F7F7;
  border: unset;
  padding: 24px 41px;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  width: 100%;
  border-radius: 10px;
  margin: 18px 0;
  border-radius: 10px;
  background: #F7F7F7;
  border: unset;
  padding: 24px 16px;
  flex-direction: row-reverse;

}

/* .appointment-date p span::after {
  content: "\f073";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-size: 18px;
} */
#appointment input[type="text"],
#appointment input[type="number"],
#appointment input[type="email"] {
  border-radius: 10px;
  margin: 18px 0;
  border-radius: 10px;
  background: #F7F7F7;
  border: unset;
  padding: 24px 41px;
}

#appointment input[type="number"],
#appointment input[type="email"],
#appointment input[type=tel] {
  border-radius: 10px;
  margin: 18px 0;
  border-radius: 10px;
  background: #F7F7F7;
  border: unset;
  padding: 24px 41px;
}


#appointment input[type="text"]::placeholder,
#appointment input[type="number"]::placeholder,
#appointment input[type="email"]::placeholder,
#appointment textarea::placeholder {
  text-align: left;
  font: normal normal medium 19px/10px Raleway;
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
}

#appointment input[type=tel]::placeholder {
  text-align: left;
  font: normal normal medium 19px/10px Raleway !important;
  letter-spacing: 0px;
  color: #000000 !important;
  opacity: 1;
}

/* ------------ Services----------- */

.services-read a i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  margin-left: 12px;
  background: var(--unnamed-color-ff001a) 0% 0% no-repeat padding-box;
  background: #FF001A 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 10px 12px;
  border-radius: 50%;
}

section#services h3 {
  text-align: left;
  font: normal normal bold 41px/0px Josefin Sans;
  letter-spacing: -0.9px;
  color: #000000;
  opacity: 1;
}

section#services .main_para {
  text-align: center;
  font: normal normal 300 14px/28px Raleway;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

section#services .services-image p {
  text-align: center;
  font: normal normal 300 14px/28px Raleway;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.services-box a {
  text-align: left;
  font: normal normal 600 25px/1px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}


.services-read a {
  text-align: left;
  font: normal normal medium 14px/16px Raleway;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  background: var(--unnamed-color-ff6600) 0% 0% no-repeat padding-box;
  background: #FF6600 0% 0% no-repeat padding-box;
  border-radius: 29px;
  opacity: 1;
  padding: 12px 7px 12px 15px;
  font-weight: 500;
}

#slider .socialbox .fab:hover {
  background: #FF6600;
  color: #fff;
}

#services .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;

}

#services .owl-nav i {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-style: unset;
  color: #fff;
  background: var(--unnamed-color-ff001a) 0% 0% no-repeat padding-box;
  background: #FF001A 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 10px;
  padding: 18px 22px;
}


/* our Process */

.process-title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  top: 0;
  bottom: 0;
}

.process-title h4 {
  background: #fff;
  border: 7px solid #F9DBC6;
  padding: 36px 24px;
  width: 157px;
  text-align: center;
  border-radius: 50%;
  font: normal normal medium 33px/44px Raleway;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  margin-bottom: 0;

}

.process-title h4::after {
  content: "";
  width: 201px;
  height: 189px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
}

.process-title h4::before {
  content: "";
  width: 316px;
  height: 316px;
  border: 3px solid #000;
  border-style: dotted;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 50%;

}

.process-change:nth-child(1) h5 {
  position: absolute;
  right: 54px;
  text-align: center;
  font: normal normal normal 15px/15px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  width: 9%;
  z-index: 9;
  top: 62%;

}

.process-change:nth-child(2) h5 {
  position: absolute;
  left: 54px;
  text-align: center;
  font: normal normal normal 15px/15px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  width: 9%;
  z-index: 9;
  top: 62%;

}

.process-change:nth-child(3) h5 {
  position: absolute;
  right: 51px;
  text-align: center;
  font: normal normal normal 15px/15px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  width: 9%;
  z-index: 9;
  top: 7%;

}

.process-change:nth-child(4) h5 {
  position: absolute;
  left: 54px;
  text-align: center;
  font: normal normal normal 15px/15px Josefin Sans;
  letter-spacing: 0px;
  color: #000000;
  width: 9%;
  z-index: 9;
  top: 7%;

}

.process-change:nth-child(2) .our_process-content {
  order: 2;
}

.process-change:nth-child(4) .our_process-content {
  order: 2;
}

.our_process_box.bg_3 {
  padding: 49px 10px 36px 31px;
}

.our_process_box.bg_4 {
  padding: 49px 10px 36px 31px;
}

.process-change:nth-child(2) svg {
  transform: scaleX(-1);
}

.process-change:nth-child(3) svg {
  transform: scaleY(-1);
}

.process-change:nth-child(4) svg {
  transform: scale(-1);
}

.text-our_process_date h5 {
  color: #000000;
  opacity: 1;
  font-size: 16px;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  margin: 0px 60px;
  position: absolute;

}

.text-our_process_date h5 {
  color: #000000;
  opacity: 1;
  font-size: 16px;
  background: #fff;
  padding: 12px;
  border-radius: 50%;
  margin: 0px 60px;

}

section#our-process p {
  text-align: left;
  font: normal normal bold 41px/0px Josefin Sans;
  letter-spacing: -0.9px;
  color: #000000;
  opacity: 1;
}

section#our-process h3 {
  text-align: left;
  font: normal normal 300 18px/42px Raleway;
  letter-spacing: -0.11px;
  color: #686868;
  opacity: 1;
}

.our_process_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--unnamed-color-ff6600) 0% 0% no-repeat padding-box;
  border-radius: 81px;
  opacity: 1;
  padding: 31px 10px 36px 31px;
  width: 65%;
  z-index: 9;

  position: absolute;
  top: 0;
}

section#about {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 0 60px;

}

.our_process_icon {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 20px;
  border-radius: 50%;
  width: 141px;
  margin: 0 14px;
}

.our_process-content h4 {
  text-align: left;
  font: normal normal 600 22px/1px Josefin Sans;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.text-our_process h6 {
  text-align: left;
  font: normal normal 300 10px/21px Raleway;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  width: 92%;
}

.pos-process h4 {
  text-align: center;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  border: 7px solid #F9DBC6;
  width: 99%;
  padding: 44px 5px;
  border-radius: 50%;
  margin-bottom: 0;
  background: #fff;
}

.border-pro {
  border: 3px dashed #000000;
  opacity: 1;
  border-radius: 50%;
  padding: 28px;
}

.border-processing {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 20px;
  border-radius: 50%;
}


#our-process .process-change:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: end;
}

#our-process .process-change:nth-child(4) {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 6%;
}

#our-process .process-change:nth-child(3) {
  margin-top: 6%;

}

#our-process .process-change:nth-child(1) {
  margin-top: 2%;
}

#our-process .process-change:nth-child(2) {
  margin-top: 2%;
}

.process-border {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ------------ Our Blogs ---------- */

#our_blogs h5 {
  font-family: Work Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}

#our_blogs h2 {
  font-family: Work Sans;
  font-size: 35px;
  font-weight: 800;
  line-height: 37px;
  letter-spacing: 0em;
  text-align: center;

}

#our_blogs p.blog-subheading {
  text-align: left;
  font: normal normal 300 18px/42px Raleway;
  letter-spacing: -0.11px;
  color: #686868;
  opacity: 1;
}

#our_blogs .blog-title p {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-left: 0;

}

.comt-author {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 26px;

}

span.news-comments i {
  color: #C5C6C7;
}

span.author-box i {
  color: #C5C6C7;
}

span.news-comments {
  color: #96989b;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  margin-left: 32px;
}

span.author-name {
  color: #96989b;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  text-align: left;
  margin-left: 12px;

}

#our_blogs .blog-information a {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
  color: #77797E;

}

.blog-information.y {
  text-align: center;
  background: #E8EDEE;
  border-radius: 10px;
  padding: 12px 0;
  margin: 18px 0;

}

.blog-tag-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

h6.blog-tag {
  font-family: Work Sans;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  background: #005CB5;
  color: #fff;
  width: fit-content;
  padding: 13px 48px;
  clip-path: polygon(0 0, 100% 0, 86% 147%, 16% 194%);
}

.blog-box {
  background: #E8EDEE;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;

}

.inner-blog-box {
  background: #fff;
  box-shadow: 0px 4px 44px 0px #0000000F;
  padding: 12px 25px 8px 25px !important;
  margin: 17px 17px -20px 17px;
  border-radius: 20px;
  transform: translate(0px, -41px);
}

#teams .owl-item:hover .our-team-box a {
  color: #01BCee;
}

#our_blogs .owl-dots {
  position: absolute;
  top: 44%;
  transform: rotate(90deg);
  left: -8%;
}

#our_blogs button.owl-dot {
  background: var(--unnamed-color-ff6600) 0% 0% no-repeat padding-box;
  background: #FF6600 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 5px;
  border: unset;
  margin: 4px;
  border-radius: 50%;
  border: 3px solid #FF6600;

}

#our_blogs button.owl-dot.active {
  background: var(--unnamed-color-ff001a) 0% 0% no-repeat padding-box;
  background: #FFF 0% 0% no-repeat padding-box !IMPORTANT;
  opacity: 1;
  border: 3px solid #FF001A !important;
  padding: -15px;
}

button:focus {
  outline: 1px dotted;
  outline: unset !important;
}

/* ----------- Newsletter --------------- */

#appointment span[data-name='Name']::before {
  position: absolute;
  content: '\f007';
  top: 0;
  bottom: 0;
  left: 15px;
  z-index: 999;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #000;
}

#appointment span[data-name='email']::before {
  content: '\f0e0';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  z-index: 9999;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  color: #000;
}

#appointment span[data-name="telephone"]::before {
  content: '\f095';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  z-index: 999;
  transform: rotate(90deg);
  color: #000;
}

#newsletter {
  position: relative;
}

#newsletter .news-btn a {
  color: #ffffff;
  background-color: #FF6600;
  padding: 10px 15px;
  border-radius: 10px;
  font-family: 'Outfit';
}

#newsletter .news-btn a:hover {
  color: #01BCee;
  background-color: #fff;
}

#newsletter .news-btn {
  margin-top: 20px;
}

#newsletter h3.main-right {
  color: #ffffff;
  font-family: 'Outfit';
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.newsletter-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#newsletter .newsletter_form form input[type=submit] {
  margin: 20px -0 0;

  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 36px;
  opacity: 1;
  padding: 25px 38px 22px 38px;
  text-align: left;
  font: normal normal bold 12px/0px Josefin Sans;
  letter-spacing: 0.23px;
  color: #FFFFFF;
  opacity: 1;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  color: rgba(51, 166, 255, 1);
  background: unset;
  border: unset;
  padding-right: 16px;

}

.newsletter_form p:nth-child(2) {
  display: flex;
  width: 100%;
  background: #fff;
  padding: 9px;
  justify-content: space-between;
  align-items: center;
}

#newsletter .newsletter_form form input[type=submit]:hover {
  color: #01BCee;
  background-color: #fff;
}

#newsletter .newsletter_form form input[type=text] {
  padding: 8px 20px 8px 31px;
  border: none;

  background: var(--unnamed-color-ff001a) 0% 0% no-repeat padding-box;
  background: #FF001A 0% 0% no-repeat padding-box;
  border-radius: 34px;
  opacity: 1;
}

#newsletter h3.left-head {
  text-align: center;
  font: normal normal 300 10px/23px Raleway;
  letter-spacing: -0.06px;
  color: #686868;
  opacity: 1;
}

#newsletter p {
  margin-bottom: 0;
  text-align: center;
  font: normal normal bold 23px/48px Josefin Sans;
  letter-spacing: -0.51px;
  color: #000000;
  opacity: 1;
}

#newsletter .newsletter_form form input[type=text]::placeholder {
  font: normal normal 300 18px/18px Raleway;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  opacity: 1;
}

#newsletter .newsletter-content input[type="email"] {
  max-width: 75%;
  border: 1px solid #fff;
  display: block;
  margin: 15px auto;
  margin-bottom: 0;
}

#newsletter .newsletter-content input[type="email"]::placeholder {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  font-family: "Lato";
}

#newsletter .newsletter-content input[type="submit"] {
  font-size: 16px;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Ubuntu";
  font-weight: 400;
  background: #000;
  margin: 0 auto;
  display: block;
  padding: 5px 25px;
  border-radius: 4px;
}

#newsletter .newsletter-content {
  max-width: 750px;
  display: block;
  margin: 0 auto;
}

#newsletter div.wpcf7 .ajax-loader {
  display: none;
}


/* Copyright */
/* Style the modal */
.modal {
  display: none;
  /* Hide the modal by default */
  position: absolute !important;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black background with transparency */
}

/* Style the modal content */
.modal-content {
  background-color: #272336 !important;
  border: none !important;
  margin: 0;
  padding: 2px;
  width: 100%;
  max-width: initial;
}

/* Style the close button */
.close {
  color: #FF6600;
  float: right;
  font-size: 28px !important;
  font-weight: bold;
  text-align: end;
  margin-right: 5px;
  text-shadow: none !important;
}

.close:hover,
.close:focus {
  color: #FF6600 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}