@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Squada+One&amp;display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Inter", sans-serif;
  color: #b9002d;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color: #ffffff;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
ul, p{
  margin:0;
}

li{
  list-style:none;
}




/* START HEADER SECTION */

/* start head section */
.head-section {
    background: #b9002d;
    border-bottom: 1px solid #ffffff;
    height: 143px;
    z-index: 50;
    position: relative;
}

.mobile-num {
  display:none;
}
.mobile-num a{
  color: #ffffff;
  font-weight: 700;
  padding: 4px 0 1px;
  display: flex;
  font-size: 35px;
  align-items: center;
  justify-content: center;
}
.mobile-num svg{
  height: 38px;
  width: 38px;
  fill: #ffffff;
}
.head-row{
  align-items: flex-start;
}
.head-left1{
}
.head-left1 span, .head-right1 span{
  display: block;
  position: relative;
  z-index: 0;
  background: #fff;
  width: 50%;
  text-align: center;
  padding: 25px 10px 8px;
}
.head-left1 span:before, .head-right1 span:before{
  content:"";
  position:absolute;
  margin: 0 auto;
  border: 5px solid transparent;
  left: -10px;
  bottom: 0px;
  border-top-color: #ffffff;
  border-right-color: #ffffff;
  z-index: 0;
}
.head-left1 span:after, .head-right1 span:after {
    border: 5px solid transparent;
    content: "";
    position: absolute;
    right: -10px;
    bottom: 0;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    z-index: 0;
}
.head-left1 span i, .head-right1 span i{
  height: 75px;
  width: 75px;
  border-radius: 50%;
  line-height: 71px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 0 12px #b9002d12;
  background: #b9002d;
}
.head-left1 span i svg, .head-right1 span i svg{
  height: 38px;
  width: 38px;
  fill: #ffffff;
}
.head-left1 a, .head-right1 a{
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
  padding: 20px 0 0;
}

.head-center1{
  padding: 8px 0 10px;
  text-align: center;
}
.head-center1 a img{
    width:356px;
}
.head-right1{
  display: flex;
  justify-content: right;
}
/* end head section */


/* start navigation section */

.navigation{
    padding: 5px 40px;
    margin: 0px auto;
    background: rgb(255 255 255);
    border-radius: 0 0 25px 25px;
    position: absolute;
    top: -10px;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 auto 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 800;
  transition: 0.2s ease-in;
}
.menu li a{
    color: rgb(0 0 0) !important;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
    padding: 2px 20px 2px;
    transition: 0.5s ease-in-out;
}
.nav-link:focus, .nav-link:hover{
   color: rgb(0 0 0);
}
.menu li a.nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transform: translateY(13px);
    margin: 0px auto;
    background: linear-gradient(45deg, #ff8900, #fe3e35 70%);
    border-radius: 50px 50px 0px 0px;
    transition: 0.5s ease-in-out;
}
.menu li:hover a::before {
    display: none;
}
.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  width: 45px;
  height: 35px;
  background: transparent;
  display: inline-block;
  transition: all 0.2s ease-in;
  margin: 0px;
  border: 0;
  padding: 0 0 5px;
  border-radius: 0;
  line-height: 2px;
  border: 1px solid #ffffff29;
}

.toggle-design{
  height: 2px;
  width: 61%;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.navbar-collapse{padding:0;}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display: none;
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

.menu.dropdown-menu {
    position: static;
}

.dropdown-menu{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu li{
  display:block;
  padding: 9px 0px 8px !important;
  text-align: left;
  color: #fff;
  margin: 0;
}
.dropdown-menu li a::before{
  width:0;
}
.dropdown-menu li a{
  display:block;
  border: 0;
  padding: 2px 15px;
}
 .dropdown-item:focus, .dropdown-item:hover{
  background: #b9002d;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #ffffff;
}
.dropdown-menu ul li:last-child{
  padding-bottom:12px;
}
.dropdown-menu ul li:first-child{
  padding-top:12px;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* end navigation section*/

/* fixed head css start */
.fixed-top{
  position:fixed !important;
}
#navbar_top .mobile{
  justify-content: center;
  align-items: center;
  padding: 0px 0 0;
  z-index: 99;
  position: relative;
}
/* fixed head css end */






/* start slider section  */
.slide-section{
  position: relative;
  z-index: 40;
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
  background-image:none;
}
.slide-btn b{
  display: inline-block;
  height: 50px;
  width: 35px;
  background: #ffffff;
  margin: 0 0  0;
  border-radius: 0 50px 50px 0;
}
.carousel-control-next.slide-btn b{
 border-radius: 50px 0 0 50px;
}
.slide-btn b span{
  width: 35px;
  height: 35px;
  line-height: 51px;
  background: #b9002d;
  border-radius: 50px;
  margin: 7px 0 0;
}
.slide-btn b span svg{
  width: 30px;
  height: 30px;
  fill: #ffffff;
}
.carousel-control-next{
  justify-content: right;
  right: 0px;
}

.carousel-control-prev{
  justify-content: start;
}

/* end slider section  */

/* END HEADER SECTION*/



/* other services section start */

.other-serivces1{
  padding: 10px;
}
.other-serivces2{
    padding: 12px 0;
    background: #b9002d;
    text-align: center;
    border-radius: 12px;
}

.other-serivces2 strong {
    font-size: 19px;
    text-transform: capitalize;
    color: #000000;
    padding: 5px 12px 5px;
    text-align: center;
    font-weight: 600;
    display: block;
    background: #ffffff;
    margin: 0 0 15px;
}
.other-serivces2 img{
  width: 100%;
}
.other-ser-btn a {
    display: inline-block;
    background: #b9002d;
    border-radius: 50%;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    width: 60px;
    height: 60px;
    line-height: 73px;
    margin: -26px 0 0;
}
.other-ser-btn a svg{
  width: 28px;
  height: 28px;
}
.owl-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-theme .owl-controls .owl-page span {
    width: 25px !important;
    height: 7px !important;
    margin: 5px 5px !important;
    border-radius: 10px !important;
    background: #b9002d42 !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls {
    margin-top: 30px !important;
}
.owl-theme .owl-controls .owl-page.active span{background: #b9002d !important;}
/* other services section end */


/* about us section start */
.content-aboutus h2,h3,h4,h5,h6{
  color: #000000;
  font-size: 19px;
  line-height: 26px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px 0 0;
  text-align: left;
  display: inline-block;
}
.inner-page .aboutus-left1{
  padding: 0 0px 10px 15px;
}
.inner-page .content-aboutus p {padding: 0 0 12px;}
.aboutus-banner1{
  
padding: 0 15px 0 20px;
}
.aboutus-banner1 img{
  width: 100%;
}
.aboutus-section{
    position: relative;
    background: url(images/why-bg.html) no-repeat;
    background-position: center;
    z-index: 1;
    overflow: hidden;
}
.aboutus-section:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: #ffffffa6;
}
.aboutus-left1{
  padding: 12px;
}
.content-aboutus p{
  color: #3b3b3b;
  font-size: 17px;
  line-height: 32px;
  text-align: justify;
  font-weight: 400;
  padding: 10px 0;
}
.content-aboutus p strong{
  font-weight: 600;
  color: #b9002d;
}
.content-aboutus ul{
    padding: 0;
}
.content-aboutus ul li{
    font-size: 17px;
    font-weight: 500;
    color: #3b3b3b;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 28px;
}
.content-aboutus ul li:before{
  content: "";
  position: absolute;
  height: 13px;
  top: 16px;
  border-radius: 50px 50px 0;
  width: 13px;
  left: 6px;
  background: #b9002d;
}
.serv-list1{padding: 12px;}
.serv-list2 ul{
    padding: 12px 0 12px 15px;
    position: relative;
    z-index: 1;
    background: #b9002d;
}
.serv-list2 ul li{
    font-size: 17px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 12px 29px 12px;
    margin: 18px 0 18px 20px;
    justify-content: left;
    border-radius: 50px 0 0 50px;
}
.serv-list2 ul li a{
  color: #000000;
}
.serv-list2 ul li:before{
  content: "";
  position: absolute;
  height: 4px;
  top: 21px;
  width: 65px;
  left: -35px;
  background: #fff;
}
.serv-list2 ul li:after{
  content: "";
  position: absolute;
  height: 18px;
  top: 15px;
  width: 18px;
  background: #b9002d;
  left: 0;
  border-radius: 50px;
}
/* about us section end */


/* banner section start */
.banner-left1{
    padding: 0;
}
.banner-right1{
  padding: 0;
  position: relative;
}
.banner1{
  padding: 12px;
}
.banner1 img{width: 100%;}
.ws-banner a{
  padding: 0 20px 6px;
  display: block;
  position: relative;
  background: url(images/ws-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
.ws-banner a:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    z-index: -1;
    background: #0a5901e8;
    left: 0;
}
.ws-banner a p{
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0 0 30px 30px;
  background: #fff;
  padding: 0 30px 3px;
  display: inline-block;
}

.ws-banner a span{
  color: #ffffff;
  font-size: 55px;
  font-weight: 700;
  display: block;
  padding: 5px 0 0;
}
.inner-content-design1 .ws-banner a p{
  font-size: 22px;
}
.inner-content-design1 .ws-banner a span{
  font-size: 45px;
  padding: 8px 0 0;
}
.call-banner{
  padding: 12px;
}
.call-banner a{
  padding: 0 12px 12px;
  display: block;
  text-align: center;
  background: #b9002d;
}
.call-banner a p{
   color: #000000;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 0 30px 30px;
    background: #fff;
    padding: 0 30px 3px;
    display: inline-block;
}

.call-banner a span{
    color: #ffffff;
    font-size: 55px;
    font-weight: 700;
    display: block;
    padding: 5px 0 0;
}
/* banner section end */


/* start services section */

.services-section{
  padding: 100px 0;
}
.services-heading{
  position:relative;
}

.heading-about h1, .services-heading strong{
   font-size: 60px;
   font-weight: 500;
   text-transform: capitalize;
   font-family: "Squada One", sans-serif;
   display: block;
   line-height: 75px;
}
.why-heading strong{
  line-height: 90px;
}
.heading-about h1 a{
   color: #b9002d;
}
.services-heading p{
  color: #3b3b3b;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
.heading-about p, .services-heading span{
   font-size: 17px;
   text-transform: capitalize;
   color: #000000;
   font-weight: 600;
   display: inline-block;
   padding: 0;
}


.services-1{padding: 12px;}
.services-2{
  padding: 15px 15px 0;
  position: relative;
  z-index: 1;
  border: 1px solid #dfdfdf;
  border-radius: 500px 500px 30px 30px;
  overflow: hidden;
}

.services-3::before {
    left: -22px;
}
.services-3::after {
    right: -22px;
}
.services-3 img{
  border-radius: 50%;
  width: 100%;
  border: 15px solid #b9002d;
  margin: -35px 0 0;
}
.services-4 strong{
  padding: 15px 0 0;
  display: block;
  ff;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 20px;
  color: #000000;
}
.services-4 p{
    color: #3b3b3b;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    padding: 5px 0 15px;
}
.services-4 a{
  color: #ffffff;
  background: #0a5901;
  display: inline-block;
  border-radius: 20px 20px 0 0;
  padding: 5px 20px 5px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.services-4 a svg{
  left: 0;
  animation: rotate2 4s infinite linear;
  width: 23px;
  height: 18px;
  fill: #fff;
  display: none;
}
/* end services section */


/* why choose us section start */


.form-design1{
  padding: 12px;
}
.getin-form {
   padding: 35px 0 30px;
   text-align: center;
   border: 1px solid #b9002d;
   position: relative;
   z-index: 1;
   overflow: hidden;
}
.getin-form:before{
  content:"";
  position:absolute;
  height: 500px;
  width: 500px;
  left: 0;
  right: 0;
  z-index: -9;
  margin: 0 auto;
  background: url(images/form-astrology.webp) no-repeat;
  background-size: cover;
  bottom: -87px;
  background-position: center;
}
.contac-rr {
  padding: 20px 20px;
  text-align: left;
}
.form-group1 {
   padding: 8px 11px;
   text-align: center;
   margin: 0px 0px 0px;
   position: relative;
}
input.form-control1 {
   color: #000000;
}

.form-control1 {
  height: 50px;
  background-color: #e6e6e6;
  border: 1px solid #ffffff1f;
  display: block;
  width: 100%;
  padding: 12px 5px;
  font-size: 15px;
  font-weight: unset;
}
textarea.form-control1 {
  height: 140px;
  color: #000;
}

.btn-group{
  padding: 18px 10px 0;
  display: inline-block;
  margin: 0;
}
.btn-group>.btn{
  background: #000000;
  padding: 12px 30px 8px;
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  border:0;
  border-radius: 0;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #000000b8;
  padding-left:10px;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.form-heading strong{
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  color: #3d3d3d;
  padding: 0 12px;
}
.form-heading span{
  font-size: 50px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  padding: 0px 12px 2px;
  color: #000000;
  font-family: "Squada One", sans-serif;
  margin: -5px 0 0px;
}
.form-heading p{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  line-height: 22px;
  padding: 11px 15px;
  background: #b9002d;
}
.choose-right1{
  padding: 12px;
}
.choose-design{
  position:relative;
  margin: 39px 0 0;
  z-index: 1;
}
.choose-design1{
  display: flex;
  justify-content: start;
  padding: 20px 0;
  align-items: center;
  gap: 10px;
}

.choosepoint-left1{
  width: 19%;
  margin: 0 0px 0 0px;
  position: relative;
}
.choosepoint-left1 span{
  background: #b9002d;
  height: 100px;
  line-height: 96px;
  width: 100px;
  display: block;
  margin:0 auto;
  text-align: center;
  box-shadow: 0 0 0 15px #faedf0;
}
.choosepoint-left1 span img{
  width: 60px;
  height: 70px;
}
.choosepoint-right1{
  width: 87%;
  padding: 0 15px 15px;
  text-align: left;
  position: relative;
  border: 1px solid #e9e9e9;
  border-top: 0;
  margin: 0px 0px 0px 20px;
}
.choosepoint-right1 strong{
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
}
.choosepoint-right1 p{
  padding: 8px 0 0;
  text-align: justify;
  color: #3b3b3b;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
}
/* why choose us section end */

/* testimonial section start */
.testimonials-1{
  padding: 12px;
}
.testimonials-2{
  padding: 15px;
  position: relative;
  background: #b9002d;
  border-radius: 20px;
}
.testimonials-3{
  :
  center;
  background: #ffffff;
  border-radius: 20px;
}
.testimonials-3 p{
  color: #3b3b3b;
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  padding: 12px;
  text-align: justify;
}
.testimonials-4{
  padding: 12px 0 0;
}
.testi-name{
  padding: 7px 0 7px 15px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-radius: 20px;
}
.testi-name strong{
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  padding: 2px 0 0;
}
.testi-name span{
  background: #b9002d;
  text-align: center;
  border-radius: 0;
  width: 55px;
  height: 55px;
  line-height: 80px;
  color: #ffffff;
  position: absolute;
  right: 0;
}
.testi-name span .bi{
  height: 40px;
  width: 40px;
}
/* testimonial section end */


/* location section start */
.location-section1{
  padding: 45px;
  background: #b8b8b80d;
}
.location-1{
  padding: 12px 12px 20px;
  position: relative;
  z-index: 0;
}
.location-2{
  position: relative;
}
.pin {
  width: 150px;
  height: 150px;
  background: #b9002d;
  border-radius: 50% 50% 0;
  position:relative;
  transform: rotate(45deg);
  margin: 0 auto;
  z-index: -9;
}
.location{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location img{
  height: 120px;
  border-radius: 50%;
  border: 7px double #fffaf5;
}
.location-3 strong{
  display: block;
  font-size: 18px;
  font-weight: 400;
  background: #b9002d;
  color: #fff;
  padding: 7px 12px 5px;
  border-radius: 50px;
  margin: -14px auto 0;
  text-transform: capitalize;
  width: 82%;
}
.location-section .services-heading strong {
  padding: 0;
  font-size: 55px;
  color: #000;
}
/* location section end */


/* footer section start */

.footer-section{
  text-align: center;
  background: url(images/footer-bg.webp) no-repeat;
  background-size: cover;
}

.footer-left1{
  padding: 12px;
  text-align: center;
}
.footer-right1{
  padding: 0px 0 0 12px;
}
.footer-right2{
  padding: 0;
}
.contact-footer2{
  padding: 22px 15px 5px;
  background: #fff;
}
.footer-nav ul{
  background: #a50028;
  padding: 5px 0;
  margin: 12px 0;
}
.footer-nav ul li{
  position: relative;
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  padding: 5px 25px 5px;
  background: #fff;
  margin: 8px 5px;
}
.footer-nav ul li a{
  color: #000000;
}
.icon-text{
  padding: 20px 0;
}
.icon-text a{
  display: block;
  color: #000000;
  font-size: 17px;
  text-align: center;
  padding: 28px 0 0;
  font-weight: 600;
}

.icon-text span{
  display: inline-block;
}
.icon-text span b{
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background: #ba012e;
  box-shadow: 0 0 0 15px #faedf0;
}
.icon-text span .bi{
  height: 32px;
  width: 32px;
  fill: #ffffff;
}
.map{
  padding: 12px;
}
.map strong{
  font-size: 16px;
  text-align: center;
  padding: 20px 15px;
  color: #000000;
  background: #ffffff;
  display: block;
  font-weight: 600;
  line-height: 25px;
}
.map strong .bi{
  height: 70px;
  width: 70px;
  color: #ba012e;
  display: block;
  margin: 0 auto 15px;
}
.map iframe{
  padding: 0;
  width: 100%;
  height: 175px;
  vertical-align: bottom;
}
.copy-text{
  background: #000000;
}
.copy-text p{
  padding: 8px 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
}
.disclaimer p{
  color: #ffffff;
  line-height: 23px;
  font-size: 14px;
  font-weight: 300;
  padding: 8px 0 0;
}
.disclaimer p span{
  display: block;
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
  padding: 0 0 4px;
}
/* footer section end */


/* bread crumb section start */

.breadcrumb-section{
  padding: 80px 0 0;
  background: url(images/footer-bg.webp) no-repeat;
  background-size: cover;
}


.first-item {
  font-size: 65px;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  font-family: "Squada One", sans-serif;
}
.first-item a {
  color: #ffffff;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  border-radius: 20px 20px 0 0;
  padding: 8px 22px 0px;
  text-transform: capitalize;
}
/*  bread crumb section end */



/* ===============================================================
          GET IN TOUCH PAGE CSS START
==================================================================*/ 

.getin-left1{
  padding: 0;
}
.contact-get-1{
  padding: 0px;
}
.contact-get-2{
  padding: 12px;
}
.contact-get-2 a{
  border: 1px solid #e9e9e9;
  display: block;
  padding: 30px 12px 12px;
  background: #fff;
}
.contact-get-2 iframe{
  height: 762px;
  width: 100%;
  padding: 5px;
  !i;!;!i;!;
}
.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  display: block;
  margin: 0 auto;
  width: 78px;
  height: 78px;
  line-height: 95px;
  border-radius: 50%;
  text-align: center;
  background: #ba012e;
  box-shadow: 0 0 0 15px #faedf0;
}
.getin-icon span strong .bi{
  height: 35px;
  width: 35px;
  color: #ffffff;
}
.getin-content{
  padding: 0px 0 0 4px;
  text-align: center;
}
.getin-content strong{
  color: #292929;
  font-size: 15px;
  font-weight: 600;
  display: block;
}
.getin-content p{
  text-transform: capitalize;
  padding: 25px 0 4px;
  font-size: 16px;
  font-weight: 500;
  color: #6e6e6e;
}
/* ===============================================================
           GET IN TOUCH PAGE CSS END
==================================================================*/




.fix{
  position: fixed;
  padding: 0;
  bottom: 12%;
  left: 0;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li{
  position: absolute;
  text-align: center;
  height: 55px;
  bottom: 28px;
  width: 59px;
  background: #ff0000;
  line-height: 60px;
  border-radius: 0 50px 50px 0;
  left: 0;
}
.end .wh-fx {
  background: #00e300;
  color: #ff0000;
  bottom: 95px;
}
.end li a{
  color: #ff0000;
  width: 42px;
  height: 42px;
  line-height: 47px;
  display: inline-block;
  background: #fff;
  border-radius: 40px;
}
.end li.wh-fx a{
  color: #008e00;
}
.end li a .bi{
  width: 20px;
  height: 20px;
}
.wh-fx{left: 20px;}
.ph-fx{left: 20px;}
















@media (max-width: 767px){
   .head-center1 a img{width: 370px;}
  .fixed-top{display: none;}
  .head-line{display:none;}
  .head-right1,.head-left1 {display: none;}
  .navigation{padding: 0;background: transparent;position: inherit;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;padding: 0 0 6px;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{justify-content: center;padding-top: 0;}
  .menu {padding: 12px 0 0;}
  .menu li, .menu li a{display: block;}
  .menu li a{display: block;padding: 9px 15px 6px;color: #fff;font-weight: 400;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .menu li:hover a{height: 100%;}
  .menu li:hover a{color: #ffffff;background: transparent;}
  .dropdown-item:focus, .dropdown-item:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 0px 0px 0px !important;}
  .other-serivces1 {padding: 5px;}
  .services-heading {text-align: center !important;}
  .choose-right1{padding: 12px 12px 75px;}
  .location-section .services-heading strong{font-size: 40px;line-height: 40px;}
  .location-1{width: 50%;}
   .location-section1{padding: 30px;}
  .footer-right2 {padding: 45px 12px 0;}
  .footer-right1{padding: 0;}
  .breadcrumb-section {padding: 22px 0 0;}
  .first-item{font-size: 56px;}
  .services-3::before, .services-3::after {top: 179px;}
  .footer-nav ul li{margin: 8px 2px;padding: 5px 15px 5px;}
  .inner-content-design .ws-banner a span{ font-size: 52px;}
  .contact-get-2 iframe {height: 202px;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;position: inherit;}
  .head-right1,.head-left1 {display: none;}
  .head-line{display:none;}
  .navbar-nav .show {display: block !important;margin: 0 auto;}
  .head-section {height: auto;}
  .navbar-toggler{display: block;}
  .head-row{padding-top: 0!important;justify-content: center;}
  .mobile-num{display: block;}
  .navbar{justify-content: center;padding-top: 0;}
  .menu {padding: 12px 0 0;}
  .menu li, .menu li a{display: block;}
  .menu li a{display: block;padding: 9px 15px 6px;color: #fff;font-weight: 400;}
  .navbar-nav .nav-link.active{color: #fff;}
  .menu li a:before{width: 100%;height: 0;transform: translateY(0px);border-radius: 0;z-index: -1;}
  .menu li:hover a{height: 100%;}
  .menu li:hover a{color: #ffffff;background: transparent;}
  .dropdown-item:focus, .dropdown-item:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;}
  .navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;background: transparent;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-menu li{text-align:center;padding: 2px 0px 2px !important;}
  .choosepoint-left1 { width: 17%;}
  .other-serivces1 {padding: 7px;}
  .services-heading {text-align: center !important;}
  .choose-right1{padding: 12px 12px 75px;}
  .location-section .services-heading strong{font-size: 33px;}
  .footer-right2 {padding: 45px 12px;}
  .footer-right1{padding: 0;}
  .disclaimer p {text-align: center;padding: 0 0 50px;}
  .breadcrumb-section {padding: 22px 0 0;}
  .banner-position{position: absolute;top: -200%;right: 0;}
  .contact-get-2 iframe {height: 202px;}


 

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-expand-lg{padding: 4px 0;}
  .header-background {padding: 0px 20px 0px;}
  .head-left1 span, .head-right1 span{width: 85%;}
  .head-center1 a img{width: 350px;}
  .menu li {padding: 0px 4px;}
  .ws-banner a span, .call-banner a span {font-size: 46px;}
  .ws-banner a p, .call-banner a p {font-size: 22px;}
  .inner-content-design1 .ws-banner a span{font-size: 38px;}
  .inner-content-design1 .ws-banner a p{font-size: 20px;}
  .footer-contact strong {padding: 25px 12px 0px;font-size: 55px;}
  .getin-content p {font-size: 16px;padding: 28px 0 0;}
  .getin-icon span strong {width: 90px;height: 90px;line-height: 113px;}
  .getin-icon span strong .bi {height: 35px;width: 35px;}
  .footer-contact3 ul li {padding: 4px 12px;}
  .location-section .services-heading strong {font-size: 46px;}
  .icon-text a{font-size: 16px;}
  .serv-list2 ul li {margin: 18px 0 18px 0px;}
 

  
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {

 

}

@media (max-width: 575px) and (min-width: 0px) {
  .mobile-num a{font-size: 32px;}
  .mobile-num a svg {height: 40px;width: 40px;}
  .fixed-top .head-hide-image1 img {width: 212px;}
  .fixed-top .navbar-toggler {top: -48px;}
  .fixed-top .navbar-toggler {width: 38px;height: 30px;}
  .menu li a {padding: 7px 12px;font-size: 16px;}
  .location-3 strong{font-size: 16px;padding: 6px 12px 5px;}
  .head-center1 a img{width: 350px;}
  .heading-about h1, .services-heading strong {font-size: 50px;}
  .heading-about p, .services-heading span{font-size: 16px;}
  .ws-banner a p, .call-banner a p, .inner-content-design1 .ws-banner a p {font-size: 18px;}
  .ws-banner a span, .call-banner a span, .inner-content-design .ws-banner a span {font-size: 38px;}
  .choose-design:before{left: 0;right: 0;margin: 0 auto;width: 15px;}
  .choose-design1 {padding: 30px 0 25px;display: block;x 0;}
  .choosepoint-left1 {width: 100%;}
  .choosepoint-right1 {width: 100%;padding: 30px 15px 15px;text-align: center;margin: 0;}
  .choosepoint-right1 p{text-align:center;}
  .choose-right1{padding: 75px 12px 12px;}
  .location-section .services-heading strong{font-size: 35px;line-height: 38px;}
  .location-section1{padding: 20px 15px;}
  .footer-contact strong { font-size: 48px;}
  .footer-contact3 ul {padding: 5px 10px;}
  .footer-contact3 ul li {padding: 5px 14px 4px;font-size: 15px;}
  .first-item{font-size: 40px;}
  .breadcrumb-section .last-item{font-size: 15px;padding: 7px 15px 0px;}
 .breadcrumb-section {padding: 12px 0 0;}
  

  
}
@media (max-width: 420px) and (min-width: 0px) {
  .mobile-num a{font-size: 28px;}
  .mobile-num a svg {height: 33px;width: 32px;}
  .head-center{width: 100%;}
  .head-center1 {padding: 0px 0 10px;}
  .menu li a {padding: 3px 12px;}
  .head-center1 a img {width: 255px;}
  .navigation{border-radius: 0;}
  .slide-btn b {height: 35px;width: 35px;}
  .slide-btn b span svg{width: 20px;height: 24px;}
  .slide-btn b span{width: 25px;height: 25px;line-height: 34px;margin: 5px 0 0;}
  .heading-about h1, .services-heading strong {font-size: 38px;}
  .heading-about p, .services-heading span{font-size: 15px;}
  .ws-banner a p, .call-banner a p, .inner-content-design1 .ws-banner a p {font-size: 14px;padding: 3px 25px 4px;}
  .ws-banner a span, .call-banner a span, .inner-content-design .ws-banner a span {font-size: 26px;}
  .form-heading strong {font-size: 16px;}
  .form-heading p {font-size: 14px;line-height: 21px;}
  .form-heading span{font-size: 39px;}
  .choose-right1{padding: 75px 12px 12px;}
  .pin{width: 110px;height: 110px;}
  .location img{height: 88px;border: 5px solid #fff;}
  .location-section .services-heading strong{font-size: 25px;line-height: 28px;}
  .location-3 strong {font-size: 14px;padding: 5px 12px 5px;width: 100%;}
  .icon-text a {font-size: 15px;}
  .first-item{font-size: 28px;padding: 0 0 8px;}
  .breadcrumb-section .last-item{font-size: 14px;padding: 5px 15px 3px;}
  .services-3::before, .services-3::after {top: 195px;}
  .contact-get-2 {padding: 12px 0;}
  .getintouch .form-design1 {padding: 12px 0}
  .footer-nav ul{padding: 8px 10px;}
  .footer-nav ul li{margin: 2px 2px;padding: 5px 10px 3px;font-size: 15px;}
  .serv-list2 ul li { margin: 18px 0 18px 0px;}
}





