@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body{
  margin:0;
  padding:0;
  color: #222;
  font-family: "Outfit", sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}

: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;
}
.main{
  margin: auto;
  padding: 0;
  width: 92%;
}
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;}


ul{
  margin:0px;
  padding:0px;
}
li{
  margin:0px;
  padding:0px;
  list-style: none;
}

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

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}


@font-face {
font-family: 'BadgerValley-Regular';
src: url('fonts/BadgerValley-Regular.eot');
src: url('fonts/BadgerValley-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/BadgerValley-Regular.woff') format('woff'),
      url('fonts/BadgerValley-Regular.ttf') format('truetype'),
      url('fonts/BadgerValley-Regular.svg#providence-bold') format('svg');
      font-weight: normal;
      font-style: normal;
    }



/* START HEADER SECTION */

/* start head section */
.head-section {
    z-index: 99;
    background: #fff;
}
.head-section1{
   padding: 0 25px;
}
.mobile-top-num{

display: none;
}
.mobile-top-num a{
    color: #ffffff;
    font-weight: 700;
    padding: 12px 0 2px;
    display: block;
    font-size: 30px;
    background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
    font-family: "BadgerValley-Regular";
    text-align: center;
}
.header-background{
  z-index: 9;
  padding: 0;
  position: relative;
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
}

.head-left1{
  padding: 0;
  display: flex;
  width: 31%;
  justify-content: left;
  align-items: center;
  position: relative;
}
.head-row{
  justify-content: space-between;
  align-items: center;
}
.head-left1 span{
  width: 30%;
  text-align: left;
  display: block;
  position: relative;
}
.head-left1 span:before{
  height: 80%;
  width: 80%;
  /* background: #ffc82a; */
  content:"";
  position:absolute;
  top: 8px;
  left: -35px;
  right: 0;
  margin: 0 auto;
  z-index: -9;
}
.head-left1 span i{
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  height: 66px;
  width: 66px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  box-shadow: -1px 7px 12px #cbcbcb66;
  border: 3px solid #fff;
}
.head-left1 span i img{
  width: 38px;
}
.head-left1 a{
  display: block;
  width: 70%;
}
.head-left1 a p{
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  color: #e23f51;
  font-style: italic;
  padding: 8px 0 0;
}
.head-left1 a b{
  color: #000000;
  font-weight: 700;
  padding: 5px 0 0;
  display: block;
  font-size: 28px;
} 



.head-center1{
  padding: 0;
  text-align: center;
}
.head-logo-bg{
  background-color: #ffff;
  border: 2px solid #b4172c;
  border-top: 0;
  border-bottom: 0;
  padding: 5px 0 1px;
}
.head-center1 img{
    /* width: 348px; */
    /* min-width: 91%; */
}
.head-right1{
  padding: 0;
  display: flex;
  width: 31%;
  justify-content: end;
  align-items: center;
  position: relative;
  text-align: right;
}
.head-right1 span{
  width: 30%;
  display: block;
  position: relative;
}
.head-right1 span:before{
  height: 80%;
  width: 80%;
  content:"";
  position:absolute;
  left: 0;
  top: 6px;
  right: -37px;
  margin: 0 auto;
  z-index: -9;
}
.head-right1 span i{
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  height: 66px;
  width: 66px;
  border-radius: 50%;
  line-height: 57px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  box-shadow: -1px 7px 12px #cbcbcb66;
  border: 3px solid #fff;
}

.head-right1 span i img{
  height: 38px;
}
.head-right1 a{
  display: block;
  width: 70%;
}
.head-right1 a p{
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 500;
  color: #e23f51;
  font-style: italic;
  padding: 0 0 10px;
  margin-top: -4px;
}
.head-right1 a b{
  color: #000000;
  font-weight: 600;
  padding: 0;
  display: block;
  font-size: 17px;
} 
/* end head section */

/* start navigation section */

.navigation{
  position:relative;
  padding: 5px 40px;
  width: 92%;
  margin: 0 auto;
}
.navigation:before{
  content:"";
  position:absolute;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 auto !important;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 1px 25px 4px;
  color: #fff;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #ffffff !important;
  display: inline-block;
  padding: 0;
  border-radius: 30px;
  transition: 0.1s ease-in;
}
.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  border-radius: 50px;
  width: 45px;
  height: 45px;
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  display: inline-block;
  transition: all 0.2s ease-in;
  text-align: center;
  border: 0;
  line-height: 0;
  margin-left: 0;
  padding: 0 3px 4px;
  right: 0;
  position: absolute;
  top: -65px;
}

.toggle-design{
  height: 2px;
  width: 70%;
  background: #ffffff;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}
.menu li a:hover{
  color: #ffffff !important;
}
.menu li a.active-1 {
  background: #ffffff;
  color: #fa222c;
}

.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;
  background: white;
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
  transform: translateY(19px);
}
.dropdown:hover .dropdown-menu{
  display:block;
  transform: translateY(0px);
}

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

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul .dropdown-item a{
  display:block !important;
  color: #161616 !important;
  font-size: 17px !important;
  background: #c0203c00 !important;
  border: 0;
  padding: 10px 15px 11px !important;
  border-radius: initial !important;
  transition: .5s !important;
}
.dropdown-menu .dropdown-item{
  display:block;
  padding: 0;
  text-align: left;
  color: #000 !important;
  margin: 0;
  background: #ffffff00;
}
.dropdown-menu li a {
    display: block;
    color: #161616 !important;
    font-size: 17px;
    background: #c0203c00;
    border: 0;
    padding: 10px 15px 11px;
    border-radius: initial;
    transition: .5s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color:#fff;
    background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
    transition: .5s;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #ffffff;
}
.dropdown-menu ul li:hover{
  background: transparent;
}
.dropdown-menu ul li:last-child{
  padding-bottom: 0;
}
.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;
}

.fixed-top .menu li a {
  color: #ffc82a;
}
.fixed-top .menu li {font-size: 16px; color: #fff;font-weight: 400;}
.fixed-top .menu li a:hover {color: #870026;}
.fixed-top .dropdown-menu ul li a{
    color:#000;
}
/* .fixed-top .dropdown-menu ul li:hover a {color: #ffffff;} */


/* end navigation section*/

/* start fixed head css */

.fixed-top {
  position: fixed;
  top: 0;
  padding: 0;
  right: 0;
  left: 0;
  margin:0 auto;
  z-index: 9;
  height: 76px;
  background: linear-gradient(45deg, #900027, #3b0023);
}
#navbar_top .mobile{
  justify-content: center;
  align-items: center;
  padding: 0px 0 0;
  z-index: 99;
  position: relative;
}
.head-mobile{
  position: relative;
}
.head-mobile::before {
    content: '';
    position: absolute;
    background: url(images/header-bg.webp) no-repeat;
    height: 76px;
    top: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    background-size: contain;
    background-position: center;
}
.head-hide-image1{
  display: none;
  padding: 11px 0 0;
}
.fixed-top .head-hide-image1{
  display: inline-block;
  text-align: center;
  padding: 3px 0 0;
}
.head-hide-image1 img{
  /* width: 269px; */
}
.fixed-top .navigation{
  width: 66%;
  margin: 0;
  border-radius: 0;
  padding: 8px 40px 0;
  box-shadow: none;
  background: transparent;
}
/* end fixed head css */






/* start slider section  */

.slide-section{
}
.slide-section img{
  width: 100%;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffffff;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(1) invert(1);
}

.carousel-control-next{
  justify-content: right;
  right: 0px;
}
.carousel-control-prev{
  justify-content: start;
}

/* end slider section  */

/* END HEADER SECTION*/



/* about us section start */
.content-aboutus h2,h3,h4,h5,h6{
  color: #222;
  font-size: 21px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 0 5px;
  text-align: left;
}
.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/mandir-img.webp);
    background-size: 653px 680px;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.aboutus-left1{
  padding: 10px 0px 10px 15px;
}
.heading-about p{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  color: #b4172c;
  padding: 0 0 15px;
}
.heading-about h1{
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "BadgerValley-Regular";
  position: relative;
}

.heading-about h1 a{
  color: #222;
}
.content-aboutus p{
  color: #484848;
  font-size: 17px;
  line-height: 31px;
  text-align: justify;
}
.content-aboutus p strong{
  font-weight: 500;
  color: #b4172c;
}
.about-banner {
  
margin: 0 auto;
}
.about-banner a img{
  width: 100%;
}
.aboutus-center{
  padding: 0 15px 0 20px;
}
.getin-form {
   background-image: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
   padding: 25px;
   text-align: center;
}
.contac-rr {
  padding: 15px 0 0px 0;
  text-align: left;
}
.form-group1 {
   padding: 9px 10px;
   text-align: center;
   margin: 0px 0px 0px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  color: #495057;
  text-transform: capitalize;
}
.form-control1 {
  height: 46px;
  background-color: #ffffff;
  border: 1px solid #fff;
  border-radius: 30px;
  display: block;
  width: 100%;
  padding: 15px 14px 17px 10px;
  font-size: 16px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
}
.btn-group{
  padding: 18px 10px 0;
  display: inline-block;
  margin: 0;
  text-align: left;
}
.btn-group>.btn{
  background: #000000;
  padding: 8px 29px 8px;
  color: #ffffff;
  font-size: 19px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 400;
  border:0;
  border-radius: 30px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #242424;
  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-family: "BadgerValley-Regular";
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #ffffff;
}
.form-heading p{
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  display: block;
  line-height: 23px;
  padding: 1px 0 0;
}
.form-call a{
  margin: 0 0 -90px;
  display: inline-block;
  padding: 20px 0 0;
  z-index: 1;
  position: relative;
}
.aboutus-right1{
  position: relative;
}
.aboutus-right1 span{
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 51px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 70px 55px #ffe200;
  position: absolute;
  right: 40px;
  text-align: center;
  top: -27px;
  z-index: 9999998;
}

.aboutus-right1 span:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 105%;
    background: #d23245;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -57px;
    z-index: -999;
}
.aboutus-right1 span img{
  width: 30px;
  position: relative;
  z-index: 24;
}
.aboutus-whts1{
  padding: 0 15px 0 20px;
}
.main-box-whts {
    background-image: linear-gradient(#00b512, #00cd21);
    text-align: center;
    padding: 15px 0 10px;
}

.main-box-whts span {
    font-size: 30px;
    text-transform: capitalize;
    padding: 0 15px 8px;
    color: #fff;
    font-family: "BadgerValley-Regular";
    display: inline-block;
    text-shadow: 0 1px 4px white;
}

.whatsapp-box-inner{
    background-color: #fff;
    padding: 5px 0;
    font-size: 38px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}
.whatsapp-box-inner img{
    width: 85px;
    padding: 0 5px 0 0;
}
.whatsapp-box-inner i {
    color: #0e0d12;
    padding-right: 10px;
    font-size: 25px;
    vertical-align: middle;
}
.main-box-whts p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 10px 15px 0;
    line-height: 25px;
}

/* about us section end */


/* services section start */
.services-left{
   padding: 15px 15px 0;
}
.slider-section{
  padding: 20px 0 0;
}
.serivces1{
  padding: 0 20px;
}
.serivces2{
    background-image: url(images/service-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 15px 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
    border-radius: 15px;
    overflow: hidden;
}
.ss-box {
    display: flex;
}
.ss-box .text-box {
    width: 60%;
    padding: 0 15px 0 0;
}
.text-box p{
    text-align: justify;
    padding: 0px 0px 14px;
    color: #ffffff;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}
.text-box h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #222;
    padding: 10px 0 7px;
    text-align: center;
    position: relative;
    font-family: "BadgerValley-Regular";
    font-weight: 600;
    z-index: 1;
}
.text-box h3:before {
    content: '';
    background: #ffffff;
    border: 1px solid #ffffff;
    width: 689px;
    position: absolute;
    height: 100%;
    z-index: -1;
    bottom: 0;
    left: -37px;
    border-radius: 40px;
}
.ser-btn ul{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0 0;
}
.ser-btn ul li a {
    display: block;
    background: #fff;
    padding: 5px 30px 4px;
    border-radius: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #cd1822;
    font-weight: bold;
}

.img-box {
    width: 40%;
    position: relative;
    z-index: 1;
}
.img-box img{
  border: 4px solid #fff;
  border-radius: 25px;
}
.img-box:before {
    content: '';
    width: 100px;
    height: 65%;
    background-color: #ffffff;
    position: absolute;
    z-index: -1;
    top: -25px;
    left: 50%;
    transform: translate(-50%);
}
.owl-theme .owl-controls .owl-buttons div{
  color: #000025;
  font-size:17px;
  border-radius: 0;
  font-weight: 700;
  opacity:1;
  text-transform: capitalize;
  background: linear-gradient(to left, #ffcc33, #ff9900);
  border: 1px solid #F2F2F2;
  -webkit-box-shadow: 0px 13px 25px rgb(0 0 0 / 5%);
  box-shadow: 0px 13px 25px rgb(0 0 0 / 5%);
  width: 60px;
  height: 60px;
  line-height: 51px;
  text-align: center;
  color: #141a4f;
  background: #141a4f1f;
}
.owl-theme .owl-controls {
    margin-top: 50px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
  position:absolute;
  left:0;
  margin: 0px 0 0;
  top: 35%;
  color: #222;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  opacity: 1;
  font-size: 16px;
  height: 41px;
  line-height: 35px;
  width: 55px;
  font-weight: 500;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  position:absolute;
  right:0;
  margin: 0;
  top: 35%;
  color: #222;
  background: #ffffff;
  border-radius: 0;
  border: 0;
  opacity: 1;
  font-size: 16px;
  height: 41px;
  line-height: 35px;
  width: 55px;
  font-weight: 500;
}
.services-right{
   padding: 15px;
}
.serv-link::before {
    content: "";
    height: 100%;
    width: 2px;
    left: 27px;
    position: absolute;
    top: 0;
    background: #b4172c;
    z-index: -1;
}
.serv-link{
  position: relative;
  z-index: 0;
}
.serv-link ul{
    padding: 0;
}
.serv-link ul li{
    font-size: 16px;
    font-weight: 500;
    color: #222;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: #eeeeee;
    padding: 10px 20px 10px 56px;
    margin: 0 0 25px;
}
.serv-link ul li:before{
  content: "";
  position: absolute;
  background:url(images/icon.webp) no-repeat;
  left: 7px;
  height: 40px;
  top: 2px;
  border-radius: 50%;
  width: 40px;
}
/* services section end */

/* why choose us section start */
.whychoose-section{
  padding: 0px 0 100px;
}
.why-heading{
  background: #eee;
  padding: 0px 30px 10px;
  overflow: hidden;
}
.heading-line .heading-about h1:after {
    content: "";
    height: 3px;
    width: 867px;
    position: absolute;
    z-index: 100000;
    background: #222;
    bottom: 24px;
}
.why-ws{
  text-align: right;
  margin: 0 0 -15px;
}
.choose-2{
  padding: 30px 0 0;
}
.choose-2 b{
  position: relative;
  padding: 131px 0 0;
}
.choose-2 b:after {
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    background: #eee;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.choose-2 span{
  display: block;
  color: #222;
  font-size: 19px;
  font-weight: 500;
  padding: 15px 0 0;
}
.choose-2 span img{
  height: 60px;
}
.choose-2 p{
  color: #484848;
  font-size: 17px;
  line-height: 31px;
}
.choose-2 strong{
  padding: 8px 0 5px;
  display: inline-block;
  font-size: 23px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "BadgerValley-Regular";
  color: #b4172c;
}
.choose-content p{
  padding: 0px 0px 14px;
  color: #484848;
  font-size: 17px;
  line-height: 31px;
  text-align: justify;
}
.testi-content p{
  text-align: center;
}
.choose-content a{
  display: block;
}
.choose-content a span{
  color: #fff;
  padding: 0px 23px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 37px;
  display: block;
  background: #2ebe41;
  margin: 0 auto;
}
.choose-content a b{
  margin: 0;
  padding: 0px 0 0;
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #2ebe41;
  text-transform: uppercase;
}
.choose-1{
  padding: 10px;
  width: 20%;
}

/* why choose us section end */



/* banner section start */
.banner-section:before{
  content:"";
  position: absolute;
  height: 50%;
  width: 100%;
  left: 0;
  margin: 0 auto;
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  z-index: -9;
  top: 80px;
}
.banner1{
  padding:10px;
}
/* banner section end */


/* best services sectionstart */
.top-services-bg{
  
background: #eee;
  
padding: 0px 30px 10px;
  
overflow: hidden;
}
.bestservices-1{
  padding: 12px;
}
.bestservices-2{
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.bestservices-2 strong{
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  padding: 4px 10px 4px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  position: absolute;
  width: 99%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.bestservices-2 img{width: 100%;}
/* best services section end */


/* testimonial section start */
.testimonials-1{
  padding: 10px;
}
.testimonials-2{
  padding: 0px;
}
.testimonials-3{
  padding: 15px;
  text-align: center;
  background: #eeeeee;
}
.testimonials-3 p{
  font-weight: 400;
  color: #484848;
  font-size: 17px;
  line-height: 31px;
}
.testimonials-4{
  padding: 12px 0 0;
}
.testi-name{
  padding: 4px 15px;
  position: relative;
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
}
.testi-name strong{
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
}
.testi-name strong i{
  font-size: 17px;
}
.testi-name p{
  color: #ff7295;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: -4px 0 0;
}
.testi-name span b{
  display: inline-block;
  padding: 0px 1px 0px;
  color: #fff;
}
.testi-name span b .bi{
  height: 1rem;
  width: 1rem;
}
/* testimonial section end */


/* footer section start */
.footer{
  background: #eeeeee;
  padding-left: 12px;
  padding-right: 12px;
}
.footer-left{
  
padding: 0;
}
.map-section{

position: relative;
}
.map-section strong img{
  width: 60px;
}
.map-section strong {
    position: absolute;
    font-size: 17px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 15px 5px;
    width: 100%;
    color: #222;
    top: 195px;
    right: 0;
    background: #ffffff;
}
.map-section iframe {
    vertical-align: bottom;
    height: 530px;
    width: 100%;
}
.footer-right{
  padding: 30px;
}
.footer-contact1{
  padding: 15px;
  text-align: center;
}

.footer-contact2 span{
  height: 100px;
  width: 100px;
  color: #ffffff;
  line-height: 100px;
  border-radius: 60%;
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 49px;
  animation: pulse-2 2s linear infinite;
}
@keyframes pulse-2 {
   0% {
      box-shadow: 0 0 0 0 #e03e4f
   }
   to {
      box-shadow: 0 0 0 10px #8db0ea00
   }
}
.footer-contact2 span .bi{
 width: 48px;
 height: 48px;
}
.footer-contact2 a{
   display: block;
   font-size: 22px;
   color: #222222;
   font-weight: 600;
   text-transform: lowercase;
}
.footer-contact2 p{
   text-transform: uppercase;
   font-weight: 500;
   font-size: 16px;
   color: #666666;
   padding: 22px 0 3px;
}
.copy-right p{
  color: #262626de;
  font-size: 15px;
  line-height: 25px;
  display: block;
  font-weight: 400;
  padding: 8px 0 10px;
  border-bottom: 1px solid #b4172c;
}
.copy-right span{
  font-size: 17px;
  font-weight: 500;
  color: #b4172c;
  padding: 10px 0 0;
  display: inline-block;
}
/* footer section end */



/* =============== BREAD CRUMB SECTION START ===================== */
.breadcrumb{
  background: url(images/bread-crumb.webp) no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 9;
}
.breadcrumb-left2 h1{
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  text-align: center;
  padding: 40px 0 12px; 
  font-family: "BadgerValley-Regular";
}
.breadcrumb-left2 h1 a{
  color: #ffffff;
}
.breadcrumb-left2 p{
  font-size: 19px;
  padding: 0px 0 10px;
  color: #d2d2d2;
  text-transform: capitalize;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 400;
}
.breadcrumb-left2 span{
  background: #fff;
  display: inline-block;
  padding: 10px 20px 5px;
  text-transform: capitalize;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}
.breadcrumb-left2 span .home{
  color: #c6273b;
  text-transform: uppercase;
}
/* =============== BREAD CRUMB SECTION END ===================== */



/* OUR SERVICES PAGE START */
.services-section1 .serivces1 {
    padding: 0 15px;
}
.services-section1 .ss-box{
  display: block;
}
.services-section1 .ss-box .text-box {
  width: 100%;padding: 0;
}
.services-section1 .img-box{
  width: 100%;
  padding: 22px 0 5px;
}
.services-section1 .serv-link::before {
  height: 100%;top: 0;
}
.services-section1 .ser-btn ul li a {
  padding: 5px 15px 4px;
}
/* OUR SERVICES PAGE END */

/* =============== CONTACT PAGE SECTION START ===================== */
.contact-section{

}
.form-contact{
  padding: 0 0 20px;
}
.form-contact1{
  text-align: center;
  background: #fff;
  border: 1px solid #ebeaeaee;
  padding: 30px 15px 10px;
  position: relative;
}
.form-contact1:before {
    content: "";
    background: #eeeeee;
    top: 51px;
    left: -139px;
    position: absolute;
    width: 100%;
    height: 100px;
    z-index: -1;
}
.form-contact1 span{
  height: 100px;
  width: 100px;
  color: #ffffff;
  line-height: 99px;
  border-radius: 60%;
  background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  font-size: 49px;
  box-shadow: 0 0 0 15px #f2f2f2;
}

.form-contact1 span .bi{
 width: 48px;
 height: 48px;
}
.form-contact1 i{
   display: block;
   font-style: normal;
   text-transform: uppercase;
   font-weight: 500;
   font-size: 16px;
   color: #666666;
   padding: 23px 0 0;
}
.form-contact1 p{
   padding: 0px 0 3px;
   display: block;
   font-size: 20px;
   color: #222222;
   font-weight: 600;
   font-style: normal;
}
/* =============== CONTACT PAGE SECTION START ===================== */



.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline-block;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 43px;
  bottom: 15px;
  right: 0;
  width: 50px;
  background: #e10000;
  line-height: 49px;
  border-radius: 50px 0 0 50px;
}
.end .insta{
  
bottom: 235px;
}
.end .wh-fx {
  background: #03a500;
  color:#fff;
  bottom: 50px;
  right: 0;
  left: auto;
}
.end .facebook{
  background:#4267b2;
  bottom: 305px;
}
.end li a{
  color:#fff;
}
.end .ph-fx{
  bottom: 97px;
  right: 0;
}
.end li:after{
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
}

.wh-fx{left: 0px;}

.end li a .bi{
  height: 22px;
  width: 26px;
}






@media (max-width: 767px){
  body{text-align: center;}
  .navbar-collapse .menu li { display: block;padding: 4px 0;}
    .dropdown:hover .dropdown-menu {display: none;width: 100%;background: #fff;}
	.navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;}
	.dropdown-menu ul li {padding: 8px 0 8px 14px;}
   .dropdown-menu li{background:#fa222e;text-align:center;padding: 5px 10px 7px 10px !important;}
   .dropdown-menu li a{font-weight:400;text-align: center;}
  .head-hide-image1 img {/* width: 314px; */}
  .head-section1 {padding: 0 0;}
  .mobile-top-num{display: block;}
  .header-background{padding-top:0;}
  .tophead {padding-top: 8px !important;}
  .menu {background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);padding: 10px;}
  .dropdown-menu li{    padding: 0 !important;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;}
  .slide-btn b{background: #ffffff61;height: 40px;width: 30px;}
  .head-mobile::before, .head-left1, .head-right1{display: none;}
  .head-logo-bg{border: 0px;}
  .head-logo1 img{height:100px;}
  .navigation{margin: 0;box-shadow: none;padding: 0 0 0 0px;border-radius: 0;}
  .fixed-top .navbar {margin:-70px 0 0 0;}
  .fixed-top .navigation{width:100%;background: transparent;}
  .fixed-top .head-hide-image1{width: 42%;text-align: center;}
  .fixed-top .menu{padding: 13px 0 13px;background: #800027;margin-top: 21px;}
  .navigation:before{display: none;}
  .head-center1{display: none;}
  .head-hide-image1{display: block;text-align: left;padding: 11px 15px 0;}
  .head-left1{display: none;}
  .aboutus-left1 {padding: 10px 15px 40px;}
  .inner-page .aboutus-left1 {padding: 0 15px 10px 15px;}
  .choose-1 {width: 50%;}
  .choose-1:nth-child(3) .choose-2 b:after, .choose-1:nth-child(4) .choose-2 b:after, .choose-1:nth-child(5) .choose-2 b:after {display: none;}
.aboutus-right1{display: none;}
.aboutus-center {padding: 0 15px 0;}
.aboutus-section {background-position: bottom right;}
.serv-link::before {height: 100%;top: 0;}
.ss-box{display: block;}
.ss-box .text-box {width: 100%;padding: 0;}
.img-box{width: 100%;padding: 22px 0 5px;}
.why-ws {text-align: left;margin: 0;padding: 0 0 25px;}
.slide-btn b span {margin: 9px 0px 0 -5px;height: 23px;}
.aboutus-whts1 {padding: 0 15px 0;}

  

  



}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse .menu li { display: block;padding: 4px 0;}
    .dropdown:hover .dropdown-menu {display: none;width: 100%;background: #fff;}
	.navbar-nav .show {display: block !important;margin: 0 auto;width: 100%;}
	.dropdown-menu ul li {padding: 8px 0 8px 14px;}
   .dropdown-menu li{background:#fa222e;text-align:center;padding: 5px 10px 7px 10px !important;}
   .dropdown-menu li a{/* color:#fff; */font-weight:400;}
   .dropdown-menu li{    padding: 0 !important;}
  .mobile-top-num{display: block;}
  .header-background{padding-top:0;}
  .tophead {padding-top: 8px !important;}
  .menu {background: linear-gradient(90deg, #e84556 0%, #b4172c 100%);padding: 10px;}
  .inner-page .aboutus-left1 {padding: 0 15px 10px 15px;}
  .navbar-collapse .menu li{display:block;/* padding: 4px 0; */text-align: center;}
  .slide-btn b{background: #ffffff61;}
  .head-mobile::before, .head-left1, .head-right1{display: none;}
  .head-logo-bg{border: 0px;}
  .head-logo1 img{height:100px;}
  .navigation{margin: 0;box-shadow: none;padding: 0 0 0 0px;border-radius: 0;}
  .fixed-top .navbar {margin:-70px 0 0 0;}
  .fixed-top .navigation{width:100%;background: transparent;}
  .fixed-top .head-hide-image1{width: 42%;text-align: center;}
  .fixed-top .menu{padding: 13px 0 13px;background: #800027;margin-top: 21px;}
  .navigation:before{display: none;}
  .head-center1{display: none;}
  .head-hide-image1{display: block;}
  .head-left1{display: none;}
  .aboutus-left1 {padding: 10px 15px 40px;}
  .choose-1 {width: 50%;}
  .choose-1:nth-child(3) .choose-2 b:after, .choose-1:nth-child(4) .choose-2 b:after, .choose-1:nth-child(5) .choose-2 b:after {display: none;}
.aboutus-center {padding: 0 15px 0;}
.aboutus-right1{display: none;}
.aboutus-section {background-position: bottom right;}
.serv-link::before {height: 100%;top: 0;}
.why-ws {text-align: left;margin: 0;padding: 0 0 25px;}
.aboutus-whts1 {padding: 0 15px 0;}


   
 
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.menu li {padding: 1px 12px 2px;}
.head-left1 a b {font-size: 25px;}
.head-right1 a b {font-size: 14px;}
.head-left1 a p {font-size: 18px;padding: 3px 0 0;}
.head-right1 a p {font-size: 18px;padding: 0 0 6px;margin-top: -12px;}
.aboutus-right1{display: none;}
.aboutus-section {background-size: 575px 574px;}
.testi-name strong {font-size: 17px;}
.testi-name strong i {font-size: 16px;}
.testi-name span b .bi {height: .9rem;width: .9rem;}
.footer-contact2 p {font-size: 14px;}
.footer-contact2 a {font-size: 16px;}



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

 

}

@media (max-width: 575px) and (min-width: 0px) {
   .head-hide-image1 img {width: 261px;}
   .navbar-toggler {top: -56px;}
  .heading-about h1 {font-size: 29px;}
  .form-heading strong { font-size: 28px;}
  .form-heading{padding-top: 0 !important;}
  .choose-1 {width: 100%;}
  .choose-1:nth-child(2) .choose-2 b:after {display: none;}
  .ser-btn ul li a {padding: 5px 13px 4px;}
  .footer-right {padding: 30px 15px;}
  .services-right {padding: 15px 7px;}
  .services-left {padding: 15px 12px 0;}
  .main-box-whts span {font-size: 27px;}
  .whatsapp-box-inner {font-size: 35px;}
  .breadcrumb-left2 h1 {font-size: 27px;padding: 28px 0 12px;}
}
@media (max-width: 420px) and (min-width: 0px) {
.mobile-top-num a {padding: 11px 0 2px;font-size: 23px;}
.head-hide-image1 img {width: 209px;}
 .navbar-toggler {top: -47px;width: 40px;height: 40px;}
/*  .fixed-top .head-hide-image1 { width: 56%;}*/
.heading-about h1 {font-size: 21px;}
.heading-about p {font-size: 18px;}
.getin-form { padding: 20px;}
.form-heading strong {font-size: 21px;}
.form-heading p {font-size: 15px;line-height: 21px;}
.serivces1 {padding: 0 8px;}
.owl-theme .owl-controls .owl-buttons .owl-prev, .owl-theme .owl-controls .owl-buttons .owl-next {font-size: 15px;height: 32px;line-height: 26px;width: 50px;top: 32%;}
.why-heading {padding: 0px 15px 10px;}
.top-services-bg {padding: 0px 15px 10px;}
.testi-name strong i {font-size: 16px;}
.testi-name span b .bi {height: .9rem;width: .9rem;}
.footer-contact2 p {font-size: 14px;}
.footer-contact2 a {font-size: 16px;}
.ser-btn ul li:first-child{display: none;}
.breadcrumb-left2 h1 {font-size: 22px;padding: 25px 0 12px;}
.breadcrumb-left2 span {font-size: 15px;}
.form-contact1 p {font-size: 17px;}
.navbar-collapse .menu li {padding: 2px 0;font-size: 17px;}
.content-aboutus h2, h3, h4, h5, h6 {line-height: 29px;}
.main-box-whts span {font-size: 19px;}
 .whatsapp-box-inner {font-size: 24px;}
 .main-box-whts p {font-size: 16px;line-height: 21px;padding: 7px 15px 0;}
 .whatsapp-box-inner img {width: 65px;}
 .main-box-whts {padding: 12px 0 7px;}

}





