@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: "Outfit", sans-serif;
      background: #fff;
    position: relative;
}

.main {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    border: 0px solid;
}

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;
    list-style: none;
}
.main-box{
    padding: 0;
    background: url(../images/bg.jpg);
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 0 300px 300px;
    overflow: hidden;
}
.main-box:before {
    background: #f4bb06ed;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    right: -100px;
    top: 0;
    z-index: -1;
    left: 0;
}

.astro-bg{
    position:fixed;
    inset:0;
    overflow:hidden;
    background:
    radial-gradient(circle at top,#1b2558 0%,#080b20 45%,#02030b 100%);
}

/* Nebula */
.astro-bg::before{
    content:"";
    position:absolute;
    width:900px;
    height:900px;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    border-radius:50%;
    background:
    radial-gradient(circle,
    rgba(106,90,205,.18),
    rgba(0,0,0,0));
    animation:nebula 15s ease-in-out infinite alternate;
}

/* Stars */
.stars,
.stars2{
    position: fixed;
    inset:0;
    background-image:
    radial-gradient(2px 2px at 20px 30px,#fff,transparent),
    radial-gradient(2px 2px at 150px 100px,#fff,transparent),
    radial-gradient(1px 1px at 300px 200px,#fff,transparent),
    radial-gradient(2px 2px at 450px 80px,#fff,transparent),
    radial-gradient(2px 2px at 700px 250px,#fff,transparent),
    radial-gradient(1px 1px at 850px 120px,#fff,transparent),
    radial-gradient(2px 2px at 950px 400px,#fff,transparent);
    background-size:1000px 500px;
    animation:moveStars 60s linear infinite;
    z-index: -1;
}

.stars2{
    opacity:.4;
    transform:scale(1.5);
    animation-duration:100s;
}

/* Moon */
.moon{
    position: fixed;
    top:80px;
    right: -80px;
    width:120px;
    height:120px;
    border-radius:50%;
    background:#fff;
    box-shadow:
    0 0 25px rgba(255,255,255,.8),
    0 0 80px rgba(180,200,255,.4);
    animation:moonGlow 4s ease-in-out infinite;
    opacity: 30%;
    display: none;
}

/* Zodiac */
.zodiac-ring{
    position:absolute;
    bottom:40px;
    width:100%;
    text-align:center;
    color:#d8b96f;
    font-size:34px;
    letter-spacing:14px;
    opacity:.35;
    animation:float 8s ease-in-out infinite;
}

@keyframes moveStars{
    from{
        transform:translateY(0);
    }
    to{
        transform:translateY(-500px);
    }
}

@keyframes moonGlow{
    50%{
        box-shadow:
        0 0 40px rgba(255,255,255,1),
        0 0 120px rgba(120,160,255,.7);
    }
}

@keyframes nebula{
    from{
        transform:translate(-50%,-50%) scale(1);
    }
    to{
        transform:translate(-50%,-50%) scale(1.2);
    }
}

@keyframes float{
    50%{
        transform:translateY(-12px);
    }
}


/* top section start */
.top1{
    padding: 0;
    z-index: 1;
    overflow: hidden;
    /* background: #890200; */
}
.top2{
  padding:0;
  display: flex;
  align-items: center;
}

.top-list{
  margin: 0px;
  padding:0px;
  padding-top: 6px;
}
.top-list li{
    list-style: none;
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 2px 0px;
}
.top-list li i{
  color: #ffd144;
  padding-right: 4px;
}
.top3{
  padding:0;
}
.top4{
     padding: 6px 0 0 0;
}
.top5{
  padding: 0;
  background: #890200;
  border-radius: 0 0 0 30px;
}
.top7{
    padding: 0;
    text-align: center;
}
.top7 p{
    color: #890200;
    font-size: 20px;
    font-weight: 600;
}
.top8 {
    padding: 0;
    text-align: center;
}
.top8 p{
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
  padding: 2px 0 5px;
}
@keyframes tpp{
  0%{text-shadow: 0 0 10px;}
  50%{text-shadow: 0 0 37px;}
  100%{text-shadow: 0 0 10px;}

}
@keyframes tlk{
  0%{text-shadow: 0 0 10px;}
  50%{text-shadow: 0 0 35px;}
  100%{text-shadow: 0 0 10px;}

}
.top6{
  padding: 0;
  text-align: center;
}
.top6 span{
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    animation: tlk 0.6s infinite;
}


.top6 p{
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #0ff300;
  text-transform: capitalize;
  padding: 0 0 2px;
}

.glow{
    background: rgb(255,255,255);
    width: 40px;
    height: 100%;
    z-index: 999;
    position: absolute;
    animation: flow 1.5s linear infinite;
    transform: skew(20deg);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
    border-left: 1px solid #fff;
}
@keyframes flow {
  0% { left:-20px;opacity: 0;}
  30% {left:100px;opacity: 0.3;}
  60% {left:200px;opacity: 0.6;}
  100%{ left:450px;opacity: 0;}
}
/* top section end */



/* header section start */
.header-logo {
    padding: 0;
    overflow: hidden;
}
.header-logo-1 {
    padding: 0;
}
.header-logo-left {
    padding: 0;
}
.header-logo-left-1 {
    padding: 15px 15px 10px;
    text-align: center;
}
.header-logo-center {
    padding: 0;
}
.header-logo-center-1 {
    padding: 0px 0;
    text-align: center;
}
.header-logo-center-1 img {
    max-width: 160px;
    animation: rotation 10s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.header-logo-right {
    padding: 0;
}
.header-logo-right-1 {
    padding: 0 0 15px;
    text-align: center;
}
.head-logo-line{
    padding: 0;
}
.head-logo-line:after {
    max-width: 376px;
    height: 5px;
    position: absolute;
    left: 68px;
    bottom: -3px;
    content: '';
    z-index: 1;
    background: #8f0100;
    right: 0;
    margin: 0 auto;
}
.head-logo-line p {
    padding: 10px 0 12px 25px;
    color: #000000;
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    background: #ffffff;
    position: relative;
    width: 92%;
    margin: 0 0 0 auto;
    z-index: 1;
    border-radius: 0 50px 0;
}

.head-logo-line p:before {background: #fff;margin: 0px 10px 0 0;height: 100%;position: absolute;content: "";width: 100%;right: -100px;top: 0;z-index: -1;}
.head-logo-line-1{
    padding:0;
}
.head-logo-line-1 p {
    padding: 22px 0 7px 0;
    color: #890200;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
}
.head-list{}
.head-list li {
    padding: 0 8px 3px;
    color: #000000;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    text-align: center;
    display: inline-block;
}
.head-list li:before {
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0 9px red;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    margin: 0 6px 0 0;
    content: "";
    display: inline-block;
}
/* header section end */



/* banner section start */
.banner-section {
    padding: 0;
}
.banner-section img {
    width: 100%;
}
/* banner section end */



/* main services section start */
.main-srv-sec-1 {
    padding: 0;
}

.main-srv-sec-2 {
    padding: 60px 0;
}

.srv-heading {
    padding: 0 0 15px;
    text-align: center;
}

.srv-heading  p {
    font-size: 17px;
    text-transform: capitalize;
    color: #890200;
    font-weight: 600;
}

.srv-heading span {
    font-size: 48px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #000000;
}
.main-srv-sec-content {
    padding: 0;
}
.main-srv-sec-content-1{
    padding: 40px 30px 30px;
}
.main-srv-mn {
    padding: 15px;
}

.main-srv-inr {
    padding: 15px;
    border: 1px solid #ffffff5e;
    border-radius: 15px;
    background: #ffffff;
}

.main-ser-box{
    padding: 0;
    text-align: center;
}
.main-ser-box img{
    border-radius: 500px 500px 20px 20px;
    border: 6px solid #900101;
}
.main-ser-content{
    margin-top: -20px;
    position: relative;
    padding: 20px;
    text-align: left;
    background: #900101;
    border-radius: 40px 0;
}
.main-ser-content span {
    text-transform: capitalize;
    border-bottom: 2px solid #f4be16;
    font-size: 22px;
    padding-bottom: 5px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}
.main-ser-content p {
    padding: 8px 0 20px;
    color: #ffffff;
    line-height: 28px;
    font-size: 16px;
    font-weight: 300;
}
.main-ser-content a {
    background-color: #0ff300;
    padding: 8px 30px;
    border-radius: 100px;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
}
/* main services section end */



/* about us section start */
.aboutus-section {
    padding: 60px 0;
}

.aboutus-section1 {
    padding: 0px 0 0;
}
.aboutus-section2 {
    padding: 0px 0 0;
}
.aboutus-section3 {
    padding:0;
}
.aboutus-section4 {
    padding: 9px 0 9px;
    background: #ffffff;
}
.service-box{
    padding: 12px 0;
}
.service-box-1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-transform: capitalize;
}
.service-box:nth-child(2) .service-box-1{
    border-left: 2px solid #900101;
    border-right: 2px solid #900101;
}
.service-icon i{
  font-size: 44px;
  font-weight: 900;
  color: #900101;
}
.service-txt {
    padding-left: 15px;
}
.service-txt p {
    font-size: 20px;
    color: #900101;
    font-weight: 700;
}
 .service-txt span {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
}
.aboutus-design {
    padding: 0 0;
}

.aboutus-design-1{
    padding: 0;
}
.about-design-2{
    padding: 0;
}
.aboutus-heading {
    padding: 0 0 0 72px;
    text-align: left;
}
.aboutus-content {
    padding: 15px 25px 0 72px;
}

.aboutus-content p {
    color: #000000;
    line-height: 29px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
}

.aboutus-content p strong {
    color: #900101;
    font-weight: 500;
}

.aboutus-content ul {
}
.aboutus-content ul li {
    font-weight: 500;
    line-height: 27px;
    color: #000000;
    padding: 6px 0;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.aboutus-content ul li:before {background: #ffffff3d;margin: 0px 10px 0 0;width: 27px;height: 27px;line-height: 27px;animation: rotateAnimation 4s linear infinite;content: "\f679";font-family: "Font Awesome 7 Free";text-align: center;border-radius: 50%;color: #900101;font-size: 15px;font-weight: 600;box-shadow: 2px -1px #ffffff;}
.srv-list{
  padding: 15px 52px 0 0px;
}
.srv-list p {
    font-size: 30px;
    padding: 0 0 10px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
}
.srv-list-1{
  padding:0;
}
.srv-list-2{
  padding: 12px;
}
.srv-list-1 ul{padding: 0;}
.srv-list-1 ul li{
    font-size: 15px;
    color: #000000;
    text-align: left;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-weight: 500;
    padding: 7px 0;
}
.srv-list-1 ul li:before{background: #ffffff14;margin: 0px 10px 0 0;width: 27px;height: 27px;line-height: 27px;animation: rotateAnimation 4s linear infinite;content: "\f679";font-family: "Font Awesome 7 Free";text-align: center;border-radius: 50%;color: #900101;font-size: 15px;font-weight: 600;box-shadow: 2px -1px #ffffff;}
@keyframes rotateAnimation {
    from {transform: rotateY(0deg);}
    to {transform: rotateY(360deg);}
}
.right-text2{
  padding: 35px 12px;
  text-align: center;
  margin: 15px 0 0 0;
  background: #ffffff;
}
.right-text2 strong{
  font-size: 30px;
  color: #900101;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  padding: 0 0 8px;
}
.right-text2 p{
  color: #000;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
}
/* about us section end */


/* why choose section start */
.choose-sec-1{
    padding: 0;
}
.choose-sec-2{
    padding: 60px 0;
    display: flex;
    align-items: center;
}
.choose-left{
    padding: 0 0 15px;
}
.choose-left-1{
    padding:0;
    overflow: hidden;
    border: 2px solid #ffffff;
}
.choose-left-1 img{
   width: 100%;
}
.choose-center{
    padding: 15px;
}
.choose-center-1{
    padding:0;
}
.choose-text{
    padding:0;
    text-align: center;
}
.choose-text p{
    color: #000000;
    line-height: 29px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 0;
}
.choose-text p strong {
    color: #900101;
    font-weight: 500;
}
.why-sec-1{
    padding:0;
}
.why-1{
    padding:0;
}
.why-2{
    display: flex;
    align-items: center;
    /* gap: 15px; */
    margin-bottom: 20px;
    box-shadow: 0 0 10px #febf06;
    padding: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background: #fff;
    justify-content: space-between;
}
.why-2:before {
    content: "";
    display: block;
    height: 100%;
    width: 52px;
    background: #900101;
    position: absolute;
    right: 0;
}
.why-icon {
   text-align: right;
}

.why-icon i{
    background: #febf06;
    color: #900101;
    font-weight: 600;
    height: 70px;
    width: 70px;
    line-height: 75px;
    font-size: 38px;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    position: relative;
}
.why-text p {
    color: #000000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}
.why-text span {
    color: #900101;
    font-weight: 600;
    font-size: 30px;
}
.choose-right{
    padding: 15px;
}
.choose-right-1{
    padding:0;
}
/* why choose us section end */



/* services section start */
.srv-sec-1{
    padding: 0;
}
.srv-sec-2{
    padding: 0;
}
.srv-sec-content{
    padding: 0 60px 60px;
    background: #900101;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.srv-1{
    padding: 0 15px 15px;
}
.srv-2{
    padding: 12px;
    background: #ffffff;
    border-radius: 0 0 40px 40px;
}
.ser {
    margin: 0;
    border-radius: 200px 200px 0 0;
    text-align: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.sc-img {
    position: relative;
    padding: 13px 23px 27px;
}
.sc-img img {
    border-radius: 50%;
    border: 10px solid #ffffff;
}
.serc{
    padding: 0 20px 30px;
    position: relative;
}
.serc::before {
    position: absolute;
    content: '';
    background-color: #f9a602;
    width: 303px;
    left: 0;
    top: 19px;
    height: 4px;
    z-index: 0;
    right: 0;
    margin: 0 auto;
}
.serc span {
    background: #febf06;
    font-weight: 600;
    padding: 4px 15px 5px;
    color: #900101;
    text-transform: capitalize;
    border-radius: 100px;
    font-size: 21px;
    display: block;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.serc p {
    font-size: 16px;
    color: #000000;
    line-height: 29px;
    padding: 15px 0 30px;
    font-weight: 400;
}
.serc a {
    background-color: #0ff300;
    padding: 8px 30px;
    border-radius: 100px;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    text-transform: capitalize;
}
/* services section end */




/* testimonial section start */
.testimonials {
    padding: 60px 0;
}
.testimonials1 {
    padding: 0;
}
.testi {
    padding: 0;
}
.testi-1 {
    padding: 15px;
}
.testi-2 {
    padding: 0;
    text-align: center;
}
.testi-box {
    background: linear-gradient(180deg, #ffffff 50%, transparent 50%);
    padding: 30px 25px;
    border-radius: 30px;
}
.testi-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 0 22px;
}
.testi-content::before {
    position: absolute;
    content: '';
    background-color: #f4ae06;
    max-width: 300px;
    left: 0;
    top: 25px;
    height: 52px;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
}
.testi-content img{
    border-radius: 50%;
    position: relative;
    border: 6px solid #ffffff;
}
.testi-content i{
    color: #900101;
    text-transform: capitalize;
    font-size: 49px;
    font-weight: 600;
    position: relative;
    padding: 0 18px;
    margin: -39px 0 0;
    text-shadow: -2px -4px 0px #ffffff;
}
.testi-text{
    background: #f4ae06;
    border-radius: 22px;
    padding: 24px 18px;
    box-shadow: 0px 0px 4px 0px #ffffff;
}
.testi-text strong {
    color: #900101;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 600;
    display: block;
}
.testi-text span {
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 0 12px;
    display: block;
}
.rating {
    padding: 0;
}
.rating i {
    color: #fff;
    font-size: 20px;
}
.testi-text p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    padding: 6px 0 0;
}
/* testimonial section end */


/* award section start */
.award-align1{
    
padding: 60px 0;
    
align-items: center;
    
display: flex;
}
.award1{
  padding: 10px;
}
.award2{
  
position: relative;
  
padding: 0;
  
z-index: 0;
}
.award2:after {
    content: '';
    position: absolute;
    top: -190px;
    width: 12px;
    height: 100%;
    background: #ffffff;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
.award2 img{
}
.other-sv1{
    
padding: 15px;
}
.other-sv{
  padding: 15px;
  background: #fff;
  border-radius: 30px;
}
.other-sv2{
   padding: 0; 
}
.other-sv2 img{
    width: 100%;
    border-radius: 20px;
}
/* award section end */

/* line section start */
.line{
   padding: 50px 0;
   text-align: center;
   border-radius: 800px 800px 0 0;
   z-index: 1;
}

/*.line{
   background: url(../images/bg.jpg);
   padding: 50px 0;
   text-align: center;
   border-radius: 800px 800px 0 0;
   overflow: hidden;
   background-attachment: fixed;
}
.line:before {
    background: #000000bf;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    right: -100px;
    top: 0;
    z-index: 0;
    left: 0;
}*/
.line1{
   padding: 0; 
}

.line1 p{
    color: #890200;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.line1 span{
    
color: #000000;
    
font-size: 17px;
    
font-weight: 500;
    
display: block;
    
padding: 0 0 35px;
}
.line1 a {
    background: #0dcc00;
    padding: 11px 30px;
    border-radius: 100px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-transform: capitalize;
    display: inline-block;
}
.line1 strong{
    
color: #ffffff;
    
text-transform: capitalize;
    
font-size: 23px;
    
font-weight: 600;
    
display: block;
}
/* line section end */



/* start chat testimonials section*/
.chat-img1{
  padding: 15px;
  text-align: center;
}
.chat-img2{
  padding: 0;
  text-align: center;
}
.chat-img2 img{
  width: 100%;
  border: 1px solid #0e679a78;
  border-bottom: 0;
  border-radius: 30px 30px 0 0;
}
.chat-img2 a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    background: #037b6b;
    padding: 6px 10px 5px;
    display: block;
    text-align: center;
    border-radius: 0 0 30px 30px;
}
.chat-add strong {
    padding: 25px 0 60px;
    display: block;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}


/* end  chat testimonials section*/

/* testimonial section start */
.testimonial-sec{
    padding: 0 0 95px;
}
.testi-title strong{font-weight: 800;}
.testi-title span{font-weight: 600;}
.testi-title i{color: #ffffff;}
.testimonial-card i {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
    font-style: normal;
    padding: 0 0 5px;
}
.testimonial1{
    padding: 5px;
}
.testimonial-card {
  padding: 15px;
  box-shadow: 0 4px 20px #ffea4ca1;
  background: #ffffff;
  border-radius: 20px;
}

.testimonial-card img {
  width: 70px;
  height: 70px;
}

.stars1 svg {
  width: 105px;
}
.testimonial-card span {
    height: 38px;
    width: 38px;
    background: #400971;
    color: #fff;
    text-transform: capitalize;
    line-height: 38px;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
.testimonial1:nth-child(2) .testimonial-card span {
    background: #b4010e;
}
.testimonial1:nth-child(3) .testimonial-card span {
    background: #19a722;
}
.testimonial1:nth-child(4) .testimonial-card span {
    background: #2f26a0;
}
.testimonial1:nth-child(5) .testimonial-card span {
    background: #0d5917;
}
.testimonial1:nth-child(6) .testimonial-card span {
    background: #594f00;
}
.testimonial1:nth-child(7) .testimonial-card span {
    background: #26584b;
}
.testimonial1:nth-child(8) .testimonial-card span {
    background: #e04004;
}
.testimonial-card span svg {
    height: 15px;
    width: 15px;
    position: absolute;
    right: -6px;
    bottom: 5px;
    background: #fff;
    border-radius: 50px;
    padding: 2px;
}
.testimonial-card strong {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #890200;
}
.testimonial-card  p.text-testi {
    line-height: 27px;
    font-weight: 400;
    padding: 15px 0;
    font-size: 16px;
    color: #000000;
}
/* testimonial section end */

/*==============================
Pricing Section
==============================*/
.pricing-section{
    padding: 90px 0 0;
}

.pricing-heading{
    text-align:center;
    max-width:760px;
    margin:0 auto 60px;
}

.pricing-heading span{
    display:inline-block;
    padding:8px 18px;
    background: #f4ae06;
    color: #000000;
    font-size:14px;
    font-weight:600;
    border-radius:30px;
    letter-spacing:.5px;
    margin-bottom:18px;
}

.pricing-heading strong{
    display:block;
    font-size:40px;
    font-weight:700;
    color: #890200;
    line-height:1.3;
    margin-bottom:15px;
}

.pricing-heading p{
    color: #000000;
    font-size:17px;
    line-height:28px;
}

/* Cards */
.pricing1{
    padding: 15px;
}

.pricing2{
    position:relative;
    background: #900101;
    border:1px solid #edf0f5;
    border-radius:20px;
    padding:35px 30px;
    height:100%;
    transition:.35s ease;
    overflow:hidden;
}

/* .pricing2::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background: linear-gradient(90deg, #f4ae06, #890200);
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}
.pricing2:hover::before{
    transform:scaleX(1);
}

 */

.pricing2:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}
/* Number */
.pricing2 i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:55px;
    height:55px;
    border-radius:50%;
    background:linear-gradient(135deg,#6c63ff,#00c6ff);
    color:#fff;
    font-style:normal;
    font-weight:700;
    font-size:18px;
    margin-bottom:25px;
}

/* Title */
.pricing2 strong{
    display:block;
    font-size:24px;
    color: #ffffff;
    margin-bottom:15px;
}

/* Description */
.pricing2 p{
    color: #fff;
    line-height: 26px;
    padding: 0 0 20px;
    font-size: 16px;
}

/* List */
.pricing2 ul{
    background: #f4ae06;
    padding: 12px;
    border-radius: 20px;
}

.pricing2 ul li{
    position:relative;
    padding: 7px 12px 7px 32px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}

.pricing2 ul li::before{background: #ffffff14;margin: 0px 10px 0 0;width: 27px;height: 27px;line-height: 27px;animation: rotateAnimation 4s linear infinite;content: "\f679";font-family: "Font Awesome 7 Free";text-align: center;border-radius: 50%;color: #900101;font-size: 15px;font-weight: 600;box-shadow: 2px -1px #ffffff;position: absolute;left: 0;}


.pricing2 i{
    width:70px;
    height:70px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin: 0 0 20px;
    background: #f4ae06;
    color: #ffffff;
    font-size:28px;
    box-shadow:0 10px 25px rgba(107,33,168,.25);
    border: 4px solid #fff;
}

.pricing2{
}





/* copyright section start */
.copy-right{
    padding:0;
    background: #ffffff;
}
.disclimer{
    padding: 15px 15px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
    background: #f4ae06;
}
.disclimer p{
    color: #ffffff;
    padding: 22px 0px 7px;
    line-height: 31px;
    font-weight: 300;
    font-size: 13px;
}
.copyryt{
  padding:0;
  text-align: center;
  background: #000;
}
.copyryt span{
    font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    display: block;
}
/* copyright section end */


#callbook {
    background: green;
    bottom: 0;
    height: 45px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 9999;
}
#callbook ul {
    padding: 0px;
}
#callbook ul li {
    border-bottom: 1px solid #fff;
    background: red;
    position: relative;
    padding: 24px 5px;
    width: 50%;
    float: left;
    text-align: center;
}
#callbook ul li a span {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    top: -15px;
}
#callbook ul li a i {
    color: #fff;
    position: relative;
    top: -13px;
    padding: 0 5px 0 0;
    font-size: 20px;
}
#callbook ul li a i {
    animation: pulsate 0.5s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
}
@keyframes pulsate {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
    50% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}






@media (max-width: 767px){
.top2{display:block;}
.top4 {padding: 12px 0 0;}
.top5 {padding: 0 0 19px;}
.header-logo-center-1 img{display: none;}
.header-logo-left-1 {padding: 0;}
.top8 p {padding: 0;}
.head-logo-line p {padding: 12px 0 15px 12px;width: 100%;border-radius: 50px;}
.other-sv1 {padding: 5px;}
.aboutus-heading {padding: 0 0 0 15px;}
.aboutus-section1{display: flex;flex-direction:column-reverse;}
.aboutus-content {padding: 0px 15px 0;}
.aboutus-section4 {margin: 0 0 60px;}
.service-box:nth-child(2) .service-box-1{border-right: 0;}
.srv-list {padding: 15px 15px 0;}
.srv-list p{text-align: center;}
.srv-1 {padding: 0 6px 15px;}
.serc span {font-size: 18px;}
.choose-sec-2 {display: block;padding: 40px 0 31px;}
.choose-center {padding: 15px 0;}
.srv-sec-content {padding: 0 15px 15px;}
.why-1 {padding: 0 12px;}
.why-text span {font-size: 27px;}
.why-text p {font-size: 15px;}
.testi-1 {padding: 0px 6px 20px;}
.testi-text strong {font-size: 22px;}
.testi-text span {font-size: 19px;}
.copyryt span {padding: 10px 0 55px;}
#callbook {display: block;}
.chat-img2 a {font-size: 14px;}
.main-box {border-radius: 0 0 100px 100px;}
.award2:after {height: 145%;}
.chat-img1:nth-child(3){
    margin: -95px 0 0;
}
.top5 {padding: 4px 8px;border-radius: 15px;}
.top6 span {font-size: 30px;}
}

@media only screen and (min-width: 767px) and (max-width:991px){
.top7 p {font-size: 17px;padding: 4px 0 0;}
.top8 p {font-size: 17px;padding: 5px 0 12px;}
.top6 p{font-size: 15px;}
.header-logo-center-1 img{display: none;}
.head-logo-line p {padding: 12px 0 18px 25px;border-radius: 50px;}
.srv-sec-content {padding: 0 12px 60px;}
.main-ser-content span {font-size: 19px;}
.aboutus-section1{display: flex;flex-direction:column-reverse;}
.aboutus-content {padding: 0px 40px 0;}
.aboutus-section4 {margin: 0 0 60px;}
.aboutus-heading {padding: 0 0 0 40px;}
.srv-list {padding: 60px 15px;}
.srv-list p{text-align: center;}
.srv-heading span {font-size: 43px;}
.choose-sec-2 {display: block;}
.choose-center {padding: 0 20px 0}
.why-1 {padding: 12px;}
.why-text span {font-size: 25px;}
.why-text p {font-size: 13px;}
.why-icon i {height: 65px;width: 65px;line-height: 66px;font-size: 35px;}
.award2:after {height: 145%;}
.chat-img1 {padding: 10px;}
.chat-img2 a {font-size: 14px;}
.main-box {border-radius: 0 0 100px 100px;}
.aboutus-section {padding: 0 0 60px;}
.top5 {padding: 0 8px 8px;border-radius: 0 0 30px 30px;}
.top6 span {font-size: 30px;}
}

@media only screen and (min-width: 991px) and (max-width:1200px){
.header-logo-center-1 img {max-width: 118px;}
.head-logo-line {padding: 0 0 0 26px;}
.head-logo-line p {font-size: 14px;padding: 9px 0 15px 12px;width: 98%;}
.head-logo-line-1 p{font-size: 16px;padding: 16px 0 5px 0;}
.head-list li {font-size: 15px;padding: 0 0px 3px;}
.aboutus-heading p {font-size: 14px;}
.aboutus-heading span {font-size: 45px;}
.service-txt p {font-size: 18px;}
.service-txt span {font-size: 15px;}
.service-icon {font-size: 38px;}
.aboutus-content {padding: 15px 20px 0 30px;}
.aboutus-heading {padding: 0 0 0 30px;}
.srv-list {padding: 15px 37px 0 0px;}
.srv-list-2 {padding: 5px;}
.srv-list-1 ul li:before {width: 28px;height: 28px;line-height: 28px;font-size: 13px;}
.serc span {font-size: 17px;}
.srv-sec-content {padding: 0 25px 15px;}
.why-text span {font-size: 27px;}
.why-text p {font-size: 15px;}
.why-2 {padding: 15px 9px;}
.chat-img2 a {font-size: 18px;}
.top7 p { font-size: 18px;}


}




@media only screen and (min-width:1200px) and  (max-width:1330px){
.head-logo-line p {padding: 8px 0 12px 15px;font-size: 18px;}
.head-list li {padding: 0 2px 3px;}
.header-logo-center-1 img {max-width: 135px;}
}



@media (min-width:0) and (max-width:600px){
.top7 p {font-size: 19px;}
.head-logo-line p {font-size: 16px;padding: 9px 0 12px 12px;}
.right-text2 {padding: 22px 12px;}
.right-text2 strong {font-size: 25px;}
.service-box:nth-child(2) .service-box-1{border-right: 0;}
.main-ser-content span {font-size: 25px;padding-top: 0px;}
.srv-1 {width: 100%;padding: 0;}
.serc span {font-size: 21px;}
.why-1{width:100%;padding: 0;}
.testi-1 {width: 100%;}
.testi-text strong {font-size: 23px;}
.testi-text span {font-size: 20px;}
.srv-list-1{width:100%;}
.srv-list-2 {padding: 0;}
.line1 span {font-size: 14px;line-height: 26px;}
.line1 p {font-size: 25px;padding: 0 0 10px;}
.main-srv-mn {padding: 15px 0;}
.award-align1 {display: block;}
.award1:nth-child(3) .award2:after{display: none;}
.srv-heading span {font-size: 42px;}
.chat-img1:nth-child(3) {margin: -80px 0 0;}
.chat-img1 {padding: 8px;}
.chat-add strong {font-size: 17px;}
.pricing-heading strong {font-size: 30px;}
.srv-2 {border-radius: 0;}
.srv-sec-content {padding: 0 15px;overflow: hidden;}
}


@media (min-width: 290px) and (max-width:490px){
.top4 {padding: 16px 0 5px;}
.top5 {}
.top7 p {font-size: 15px;}
.top8 p {font-size: 15px;padding: 3px 0 0px;}
.header-logo-right-1 {padding: 0px 0 5px;}
.head-logo-line:after {height: 4px;bottom: -2px;}
.head-logo-line {padding: 0;}
.head-logo-line p {font-size: 13px;padding: 10px 0 10px 12px;}
.head-logo-line-1 p {font-size: 17px;padding: 15px 0 8px;}
.head-list li {padding: 0 3px 3px;font-size: 15px;}
.srv-heading p {font-size: 15px;}
.srv-heading span {font-size: 30px;}
.service-box-1 {justify-content: flex-start;padding: 0 0 0 15px}
.main-srv-sec-2 {padding: 18px 0px 0;}
.main-srv-mn {padding: 13px 0px 0;}
.service-box:nth-child(2) .service-box-1{border-right: 0;}
.main-ser-content span {font-size: 18px;padding-top: 2px;}
.service-box{width:100%;padding: 8px 0;}
.service-box:nth-child(2) .service-box-1 {border-right: 2px solid #760404;}
.srv-list {padding: 5px 15px 0;}
.srv-list p{font-size: 25px;padding: 3px 0 9px;}
.other-sv1{width: 100%;}
.choose-sec-2 {padding: 15px 0 0px;}
.choose-text p {padding: 0px 0 4px;}
.srv-sec-2 {padding: 12px 0px 0px;}
.serc span {font-size: 18px;}
.testi {padding: 12px 0 0px;}
.testi-1 {padding: 0;}
.line1 a{font-size: 19px;padding: 11px 20px;}
.award1{width: 100%;}
.award1:nth-child(1) .award2:after {height: 274%;}
.award1:nth-child(2) .award2:after{display: none;}
.chat-img1{width: 100%;padding: 5px 0;}
.testimonial1{width: 100%;}
.pricing2 {padding: 15px 12px;}
.chat-img1:nth-child(3){margin: 0;}
.line {padding: 22px 0;}
}