@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
body{
    padding: 0;
    margin: 0;
    font-family: "Lato", sans-serif;
    background: #000;
    color: #ffffff;
}
.main{
  width: 93%;
  padding: 0;
  margin: 0 auto;
}
a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
    max-width: 100%;
}

ul, p{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}

@font-face {
  font-family: 'MarysonRough';
  src: url('../fonts/MarysonRough_PERSONAL_USE_ONLY.otf') format('opentype'),
       url('../fonts/MarysonRough_PERSONAL_USE_ONLY.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



/* top head section start */
.top-head {
    background: #ff6000;
}
.top-add p{
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0 10px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    border-radius: 20px 20px 0 0;
}
.top-head-2{
    padding:0;
    display: flex;
    align-items: center;
}
.top-head-left-1{
    font-size: 20px;
    font-weight: 400;
    padding: 7px 0 5px;
    text-transform: capitalize;
}
.top-head-right{
    padding:0;
}
.top-head-right-1{
    padding:12px 0 12px;
    font-size: 19px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
}
.top-head-right-1 ul li{
    padding: 7px 12px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 2px;
    font-size: 16px;
    background: #ec2327;
}
.top-head-right-1 ul li a{
    color: #fff;
}
.top-head-right-1 li i{
    padding: 0 6px 0 0;
    color: #fff;
    font-size: 15px;
}
.top-head-right-1 li:nth-child(2){
    background: #11c002;
}
.top-head-right-1 li:nth-child(2) a{
    color: #fff;
}
.top-head-right-1 li:nth-child(2) i{
   font-size: 18px;
}
/* top head section end */




/* top section start */
.head{
    background: #ffea4b; 
}
.mob-show{
    display: none;
}
.top-sec{
  background: #ff0000;
}
.top-header{
  padding:0;
}
.top-header-1{
  padding:0;
  text-align: center;
}
.top-left{
  padding:0;
}
.top-left-1{
  padding: 0;
  text-align: center;
}
.top-left-1 p{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #ff0000;
  text-transform: capitalize;
  padding: 8px 0 4px;
  line-height: 36px;
}
.top-center-1 ul{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.top-center-1 ul li{
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0;
  display: inline-block;
  background: #000000;
  margin: 0 6px;
  border-radius: 0 0 40px 40px;
  width: 45px;
  height: 40px;
  line-height: 36px;
  border-top: 0;
}
.top-right{
  text-align: center;
}
.top-right-1 p{
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  padding: 8px 0;
}
.award-head1{
    padding: 0 0 5px;
}
.award-head1 ul li{display: inline-block;width: 70px;padding: 0 2px;}
.award-head1 ul li img{border-radius: 50%;border: 1px dashed #ff0000;padding: 3px;animation: rotate 20s linear infinite;}
/* top section end */


/* head section start */
.head0{
  position: relative;
  z-index: 0;
}
.align{
    align-items: flex-end;
    justify-content: space-between;
}
.head-align, .tophead-align{
    align-items: flex-start;
    justify-content: space-between;
}
.head-left1{
  /* padding: 0; */
}
.head-left2{
  /* padding: 5px 8px 0; */
}
.head-left2 img{
    width: 330px;
}
.head-right1{
}
.head-right2{
  padding: 0;
}
.head-line{
  padding: 0;
  background: #dd563c;
}
.head-line p{
  padding: 8px 8px 6px;
  color: #ffffff;
  font-size: 19px;
  text-transform: capitalize;
  border-radius: 40px 0 0 40px;
  font-weight: 600;
}
.head-listbx{padding: 8px 8px 0;}
.head-list{
   padding: 0;
}
.head-list1{
  padding: 5px 0 0;
}
.head-list:nth-child(2) .head-list1{
  padding: 6px 7px 0;
  border-left: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.head-list:nth-child(2) .head-list1 p{
  font-size: 18px;
}
.head-list1 strong{
  font-size: 22px;
  font-weight: 900;
  color: #000000;
  text-transform: uppercase;
  padding: 0 0 7px;
  display: inline-block;
}
.head-list1 ul li{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  padding: 4px 20px 5px;
  display: inline-block;
  background: linear-gradient(
95deg, #ff6000, #ff0000);
  border-radius: 50px;
}
.head-list1 p{
  font-size: 18px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.head-list1 a{
  font-size: 50px;
  font-weight: 900;  
  display: block;
  animation: blik 0.5s infinite;
}
@keyframes blik{
  0%{color: #ffea4b;}
  50%{color: #ffea4b;}
  100%{color: #ff0000;}
}
.bg-right-1{
    font-size: 20px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
}
.bg-right-1 span{
    font-size: 35px;
    color: #ff0000;
    font-weight: 700;
    padding: 0 5px 0 0;
}
/* head section end */


/* top service list section start */
.top-list-1 ul li{
  display:inline-block;
  padding: 0 15px;
}
.top-list-1 ul li i{
  color: #7e0407;
  font-size: 25px;
  background: #ec8b23;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50px;
}
.top-list-1 ul li span{
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding:0 0 0 12px;
  display: inline-flex;
}
/* top service list section end */

/* banner section start */
.banner img{
  width:100%;
}
/* banner section end */

/* why us section start */
.why-section{
    padding: 50px 0 85px;
}
.about-title strong{
   text-transform: capitalize;
   border-radius: 50px;
   font-size: 35px;
   color: #ffffff;
   font-weight: 700;
   display: block;
}
.about-title span{
   text-transform: capitalize;
   font-size: 18px;
   color: #ffea4c;
   font-weight: 500;
   display: block;
   padding: 22px 0 0;
}

.about-title i{
   font-size: 35px;
   color: #ffea4c;
   font-weight: 600;
   width: 75px;
   height: 75px;
   border-radius: 50%;
   line-height: 65px;
   border: 4px double #ffffff5e;
   box-shadow: inset 0 0 15px #ffea4c;
}

.list-right1{
  padding: 0 15px;
}
.list-right2{
  text-align: center;
  padding: 30px;
  border: 1px solid #f8b21f;
  border-radius: 20px;
  box-shadow: 0px 5px 15px #f8cd2275;
}
.why-sec{
  padding: 12px;
}
.why-sec p{
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

.why-box{
  padding: 12px;
}
.counting{
    font-size: 42px;
    font-weight: 700;
}
.why-content{
  padding: 0;
}
/* why us section end */



/* service list section start */
.ser-list {
  position: relative;
  background: #ffea4c;
}

.ser-list::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6000;
  transform: skewY(-3deg);
  transform-origin: top left;
  z-index: -1;
}

.ser-list1{
  padding: 0 0 0 25px;
}
.list-1{
  padding: 0 12px;
}
.list-2 p{
  text-transform: capitalize;
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}
.list-2 ul{
  padding:0;
}
.list-2 ul li{
  margin: 10px 0;
  padding: 12px 12px;
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  background: #ffffff;
}
.list-2 ul li:before {
    color: #ff6000;
    font-size: 20px;
    padding: 0px 7px 0 0px;
    content: "\f701";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
}
.heading-details {
    position: absolute;
    background: linear-gradient(45deg, #ff6000, #fe0100);
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    transform: rotate(-90deg);
    width: 451px;
    padding: 5px 5px;
    top: 198px;
    left: -136px;
    text-transform: uppercase;
}

.heading-details strong {

}
/* service list section end */


/* services section start */
.services{
  position: relative;
}
.sv1{
  padding: 12px;
  text-align: center;
}
.sv2{
    text-align: center;
    border-radius: 500px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.sv2:before {
    position: absolute;
    content: ' ';
    width: 150px;
    height: 150px;
    border: 0;
    background-image: url(../images/astrology-chakra.png);
    background-repeat: no-repeat;
    animation: rotate 8s linear infinite;
    left: 0;
    top: 0;
    z-index: -2;
    right: 0;
    margin: 0 auto;
}

@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}

.sv2 img{
}
.sv2:hover img {
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sv1 span {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    padding: 20px 0 0;
    display: block;
}


/* services section end */


/* about us section start */
.about-design {

background: #ffea4c;

position: relative;
}
.about-design::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff6000;
    transform: skewY(-3deg);
    transform-origin: top left;
    z-index: -1;
}
.about-title{
    text-align: center;
}
.about-title1 strong{color: #fe0307;font-weight: 800;}
.about-title1 span{color: #000000;font-weight: 600;}
.about-title1 i{

color: #ff5b00;

box-shadow: inset 0 0 15px #ff6000;

border: 4px double #ff5b00;
}
.about p{
  line-height: 30px;
  font-weight: 500;
  padding: 8px 0;
  font-size: 16px;
  color: #000000;
}
.about p b{
  color: #fe0000;
  font-weight: 700;
}
.about strong{
  color: #ffffff;
  font-weight: 500;
  padding: 5px 15px 6px;
  font-size: 19px;
  background: #ff5c00;
  border-radius: 6px;
  display: inline-block;
}
.about ul {
  padding: 5px 0;
}
.about ul li{
  margin: 2px 0;
  padding: 8px 18px;
  text-transform: capitalize;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  background: #ffffff;
  display: inline-block;
}
.about ul li:before {
    color: #ff6000;
    font-size: 20px;
    padding: 0px 7px 0 0px;
    content: "\f701";
    display: inline-block;
    font-family: "Font Awesome 6 Pro";
}
/* about us section end */

/* awards section start */
.award-sec{

background: #ffea4c;
}
.award-1{
    padding: 8px;
}
.award-2{
    padding: 0;
}
.award-2 img{
  width:100%;
}

.award-2 p{
   font-size: 16px;
   font-weight: 800;
   text-transform: capitalize;
   text-align: center;
   color: #fe0307;
   padding: 9px 0 0;
}
/* awards section end */


/* add section start */
.add-sec{
    background: #ff6000;
}
.add-sec2 p{
    
font-size: 20px;
    
font-weight: 500;
    
text-transform: capitalize;
    
line-height: 29px;
    
padding: 5px 0;
}
.add-sec2 b{
    font-size: 28px;
    animation: blk 1s infinite;
    padding: 5px 0 0;
    display: block;
    text-transform: uppercase;
    color: #ffea4c;
}
@keyframes blk {
   
    50% {
         color: #ff6000;
    }

}

/* add section end */


/* services section start */
.srv{
    overflow: hidden;
    background: #ff0000;
}
.srv-left{
    padding: 12px;
}
.services-1{
  padding: 12px;
}
.service_img {
    position: relative;
    padding: 0;
    z-index: 1;
    width: 210px;
    height: 210px;
    margin: 0 auto 31px;
}
.service_img img {
    border-radius: 50%;
    width: 100%;
    filter: drop-shadow(2px 4px 6px black);
}
@keyframes pulse2 {
  0% {
            box-shadow: 0 0 0 0 #fffbff; }
  100% {
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 
.service_img::after {
    position: absolute;
    content: " ";
    width: 210px;
    height: 210px;
    background-image: url(../images/astrology-chakra1.png);
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    z-index: 0;
    right: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    animation: 8s linear 0s infinite normal none running rotate;
    margin: 0px auto;
}


@keyframes rotate {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.service_card_content p {
    font-size: 25px;
    font-weight: 600;
    padding: 0 0 5px;
    text-transform: capitalize;
    color: #ffea4c;
}
.service_card_content{
    border: 1px solid #ffea4c;
    border-top: 0;
    border-radius: 0 0 100px 100px;
    padding: 0 25px 25px;
}
.service_card_content .srv-text{
   line-height: 28px;
   font-weight: 300;
   font-size: 17px;
   color: #fff;
}
.srv-right{
    padding: 12px;
}
.srv-list-title{
   text-align: center;
   padding: 0 0 25px;
}
.srv-list-title strong{
   font-weight: 800;
   font-size: 40px;
   display: block;
   text-transform: uppercase;
   color: #000000;
}
.srv-right-1 ul{
  padding: 12px 0;
  border-left: 1px dashed #ed8c25;
}
.srv-right-1 ul li{
    margin-bottom: 15px;
    padding: 8px 10px;
    text-align: left;
    border-radius: 0 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ed8c25;
    position: relative;
    z-index: 0;
}
.srv-right-1 ul li span{
    color: #fff;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.srv-right-1 ul li a{
    color: #fff;
    background: #ec2329;
    border-radius: 100%;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 39px;
    text-align: center;
}
.srv-right-1 ul li a svg{
    
width: 25px;
    
height: 25px;
    
fill: #fff;
}
.choose-1{
  padding: 12px 12px 0;
}
.choose-2 {
    padding: 0px 12px 20px;
    background: #ff6000;
    border-radius: 135px 135px 0 0;
}

.counter-box2 {
}

.icon-box {
    display: inline-block;
    font-size: 40px;
    color: #fe0307;
    width: 75px;
    height: 75px;
    line-height: 73px;
    background: #ffea4c;
    border-radius: 50%;
}
.counter-main .counter-box2 .count-name {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 22px 0 0;
    text-align: center;
}

.counter-box2 strong{
     font-size: 42px;
     font-weight: 700;
     color: #ffea4c;
     display: block;
     text-align: center;
}
/* services section end */


/* testimonial section start */

.testi-title strong{font-weight: 800;}
.testi-title span{font-weight: 600;}
.testi-title i{color: #ffffff;}
.testimonial-card i {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fe0000;
    font-style: normal;
    letter-spacing: 2px;
    padding: 0 0 5px;
}
.testimonial1{
    
padding: 12px;
}
.testimonial-card {
  padding: 30px 25px;
  border-radius: 60px;
  box-shadow: 0 4px 20px #ffea4ca1;
  background: #ffffff;
  text-align: center;
}

.testimonial-card img {
  width: 70px;
  height: 70px;
}

.stars svg {
  width: 105px;
}
.testimonial-card span {
    height: 50px;
    width: 50px;
    background: #400971;
    color: #fff;
    text-transform: capitalize;
    line-height: 52px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.testimonial1:nth-child(2) .testimonial-card span {
    background: #75070f;
}
.testimonial1:nth-child(3) .testimonial-card span {
    background: #1951a7;
}
.testimonial1:nth-child(4) .testimonial-card span {
    background: #e70717;
}
.testimonial1:nth-child(5) .testimonial-card span {
    background: #0d5917;
}
.testimonial1:nth-child(6) .testimonial-card span {
    background: #b13b00;
}
.testimonial1:nth-child(7) .testimonial-card span {
    background: #0d9772;
}

.testimonial-card span svg {
    height: 17px;
    width: 17px;
    position: absolute;
    right: -3px;
    bottom: 5px;
    background: #fff;
    border-radius: 50px;
    padding: 2px;
}
.testimonial-card strong {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    color: #000000;
}
.testimonial-card  p.text-testi {
    line-height: 27px;
    font-weight: 500;
    padding: 15px 0;
    font-size: 16px;
    color: #434343;
    font-style: italic;
}
/* testimonial section end */

/* main services section start */
.main-sv-sec{
  position: relative;
  background: #ffea4c;
}
.main-sv-sec::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff6000;
    transform: skewY(-3deg);
    transform-origin: top left;
    z-index: -1;
}
.main-sv-1{
  padding: 12px 12px 12px 0;
}
.sv-box1 .main-sv-1{
  padding: 12px 0 12px 12px;
}
.main-sv-2{
    padding: 42px 22px;
    border-radius: 0 500px 500px 0;
    position: relative;
    background: #ffffff;
}
.sv-box1 .main-sv-2{
    border-radius: 500px 0 0 500px;
    text-align: right;
}
.main-sv-img{
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: #ff6000;
  margin: -12px auto 0 15px;
  box-shadow: inset 0 0 20px 0px #fe0337;
  float: right;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.sv-box1 .main-sv-img{
   margin: -12px 15px 0 auto;
  float: left;
}
.main-sv-img img {
  width: 120px;
  border-radius: 50%;
}
.main-sv-2:hover .main-sv-img img {
    scale: 1.05;
    transform: rotateZ(10deg);
}
.main-sv-4 span{
  display: block;
  color: #fe0307;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 0 5px;
}
.main-sv-4 p{
  color: #434343;
  line-height: 28px;
  font-weight: 400;
  font-size: 17px;
}
.top-bottom-line p {
    color: #000000;
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 55px 0 15px;
}
.top-bottom-line ul li {
    color: #fff;
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 2px 15px 5px;
    display: inline-block;
    margin: 0 3px;
    border-radius: 50px;
    background: #ff6000;
    box-shadow: inset 0 0 20px 0px #fe0337;
}
/* main services section end */

/* footer section start */
.footer-line img{
    
width: 240px;
}
.footer-line strong{
   font-size: 28px;
   color: #ffffff;
   font-weight: 600;
   display: block;
   text-transform: capitalize;
}
.footer-line span{
   text-align: center;
   font-size: 22px;
   color: #ffffff;
   font-weight: 100;
   display: block;
   text-transform: capitalize;
}
.footer-left{
  padding: 0 15px 10px;
}
.footer-contac a {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-weight: 100;
}
.ew-bor a span{
    text-align: center;
    font-size: 21px;
    color: #1a1a1a;
    font-weight: 600;
    display: block;
    background: #fff;
    font-family: "Stembase";
    padding: 3px 10px 0px;
}
.ew-bor a{
    background: #5ec900;
    display: block;
    padding: 15px 15px 8px;
}
.ew-bor a p{
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    padding: 4px 0 0;
    text-transform: capitalize;
}
.footer-center{
  padding: 10px 15px;
}

.footer-center1 p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 25px;
    padding: 9px 0 0;
}

/* footer section end */


/* copy section start */
.copy{
   background: #ffea4c;
}
.copy-right p{
  color: #000000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}
.copy-right span{
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0 0;
  display: block;
  color: #fe0307;
}
/* copy section end */


.icon-fixed-mobile{
  position:fixed;
  width:100%;
  height: auto;
  display: none;
  z-index:9;
  bottom: 15px;
  top: auto;
  left: 0;
  right: 0;
  padding: 6px 9px;
}
.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);
  animation: anim 1s infinite;
}
.whatsapp-icon{
  width: fit-content;
  margin: 0 0 0 auto;
}
.whatsapp-icon a{
  background: #069f06;
  width: fit-content;
  height: 50px;
  position: relative;
  line-height: 44px;
  padding: 2px 15px 1px 48px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0 auto;
  font-size: 20px;
  border-radius: 50px;
  text-transform: uppercase;
}
.whatsapp-icon a span{
  height: 39px;
  width: 37px;
  background:#fff;
  color:green;
  top: 5px;
  position: absolute;
  text-align: center;
  left: 6px;
  line-height: 34px;
  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){
.top-add p {font-size: 16px;line-height: 30px;}
.top-head-right-1 {padding: 0;}
.header-logo-right{text-align: center;}
.sv2 span {font-size: 16px;padding: 2px 6px 3px;}
.about-title strong {font-size: 38px;}
.award-1:nth-child(2){order: 1;}
.bottm-add1 strong {font-size: 15px;padding: 7px 12px 6px;}
.head-right3 li p {font-size: 20px;}
.head-right3 ul li {font-size: 14px;padding: 7px 2px;}
.top-list-1 ul li i {width: 40px;height: 40px;line-height: 40px;font-size: 20px;}
.top-list-1 ul li {padding: 0 3px;}
.top-list-1 ul li span {font-size: 13px;}
.bottm-add1 {padding: 10px 0 0;}
.bottm-add1 strong {font-size: 15px;padding: 7px 10px 6px;}
.head-right3 ul li span {font-size: 35px;}
.head-right3 ul li a {padding: 5px 10px 5px;font-size: 12px;}
.head-right4 ul li {font-size: 18px; padding: 4px 15px 5px;}
.head-right3 li p svg {width: 25px;height: 25px;}
.copy-right span {padding: 5px 0 32px;}
.head-left1, .top-center{order: -1;}
.head-list1 strong {padding: 0 0 0px;}
.head-list1 ul li {margin: 5px 0;}
.heading-details {position: initial;transform: rotate(0deg);width: 100%;}
.ser-list1 {padding: 0;}
.top-right-1 p {padding: 2px 0;}
.top-sec {padding: 0 0 4px;}
.add-sec2 b {font-size: 22px;}
.add-sec2 p {font-size: 18px;padding: 2px 0;}
.why-section {padding: 50px 0;}
.icon-fixed-mobile {display:block;}
.mob-hide{display: none;}
.mob-show{display: inline-block;}
.mob-why-sec{background: #ff2600;order: -1;border-radius: 20px;}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

.header-logo-right{text-align: center;}
.sv2 span {font-size: 16px;padding: 2px 6px 3px;}
.award-1:nth-child(2){order: 1;}
.bottm-add1 strong {font-size: 21px;}
.head-right3 li p {font-size: 25px;}
.head-right3 ul li { font-size: 19px;}
.top-list-1 ul li i {width: 40px;height: 40px;line-height: 40px;font-size: 20px;}
.top-list-1 ul li {padding: 0 3px;}
.top-list-1 ul li span {font-size: 13px;}
.head-left1, .top-center, .why-sec{order: -1;}
.head-list1 strong {font-size: 21px;}
.head-list1 ul li {font-size: 16px;padding: 4px 17px 6px;margin: 0 0 8px;}
.heading-details {position: initial;transform: rotate(0deg);width: 100%;}
.add-sec2 b {font-size: 25px;}
.add-sec2 p {font-size: 18px;padding: 2px 0;}
.award-head1 ul li {width: 59px;}
.top-bottom-line p {font-size: 22px;}
.top-bottom-line ul li {font-size: 16px;padding: 2px 15px 4px;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.head-list1 strong {font-size: 17px;}
.head-list1 ul li {font-size: 14px;padding: 5px 12px 7px;}
.top-add p {font-size: 18px;line-height: 32px;}
.head-list1 p {font-size: 15px;}
.head-list1 a { font-size: 40px;}
.about-title strong {font-size: 32px;}
.ser-list1 {padding: 0 0 0 100px;}
.top-list-1 ul li {padding: 0 5px;}
.top-list-1 ul li span {font-size: 16px;}
.head-right4 ul li {font-size: 18px;padding: 4px 15px;}
.bottm-add1 strong {font-size: 17px;}
.bottm-add1 {padding: 18px 0 0;}
.add-sec2 b {font-size: 25px;}
.add-sec2 p {font-size: 18px;padding: 2px 0;}
.award-2 p {font-size: 12px;}
.service_card_content p {font-size: 18px;}
.services-1 {padding: 8px;}
.top-right-1 p {font-size: 19px;}
.award-head1 ul li {width: 59px;}

}




@media only screen and (min-width: 1201px) and (max-width: 1340px) {
.head-list1 strong {font-size: 21px;}
.head-list1 ul li {font-size: 16px;padding: 4px 20px 6px;}
.ser-list1 {padding: 0 0 0 95px;}
}


@media (max-width: 575px) and (min-width: 0px) {
.head-right3 ul li:nth-child(1){display: block;}
.head-right3 ul li {padding: 0;}
.about-title strong {font-size: 28px;}
.head-right4 ul li {font-size: 13px;padding: 6px 12px 5px;margin: 4px 0;}
.head-right4 li:nth-child(2) {margin: 0 0px}
.bottm-add1 strong {font-size: 11px;padding: 7px 5px 6px;}
.add-sec2 b {font-size: 20px;}
.add-sec2 p {font-size: 16px;}
.top-list-1 ul li {padding: 5px 3px;}
.top-list{padding-top: 8px !important;}
.head-list1 a {font-size: 45px;}
.srv-list-title strong {font-size: 30px;}
.main-sv-img{float: none;margin: -12px auto 10px 0;}
.sv-box1 .main-sv-img{float: none;margin: 0 0px 10px auto;}
.main-sv-2 {border-radius: 0 12px 12px 0;}
.sv-box1 .main-sv-2 {border-radius: 12px 0 0 12px;}
.footer-line strong {font-size: 25px;}
.award-2 p { font-size: 15px;}
.top-bottom-line p {font-size: 18px;}
.top-bottom-line ul li {font-size: 16px;padding: 2px 15px 4px;}
.footer{padding: 12px 0 !important;}
}



@media (max-width: 420px) and (min-width: 0px) {
.about-title strong {font-size: 24px;}
.about-title img{width: 200px;}
.bottm-add1 strong {font-size: 16px;}
.award-1{width: 100%;}
.top-add p {font-size: 13px;line-height: 20px;}
.top-head-left-1 {font-size: 16px;}
.sv2 span {font-size: 13px;padding: 2px 5px 2px;}
.add-sec2 b {font-size: 18px;}
.add-sec2 p {font-size: 15px;padding: 3px 0;}
.top-list-1 ul li i {width: 30px;height: 30px;line-height: 32px;font-size: 15px;}
.top-list-1 ul li span {font-size: 12px;}
.srv-list-title strong {font-size: 25px;}
.footer-line strong { font-size: 18px;}
.footer-center1 p {font-size: 14px;line-height: 22px;}
.head-list1 strong {font-size: 18px;}
.head-list1 ul li {font-size: 14px;padding: 4px 12px 6px;}
.head-list1 a { font-size: 35px;}
.head-list1 p {font-size: 15px;}
.heading-details {font-size: 22px;}
.why-box{width: 100%;}
.top-right-1 p {font-size: 18px;}
.footer {padding: 25px 0 !important;}
.award-head1 ul li {width: 55px;}
.why-section {padding: 20px 0;}


}