@import url('https://fonts.googleapis.com/css2?family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html{
    padding:0 !important;
    margin:0 !important;
}

body{
  margin:0;
  padding:0;
  color: #6d2e46;
  font-family: "TikTok Sans", 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;}

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


/* START HEADER SECTION  */ 

/* start top head section */ 

.tophead-section{
  
background: linear-gradient(45deg, #721704, #c34103);
  
padding: 10px  0;
}
.tophead{
  padding: 0px 0px 0px;

}
.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 top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
  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{padding: 0;}
.head-logo1{
  padding: 0px 0 0 0;
  text-align: left;
}
.head-logo2 img{
}
.head-navigation1{}

/* end top head section */ 


.head-navigation{
  background: #ffb176;
  margin: -7px 0 0;
  position: relative;
  padding: 3px 0;
}
.navigation{
  position: absolute;
  z-index: 5555;
  background: #ffffff;
  border-radius: 0 0 60px 50px;
  width: auto;
  padding: 18px 80px;
  margin: 10px auto -0px;
  width: fit-content;
  left: 0;
  right: 0;
}

.navbar-collapse{
  justify-content:center;
}
 .menu{
  display: block;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 13px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #000000;
  display: inline-block;
  transition: 0.5s ease-in;
  padding: 6px 20px 5px;
  border-bottom: 2px solid transparent;
}

.navbar-toggler{
  border-radius: 0%;
  width: 40px;
  height: 30px;
  background: #ffffff00;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 1px;
  margin: 0;
  margin-left: -0px;
  padding-left: 0px;
  border: 0;
  padding-right: 0px;
}
.navbar-toggler {
    margin: -109px  0 0 auto;
    display: block;
}
.fixed-top .navbar-toggler{
  padding-right: 0px;
  margin-left: -9px;
}
.toggle-design{
  height: 2px;
  width: 100%;
  background: #ffb400;
  display: inline-block;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
}

.navbar-toggler:focus{box-shadow:none;}

.menu li a:hover{
  color: #a13103;
  border-bottom: 2px solid #ffb400;
}
.menu li a.active-1 {
  color: #a13103;
  font-weight: 500;
  border-bottom: 2px solid #ffb400;
}

.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: #ffffff;
  z-index: 999999;
  border-radius: 0;
  transition: 0.2s all;
}
.dropdown:hover .dropdown-menu{
  display:block;
}

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

.dropdown-menu ul{
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul li{
  display:block;
  padding: 9px 10px 9px 20px;
  text-align: left;
  color: #000000;
  margin: 0;
}
.dropdown-menu ul li a{
  display:block;
  color: #000000;
  font-size: 16px;
  background: #c0203c00;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: initial;
  border-bottom: 2px solid transparent;
}
.dropdown-menu ul li:hover{
  background: #f9930f;
}
.dropdown-menu ul li:hover a{
  background:  #f9930f;
  color: #ffffff;
  border-bottom:2px solid #f9930f;
}
.dropdown-menu ul li:last-child{
  padding-bottom: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*/




/* start book appointment section  */

.head-right{padding: 0 0 0 0px;}
.call-top a{
  font-size: 46px;
  font-weight: 600;
  line-height: normal;
}
.head-right1{
  text-align: center;
}

.head-right1 ul li{
  padding: 0 0 0 20px;
  display:inline-block;
  margin: 0;
  list-style: none;
}
.head-right1 ul li a{
  font-size: 19px;
  position:relative;
  text-align: left;
  display: block;
  padding: 0 0 0 60px;
  color: #000000;
}

.head-right li span{
  left: 0;
  position:absolute;
  background: #ffb400;
  top: -13px;
  margin:0;
  height: 50px;
  line-height: 40px;
  width: 50px;
  border-radius: 50%;
}
.head-right li span img{
  height: 31px;
  text-align: center;
  margin: 9px auto 0;
  display: block;
}
.head-right li p{
  width: fit-content;
  border-radius: 50px;
  padding: 0;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
}
.head-right li p em{
  background: #012c5f;
  width: fit-content;
  border-radius: 50px;
  padding: 4px 22px 2px;
  font-style: normal;
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  display:block;
}

.appointement{
}
.appointement a{
  background: #ffb401;
  display: block;
  text-align: center;
  font-size: 18px;
  padding: 8px 0 8px;
  line-height: 28px;
  color: #000000;
  font-weight: 600;
  border-radius: 40px;
  text-transform: capitalize;
}
.appointement a span{
  background: #ffffffee;
  display: block;
  border-radius: 50%;
  height: 70px;
  line-height: 68px;
  width: 70px;
  margin: 0 auto;
}
.appointement a span img{
  height: 61px;
}
/* end book appointment section */




/* start slider section  */

.slide-section{
  position: relative;
}
.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  */ 


/* start about us section */

.aboutus-section{
  position: relative;
  padding: 0px 0 50px;
}
.design-aboutus{
  padding: 80px 50px 0 70px;
}
.about-heading p{
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  border-radius: 20px;
  text-transform: capitalize;
}
.about-heading strong{
  font-family: "Arsenal", sans-serif;
  font-size: 43px;
  text-transform: capitalize;
  text-align: left;
  display: block;
  font-weight: 600;
  color: #020202;
}
.about-heading h1{
  font-size: 54px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 300;
  font-family: "Arsenal", sans-serif;
  color: #7f0013;
}
.about-heading h1 span{
  font-weight: 600;
}
.about-heading h1 a{
  color: #7f0013;
}
.about-heading aside{
  color: #1e1e1e;
  font-size: 16px;
  padding: 0px 0 10px;
  line-height: 30px;
  text-align: justify;
}
.content-about p{
  color: #1e1e1e;
  font-size: 16px;
  padding: 0px 0 10px;
  line-height: 30px;
  text-align: justify;
}
.content-about p strong{
  font-weight:500;
  color: #a20017;
}
.content-about h2,h3,h4,h5,h6{
  color: #ffffff;
  padding: 6px 20px;
  font-size: 19px;
  line-height: 32px;
  width: fit-content;
  text-transform: capitalize;
  border-radius: 11px;
  margin: 0 0 20px 0;
  background: #9e2e03;
}
.whatsapp-icon a{
  position:absolute;
  height: 100%;
  width: 100%;
  top: -20px;
  right: 0;
  display: block;
  left: auto;
}
.content-about  ul{
  padding: 5px 0 7px;
  margin: 0;
  list-style: none;
}
.content-about  ul li{
  font-size: 16px;
  font-weight: 400;
  padding: 5px 14px 5px 24px;
  position: relative;
  display: block;
  color: #292929;
  margin: 0px 0px 0;
}
.content-about  ul li:after{
  height: 15px;
  width: 15px;
  content:"";
  left: 0px;
  top: 8px;
  position: absolute;
  background: #7a0112;
  border-radius: 50%;
}
.whatsapp-icon a img{
  animation: rotation 10s infinite linear;}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.maincontent-left1{
  padding:0 40px 0 0px;
}
.maincontent-bottom{
  padding:0 0px 0 40px;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}

.icon-services{
  padding:20px;
  background: linear-gradient(131deg, #7a0112 0%, #ffb402 100%);
  margin: 20px 0 0;
}
.icon-services2 span{
  height: 110px;
  line-height: 88px;
  width: 110px;
  display:block;
  background: #ffffff;
  border: 10px solid #c6680985;
  margin: 0 auto;
  border-radius:50%;
}
.icon-services2 span img{
  height: 58px;
}
.icon-services2 strong{
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0 0;
  text-transform: capitalize;
  display: block;
}

.list-design{
  padding: 30px 0px 30px 20px;
}
.list-design strong{
  color: #000000;
  font-size: 40px;
  font-weight: 600;
  font-family: "Arsenal", sans-serif;
  text-transform:capitalize;
}
.list-design ul li{
  padding: 0px 14px 0px 90px;
  color: #ffffff;
  margin: 14px 0px 0px 0px;
  line-height: 50px;
  background: linear-gradient(45deg, #470002, #ff6000);
  list-style: none;
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
  text-align: left;
}
.list-design ul li:before{
  content:"";
  position: absolute;
  background: #ffb401;
  height: 50px;
  width: 49px;
  left: 0px;
  top: 0;
}
.list-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.png) no-repeat;
  height: 30px;
  width: 30px;
  left: 9px;
  top: 12px;
}
.religion p{
  font-family: "Arsenal", sans-serif;
  font-size: 33px;
  text-transform: capitalize;
  text-align: center;
  display: block;
  font-weight: 600;
  padding: 12px 0 0 0;
  animation: blkk 1.9s infinite ease-in-out;
  color: #020202;
}
.whastappleft{
  border: 3px solid #29b73e;
  background-color: #fff;
  border-radius: 10px;
  padding: 0px 0 20px;
  margin: 18px 0 0;
}
.whastappleft span {
  font-size: 35px;
  text-align: center;
  font-weight: 600;
  display: block;
  line-height: normal;
  color: #000000;
  padding: 10px 0;
}
.whastappleft a {
  border-top: 3px solid #29b73e;
  text-align: center;
  font-size: 30px;
  color: #29b73e;
  font-weight: 700;
}



.banner-love{
  padding: 20px 0 0 0;
}

.chatting-banner{
  padding: 15px 0 0;
}
.list-link-design{
  padding:0 0 0 30px;
}
.list-link-design ul li{
  padding: 12px 14px 11px 50px;
  border-radius: 50px;
  color: #ffffff;
  margin: 14px 0px 0px 0px;
  list-style: none;
  position: relative;
  background: #ffb401;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 19px;
  text-align: left;
}
.list-link-design ul li a{
  color:#000;
  display: block;
}
.list-link-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.png) no-repeat;
  height: 30px;
  width: 29px;
  left: 14px;
  top: 12px;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}

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

    100% {
        opacity: 0;
    }
}

.choose-us{
  padding: 20px 0 0 0;
}

.choose-us1{
  padding: 10px 0px 0px;
}

.choose-us2{
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.choose-text{
  background: #ffb400;
  padding: 10px;
}
.choose-text strong{
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffffff;
  display: block;
  color: #000000;
  padding: 8px 6px;
}
.choose-text p{
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 15px 0 0;
  line-height: 27px;
  font-weight: 400;
}

.choose-image{
  padding: 0px 20px 0 0px;
  text-align: center;
}
.choose-image span{
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.choose-image span img{
}
.design-form-round{
    background: linear-gradient(178deg, #470002, #ff6000);
    padding: 30px 30px 30px 30px;
    border-radius: 50px 50px;
    margin: 40px 0 0;
}
.form-design2{text-align: center;}

.heading-form{
  color: #fff;
  text-align: center;
}
.heading-form p{
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
}
.contac-rr {
   padding: 15px 0px 0px;
   margin: 0;
   text-align: left;
}
.contac-rrr{
  
}
.form-group1 {
   padding: 0 4px;
   text-align: center;
   margin: 0px 0px 15px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #252525;
   font-weight: 500;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #000000;
}

.form-control1 {
  height: 56px;
  background-color: #ffffff;
  border-radius: 14px;
  border: 0;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 18px;
}
textarea.form-control1 {
  height: 120px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 14px 0 0px 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  background: #ffffff;
  padding: 11px 35px 11px;
  color: #771a04;
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 600;
  border:0;
  border-radius: 30px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #ffffff;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #000000;
  font-size:16px;
  font-weight:500;
}
: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-left2{
  padding: 38px 0 60px 0;
  background: #f58b37;
  text-align: left;
}
.form-heading{
  padding: 0px;
  text-align: center;
}
.form-heading strong{
  font-size: 46px;
  color: #ffb400;
  display: block;
  font-weight: 700;
  font-family: "Arsenal", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.form-heading p{
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  line-height: 23px;
  font-weight: 400;
}

/* end about us section*/


/* start top services section */

.mainservices-section{padding: 70px 0 60px;}

.mainservices-left1{padding: 0 20px 0 0;}
.mainservices-heading{
  position:relative;
  padding: 0 0 0 0px;
}


.mainservices-heading strong{
    font-size: 54px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    font-family: "Arsenal", sans-serif;
    color: #7f0013;
}
.mainservices-heading p{
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  margin: -6px 0 0;
}
.top-services1{
  padding: 10px 14px;
}

.top-services2{
  background: #ffffff;
  padding: 20px 30px 20px 40px;
  border: 1px solid #ff8200;
  border-right: 0;
  border-radius: 50px 0 0px 60px;
}

.top-services2 p{
  color: #000000;
  font-size: 16px;
  padding: 0;
  line-height: 28px;
  text-align: left;
}
.top-services2 strong{
  font-size: 23px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 0;
  text-align: left;
  color: #000000;
}
.top-services2 strong img{
  height: 50px;
}
.mainservices-right1{
  padding: 0 20px 0 0px;
}
.text-mainservices{
  background: #5c0b02;
  padding: 20px;
  border-radius: 9px;
}
.text-mainservices img{
  border-radius:30px;
}
.text-mainservices p{
  list-style: none;
  font-size: 16px;
  padding: 20px 0 20px 0;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  position: relative;
  line-height: 28px;
}
.text-mainservices strong{
  font-size: 31px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 600;
  font-family: "Arsenal", sans-serif;
  color: #ffb400;
}
.text-mainservices strong span{
  color: #ffffff;
}
.tagline-future {
  padding: 49px 0 0 0;
}
.tagline-future p{
  color: #ff8400;
  font-size: 43px;
}
.tagline-future p span{
   color:#880a0a;
}
.astro-intro{
  padding:20px;
  background: #880a0a;
  margin:20px 0 0;
}
.astro-intro p{
  color:#fff;
  text-transform:capitalize;
  font-size:20px;
  font-weight:600;
}
.astro-intro span{
  font-size:20px;
  color:#ff9f00;
  text-transform:uppercase;
  font-weight:600;
  padding: 0 0 9px 0;
}
.astro-intro a{
  color: #fff;
  padding: 0 0 5px 0;
  font-size: 16px;
}
.astro-intro .call-intro{
  font-size: 22px;
}
.astro-intro .call-intro .bi{
  height: 1.5rem;
  width: 1.5rem;
}
.astro-intro .click-chat{
  color:#8eff8e;
  letter-spacing: 1px;
  text-transform: uppercase;
  animation: boun 0.8s infinite;
}
@keyframes boun {
    0% {
       opacity:0;
    }

    100% {
        opacity:1;
    }
}
/* end top services section */



/* start services section */

.services-section{
  padding: 50px 0 80px;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-heading{
  position:relative;
  background: #fff;
  border-radius: 30px;
}
.services-heading strong{
  font-size: 54px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  font-family: "Arsenal", sans-serif;
  color: #7f0013;
}
.services-heading p{
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  padding: 0;
  line-height: 32px;
}
.services-heading span{
  color: #ffffff;
  background: radial-gradient(#470002, #ff6000);
  width: fit-content;
  padding: 6px 33px;
  font-size: 18px;
  margin: 0 auto;
  display: block;
  font-weight: 400;
  border-radius: 70px;
  text-transform: capitalize;
}

.contact-services strong{
  font-size: 34px;
  display: block;
  color: #f3f7ff;
  font-weight: 600;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 51px;
  padding: 0 22px 0px 22px;
  background: #aa3b12;
  color: #fff;
  font-weight: 800;
}
.contact-services a span{
  color: #6d2e46;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
  text-align: left;
  display: block;
  font-size: 30px;
}
.contact-services{
  position:relative;
  margin: 10px 0 0;
}
.contact-services i{
 animation: rotation 10s infinite linear;
 position: absolute;
 display:block;
 bottom: -50px;
 right:0;
}

.services-1{
  padding: 10px 10px 20px;
}
.services-2{
  padding: 20px 20px 0;
  background: linear-gradient(178deg, #470002, #ff6000);
  border-radius: 40px;
  box-shadow: 0 0 10px #dddddd;
  position:relative;
}

.services-3{position:relative;margin: 20px 0 0 0;padding: 0 36px;}
.services-3 img{
  margin: 0 auto;
  border-radius: 50%;
  position:relative;
}
.services-3:before{
  content:"";
  position:absolute;
  height: 260px;
  width: 260px;
  background: #fff;
  top: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
.services-3 a{
  position:absolute;
  height: 62px;
  width: 62px;
  line-height: 79px;
  border-radius: 0 30px 30px 0;
  background: #ffffff;
  left: -20px;
  top: 0px;
  z-index: 9;
}
.services-3 a .bi{
  height: 35px;
  fill: #e95400;
  width: 35px;
}
.services-4 strong{
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 800;
  color: #ffffff;
  font-size: 20px;
  margin: 30px auto 0;
}
.services-4 p{
  color: #ffffff;
  line-height: 29px;
  font-weight: 400;
  padding: 0px 0px 16px;
  font-size: 16px;
}
.services-4 a{
  color: #000000;
  background: #ffffff;
  display: inline-block;
  border-radius: 30px 30px 0 0;
  padding: 14px 24px 8px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.owl-carousel .owl-item img{
  width: auto;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{
  color: #ffffff;
  background: #cdcdcda3;
  font-size: 60px;
  display: inline-block;
  margin: 0px 0px 0 0px;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 45px;
}
.owl-nav{
  width: 100%;
  line-height: 50px;
  top: 180px;
  height: 50px;
  border-radius: 10px;
  margin: 0px auto 0;
  position: absolute;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
 position: absolute;
 width: 100%;
 top: 48%;
 text-align: left;
 left: 0;
}
.owl-carousel .owl-nav button.owl-prev span {float: left;}
.owl-carousel .owl-nav button.owl-next span{
 float: right;
}
.owl-dots{display:none;}

/* end services section */

/* start top services section */

.topservices-section{
  padding: 38px 0 40px;
  position:relative;
  z-index: 5;
  background: #ffb400;
}
.topservices-heading strong{
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 44px;
  position:relative;
}
.topservices-heading span{
  color: #c10100;
  border-bottom: 2px solid #f9cf61;
}
.topservices-heading b{
  display: block;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  border: 1px solid #ac4361;
  border-radius: 50%;
  line-height: 56px;
  background: radial-gradient(#672d9d38 30%, transparent 60%);
}
.topservices-heading b svg{
  height: 38px;
  fill: #672d9d;
  width: 38px;
}
.topservices-heading .line-arrow{
  height: 4px;
  width: 149px;
  background: #fc9704;
  margin: 0 5px 0 2px;
}
.topservices-heading .rou-arrow{
  height: 7px;
  width: 7px;
  border-radius: 50%;
  position:relative;
  margin-left: 5px;
}
.topservices-heading .rou-arrow:after{
  width: 5px;
  height: 5px;
  background: #bb0000;
  border-radius: 50px;
  position: absolute;
  top: 0.9px;
  left: -8px;
  content: "";
}
.topservices-heading p{
  color: #3f3f3f;
  text-transform: uppercase;
  font-weight:600;
  margin: -2px 0 0;
}


.topservices-1{
  width: 20%;
  padding:10px;
}
.topservices-2{
  position: relative;
  text-align: center;
}
.topservices-2 img{
  border-radius: 100px;
  transform: rotateX(0deg);
  border: 2px solid #ffb400;
  outline: 3px solid #f35a00;
  margin: 0 auto;
  display: block;
}
.topservices-1:hover .topservices-2 img{
    transform: rotateX(360deg);
    transition: all .3s;
}
.topservices-2 strong{
  text-transform: uppercase;
  font-weight: 800;
  color: #000000;
  font-size: 18px;
  padding: 20px 0px 4px 0px;
}
.topservices-2 a{
  width:fit-content;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 7px 15px 7px 15px;
  margin: 0px auto 0;
  background: #7f0013;
  border-radius: 10px;
} 
.topservices-2 p{
  font-size: 16px;
  line-height: 28px;
  color: #363636;
  padding: 0px 0px 0 0px;
}
/* end top services section */



/* start testimonials section */

.testimonials{
  position:relative;
  z-index: 999;
  padding: 50px 0 100px;
}
.testimonials .services-heading strong{
}

.testimonials1{
  padding: 10px;
}
.testimonials2{
  padding: 25px;
  background: radial-gradient(#ffffff, #ffb401);
  border-radius: 40px;
  position:relative;
  box-shadow: inset 0 0 6px 4px #ffffff;
}
.coma span{
  display: block;
  transform: rotate(180deg);
  margin: 0px auto 0 0;
  z-index: 99;
  text-align: left;
  position: absolute;
  opacity: 0.2;
  right: 0;
  bottom: 50px;
}
.coma span .bi{
  height: 5.2rem;
  color: #ffffff;
  width: 5.2rem;
}
.testimonials3{
}
.testimonials3 strong{
  background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
  padding: 3px 0 35px 0px;
  display: block;
  text-align: center;
}
.testimonials3 strong p{
  font-size: 17px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}
.testimonials3 strong i{
  color: #ff0;
  margin: -1px 0 0;
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}
.testimonials3 span{
  padding: 0;
  display: block;
  margin: -28px 0 0;
}
.testimonials3 span img{
  border: 6px solid #ffffff;
  border-radius: 50%;
}
.testimonials4 p{
  color: #000000;
  font-weight: 500;
  line-height: 33px;
  text-align: center;
  padding: 8px 0 0;
  font-size: 15px;
}
.testimonials4 {
  position: relative;
  border-radius: 10px;
  padding: 15px 0px 0px;
}
.testimonials4 span{
  display: block;
  text-transform: capitalize;
  color: #000000;
  position: relative;
  font-size: 17px;
  padding: 0 0 7px 0px;
  text-align: center;
  font-weight: 600;
  border-bottom: 1px solid #000000;
}
.testimonials4 span b{
  font-weight: 600;
  color: #b33d0a;
  text-transform: capitalize;
  right: 12px;
  font-style: italic;
}
.star i {
  padding: 4px 25px 4px 23px;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 0 0 60px 60px;
}
.star i b{
  display:inline-block;
  padding: 0 3px;
}
.star i b .bi{
  height: 18px;
  width: 18px;
  fill: #b23c0a;
}
.whatsapp-services{
  background: #461159;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-services a{
  display:block;
}
.whatsapp-services img{
  animation: rotation 10s infinite linear;
}
.client {
  padding: 20px 0 0;
}
/* end testimonials section */


/* start footer section */

.footer{
  background: linear-gradient(45deg, #721704, #c34103);
  padding: 0px 0 0px;
  position:relative;
  z-index: 9;
}
.footer:before{
  content:"";
  position:absolute;
  height: 100%;
  width: 100%;
  left:0;
  right: 0;
  top: 0;
  opacity:0.1;
  background: url(images/footer-bg.jpg) no-repeat;
  background-size: cover;
  z-index: -9;
  background-position: bottom;
}
.map-design iframe{
  vertical-align: bottom;
  border: 2px solid #ffffff !important;
  border-radius: 0 0 40px 40px;
  padding: 0 7px 7px 7px;
  height: 180px;
}
.map-design  p{
  background: rgb(255 180 1);
  padding: 14px 40px 14px 30px;
  position: absolute;
  bottom: 110px;
  color: #000000;
  left: 0;
  right: 0;
  width: fit-content;
  font-weight: 500;
  margin: 0 auto;
  font-size: 26px;
  line-height: 20px;
}
.map-design  strong span{
  display: inline-block;
}
.map-design  strong span .bi{
  color: #fba104;
  height: 2.4rem;
  width: 2.4rem;
  margin: -12px 0 -10px 0;
}

.contact-info2 ul li{
  list-style: none;
  padding: 30px 10px 0px 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  width: 48%;
}
.contact-info2 a{
  display: block;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
  border-radius: 20px;
  padding: 30px 0 30px 110px;
}
.contact-info2 span{
  line-height: 63px;
  height: 70px;
  width: 70px;
  display: block;
  background: #ffb401;
  position: absolute;
  margin: 0 auto;
  border-radius: 50%;
  border: 5px solid #882203;
  animation: blk 1s infinite;
  left: 20px;
  top: 14px;
}
@keyframes blk {
  0% {
    outline: 1px solid #ffedd1; }
  50% { outline: 2px solid #ffedd1;}
  100% { outline: 2px solid #ffffff3b;}
}
.contact-info2 span img{
  height: 30px;
}
.contact-info2 strong{
  font-size: 24px;
  display: block;
  position: relative;
  color: #ffffff;
  padding: 0;
  text-align: left;
  font-weight: 600;
}
.contact-info2 ul li:nth-child(3) strong{
  font-size: 18px;
}
.disclaimer {
  padding: 17px 0px 0px;
  margin: 30px 0 0;
  border-top: 1px solid #eee;
  background: content-box;
}
.disclaimer b{
  display: inline-block;
  color: #ffffff;
  font-size: 12px;
  padding: 0 10px;
  font-weight: 600;
}
.disclaimer strong{
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  color: #ffffff;
  padding: 3px 20px 10px;
  display: inline-block;
}

.copy p{
  font-weight: 600;
  color: #000000;
  background: #fff;
  padding: 25px 0;
  font-size: 14px;
}

/* end footer section */


/* start bread crumb section  */

.breadcrumb-section{
  position:relative;
  padding: 110px 0 40px;
  background: linear-gradient(45deg, #741804, #bd3e03);
  z-index: 9;
}

.breadcrumb-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: -9;
  opacity: 20%;
  background: url(images/footer-bg.jpg) no-repeat;
  background-size: cover;
}
.first-item {
  font-size: 46px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 600;
  padding: 0 0 9px 0;
  position: relative;
}
.first-item a {
  color: #ffffff;
  display: block;
  font-family: "Cal Sans", sans-serif;
}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  background: #ffb400;
  margin: 0;
  border-radius: 30px;
  padding: 5px 30px 3px;
  text-transform: capitalize;
  position: relative;
}
/* end bread crumb section  */

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


.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding:0 30px 0 0;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 5px 10px 25px;
}
.contact-get-2 a{
  display: block;
  padding: 20px 20px;
  border: 1px solid #e85400;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;
  
}
.getin-icon{
  position:relative;
}

.getin-icon span{
  display: flex;
  justify-content: center;
  align-items: center;
}
.getin-icon span strong{
  display: block;
  height: 81px;
  width: 81px;
  background: #540702;
  border: 6px solid #ffb400;
  border-radius: 50px;
  line-height: 67px;
  margin: 0 auto;
}
.getin-icon span strong img{height: 32px;}
.getin-content{
  padding: 0px 0 0 4px;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  display: block;
  padding: 3px 0px 2px;
  border-radius: 50px;
}
.getin-content p{
  color: #000000;
  text-transform: uppercase;
  line-height: 28px;
  padding: 3px 20px;
  width: fit-content;
  font-size: 17px;
  font-weight: 700;
  margin: 12px auto 0;
  background: #ffb400;
  border-radius: 40px;
}
.chatting-banner a{
  color: #fff;
  text-align: center;
  padding: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 48px;
  background: #2ebe41;
  margin: 0 auto;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/

/* ===============================================================
           START INNER PAGE CSS 
==================================================================*/
.inner-page{
  background: #fff;
  padding: 70px 0 30px;
  margin: 0px 0 20px 0;
}
.about-us-form{
  border: 2px solid #ffb400;
  border-radius: 30px;
  padding: 20px;
}
.about-us-form .form-heading strong{
  color: #8b2404;
}
.about-us-form input.form-control1, textarea.form-control1{
   border: 2px solid #ffb400;
}
.about-us-form .btn-group>.btn{
  background:linear-gradient(45deg, #721704, #c34103);
  color:#fff;
}


.services-page .services-2{
  background: linear-gradient(0deg, #db156f 0%, #ff7237 100%);
}
.services-page .services-4 a{
  background: #f8f700;
  color: #000000;
}
.services-page .services-3 strong{
  color:#fff;
}
.services-page .services-4 p{
  color:#fff;
}
.banner-whatsapp a{
  display:block;
}
.banner-whatsapp a img{
  border: 1px solid #bdbdbd;
  border-radius: 30px;
  }
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.services-our1{
  padding:0 0 0  30px;
}
.services-our1 a{
  padding: 10px 10px 14px 10px;
  text-align: center;
  background: #6d2e46;
  font-size: 46px;
  color: #000000;
  font-weight: 700;
  display:block;
  text-decoration: none;
  position: relative;
}

.services-our1 strong{
  margin: 0;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #6d2e46;
}
.services-our1 p{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 10px 0 5px;
  word-spacing: 2px;
  text-transform: capitalize;
}
.services-our1 span{
  color: #395612;
  font-size: 18px;
  background: #ffea00;
  margin: 0;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 7px 24px 6px;
}


.aboutus-pageleft1{
  padding:0 0 0 30px;
}
.maincontent-right1 .chatting-banner a{
  font-size: 36px;
  margin: 20px 0 0;
  padding: 3px 0;
}
.inner-form{background: #6d2e46;padding: 40px 20px 20px;border-radius: 20px;}
.number-design a{
  display:block;
  background: linear-gradient(45deg, #721704, #c34103);
  padding: 20px 0;
  margin: 0 0 30px 0;
}
.number-design a span{
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
}
.number-design a p{
  color: #ffb401;
  font-size: 16px;
  text-transform: uppercase;
}
/* ===============================================================
           END INNER PAGE CSS 
==================================================================*/

.fix{
  position: fixed;
  display: none;
  left: 0;
  padding: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 99999;
  width: 90%;
  right: 0;
}
.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;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  font-size: 20px;
  height: 50px;
  text-transform: capitalize;
  right: 0px;
  bottom: 20px;
  border-radius: 9px;
  width: 40%;
  background: #fd0202;
  line-height: 48px;
}
.end .wh-fx {
  background: #079d04;
  color:#fff;
  width: 56%;
  left: 0;
}
.end li a{
  color:#fff;
  display: block;
}


@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
 

}
@keyframes ripp{
0%{transform: scale(0.9);}
20%{transform: scale(1);}
40%{transform: scale(1.1);}
60%{transform: scale(1.2);}
80%{transform: scale(1.3);}
100%{transform: scale(1.4);}

}


@keyframes rip{
0%{ box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);}
20%{ box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);}
40%{ box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);}
60%{ box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);}
80%{ box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);}
100%{ box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);}


}

.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 27px;
}



@media (max-width: 767px){
  body{text-align: center;}
  .head-right1 ul li:nth-child(1){display:none;}
  .navbar-collapse.in{overflow-y: visible;}
  .dropdown-menu {display: none;margin-top: 0;}
  .dropdown:hover .dropdown-menu{display: none;}
  .open>.dropdown-menu {display: block !important;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  .slide-btn b{height: 25px;width: 16px;}
  .slide-btn b span{height: 20px;margin: 3px 0px 0 -5px;width: 16px;}
  .carousel-control-next b span{margin: 3px 0px 0 0px;width: 1rem;}
  .design-aboutus {padding: 0 0px 0 0px;}
  .topservices-section:after{display:none;}
  .whychoose-section:before{display:none;}
  .list-services{padding: 0 12px;}
  .list-services ul li {padding: 11px 51px 11px 14px;font-size: 15px;margin: 10px 0 10px 0;}
  .text-services p{font-size: 40px;}
  .contact-services{}
  .services-section {padding: 30px 0px 20px;}
  .whychoose-section{padding: 0 0px;}
  .testimonials{padding: 50px 0px 100px;}
  .design-form{padding: 0 0px;}
  .choose-left2 strong{padding:5px 10px;}
  .choose-left2 p{padding: 10px 10px 10px;}
  .contact-info2 ul li {padding: 20px 0 0px 0px;width: 100%;}
  .whatsapp-icon a{right:40px;}
  .shiv-image{margin:0;}
  .copy p{ padding: 11px 20px;font-size: 12px;margin: 10px auto 20px;}
  .getin-left1 {padding: 0 0px 0 0;}
  .getintouch {padding: 100px 15px;}
  .contact-get-2 {padding: 15px 2px 15px;}
  .maincontent-left1{padding: 0 0px 20px 0px;}
  .aboutus-left1 { padding: 0 0px 0 0px;}
  .inner-page{padding: 50px 10px 0;}
  .maincontent-right1{padding: 0 0px 20px;}
  .services-3 img{height:auto;border: 10px solid #fff;}
  .about-heading h1{font-size: 36px;}
  .topservices-section {padding: 50px 0 60px;}
  .form-design2 .image-round{height:200px;}
  .services-our1{padding:0;}
  .services-our1 a{font-size: 32px;}
  .services-our1 p{font-size: 15px;}
  .services-our1 strong{font-size: 19px; padding: 8px 10px;}
  .getin-left1{padding:0;}
  .design-form-round{height: auto;width: auto;padding: 10px 16px 20px;border-radius: 20px;}
  .form-heading p {padding: 9px 0px 0;}
  .aboutus-pageleft1 {padding: 0px 0px 0 0px;}
  .services-3:before{ display: none;}
  .services-3 a{height: 49px;width: 49px;line-height: 57px;}
  .services-3 a .bi{height: 25px;width: 25px;}
  .services-2 {padding: 10px 10px 0;}
  .services-3{padding: 0 27px;}
    .getin-left1{padding:0;}
  .form-left1{margin:0;padding: 0px 0px 0 0px;}
  .appointement{display:none;}
  .cen-design{ flex-flow: column-reverse;}
  .navigation{width:100%;padding: 0px 30px;border-radius: 0;}
  .aboutus-section{padding: 30px 20px 30px;}
  .list-design{padding:20px 0 0;}
  .mainservices-left1{padding:20px 0 0;}
  .topservices-heading strong{font-size:30px;}
  .topservices-1{width: 50%;}
  .list-design ul{padding: 10px 10px 10px;margin: 0px auto 0;border-radius: 30px;}
  .head-right li p{font-weight: 700;font-size: 30px;}
  .head-right li span{top: -2px;}
  .list-link-design{padding:0;}
  .top-services1 { padding: 10px 0px;}
  .head-right1 ul li{padding:0;}
  .mainservices-right1 {padding: 0 0px 0 0px;}
  .text-mainservices strong {font-size: 20px;}
   .breadcrumb-section {padding: 50px 0 40px;}
  .form-heading strong {font-size: 36px;}

  .fix{display:block;}
  
 




}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown:hover .dropdown-menu{display:none;}
  .fixed-top .menu{padding: 13px 0 13px;margin-top: 36px;}
  .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 0;text-align: left;}
  #navbar_top .row{padding-bottom: 0;}
  .design-aboutus {padding: 0 0px 0 0px;}
  .topservices-section:after{display:none;}
  .whychoose-section:before{display:none;}
  .choose-left2 p{padding: 10px 10px 10px;}
  .contact-info2 span{ position: relative;}
  .contact-info2 a{padding: 10px 0 10px;text-align: center;}
  .contact-info2 ul li {padding: 20px 6px 20px 6px;width: 49%;}
  .whatsapp-icon a{right:40px;}
  .testimonials1:nth-child(3){width:100%}
  .contact-get-2 a { padding: 40px 10px;}
  .contact-get-2 {padding: 15px 10px 15px;}
  .services-our1{padding:20px 0 00;}
  .contact-info2 strong {font-size: 19px;padding: 32px 0 0;text-align: center;}
  .tophead-left1:nth-child(3){display:none;}
  .tophead-left1{background: #fff;width:100%;}
  .tophead-left2 a{text-align:center;margin:0 auto;}
  .tophead-center1{width: 40%;}
  .tophead-center2 img{height: 80px;margin: 0 auto 0 0;display: block;}
  .fix-naigation{padding:0;}
  .tophead-center2:before{clip-path:none;}
  .tophead-left2 a p em{font-size:13px;}
  .getin-left1{padding:0;}
  .form-left1{margin:0;}
  .banner-design-all {padding: 70px 0 10px 0;}
  .banner-all-1 {padding: 18px;}
  .aboutus-pageleft1 {padding: 0px 0px 0 0px;}
  .appointement{display:none;}
  .cen-design{ flex-flow: column-reverse;}
  .navigation{width:100%;padding: 0px 30px;border-radius: 0;}
  .aboutus-section{padding:30px 30px 30px;}
  .list-design{padding:20px 0 0;}
  .mainservices-left1{padding:20px 0 0;}
  .topservices-heading strong{font-size:30px;}
  .topservices-1{width:33.333%;}
  .breadcrumb-section {padding: 50px 0 40px;}
    .head-right li span{height: 40px;top: -7px;width: 40px;}
  .head-right li span img{height: 24px;}
   .services-3:before{ display: none;}
   .services-3 img{height: auto;border: 10px solid #fff;}
  









  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-right1 ul li:nth-child(1){display:none;}

  .heading-form p {font-size: 28px;}
  .list-services ul li {padding: 11px 51px 11px 14px;font-size: 15px;}
  .text-services p {font-size: 40px;}
  .contact-info2 ul li {padding: 20px 0 20px 30px;width: 39%;}
  .contact-info2 ul li:nth-child(2){width:60%;}
  .form-heading strong {font-size: 40px;}
  .contact-get-2:nth-child(3) .getin-content strong{font-size:15px;}
  .contact-get-2 a { padding: 40px 10px;}
  .contact-get-2 {padding: 15px 10px 15px;}
    .services-our1 a{font-size: 32px;}
  .services-our1 p{font-size: 15px;}
  .services-our1 strong{font-size: 19px; padding: 8px 10px;}
  .tophead-left2 a p span{font-size: 23px;}
  .design-form-round{height: auto;width: auto;padding: 50px 36px 20px;}
  .form-heading p {padding: 9px 10px 0;}
  .services-3:before{height: 250px;width: 250px;}
  .services-3 a{height: 49px;width: 49px;line-height: 57px;}
  .services-3 a .bi{height: 25px;width: 25px;}
  .services-2 {padding: 10px 10px 0;}
  .services-3{padding: 0 27px;}
  .about-heading h1{font-size: 33px;}
  .about-heading p{padding: 6px 26px;font-size: 16px;}
  .list-design ul{padding: 10px 10px 10px;margin: 0px auto 0;border-radius: 30px;}
  .head-right li p{font-weight: 700;font-size: 30px;}
  .head-right li span{top: -2px;}
  .appointement a{font-size: 13px;}
  .list-design { padding: 30px 0px 30px 0px;}
  .list-design ul li { padding: 0px 14px 0px 70px;}
  .list-design ul li:before{left: 7px;}
  .list-design ul li:after{left: 17px;}
  .mainservices-heading strong {font-size: 45px;}
  .number-design a span { font-size: 30px;}




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

  .head-right1 ul li a{font-size:15px;}
  .head-right1 ul .chat-online a{font-size:16px;}
  
  

}

@media (max-width: 575px) and (min-width: 0px) {
  .services-heading strong{font-size: 35px;}
  .testimonials1{padding: 10px 4px;}
  .choose-left2 {padding: 20px 0;}
  .contact-services a p{font-size: 29px;padding: 0 12px 0px 12px;}
    .text-services p{font-size: 22px;}
  .owl-carousel .owl-item img{height:auto;}
  .contact-number a span{display:none;}
  .head-logo1{
    width: 70%;
    margin: 0 auto 0 0;
}
  .head-navigation1{width:100%;}
  .slide-section {margin: -0px 0 0;}
  .whatsapp-icon a img{height:80px;}
  .form-design2 {padding: 30px 0px 30px;}
  .heading-form p {font-size: 26px;}
  .first-item{font-size: 26px;}
  .contact-info2 span{position:relative;left:0;}
  .contact-info2 a{padding:10px 0 0;}
  .contact-info2 a strong{text-align:center;padding:15px 0 10px 0;}
  .contact-info2 li:nth-child(2) a strong{font-size:15px;}
  .contact-services i{animation:none;}
  .tophead-center2 img{height:auto;}
  .chatting-banner a{font-size: 31px;}
  .topservices-section:before{top: 230px;opacity: 0.4;}
  .inner-form{padding: 20px 18px 30px;}
  .contact-info2 ul li:nth-child(3) strong {font-size: 16px;}
  .contact-get-2:nth-child(3) .getin-content strong{font-size: 12px;padding: 3px 6px 2px;}
  .contact-get-2 a {padding: 20px 8px;}
  .topservices-1{width:100%;}
  .top-services2 {padding: 20px 20px 20px 20px;}
  .top-services2 strong img {height: 30px;}
  .mainservices-heading strong { font-size: 35px;}
  .text-mainservices strong {font-size: 20px;}
  .list-design { padding: 30px 0px 30px 0px;}
  .list-design ul li {padding: 0px 14px 0px 52px;line-height: 38px;font-size: 15px;}
  .list-design ul li:before{left: 7px;height: 38px;width: 39px;}
  .list-design ul li:after{left: 11px;top: 6px;}
  .list-design strong {font-size: 31px;}
  .about-heading strong {font-size: 36px;}
  .about-heading aside{ text-align: left;}
}
@media (max-width: 420px) and (min-width: 0px) {
  .choose-left2 strong{font-size: 17px;}
  .services-heading span{padding: 6px 24px;font-size: 14px;}
  .list-services ul li {padding: 11px 51px 11px 14px;font-size: 16px;}
  .contact-services strong { font-size: 30px;}
  .about-heading h1{font-size: 35px;}
  .whatsapp-icon a{top: 0px;}
  .navbar-toggler {margin: -80px 0 0 auto;}
  .tophead-left2 a p span{ font-size: 24px;padding: 3px 20px 3px 31px;}
  .services-3 a{height: 49px;width: 49px;line-height: 57px;}
  .services-3 a .bi{height: 25px;width: 25px;}
  .head-right li p { font-size: 25px;}
  .head-right li span{height: 40px;width: 40px;}
  .head-right li span img{height: 24px;}
  .whastappleft span {font-size: 28px;}
  .religion p {font-size: 25px;}
  .end li{font-size: 16px;}
  .end li a img{height: 20px;}

}













