@import url('https://fonts.googleapis.com/css2?family=SN+Pro:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');


body{
  margin:0;
  padding:0;
  color: #7a0112;
  background: linear-gradient(45deg, #4e0221, #5b1134);
  font-family: "SN Pro", sans-serif;
}

.main{
  margin: auto;
  padding: 0;
  width: 90%;
}
a{
  color: #000;
  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{
  padding:0;
  margin:0;
}


/* START HEADER SECTION */

/* start top head section */
.tophead-section{
    width: 100%;
    position: absolute;
    z-index: 9;
}
.tophead-deign{
  position:relative;
}
.top-whatsapp-chat{
  text-align:center;
  padding: 3px 0 0 0;
  
  
  
  

  a span svg{
    height: 30px;
    animation: hithere 1s ease infinite;
    width: 30px;
  }
  a em{
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
  }
  a i{
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    font-style: normal;
  }
}
.head-contact a i{
  display: block;
  padding: 4px 0 0 7px;
  font-size: 25px;
  color: #000000;
  font-style: normal;
  font-weight: 600;
  line-height: 47px;
  width: fit-content;
  margin: 0px auto 0 0;
  text-align: left;
}
.head-contact a i em{
  display: block;
  font-size: 17px;
  color: #f37a13;
  font-style: normal;
  text-transform: capitalize;
}

.head-contact a {
  display: flex;
  width: fit-content;
  background: #ffffff;
  padding: 0 30px;
  border-radius:30px;
  margin: 0 0 -30px auto;
  z-index: 9;
  position: relative;
}
.head-contact a span{
  width: 50px;
  height: 52px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
  background-color: #ff8a00;
  background-image: none;
}
.head-contact a span svg{fill:#fff;height: 46px;width: 44px;}

@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.head-right a{
  margin: 0 0 0 auto;
}
/* end top head section */


/* end top head section */

/* start navigation section */


.navbar-expand-lg{padding:0;}
.navigation{
  padding: 0px 0px;
  margin: 0;
  position:relative;
  margin: 0;
  z-index: 99;
  border-bottom: 0;
}
.footer-navvv{
    border: 4px solid #ff006c;
    border-bottom: 0;
    background: #1b1225;
    padding: 14px 10px 15px 10px;
    border-radius: 30px 30px 0 0;
}
.navbar-collapse{
  justify-content: center;
}
 .menu{
  display: block;
  text-align: left;
  margin: 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 10px;
  color: #fff;
  position: relative;
  font-size: 17px;
  text-transform: capitalize;
  transition: 0.2s ease-in;
}
.menu li a{
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  padding: 4px 20px 4px;
  border-radius: 30px;
  transition: 0.1s ease-in;
}

.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: 0px;
  margin: 0px 0;
  margin-left: 0px;
  padding-left: 0px;
  border: 0;
  padding-right: 0px;
}
.navbar-toggler {
    margin: -140px 0 0 auto;
    display: block;
}
.toggle-design{
  height: 2px;
  width: 100%;
  background: #ff8a00;
  transition: all 0.5s cubic-bezier(.62,.43,.35,1.47);
  display: block;
  margin: 8px 0 0px;
}

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

.menu li a:hover{
  color: #ffffff;
}
.menu li a.active-1 {
  background: linear-gradient(#ff7100, #ffaa02);
  color: #ffffff;
}

.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: 999;
  border-radius: 16px;
  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: 10px 10px 10px 20px;
  text-align: left;
  border-bottom: 1px solid #eee;
  color: #fff;
  margin: 0;
}
.dropdown-menu ul li:last-child{border-bottom:0;}
.dropdown-menu ul li a{
  display:block;
  font-size: 15px;
  background: #c0203c00;
  border: 0;
  padding: 0;
  border-radius: initial;
  color: #000000;
}
.dropdown-menu ul li:hover{
  background: #ffc39300;
}
.dropdown-menu ul li:hover a{
  color:#000000;
}

.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;
}
.appointment a{
  color: #000000;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  padding: 5px 16px 6px;
  border-radius: 50px;
  background: #ffffff;
}
.appointment a span{
  width: 36px;
  height: 36px;
  background-color: #6a0c2a;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  margin: 0 10px 0 0px;
}
.appointment a span svg{
  fill: #ffa902;
  height: 25px;
  width: 25px;
  animation: hithere 1s ease infinite;
}


@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

/* end navigation section*/


/* start slider section  */

.slide-section{
  position: relative;
  margin: 0;
}
.carousel-control-next, .carousel-control-prev{
  opacity:2;
}
.slide-btn b{
  display: inline-block;
  height: 48px;
  width: 35px;
  background: #ffa902;
  margin: 0 0  0;
}
.slide-btn b span{
  margin: 11px 0px 0 -5px;
  height: 26px;
  filter: brightness(0) 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: 40px 0px 0px;
  overflow: hidden;
}

.design-aboutus{
  padding: 0px 0px 0 0px;
}
.top-heading{
  position:relative;
  padding: 0 0px 0 0px;
  z-index: 99;
}
.top-heading strong{
  padding: 0;
  font-size: 44px;
  display: block;
  font-weight: 400;
  line-height: normal;
  position:relative;
  color: #ffa902;
  text-transform: capitalize;
  font-family: "Russo One", sans-serif;
}
.top-heading p{
  font-size: 15px;
  padding: 0;
  color: #ffffff;
  line-height: 30px;
}
.top-heading a{
  color: #000000;
  text-align: left;
  font-size: 19px;
  text-transform: uppercase;
  position: relative;
  display: block;
  font-weight: 600;
  text-align: left;
  width: fit-content;
  padding: 13px 70px 12px 40px;
  border-radius: 50px;
  background: #fff;
  margin: 0 auto 40px;
}
.top-heading span:before{
  position: absolute;
  background: #e6e6e600 30%;
  top: 1px;
  right: 10px;
  color: #590e31;
  font-size: 38px;
  content: "\2738";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  animation: rotation 15s linear infinite;
}
.shape-serv:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 400px;
  /* background: url(images/shape.webp); */
  bottom: 434px;
  z-index: 9;
  left: 0;
  top: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.shape-serv:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 400px;
  /* background: url(images/shape.webp); */
  z-index: 9;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 434px;
  bottom: auto;
}
.serv1{
  padding: 0;
  position:relative;
}

.serv2{
  position:relative;
  overflow:hidden;
}

/* image */
.serv2 img{
  /* border:1px solid #fbdf2e; */
}


/* pink circle */
.serv2 a aside{
  position:absolute;
  bottom:80px;
  left:50%;
  transform:translateX(-50%);
  width: 160px;
  height: 160px;
  background: rgb(255 255 255 / 76%);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px;
  line-height: 40px;
  color: #000000;
  font-size: 29px;
  font-weight:500;
  backdrop-filter:blur(3px);
  text-transform:capitalize;
}

/* hover effect */
.serv2:hover img{
  transform:scale(1.08);
  transition:0.4s;
}

.serv2 img{
  transition:0.4s;
}






.about-heading p{
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #cd0000;
  border-radius: 50px 50px 50px 50px;
  width: fit-content;
  padding: 7px 20px 7px;
  margin: 0  auto 0 0;
  position:relative;
  background: #fff;
}


@keyframes circle {
    0% {
        transform: rotate(0deg);

    }

    100% {
        transform: rotate(360deg);
    }
}
.content-about{
  z-index: 9;
  position: relative;
}

.about-us{
  z-index: 9;
  position: relative;
  padding: 60px 0 0;
}
.about-heading strong{
 font-size:    54px;
 text-transform: capitalize;
 text-align: left;
 
 display: block;
 font-weight: 500;
 color: #1e1e6c;
}
.about-heading h1{
 font-size: 58px;
 text-transform: capitalize;
 text-align: left;
 font-family: "Russo One", sans-serif;
 font-weight: 400;
 color: #1e1e6c;
 position: relative;
 padding: 0px 0 0 0;
}
.about-heading h1 a{
  color: #ffa902;
}
.content-about p{
  color: #ffffff;
  font-size: 15px;
  text-align: left;
  padding: 0px 0 10px;
  line-height: 31px;
}
.content-about p strong{
  font-weight:500;
  color: #ffa902;
}
.content-about h2,h3,h4,h5,h6{
  color: rgb(255 255 255);
  font-size: 19px;
  line-height: 32px;
  width: fit-content;
  text-transform: capitalize;
  font-weight: 600;
  padding: 4px 32px;
  margin: 0px 0px 20px;
  background: rgb(183 84 132);
  border: 2px solid #ffffff;
  outline: rgb(184 87 135) solid 3px;
  border-radius: 25px;
}
.content-about h2,h3,h4,h5,h6,strong{font-weight:500;}
.experiences {
  background: #ffbf02;
  margin: 50px  0  0;
  padding: 0 0 40px 0;
}
.experiences strong{display: flex;justify-content: left;align-items: center;}
.experiences strong span{
  font-size: 120px;
  color: #9f0000;
  font-weight: 800;
  width: 30%;
  text-align: right;
}
.experiences strong p{
  font-size: 50px;
  display: block;
  margin: 0 0 0 0px;
  width: 70%;
  font-weight: 600;
  font-family: "Russo One", sans-serif;
  line-height: normal;
  position: relative;
  color: #000000;
  text-align: center;
  text-transform: capitalize;
}
.experiences strong p em{margin: 4px 0 0;font-style: normal;}

.inner-page{padding: 0 0  60px;}
.content-about  ul{
  padding: 5px 0 7px;
  margin: 0;
  list-style: none;
}
.inner-page .whatsapp-icon a{
  bottom: 100px;
}
.inner-page .form-left2{
  padding: 0 10px 90px;
}
.content-about  ul li{
  font-size: 16px;
  font-weight: 400;
  position: relative;
  color: rgb(255 255 255);
  display: inline-block;
  padding: 10px 14px 13px 42px;
  margin: 0px 8px 8px 0px;
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 0 5px #b75484;
}
.content-about  ul li:after{
  font-size: 30px;
  color: rgb(182 80 129);
  left: 9px;
  top: 4px;
  font-weight: 500;
  position: absolute;
  line-height: normal;
  font-family: "Glyphicons Halflings";
  border-radius: 50%;
  animation: rotation 15s linear infinite;
  content: "\2738";
}
.list-design-top img{
  height: 450px;
  display: block;
  margin: 40px auto 0 20px;
}


.list-design-top{
  padding:0 0 0 30px;
  position: relative;
}
.maincontent-left1{
  padding:0 40px 0 0px;
}
.aboutus-left1{
  padding:0 0px 0 40px;
}

.icon-services{
  padding:20px;
  background: linear-gradient(90deg, #853baf 0%, #ff190d 50%, #ffad47 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{
  background: #7a0112;
  padding: 30px 19px;
}
.list-design strong{
  color: #ffb402;
  font-size: 35px;
  font-weight: 600;
  text-transform:capitalize;
}
.list-design ul li{
  padding: 11px 14px 11px 50px;
  border-radius: 50px;
  color: #ffffff;
  margin: 14px 0px 0px 0px;
  list-style: none;
  position: relative;
  border: 1px solid #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 17px;
  text-align: left;
}
.list-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.webp) no-repeat;
  height: 30px;
  width: 29px;
  left: 9px;
  top: 7px;
}
.god-image img{
  display: block;
  border-radius:30px;
  margin: 0 auto;
}

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

.chatting-banner{
  padding: 15px 0 0;
}
.list-link-design{
}
.list-link-design ul li{
  display: inline-block;
  list-style: none;
  text-align: center;
  width: 48%;
  padding: 0 6px;
}
.list-link-design ul li a{
  padding: 10px 50px;
  border-radius: 50px;
  color: #000000;
  display: block;
  list-style: none;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 23px;
  text-align: center;
  background: transparent;
  border: 1px solid #b38600;
}
@keyframes blkk{
  50%{color:#000000;}
  100%{color:#fff;}
}
.pageee-list{
  margin: 120px 0 0 0;
}
.pageee-list ul li a{
  font-size: 18px;
  padding: 10px 40px;
  display: block;
  margin: 20px 0 0;
  color: #fff;
}
.list-link-design ul li:after{
  content:"";
  position: absolute;
  background: url(images/icon.webp) no-repeat;
  height: 34px;
  width: 30px;
  left: 19px;
  top: 16px;
  transition:0.6s ease-in;
  animation: blkk 0.9s infinite ease-in-out;
}
.round-image{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
@keyframes rotation {
  0% {transform: rotate(0)}
  to {transform: rotate(1turn);}
}
.round-image img{
  margin: 0px auto 0;
  display: block;
  height: 530px;
}

.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 strong{
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
}
.choose-text p{
  color: #000000;
  font-size: 15px;
  margin: 0;
  padding: 0px 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{
}
.form-design2{
  background: #7a0112;
  padding: 30px;
}
.form-design2 .form-group1{
  padding:0;
}
/* end about us section*/


/* start services section */

.services-section{
  padding: 30px 0 80px;
  position: relative;
}
.main-servvv{
  padding: 80px  0 110px;
}
.innerpage-services{
  padding: 100px 0 80px;  
}
.inner{
  background: #ffe3cc;
  padding: 70px 0 70px;
  margin: 0 0 90px 0;
}
.services-heading{
  position:relative;
  padding: 0 0px 0 0px;
  text-align: left;
}
.services-heading strong{
 font-size: 64px;
 font-weight: 400;
 display:block;
 text-transform: capitalize;
 color: #ffbf02;
 font-family: "Russo One", sans-serif;
 line-height: normal;
 margin: 0 0 -5px 0;
 z-index: 9;
 position: relative;
}
.services-heading p{
  color: #2d2d2d;
  font-size: 16px;
  padding: 0px 0% 0 0px;
  line-height: 32px;
}
.services-heading span{
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #cd0000;
  border-radius: 50px 50px 50px 50px;
  padding: 12px 30px 20px;
  margin: 0 0 0 auto;
  position: relative;
  background: #fff;
}

.contact-services strong{
  font-size: 34px;
  display: block;
  text-transform: capitalize;
  font-weight: 600;
}
.contact-services a{
  display:block;
}
.contact-services a p{
  display:block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}
.contact-services a span{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}
.contact-services{
  background: #ff7e00;
  padding: 30px 22px;
}
.contact-services img{
 height: 120px;
 animation: rotation 10s infinite linear;
}

.services-design{
  position:relative;
}
.services-1{
  overflow: hidden;
  padding: 10px;
}
.inner-services .services-2{
  padding: 15px 15px 0;
}
.inner-services .services-3 {
  margin: 0px 0 20px 0;
}
.services-2{
  padding: 10px 10px 20px;
  position: relative;
  border-radius: 300px 300px 0 0;
  z-index: 9;
  background: linear-gradient(45deg, #621628, #6f002f);
}

.services-4 strong{
  display: block;
  padding: 10px 0 10px 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffbf02;
  font-size: 24px;
}
.services-4 p{
  color: #ffffff;
  line-height: 30px;
  padding: 0px 0 22px;
  font-size: 16px;
}
.services-4{
    padding: 0 16px;
}
.services-3 img{
  border-radius: 300px 300px  0 0;
  margin: 0px auto 0;
  display: block;
}
.img-round{
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
.img-round img{
  
width: auto;
}
.services-4  a{
  color: #ffffff;
  border-radius: 100px;
  font-size: 30px;
  padding: 10px 19px;
  margin: 0 auto;
  display: block;
  font-weight: 600;
  text-align: center;
  background: #560b2d;
}
.services-4 a svg{
  margin: -3px 0 0 0;
  height: 32px;
  fill: #fff;
  width: 34px;
  animation: swing 1s ease infinite;
}
.services-4 a svg path{
  fill: #ffbf02;
  }

@keyframes swing {
    20% {
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}
    

.right-servies{padding:0 0 0 30px;}
.text-form {
  text-align: center;
  color: red;
  padding: 20px 0 0;
  text-transform: capitalize;
}


/* end services section */


/* start birthchart tagline section  */
.birthchart-tagline1{
  padding:0 0 50px 0;
}
.birthchart-tagline{
  position:relative;
  background: linear-gradient(178deg, #ffa90214, transparent);
  padding: 80px 40px 60px 40px;
  z-index: 9;
}


.birthchart-tagline p{
  font-weight: 500;
  color: #ffa902;
  display: block;
  font-size: 120px;
  margin: 0 0 0px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Russo One", sans-serif;
}
.birthchart-tagline aside{
  color: #dbdbdb;
  text-align: center;
  font-size: 17px;
  line-height: 37px;
  padding: 0px 0px 20px;
}
.why-us2{
  padding: 30px 0 20px;
  border-radius: 20px;
  background: #350017;
  position: relative;
}

.why-us2 span{
  display: block;
  animation: pulse 2s infinite  linear;
  font-size: 58px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 9px #ffa902;
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);}
  100% { transform: scale(1); }
  }
.why-us2 p{
  color: #dbdbdb;
  font-size: 15px;
  line-height: 26px;
  padding: 8px 0px 0;
}
.why-us2 strong{
  text-transform: uppercase;
  color: #ffa902;
  padding: 0;
  font-weight: 600;
  letter-spacing: 3px;
  border-radius: 50px;
  display: inline-block;
  margin: 12px 0 0;
  font-size: 18px;
}
.why-us1{
  position: relative;
  padding: 10px;
}
.whatsapp-icon a{
  position:absolute;
  height: 100%;
  width: 100%;
  bottom: 150px;
  left: 0;
  right: 0;
  z-index: 99999;
}
.whatsapp-icon a img{
  margin: 0 auto;
  display: block;
  animation: hithere 1s ease infinite;
  }
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* end birthchart tagline section  */


.services-area{
  padding: 0 0 140px 0;
}
.location1{
  padding:10px;
}
.location2 p{
  color: #000000;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  padding: 5px 16px 6px;
  border-radius: 50px;
  background: #ffffff;
}
.location2  img{
  display: block;
  border-radius: 20px;
  border-radius: 20%;
  margin: 0 auto 10px;
}






.serv{
  background: #ffbf02;
}
.services-our1{
  padding: 50px 0px 54px 0px;
  text-align: left;
  position: relative;
}
.services-our1 strong{
    padding: 0;
    font-size: 44px;
    display: block;
    font-weight: 400;
    line-height: normal;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    font-family: "Russo One", sans-serif;
}
.services-our1 a{
    padding: 0;
    font-size: 44px;
    display: block;
    font-weight: 400;
    line-height: normal;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    font-family: "Russo One", sans-serif;
}
.services-our1 .moreee{
  color: #ffffff;
  text-align: left;
  font-size: 29px;
  text-transform: uppercase;
  position: relative;
  display: block;
  font-weight: 600;
  font-family: 'SN Pro', sans-serif;
  text-align: left;
  width: fit-content;
  padding: 23px 70px 23px 40px;
  border-radius: 80px;
  background: linear-gradient(45deg, #460223, #aa3163);
  margin: 0 auto;
  position: absolute;
  right: 70px;
  top: -20px;
}
.services-our1 .moreee:before{
  position: absolute;
  background: #e6e6e600 30%;
  top: 3px;
  right: 10px;
  color: #ffcdda;
  font-size: 58px;
  content: "\2738";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  animation: rotation 15s linear infinite;
}
/* start why choose us section */

.whychoose-section{
  padding: 80px 0 40px;
  position:relative;
}
.whychoose-section .round-image img{
  height: 570px;
  opacity: 0.5;
}

.choose-heading span{
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  color: #090459;
  background-image: linear-gradient(to right, rgb(167, 112, 239), rgb(207, 139, 243), rgb(253, 185, 155));
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 4px 4px 0px #00000040 inset !important;
  width: fit-content;
  padding: 6px 50px;
  display: block;
  position:relative;
  margin: 0 auto;
}
.choose-heading span:before{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  left: 10px;
  font-size: 32px;
  content: "\2724";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.choose-heading span:after{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  right: 9px;
  font-size: 32px;
  content: "\2724";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.choose-heading strong{
    
    font-size: 94px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    color: #1e1e6c;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
}
.choose-heading p{
  color: #323232;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 0 0;
  font-weight: 500;
  line-height: 32px;
}
.choose-left2{
  padding: 36px 26px;
  position: relative;
  border-radius: 30px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  background: #fff;
}
.choose-left2:before{
  position:absolute;
  content:"";
  height:100%;
  width: 13%;
  background: #350017;
  left: 40px;
  top: 0;
  z-index: -9;
}
.choose-left2 span{
  height: 100px;
  width: 100px;
  background: #fff;
  display:block;
  border-radius:50%;
  text-align: center;
  line-height: 90px;
}

.round-choose{
  margin: 0 auto;
  width: 20%;
}

.choose-left2 span svg{height: 50px;width: 50px;}

.choose-left2 p{
  color: #595959;
  font-size: 15px;
  line-height: 27px;
  padding: 7px 0px 0;
}
.choose-left2 strong{font-size: 21px;font-weight: 700;display: block;text-transform: capitalize;color: #c50000;line-height: normal;margin: 0 0 -5px 0;}
.choose-center1{
  padding: 0 0px;
}
.choose-center2{
  padding: 0px 0 0px 0;
}
.choose-content p{
  color: #ffffff;
  font-size: 15px;
  line-height: 32px;
}
.choose-content p strong{
  color: #db156f;
}
.choose-content a{
  display: block;
}


.choose-bottom1{
  position: relative;
  padding: 10px;
}
.round-text{
  width: 80%;
  padding: 0 0  0 10px;
  position: relative;
  border-top: 0;
}

.banner-astro{
  
}
.banner-astro img{
  
}
/* end why choose us section */




/* start testimonials section */

.testimonials{
  padding: 70px 0 130px;
}
.feedback{
  background: #fff;
  border: 1px solid #b8d4f7;
  padding: 30px;
}
.testimonials-heading{
  position:relative;
  padding: 0 0px 0 0px;
  text-align: left;
}
.testimonials-heading strong{
 
 font-size: 90px;
 text-transform: capitalize;
 text-align: left;
 font-weight: 500;
 display:block;
 color: #1e1e6c;
}
.testimonials-heading p{
  color: #2d2d2d;
  text-align: left;
  font-size: 19px;
  padding: 0px 0% 0 0px;
  line-height: 35px;
}
.testimonials-heading span{
  font-size: 21px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  color: #090459;
  background-image: linear-gradient(to right, rgb(167, 112, 239), rgb(207, 139, 243), rgb(253, 185, 155));
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 4px 4px 0px #00000040 inset !important;
  width: fit-content;
  padding: 6px 50px;
  position:relative;
  display: block;
}
.testimonials-heading span:before{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  left: 10px;
  font-size: 32px;
  content: "\2727";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.testimonials-heading span:after{
  font-weight: 500;
  position: absolute;
  color: #fd003a;
  top: 0px;
  text-align: center;
  right: 9px;
  font-size: 32px;
  content: "\2727";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
  animation: circle 10s linear infinite;
}
.testimonials-design{
  position: relative;
  margin: 0;
  padding: 0px 0px 0;
}
.testimonials-cricle{
  height: 270px;
  width: 270px;
  border: 40px solid #601929;
  border-radius: 50%;
  position: absolute;
  z-index: -9;
  left: 40px;
  top: 24px;
}

.testimonials-text{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px 15px;
}

.text-client{
  padding: ;
  position: relative;
}
.text-client b{
  border-radius: 40px;
  margin: 0 0 0 auto;
  padding: 0;
  border-radius 30px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: -20px;
}
.text-client b strong{
  font-size: 15px;
  display: inline-block;
  padding: 0;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  margin: 0;
  border-radius: 50px;
}
.text-client p{
  color: #ffffff;
  padding: 30px 26px 50px;
  font-size: 15px;
  border: 2px solid #ffa902;
  text-align: left;
  line-height: 26px;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
  font-weight: 400;
}
.image-client span{
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  color: #ffab00;
  margin: 0 auto;
  width: 100%;
}
.image-client span .bi{
  height: 3.9em;
  width: 3.9em;
}
.text-client i{
  display:block;
  text-align:left;
  margin: -28px 0 0 10px;
  background: #ffa90217;
  width: fit-content;
  padding: 5px 16px;
}
.text-client i .bi{
  color: #ffaa00;
  margin: 0 3px;
  animation: hithere 1s ease infinite;
  height: 13px;
  width: 13px;
}
.text-client em{
    text-align: left;
    display: inline-block !important;
}
.text-client em img{
  border-radius: 70%;
  height: 59px;
  margin: 0;
  border: 6px solid #ffffff59;
}
.testimonials-right1{
  padding: 10px 0 0;
}
.testimonials-right2{
}

/* end testimonials section  */


/* start footer section */


/* start footer section  */

.footer{
  position:relative;
  z-index: 9;
}
.map{
  /* position:absolute; */
  left:0;
  top:0;
  width:100%
}
.map iframe{
  vertical-align: bottom;
  height: 350px;
}
.footer-left1{
  padding: 0;
}
.footer-about a img{
  height: 110px;
}
.footer-about p{
  color: #ffffff;
  padding: 15px 0 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.location a{
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  height: 79px;
  width: 80px;
  line-height: 66px;
  z-index: 9;
}


.footer-about{
  padding: 0px 0 0;
}
.footer-about a{
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
  color: #892114;
  background: #ffffff;
  padding: 9px 21px 9px 21px;
  font-weight: 600;
  margin: 0;
  border-radius: 1px;
}
.footer-about strong{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.footer-links{
  padding: 18px 0 0;
}

.footer-navigation1{padding: 0 10px;}

.footer-navigation1 a{
  background: url(images/background-green.jpg) no-repeat;
  display: block;
  position:relative;
  border-radius: 13px;
  background-size: cover;
  padding: 16px 15px 15px;
  z-index: 9;
}
.footer-navigation1 a:before{
  background: #008431;
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  right:0;
  border-radius: 13px;
  z-index: -9;
}
.footer-navigation1 a span{
  color: #008431;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 13px;
  font-size: 35px;
  text-align: center;
  display: block;
  position: relative;
  z-index:9;
  background: #fff;
}
.footer-navigation1 a i{
  display:block;
  font-size: 80px;
  color: #fff;
}
.footer-navigation1 a b{
  margin: 0;
  padding: 6px 0 0 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-navigation1  a span i{
  font-size: 60px;
  font-weight: 400;
  margin: 0px 0 0px 0px;
}
.footer-services1{
  padding: 30px 0px 0 0px;
}
.footer-services1 strong{
  display: block;
  color: #000000;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}
.footer-right{
  padding: 10px;
  border: 1px solid;
}

.services-left-footer1{
  padding: 0px;
}
.services-left-footer1 iframe{vertical-align: bottom;height: auto;}
.footer-contact{
 padding: 30px 96px 35px 96px;
 background: linear-gradient(148deg, #460223, #4f0323);
 position: relative;
}
.footer-right-1{
  strong{
    display: block;
    color: #ffffff;
    font-size: 31px;
    text-transform: capitalize;
    font-family: "Russo One", sans-serif;
    margin: 0;
    padding: 0 0 0 0px;
    font-weight: 400;
    position:relative;
  }
  ul{
    padding: 20px 0 0;
    margin: 0;
    list-style: none;
  }
  ul li{
  padding: 14px 0 15px 0px;
  position:relative;
  margin: 0 2px;
  display: block;
}
  ul li a{display:flex;justify-content: left;align-items: center;}
  ul li a span{display: block;position: relative;text-align: center;line-height: 66px;z-index: 9;}
 ul li a span img{
  height: 50px;
}
b{
  display:block;
  color: #f5d501;
  text-transform: capitalize;
  font-size: 20px;
}
 p{
  font-size: 18px;
  line-height: 28px;
  padding: 0px 10px 0px 10px;
  color: #fff;
  font-weight: 400;
}
}
.footer-naigation{
  text-align: center;
  background: #4f0423;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  strong{
    display: block;
    color: #f5d501;
    font-size: 27px;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 12px 0px;
    font-weight: 600;
    position: relative;
  }
  ul li{
    list-style:none;
    display: inline-block;
    padding: 10px 10px;
    text-transform: capitalize;
  }
ul li a{
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
}
}
.footer-right-1 ul li a span:before{
  position: absolute;
  content:"";
  display: block;
  width: 73px;
  height: 73px;
  background: url(images/astro-cricle.webp) no-repeat;
  animation: rotation 10s infinite linear;
  z-index: -9;
  line-height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-right-1 ul li a span:after{
  height: 55px;
  width: 55px;
  background: #ffffff;
  position:absolute;
  content:"";
  left:0;
  right:0;
  margin:0 auto;
  border-radius:50%;
  z-index:-9;
  top: 9px;
}
.copy-right{
}
.copy-right p{
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  margin: 17px 0 0;
  display: block;
}

.disclaimer em{
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
  display:block;
  font-style: normal;
  font-weight: 300;
}
.dis{
  padding: 30px 0;
}
.footer-right1{margin: ;position: absolute;top: 0;width: fit-content;margin: 0 auto;left: 0;right: 0;}
/* end footer section  */












/* start bread crumb section  */

.breadcrumb-section{
  padding: 180px 0 40px;
  margin: 0px 0 0;
  background: #460223;
  position: relative;
}
.first-item {
    padding: 0;
    font-size: 54px;
    display: block;
    margin: -10px 0 0;
    font-weight: 400;
    line-height: normal;
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Russo One", sans-serif;
}
.first-item a {color: #ffbf02;}
 .separator {
  font-size: 18px;
  padding: 0 4px;
  color: #000000;
}
.breadcrumb-section .last-item {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #c30000;
    border-radius: 50px 50px 40px 50px;
    width: fit-content;
    padding: 12px 30px 10px;
    margin: 0 0 0 auto;
    position: relative;
    background: #ffffffee;
}

/* end bread crumb section  */

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

.formmm{
}
.form-left1{
  padding:10px;
  text-align: center;
}
.form-left2{
  padding: 40px 50px;
  background: linear-gradient(45deg, #460223, #750031);
  border: 3px solid #ffa902;
  border-radius: 20px;
  margin: 30px 0 30px;
}
.design-form{
  padding: 0;
  margin: 0;
}
.form-design2{padding: 0 0 20px 0;}
.form-design2 img{
  border-radius:30px;
}

.form-heading{
  padding: 0px;
  text-align: center;
}
.form-heading strong{
  font-size: 43px;
  color: #ffa902;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}
.form-heading p{
  text-transform: capitalize;
  color: #000000;
  font-size: 19px;
  width: fit-content;
  margin: 0 auto;
  background: #fffd00;
  padding: 6px 40px 5px 20px;
  line-height: 26px;
  font-weight: 600;
}

.contac-rr {
   padding: 0;
   margin: 0;
   text-align: left;
}
.form-group1 {
   text-align: center;
   padding: 15px 10px 9px;
   position: relative;
}

input.form-control1 {
   color: #ffffff;
   font-weight: 400;
}
input[type=date]:invalid::-webkit-datetime-edit {
   color: #fffcfc;
}

.form-control1 {
  height: 52px;
  background-color: #ffffff00;
  border-radius: 0;
  border-radius: 50px;
  display: block;
  width: 100%;
  padding: 19px 14px 17px 14px;
  font-size: 14px;
  box-shadow: none;
  border: 1px solid #910040;
}
textarea.form-control1 {
  height: 110px;
  border-radius: 20px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 16px 0 0px 0;
  margin: 0 auto;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-group>.btn:first-child {
  padding: 10px 15px 10px;
  color: #000;
  font-size: 26px;
  text-transform: uppercase;
  background: #ffa902;
  font-weight: 500;
  border:0;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
  left: 0;
  letter-spacing: 1px;
  right: 0;
  margin: 20px auto 0px;
}
.btn-group>.btn:first-child:hover{
  background: #ffffff;
  color: #b65282;
}
.form-group1  .place::-webkit-input-placeholder{
  color: #ffffff;
  font-size:14px;
  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;
}

.getintouch{
  padding:100px 0;
}
.getin-left1{
  padding: 0 0 0 0px;
}
.getin-left1 .getin-form{
  margin:0;
}
.contact-get-1{
  padding: 0;
}
.contact-get-2{
  padding: 0px 10px 0px;
}
.contact-get-2 a{
  text-align: center;
  padding: 40px 0;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}
.contact-get-2 a:before{
  background:url(images/bg-image.webp) no-repeat;
  z-index: -9;
  position: absolute;
  content:"";
  height: 100%;
  background-size: cover;
  width:100%;
  opacity: 03;
  left: 0;
  top: 0;
}
.contact-get-2 iframe{
  height: 279px;
  padding: 20px;
  background: -webkit-linear-gradient(90deg, #f89808, #ffc600 80%);
}
.getin-icon{
  position:relative;
}

.getin-icon span{display: block;margin: 0 auto;}
.getin-icon span strong{
  height: 80px;
  background: #1e1e6c;
  border-radius: 50%;
  line-height: 70px;
  width: 80px;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  outline: 20px solid #09045924;
  display: block;
  box-shadow: 0px 1px 11px 3px #55555530 inset !important;
}
.getin-icon span strong img{
  height: 44px;
}
.getin-content{
  padding: 0;
  z-index: 9;
  text-align: center;
  position: relative;
}
.getin-content strong{
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  display: block;
  padding: 40px 0 0;
  border-radius: 50px;
  text-transform: capitalize;
}
.getin-content span{display: block;position: relative;text-align: center;height: 99px;width: 100px;line-height: 86px;margin: 0 auto;background: #fff;border-radius: 50%;box-shadow: 0 0 14px 9px #ffffff52;}
.getin-content span img{
  height: 70px;
  animation: hithere 1s ease infinite;
}
.getin-content span:before{
  position: absolute;
  content:"";
  display: block;
  width: 73px;
  height: 73px;
  animation: rotation 10s infinite linear;
  z-index: -9;
  line-height: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.head-left1 a span:after{
  height: 55px;
  width: 55px;
  background:#0b032d;
  position:absolute;
  content:"";
  left:0;
  right:0;
  margin:0 auto;
  border-radius:50%;
  z-index:-9;
  top: 9px;
}
.whatsapp-chat a{
  color: #fff;
  padding: 10px 3px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 37px;
  display: block;
  background: #2ebe41;
  margin: 0 auto;
}

.getin-right1{
  padding: 0 0 0 40px;
}
/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/

/* ===============================================================
          START ABOUT US PAGE CSS 
==================================================================*/


.number-design{
  background: linear-gradient(90deg, #3a240f 0%, #4c3116 50%, #36210d 100%);
  padding: 0 20px 20px;
  border-radius: 20px;
  margin: 0 0 40px 0;
}
.number-design a{
  display: block;
}
.number-design a span{
  font-size: 43px;
  font-weight: 600;
  display: block;
  color: #ffffff;
}
.number-design a p{
  color: #ffbe7a;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
}

/* ===============================================================
          END ABOUT US PAGE CSS 
==================================================================*/



.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  display: none;
  z-index: 99999;
  width: 100%;
}
.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;
  height: 50px;
  bottom: 15px;
  width: 50px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #fd0202;
  line-height: 48px;
  border-radius: 50%;
}
.end .wh-fx {
  background: #03bd00;
  color:#fff;
}
.end li a{
  color:#fff;
}
.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);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

@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);}


}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
    height: 27px;
}






/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .tophead-section{position:relative;}
  .menu li{display:block;}
  .head-navigation2{border-radius:0;padding: 0;}
  .dropdown:hover .dropdown-menu{display:none;}
  .navbar-collapse .menu li{display:block;padding: 4px 20px;text-align: left;}
  .nav_bar{padding-top:10px !important;}
  .menu li a {padding: 0;}
  .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_top .row{padding-bottom: 0;}
  .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;}
  .head-right1 ul li a{padding:0;font-size: 19px;font-weight: 600;}
  .head-right{padding:0;}
  .navigation{width:100%;padding: 0;background: transparent;border-radius: 0;}
  .head-right li img {height: 39px;}
  .menu li{display:block;}
  .head-right, .contact-left1:nth-child(2), .dropdown:hover .dropdown-menu, .head-left1 a span:after, .dropdown-toggle::after{display:none;}
  .cen-design{padding: 10px 0 0;}
  .about-heading h1{font-size: 48px;}
  .banner-design{padding: 0 0px 0 0px;}
  .list-link-design { padding: 0 0 0 0px;}
   .choose-heading strong{font-size: 61px;}
  .choose-left2 strong{font-size: 12px;}
  .choose-bottom1{padding:10px;}
  .choose-heading p{ padding: 3px 0px 0;}
  .choose-heading span{letter-spacing: 0px;font-size: 18px;}
  .banner-solution{padding: 0px 5px;}
  .contact-left1:nth-child(2){display:none;}
  .services-heading strong{font-size: 41px;}
  .center-chakar{opacity:0.2;}
  .contact-left1 a span{margin:0;}
  .about-heading p {font-size: 18px;}
  .testimonials{padding:50px 0;}
  .about-heading strong { font-size: 42px;}
  .services-heading span{font-size:20px;}
  .round-choose, .round-text, .list-link-design ul li{width:100%;}
  .info-contact a span{margin:0 auto;}
  .services-our1 a{font-size: 53px;}
  .fix{display:block;}
  .services-3 a{font-size:20px;}
  .topservices-section:before{display:none;}
  .footer-contact{border-radius: 20px;margin: 0 auto;left: 0;right: 0;padding: 30px 6px 35px 6px;}
  .formmm, .footer-right1 {padding: 0px 0 0 0px;}
  .left-info a { padding: 20px 0px 0px 0px;}
  .right-info a span{ bottom: 10px;right: 30px;}
  .breadcrumb-section { padding: 50px 0 40px;}
  .services-4 strong{font-size: 19px;}
  .testimonials-heading strong {font-size: 63px;}
  .testimonials-heading p{font-size: 18px;line-height: 32px;padding: 0 0 30px;}
  .navigation{padding:0;margin: 0 0px 0 auto;width: 100%;border-radius: 0;background: transparent;box-shadow: none;}
  .topservices-section:before{height:100%;width:100%}
  .head-left1 a, .info-contact a span{margin:0 auto 0;}
  .topservices-section .services-heading strong{font-size: 40px;}
  .right-servies{padding:0;}
  .copy strong{font-size: 13px;line-height: 15px;}
  .choose-left2 {padding: 26px 26px;}
  .birthchart-tagline{padding: 20px 20px 100px;}
  .birthchart-tagline p{font-size: 42px;}
  .services-4 a svg{height: 27px;width: 27px;}
  .services-4 a{font-size: 17px;}
  .services-1{padding:10px;}
  .img-round img{width: auto;}
  .head-center1{text-align:left !Important;}
  .menu li a,.menu li a:hover{color:#fff;}
  .head-left1 a{width:fit-content;}
  .aboutus-section{padding-top:0;}
  .getin-right1{padding:0;}
  .services-our1 a{font-size: 26px;}
   .experiences strong p, .birthchart-tagline p{font-size: 33px;margin: 0 0 0 0px;}
   .services-heading strong {font-size: 40px;}
  .head-center1{text-align:left !Important;}
  .menu li a,.menu li a:hover{color:#fff;}
  .list-link-design ul li{margin: 14px 10px 0px 0px;}
  .shape-serv:before,.shape-serv:after, .appointment{display: none !important;}
  .footer-right-1 strong, .top-heading strong{font-size: 17px;}
  .choose-left2{padding: 10px;display: block;}
  .choose-left2 span{height: 80px;width: 80px;line-height: 80px;}
  .choose-left2 span svg{height: 50px;width: 50px;}
  .choose-left2:before{width: 100%;left: 0;height: 5%;top: 40px;}
  .text-client p,.footer-naigation ul li{padding: 10px 5px;}
  .list-link-design ul li a{padding: 10px 20px;font-size: 21px;}
  .text-client i{margin: -18px 0 0 0px;}
  .text-client i .bi{height: 14px;width: 14px;}
  .getin-right1{padding:0;}
   .location1{width: 33.33%;}
  
  

  
  




}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-section { padding: 50px 0 40px;}
  .tophead-section{position:relative;}
  .navigation{padding:0;margin: 0 0 0 auto;width: 100%;border-radius: 0;background: transparent;box-shadow: none;}
  .head-right, .contact-left1:nth-child(2), .dropdown:hover .dropdown-menu, .head-left1 a span:after, .dropdown-toggle::after{display:none;}
  .navbar-collapse .menu li{display:block;text-align: left;padding: 4px 0;}
  #navbar_top .row{padding-bottom: 0;}
  .head-navigation1{width: 100%;}
  .menu li{display:block;}
  .cen-design{padding: 10px 0 0;align-items: center !important;}
  .banner-design{padding: 0 0px 0 20px;}
    .list-link-design ul li a{padding: 10px 20px;font-size: 21px;}
  .choose-left2 strong{font-size: 14px;}
  .testimonials-left1 { padding: 0 0px 0 0;}
  .banner-solution{padding:0 10px;}
  .services-3 a{margin: -20px auto -20px;}
  .footer-right1 {padding: 0px 0 0 0px;}
  .testimonials-heading strong {font-size: 80px;}
  .testimonials-heading p{font-size: 18px;line-height: 32px;padding: 0 0 30px;}
  .testimonials-text{ padding: 25px 10px 15px;}
  .topservices-section:before{height:100%;width:100%}
  .head-left1 a, .info-contact a span{margin:0 auto 0;width: fit-content;}
  .topservices-section .services-heading strong{font-size: 54px;}
  .content-about .read-aboutus{position:relative;}
  .slide-section{margin: 0px 0 0;}
  .services-our1 a{font-size: 26px;}
   .experiences strong p, .birthchart-tagline p{font-size: 33px;margin: 0 0 0 0px;}
   .services-heading strong {font-size: 40px;}
  .head-center1{text-align:left !Important;}
  .menu li a,.menu li a:hover{color:#fff;}
  .list-link-design ul li{margin: 14px 10px 0px 0px;}
  .shape-serv:before,.shape-serv:after, .appointment{display: none !important;}
  .top-heading strong{font-size: 31px;}
  .choose-left2{padding: 10px;}
  .choose-left2 span{height: 80px;width: 80px;line-height: 80px;}
  .choose-left2 span svg{height: 50px;width: 50px;}
  .choose-left2:before{width: 6%;left:50px;}
  .footer-naigation ul li{padding: 10px 5px;}
  .getin-right1{padding:0;}
    .location1{width: 25%;}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navigation {padding: 5px 20px;margin: 10px auto 0;}
  .about-heading h1{font-size: 48px;}
  .list-design strong {font-size: 30px;}
  .list-design {padding: 30px 10px;}
  .list-design ul li {padding: 11px 11px 11px 43px;font-size: 16px;}
  .banner-design{padding:0 0px 0 20px;}
  .god{padding:20px 0 0;}
  .round-text {padding: 0px 10px 20px;}
  .whastapp-icon a{top: -50px;}
  .services-3 a{font-size: 19px;padding: 4px 14px;}
  .menu li {padding: 0 0px;}
  .menu li a{font-size:15px;padding: 6px 15px;}
  .appointment a{font-size: 14px;padding: 5px 12px 6px;}
  .services-4 strong{font-size: 21px;}
  .list-link-design ul li a{padding: 10px 30px;font-size: 25px;}
  .list-link-design ul li:after{left: 9px;}
  .shape{bottom: -2px;}
  .footer-navigation1 a b,.footer-navigation1 a span{font-size: 27px;}
  .footer-right-1  ul li {width: auto;}
  .birthchart-tagline p{font-size: 51px;}
   .services-heading strong,.why-us2 span{font-size: 40px;}
  .why-us2 strong{letter-spacing:0;}
  .services-4 a svg{height: 27px;width: 27px;}
  .services-4 a{font-size: 18px;}
  .mail a span:before{left: 0px;}
  .mail a i {font-size: 16px;padding: 7px 0px 9px;}
  .services-our1 a, .experiences strong p, .top-heading strong{font-size: 36px;}
  .list-design-top img{height:auto;}
   .about-us{margin:40px 0 0;}
  .shape-serv:before{bottom: 288px;}
  .shape-serv:after{top: 294px;}
   .round-choose, .round-text{width:100%;}
    .choose-left2:before {width: 100%; left: 0;height: 5%;top: 40px;}
   .choose-left2{display:block;padding: 16px 16px 10px;}
    .choose-left2 span{height: 80px;width: 80px;line-height: 80px;}
  .choose-left2 span svg{height: 50px;width: 50px;}
  




  

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

}

@media (max-width: 575px) and (min-width: 0px) {
  .fixed-top .logo-fix {width: 50%;}
  .banner-design {  padding: 0 0px 0 0px;}
  .about-heading strong {font-size: 28px;}
  .choose-text strong {font-size: 20px;}
  .services-heading strong {font-size: 29px;}
  .services-heading span {font-size: 17px;}
  .form-heading strong{font-size: 26px;}
  .form-group1 {padding: 0px 0px;}
  .choose-heading strong{font-size: 23px;}
  .choose-bottom1:nth-child(2){margin: 130px 0 0 0;}
  .image-client {width: 100%;text-align: left;}
  .location1{width: 50%;}

  .testimonials-text{display:block;padding: 10px 10px 11px;}
  .list-design-top{padding:0;}
  .info-contact a {padding: 24px 0px 14px;}
  .info-contact a span{position: relative;display: block;left: 0;right: 0;top: 0;margin: 0 auto;}
  .info-contact a aside {padding: 19px 0 0px 0px;text-align: center;font-size: 24px;}
  .left-info strong{font-size: 14px;}
  .right-info a span{position:relative;left: 0;right: 0;}
  .testimonials-heading strong {font-size: 43px;}
  .btn-group>.btn:first-child, .services-our1 a{font-size: 17px;}
  .services-our1 p{font-size: 13px;}
  .footer-right-1 ul li a{display:block;}
  .footer-right-1 ul li{padd;padding: 0;}
  .footer-naigation ul li{padding: 2px 1px;margin: 1px 0 -1px;}
  .whychoose-section .round-image img{height:auto;}
  .birthchart-tagline p{font-size: 33px;}
  .list-design-top img{height:auto;}
  .experiences strong{display:block;}
  .experiences strong p{font-size: 25px;width: 100%;}
  .services-our1 strong{ font-size: 27px;}
  .services-our1 .moreee{font-size: 17px;padding: 18px 70px 17px 20px;}
  .footer-naigation ul li a{padding: 0px 4px;font-size: 15px;}
  .contact-get-2{width:33.333%;}
  .getin-content span{height: 80px;width: 80px;line-height: 78px;}
  .getin-content span img{
    height: 60px;
}

  
 } 

  


@media (max-width: 420px) and (min-width: 0px) {
  .head-logo2 img {height: 56px;}
  .navbar-toggler {margin: -89px 10px 0 auto;}
  .about-heading h1{font-size: 26px;line-height: 54px;}
  .list-design {padding: 30px 10px;}
  .list-design strong{font-size:30px;}
  .list-design ul li {padding: 11px 7px 11px 47px;font-size: 15px;}
  .choose-center2:before{display:none;}
  .choose-design {padding: 0px 0 0 0;}
   .footer-navigation1 a b,.footer-navigation1 a span{font-size: 23px;}
 .head-left1 a i{font-size: 24px;}
  .head-center1 img{height: 70px;}
  .getin-content strong{font-size: 18px;}
}
