@import url('https://fonts.googleapis.com/css2?family=Raleway: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=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@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;
}

  .hide {
  display: none;
}
    
.myDIV:hover + .hide {
  display: block;
  color: #FA7436;
}


/*** floating tab css start ***/
.htext {
  position: relative;
}

.htext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0;
  width: 100px;
  font-size:14px;
  background-color: #fdfdfd;
  color: #FA7436;
  text-align: center;
  border-radius: 5px;
  padding: 3px 0;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
  z-index: 1;
  left: 80%;
  top: 30%;
}

.htext:hover:before {
  opacity: 1;
  visibility: visible;
}
.hovertext {
  position: relative;
}

.hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
   font-size:14px;
  opacity: 0;
  width: 100px;
  background-color: #fdfdfd;
  color: #FA7436;
  text-align: center;
  border-radius: 5px;
  padding: 3px 0;
  transition: opacity 0.5s ease-in-out;

  position: absolute;
  z-index: 1;
  left: 80%;
  top: 10%;
}

.hovertext:hover:before {
  opacity: 1;
  visibility: visible;
}
.service-float {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.service-float2 {
  display: flex;
  justify-content: start;

}

.service-float img {
  border: 1px solid #000;
  padding: 8px;
}

.service-float img:hover {
  background-color: #fcad88;
  cursor: pointer;
}

.social-float {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.social-float2 {
  display: flex;
  justify-content: end;
}

.social-float img {
  border: 1px solid #000;
  padding: 8px;
}

.social-float img:hover {
  background-color: #fcad88;
  cursor: pointer;
}

@media (max-width:560px) {
  .floaticon2 {
    margin-left: 89%;
  }
}
/*** floating tab css end ***/

/*** navbar css start ***/
.navbar-brand {
  margin-left: 10px;
}

.new-flowbtn a {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 12px;
  border: 1px solid #FA7436;
  color: #FA7436;
  border-radius: 3px;
  padding: 4px 8px;
  margin: 0 3px;
  text-decoration: none;
}

.new-flowbtn a:hover {
  background-color: #FA7436;
  color: #fff;
}

.navbar-nav {
  margin-top: 10px;
  margin-left: 40px;
}

.nav-link {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  color: #F9330A !important;
  margin: 25px 8px;
}

@media (max-width:560px) {
  .navbar-nav {
    margin-left: 0;
    text-align: center;
  }

  .nav-link {
    margin: 5px;
  }

  .new-flowbtn {
    margin-left: 50px;
  }
}

/*** navbar css end ***/

/*** banner css start ***/
.new-bannercontainer {
background: rgba(250, 116, 54, 0.84);
  height: auto;
}

.banner-text {
  padding: 0 80px;
  margin-top:60px;
}

.new-bannerbox img {
  width: 100%;
}

.banner-text h2 {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 76px;
  color: #Fff;
}
.banner-text strong{
  font-size: 20px;
}
.banner-text h3 {
  font-size: 18px;
}
.banner-text p {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  color: #FFFFFF;
}

.banner-text a {
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  color: #FB8A56;
  padding: 10px 20px;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 83px;
  margin-top: 10px;
  border-radius: 3px;
}

.banner-text small {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #Ffff;
  margin-left: 30px;
}

.new-bannerrow {
  justify-content: space-between;
}

@media (max-width:560px) {
  .new-bannercontainer {
    height: auto;
  }

  .banner-text {
    text-align: center;
    padding: 0;
    margin-top: 0;
  }

  .new-bannerbox img {
    width: 100%;
    height:auto;
    margin-top: 0;
  }

  .banner-text small {
    margin-left: 5px;
  }
}

/*** NEW service CSS start ***/
.new-servicecontainer {
  margin-top: 80px;
}

.new-servicesection h2 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  text-align: center;
  color: #000000;
}

.new-servicesection span {
  color: #FA7436;
  font-weight:500;
}

.new-servicesection p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #565656;
}

.service-maincolumn {
  text-align: center;
  border-right: 3px dashed lightgray;
  padding: 0 20px;
}

.no-dashborder {
  border: none;
}

.new-servicecolumn img {
  transition: transform .9s ease-in-out;
  width:90px;
  height:90px;
}

.new-servicecolumn img:hover {
  transform: rotate(360deg);
}

.new-servicecolumn h5 {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: 0.02em;
  color: #000000;
}

.new-servicecolumn p {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.diary-maincontainer{
background:#fff;
}
/*** NEW service CSS END ***/


/*** why us CSS start ***/
.new-whyusrow {
  justify-content: center;
}

.whyus-maincontainer {
  background: #F9F9F9;
}


/*** why us CSS END ***/


/*** how it work CSS start ***/
.how-workscolumn h5 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

.how-workscolumn span {
  color: #FA7436;
}

.how-workscolumn h6 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #141414;
}

.how-workscolumn p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 35px;
  color: #454545;
}

.up-workbtn a{
   font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  color: #Fff;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 4px;
  font-size: 18px;
}
.up-workbtn a:hover {
  background-color: #FA7436;
  color: #fff;
}
.how-workrow img {
  width: 100%;
}

.how-maincontainer {
  background: #fff;
}

.up-workbtn a {
  background-color: #fff;
}
.wil-maincontainer {
  width: 100%;
  height: auto;
}
.move-maincontainer {
  width: 100%;
    height: auto;
}
.audio-maincontainer {
  width: 100%;
    height: auto;
}
.audio-maincontainer img{
  height: 400px;
}
@media only screen and (min-width: 561px) and (max-width: 1200px)  {
.audio-maincontainer {
  background-image: none;
    background-color:#bbd76a !important;
  width: 100%;
  height:auto;
}
  .wil-maincontainer {
  background-image: none;
  width: 100%;
  height:auto;
     background-color:#d2b5d6 !important;
}
    .move-maincontainer {
  background-image: none;
    background-color:#ffd55b !important;
  width: 100%;
  height:auto;
}
  .how-workrow img {
padding-top:20px;
}
}
@media (max-width:560px) {
  .how-workrow {
    text-align: center;
  }

  .how-workrow img {
    width: 100%;
    margin-top: 30px;
  }

  .how-worksecond {
    margin-top: 20px;
  }
.diary-maincontainer{
  background-color: #7ED2F6;
}
.how-maincontainer{
  background-color: #F6ABBB;
    
}
  .wil-maincontainer {
    height: auto;
    background-image: none;
        background-color:#d2b5d6 !important;
    padding-bottom:15px !important;
  }
  .move-maincontainer {
    height: auto;
    background-image: none;
    background-color:#ffd55b !important;
    padding-bottom:15px !important;
  }
  .audio-maincontainer {
    height: auto;
    background-image: none;
    background-color:#bbd76a !important;
    padding-bottom:20px !important;
  }
  .service-maincolumn {
border:none;
}
}

/*** how it work CSS END ***/


/*** about us CSS start ***/
.new-aboutusbox {
  background: #FDFDFD;
  border: 1px solid #E3E3E3;
}

.new-aboutusban img {
  width: 100%;
}

.new-aboutuscontent h4 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 0.04em;
  color: #3A3A3A;
}

.new-aboutuscontent span {
  color: #FA7436;
}

.new-aboutuscontent p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.new-aboutussmall {
  display: flex;
}

.new-aboutussmall h6 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #202020;
  margin-left: 10px;
}

.new-aboutussmall p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #838383;
  margin-left: 10px;
}

.new-aboutbutton a {
  background-color: #FA7436;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
}

.new-aboutbutton a:hover {
  background-color: #fff;
  color: #FA7436;
  border: 1px dashed #FA7436;
}

.new-aboutusrow {
  justify-content: space-evenly;
}

@media (max-width:560px) {
  .new-onlyabout {
    text-align: center;
  }
.how-workrow img {
  height:auto;
}
  .new-aboutusban2 img {
    margin-top: 30px;
  }

  .new-aboutbutton {
    text-align: center;
  }
}

/*** about us CSS end ***/


/*** testimonial CSS start ***/
.testimonial-newrow {
  justify-content: center;
}

.testi-mainbox1 {
  background: #FFFFFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  display: flex;
  border: 1px solid rgb(242, 242, 242);
}

.testi-mainbox1 img {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 245px !important;
  height: 100%;
}

.testi-mainbox1 h6 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  color: #525252;
  padding: 0 30px;
}

.testi-mainbox1 h3 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #525252;
  padding: 0 30px;
}

.testi-mainbox1 p {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  color: #525252;
  padding: 0 30px;
}

.new-testcontainer {
  background-color: #FCFDFF;
}

.home-demo .item {
  display: flex;
  justify-content: center;
}

.home-demo h2 {
  color: #FFF;
  text-align: center;
  padding: 5rem 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
}

.owl-carousel .prev-slide {
  background: url(images/pre.png) no-repeat;
  width: 30px;
  height: 40px;
  margin-left: -5px !important;
}

.owl-carousel .next-slide {
  background: url(images/nex.png) no-repeat;
  width: 30px;
  height: 40px;
  margin-left: -20px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
}

.owl-dots {
  margin-top: -10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background: #FA7436 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #FA7436 !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

@media (max-width:560px) {
  .testi-mainbox1 {
    display: block;
  }

  .testi-mainbox1 img {
    border-radius: 12px;
    margin-left: 30px;
    width:245px;
    height:296px;
  }
}

/*** testimonial CSS end ***/


/*** blog CSS start ***/
.new-blogsection{
  display: flex;
  justify-content: space-between;
}
.new-blogsection h2 {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  color: #000000;
}
.new-blogsection a{
  text-decoration: none;
  background-color: #FA7436;
  font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 16px;
color: #FFFFFF;
padding: 5px 15px;
border-radius: 5px;
}
.new-blogsection a:hover{
  border: 1px dashed #FA7436;
  background-color: #fff;
  color: #FA7436;
}
.blog-newcolumn img {
  width: 100%;
  height:265.24px;
}

.blog-newcolumn h6 {
   font-family: 'Poppins';
  font-weight:500;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #64607D;
  margin-top: 20px;
}

.blog-newcolumn h4 {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.04em;
  color: #000000;
}
.blog-newcolumn p{
  font-family: 'Manrope';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 30px;
letter-spacing: -0.02em;
color: #64607D;
}
.new-blogside{
  display: flex;
  justify-content: space-evenly;
  border-bottom: 2px solid #DEE1E6;
  padding-bottom: 15px;
}
.new-servicesection p{
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: 0.02em;
color: #565656;

}
.new-blogside2{
  display: flex;
  justify-content: space-evenly;
  border-bottom: 2px solid #DEE1E6;
  padding: 15px 0;
  padding-top: 30px;
}
.new-blogside img{
  width: 110px;
  height:80px;
}
.new-blogside2 img{
  width: 110px;
  height:80px;
}
.new-blogside h6{
   font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
letter-spacing: -0.02em;
color: #64607D;
}
.new-blogside h4{
  font-family: 'Manrope';
font-style: normal;
font-weight: 700;
font-size: 18px;
letter-spacing: 0.04em;
color: #000000;
}
/*** blog CSS end ***/

/*** details CSS start ***/
.new-detailscolumn h5{
  font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 150%;
letter-spacing: 3px;
color: #000000;
margin-bottom: 20px;
}
.new-detailscolumn p{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
letter-spacing: 1px;
color: #4D4D4D;
}
.new-detailscolumn a{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #4D4D4D;
  text-decoration: none;
}
@media (max-width:560px){
  .new-detailscontainer{
    text-align: center;
  }
  .new-footerrow{
    text-align: center;
  }
  .new-policycontainer{
    text-align: center;
  }
}
/*** details CSS end ***/

/*** footer CSS start ***/
.newfooter-column h5{
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 30px;
}
.newfooter-column a{
  text-decoration: none;
  font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #000000;
opacity: 0.6;
}
.newsocial-box{
  margin-left: -5px;
}
.newsocial-box img{
  width: 35px;
  height: 35px;
  margin: 0 5px;
}
.new-copyright p{
  font-family: 'Raleway';
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 30px;
letter-spacing: 0.02em;
text-transform: Uppercase;
color: #000000;
}
.new-copyright span{
  color: 
  #FA7436;
}
.new-policy a{
  text-decoration: none;
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 150%;
color: #000000;
opacity: 0.6;
margin: 0 20px;
}
.new-policyrow{
  justify-content: space-between;
}
.new-policycontainer{
  background: #FCFCFC;
  padding: 25px 0;
}
/*** footer CSS end ***/



.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  border-radius: 5px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 0 5px;
  z-index: 1;
  margin-top: -20px;
  margin-left: 15px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown-content a{
  font-family: 'Raleway';
  display: block;
  text-decoration: none;
  margin: 10px;
  color: #FA7436;
  font-weight: 500;
  font-size:14px;
}
.new-mainservicerow1{
justify-content: center;
}
.how-workscolumn{
height:auto;
}
.social-contactbtn{
padding:5px 10px;
  background-color:#FA7436 !important;
  color:#fff !important;
  border-radius:3px;
}
.newfooter-column a{
opacity:1 !important;
}

/*** popover ***/
.tool {
  position: relative;
}
.tool:hover .popup {
  opacity: 1;
  display: block;
}
.popup a{
  text-decoration: none;
  color: #FA7436;
}
.popup {
  height: 40px;
  max-width: 300px;
  background-color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  transition: all 0.25s ease;
  opacity: 0;
  display: none;
  margin-left: -50px;
}