@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html{
  padding: 0 !important;
  margin: 0px !important;
}
body{
  margin:0;
  padding:0;
  color: #000;
  font-family: "Outfit", sans-serif;
}
: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: 94%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
ul{
  list-style:none;
  margin: 0;
  padding: 0;
}
p{
  margin: 0;
  padding: 0;
}

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;
}
p{
  margin:0;
}



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

/* START HEADER SECTION  */ 

/* start top head section */ 
img.header-chakra {
    position: absolute;
    top: -26px;
    right: -14px;
    animation: rotate 8s linear infinite;
    margin: 0;
    z-index: -1;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.topleft{
   padding: 0;
   position: relative;
   text-align: center;
}

.topleft a{
  color: #000;
  font-size: 30px;
  padding: 10px 0 0 0;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
  position:relative;
}

.topleft a b{
  background: linear-gradient(to right, #ad5389, rgb(60, 16, 83));
  content:"";
  position: absolute;
  display: block;
  height: 60px;
  top: 20px;
  width: 60px;
  border-radius:50%;
  line-height: 63px;
  right: 30px;
  animation: dot-grow 1.6s linear infinite;
  text-align: center;
}
@keyframes dot-grow {
  0% { box-shadow: 0 0 0px 10px #ffffff33; }
  50% { box-shadow: 0 0 0px 0px #ffffff33;}
  100% { box-shadow: 0 0 0px 10px #ffffff33; }
}
.topleft a b .bi{
  height: 1.8rem;
  width: 1.8rem;
}
.topright span{
  background: #a95187;
  border-radius: 0 0px 30px 30px;
  font-size: 17px;
  padding: 6px 0px;
  font-weight: 500;
  display: block;
  color: #000;
  text-align: center;
}
.topright span b .bi{
  height: 1.4rem;
  width: 1.4rem;
  color: #ad5389;
  margin: 0px 0 -1px;
}
.topright span b{
  display: inline-block;
}
.cen-design{align-items: start;}
.tophead-section{background: #3a0c0c;}
.head-logo1{
  padding: 0;
}
.head-logo2 {
}
.head-logo2 img{
  /* width: 300px; */
}
.head-navigation1{
  /* margin: 0 auto; */
}
.mob-show{display: none;}
/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  padding: 5px 0 0;
}


/* start navigation section */
.navigation{
    padding: 0px 12px;
    position: relative;
}

.book-an-appoint.deskshow a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: block;
    background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
    padding: 10px 12px;
    border-radius: 50px;
}
.book-an-appoint svg{
  
width: 18px;
  
height: 18px;
  
margin: 0 2px 0 0;
}
.navigation:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
}
.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0 12px;
}
.menu li a{
    color: #ffffff;
    display: block;
    font-weight: 400;
    transition: 0.5s ease-in-out;
    padding: 2px 0 1px;
    font-size: 17px;
    text-transform: capitalize;
}
.nav-link:focus{
   color: rgb(255 255 255);
}

.menu li a:hover{
  color: #ff7100;
}
.navbar-nav .nav-link.active{
  color: #424141;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color:#fff;
}

.navbar-toggler:focus{
  box-shadow:none;
}
.navbar-toggler{
  width: 52px;
  height: 35px;
  display: inline-block;
  transition: all 0.2s ease-in;
  margin: 0;
  padding: 0 0 3px;
  border-radius: 0;
  border: 0px solid #e94e5438;
  position: absolute;
  right: 0px;
  top: -65px;
  line-height: 1px;
}

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

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

.dropdown-menu li{
  display:block;
  text-align: left;
  padding: 0 5px;
}
.dropdown-menu li a::before{
  width:0;
}
.dropdown-menu li:hover{
 /* background:#fff; */
}
.dropdown-menu li a{
  display:block;
  border: 0;
  padding: 7px 15px 6px;
}
 .dropdown-item:focus, .dropdown-item:hover{
  background: transparent;
}
.dropdown-item:focus, .dropdown-item:hover a{
  color: #000000;
}
.dropdown-menu li:hover a{
 color: #ff7100;
}
.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 */

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





/* start book appointment section  */

.head-right{position: relative;}
.head-right1{padding: 6px 0 8px;}
.head-right1 ul{
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.head-right1 ul::after {
    content: "";
    position: absolute;
    top: 20px;
    width: 71%;
    height: 1px;
    left: 0;
    right: 0;
    z-index: -2;
    background: #ff7101;
    margin: 0 auto;
}
.head-right1 ul li a{
  font-size: 17px;
  position:relative;
  color: #fff;!i;!;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.head-right1 li i{
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 45px;
  background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
  border-radius: 8px;
  margin: 0 5px;
  position: relative;
}
.head-right1 li i:before {
    content: '';
    background: url(images/wire-shape.webp) no-repeat;
    position: absolute;
    width: 48px;
    height: 48px;
    top: -4px;
    right: -6px;
    z-index: -1;
}
.head-right1 li i svg{
  height: 20px;
  width: 20px;
  fill: #fff;
}
.head-right1 ul .chat-online a{
  position: relative;
  background: #ffffff;
  padding: 4px 12px 6px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 0px;
  text-transform: capitalize;
  text-shadow: none;
  font-size: 17px;
  color: #1ba431 !important;
}
.head-right1 ul .chat-online a:before{
  display:none;
}
.head-right1 ul .chat-online a i{
  position: absolute;
  bottom: -35px;
  top: auto;
  right: -42px;
  z-index: inherit;
  margin: 0 auto;
}
.head-right1 ul .chat-online a img{
  filter: brightness(1) invert(0);
  animation: zoom-in-zoom-out 1s ease infinite;
  height: 60px;
}
.head-right1 ul .chat-online{
  padding: 0 0 0 15px;
}
.book-an-appoint {
    position: absolute;
    right: 0px;
    top: 12px;
    z-index: 1;
    height: 72%;
    display: flex;
    align-items: flex-end;
}
/* end book appointment section */




/* Slider Section start  */
.owl-carousel .owl-item {
  perspective: 1200px;
}

.owl-carousel .item {
  transform-style: preserve-3d;
}

.owl-carousel .animated.customFlipOut {
  animation: customFlipOut 0.8s both;
}

@keyframes customFlipOut {
  0% {
    transform: rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(90deg);
    opacity: 0;
  }
}

/* Slider Section end */


/* END HEADER SECTION  */ 


/* about us section start */
.big-call a{
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-top: 20px;
}
.big-call a svg{
  
width: 52px;
  
height: 52px;
}
.big-call p {
    font-size: 18px;
    max-width: 200px;
}
.big-call strong {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    line-height: 24px;
    padding: 20px 15px 20px;
    border-radius: 12px;
    border: 1px solid #e6182b;
    background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
}
.aboutus-section:before {
    content: "";
    position: absolute;
    height: 40%;
    width: 28%;
    left: 0;
    top: -20px;
    border-radius: 0 80px 80px 0;
    border: 65px solid #ff7000;
    border-left: 0;
    z-index: -1;
    border-bottom: 0;
}
.about-img1{
  
padding: 12px 10px 12px 12px;
}
.about-img1 img{
  
width: 100%;
}
.content-aboutus h2,h3,h4,h5,h6{
  color: #ffffff;
  font-size: 19px;
  line-height: 32px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 6px 15px 5px;
  text-align: left;
  background: linear-gradient(45deg, #ff8900, #fe3e35 70%);
  display: inline-block;
  margin: 10px 0 2px;
}
.aboutus-center1{
  padding: 12px;
}
.heading-about h1, .heading-about strong{
   font-size: 55px;
   font-weight: 800;
   text-transform: capitalize;
   display: block;
   font-family: 'Vocago';
   background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.heading-about span{
   font-size: 16px;
   font-weight: 400;
   text-transform: capitalize;
   display: inline-block;
   background: #3a0c0c;
   color: #fff;
   padding: 5px 12px 6px;
   border-radius: 50px;
}
.heading-about h1 a{
   color: #000000;
}
.heading-about p{
  
color: #2f2f2f;
  
font-size: 17px;
  
line-height: 31px;
  
font-weight: 400;
}
.aboutus-center2{
}
.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;
    z-index: 2;
}

.aboutus-left1{
  padding: 12px;
}
.content-aboutus p{
  color: #2f2f2f;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  padding: 10px 0 0;
}
.content-aboutus p strong{
  font-weight: 600;
}
.content-aboutus ul{
    padding: 0;
}
.content-aboutus ul li{
    font-size: 17px;
    font-weight: 500;
    color: #252525;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    background: #ff81050f;
    padding: 10px 15px 10px 42px;
    margin: 18px 0;
    border-radius: 50px;
}
.content-aboutus ul li:before{
  content: "";
  position: absolute;
  height: 20px;
  top: 12px;
  border-radius: 50%;
  width: 20px;
  left: 11px;
  background: linear-gradient(45deg, #ff8900, #fe3e35 70%);
}
@keyframes zoom{
  0% {
      transform: scale(1);
      background: #fe3e35;
  } 
  50% {
      transform: scale(0.1);
      background: #fff;
  }
  100% {
      transform: scale(1);
      background: #ff8900;
  } 
}
.form-design{
  padding: 12px;
}
.form-design1{
  padding: 35px 35px 0;
  background: #3a0c0c;
  border-radius: 35px;
}
.getin-form {
}
.contac-rr {
  padding: 20px 0 27px;
  text-align: left;
}
.form-group1 {
   padding: 7px 5px;
}
input.form-control1 {
   color: #ffffff;
}

.form-control1 {
  height: 44px;
  background-color: transparent;
  border: 1px solid #ff7000;
  border-radius: 5px;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: 300;
}
textarea.form-control1 {
  height: 140px;
  color: #ffffff;
  border-radius: 5px;
}

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

.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  padding-left:5px;
  font-size:15px;
  font-weight:100;
}
: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: 40px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #ff7000;
}
.form-heading span{
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  color: #fff;
}
.form-heading p{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
  line-height: 23px;
  padding: 12px 0 0;
}
/* about us section end */



/* services section start */
.services-section{
  overflow: hidden;
}
.services-1{padding: 12px;}
.services-2{
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  border: 1px solid #ff7000;
  border-radius: 12px;
}
.services-3{
  position: relative;
}
.services-4 {
    position: relative;
    display: block;
}

.services-3 img{
  border-radius: 12px;
  width: 100%;
}
.services-4 strong{
   font-size: 20px;
   color: #ffffff;
   padding: 6px;
   background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
   border-radius: 30px 0 0 30px;
   text-align: center;
   margin: 18px 0;
   margin-top: -55px;
   position: absolute;
   width: 100%;
   left: 5%;
}
.services-4 p{
    padding: 8px 0 10px;
    color: #2f2f2f;
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
}
.services-4 a{
  color: #ffffff;
  background: radial-gradient(#17cd28, #04ac11);
  display: inline-block;
  border-radius:50px;
  padding: 6px 15px 6px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  animation-name: blinker;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.more-serv a{
  text-align:center;
  text-transform: uppercase;
  font-size: 30px;
  display:block;
  background: #dd4e5d;
  width: fit-content;
  font-weight: 700;
  padding: 6px 30px;
  color: #ffffff;
  margin: 50px auto 0;
}
.btn1 {
    position: absolute;
    top: 41px;
    right: 30px;
}
.btn1 a {
    float: right;
    margin-right: 20px;
}
.btn1 a:before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    right: 0;
    top: -9px;
}
.btn1 a svg {
    z-index: 1;
    position: relative;
    animation: sway_X 2s linear infinite alternate;
    width: 28px;
    height: 28px;
    fill: #fff;
}
@keyframes sway_X {
  0% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}
.services-left{

padding: 12px;
}
.services-right{padding: 12px;position: relative;}
.services-right:before {
    content: "";
    position: absolute;
    height: 40%;
    width: 83%;
    right: -134px;
    bottom: 0;
    border-radius: 0 0 0 80px;
    border: 65px solid #ff7000;
    border-right: 0;
    z-index: -1;
    border-top: 0;
}
.services-right1{

}
.services-right1 ul{border-top: 0;border-radius: 0 0 20px 20px;padding: 12px;background: #3a0c0c;}
.services-right1 ul li{
  padding: 0 0 10px 32px;
  border-radius: 50px;
  color: #ffffff;
  position: relative;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 17px;
  line-height: 30px;
}
.services-right1 ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.webp) no-repeat;
  height: 30px;
  width: 30px;
  left: 0;
  top: 0;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}

@keyframes blkk {
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* services section end */



/* why choose us section start */
.whychooseus-section{
  
overflow: hidden;
}
.banner1{

padding: 12px;
}
.banner1 img{
  
width: 100%;
  
border-radius: 12px;
}
.whychooseus-section1{
    padding: 80px 80px 20px;
    border-radius: 900px 900px 0 0;
    filter: drop-shadow(-0.073px -23.147px 39.5px #0000);
    background: #3a0c0c;
    position: relative;
    z-index: 2;
}
.whychooseus-section1:before {
    content: "";
    position: absolute;
    height: 125px;
    width: 100px;
    left: 0;
    bottom: -125px;
    background: #ff7000;
    border-bottom: 0;
    margin: 0 auto;
    right: 0;
    z-index: -1;
}
.heading-why p{
   
color: #fff;
   
font-weight: 200;
}
.heading-why{
  
padding: 0 120px;
}
.choose1{
  padding: 12px 12px 0;
  margin: 0 0 -45px;
}
.choose1:nth-child(1), .choose1:nth-child(4){
  transform: translateY(150px);
}
.choose1 span{
    width: 155px;
    height: 155px;
    line-height: 155px;
    border-radius: 50%;
    background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
    align-items: center;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.choose1 span:before {
    position: absolute;
    content: '';
    width: 231px;
    height: 231px;
    background-image: url(images/why-circle-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    animation: rotate 8s linear infinite;
    z-index: 0;
    left: -40px;
    right: 0;
    margin: 0 auto;
    top: -35px;
}
.choose1 span svg{
  width: 75px;
  height: 75px;
  fill: #fff;
}

.choose1 strong{
  display: block;
  text-transform: capitalize;
  font-size: 20px;
  background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.choose1 p{
  color: #2f2f2f;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  padding: 0 0 12px;
}
/* why choose us section end */

/* other services section start */
.ws-chat a{width: 160px;height: 160px;display: block;background: radial-gradient(#00a30f, #15c723);border-radius: 50%;text-align: center;line-height: 140px;position: relative;z-index: 2;border: 8px solid #fff;}
.ws-chat{
  position: relative;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto -55px;
}
.ws-chat:before {
    position: absolute;
    content: '';
    width: 231px;
    height: 231px;
    background-image: url(images/why-circle-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    animation: rotate 8s linear infinite;
    z-index: -1;
    left: -40px;
    right: 0;
    margin: 0 auto;
    top: -35px;
}
.ws-chat a svg{
  
width: 70px;
  
height: 70px;
}
.other-services-box{
  background: #3a0c0c;
  padding: 55px 20px 0;
  border-radius: 20px;
}
.other-serivces1{
  padding: 20px 12px 0;
  text-align: center;
}

.other-serivces2 strong {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
    padding: 0 0 10px;
    font-weight: 400;
    display: block;
    text-shadow: 1px 1px 4px #f44a13;
}
.other-serivces2 img{
  border-radius: 90px 90px 0 0;
  border: 4px solid #ff7000;
  border-bottom: 0;
}
.other-ser-btn a {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    text-transform: uppercase;
    color: #fe3e35;
    font-weight: bold;
    width: 60px;
    height: 60px;
    line-height: 77px;
    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: 12px !important;
    height: 12px !important;
    margin: 5px 5px !important;
    border-radius: 10px !important;
    background: #ff8900 !important;
    opacity: 1 !important;
}
.owl-theme .owl-controls {
    margin-top: 30px !important;
}
.owl-theme .owl-controls .owl-page.active span{
  width: 20px !important;
  height: 20px !important;
  background: linear-gradient(45deg, #ff8900, #fe3e35 70%) !important;
}
/* other services section end */

/* testimonial section start */
.testimonials-1{
  padding: 12px;
  text-align: center;
}
.testimonials-2 p b{
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #e6192b;
  display: block;
  background: #ffffff;
  width: fit-content;
  padding: 0 12px;
  border-radius: 0 20px 20px 0;
  margin: 0 0 8px -12px;
}
.testimonials-2 p{
  padding:  12px;
  color: #ffffff;
  font-size: 17px;
  line-height: 29px;
  font-weight: 200;
  background: #3a0c0c;
  border-top: 0;
  border-radius: 20px;
}

.testimonials-2 strong{
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  padding: 7px 15px;
  position: relative;
  border-radius: 50px;
  display: block;
  width: fit-content;
  background: #3a0c0c;
  margin: 0 auto;
}
.testimonials-2 strong:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 30px;
    top: -20px;
    background-image: #3a0c0c;
    border-right: transparent;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    left: calc(50% - 15px);
}

.testimonials-2 svg{
  height: 60px;
  width: 108px;
}

/* testimonial section end */


/* start footer section */

.footer-section{
  background: #3a0c0c;
  position: relative;
  z-index: 1;
}

.footer-links{
}
.footer-links ul{background-color: transparent;border: 1px solid #ff7000;display: block;width: 100%;padding: 10px 10px;font-size: 18px;font-weight: 300;}
.footer-links ul li{
  color: #fff;
  padding: 5px 12px 6px;
  background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
  position: relative;
  font-size: 17px;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  margin: 2px 12px;
}
.footer-links ul li a{
  color: #ffffff;
}
.footer-design{padding: 0;align-items: center;}
.footer-left1{
  padding: 0 40px 0 20px;
}
.footer-contact1{
  padding: 12px 12px 80px;
}
.footer-contact2 a{
  display: block;
}
.footer-contact2 span{
  height: 110px;
  width: 110px;
  line-height: 110px;
  background: #3a0c0c;
  border-radius: 50%;
  position: relative;
  margin: 0px auto -0px;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0px 20px #ffffff;
}
.footer-contact2 span svg{width: 52px;height: 52px;fill: #ffffff;}
.footer-contact2 p{
  font-weight: 500;
  color: #ff7000;
  padding: 0 0 30px;
}
.footer-contact2 i{
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.footer-location{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}
.footer-location iframe{
  width: 100%;
  height: 287px;
}
.footer-location span{
  font-size: 17px;
  color: #000000;
  background: #ffffff;
  display: inline-block;
  padding: 12px 30px 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  text-transform: uppercase;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}
.footer-location span svg{
  animation: zoom-in-zoom-out 1s ease infinite;
  display: block;
  width: 82px;
  height: 40px;
  fill: #ff8100;
}
.footer-right1{
  padding: 0 12px;
}
.copy{
  position: relative;
  z-index: 1;
  padding: 15px 30px 15px;
  background: #3a0c0c;
}
.copy strong b{
  display:block;
  font-weight: 400;
  font-size: 14px;
}
.copy strong{
  font-size: 13px;
  line-height: 22px;
  font-weight: 200;
  color: #ffffff;
}
.copy p{
  padding: 8px 0 0;
  font-weight: 400;
  color: #ff7000;
  font-size: 14px;
}
/* end footer section */



/* bread crumb section start */
.bread-crumb {
  background: #3a0c0c;
  text-align: center;
}

.bread-crumb h1 {
   font-size: 40px;
   text-transform: capitalize;
   padding: 5px 0 15px;
   font-weight: 600;
}
.bread-crumb h1 a{
  color: #fff;
  text-shadow: 1px 1px 4px #f44a13;
}
.bread-crumb h1 a span {
   font-size: 38px;
   text-transform: capitalize;
   font-weight: 700;
}
.bread-crumb .home{
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 20px 20px 0 0;
    padding: 9px 18px 0px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}
.bread-crumb .home svg{
    width: 20px;
    height: 20px;
    fill: #ef2855;
    margin: -9px auto 0px;
}

/* bread crumb section end */


/* maincontent section start */
.topservices-section{
  position: relative;
  z-index: 9;
  padding: 60px 0 110px;
}
.post-section{
  padding:70px 0;
}
.topservices-section:before{
  content:"";
  position: absolute;
  background: #f58b37;
  height: 100%;
  width: 4%;
  right: auto;
  top: 0;
  left: 0;
  z-index: -9;
}
.topservices-section:after{
  content:"";
  position: absolute;
  background: #f58b37;
  height: 7%;
  width: 100%;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: -9;
}

.design-aboutus{
  padding: 0 50px 0 0px;
}
.maincontent-right1{
  
padding: 12px;
}
.banner-about{ 
padding: 12px;
}
.about-co{
  padding: 12px 0;
}
.about-heading p{
  color: #ffffff;
  background: #103b63;
  width: fit-content;
  padding: 6px 33px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 20px;
  text-transform: capitalize;
}
.about-heading h1{
  font-family: 'Trochut', cursive;
  font-size: 84px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 500;
  color: #d80b4f;
}
.about-heading h1 a{
  color: #d80b4f;
}
.content-about p{
  color: #2f2f2f;
  font-size: 17px;
  line-height: 31px;
  font-weight: 400;
  padding: 8px 0;
  text-align: justify;
}
.content-about p strong{
  font-weight:500;
  color: #000;
}
.content-about h2,h3,h4,h5,h6{
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  display: block;
  background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.whatsapp-icon a{
  position:absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  right: 0;
  display: block;
  left: auto;
}
.content-about ul li{
  font-size: 16px;
  font-weight: 300;
  padding: 10px 70px 10px 30px;
  position: relative;
  display: block;
  color: #ffffff;
  margin: 5px 0px 5px;
  border: 1px solid #4d2e6d36;
  border-radius: 10px;
  background: #3a0c0c;
}
.content-about ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.webp) no-repeat;
  height: 30px;
  width: 30px;
  left: 0;
  top: 0;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}
.content-about:hover:before{
  background:#ffffff;
  border:5px solid #d80b4f;
}

.maincontent-left1{
  padding: 0 12px 30px;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}
.design-form{
  padding: 0;
  margin: 0;
}
.form-design2{
}
.heading-form{
  color: #fff;
  text-align: center;
}
.heading-form p{
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
}
.contac-rr {
   padding: 17px 10px 11px;
   margin: 0;
   text-align: left;
}

.list-services ul li{
  padding: 11px 51px 11px 20px;
  border-radius: 50px;
  
  color: #1e1e1e;
  box-shadow: 0px 0px 4px 2px #dbdbdb;
  margin: 20px 0 10px 0;
  list-style: none;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.list-services ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon-arrow.webp) no-repeat;
  height: 32px;
  width: 32px;
  right: 8px;
  top: 10px;
}
.list-services ul li:before{
  content:"";
  position: absolute;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  right: 8px;
  top: 5px;
}
.text-services p{
  font-size: 48px;
  padding: 20px 0 0;
  font-weight: 600;
  color: #d80b4f;
  text-transform: capitalize;
}
.text-services strong{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
.text-services a{
  color: #000000;
  
  width: fit-content;
  padding: 6px 33px;
  margin: 10px 0 0;
  font-size: 22px;
  display: inline-block;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
}
.shiv-image{
  margin:-50px 0 0 0;
}
.banner-inner-content img{
  
width: 100%;
  
border-radius: 30px;
}
/* maincontent section end */

/* contact us page section start */
.form-contac1{
  padding: 0 12px;
}
.contact-1 iframe{width: 100%;height: 162px;border-radius: 12px;}
.form-design2{
  padding: 0 12px 32px;
  text-align: center;
}
.form-design2 img{
  border-radius: 25px;
}
.contact-1{
  
padding: 12px;
}
.contact-2{
  border: 1px solid #ff7200;
  padding: 12px;
  border-radius: 12px;
}
.contact-2 p{
  color: #000000;
  font-weight: 500;
  padding: 12px 0 0;
}
.contact-2 span{
  height: 92px;
  width: 92px;
  line-height: 111px;
  border-radius: 50%;
  display: block;
  box-shadow: 0 0 0px 12px #ffffff0a;
  background: linear-gradient(90deg, #e6182b 0%, #ff7200 100%);
  margin: 0 auto;
}
.contact-2 span svg {
      animation: hithere 1.3s ease infinite;
      width: 35px;
      height: 35px;
      fill: #ffffff;
}

@keyframes hithere {
  30% { transform:scale(1.2); }
  40%, 60% { transform:scale(1.2); }
  50% { transform:scale(1.2); }
  70% { transform:scale(1.2); }
  100% { transform:scale(1); }
}
.contact-2 a {
  display: block;
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 500;
}

/* contact us page section end */


/*==============================================================
                     404 PAGE CSS START
================================================================*/ 
.not-found-page-section{background: #3a0c0c;}
.not-found-page span {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  margin: -20px 0 0;
  display: block;
  color: #ffffff;
}
.not-found-page strong {
  font-size: 15pc;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #ffffff;
}
.not-found-page strong i{
  padding: 0 5px;
  margin: -56px 0 0;
  display: inline-block;
  background: linear-gradient(90deg, #671309 0%, #e94400 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.not-found-page strong i svg{
  width: 175px;
  height: 175px;
  fill: #895499;
}
.not-found-page p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
  text-transform: capitalize;
  padding: 0 0 15px;
}
.not-found-page a {
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 15px 6px;
  text-transform: uppercase;
  border: 1px solid #ff7000;
  border-radius: 50px;
}
/*==============================================================
                      404 PAGE CSS END 
================================================================*/ 



/* start fixed mobile icons*/

.icon-fixed-mobile{
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
  display: none;
}
.icon-fix{
  justify-content: center;
  align-items: center;
  padding: 8px 12px 9px;
}
.left-icon{
  padding: 0;
}
.center-icon{
  padding: 0;
  text-align: center;
}
.left-icon{
}
.center-icon a{
  background: #ec000f;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(255 0 16), inset -0.2em -0.2em 0.2em 0 rgb(227 0 14);
}
.left-icon a{
  background: #00aa00;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgb(0 170 0), inset -0.2em -0.2em 0.2em 0 rgb(1 149 1);
}

.contact-icon{
  color: #fff;
  border-radius: 40px;
  text-align: left;
  display: block;
  width: 50%;
  margin: -30px auto 0;
}
.contact-icon a{
  display:block;
  color:#fff;
  text-align: center;
  height: 45px;
  font-size: 22px;
  line-height: 45px;
  margin: 0 auto;
  width: 130px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 40px;
}
.contact-icon a .bi{
   height: 1.5rem;
   margin: 0 0 -1px 0;
   color: #fff;
   width: 1.5rem;
   animation: trin 0.5s linear infinite;
}

@keyframes trin {

    50% {
       color:#fff;
    }
    80% {
        color:#ffffff00;
    }

}

.right-icon{
  width: 60%;
  padding: 0;
}
.right-icon strong{
  display:block;
  color: #000000;
  font-weight: 700;
}
.right-icon p{
  display:block;
  color:#4d4d4d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}



@media (max-width: 767px){

 .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .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{padding: 0;}
  .menu li, .menu li a{display: block;padding: 0;margin: 0;}
  .menu li a{display: block;padding: 8px 0 3px;text-align: left;}
  .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 a:hover{background: transparent;color: #e94d53;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .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: 0;}
  .head-right{}
  .navigation{background: transparent;}
  .head-logo2 img {width: 370px;}
  .head-logo1{padding: 0;}
  .head-right ul{/* display: block; */}
  .head-right1 ul li:nth-child(2){display:none;}
  .head-right1 ul .chat-online{display:none;}
  .head-right ul li{}
  .head-right1 ul li a{font-size: 25px;justify-content: center;}
  .navigation {padding: 0px 0 0px;}
  .head-logo2 img {width: 330px;}
  .book-appointment{display:none;}
  .head-logo1{width:100%;text-align: left;}
  .head-right{width:100%;}
  .contact-number a{padding:0;}
  .head-navigation1{width: 85%;}
  .head-logo1{padding: 0;}
  .head-right1 ul li:nth-child(2){display: none;}
  .head-right1 ul .chat-online a{font-size: 19px;padding: 6px 15px 6px;}
  .head-right1 ul li a i{line-height: 30px;}
  .head-right1 ul{display: block;}
  .book-an-appoint{display: none;}
  .heading-about h1, .heading-about strong {font-size: 55px;}
  .banner-section::after{display: none;}
  .heading-why {padding: 0;}
  .banner-section{padding: 0;margin: 0 !important;}
  .aboutus-section{padding-top: 0 !important;}
  .testimonials{margin-bottom: 0 !important;padding-top: 0 !important;}
  .footer-contact1{padding: 12px 12px 30px;}
  .footer-design{padding: 20px 0;}
  .footer-links ul li {padding: 3px 7px 4px;font-size: 15px;margin: 3px 2px;}
  .footer-links ul{padding: 4px 10px;}
  .footer-location{padding: 45px 0;}
  .footer-links ul li:before {top: 7px;left: 0;}
  .footer-links ul li:after {top: 1px;left: 7px;}
  .copy {padding: 0 12px 70px;}
  .form-section{padding-top: 40px;}
  .bread-crumb h1 {font-size: 35px;}
  .content-about p{text-align: left;}
  .about-co {padding: 0;}
  .maincontent .mob-show{ background: transparent;}
  .icon-fixed-mobile{display:block;}
  .aboutus-section:before {height: 25%;}
  .head-right1 ul::after {width: 0;}
  .choose1:nth-child(1), .choose1:nth-child(2) {transform: translateY(0);margin: 0;padding: 12px 12px 55px;}
  .choose1:nth-child(3), .choose1:nth-child(4) {transform: translateY(0);margin: 0 0 -60px;}
  .big-call strong {font-size: 29px;}
  .other-serivces2 strong {font-size: 19px;}
  .other-serivces2 strong {font-size: 17px;}
  .other-serivces1 {padding: 12px 12px;}
  .other-serivces2 img{border-radius: 90px;border: 4px solid #ff7000;}
  .other-services-box {padding: 55px 15px 20px;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fixed-top{display: none;}
  .navigation{padding: 0 0 8px;background: transparent;}
  .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{padding: 0;}
  .menu li, .menu li a{display: block;padding: 0;}
  .menu li a{display: block;padding: 8px 0 3px;text-align: left;}
  .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 a:hover{background: transparent;color: #e94d53;}
  .dropdown-item:focus, .dropdown-ite:hover{background: transparent;}
  .navbar-nav .dropdown-menu {position: static;}
  .dropdown:hover .dropdown-menu {display: none;background: transparent;padding: 0;}
  .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: 0;}
  .head-right{padding: 0;}
  .navigation{background: transparent;}
  .head-logo2 img {width: 370px;}
  .head-logo1{padding: 0;}
  .head-right1 ul .chat-online a{font-size: 19px;padding: 6px 15px 6px;}
  .heading-why {padding: 0;}
  .choose1:nth-child(1), .choose1:nth-child(2) {transform: translateY(0);margin: 0;padding: 12px 12px 55px;}
  .choose1:nth-child(3), .choose1:nth-child(4) {transform: translateY(0);margin: 0 0 -60px;}
  .book-an-appoint{display: none;}
  .footer-right1{order: 1;border-top: 1px solid #ffffff4f;}
  .footer-links ul li {font-size: 14px;margin: 0;padding: 5px 8px 6px;}
  .form-section{padding-top: 40px;}
  .maincontent .mob-show{ background: transparent;}
  .aboutus-section:before {height: 25%;}
  .head-right1 ul::after {width: 374px;}
  .other-serivces1 {padding: 12px 12px;}
  .other-serivces2 img{border-radius: 90px;border: 4px solid #ff7000;}
  .other-services-box {padding: 55px 20px 20px;}


  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li {padding: 0 0px;}
  .head-logo2 {padding: 6px 0;}
  .book-an-appoint:before {width: 180px;height: 105px;}
  .book-an-appoint.deskshow a {font-size: 15px;margin: 0 10px 0 0;}
  .book-an-appoint i svg {width: 35px;height: 35px;}
  .dropdown-menu li a{padding: 7px 15px 6px !important;}
  .services-1 { padding: 12px;}
  .services-4 strong {font-size: 20px;}
  .choose1 {padding: 8px;}
  .footer-contact2 p {font-size: 14px;}
  .big-call p {font-size: 16px;}
  .big-call strong {font-size: 21px;}
  .footer-links ul li { margin: 2px 6px}
  .other-serivces2 strong {font-size: 16px;}



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

  
  

}

@media (max-width: 575px) and (min-width: 0px) {
.head-logo2 img {width: 260px;}
.menu li a {font-size: 15px;}
.navbar-toggler {width: 40px;height: 28px;line-height: 0px;padding: 1px 0 4px;top: -46px;}
.head-right1 ul li a {}
.head-right1 li i {width: 35px;height: 35px;}
.head-right1 li i:before {top: -6px;right: -6px;}
.mob-show {padding: 2px 0 4px;}
.heading-about h1, .heading-about strong {font-size: 40px;}
.services-1 {padding: 12px;}
.bread-crumb h1 {font-size: 25px;padding: 8px 0px;}
.bread-crumb .home {font-size: 14px;}
.bread-crumb .home svg {width: 16px;height: 16px;margin: -5px auto 0px;}
.content-about h2, h3, h4, h5, h6 {line-height: 28px;font-size: 20px;}
.maincontent{padding: 10px 0 0 !important;}
.not-found-page strong {font-size: 95px;}
.not-found-page strong i svg {width: 70px;height: 70px;margin: 0 0 -25px;}
.not-found-page span {font-size: 22px;}
.not-found-page p {font-size: 12px;padding: 5px 0 10px;}
.not-found-page a {font-size: 13px;}
.not-found-page-section{padding-top: 25px!important;}
.more-serv a {font-size: 19px; padding: 5px 15px;margin: 35px auto 0;}
.whychooseus-section1 {padding: 35px 15px 20px;border-radius: 100px 100px 0 0;}
.choose1:nth-child(3), .choose1:nth-child(4) {transform: translateY(0);margin: 0;padding: 12px 12px 55px;} 
.form-heading strong {font-size: 36px;}
.big-call a {display: block;text-align: center;}
.big-call p {max-width: 100%;}
.big-call strong {display: inline-block;}
.other-serivces1{width: 50%;}
}


@media (max-width: 420px) and (min-width: 0px) {
.services-4 strong {font-size: 20px;}
.head-logo2 img {width: 220px;}
.heading-about h1, .heading-about strong {font-size: 30px;}
.form-heading strong {font-size: 25px;}
.footer-location iframe {width: 295px;height: 295px;border: 12px solid #ff8100;}
.footer-location:before {width: 130px;}
.footer-location {padding: 25px 0;}
.footer-contact2 p {font-size: 14px;}
.about-img1 {width: 100%;}
.other-serivces1{padding: 8px 5px;}
.other-serivces2 strong{font-size: 16px;}
.aboutus-section:before {height: 10%;}
.form-design1 {padding: 18px 20px 0;}
}





