@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body{
  margin:0;
  padding:0;
  font-family: "Rubik", sans-serif;
}

a{
  text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
}
img{
  max-width: 100%;
}

ul, p{
  margin:0px;
  padding:0px;
}
li{margin:0px;
  padding:0px;
  list-style: none;
}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
@font-face {
    font-family: 'WHETHER SAVORING DEMO';
    src: url('../fonts/WHETHERSAVORINGDEMO-Bold.woff2') format('woff2'),
        url('../fonts/WHETHERSAVORINGDEMO-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.main{
  padding: 0;
  margin: 0 auto;
  width: 95%;
}


/* top section start */
.m-show{
  display: none;
}
.top-sec {
  text-align: center;
}
.des{
  border-radius: 0 0 15px 15px;
  background: #ee9409;
}
.des ul li {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  padding: 8px 12px 6px;
  font-weight: 500;
  display: inline-block;
  background: #ffffff;
  border-radius: 50px;
  margin: 10px 2px;
  animation: 1.5s linear 0s infinite normal none running blink;
}
@keyframes blink {
    50% {
        transform: translateY(10px);

    }


}
.des ul li i{
  color: #d72424;
  padding: 0 5px 0 0;
  font-size: 18px;
}

.top-col2 {
  position: relative;
  z-index: 1;
  color: #000000;
  font-size: 20px;
  padding: 12px 0px 0px;
  font-weight: 600;
}

/* top section end */

/* head section start */
.head-design{
  align-items: center;
}

.head-right1{position: relative;}

.head-line{
    background: #ee9409;
    overflow: hidden;
}
.head-line p{
  text-align: center;
  color: #ffffff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px 5px;
  background: #ee9409;
  animation: 1.5s linear 0s infinite normal none running blk;
}
@keyframes blk {
    from {
        transform: scale(1);
       background: #ee9409;
    }
   to {
        transform: scale(.9);
      background: #d20700;
    }

}
.head-ani {
  width: 100%;
  height: 41px;
}
.word {
  width: 100%;
  height: auto;
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  float:left;
  opacity:0;
  position:absolute;
  top:0;
  left:0;
  color: #d20700;
  text-transform: capitalize;
}

.w1 {
  animation: w1anim 5s infinite;
}

.w2 {
  animation: w2anim 5s infinite;
}

@keyframes w1anim {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  40% {
    opacity:0;
  }
}


@keyframes w2anim {
  60%{
    opacity: 0;
  }
  80%{
    opacity: 1;
  }
  100% {
    opacity:0;
  }
}

.head-right2 ul{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.head-right2 ul li a{
  text-align: center;
  color: #000000;
  font-size: 32px;
  padding: 4px 3px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
}
.head-right2 ul li:nth-child(1) a{
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 12px 4px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  background: #288b00;
  border-radius: 50px;
}
.head-right2 ul li i{
  text-align: center;
  color: #ffffff;
  font-size: 38px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #288b00;
  font-weight: 500;
  border-radius: 12px;
  animation: 2s linear 0s infinite normal none running tada;
}
@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}
/* head section end */

/* banner section start */
.banner img{
  width: 100%;
}
/* banner section end */

/* about us section start */
.about-us-section {
  background: linear-gradient(
180deg, #d72424, #d77107);
  padding: 0 50px 0 0;
}
.about-title{
    text-align: center;
}
.about-title strong{
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 100;
    display: block;
    color: #ffffff;
    padding: 0 0 15px;
    font-family: 'WHETHER SAVORING DEMO';
}
.about-title p{
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    background: #ffffff;
    box-shadow: 0 0 11px 2px #ffffff;
    border-radius: 40px;
    padding: 7px 18px 4px;
    width: fit-content;
    margin: 0 auto;
}
.sv-title strong{
    color: #d72424;
    text-shadow: 2px 1px #fff;
}
.sv-title p{
  
box-shadow: 0 0 11px 2px #ee9409;
}
.about-us-content{
  background: #fff;
  padding: 15px 25px;
  border-radius: 0 35px 35px 0;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    color: #272727;
    padding: 6px 0;
}
.about-us-content p strong{
    color: #d72424;
    font-weight: 500;
}
.about-us-content b{
    color: #d72424;
    font-weight: 600;
    border: 1px solid #ee9409;
    display: inline-block;
    padding: 7px 15px 6px;
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 18px;
}
.about-line p{
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  padding: 4px 15px 8px;
  text-align: center;
  text-transform: capitalize;
  background: #ee9409;
  text-shadow: 4px 3px #d9600f;
} 
/* about us section end */


/* our services section start */
.services-design1{
   padding: 12px;
}
.services-design2{
  padding: 15px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(
0deg, #d72424, #d77107);
}
.services-design3{
  transition: .9s ease;
}
.services-design2:hover .services-design3 {
    transform: scale(.9);
}
.services-design3 img{border-radius: 20px;}

.services-design3 strong{
   font-size: 24px;
   font-weight: 600;
   text-transform: uppercase;
   display: block;
   padding: 12px 0 2px;
   color: #ffffff;
}
.services-design3 p{
   font-size: 15px;
   font-weight: 400;
   line-height: 25px;
   color: #ffffff;
   padding: 0 0 10px;
}

.services-design2 a{
  color: #288b00;
  padding: 4px 15px 2px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 50px;
}
/* our services section end  */


/* awards section start */
.srv-list{
  padding: 12px;
}
.srv-list1 strong {
    text-transform: capitalize;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 27px;
    font-weight: 600;
    background: #ee9409;
    display: block;
    text-align: center;
    text-shadow: 4px 3px #d9600f;
    font-family: 'WHETHER SAVORING DEMO';
}
.srv-list1 p {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: #272727;
    padding: 9px 0 15px;
    text-align: justify;
}
.srv-list1 a {
    text-transform: capitalize;
    padding: 10px 15px 8px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    display: block;
    background: #d72524;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}
.srv-list1 a p {
    padding: 0;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
}
.award-box{
  background: #000000;
  margin: 40px 0 0;
  padding: 5px 25px 12px 25px;
  position: relative;
}
.award-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: -278px;
    bottom: inherit;
    right: -38px;
    margin: 0 auto;
    z-index: -1;
    background: #ee9409;
}
.award1{
  padding: 10px;
}
.award2 img{
    width: 100%;
}
/* awards section end */


/* start why choose us section */
.choose-left1{
  padding: 12px;
}
.choose-left2{
}
.choose-icon1{padding: 12px;}
.choose-icon2{
  background: #d72524;
  padding: 30px 30px 20px 30px;
  border-radius: 10px 100px  10px 10px;
  position: relative;
  z-index: 9;
}
.choose-icon2 span{
  color: #000000;
  height: 90px;
  width: 90px;
  line-height: 92px;
  display: block;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 0 0;
  font-size: 45px;
  background: #ffffff;
}
.choose-icon2:before{
  content:"";
  position:absolute;
  height: 20%;
  top: 54px;
  width: 50%;
  left:0;
  border-radius: 0 50px 50px 0px;
  background: #ee9409;
  z-index: -9;
}
.choose-icon2 b{
  font-size: 40px;
  display: block;
  font-weight: 500;
  padding: 15px 0 0 0;
  color: #ffffff;
  text-transform: capitalize;
}
.choose-icon2 aside{
  font-size: 17px;
  font-weight: 400;
  padding: 0px 9px 0 0px;
  color: #fff;
  line-height: 20px;
  text-transform: capitalize;
}

.choose-right1{
  padding: 12px;
  text-align: center;
}
.choose-right2 img{border-radius: 30px;}

.why-section{
  background: #d9682d;
}

.whyus-heading{
  padding: 25px;
  text-align: center;
  position: relative;
}
.whyus-heading p{
    font-size: 15px;
    font-weight: 200;
    line-height: 27px;
    color: #ffffff;
    text-align: justify;
}
.whyus-img img{
  display: none;
}
.whyus-img:after{
   content: "";
   width: 364px;
   height: 364px;
   background-image: url(../images/why-img.png);
   position: absolute;
   right: -12px;
   top: -40px;
   left: 0;
   margin: 0 auto;
   background-repeat: no-repeat;
}
/* end why choose us section*/





/* best services section start */
.services-1{
  padding: 15px 12px;
}
.services-2{
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 9px #d7d1d1;
  padding: 15px;
}
.services-2::before {
    content: '';
    position: absolute;
    background-color: #ee9409;
    width: 85%;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    border-radius: 30px 30px 0 0;
    z-index: 1;
}
.services-2::after {
    content: '';
    position: absolute;
    background-color: #d72524;
    width: 85%;
    height: 11px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    border-radius: 0 0 30px 30px;
}
.service_card_img img {
  border-radius: 50%;
}
.srv-title p {
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    color: #d72424;
    padding: 12px 0 0px;
}
.service_card_content .srv-text{
   font-size: 15px;
   font-weight: 400;
   line-height: 28px;
   color: #272727;
   padding: 0 0 12px;
}
.srv-contac{
  position: relative;
}
.srv-contac a{
   font-size: 16px;
   font-weight: 500;
   display: block;
   text-transform: uppercase;
   color: #ffffff;
   padding: 7px 15px 5px;
   background: #288b00;
   width: fit-content;
   border-radius: 8px;
}
.srv-contac a i {
    font-weight: 300;
    padding: 0 5px 0 0;
}
/* best services section end */


/* testimonial section start */
.testi-section{
  padding-top: 80px;
}
.testi-1{
  padding: 12px;
}
.testi-2{
  padding:0;
  position: relative;
}
.quote-icon i{
  font-size: 55px;
  color: #d72424;
  position: absolute;
  top: 8px;
  right: 38px;
  z-index: 0;
  font-weight: 600;
}
.testimonial-inner {
    position: relative;
    display: block;
    box-shadow: 0px 0px 35px 0px rgb(0, 0, 0, 0.05);
    padding: 30px 25px 30px;
    border-radius: 30px;
}
.rating-box {
    padding: 0 0 2px;
    color: #ee9409;
    font-size: 16px;
}
.testi-box{
}
.testi-box p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #272727;
    padding: 0 0 12px;
}
.testi-name{background: #d9682d;padding: 5px 15px 5px;border-radius: 10px;}
.testi-name span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.testi-name p {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-style: italic;
}
/* testimonial section end */


/* other services section start */
.other-sv-sec{
  background: #ee9409;
  position: relative;
  padding-top: 125px;
  z-index: 1;
}
.other-sv-sec:before{
    background-image: url(../images/bg.webp);
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    top: 0;
    opacity: 8%;
}
.shape {
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    transform: rotate(180deg);
    top: -1px;
}
.shape svg{
    height: 169px;
    z-index: -1;
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    fill: #fff;
}
.other-sv1{
  padding: 12px;
  text-align: center;
}
.other-sv3{
     position: relative;
     overflow: hidden;
     z-index: 0;
}
.other-sv3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    width: 100%;
    height: 90%;
    background: #fff;
    border-radius: 500px 500px 50px 50px;
    top: 0;
}

.other-sv-box{
    padding: 15px 15px 15px;
}

.other-sv-img1 img{
  border-radius: 50%;
  border: 8px solid #d72424;
}
.other-sv-name span{
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 10px 2px;
    background: #d72424;
}
/* other services section end */

/* whatsapp chat section start */
.chat-1{
    padding: 10px;
 }
 .chat-1 img{
  width: 100%;
 }
/* whatsapp chat section end */

/* footer section start */
.footer{
  background: #000000;
}
.footer-left{
  padding: 12px;
}

.footer-detail-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 0;
}
.footer-detail-left span {
    background-color: #d72424;
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding: 2px 15px 0;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
}
.footer-detail-left span a{
    color: #fff;
}
.footer-detail-left i{
    width: 70px;
    margin-left: -25px;
    height: 70px;
    line-height: 72px;
    background: #ffffff;
    text-align: center;
    font-size: 31px;
    position: relative;
    color: #d72424;
    font-weight: 600;
    border-radius: 50px;
}
.footer-right{
  padding: 12px;
}
.disclaimer{
    font-size: 36px;
    font-weight: 800;
    color: #fdb302;
}
.disclaimer p{
    font-size: 13px;
    font-weight: 100;
    line-height: 23px;
    color: #bfbfbf;
    padding: 0 0 10px;
}
.copyryt span{
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    display: block;
}
/* footer section end */



.fix
{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
}
.end
{
  margin: 0;
  padding: 0;
  background-color: #fff;
  
}
.end li
{
    display: inline;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 15px;
    width: 60px;
    background: #f10000;
    line-height: 57px;
    border-radius: 15px;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
  display: block;
  position: relative;
}
.end li a span{
    position: absolute;
    top: -6px;
    right: 0;
    background: red;
    border: 0px solid #eee;
    height: 20px;
    border-radius: 40px;
    line-height: 20px;
    width: 20px;
}
.wh-fx{right: 20px;}
.ph-fx{left: 20px;}
.end li a img
{
    filter: brightness(0.5) invert(1);
}




@media (max-width: 767px){
.des ul li {font-size: 13px;padding: 5px 12px 3px;}
.des ul li i {font-size: 16px;}
.top-col2 {font-size: 20px;padding: 9px 0px 0px;}
.head-right2 ul li:nth-child(1) a {font-size: 14px;}
.head-right2 ul li a {font-size: 26px;}
.head-line p {font-size: 15px;padding: 5px 10px 2px;}
.head-right1 {/* padding: 0; */}
.head-right2 ul li i {font-size: 32px;width: 45px;height: 45px;line-height: 45px;}
.about-line p {font-size: 22px;line-height: 30px;padding: 6px 15px 6px;}
.about-title strong {font-size: 43px;}
.about-us-section {padding: 0 12px 0 0px;}
.footer-right {text-align: center;}
.award1:nth-child(2){order: 1;}
.about-title strong {font-size: 28px;}
.whyus-img{order: -1;}
.whyus-img img{display: block;margin: 0 auto;}
.whyus-img:after{display: none;}
.about-us-content {padding: 15px 15px;}
.award-box {padding: 5px 15px 12px;}
.whyus-heading {padding: 5px 12px;}
.why-section {padding: 30px 12px;}
.whyus-heading p, .srv-list1 p {text-align: left;}
.testi-section {padding-top: 0;}
.m-show{display: block;}





}


@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-line p {font-size: 32px;line-height: 40px;padding: 9px 15px 9px;}
.top-sec .des:before{width: 0;}
.footer-right {text-align: center;}
.services-design4 a.ptkk-1 {width: 135px;}
.services-design4 a {padding: 6px 5px 4px;font-size: 16px;width: 165px;}
.head-line p {font-size: 20px;padding: 6px 10px 5px;}
.about-title strong { font-size: 40px;}
.whyus-img{order: -1;}
.whyus-img img{display: block;margin: 0 auto;}
.whyus-img:after{display: none;}
.whyus-heading p{text-align: center;}
.whyus-heading {padding: 5px 12px;}
.why-section {padding: 30px 0;}
.whyus-heading p {text-align: left;}
.m-show{display: block;}


}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
.des ul li {font-size: 14px;padding: 5px 10px 5px;}
.des ul li i {font-size: 17px;}
.top-col2 {font-size: 18px;padding: 12px 0px 0px;}
.head-right2 ul li:nth-child(1) a {font-size: 15px;}
.head-right2 ul li a {font-size: 26px;}
.head-line p {font-size: 26px;padding: 5px 10px 4px;}
.head-right2 ul li i {font-size: 32px;width: 45px;height: 45px;line-height: 45px;}
.about-line p {font-size: 28px;padding: 4px 15px 5px;}
.choose-text strong {font-size: 15px;}
.choose-text p {font-size: 14px;line-height: 20px;}
.services-1 {padding: 15px 8px 15px;}
.srv-contac a {width: 52%;}
.counter-2 {padding: 15px 10px;}
.choose-text a {font-size: 20px;}
.srv-title p {font-size: 18px;}
.srv-list1 strong {font-size: 20px;}
.srv-list1 a {font-size: 30px;line-height: 38px;}
.srv-list1 a p {font-size: 16px;}
.whyus-img:after {background-size: 325px;top: 22px;}
}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {
  .head-line p {font-size: 32px;}
  .about-line p {font-size: 35px;}
  .srv-list1 strong {font-size: 24px;}
}


@media (max-width: 575px) and (min-width: 0px) {
.head-right2 ul li:nth-child(1) a {font-size: 22px;line-height: 16px;padding: 15px 15px 15px;}
.head-right2 ul li a {font-size: 40px;padding: 0;}
.head-line p {line-height: 22px;padding: 6px 10px 6px;}
.head-right2 ul {display: block;padding: 0;margin: -12px 0 0;}
.head-right2 ul li{display: inline-block;}
.about-title strong {font-size: 28px;line-height: 45px;padding: 5px 15px 5px;}
.about-line p {font-size: 20px;line-height: 25px;padding: 8px 15px 8px;}
.top-sec .des:before{width: 0;}
.des {padding: 0 0 9px;}
.des ul li {margin: 8px 0px 0;}
.word {width: 100%;height: auto;font-size: 20px;}
.other-sv-name span {font-size: 15px;}
.head-design, .awards-section{padding: 0 !important;}

}



@media (max-width: 420px) and (min-width: 0px) {
.head-right2 ul li:nth-child(1) a {font-size: 17px;padding: 10px 15px;}
.head-right2 ul li a {font-size: 35px;}
.head-right2 ul li i {font-size: 28px;width: 35px;height: 35px;line-height: 36px;display: none;}
.word {font-size: 15px;}
.head-line p {font-size: 13px;line-height: 17px;}
.top-col2 {font-size: 18px;}
.about-title strong {font-size: 25px;}
.about-title p {padding: 7px 12px 4px;font-size: 13px;}
.about-line p {font-size: 18px;line-height: 23px;padding: 5px 15px 4px;}
.services-design4 strong {font-size: 30px;}
.srv-contac a.ptkk-1 {width: 42%;}
.srv-contac a {font-size: 17px;padding: 4px 7px 1px;}
.services-design4 a.ptkk-1 {width: 112px;}
.services-design4 a {padding: 6px 5px 4px;font-size: 15px;width: 150px;}
.footer-detail-left span {font-size: 22px;}
.footer-detail-left i {width: 60px;margin-left: -25px;height: 60px;line-height: 60px;font-size: 30px;}
.other-sv1{width: 100%;}
.srv-list1 a {font-size: 30px;line-height: 38px;}
.srv-list1 a p {font-size: 17px;}
.srv-list1 strong {font-size: 21px;}
.des ul li {font-size: 11px;padding: 4px 12px 3px;}
.about-us-content b {font-size: 16px;}
}