/* font-family */
@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');
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');
/* import files */
@import url("../css/auth.css");
@import url("../css/header_footer.css");

body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #424242;
  overflow-x: hidden;
}
a, a:hover{
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
/*h1,h2,h3,h4,h5,h6{
  font-family: "El Messiri", sans-serif;
}*/
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
main{
  padding: 84px 0 0;
}
.wd_banner{
  position: relative;
}
.wd_banner img{
  width: 100%;
  height: 900px;
  object-fit: cover;
}
.banner_img{
  width: 100%;
}
.banner_img video{
  width: 100%;
}
.banner_txt{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}
.banner_txt span{
  color: #001843;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
.banner_txt h1{
  /* color: #001843; */
  color: #f8f9fa;
  font-size: 60px;
  font-weight: 700;
}
.banner_txt p{
  color: #f8f9fa;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.com_btn {
  all: unset;
  font-size: 16px;
  background: transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  font-family: "El Messiri", sans-serif;
  z-index: 1;
  padding: 10px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.com_btn:hover{
  color: #fff;
}
.com_btn::after,
.com_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}
.com_btn::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);

  border-radius: 10px;
}
.com_btn::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}
.com_btn:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;

}
.com_btn:hover::after {
  border-radius: 10px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;

}
.com_btn:active::after {
  transition: 0s;
  transform: translate(0, 5%);
  color: #fff;
}
.owl_banner .owl-nav button.owl-next, .owl_banner .owl-nav button.owl-prev{
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.owl_banner .owl-nav{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px;
}

.owl_banner .owl-dots{
  display: none;
}
/*----About Us-----*/
.abt_us{
  padding: 100px 0 60px;
}
 .zoom-image1 {
    position: relative;
    margin: 50px;
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
 .zoom-image1:hover img {
    transform: scale(1.3);
}

 .zoom-image1 .zoombox1 {
    position: absolute;
    z-index: -1;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border-radius: 150px 0 150px 0;
    background: #ff3d3363;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

 .zoom-image1:hover .zoombox1 {
    background: #00184385;
}
 .zoom-image1 .zoombox2 {
    position: absolute;
    z-index: -1;
    bottom: -30px;
    right: -30px;
    width: 100%;
    height: 100%;
    border-radius: 150px 0 150px 0;
    background: #00184385;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

 .zoom-image1:hover .zoombox2 {
    background: #ff3d3363;
}
 .zoom-image1--inner {
    border-radius: 120px 0 120px 0;
    overflow: hidden;
}
 .zoom-image1--inner img {
    border-radius: 120px 0 120px 0;
    transition: transform 3s, filter 1.5s ease-in-out;
    transform-origin: center center;
    width: 100%;
    height: 520px;
    object-fit: cover;
}
 .zoom-image1--inner:hover img {
    transform: scale(1.2);
}
.cmn_title{
  margin-bottom: 50px;
}
.abt_txt h3, .cmn_title h3, .cmn_title h2{
  margin-bottom: 14px;
  color: #001843;
  font-size: 42px;
  line-height: 50px;
  text-align: left;
  text-transform: capitalize;
}
.abt_txt h3 img{height: 38px;}
.abt_txt h3 b, .cmn_title h3 b, .cmn_title h2 b{
  color: #DE5836;
}
.abt_txt p, .cmn-txt{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}
.abt_txt h4{
  font-size: 30px;
  color: #001843;
  font-weight: 700;
}
.abt_txt ul{
  padding-left: 35px;
}
.abt_txt ul li{
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  text-align: justify;
}
.abt_txt ul li:last-child{
  margin-bottom: 30px;
}
.abt_txt ul li::before{
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px 0 0 -35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #FF3D33;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FF3D33;
  padding: 8px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.abt_txt a{
 margin: 0 15px;
}
.offer_blog{
  padding: 150px 0 80px;
  background: #ff3d330d;
}
.mb-30{
  margin-bottom: 30px;
}
.offer_bx{
  box-shadow: 0px 0px 25px 0px rgba(42.99999999999997, 170.99999999999997, 159.99999999999994, 0.11);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 25px 20px;
  background: #fff;
  border-radius: 25px;
  height: 100%;
}
.offer_bx img{
  position: relative;
  width: 120px;
  height: 90px;
  object-fit: contain;
  bottom: -10px;
  margin-bottom: 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.offer_bx:hover img{
  bottom: 0;
}
.offer_bx h4{
  font-size: 20px;
  color: #001843;
  font-weight: 700;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Poppins", sans-serif;
}
.offer_bx p{
  font-size: 15px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.offer_bx a{
  color: #DE5836;
  font-weight: 700;
}
.offer_bx a:hover{
  color: #001843;
}
.owl_offer .owl-nav{
  display: none;
}
.owl_offer .owl-dots{
  margin: 0 auto;
  text-align: center;
}
.owl_offer button.owl-dot{
  background: #adb5c39e;
  padding: 5px !important;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  margin: 0 5px;
}
.owl_offer button.owl-dot.active{
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
  height: 25px;
}
.offer_blog .com_btn{
  margin: 30px auto;
}
.offer_blog h3{
  font-size: 25px;
  color: #001843;
  font-weight: 700;
  margin-bottom: 15px;
}
.offer_blog li{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 400;
  position: relative;
} 
.offer_blog ul{padding: 0 0 0 15px; margin: 0 0 0 20px;}
.offer_blog li::before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  margin: 1px 0 0 -30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #FF3D33;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FF3D33;
  padding: 8px;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* why Therapy */
.wd-why-we-blog{
  padding: 70px 0;
  position: relative;
}
.wd-main-title{
  font-weight: 700;
  font-size: 32px;
  color: #001843;
  margin-bottom: 20px;
}
.wd-mt-70{
  margin-top: 70px;
}
.wd-mb-60{
  margin-bottom: 60px;
}
.wd-txt{
  font-weight: 400;
  font-size: 16px;
  color: #424242;
  margin-bottom: 20px;
}
.wd-therapy-box{
  background: #FFFFFF;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  border: 1px solid #a7a7a7;
  position: relative;
  z-index: 1;
  padding: 55px 20px 20px;
  height: 100%;
  display: block;
  min-height: 200px;
}
.wd-therapy-box:hover{
  border-color: #DE5836;
}
.wd-thrpy-icon{
  position: absolute;
  height: 70px;
  width: 70px;
  line-height: 85px;
  border: 1px solid #a7a7a7;
  border-radius: 50%;
  left: 15px;
  right: unset;
  top: -39px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  margin: 0 auto 20px;
}
.wd-therapy-box:hover .wd-thrpy-icon{
  border-color: #DE5836;
}
.wd-thrpy-icon img{
  height: 40px;
  object-fit: contain;
}
.wd-thrpy-txt h4{
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.wd-thrpy-txt p{
  font-weight: 400;
  font-size: 15px;
  color: #424242;
  margin-bottom: 0;
}
.image-grid{
  max-width: 100%;
  margin: 0 auto 50px;
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(1, 1fr);
  color: #fff;
  padding:0;
}
.wd-why-we-blog .image-grid img{
  height: auto;
  object-fit: cover;
}
.work-flow-box {
  background: #fff;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 30px 20px 30px;
  text-align: center;
  position: relative;
}
.wd-mb-20{
  margin-bottom: 20px;
}
.work-flow-box::before{
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  background:#FF9E6D;
  bottom: 0;
  left: 0;
  width: 100%;
}
.work-flow-box:hover:after {
  content: '';
  position: absolute;
  opacity: 1;
  background: #001843;
  right: auto;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 6px;
}
.work-flow-box:hover{
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.3);
}
.work-flow-img{
    background: #fff;
    height: 100px;
    width: 100px;
    line-height: 85px;
    border-radius: 50%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin: 0 auto 30px;
    position: relative;
    bottom: -10px;
}
.work-flow-box:hover .work-flow-img{
  bottom: 0;
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
}
.work-flow-box:hover .work-flow-img svg path{
  fill: #fff;
}
.work-flow-img img{
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.wrk-flow-txt h4{
  font-size: 20px;
  color: #001843;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.wrk-flow-txt p{
  font-size: 15px;
  font-weight: 400;
  color: #777777;
  margin-bottom: 0;
  padding: 0;
}
/* ----wd-mr--------- */
/*----How it works -----*/
.work_blog{
  padding: 80px 0;
  background: linear-gradient(180deg, #fc6c6500 0%, #ff3d337d 100%);
}
.cmn_title p {
  text-align: center;
  font-size: 16px;
  color: #424242;
}
.wd-work-list{
  border-radius: 16px;
  background: #fd5b5352;
  box-shadow: 0px 4px 16px 0px rgba(8, 15, 52, 0.08);
  padding: 20px;
  width: 80%;
  margin: 30px auto 0;
}
.wd-work-box{
  border-bottom: 1px solid #fd5a5270;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.wd-work-box:last-child{
  border-bottom: none;
}
.wd-work-box h4{
  color: #001843;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
.wd-work-box p{
  color: #000;
  font-size: 15px;
  margin-bottom: 0;
}
/* contact us */
.wd-contact-blog{
  padding: 70px 0;
  position: relative;
  background: #ff3d331c;
}

.form_bx{
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.form_img{
  width: 50%;
  margin: 0em -5em 0em 0em;
}
.form_img img{
  width: 100%;
  height: 650px;
  object-fit: cover;
  object-position: center center;
  border-radius: 10px 10px 10px 10px;
}
.contact-form{
  width: 50%;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
}
.contact-form .cmn_title{
  margin-bottom: 0;
}
.contact-form .cmn_title h3{
  margin-bottom: 0;
}
.contact-form .cmn_title p{
  margin-bottom: 20px;
}
/* .wd-contact-blog .cmn_title h3{color: #fff;}
.wd-contact-blog .cmn_title p{color: rgba(255, 255, 255, 0.8);} */
.contact-form p{
  font-size: 15px;
  margin-bottom: 20px;
}
.contact-form p a{
  color: #424242;
  font-size: 15px;
  color: #FF3D33;
  font-weight: 600;
}
.resources-links{
  padding: 50px 0;
  position: relative;
}
.resources-links h5{
  color: #001843;
  font-size: 22px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.resources-links li{
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.resources-links li a{
  color: #DE5836;
}
.contact-form .form-group{
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-group .form-control{
  font-weight: 400;
  font-size: 15px;
  padding: 16px 20px;
  height: auto;
  color: #000;
  background: rgb(255 250 249 / 15%);
  border: 1px solid rgb(253 86 78 / 46%);
  border-radius: 14px;
}
.contact-form .form-group .form-control:focus {
  background-color: transparent;
  border-color: #FF6666;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 102, 102, 0.2);
}
.contact-form .form-group textarea.form-control{
  height: 150px;
}

/* faq [START] */
.wd-faq-area{
  margin: 50px 0 0;
}
.wd-faq-area .card-header{
  cursor: pointer;
  border-bottom: none;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgb(253 91 83 / 19%);
  padding: 12px 15px;
}
.wd-faq-area .card-header .title {
  line-height: normal;
  display: flex;
  align-items: center;
  color: #001843;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.wd-faq-area .card-header .accicon {
  float: right;
  padding: 0 5px;
}
.wd-faq-area .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(90deg);
}
.wd-faq-area .card-header:not(.collapsed) .rotate-icon path{
  stroke: #fd5b52;
}
.wd-faq-area .card{
  margin-bottom: 20px;
  background: transparent;
  border: none;
  border-radius: 0px;
  padding: 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 16px 0px rgba(8, 15, 52, 0.08);
}
.wd-faq-area .card:last-child{
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.wd-faq-area .card-body{
  padding: 12px 15px; 
}
.wd-faq-area .card-body p{
  margin: 0;
  color: #525252;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.rotate-icon{
  width: 8px;
  height: 16px;
}
/*  faqs [END] */
.store-links{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 0;
}
#myvideo, #therapy_video{
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  box-shadow: 0 0px 20px 4px rgb(255 61 51 / 20%);
}
.wd-get-app{
  border: 1px solid #001843;
  padding: 7px 15px 6px !important;
  border-radius: 15px;
  gap: 8px;
}
.wd-get-app:hover{
  border-color: #FF3D33;
}
.wd-get-app:hover svg path{
  fill: #FF3D33;
}
/* download app */
.wd-download-app{
  padding: 80px 0;
  position: relative;
}
.wd-download-app h1{
  font-weight: 700;
  font-size: 36px;
  color: #001843;
  margin-bottom: 20px;
  text-align: center;
}
.wd-download-blog{
  border: 1px solid #ccc;
  padding: 36px 30px;
  border-radius: 15px;
  margin: 0 auto 50px;
}
.wd-dwnld-scnr{
  text-align: center;
  display: block;
  margin: 0 auto;
}
.wd-dwnld-scnr img{
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin: 0 0 30px;
}
.wd-dwnld-lft{
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.wd-dwnld-lft p b{
  font-weight: 700;
  font-size: 20px;
  color: #000;
}
.wd-dwnld-lft p{
  font-size: 16px;
  color: #424242;
  font-weight: 400;
  margin-bottom: 20px;
}
.wd-app-store h5{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 30px auto 0px;
  text-align: center;
}
.wd-app-store .store-links{
  margin: 10px 0 0;
}
.wd-dwnlod-ftr{
  text-align: center;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid transparent;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.0);
}
.wd-dwnlod-ftr span{
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.wd-dwnlod-ftr:hover{
  border: 1px solid #DE5836;
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
}

.wd-dwnlod-ftr:hover span{
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
}
.wd-dwnlod-ftr:hover span svg path{
  fill: #fff;
  stroke: #fff;
}
.wd-bnr-area{
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
  padding: 80px 0;
}
.bnr-txt h1{
  margin-bottom: 14px;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}
.bnr-txt p{
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin: 0;
}
.owl-why{
  padding: 0 0 50px;
}
.owl-why .item{
  margin: 45px 0 0;
  padding: 0 0 15px;
}
.owl-why.owl-carousel .owl-dots.disabled{
  display: block;
}
.owl-why .owl-dots, .owl_therapy .owl-dots{
  text-align: center;
  padding-top: 15px;
}
.owl-why .owl-dots button.owl-dot, .owl_therapy .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  display: inline-block;
  background: #8e8e8e;
  margin: 0 3px;
}
.owl-why .owl-dots button.owl-dot.active, .owl_therapy .owl-dots button.owl-dot.active {
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
}
.owl-why .owl-dots button.owl-dot:focus {
  outline: none;
}
.wd_banner video{
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  box-shadow: 0 0px 20px 4px rgb(255 61 51 / 20%);
}
/* home banner */
.owl_banner .item{
  position: relative;
}
.owl_banner .item::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
  z-index: 1;
  display: block;
  opacity: 0.2;
}
.video-txt{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.video-txt h1{
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}
.wd-work-txt p{
  font-size: 16px;
  color: #424242;
  margin-bottom: 15px;
}
/* newsletter */
.wd-newsltr-blog{
  padding: 120px 0 0;
  position: relative;
  z-index: 10;
  margin: 0 auto -7em;
}
.newsltr-box{
  background: url(../images/newsltr.png) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 0;
  border-radius: 10px;
  width: 85%;
  margin: 0 auto;
}
.join-form{
  padding: 30px;
}
.join-form h3{
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.join-form p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.join-img img{
  margin: -100px 0 0px;
  height: 385px;
  width: 100%;
  object-fit: contain;
}
.join-form form{
  position: relative;
}
.join-form .form-group{
  position: relative;
  margin-bottom: 0;
}
.join-form .form-control{
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  height: auto;
  padding: 12px 15px;
  border-radius: 10px;
}
.wd-submit-btn{
  font-size: 15px;
  font-weight: 600;
  display: block;
  width: fit-content;
  border: none;
  border-radius: 8px;
  color: #DE5836;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 42px;
  height: 42px;
  background: #DE5836;
  margin: 4px 5px 4px 0;
}
.wd-work-img img{
  border-radius: 20px;
}
.offer_img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.history_blog{
  padding: 80px 0;
}
.owl_history img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 15px;
}
.owl_history button.owl-dot {
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
  color: inherit;
  border: none;
  padding: 4px !important;
  font: inherit;
  margin: 0 5px;
  border-radius: 50%;
  text-align: center;
  opacity: 0.5;
}
.owl_history button.owl-dot.active{
  opacity: 1;
}
.owl_history .owl-dots{
  margin: 0 auto;
  text-align: center;
}
.history_blog p{
  font-size: 16px;
  line-height: 30px;
  color: #424242;
  margin-bottom: 0;
}
.owl_history .item{
  position: relative;
}
.owl_history h3{
  position: absolute;
  width: 100%;
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
  padding: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 0 15px 15px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  -webkit-transition: .34s all;
  -moz-transition: .34s all;
  -ms-transition: .34s all;
  -o-transition: .34s all;
  transition: .34s all;
}
.owl_history .item h3 span{
    display:block;
    font-size:15px;
    margin-bottom:5px;
}

.owl_history .item:hover .item:before {top: 0;margin-top: 0;}
/* disclaimer */
.wd-disclaimer-area{
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 20px 40px;
  z-index: 1;
}
.wd-disclaimer-btn svg{
  width: 45px;
  height: 45px;
}
.wd-disclaimer-txt{
  padding: 15px;
  display: none;
  text-align: center;
  background: #FFF;
  border-top: 4px solid #DE5836;
  border-radius: 8px;
  min-width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0px 51px 0;
  box-shadow: 0px 8px 20px 2px #fd5b5342;
  z-index: -1;
}
.wd-disclaimer-txt span{
  display: block;
  margin: 0 auto 15px;
}
.wd-disclaimer-txt h5{
  margin-bottom: 14px;
  color: rgb(0, 24, 67);
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}
.wd-disclaimer-txt p{
  font-size: 13px;
  color: #424242;
  margin-bottom: 12px;
}
.wd-disclaimer-txt p:last-child{margin-bottom: 0;}
/*--Back top top---*/
.back-to-top{
  position: fixed;
  bottom: 6em;
  right: 1.8em;
}
.back-to-top{
  background: linear-gradient(180deg, #FC6C65 0%, #FF3D33 100%);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top i{
  color: #fff;
}
/*------ Video Section [ START ]---------*/
.video_blog{
  padding: 80px 0 0;
  margin: 0 auto -8em;
}
.video_bx{
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  height: 100%; 
}
.video_bx video{
  /*border: 10px solid #ff3d3363;
  border-radius: 50px 0;*/
}
/*------ Video Section [ END ] ----------*/
/*----Message Popup----*/
.msg_bx .modal-content{
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
}
.msg_bx .modal-header{
  border-bottom: 0;
}
.msg_bx .modal-body h3{
  font-size: 22px;
  margin: 10px auto;
}
.active-bar .wrapper{
  display: none;
}
#menu_bar{display: none;}
.owl_mob_view{display: none !important;}
.owl_desk_view{display: block;}
.error{
    color:red;
    font-size:12px;
    margin:5px 0 0;
}