@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Federo&display=swap');

body{
  margin:0;
  padding:0;
  color: #dc3545;
  font-family: "DM Sans", sans-serif;
}
/*530b19, a2223b*/
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%;
}
p, h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

/* start top head section */

.tophead-section{
  background: linear-gradient(to right, #c44354, #e42c3d);
  padding: 20px 0 24px;
  position:relative;
  z-index: 9;
}
.design-tophead{
  justify-content:center;
  align-items:center;
}

.tophead-left1 a{
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}
.tophead-left1 .call{
  color: #ffffff;
  border-radius: 24px;
  font-size: 17px;
  padding: 1px 17px 1px;
  background: #ffab47;
  margin: 0 0 0 9px;
}
.tophead-left1 a .bi{
  height: 1.3rem;
  width: 1.3rem;
  color:#ffba00;
}

.tophead-center1 aside{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 600;
}

.tophead-right1{
  text-align: right;
}
.tophead-right1 ul li{
  list-style: none;
  padding: 0 9px 0 9px;
  font-weight: 600;
  font-size: 19px;
  text-transform: capitalize;
  color: #ffffff;
  display: inline-block;
}
.tophead-right1 ul li span{
  
}
.tophead-right1 ul li i{
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 17px;
  font-style: normal;
  background: #ffab47;
  display: inline-block;
  margin: 0 0 0 7px;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
  font-weight: 700;
}
.tophead-right1 li a{
  color: #fff;
}
.tophead-right1 li a b{

}


/* end top head section */


/* start heads section */

.head-section{
  margin: -0px 0 0;
  position: relative;
  padding: 0 0 20px 0;
}
.design-head{
  background: #fff;
  position: relative;
  padding: 11px 0 0px;
  z-index: 9;
  border-radius: 29px;
}
.head-logo1{
  background: #fff;
  padding: 0px 0  0;
}

.head-right1{
}
.head-icon ul{
  padding:0;
  margin:0;
  list-style: none;
}
.head-icon ul li{
  display: inline-block;
  margin:0;
  text-transform: capitalize;
  font-size: 16px;
  padding: 0 17px;
  position: relative;
  font-weight: 600;
  color: #000000;
}
.head-icon ul li span{
  display: block;
  background: #ffff;
  color: #ff0000;
  height: 50px;
  width: 50px;
  border-radius:50%;
  font-size: 20px;
  box-shadow: inset 1px 4px 5px 0px #fec1a4;
  line-height: 50px;
  margin: -30px auto 0;
  text-align: center;
}
.head-icon ul li span svg{
  height: 31px;
  width: 31px;
}
.left-head a{
  display: block;
  text-transform: capitalize;
  color: rgb(229 44 61);
  font-size: 27px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #cfcfcf;
  width: fit-content;
  border-radius: 61px;
  padding: 3px 25px;
  margin: 0 auto;
}
.headline-section1 p{
  color: #000000;
  text-align: center;
  padding: 15px 0 0;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
}
.whatsapp-head a{
  background: green;
  outline: #008000 solid 2px;
  border: 3px solid #ffffff;
  color: #fff;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  display: block;
  width: 48px;
  border-radius: 50%;
}
.whatsapp-head a .bi{
  width: 26px;
  height: 26px;
  animation: blk 0.4s infinite ease-in-out;
}
@keyframes blk{
  0%{color:#ffffff;}
  100%{color:#0f0;}
}
.right-head  p{
  color: #ff0000;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
  animation: boun 1s infinite;
}
@keyframes boun {
  0% {
      color:#da3c22;

  }
  50% {
      color:#fff;
  }
  100%{color:#d83030;}
}


/* end head section */




/* start about us section */

.aboutus-section{
  padding: 70px 0 70px 0;
  z-index: 9;
  background: linear-gradient(45deg, black, #e42c3d);
  position: relative;
}
.aboutus-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  background:url(../images/about2.jpg) no-repeat;
  background-size:cover;
  top:0;
  left:0;
  z-index:-9;
  opacity: 12%;
  background-attachment: fixed;
}
.about-design{
  padding: 0px 0px 0px;
  border-top: 0;
}
.aboutus-2{padding: 30px 0 0 0px;}
.about-heading span{
  position: absolute;
  left: 0;
  top: 5px;
  animation: blink 1.2s linear infinite;
}
.about-heading strong{
  text-decoration: none;
  color: #fff;
  background: #222;
  padding: 3px 20px;
  font-weight: 500;
  display: inline-block;
  outline: 2px solid #fff;
  outline-offset: 7px;
  margin-bottom: 10px;
  font-family: "Federo", sans-serif;
  font-size: 40px;
}
.about-heading p{
  color: #ffffff;
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  padding: 9px 15px;
}
.about-heading{
}
.about-content img{
  float: right;
  margin: 0 0 0 50px;
  height: 360px;
  border-radius: 20px;
}
.about-content p{
  color: #ffffff;
  font-size: 15px;
  line-height: 33px;
  text-align: justify;
  padding: 0px 0 10px;
}
.about-content p strong{
  color: #ffe200;
  font-weight: 600;
}
.about-content ul, ol{
  padding: 10px 0px 10px 0px;
  margin: 0px 0 0px 0;
  list-style: none;
}
.about-content ul li{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 10px 10px 0px;
  padding: 8px 30px;
  border-radius: 40px;
  background: #ffab48;
  position: relative;
}
.about-content ol li{
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  border-radius: 30px 0 0 30px;
  background: #ffa200;
  width: 48%;
  text-transform: capitalize;
  margin: 0 10px 18px 10px;
  display: inline-block;
  padding: 8px 12px 8px 51px;
  position: relative;
}
.about-content ul li:last-child{
  border-bottom:0;
  margin: 0;
}
.about-content ol li:before{
  margin: 0 auto;
  position: absolute;
  left: -1px;
  font-size: 18px;
  color: #4810d3;
  font-weight: 600;
  top: -1px;
  content: "\f762";
  height: 41px;
  line-height: 41px;
  text-align: center;
  width: 41px;
  border-radius: 50%;
  background: #502425;
  font-family: "Font Awesome 6 Pro";
  animation: blink 1s linear infinite;
}
@keyframes blink{
0%{color: #ffa200;}
50%{color: #ffffff;}
100%{color: #ffa200;}
}

/* end about us section */

/* start awards section  */
.awards{
  position: relative;
  padding: 20px 0 80px 0;
  z-index: 9;
}
.awards:before{
  position:absolute;
  content:"";
  height:100%;
  width:100%;
  top:0;
  bottom:0;
  background: url(../images/background.jpg) no-repeat;
  background-position: bottom;
  opacity: 4%;
  z-index: -9;
  left: 0;
  background-attachment: fixed;
}



.award1{
  padding: 10px;
}
.award2 img{
  width: 100%;
}
.awards-heading strong{
  font-size: 65px;
  display: block;
  font-weight: 700;
  font-family: "Federo", sans-serif;
  margin: 0;
  text-transform: capitalize;
  color: #4d4d4d;
}
.awards-heading strong span{
  color: #dc3545;
}
.awards-heading i{
  color: #ffab48;
  font-size: 140px;
  position: absolute;
  margin: 0 auto;
  display: block;
  left: 0;
  right: 0;
  top: -60px;
  z-index: -9;
  opacity: 23%;
}
.design-awards{
  align-items: center;
  padding: 0px 0 20px;
}

/* end awards section */


/* start top services section */

.topservices-section{
  padding: 0;
}
.left-services{
  padding: 50px 0 60px 0;
}
.left-services aside{
  font-family: "Federo", sans-serif;
  font-size: 54px;
  display: block;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}
.topservices1{
  padding: 20px;
}
.topservices2{
  position:relative;
  transition:0.5s ease-in;
}

.topservices2:hover:before{
  height:100%;
}
.topservices2 img{
  border-radius: 10px;
}
.topservices2 strong{
  font-size: 18px;
  margin: 10px auto 0;
  display: block;
  border-radius: 40px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: fit-content;
  background: linear-gradient(to right, #c44354, #e42c3d);
  padding: 5px 22px;
  transition: 0.3s ease-in-out;
}
.topservices2 p{
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #000;
}
.right-services{
  padding: 70px 0 0 0;
  margin: -11px 0 0;
}
.right-services:before{
  background: linear-gradient(#c44354, #e42c3d);
  position:absolute;
  content:"";
  height:100%;
  width: 20%;
  margin:0 auto;
  left:0;
  right:0;
  top:0;
}
.contact-astro a{
  margin: 0 auto 60px;
  height: 260px;
  width: 260px;
  padding: 40px 0 0 0;
  background: #fff;
  border-radius:50%;
  border: 17px solid #dc324366;
  line-height: 30px;
  animation: pulse 1.5s infinite;
  animation-timing-function: linear;
}
.contact-astro i{
  background: linear-gradient(to right, #c44354, #e42c3d);
  height: 80px;
  width: 80px;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
}
.contact-astro p{
  color: #000;
  padding: 13px 0 0;
  font-size: 24px;
  font-weight: 700;
}
@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }
}

/* end top services section */

/* start other services section  */
.other-services{
  padding: 80px 0 80px;
}
.list-design1 {}
.list-design1 strong{
  text-decoration: none;
  color: #fff;
  background: #dc3545;
  padding: 3px 20px;
  font-weight: 500;
  display: inline-block;
  outline: 2px solid #dc3545;
  text-transform: capitalize;
  outline-offset: 7px;
  margin-bottom: 10px;
  font-family: "Federo", sans-serif;
  font-size: 40px;
  margin: 0 0 50px 0;
}


.list-design1 ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-design1 a{
  color:#fff;
  font-weight: 600;
  background: #dc3545;
  width: fit-content;
  font-size: 76px;
  text-align: center;
  margin: 30px auto 0 0;
  padding: 12px 60px 12px 20px;
  display: block;
  border-radius: 100px;
}
.list-design1 a i{
  background: #ffab48;
  height: 80px;
  width: 80px;
  line-height: 90px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 43px;
}
.list-design1 ul li{
  color: #000000;
  padding: 11px 12px 10px 40px;
  background: #ffe4c4;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  margin: 16px 5px 0 0;
  border-radius: 40px;
}
.list-design1 ul li:before{
  margin: 0 auto;
  position: absolute;
  left: 11px;
  font-size: 21px;
  color: #dc3545;
  font-weight: 600;
  top: 9px;
  content: "\f762";
  text-align: center;
  font-family: "Font Awesome 6 Pro";
}
/* end other services section  */

/* start best services section  */

.bestservices{
  padding: 40px 0 80px;
  position:relative;
}

.heading-services p{
  color: #000;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin: -14px 0 0;
  text-align: center;
}
.heading-services i{
    color: #ffab48;
    font-size: 140px;
    position: absolute;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    top: 0px;
    z-index: -9;
    opacity: 23%;
}
.heading-services strong{
  font-size: 65px;
  display: block;
  font-weight: 700;
  font-family: "Federo", sans-serif;
  margin: 0;
  text-transform: capitalize;
  color: #4d4d4d;
}
.heading-services strong span{
  color: #dc3545;
}
.heading-services strong img{
  animation: float 9s ease-in-out infinite;
  height: 40px;
  margin: 0 10px;
}
.best-srvv{
  padding: 30px 0 0;
}
.best-services1{
  padding: 20px 15px 20px;
}
.best-services2:before{
  
}
.best-services2{
  background: #fff;
  text-align: center;
  padding: 0 25px 40px;
  margin: 20px 0 0;
  border-radius: 20px;
  position: relative;
  transition: all .3s ease;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);

}
.best-services2:before {
  content: "";
  background:linear-gradient(to top,#dc3545,#dc3545);
  width: 10px;
  border-radius: 0 100px 100px 0;
  position: absolute;
  top: 110px;
  bottom: 35px;
  left: 0;
}
.best-services2:after{
  content: "";
  background:linear-gradient(to top,#dc3545,#dc3545);
  width: 10px;
  position: absolute;
  top: 110px;
  bottom: 35px;
  border-radius: 100px 0 0 100px;
  left: auto;
  right: 0;
}
.best-services3{padding: 0px 0 0px 0;}
.best-services3 img{
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  height: 218px;
  box-shadow: 0 0 0 4px #ffffff;
  border: 10px solid #dc3545;
  transform: rotateX(0deg);
}
.best-services2:hover .best-services3 img{
  transform: rotateX(360deg);
  transition: all .3s;
}



.best-services4{
  padding: 0px 0 0px 0;
}
.best-services5 a{
  background: #dc3545;
  color: #ffffff;
  padding: 7px 19px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  width: fit-content;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 6px;
}
.best-services5 strong{
  display: block;
  padding: 0;
  color: #000;
  font-size: 22px;
  margin: 10px 0 0;
  text-transform: uppercase;
  font-weight: 800;
}
.best-services5 p{
  padding: 5px 0px 10px 0px;
  font-size: 15px;
  line-height: 29px;
  font-weight: 400;
  color: #000;
}
.txt-ani{
  font-size: 79px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  line-height: normal;
  color: #000000;
  padding: 20px 0 0px;
  background: #ffab48;
}
/* end best services section */

 /* start main services section  */


.mainservices{
  background: #dc3545;
  margin: 70px 0 0;
}
.main-services3{
  z-index: 9;
  position: relative;
}
.main-services3:before{
  height: 40px;
  width: 40px;
  background: #dc3545;
  content:"";
  position:absolute;
  left:0;
  top: -20px;
  right:0;
  margin:0 auto;
  border-radius:50%
}
.main-services3 img {
  border-radius: 20%;
  height: 220px;
  margin: 0 auto;
}
.main-services4 strong{
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 27px;
  margin: 14px 0 0;
  color: #fff;
  border-radius: 40px 40px;
  font-family: "Federo", sans-serif;
}
.main-services4 p{
  color: #ffffff;
  font-size: 15px;
  padding: 0px 0 12px 0px;
  font-weight: 400;
  line-height: 31px;
}
.main-services4{
  position:relative;
  background: #dc3545;
}
.main-services4 a{
  margin: 0 auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #ffab48;
  text-transform: capitalize;
  color: #ffffff;
  background: #dc3545;
  padding: 5px 22px 4px;
  border-radius: 50px;
  box-shadow: inset 0 0 17px 3px #ffab48;
}
.main-services1{
  padding: 80px 15px 40px;
  position:relative;
}
.main-services1:nth-child(2) .main-services2{
  margin-top:100px;
}
.main-services1:nth-child(4) .main-services2{
  margin-top:100px;
}
/*  end main services section  */






/* start testimonials section */
.mark{
}
.testimonials{
  position:relative;
  z-index: 9;
  padding: 40px 0 60px;
}
.testimonials .choose-heading strong{
  color:#d1273a;
}
.testimonials1{
  padding: 10px;
}
.testimonials2{
  padding: 34px 20px;
  background: #ffab48;
  position:relative;
  border-radius: 30px;
  z-index:9;
}
.testimonials2:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  background:url(../images/about2.jpg) no-repeat;
  background-size:cover;
  top:0;
  border-radius: 30px;
  left:0;
  z-index:-9;
  opacity: 12%;
  background-attachment: fixed;
}
.coma span{
  display: block;
  transform: rotate(179deg);
  text-align: left;
  position: absolute;
  right: 0;
  color: #dc3545;
  bottom: 0;
  opacity: 0.2;
  left: 0;
  margin: 0 auto;
}
.coma span .bi{
  height: 60px;
  width: 60px;
}

.testimonials4 img{
  border-radius: 20%;
  height: 70px;
}
.testimonials4 p{
  color: #000000;
  font-weight: 500;
  padding: 0px 0 7px  0;
  line-height: 31px;
  font-size: 15px;
  text-align: center;
}
.testimonials4 {
  position: relative;
  border-radius: 10px;
  padding: 0px 0px 0px;
}
.testimonials4 span{
  text-transform: capitalize;
  display: block;
  color: #b70b1c;
  font-size: 17px;
  text-align: left;
  border-top: 1px solid #c38033;
  font-weight: 600;
  padding: 10px 0 0px;
}
.testimonials4 span b{
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  font-style: italic;
  float: right;
}
.star i {
  color: #9b5400;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}
.star i b{
  display:inline-block;
  padding: 0 3px;
}
.star i b .bi{
  height: 18px;
  width: 18px;
  filter: drop-shadow(0px 1px 15px #ffe400a8);
}
.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: 10px 0 0;
}
/* end testimonials section */


/* start why choose us section*/

/* start top services section */

.whychoose-section{
  padding: 60px 0 60px;
}

.whychoose-section1{
  border: 1px solid #eeeeee;
  padding: 70px 30px 30px;
  border-radius: 13px;
}
.whychoose-left1{
  padding: 0 0px 0 50px;
  text-align: left;
}
.whychoose-left2{
  ba;
  background: radial-gradient(at top center, #dc3545 0%, #862125 65%, #491214 100%);
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2), 30px 30px 0px #240708 !important;
  padding: 50px;
}
.whychoose-left2 strong{
  font-size: 38px;
  font-weight: 700;
  color: #ffab48;
  text-align: left;
  display: block;
  text-transform: capitalize;
}
.whychoose-left2 strong span{
  padding: 0;
  display: inline-block;
  margin: 0px 0 -1px 0;
}
.whychoose-left2 p{
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  text-align: justify;
  padding: 7px 0 0 0;
  line-height: 31px;
}
.whychoose-left2 span{
  color: #000000;
  text-transform: uppercase;
  border-radius: 34px;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 3px 17px 3px;
  background: linear-gradient(to right, #f6909a, #ffaa48) #dc3545;
  margin: 0 0 0 9px;
  font-weight: 500;
}
.whychoose-right1{
  padding: 0px 0px 0px 0px;
}
.whychoose-right2 img{
}

.choose-left2{
  padding: 20px 25px 20px 25px;
  border-radius: 20px;
  position: relative;
  background: #ffffff;
  box-shadow: 1px 1px 4px 4px rgb(127 127 127 / 15%);
  font-size: 28px;
  font-weight: 600;
}

.choose-left2 span{
  display: block;
  border-radius: 50%;
  height: 80px;
  line-height: 91px;
  width: 80px;
  position:relative;
  margin: 0 auto;
  z-index: 9;
  background: radial-gradient(at top center, #dc3545 0%, #9d111e 65%, #dc3545 100%);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  font-size: 28px;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05), 10px 10px 30px rgba(189, 18, 32, 0.4);
}
.round-choose{
  position:relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.choose-left2 span i{font-size: 40px;color: #fff;}

.choose-left2 p{
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding: 6px 0px 0px;
  position:relative;
}

.choose-left2 strong{
  text-transform: capitalize;
  color: #000000;
  padding: 0;
  display: inline-block;
  margin: 10px 0 0;
  font-size: 20px;
}

.choose-bottom1{
  position: relative;
  padding: 10px;
}
/* end top services section*/

/* start mark sectiuon  */

.mark-section{
  background: #b01e37;
  padding: 28px 0;
}
.mark-section p{
  color: #ffffff;
  font-size: 46px;
  text-transform: capitalize;
  font-family: "Federo", sans-serif;
  font-weight: 500;
}
.mark-section p strong{
  font-weight: 500;
  color: #ffdba6;
}
.mark-section a
{
      display: inline-block;
      text-transform: capitalize;
      margin: 0 auto;
      padding: 8px 19px;
      color: #b01e37;
      font-weight: 600;
      font-size: 24px;
      margin-top: 11px;
      text-decoration: none;
      animation: chg 0.9s infinite;
}
@keyframes chg{
  0%{background: repeating-linear-gradient(to right, #b01e37, white 2px);}
  50%{background: repeating-linear-gradient(to right, #fff, white 2px);}
  100%{background: repeating-linear-gradient(to right, #b01e37, white 2px);}

}
/* end mark section  */

/* start footer section*/

.footer:before{
  position:absolute;
  content:"";
  height:100%;
  width:100%;
  top:0;
  bottom:0;
  background: url(../images/background.jpg) no-repeat;
  opacity: 6%;
  z-index: -9;
  background-position: bottom;
  left: 0;
  background-attachment: fixed;
}
.footer{/* background: #121212; */padding: 65px 0;position: relative;z-index: 9;}
.copy-right span{
  color: #7b7b7b;
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin: 0;
}
.copy-right p{
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding: 10px 0 0 0;
}
/* end footer section  */

.icon-fixed-mobile{
  position:fixed;
  width:100%;
  height: auto;
  display: none;
  z-index:9;
  bottom: 15px;
  top: auto;
  left: 0;
  right: 0;
}
.mobile-icon{
  width:30%;
}
.mobile-icon a span{
  height:50px;
  width:50px;
  background:red;
  border-radius:50%;
  line-height: 49px;
  text-align:center;
  color:#fff;
  margin: 0 auto;
}
.mobile-icon a span .bi{
  height: 26px;
  width: 26px;
  transform: rotate(135deg);
}
.whatsapp-icon{
  padding: 0 16px 0 0px;
  width: fit-content;
  margin: 0 0 0 auto;
}
.whatsapp-icon a{
  background:#008000;
  width: fit-content;
  height: 50px;
  position: relative;
  line-height: 44px;
  padding: 2px 22px 1px 48px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0 auto;
  font-size: 21px;
  border-radius: 30px;
  text-transform: capitalize;
}
.whatsapp-icon a span{
  height: 39px;
  width: 37px;
  background:#fff;
  color:green;
  top: 5px;
  position: absolute;
  text-align: center;
  left: 6px;
  line-height: 37px;
  border-radius: 50%;
}
.whatsapp-icon a span .bi{
  height: 23px;
  width: 23px;
  animation: anim 1s infinite;
} 

@keyframes anim {
    10% {
        rotate: 10deg;
    }
    15% {
        rotate: -10deg;
    }
    20% {
        rotate: 10deg;
    }
    25% {
        rotate: -10deg;
    }
    30% {
        rotate: 10deg;
    }
    35% {
        rotate: -10deg;
    }
    40% {
        rotate: 10deg;
    }
    45% {
        rotate: -10deg;
    }
    50% {
        rotate: 0deg;
    }
}


@media (max-width: 767px){
  body{text-align: center;}
  .list-design1 a{font-size: 43px;}
  .left-head a{font-size: 35px;}
  .tophead-right1{display:none;}
  .tophead-left1 a{font-size: 22px;}
  .tophead-section{padding: 13px 0 13px;}
  .right-head{display:none;}
  .headline-section1{display:none;}
  .head-icon ul li span{margin:0 auto;}
  .head-logo1{text-align:center;}
  .head-icon ul li{padding: 0 8px;}
  .tophead-left1 .call{display:none;}
  .whatsapp-head a{position: absolute;top: -14px;right: 0;}
  .contact-astro a{height: 230px;width: 230px;}
  .headline-section1 p{font-size: 26px;}
  .head-icon ul li:nth-child(5),.head-icon ul li:nth-child(6){display:none;}
  .left-services aside{font-size: 46px;}
  .whychoose-left2{padding:20px;}
  .whychoose-left2 strong{font-size: 34px;}
  .choose-left2 strong{font-size: 15px;}
  .right-services{display:flex;}
  .contact-astro{width:50%;}
  .main-services1:nth-child(2) .main-services2,.main-services1:nth-child(4) .main-services2{margin-top:0px;}
  .main-services1{padding: 40px 15px 20px;}
  .whychoose-left1{padding:0;}
  .mark-section p{font-size: 33px;}
  .awards-heading strong{font-size: 55px;}
  .bestservices{padding-top:0;}
  .bestservices img{height:auto;}
  .list-design1 strong{font-size: 31px;}
  .list-design1 a i{height: 60px; width: 60px;line-height: 60px;font-size: 33px;}
  .other-services{padding:80px 0 20px;}
  .txt-ani{font-size:50px;}
  .icon-fixed-mobile{display:block;}
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .list-design1 a{font-size: 50px;}
  .left-head a{font-size: 35px;}
  .tophead-right1{display:none;}
  .tophead-left1 a{font-size: 29px;}
  .tophead-section{padding: 13px 0 13px;}
  .right-head{}
  .headline-section1{display:none;}
  .head-icon ul li span{margin:0 auto;}
  .head-logo1{text-align:center;}
  .head-icon ul li{padding: 0 8px;}
  .tophead-left1 .call{display:none;}
  .headline-section1 p{font-size: 26px;}
  .left-services aside{font-size: 52px;}
  .whychoose-left2{padding:20px;}
  .whychoose-left2 strong{font-size: 34px;}
  .choose-left2 strong{font-size: 15px;}
  .right-services{display:flex;}
  .contact-astro{width:50%;}
  .main-services1:nth-child(2) .main-services2,.main-services1:nth-child(4) .main-services2{margin-top:0px;}
  .main-services1{padding: 40px 15px 20px;}
  .whychoose-left1{padding:0;}
  .mark-section p{font-size: 42px;}
  .whatsapp-head{position: absolute;top: -14px;right: 0;width: fit-content;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .list-design1 a{font-size: 50px;}
  .left-head a{font-size: 18px;padding: 3px 13px;}
  .head-icon ul li{padding:0 10px;}
  .head-icon ul li:nth-child(5),.head-icon ul li:nth-child(6){display:none;}
  .tophead-left1 .call{display:none;}
  .headline-section1 p{font-size: 26px;}
  .left-services aside{font-size: 52px;}
  .whychoose-left2{padding:20px;}
  .whychoose-left2 strong{font-size: 34px;}
  .choose-left2 strong{font-size: 15px;}
  .list-design1 strong{padding: 3px 20px;font-size: 34px;margin: 0 0 30px 0;}
  .list-design1 ul li{padding: 11px 10px 10px 40px;font-size: 15px;}
}
@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .list-design1 a{font-size:70px;}
  .left-head a{font-size: 25px;padding: 3px 18px;}
  .head-icon ul li{padding:0 10px;}
  .tophead-left1 .call{display:none;}

}

@media (max-width: 575px) and (min-width: 0px) {
  .list-design1 a{font-size: 30px;text-align: center;border-radius: 20px;margin: 20px auto 20px;padding: 12px 20px 12px 20px;}
  .list-design1 a i{height: 50px;width: 50px;line-height: 50px;margin: 0 auto;font-size: 25px;display: block;}
  .right-services{display:block;}
  .contact-astro{width:100%;}
  .heading-services strong{font-size: 37px;}
  .list-design1 strong{padding: 3px 13px;}
  .list-design1 ul li{display:block;}
  .mark-section p{font-size: 25px;}
  .awards-heading strong{font-size: 35px;}
  .about-heading strong{font-size: 35px;}
  .left-head a{font-size: 28px;}
  .head-icon ul li{padding: 0 4px;font-size: 9px;}
  .head-icon ul li span{height: 40px;width: 40px;line-height: 40px;}
  .head-icon ul li span svg{height: 21px;width: 18px;}
  .left-services aside{
    font-size: 29px;
}


}
@media (max-width: 420px) and (min-width: 0px) {



}














