@import url('../css2');
body{
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
.main{
  width: 96%;
  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%;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
p{
    margin:0;
}

/* top head section start */
.top-head{
    padding:0;
    background: #ff0000;
    margin: 0px 0 -1px;
}
.top-head-1{
    padding:0;
}
.bg-r {
    padding: 0;
}
.bg-left{
    /* background: #ffdc22; */
    position: relative;
    padding: 9px 5px 0px 0px;
}
.bg-left-1{
    color: #ffb501;
    font-size: 21px;
    padding: 0 5px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    animation: blink .5s infinite;
    display: inline-block;
    width: 100%;
}
@keyframes blink{
  0%{
    color:#ffb501;
  }
   100%{
    color:#ffffff;
  }
}
.bg-right{
    padding:0;
}
.bg-right-1{
    font-size: 20px;
    color: #000000;
    text-align: center;
    background: #ffffff;
    padding: 0px 0 2px;
    text-transform: capitalize;
    border-radius: 0px;
    font-weight: 800;
    box-shadow: 4px 4px 0 0 #ffffff;
}
.bg-right-1 span{
    font-size: 32px;
    color: #ff0000;
}
/* top head section end */


/* header section start */
.header-logo{
    padding: 0;
}
.header-logo-1{
  padding:10px;
  display: flex;
  align-items: center;
}
.header-logo-left{
  padding:0;
}
.header-logo-left-1{
  padding: 15px 6px 11px;
  text-align: center;
}
.header-logo-right{
  padding:0;
}
.header-logo-right-1{
  padding: 6px 15px 3px;
  text-align:center;
}
.headright-bottom1{
    padding: 0 0 4px;
    border-bottom: 1px solid #000;
}
.head-bg{
    padding: 0;
    text-align: center;
}
.head-bg1{
    padding: 0;
    display: flex;
    align-items: center;
}

.head-whatsapp {
    padding:0;
}
.head-whatsapp1{
    padding: 6px 0;
}
.head-whatsapp1 p{
    text-transform: capitalize;
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    border: 2px solid #ff0000;
    padding: 5px 0px;
    border-radius: 34px;
}
.head-call{
    padding: 0;
}
.head-call1{
    padding: 6px 0;
}
.head-call1 a{
    color: #000000;
    font-size: 35px;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
}
.head-add{
    /* padding: 12px 0 0; */
}
.head-add ul li{
    padding: 6px 0px;
    color: #000;
    position: relative;
    font-size: 24px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
}
.head-add ul li:nth-child(2){
    padding: 10px 20px;
    color: #ffffff;
    position: relative;
    font-size: 20px;
    background: #ff0000;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 50px;
    /* float: right; */
}
/* header section end */



/*start navbar section*/
/* scroll on start */

.scroll-on .logo1{
    text-align:center;
}
.scroll-on .logo1 img{
    height:62px;
}
.scroll-on .head-nav1{
    text-align: center;
}
.scroll-on .navigation-section1{
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 2px #226f5b24;
    background: #fffc01;
    padding:0;
}
.scroll-on .head-nav1{
    background: #ff0000;
}
.scroll-on .head-nav1 li a{
    color: #000;
    border-radius: 0;
}
/* .scroll-on .head-nav1 li:hover a {
    color: #ffe900;
} */
/* scroll on end */

.navigation-section{
    background: #ee174a;
    transition: all ease-out 0.5s;
}
.navigation-section1{
    padding: 0;
}
.logo{
    padding: 0;
}
.logo1{
    padding: 0;
}
.nav-section{
    padding: 0;
}
.nav-section1{
    padding: 0;
}
.navbar{
    margin: 0;
    border:0;
    min-height: 0
}
.head-nav1{
   text-align: center;
   /* background:#fffc01; */
}
.head-nav1 li{
    display: inline-block;
    padding: 10px 20px 10px;
    position: relative;
}
.head-nav1 li a{
    font-size: 18px;
    font-weight: 700;
    padding: 8px 19px;
    display:
    block;
    text-transform: uppercase;
    transition: 0.3s;
    color: #000000;
    background: #ffb501;
    border-radius: 50px;
}

/*.head-nav1 li:hover a{
    color: #fffc00;
}*/
.navbar-toggler{
    display: none;
    color: #fff;
    font-size: 30px;
    background-color: transparent;
    width: 47px;
    padding: 0 12px;
    color: #000000;
    z-index: 9;
    position: absolute;
    border: 0px !important;
    float: right;
    top: 7px;
    border: 0;
    right: 3px;
}
.navbar-collapse {
    padding: 0;
}
.navbar-collapse.in{
    border: 0 !important;
    box-shadow:none;
}


.header{
  background: #ff0000;
  z-index: 1000;
  width: 100%;
  padding: 0;
  transition: all ease-out 0.5s;
}
.active-1{
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 2px #226f5b24;
    z-index: 999999;
}
/*.head-nav1 li span{
    position: relative;
}*/
.head-nav1 li span:after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    bottom: 45px;
    right: 0;
    left: 0;
    transform: rotate(42deg);
    margin: auto;
    position: absolute;
}
/* header-section end */

/*end navbar section*/



/* banner section start */
.banner{
    padding:0;
    margin: -1px 0 0;
    border-top: 8px solid #ffb501;
}
.banner img{
    width:100%;
}
/* banner section end */





/* services section start */

.topservices-section{
    padding:0;
    background: #ECF6FA;
}
.srv-title{
    padding: 0;
    text-align: center;
}
.srv-title strong{
    font-size: 37px;
    font-weight: 800;
    color: #ff0000;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 0 3px;
    text-align: center;
    /* font-family: 'Marck Script', cursive; */
}
.srv-title p{
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
}
.topservices-section1{
  padding: 85px 0px 60px 0px;
}
.topservices{
  padding: 35px 0 0 0px;
}
.main-services3{
    padding: 0;
}
.main-services4{
    padding: 22px 10px 50px;
}

.srv-img{
    padding: 0 0 0;
    display: flex;
    transform: skew(355deg);
}
.srv-img-1{
    padding: 13px;
    width: 338px;
    /* height: 374px; */
    margin: 0 auto;
    left: 0;
    right: 0;
}
.srv-img-1:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 170px;
    height: 170px;
    background-color: #ffb501;
    z-index: -1;
}
.srv-img-1:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 170px;
    height: 170px;
    background-color: #ffb501;
    z-index: -1;
}
.srv-img-1 img {
    width: 100%;
    height: auto;
    transition: all 0.45s ease-in-out;
    border: 1px solid #33089d;
    padding: 12px;
}
.main-serv2{
    padding: 30px 15px 0;
    text-align: center;
}
.main-serv2 strong{
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    padding: 5px 0 0;
    text-transform: capitalize;
    color: #ff0000;
}
.main-serv2 span{
    font-size: 20px;
    text-transform: capitalize;
    padding: 0px;
    font-weight: 700;
    color: #33089d;
}
.main-serv2 p{
    padding: 1px 0 13px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color:#000;
    line-height: 27px;
}
.main-serv2 a{
        text-decoration: none;
        font-size: 18px;
        text-transform: capitalize;
        padding: 4px 30px 5px;
        color: #fff;
        border-radius: 20px;
        background: #ff0000;
        font-weight: 600;
}
.main-serv2 a:hover{
    background: #33089d;
}
/* serevices section end */


/* about us section start */
.about-section{
    padding: 80px 0px 80px;
    background: #33089d;
}
.about-section-1{
    padding: 0;
}
.about-us-content{
  padding: 0 0 0 25px;
}
.about-title{
    padding:0;
    text-align: center;
}
.about-title strong {
    font-size: 40px;
    font-weight: 700;
    display: inline-block;
    color: #ffb501;
    text-transform: capitalize;
    padding: 0 0 6px;
    text-align: center;
}

.about-title p {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
}
.about-us-content p{
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}
.about-us-content img {
    float: right;
    height: 447px;
    padding: 7px;
    background: #d60053;
    margin: 11px 0 11px 30px;
}
.about-us-content p strong{
    color: #ffb501;
    font-weight: 600;
}
.about-heading{
    color: #ffb501;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    padding: 7px 0px 5px;
    display: inline-block;
}
.about-us-content ul{
  padding: 0 10px 17px;
}
.about-us-content ul li {
    font-weight: 500;
    line-height: 30px;
    color: #ffffff;
    padding: 11px 0 0px 0;
    position: relative;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.about-us-content ul li:before {
   font-family: "Font Awesome 6 Pro";
   content: "\f69a";
   color: #ff0000;
   font-size: 17px;
   padding: 0px 3px;
   z-index: 1;
   box-shadow: 0.25rem 0.25rem 0.6rem rgb(0 0 0 / 5%), 0 0.5rem 1.125rem rgb(75 0 0 / 5%);
   font-weight: 600;
   margin: 0 10px 0 -13px;
   background: #ffb501;
   border-radius: 50px;
   font-weight: 600;
}


/* about us section end */




/* Case solved section start */
.case-solv{
    padding: 50px 0 0 0;
    background: #ECF6FA !important;
}
.case-solv-1{
    padding: 35px 0 95px;
}
.case-solv-text{
  padding: 0;
  text-align: center;
}
.case-solv-text p{
    font-size: 14px;
    font-weight: 500;
    padding:16px 0 0;
    line-height: 27px;
    color: #000000;
}
.case-solv-content{
    padding: 0px 0 0;
}
.case-1{
    padding: 0;
}
.case-2{
    padding: 15px 0px;
}
.inner{
  position: relative;
  width: 209px;
  margin: 0px auto 0;
  text-align: center;
  padding: 0px 2px 0;
}

.icon-box{
    font-size: 42px;
    color:#1e3a00;
    position: relative;
    left: 0;
    top: 40px;
    right: 0;
    /* margin: 0 auto; */
    z-index: 1;
}
.icon-box i{
  width: 75px;
  height: 75px;
  line-height: 66px;
  background: #ffb501;
  color: #ff0000;
  border: 7px solid #ff0000;
  font-size: 37px;
  text-align: center;
}

.content{
  position: relative;
  padding: 44px 2px 23px;
  border: 8px solid #ff0000;
}
.content p{
  font-size: 31px;
  font-weight: 700;
  color: #ff0000;
  text-transform: capitalize;
  padding: 0 0 2px;
}
.content span{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  display: inline-block;
}
.choose-text{
    padding: 13px 20px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
    text-transform: capitalize;
    position: relative;
}
/* Case solved section end */


/* other services section start */
.best-form{
  padding:0
}
.best-form1{
  padding: 30px 30px 0 30px;
  margin: 0;
}
.best-services{
    padding: 50px 0px 50px;
    margin: 0;
}
.best-services1{
    padding: 30px;
}
.services-list{
    outline: 7px double #ff0000;
    /* outline-offset: -15px; */
    padding: 30px !important;
    background: #ffb501;
}
.services-list p{
    color: #ff0000;
    font-size: 31px;
    font-weight: 700;
    text-transform: capitalize;
    /* font-family: 'Marck Script', cursive; */
}

.services-list ul{
    margin: 0;
    padding: 20px 0 15px;
    list-style: none;
}
.services-list ul li{
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    margin: 0;
    color: #000;
    font-weight: 600;
    padding: 5.9px 5px;
    border-bottom: 3px double #000;
}
.services-list li i{
    color: #fffa01;
    padding: 0 5px;
    font-weight: 600;
    font-size: 15px;
}


.best-serv{
    padding: 20px 0 0;
}
.best-serv1{
    padding: 0px 0 0;
}
.best-head{
    padding: 0px;
}
.best-head p{
    font-size: 34px;
    text-align: center;
    font-weight: 700;
    padding: 0px 0px 15px 0px;
    text-transform: capitalize;
    color: #ff0000;
}
.srv-mn {
  padding: 20px 20px;
  margin: 0 auto;
  text-align: center;
}

.srv-mn .srv-box {
  padding: 26px 30px 23px;
  background: linear-gradient(45deg, #ff0000, #ffb501);
  position: relative;
}

.srv-mn .srv-box:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: inherit;
  right: 0px;
  bottom: 0px;
  left: inherit;
  margin: 0 auto;
  border: 30px solid #fff;
  border-color: #d84a3c00 #fff #ffffff #ffef5e00;
}

.srv-mn .srv-box img {
  border: 4px solid #fff;
  border-radius: 50%;
  width: 195px;
}

.srv-mn .service-name {
    text-align: center;
    font-size: 22px;
    background: #fff;
    font-weight: 800;
    margin: 15px 0 2px;
    padding: 8px 0 7px;
    text-transform: capitalize;
    color: #33089d;
    border-radius: 50px 0;
}

.srv-mn p {
  padding: 8px 0 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 27px;
}


/* other services section end */



/* testimonial section start */
.testi-sec{
    padding:0;
}
.testi-sec-1{
    padding: 55px 0 20px;
}
.testi-title{
    padding:0;
    text-align:center;
}
.testi-title strong{
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
    color: #c81e3e;
    text-transform: capitalize;
    text-align: center;
    line-height: 56px;
}
.testi-title p{
    font-size: 19px;
    font-weight: 600;
    display: block;
    color: #000;
    text-transform: capitalize;
    padding: 6px 0 0;
    text-align: center;
}
.testi-content{
  padding: 72px 0 0;
}
.testi-1{
  padding: 0px 15px 23px;
}
.testi-2{
  padding:0;
  text-align:center;
  /* box-shadow: 0 0 8px #00000024; */
}
.testi-3{
  padding: 36px 6px 35px;
  position: relative;
}

.testimonial {
    padding:0;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
}

.pic{
    padding: 0;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: -67px auto 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}

.pic img {
    display: block;
    width: 100%;
    border: 5px solid #ff0000;
    padding: 7px;
    border-radius: 50%;
    background:#fff;
}
.testimonial1 .pic img {
   background:transparent;
} 
.testi-text{   
border: 1px solid #000000;    
padding: 65px 10px 21px;   
border-radius: 40px;
}
.testimonial1 .testi-text{
  background:#ffb501;
  border: 1px solid #ffb501;
}
.testi-name{
    width: 100%;
    padding: 0 0 3px;
}

.testi-name p{
    font-size: 23px;
    font-weight: 800;
    text-transform: capitalize;
    color: #ff0000;
    padding: 6px 0 4px;
}
.testi-name span{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
}
.description {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    line-height: 27px;
}
.rating {
    color: #ffe600;
    padding: 3px 0 0 0;
    display: block;
}
.rating li {
    display: inline-block;
    font-size: 14px;
}
.testimonial1 .rating {
 color:#ff0000; 
}
/* testimonial section end */




/*whatsapp testimonial section start */
.testii-sec{
  padding: 40px 20px 0px;
}
.testii-sec-1{
  padding: 0;
}
.testii{
  padding:40px 0 0;
}
.testii-1{
  padding: 10px 25px 45px;
}
.testii-2{
  padding: 0;
  box-shadow: 0 0 0px 5px #00000017;
}
/* whatsapp testimonial section end */


/* start awards section*/

.awards-section{
  padding: 0;
  background: linear-gradient(179deg, #ffb501, transparent);
}
.awards-section1{
  padding: 50px 30px 100px;
}
.awards{
  padding: 20px 0 0;
}
.awards-1 {
  padding: 10px;
}
.awards-2 {
  padding: 0px;
}
.awards-2 img{
  width: 100%;
}
/* end awards section*/



/* footer section start */
.footer-sec{
    padding:0;
    background: #ff0000;
}

.footer-sec-1{
  padding: 0px 0px 0;
}
.footer-left{
  padding:0;
}
.footer-left-1{
  padding: 23px 36px 12px;
}
.footer-title{
    font-size: 33px;
    text-align: center;
    padding: 0;
}
.footer-title strong{
    font-size: 34px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    text-align: center;
}
.footer-text{
  padding: 0px 12px 0;
  text-align: center;
}
.footer-text p{
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}
.footer-text strong{
    font-weight:500;
}
.footer-mark{
    padding: 10px 8px 3px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    background: #ffb500;
    margin: 18px 0 0;
    text-transform: capitalize;
}
.footer-right{
  padding:0;
}
.footer-right-1{
  padding: 0;
}
.srv-list1-title{
    padding:0;
    text-align: center;
}
.srv-list1-title strong{
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffb501;
}
.srv-list1-title p{
    font-size: 23px;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
}
.srv-list1{
  padding: 0 0px 15px 0;
}
.srv-list1-1{
  padding:0;
}
.srv-list1-2{
  padding: 5px 0px 0;
}
.srv-list1-text{
  padding:0;
}
.srv-list1-text ul li{
    padding:14px 0px 0px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform:
    capitalize;
}
.srv-list1-text ul li i{
  font-weight: 500;
  font-size: 16px;
  color: #ffb501;
  padding-right: 8px;
}
.disclaimer{
    padding: 8px 0px 15px;
    color: #000;
    text-align: center;
    background: white;
}
.disclaimer span{
  font-size:25px;
  border-bottom: 2px solid #ffb501;
  font-weight: 800;margin:0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
  color: #ff0000;
  display:
  block;
}
.disclaimer p{
  color:#000;
  font-size:15px;
  padding: 9px 20px 0;line-height:30px;
}
.disclaimer a{
  background: #ff0000;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: inline-block;
  padding: 5px 10px 5px;
  font-weight: 600;
}
/* footer section end */

/* copyright section start */
.copy-right{
    padding:0;
    background: #33089D;
}
.copyryt{
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 7px 0 6px;
}
.copyryt p{
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 10px 0 20px 0;
  font-size: 12px;
}
.copyryt p a,
.copyryt span a {
  color: #fff;
}
/* copyright section end */


/* start faq section */

.faq-section{
  padding:0;
}
.faq-section1{
  padding: 0px 30px 50px;
}
.faq-head{
  padding: 10px 0;
  text-align: center;
}
.faq-head strong{
  font-size: 65px;
  margin: 0;
  font-weight: 600;
  font-family: 'Saira Extra Condensed', sans-serif;
  text-transform: capitalize;
  display: block;
  margin: -7px 0 0 0;
}
.faq-head p{
  color: #ba0000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 700;
  background: #ffe401;
  padding: 6px 20px 4px 18px;
  border-radius: 22px;
}
.faq-question{
  padding: 30px 0 0 0;
}
.faq-1{
  padding: 10px 0;
  text-align: left;
}
.faq-2{
  padding: 26px;
  background: #fff;
  box-shadow: 0 0 12px #d8d8d8;
}
.faq-3{
  padding: 0 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 12px 0;
}
.faq-3 .faq-que{
  width: 8%;
  display: block;
}
.faq-3 .faq-que p{
  font-size: 20px;
  margin: 0;
  background: #ffb501;
  color: #000000;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0px 10px;
  display: inline-block;
}
.faq-3 .faq-que p span{
   /* color: #252525; */
}

.faq-3 .faq-que1{
  width: 93%;
}
.faq-3 .faq-que1 p{
  font-weight: 700;
  color: #ff0000;
  font-size: 22px;
  padding: 0 10px  0 0;
  margin: 0;
}
.faq-4{
  padding: 0px 0px 0;
  display: flex;
}
.faq-4 .faq-ans{
  width: 7%;
}
.faq-4 .faq-ans p{
  font-size: 22px;
  margin: 0;
  color: #0f0f0f;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.faq-4 .faq-ans p span{
   color: #bf1b24;
}
.faq-4 .faq-ans1{
  width: 93%;
  padding: 7px 0 0;
}

.faq-4 .faq-ans1 p{
  color: #222;
  font-size: 15px;
  margin: 0;
  line-height: 28px;
  font-weight: 500;
}
.faq-4 .faq-ans1 ul{
  text-align: left;
  padding: 0px 0 0px;
  margin: 0;
  list-style: none;
}
.faq-4 .faq-ans1 ul li{
  margin:0;
  font-size: 14px;
  padding: 8px 0 0;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 27px;
}
.faq-4 .faq-ans1 li:before {
    color: #dc0044;
    content: "\f684";
    font-weight: 900;
    display: inline-block;
    font-size: 17px;
    padding: 2px 0px 2px 0px;
    font-family: "Font Awesome 6 Pro";
    margin: 0 12px 0 0;
    border-radius: 10px;
}
/* end faq section */


 #callbook {
    /* background:green; */
    bottom: 0;
    height:50px;
    left: 0;
    position: fixed;
    display: none;
    right: 0;
    z-index: 100;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
    border-bottom:1px solid #fff;
    background:red;
    position: relative;
    padding: 21px;
    width:50%;
    list-style:none;
    float:left;
    text-align: center;
    bottom: -4px;
}
  #callbook ul li a span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    top: -4px;
}
#callbook ul li a i{
  color: #fff;
  position: relative;
  top: -4px;
  /* font-weight: 600; */
  font-size: 20px;
} 




@media (max-width: 767px){
.head-add ul li{font-size: 18px;}
.head-add ul li:nth-child(2) {font-size: 16px;}
.head-nav1 li a {font-size: 16px;}
.head-whatsapp1 p { font-size: 19px;}
.head-call1 a {font-size: 29px;}
.header-logo-1{display:block;}
.header-logo-left-1 { padding: 15px 0px 0px;}
.header-logo-right-1 {padding:0px 0px 15px;}
.active-1{border-top:0;}
.navbar-toggler {display: block;color: #000000;padding: 0;top: 0px;background: #ffb501;}
.navigation-section{background: #ff0000;padding: 0;}
.navbar {min-height: 43px;}
.scroll-on .navbar {min-height: 44px;margin: 0;}
.scroll-on .navbar-toggler{top: 0px;padding: 0px 0 1px 0px;color: #000;}
.scroll-on .navigation-section{padding:45px 0 2px;}
.navigation-section1{padding:0;}
.scroll-on .navigation-section1{padding:0;background: #bd193b;}
/*.scroll-on .head-nav1 {background:#ffe900;}
.scroll-on .head-nav1 li a {color:#000;}
.scroll-on .head-nav1 li:hover a {color:#ee174a;}*/
.head-nav1{padding: 50px 0 20px;}
.head-nav1 li{display: block;padding: 10px 0;margin: 5px 20px 0px;}
.head-nav1 li a {font-size: 14px;box-shadow: none;border: 0px;text-align: center;margin: 0;}
.main-serv2 {padding: 30px 0px 0;}
.main-serv2 strong {font-size: 22px;}
.case-2 {padding: 15px 0px 0;}
.inner {padding: 0 0;}
.best-head p {font-size: 28px;padding:0px 0px 7px 0px;}
.best-serv4{padding:0;}
.best-form1 {padding: 0 5px;}
.testii-1 {padding: 10px 15px 45px;}
.copyryt {padding: 7px 0 51px;}
.srv-mn {padding: 20px 6px;}
.awards-1 {width:50%;}
.awards-section1{padding:30px 0;}
.faq-section1 {padding: 50px 0px 50px;}
.faq-3 .faq-que1 {width: 85%;padding: 0 0 0 0px;}
.faq-3 .faq-que {width: 15%;}
.faq-4 .faq-ans1 {width: 86%;padding: 0;}
.faq-4 .faq-ans {width: 14%;}
.faq-2 { padding: 20px;}
.faq-3 .faq-que1 p {font-size: 19px;}
.faq-3 .faq-que p {font-size: 20px;}
.faq-4 .faq-ans p {font-size: 24px;}
.faq-4 .faq-ans1 p {font-size: 15px;line-height: 30px;}


  
#callbook ul li {padding: 16px 0px 6px;}
#callbook {display:block;}

}





@media only screen and (min-width: 767px) and (max-width:990px){
.head-nav1 li a {font-size: 14px;padding: 8px 14px;}
.head-nav1 li {padding: 10px 4px 10px;}
.header-logo-1{display:block;}
.header-logo-left-1 { padding: 15px 0px 0px;}
.header-logo-right-1 {padding:0px 0px 15px;}
.best-head p {font-size: 30px;}
.best-serv {padding: 38px 0 0;}
.case-2 {padding: 15px 0px 0;}
.inner {padding: 0 0;}
.srv-mn {padding: 20px 15px;}
.best-form1 {padding: 30px 30px 0 30px;}
.faq-3 .faq-que1 {width: 85%;}
.faq-3 .faq-que {width: 15%;}
.faq-4 .faq-ans1 {width: 90%;}
.faq-4 .faq-ans {width: 10%;}
.main-serv2{padding: 20px 3px;}
}



@media only screen and (min-width: 991px) and (max-width:1200px){
.head-whatsapp1 p {font-size: 16px;}
.head-call1 a {font-size: 26px;}
.head-add ul li{font-size: 16px;}
.head-add ul li:nth-child(2) {font-size: 15px;}
.head-nav1 li a {font-size: 16px;}
.head-nav1 li {padding: 10px 10px 10px;}
.main-serv2 strong {font-size: 22px;}
.best-form1 {padding: 0 15px;}
.services-list p {font-size: 23px;}
.services-list {padding: 30px 15px!important;}
.choose-text {padding: 13px 5px 0;}
.best-head p {font-size: 25px;}
.srv-mn {padding: 20px 7px;}
.testi-1 {padding: 0px 0px 23px;}
.footer-left-1 {padding: 28px 20px 17px;}
.faq-3 .faq-que1 {width: 87%;}
.faq-3 .faq-que {width: 12%;}
.faq-4 .faq-ans1 {width: 90%;}
.faq-4 .faq-ans {width: 10%;}
}

@media only screen and (min-width:1201px) and (max-width:1330px){
.head-whatsapp1 p {font-size: 20px;}
.head-call1 a {font-size: 31px;}
.head-add ul li{font-size: 20px;}
.head-add ul li:nth-child(2) {font-size: 17px;}
.services-list p {font-size: 28px;}
.best-head p {font-size: 30px;}
}




@media (min-width:0) and (max-width:600px){
.bg-right-1 {font-size: 17px;}
.bg-left-1 {font-size: 18px;}
.bg-left {padding: 13px 5px 0px 0px}
.head-add ul li{font-size: 15px;}
.head-add ul li:nth-child(2) {font-size: 13px;}
.head-nav1 li a {font-size: 16px;border-radius: 0;}
.head-whatsapp1 p { font-size: 16px;}
.head-call1 a {font-size:24px;}
.main-services3{width:100%;}
.case-1{width:100%;}
.srv-mn .srv-box {padding: 26px 18px 23px}
.best-services1 {padding: 30px 0;}
.srv-mn .service-name {font-size: 21px;}
.testii-sec {padding: 40px 0px 0px;}
.testi-1 {padding: 0px 3px 23px;}
.srv-list1{width:100%;padding:0;}
.srv-list1-2 { padding:0;}
.footer-left-1 {padding: 28px 36px 35px;}
.srv-mn {padding: 0 5px 30px;}
.best-head p {font-size: 25px; padding: 0px 0px 18px 0px;}
.main-serv2 strong {font-size: 26px;}
.awards-1 {width:100%;}
.faq-2 { padding: 10px;}


}





@media (min-width: 290px) and (max-width:500px){
.head-nav1 li a {font-size: 14px;}
.head-nav1 li{margin: 0;}
.navbar-toggler{font-size:26px;}
.navbar {min-height: 37px;}
.scroll-on .navbar {min-height: 39px;}
.head-nav1 {padding: 48px 0 13px;}
.bg-right-1 span {font-size: 27px;}
.bg-left {padding: 10px 5px 0px 0px;}
.bg-right-1 {font-size: 11px;}
.bg-left-1 {font-size: 13px;}
.header-logo-right-1 {padding: 0px 0px 9px;}
.header-logo-left-1{padding:9px 0 0;}
.head-whatsapp1 p {font-size: 11px;}
.head-call1 a {font-size: 15px;}
.head-add ul li {font-size: 10px;}
.head-add ul li:nth-child(2) {font-size: 9px;padding: 8px 8px;}
.head-add {padding: 8px 0 0;}
.about-heading {font-size: 20px;}
.about-title strong{font-size:33px;}
.about-title p {font-size: 16px;}
.about-section { padding: 31px 0px 62px;}
.about-us-content {padding: 15px 0 0;}
.services-list { padding: 30px 25px!important}
.services-list p {font-size: 28px;}
.srv-title strong { font-size: 28px;}
.srv-title p {font-size: 16px;}
.topservices-section1 {padding: 30px 0px 0px;}
.case-solv-1 { padding: 0px 0 35px;}
.case-2{padding:0;}
.case-solv-content {padding: 0;}
.best-head p {font-size: 23px;}
.srv-mn{width:100%;}
.testii-sec {padding: 15px 0px 0px;}
.testii-1{width:100%;}
.best-services1 {padding: 30px 0 0;}
.testii{padding:0;}
.testii-1 {padding: 10px 15px 22px;}
.testi-sec-1 {padding: 15px 0 0px;}
.testi-1{width:100%;}
.footer-left-1 {padding:35px 15px 35px;}
.srv-list1-title strong {font-size: 20px;}
.main-serv2 strong {font-size: 24px;}
.main-services4 {padding: 0px 10px 50px;}
.choose-text {padding: 13px 5px 0;}
.srv-mn .service-name {font-size: 22px;}
.faq-3 .faq-que1 {width: 78%;padding: 0 0 0 0px;}
.faq-3 .faq-que {width: 27%;}
.faq-3 .faq-que p {font-size: 16px;}
.faq-3 .faq-que1 p {font-size: 17px;}
.faq-4 .faq-ans1 {width: 88%;padding: 0;}
.faq-4 .faq-ans {width: 18%;}
.faq-4 .faq-ans p {font-size: 20px;}



}



.pb-50 {
  padding-bottom: 50px !important;
}
.bg1 {background-color: #ECF6FA !important;}
.bg2 {background-color: #FEF6E6 !important;}
.bg-testimonial {background-color: #33089d !important;}

.section-head {
    margin-bottom: 50px;
}
.content-inner {
    padding-top: 80px;
    padding-bottom: 70px;
}
.section-full {
    position: relative;
}
.section-head .title {
    margin-bottom: 5px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #fff !important;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.test-cus .test-sub {
    color: #fff !important;
}

/*=========== Testimonial Section Start ===========*/
.test-cus h2 {
    color: #fff !important;
}
.test-cus .test-sub {
    color: #fff !important;
}
.main-testimonial {
    height: 330px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.name-head {
    font-size: 25px !important;
    font-weight: bold !important;
    color: #fff700 !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}
.test-city {
    font-size: 20px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-align: left !important;
    color: #fff !important;
}
.test-desc {
    margin-bottom: 30px !important;
    text-align: left !important;
    color: #fff !important;
}
.test-desc img {
    width: 20px !important;
}
/*=========== Testimonial Section End ===========*/


/*=========== Phone & Whatsapp Icon Section Start ===========*/

@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;
    }
}

@keyframes callb {
    0% {
        transform: scale(0.9);
    }
    20% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.1);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1.4);
    }
}

@keyframes calla {
    0% {
        box-shadow: 0px 0px 0px 4px rgba(162, 162, 162, 0.8);
    }
    20% {
        box-shadow: 0px 0px 0px 6px rgba(162, 162, 162, 0.6);
    }
    40% {
        box-shadow: 0px 0px 0px 8px rgba(162, 162, 162, 0.4);
    }
    60% {
        box-shadow: 0px 0px 0px 10px rgba(162, 162, 162, 0.2);
    }
    80% {
        box-shadow: 0px 0px 0px 12px rgba(162, 162, 162, 0.1);
    }
    100% {
        box-shadow: 0px 0px 0px 14px rgba(162, 162, 162, 0);
    }
}

.fix {
    display: block;
}

.fixed {
    position: fixed;
    padding: 0px;
    bottom: 20px;
    left: 0;
    right: 0;
    background: transparent;
    /* border-top: 1px solid #e2e2e2; */
    /* display: none; */
}

.ff5 {
    padding: 0px;
}

.end {
    margin: 0;
    padding: 0;
    text-align: center;
}

.end li {
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #df0505;
    line-height: 60px;
    border-radius: 50%;
}

.ph-fx {
    left: 20px;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.ph-fx a i {
    color: #fff !important;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 57px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}

.end li {
    display: inline;
    text-align: left;
    list-style: none;
    position: absolute;
    text-align: center;
    height: 60px;
    bottom: 10px;
    width: 60px;
    border-radius: 1px solid #000;
    animation-name: calla;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    background: #e00000;
    line-height: 60px;
    border-radius: 50%;
}

.wh-fx {
    right: 20px;
    background: #26b144 !important;
}

.end li a {
    text-decoration: none;
    position: absolute;
    z-index: 9;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.end li a i {
    font-size: 34px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 1s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    display: block;
    height: 30px;
    width: 32px;
    line-height: 50px;
    color: #fff;
    margin: 0 auto;
    z-index: 99;
}


/*=========== Phone & Whatsapp Icon Section End ===========*/


h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
    font-weight: 800;
    line-height: 1.20;
    margin-top: 30px;
    color: #FF0000;
    font-size: 32px;
}
.privacy-policy p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: justify;
}
.privacy-policy ul li {
    font-weight: 500;
    line-height: 30px;
    color: #000;
    padding: 11px 0 0px 0;
    position: relative;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.icon-btn {
    padding-top: 20px;
}
.icon-btn a {
    background: #fff;
    padding: 7px 11px;
    border-radius: 30px;
    color: #33089d;
    font-weight: 700;
    font-size: 16px;
}