@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
 
.banner_container {
    float: left;
    width:100%;
}
.headerlist-section {
  padding: 0;
  float: left;
  width:100%;
  background: #ffefb3;
}
.headerlist-section1 {
  padding: 14px 0 14px 0;
  border-top: 1px solid #ccc;
}
.headerlist-section1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.headerlist-section1 ul li {
  color: #000;
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 600;
  border-right: 1px solid #b4b4b4;
  padding: 0px 22px;
  font-family: 'Poppins', sans-serif;
}

.banner_container img{
    float: left;
    width: 100%;
}
.nw-top {
    float: left;
    width: 100%;
    text-align: center;
    background-image: radial-gradient(#c90000, #a94442);
}
.nw-tp1 {
    padding: 15px;
    font-size: 22px;
    color: #ffefb3;
    font-weight: 600;
    /* text-shadow: 0 0 0.5rem #fff, 0 0 1.5rem rgb(254 198 0), -0.2rem 0.1rem 1rem #bd9a21, 0.2rem 0.1rem 1rem #ffeb00, 0 -0.5rem 2rem #fec600, 0 0.5rem 3rem #fec600, 5px 0.3rem 0.5rem rgb(8 46 4 / 43%); */
    /* animation: animate 0.8s linear infinite; */
}
@keyframes animate
{
  0%, 25% {
    color: #ffeb00;
    text-shadow: 0 0 0.5rem #fff, 0 0 1.5rem rgb(254 198 0), -0.2rem 0.1rem 1rem #bd9a21, 0.2rem 0.1rem 1rem #ffeb00, 0 -0.5rem 2rem #fec600, 0 0.5rem 3rem #fec600, 5px 0.3rem 0.5rem rgb(8 46 4 / 43%);
}
25%, 50% {
    color: #ffeb00;
    text-shadow: none;
}
50%, 75% {
    color: #ffeb00;
    text-shadow: 0 0 0.5rem #fff, 0 0 1.5rem rgb(254 198 0), -0.2rem 0.1rem 1rem #bd9a21, 0.2rem 0.1rem 1rem #ffeb00, 0 -0.5rem 2rem #fec600, 0 0.5rem 3rem #fec600, 5px 0.3rem 0.5rem rgb(8 46 4 / 43%);
}
75%, 100% {
    color: #ffeb00;
    text-shadow: 0 0 0.5rem #fff, 0 0 1.5rem rgb(254 198 0), -0.2rem 0.1rem 1rem #bd9a21, 0.2rem 0.1rem 1rem #fec600, 0 -0.5rem 2rem #fec600, 0 0.5rem 3rem #fec600, 5px 0.3rem 0.5rem rgb(8 46 4 / 43%);
}
}
.nw-tp3 {
  font-size: 20px;
  color: #fff;
 background-image: radial-gradient(#940000, #940000);
  font-family: 'Poppins', sans-serif;
  float: left;
  width: 100%;
  text-align: center;
}
.nw-tp3 a
{
  color: #fff;
}
.nw-tp3 span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #ffefb3;
}
.nw-tp2 {
  float: left;
  width: 100%;
  font-size: 20px;
  color: #fff;
  padding-top: 15px;
  font-family: 'Poppins', sans-serif;
}
.logo-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo-inn {
    float: left;
    width: 100%;
    padding: 0;
}
.loginner {
    padding: 0;
}
.loginner ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.loginner ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 10px 20px 10px 70px;
    background: #ffefb3;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    border-radius: 50px;
    margin: 10px 0px;
    font-family: 'Poppins', sans-serif;
}
.loginner ul li i{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -3px;
    font-size: 30px;
    background: #000;
    color: #fff;
}
.loginner2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: #000;
    padding: 10px;
    border-radius: 50px;
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.copyrt {
    width: 100%;
    
    float: left;  
    text-align: center;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: black;
    background: white;
    padding: 10px 0px;
    }
    
    .last-row
    {
    float: left;
    width: 100%;
    }
    .cal
    {
    
    bottom: 0px;
    left: 10px;
    position: fixed;
    z-index: 1111;
    
    }
    
    .whatsaapp img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    .cal img {
        -webkit-animation: mover 0.5s infinite  alternate;
        animation: mover 0.5s infinite  alternate;
    }
    @-webkit-keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    @keyframes mover {
        0% { transform: translateY(0); }
        100% { transform: translateY(-10px); }
    }
    
    .whatsaapp
    {
    
    bottom: 0px;
    right: 16px;
    position: fixed;
    z-index: 1111;
    
    }
    .banner3 {
        float: left;
        width: 100%;
    }
    .banner3 img{
        float: left;
        width: 100%;
    }
 
    
    @-webkit-keyframes blink2 {
        from {color: black;}
        to {color:white;}
      }
    
    .ban2-sec {
        float: left;
        width: 100%;
    }
    .ban2-sec img {
        float: left;
        width: 100%;
    }
.header-left {
    float: left;
    width: 100%;
}
.header-left img{
    float: left;
    width: 100%;
}
.tex-p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
    padding-top: 15px;
    font-family: 'Poppins', sans-serif;
}
 
  .t-ex {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.tex-he {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
   font-family: 'Work Sans', sans-serif;
    color: #ffefb3;
}
.t-ex img {
    display: table;
    margin: 0 auto;
    float: none;
    padding-top: 10px;
}
.testimonials-section1 {
  float: left;
  width: 100%;
  padding: 50px 0px;
}
.tes-h {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 600;
  font-family: 'Work Sans', sans-serif;
  color: #940000;
}
.tes-sub {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  color: #000;
  padding-bottom: 30px;
}
.client-testimonials1 {
  padding: 10px 15px;
  float: left;
  width: 100%;
  position: relative;

}
.client-testimonials3 {
  background-color: #940000;
  box-shadow: -1px 4px 13px 0px rgb(0 0 0 / 15%);
  padding: 30px 20px 50px 40px;
  transition: all 500ms ease;
  position: relative;
}
.client-testimonials3 p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 30px;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.client-testimonials3 i {
  position: absolute;
  transition: all 500ms ease;
  color: #ffeb00;
  height: 40px;
  float: right;
  opacity: 0.3;
  top: 0;
  right: 10px;
  text-align: center;
  font-size: 69px;
}
.client-testimonials4 {
  display: flex;
  padding: 0px 0px 0 20px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.testi-img {
  width: 30%;
}
.testi-img img {
  border-radius: 50% 50%;
  height: 80px;
  border: 9px solid #ffffff;
  margin: -32px 0 0 0;
}
.testi-text {
  width: 70%;
  margin: -34px 0 0;
  text-align: left;
  padding: 7px 0 0 12px;
  background: #fff;
}
.testi-text strong {
  font-weight: 800;
  font-size: 22px;
  margin: 0;
  text-transform: capitalize;
  font-family: 'Work Sans', sans-serif;
  color: #940000;
}
.testi-text p {
  color: #c80000;
  line-height: 30px;
  margin: -6px 0 0 0;
  padding: 0 0 0px 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.testim h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    padding-bottom: 30px;
    color: #940000;
 font-family: 'Work Sans', sans-serif;
}
.flow-text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
   background-image: radial-gradient(#940000, #940000);
    color: #fff;
    padding-top: 15px;
    padding-bottom: 5px;
   font-family: 'Work Sans', sans-serif;
}
.new-hd-right {
  float: left;
  width: 100%;
}
.logo-col2 {
  padding: 0px;
}
.logo-col2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.logo-col2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 10px 20px 10px 70px;
 background-image: radial-gradient(#940000, #940000);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  border-radius: 50px;
  margin: 5px 0px;
  font-family: 'Poppins', sans-serif;
}
.logo-col2 ul li i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3px;
  font-size: 30px;
  background: #ffefb3;
  color: #940000;
}
.logo-col2 a
{
  color: #fff;
}
.new-hd-rigt1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 25px;
  background: #ffefb3;
  border-radius: 30px;
  color: #000;
  padding: 5px 0px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.new-hd-rigt2 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #000;
  padding: 5px 0px;
  font-family: 'Poppins', sans-serif;
}
.new-hd-rigt2 span
{
  color: #940000;
  font-weight: 600;
}
.testim-content {
    float: left;
    width: 100%;
}
.charan {
    position: absolute;
    top: -100%;
    z-index: 0;
    opacity: 0.3;
    right: 0;
}
.testim-box {
    float: left;
    width: 100%;
    padding: 30px 30px 30px;
    background: #ffefb3;
    position: relative;
    z-index: 1;
}
.testim p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #000;
}
.tee-l {
    float: left;
    width: 100%;
}
.tee-l img{
    float: none;
    display: table;
    margin: 0 auto;
    width: 20%;
    border-radius: 50%;
}
.choosesec1 {
  float: left;
  width: 100%;
    padding: 40px 30px;
    background: #940000;
}
.a-righ
{
    float: left;
    width: 100%;
}
.a-r span
{
    color: #ffefb3;
}
.a-righ img
{
    float: left;
    width: 100%;
}

  .header {
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.header-left {
    float: left;
    width: 100%;
   
}
.header-left img{
    float: left;
    width: 100%;
   
}

.header-center {
    float: left;
    width: 100%;
}
.header-center img {
    float: none;
    display: table;
    margin: 0 auto;
}
.top-sec {
    float: left;
    width: 100%;
    background-image: radial-gradient(#940000, #940000);
    padding: 0px;
    border-bottom: 4px solid #ffefb3;
    border-top: 4px solid #fec600;
}
.top-col1
{
  float: left;
  width: 100%;
}
@keyframes blkk
{
  0% {
    transform: translateY(-4px);
    color: #ffefb3;
}
50% {
    transform: translateY(-2px);
    color: #fff;
}
100% {
    transform: translateY(2px);
    color: #ffefb3;
}
}
.top-sec .top-col1 .top-p1 {
    padding: 15px;
    background: #ffefb3;
    color: #000;
    font-size: 20px;
    outline: 1px solid #000;
    outline-offset: -6px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.top-col1  span {
  float: left;
  width: 100%;
  font-size: 30px;
  animation: blkk 0.5s infinite;
  text-transform: capitalize;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.new-tp1 {
  float: left;
  width: 100%;
}
.new-tp1 p {
  color: #000;
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 0 0 0;
  text-align: center;
 font-family: 'Work Sans', sans-serif;
}
.header-logo-right-2 {
  padding: 0px 0 3px;
  text-align: center;
  background: #ffefb3;
  border-radius: 50px;
}
.header-logo-right-2 ul {
  margin: 0;
  padding: 0;
}
.header-logo-right-2 ul li {
  padding: 9px 19px 3px;
  display: inline-block;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
 font-family: 'Work Sans', sans-serif;
}
.head-bottom {
  padding: 11px 0 0;
  text-align: center;
  overflow: hidden;
  color: #000;
}
.head-top {
  padding: 0;
  display: flex;
  align-items: center;
}
.head-left1 {
  padding: 0px;
}
.head-left2 {
  padding: 0px;
}
.head-left2 a {
  color: #000000;
  font-size: 21px;
  text-transform: capitalize;
  padding: 5px 16px 3px;
  font-weight: 600;
  text-decoration: none;
  animation: blk 0.3s infinite;
 font-family: 'Work Sans', sans-serif;
}
.head-left11 {
  float: left;
  width: 100%;
}
.head-left111 {
  float: left;
  width: 100%;
}
.top-col2 {
    float: left;
    width: 100%;
}
.top-sec .top-col2 .top-p1 {
    margin: 0px;
    font-size: 25px;
    color: #ffefb3;
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    animation: blkss 0.3s infinite;
}
.head-left111 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: black;
 font-family: 'Work Sans', sans-serif;
}
@keyframes blkss{
  0% {
    color: #ffefb3;
}
50% {
    color: #000;
}
100% {
    color: #ffefb3;
}
}
@keyframes blk
{
    0% {
        color: #ffefb3;
    }
    50% {
        color: #000;
    }
    100% {
        color: #ffefb3;
    }
}
.top-sec .top-col3 .top-p1 {
    padding: 15px;
    background: #ffefb3;
    color: #000;
    font-size: 20px;
    outline: 1px solid #000;
    outline-offset: -6px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.main-services-back-img {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #ffefb3;
    z-index: 1;
}
.abt-le-ing {
    float: left;
    width: 100%;
}
.ab-l-img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.ab-l-img img {
    float: left;
    width: 100%;
}
.ab-l-img h2 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    color: #fff;
    background: #ffefb3;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    padding: 3px 0px;
}
.a-r strong
{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #fff;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    padding: 3px 0px; 
    font-weight: 400;
    margin-bottom: 20px;
}
.a-r strong span{
    color: #ffefb3;
}
.main-services h1 {
    font-size: 25px;
    color: #ffefb3;
    float: left;
    width: 100%;
   font-family: 'Work Sans', sans-serif;
    text-align: center;
}
.underline {
    margin: 0 auto;
    width: 120px;
    height: 10px;
    position: relative;
    background-color:#ffff00;
    float: left;
}
#m-auto-remove {
    margin: 0 0 15px 0;
}
.underline span {
    height: 14px;
    width: 14px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffefb3;
}
.main-services p {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    float: left;
    width: 100%;
    text-align: center;
}
strong {
    font-weight: bolder;
    color: #ffefb3;
}
.main-services ul {
    padding: 0;
}
.abn-hd {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffefb3;
  font-family: 'Poppins', sans-serif;
}
.main-services ul li {
    list-style: none;
    color: #222222;
    font-size: 17px;
    padding: 3px 0;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0px;
}
.ab-desc {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding-top: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.ab-desc span{
  color: #ffefb3;
}
.abn-sub {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 35px;
  
  font-size: 35px;
 font-family: 'Work Sans', sans-serif;
  color: #ffefb3;
}
.abn-sub span
{
  color: #fff;
}
.main-services ul li i {
    color: #ffefb3;
    padding-right: 5px;
}
.best-serv {
    padding: 50px 0px;
    float: left;
    width: 100%;
}
.best-top {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.best-top p{
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #000;
  font-family: 'Poppins', sans-serif;
}
.best-bbd1 {
    position: absolute;
    background-color: #ffefb3;
    top: 15px;
    left: 0;
    width: 40%;
    height: 3px;
}
.best-top h3 {
    text-align: center;
    font-size: 35px;
   font-family: 'Work Sans', sans-serif;
    color: #940000;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.best-top img {
    display: table;
    margin: 0 auto;
    float: none;
    padding-bottom: 20px;
}
.best-txt {
    background: #ffefb3;
    margin-top: -10%;
 float: left;
 width: 100%;
    padding: 5px 0px;
    text-align: center;
}
.best-txt span {
   font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    margin: 0;
    text-transform: capitalize;
    font-weight: 400;
    color: #000;
}
.best-txt p {
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    padding: 10px 14px 0 14px;
}
.best-txt .call {
    float: right;
}
.call a img {
    float: right;
}
.best-bbd2 {
    position: absolute;
    background-color: #ffefb3;
    top: 15px;
    right: 0;
    width: 40%;
    height: 3px;
}
.ab-new-im {
  float: left;
  width: 100%;
}
.ab-new-im img{
  float: left;
  width: 100%;
}
.best-new1 {
    padding: 10px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    outline-offset: -6px;
}
.mark-section {
  padding: 10px;
    float: left;
    width: 100%;
  background: #000;
  /* background-image: radial-gradient(#940000, #940000); */
  font-family: 'Poppins', sans-serif;
}
.mark-section1 {
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mark-left1 {
  padding: 10px 0;
}
.mark-left2 {
  padding: 0;
}
.mark-left2 p {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0 0 10px 0;
 
}
.mark-left2 span {
  color: #fec600;
  font-size: 26px;
  text-align: center;
  float: left;
  width: 100%;
  font-weight: 500;
  margin: 0;
}
.mark-right1 {
  padding: 10px;
}
.mark-right2 {
  padding: 0;
}
.bb-cc {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}
.bb-cc a {
  background: #940000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 5px;
}
.mark-right2 a {
  color: #940000;
  background-color: #FFFFFF;
  text-transform: capitalize;
  text-decoration: none;
  margin: 0 50px 0 0;
  font-weight: 800;
  font-size: 21px;
  padding: 11px 35px 12px 35px;
  border-radius: 20px;
}
.mark-right2 span {
  background: #ffc800;
  height: 60px;
  width: 60px;
  line-height: 61px;
  display: inline-block;
  color: #ffefb3;
  font-size: 21px;
  text-align: center;
  border-radius: 50%;
  margin: -5px 0PX 0 -59px;
  top: 0;
  text-transform: uppercase;
  position: absolute;
  font-weight: 800;
}
.chooseus-section1 {
  padding:0px;
}
.chooseus-left1 {
  padding: 0;
  
}
.chooseus-left2 {
  padding: 0;
}
.choose-us1 {
  padding: 4px;
  margin-bottom: 50px;
}
.choose-us2 {
  padding: 0 25px 20px 24px;
  border: 1px solid #000;
  text-align: left;
  background-color: #fff;
  text-align: center;
  box-shadow: -1px 7px 0 #940000;
  border-radius: 0 0 100px 100px;
}
.choose-us2 i {
  color: #fff;
  font-size: 43px;
  height: 80px;
  box-shadow: 0px 4px 0 6px #ffefb3;
  width: 80px;
  background: #940000;
  border-radius: 50%;
  margin: -43px 0 24px;
  line-height: 80px;
}
.choose-us2 span {
  color: #940000;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  font-size: 23px;
 font-family: 'Work Sans', sans-serif;
}
.choose-us2 p {
  color: #222;
  font-size: 15px;
  margin: 0;
  line-height: 29px;
  font-weight: 500;
  padding: 10px 0 0 0;
  font-family: 'Poppins', sans-serif;
}
.best-new1:hover .best-new2 img
{
  transform: rotate(360deg);
  background: #ffefb3;
}
.beest-ser2 {
    padding: 20px 0 0 0;
}
.best-new2 {
    padding: 0px;
    float: left;
    width: 100%;
    position: relative;
    z-index: -1;
}
.best-new2 img{
    float: left;
    width: 100%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 10px;
    border-radius: 50%;
   background-image: radial-gradient(#940000, #940000);
}
.best-tex2 {
    float: left;
    width: 100%;
    text-align: center;
}

.best-tex2
{
float:left;
width: 100%;
}
.best-tex2 img {
    float: left;
    padding: 0 10px 0 0px;
}
.best-tex2 h4 {
    font-size: 20px;
    font-weight: 500;
    color: #ffefb3;
    padding: 0 0 0px 0;
}
.best-tex2 p {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}
.best-services {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    z-index: 1;
}
.form-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
 background-image: radial-gradient(#940000, #940000);
}
.form-left {
  float: left;
  width: 100%;
  padding: 0 0 40px;
  text-align: left;
}
.form-left2 {
  float: left;
  width: 100%;
 
}
.info-1 i {
  color: #ffefb3;
  font-size: 51px;
}
.info-1 a {
  color: #fff;
  font-weight: 500;
  font-size: 29px;
  margin: 10px 0 8px;
  display: block;
  text-decoration: 0;
  letter-spacing: 2px;
  font-family: 'Poppins', sans-serif;
}
.info-1 p {
  color: #940000;
  font-size: 16px;
  margin: 0;
  padding: 3px 20px;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  border-radius: 36px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}
.info-1{
  float: left;
  width: 100%;
  padding: 20px 10px;
  border: 1px solid #ffefb3;
  margin: 10px 0;
  border-radius: 20px;
  text-align: center;
 background-image: radial-gradient(#940000, #940000);
}
.form-right {
  float: left;
  width: 100%;
 background-image: radial-gradient(#940000, #940000);
  border: 2px solid #fff;
  border-radius: 12px;
  padding: 0px 0px 0 40px;
}
.form-right2 {
  float: left;
  width: 100%;
 
}
.list-head {
  padding: 0;
  text-align: center;
}
.list-head strong {
  font-size: 26px;
  display: inline-block;
  padding: 5px 20px;
  margin: 0;
 font-family: 'Work Sans', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  background: #fff;
  margin: -36px 0 0;
  border-radius: 50px;
  color: #940000;
}
.list-services1 {
  padding: 26px 0 20px 20px;
  border-right: 2px solid #fff;
}
.list-services11 {
  padding: 26px 0 20px 20px;
}
.list-services2 {
  padding: 0px 0 0;
}
.last-row {
  float: left;
  width: 100%;
}
.cal {
  bottom: 0px;
  left: 10px;
  position: fixed;
  z-index: 1111;
}.last-row img {
  width: 50px;
  height: 50px;
}
.whatsaapp {
  bottom: 0px;
  right: 16px;
  position: fixed;
  z-index: 1111;
}

.list-services2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 0px;
  text-align: left;
  padding-top: 0px;
}
.list-services2 ul li {
  color: #ffffff;
  padding: 9px 0;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: relative;
  list-style: none;
  font-family: 'Poppins', sans-serif;
}
.list-services2 ul li i{
  color: #ffefb3;
 padding-right: 10px;
 padding-top: 5px;
}
.best-right {
    float: left;
    width: 100%;
}
.main-container
{
  float: left;
  width: 100%;
}
.best-right-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    color: #940000;
font-family: 'Work Sans', sans-serif;
}
.best-right-sub {
    float: left;
    width: 100%;
    text-align: center;
    color: #940000;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 30px;
}
.be-li {
    float: none;
    display: table;
    margin: 0 auto;
    padding: 5px 0px;
}
.best-right-box {
    float: left;
    width: 100%;
    padding: 10px;
    border-bottom: 10px solid #ffefb3;
    border-top: 10px solid #ffefb3;
    transition: 0.5s ease-in-out;
    box-shadow: 0 0 13px 0px #e4e4e4;
}
.services-our2 {
  float: left;
  width: 100%;
}
.services-our1 {
  float: left;
  width: 100%;
  padding: 30px 20px 0px 20px;
  background: #ffefb3;
  text-align: center;
}
.services-our1 strong {
  color: #ffefb3;
  font-size: 25px;
  margin: 0;
  display: block;
 background-image: radial-gradient(#940000, #940000);
  text-transform: uppercase;
 font-family: 'Work Sans', sans-serif;
  font-weight: 500;
}
.services-our1 p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 16px 0 0 0;
  word-spacing: 2px;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 5px;
}
.services-our1 span {
  color: #fff;
  font-size: 21px;
  margin: 0;
 background-image: radial-gradient(#940000, #940000);
  border-radius: 60px 70px 0 0;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  padding: 15px 0 4px;
  font-family: 'Poppins', sans-serif;
}
.services-our3 {
  float: left;
  width: 100%;
  background: #000;
  padding: 10px;
  text-align: center;
}
.services-our3 a {
  font-size: 35px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  text-decoration: none;
  animation: blk 0.4s infinite ease-in-out;
  font-family: 'Poppins', sans-serif;
}
@keyframes blk{
  0% {
    color: #ffffff;
}
40% {
    color: #ffefb3;
}
60% {
    color: #ffffff;
}
}
.text-content {
  float: left;
  width: 100%;
}

.best-right-img {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}
.best-right-img img {
    float: left;
    width: 100%;
    padding: 10px;
   background-image: radial-gradient(#940000, #940000);
}
.best-right-title {
  float: left;
  width: 100%;
    margin-top: 0px;
    padding-bottom: 8px;
    font-size: 22px;
    width: 100%;
    border-bottom: 1px solid #ffefb3;
   background-image: radial-gradient(#940000, #940000);
    color: #ffffff;
    text-align: center;
   font-family: 'Work Sans', sans-serif;
}
.best-right-desc {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: black;
    padding: 10px 0px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}
.text-content p {
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    padding-top: 5px;
    padding-top: 10px;
    text-transform: capitalize;
}
.price {
    color: #fff;
    z-index: 1;
    background: #000000;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}
.read-more {
    color: #000;
    background-color: #ffefb3;
    font-size: 35px;
    line-height: 70px;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    box-shadow: 0 0 3px #000;
    border-radius: 50%;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 auto;
    display: table;
}
.read-more:before {
    content: '';
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px dashed #000;
    transform: scale(0.5) rotate(0);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
}

.best-right-box:hover .read-more:before {
 transform: scale(0.7);
    opacity: 1;
    transition: all 0.3s;
}
.ff-ll {
    float: left;
    width: 100%;
}
.ff-ll img {
    float: left;
    width: 100%;
    margin-top: -25px;
}
.footer1 {
    padding: 50px 0px;
   
    float: left;
    width: 100%;background: url(../images/abt.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.h-hus {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: 'Poppins', sans-serif;
    border-bottom: 2px solid #ffefb3;
    padding: 15px 30px;
    font-weight: 400;
    margin-bottom: 50px;
}
.footer-1 {
    padding: 0px;
    border-bottom: 1px solid #fff;
}
.footer_1 {
    padding: 0px;
}
.foot1 {
    padding: 0px;
    display: flex;
}
.ftr-ico {
    font-size: 30px;
    color: #ffefb3;
}
.fter-call {
    padding: 0 0 0 26px;
}
.ftr-ico:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 36px;
    background-color: #ffffff;
    top: 0;
    margin: 0 0 0 10px;
}
.fter-call h5 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}
.fter-call h6 {
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #ffefb3;
}
.t-border {
    float: left;
    width: 100%;
    padding:20px;
    border: 5px solid #940000;
   background-image: radial-gradient(#940000, #940000);
}
.cook-delecious{
    float: left;
    width: 100%;
    background: #ffefb3;
}
.first-image {
    margin-right: -30px;
    margin-top: 18%;
}
.first-image img {
    width: 100%;
    overflow: hidden;
}
.cook-delecious .cook-content {
    background-color: #ffefb3;
    text-align: center;
    padding: 30px;
    float: left;
    width: 100%;
}
.cook-delecious .cook-content h4 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #fff;
  font-family: 'Work Sans', sans-serif;
}
.cook-content .contact-content span {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    width: auto;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}
.cook-content .contact-content {
    background-color: #000;
    padding: 20px 30px;
    float: left;
    width: 100%;
}
.primary-white-button a {
    display: inline-block;
    background-color: #fff;
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 3px;
    text-decoration: none;
    letter-spacing: 0.5px;
    margin: 10px;
}
.primary-white-button {
    float: left;
    width: 100%;
}
.cook-delecious .second-image {
    margin-left: -30px;
    margin-top: 18%;
}
.cook-delecious .second-image img {
    width: 100%;
    overflow: hidden;
}
.our-blog {
    background-color: #fff;
    padding: 50px 0px;
    float: left;
    width: 100%;
}
.blog-post {
    display: inline-block;
    width: 100%;
}
.blog-post img {
    width: 100%;
    overflow: hidden;
    padding: 30px 30px 0px 30px;
}
.blog-post .right-content {
    background-color: #ffefb3;
    width: 100%;
    float: right;
    padding: 20px;
}
.blog-post .right-content h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    font-family: 'Spectral', serif;
    font-size: 25px;
    color: #121212;
  font-family: 'Work Sans', sans-serif;
    text-align: center;
    font-size: 30px;

}
.right-content p {
    color: #1f1818;
    font-size: 15px;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.text-button{
text-align: center;
float: left;
width: 100%;
}
.text-button a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #ffefb3;
    text-decoration: none;
    padding: 6px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.conact-sec {
    float: left;
    width: 100%;
    padding: 20px 0px;
    background: #ffefb3;
}
.con-head {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.con-info {
    float: left;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
}
.con-info ul {
    margin: 0;
    padding: 0;
}
.con-info a
{
    color: #000;
}
.con-info ul li {
    display: inline-block;
    padding: 5px 10px;
    font-size: 31px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.divider-1 {
    left: 73px;
    margin-bottom: 9px;
    height: 2px;
    width: 100px;
    display: inline-block;
    background: linear-gradient(205deg, #000, #002b0c);
}
.divider-2 {
    left: 73px;
    margin-bottom: 9px;
    height: 2px;
    width: 100px;
    display: inline-block;
    background: linear-gradient(105deg, #000, #002b0c);
}
.con-info ul li i {
    color: #000;
    font-size: 30px;
    animation: zoom .8s infinite alternate;
}
.bg-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.why-us {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #ffefb3;
} 
.why-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
color: #000;
font-family: 'Buenard', serif;
}
.why-sub {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
   color: #000;
}
.why-border {
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    padding: 10px;
   background-image: radial-gradient(#940000, #940000);
    border: 1px solid #940000;
}
.why-border span {
    float: left;
    width: 100%;
}
.why-r {
    float: left;
    width: 100%;
}
.why-r img{
    float: left;
    width: 100%;
}

.why-border span img {
    float: none;
    display: table;
    margin: 0 auto;
}
.wh-t {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 5px 0px;
    color: #fff;
     font-family: 'Poppins', sans-serif;
}
.a-call {
    float: left;
    width: 100%;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.a-call a {
   background-image: radial-gradient(#940000, #940000);
    padding: 2px 10px;
    color: #fff;
    border-radius: 30px;
}
.a-call2 {
    float: left;
    width: 50%;
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.a-call2 a {
    background: green;
    padding: 2px 5px;
    color: #fff;
}
@media(min-width:320px) and (max-width:479px)
{.headerlist-section1 {
  display: none;
}
.mark-section1 {
  width: 100%;
  float: left;
  display: block;
  padding: 20px;
}
.mark-right1 {
  display: none;
}
  .new-hd-rigt1 {
    display: none;
  }
  .logo-col2 {
    padding-top: 20px;
    margin-left: -40px;
  }
  .logo-col2 ul li {
    margin-bottom: 15px;
  }
  .flow-text {
    padding-top: 5px;
  }
  .services-our3 a {
    font-size: 25px;
  }
  .list-head strong {
    font-size: 18px;
    margin-left: -35px;
    margin-top: -100px;
  }
  .list-services1 {
    padding: 0px;
    border: none;
  }
  .list-services11 {
    padding: 0px;
    border: none;
  }
  .info-1 a {
    font-size: 25px;
  }


  .top-col1 span {
  width: 100%;
  font-size: 18px;}
  .top-col1 {
    float: left;
    width: 30%;
  }
  .new-tp1 p {
    font-size: 20px;
  }
  .header-logo-right-2 ul li {
    font-size: 14px;
  }
  .head-left11 {
    display: none;
  }
  .head-left2 a {
    font-size: 16px;
    text-align: center;
    float: left;
    width: 100%;
    padding: 0;
  }
  .choosesec1 {
    padding: 0;
  }



  .con-head {
    font-size: 20px;
  }
  .con-info {
    padding: 0px;
  }
  .con-info ul li {
    padding: 5px;
    font-size: 25px;
  }
    .top-sec .top-col3 .top-p1 {
    display: none;
  }
  .loginner2 {
    display: none;
  }
  .logo-col {
    float: left;
    width: 100%;
  }
  .a-r strong {
    font-size: 35px;
  }
  .main-services h1 {
    font-size: 22px;
  }
  .best-top h3 {
    font-size: 35px;
  }


    .top-p1 {
        text-align: center;
        padding: 0;
      }
      .top-p1 p{
       margin: 0;
        padding: 0;
      }
      .header-center{display: none}
     
      .main-services ul {
        padding: 0;
        float: left;
        width: 100%;
      }
      .best-bbd2 {
        width: 10%;
      }
      .best-bbd1 {
        width: 10%;
      }
      .why-header {
        font-size: 35px;
      }
      .pricingTable {
        margin: 0px;
        margin-bottom: 30px;
      }
      .pricingTable2 {
        margin: 0px;
        margin-bottom: 30px;
      }
      .counter{margin-bottom: 30px;}
      .best-right-header {
        font-size: 35px;
      }
     .footer-1 {
       
        float: left;
        width: 100%;
        padding: 5px;
      }
      .ftr-ico::after {
     
        display: none;
      }
      .blog-post img {
        width: 100%;
        overflow: hidden;
      }
      .blog-post .right-content {
        width: 100%;
      }
      .case-solve3 .ts-heading {
        font-size: 20px;
      }
      .abt-le-ing img {
        width: 100%;
      }.best-right-title {
        font-size: 25px;
      }.ff-ll img {
        margin-top: 0px;
      }
}
@media(min-width:480px) and (max-width:639px)
{ .headerlist-section1 {
  display: none;
}
.mark-section1 {
  width: 100%;
  float: left;
  display: block;
  padding: 20px;
}
.mark-right1 {
  display: none;
}
  .new-hd-rigt1 {
    display: none;
  }
  .logo-col2 {
    padding-top: 20px;
    margin-left: -40px;
  }
  .logo-col2 ul li {
    margin-bottom: 15px;
  }
  .flow-text {
    padding-top: 5px;
  }
  .services-our3 a {
    font-size: 25px;
  }
  .list-head strong {
    font-size: 18px;
    margin-left: -35px;
    margin-top: -100px;
  }
  .list-services1 {
    padding: 0px;
    border: none;
  }
  .list-services11 {
    padding: 0px;
    border: none;
  }
  .info-1 a {
    font-size: 28px;
  }

  .top-col1 span {
  width: 100%;
  font-size: 18px;}
  .top-col1 {
    float: left;
    width: 30%;
  }
  .new-tp1 p {
    font-size: 20px;
  }
  .header-logo-right-2 ul li {
    font-size: 14px;
  }
  .head-left11 {
    display: none;
  }
  .head-left2 a {
    font-size: 16px;
    text-align: center;
    float: left;
    width: 100%;
    padding: 0;
  }
  .choosesec1 {
    padding: 0;
  }
  

  .con-head {
    font-size: 20px;
  }
  .con-info {
    padding: 0px;
  }
  .con-info ul li {
    padding: 5px;
    font-size: 25px;
  }
  .loginner2 {
    display: none;
  }
  .logo-col {
    float: left;
    width: 100%;
  }
  .a-r strong {
    font-size: 35px;
  }
  .main-services h1 {
    font-size: 22px;
  }
  .best-top h3 {
    font-size: 35px;
  }
    .top-p1 {
    text-align: center;
    padding: 0;
  }  .blog-post img {
    width: 100%;
    overflow: hidden;
  }.best-right-title {
    font-size: 25px;
  }.ff-ll img {
    margin-top: 0px;
  }
  .case-solve3 .ts-heading {
    font-size: 20px;
  }
  .abt-le-ing img {
    width: 100%;
  }
  .blog-post .right-content {
    width: 100%;
  }
  .top-p1 p{
   margin: 0;
    padding: 0;
  }
  .header-center{display: none}
  
  .main-services ul {
    padding: 0;
    float: left;
    width: 100%;
  }
  .best-bbd2 {
    width: 10%;
  }
  .best-bbd1 {
    width: 10%;
  }
  .why-header {
    font-size: 35px;
  }
  .pricingTable {
    margin: 0px;
    margin-bottom: 30px;
  }
  .pricingTable2 {
    margin: 0px;
    margin-bottom: 30px;
  }
  .counter{margin-bottom: 30px;}
  .best-right-header {
    font-size: 35px;
  }
  .testim h2 {

    font-size: 35px;
  }.footer-1 {
   
    float: left;
    width: 100%;
    padding: 5px;
  }
  .ftr-ico::after {
     
    display: none;
  }
}
@media(min-width:640px) and (max-width:767px){
    .top-sec .top-col3 .top-p1 {
        display: none;
      } .new-hd-rigt1 {
        display: none;
      }.headerlist-section1 {
        display: none;
      }
      .mark-section1 {
        width: 100%;
        float: left;
        display: block;
        padding: 20px;
      }
      .mark-right1 {
        display: none;
      }
      .logo-col2 {
        padding-top: 20px;
        margin-left: -40px;
      }
      .logo-col2 ul li {
        margin-bottom: 15px;
      }
      .flow-text {
        padding-top: 5px;
      }
      .services-our3 a {
        font-size: 25px;
      }
      .list-head strong {
        font-size: 18px;
        margin-left: -35px;
        margin-top: -100px;
      }
      .list-services1 {
        padding: 0px;
        border: none;
      }
      .list-services11 {
        padding: 0px;
        border: none;
      }
      .info-1 a {
        font-size: 28px;
      }
    
      .top-col1 {
        display: none;
      }
      .con-head {
        font-size: 20px;
      }
      .con-info {
        padding: 0px;
      }
      .con-info ul li {
        padding: 5px;
        font-size: 25px;
      }
      .loginner2 {
        display: none;
      }
      .logo-col {
        float: left;
        width: 100%;
      }
      .a-r strong {
        font-size: 35px;
      }
      .main-services h1 {
        font-size: 22px;
      }
      .best-top h3 {
        font-size: 35px;
      }
    .top-p1 {
        text-align: center;
        padding: 0;
      }
      .top-p1 p{
       margin: 0;
        padding: 0;
      }
      .header-center{display: none}
      .main-services h1 {
        font-size: 30px;
      }
      .main-services ul {
        padding: 0;
        float: left;
        width: 100%;
      }
      .best-bbd2 {
        width: 10%;
      }
      .best-bbd1 {
        width: 10%;
      }
      .why-header {
        font-size: 35px;
      }
      .pricingTable {
        margin: 0px;
        margin-bottom: 30px;
      }
      .pricingTable2 {
        margin: 0px;
        margin-bottom: 30px;
      }
      .counter{margin-bottom: 30px;}
      .best-right-header {
        font-size: 35px;
      }
      .testim h2 {
    
        font-size: 35px;
      }.footer-1 {
       
        float: left;
        width: 100%;
        padding: 5px;
      }
      .ftr-ico::after {
         
        display: none;
      }
   
}
@media(min-width:768px) and (max-width:991px){
    .top-sec .col-sm-4{width: 33%;}
    .top-sec .col-sm-3{width: 50%;}
    .top-sec .col-sm-5{width: 50%;}
    .header-center{display: none}
    .why-us .col-sm-3{width: 50%;
    margin-bottom: 30px;}
    .testimonials-section1 .col-sm-4{width: 50%;
    margin-bottom: 30px;}
    .header .col-sm-6{width: 100%;}
    .header .col-sm-7{width: 100%;}
    .main-services .col-sm-5{
        width: 100%;
    }
    .main-services .col-sm-7{
        width: 100%;
    }  .best-bbd2 {
        width: 20%;
      }
      .best-bbd1 {
        width: 20%;
      }
      .best-serv .col-sm-4{width: 50%;
        margin-bottom: 30px;}
        .list .col-sm-4{width: 50%;
            margin-bottom: 30px;}
            .best-services .col-sm-8{width: 100%;
                margin-bottom: 30px;}
                .best-services .col-sm-4{width: 50%;
                 }
           
                .cook-delecious .col-sm-4{width: 50%;}
                .best-serv .col-sm-3{width: 50%;}
                .our-blog .col-sm-3{width: 50%;}
                .bot-3 .col-sm-4{width: 50%;}
                .case-solve .col-sm-3{width: 50%;}
                .main-services-back-img .col-sm-7{width: 100%;}
                .abt-le-ing .col-sm-12 .col-sm-6{
                    width: 50%;
                  }
                  .footer1 .col-sm-9{width: 100%;}
                  .footer1 .col-sm-3{width: 100%;}
                  .ff-ll img {
                    float: none;
                    width: 25%;
                    margin-top: -0;
                    display: table;
                    margin: 0 auto;
                  }
                  .form-section .col-sm-8{width: 100%;}
                  .form-section .col-sm-4{width: 100%;}
                  .headerlist-section {
                    text-align: center;
                  }  .main-services-back-img .col-sm-5{width: 100%;}
}
@media(min-width:992px) and (max-width:1200px){
    .list .col-sm-4{width: 50%;
        margin-bottom: 30px;}
        .best-services .col-sm-3{width: 50%;
            margin-bottom: 30px;}
    
}