@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Elsie+Swash+Caps:wght@400;900&display=swap');

body{
  margin:0;
  padding:0;
  color: #f2002a;
  font-family: 'Outfit', sans-serif;
}

.main{
  margin: auto;
  padding: 0;
  width: 90%;
}
a{
  color: #000;
  text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}

/*    font-family: 'Elsie Swash Caps', cursive;
*/


/* START HEDAER SECTION  */

/* start top head section  */

.tophead-section{
  padding: 0;
  background: url(images/headerback.jpg);
  background-size: cover;
}
.tophead-section1{
  padding: 0px;
}
.tophead-line{
  padding: 13px 0;
  border-radius: 0 0px 50px 50px;
  background: #f2002a;
  text-align: center;
}
.tophead-line p{
  color: #fff;
  font-size: 21px;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  animation: blin 1.5s linear infinite;
}
@keyframes blin {
    50% {
       opacity:0;
    }
   100% {
       opacity:1;
    }
}

.head-section{
  padding: 20px 0 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head-letf1{
  padding: 10px;
  width: 32%;
}
.head-left2{
  padding: 0px;
}
.head-left2 a{
  background-image: linear-gradient(#ffa616, #fc841e);
  display: block;
  padding: 11px 10px 11px 23px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  margin: 0;
  text-transform: capitalize;
  text-decoration: none;
}
.head-left2 a img{
  filter: brightness(0) invert(1);
  height: 30px;
  margin: -5px 0 0 0;
  padding: 0 6px 0 0px;
}
.head-center1{
  padding: 0px 10px 0;
  width: 36%;
}
.head-center2{
  padding: 0px;
  text-align: center;
}
.head-center2 img{

}

.head-right1{
  padding: 10px;
  width: 32%;
}
.head-right2{
  padding: 0px;
}
.head-right2 a{
  background-image: linear-gradient(#ffa616, #fc841e);
  display: block;
  padding: 12px 10px 11px 23px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  border-radius: 50px;
  margin: 0;
  text-decoration: none;
}
.head-right2 a img{
  filter: brightness(0) invert(1);
  height: 30px;
  margin: -5px 0 0 0;
  padding: 0 6px 0 0px;
}
/* end top head section  */


/* start navigation section */

.navigation-section1{
  margin: 0 0 -29px 0;
  padding: 0;
  border-radius: 50px 50px;
  background: #ffffff;
  position: relative;
  border: 1px solid #dddddd;
}
.navigation-left1{
  padding: 18px 0 18px 0;
}
.navigation-left2{
  padding: 0 0 0 0;
}
.navbar{
  margin-bottom: 0;
  min-height: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.menu{
  padding:0;
  margin:0;
}
.menu li {
  position: relative;
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0px 15px 0px 15px;
  margin: 0px 0px;
  /* z-index:9; */
  transition: 0.4s all;
}
.menu li:hover:before{
  height:100%;
  top:0;
  transform: translateY(0px);
  transition: 0.4s all;
}

.menu li:last-child{
    border-right: 0px;
    box-shadow: none;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: #1c1d29;
    padding: 4px 20px 3px 20px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0px 0px 0 0px;
    border-radius: 31px;
    font-size: 19px;
    transition: 0.1s ease-in-out;
}
.menu .active a {
  color: rgb(253 147 26);
  font-weight: 500;
  background: #ee000000;
}
.menu li:hover a{
    color: rgb(254 151 26);
    background: #ee000000;
}
.navbar-toggler img{
  filter: brightness(0) invert(1);
  height: 22px;
  margin: -6px 0 0 0;
}
.toggle_bars{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 50px;
    padding: 0 12px;
}
.navbar-toggler {
  border-radius:5px;
  display: none;
  color: #000000;
  font-size: 30px;
  z-index: 9;
  position: absolute;
  border: 0px !important;
  text-align: center;
  float: right;
  top: -69px;
  right: 7px;
  padding: 0 0px 0 0;
  background: #f2002a;
  height: 43px;
  width: 55px;
  }

.navbar-collapse{padding:0;}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.dropdown-menu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.dropdown-menu ul li{
  display:
  block;
  padding: 10px 0 9px 14px;
  color: #000;
  margin: 0;
}
.menu li .dropdown-menu ul li:hover a{
  background:transparent;
}
.dropdown-menu ul li:last-child{
  padding-bottom:15px;
  border: 0;
}
.dropdown-menu ul li:nth-child(1){
  padding-top: 9px;
}
.menu li .dropdown-menu ul li a{
  display:
  block;
  color: #ffffff;
  font-size: 16px;
  background: #c0203c00;
  border: 0;
  font-weight: 500;
  padding: 0;
  border-radius: initial;
}

.menu li .dropdown-menu ul li:before {
  display:none;
}
.dropdown-menu ul li:hover{
  background: #f2002a;
  color: #ffffff;
}
.menu li .dropdown-menu ul li:hover a{
  color: #ffffff;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-menu {
  position: absolute;
  padding: 0;
  top: 100%;
  transform: translateY(50px);
  transition: 0.4s all;
  left: 0px;
  float: none;
  right: 0;
  text-align: center;
  margin: 0 auto;
  border: 0;
  width: 250px;
  display:
  none;
  background-image: linear-gradient(#ffa616, #fc841e);
  z-index: 999999;
  border-radius: 0;
  transition: 0.4s all;
}
.dropdown:hover .dropdown-menu{
  transform: translateY(0px);
  display:block;
}
.navigation-right1{
  padding: 0;
}
.navigation-right2{
  padding: 0;
  text-align: right;
}
.navigation-right2 a{
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  background: #f2002a;
  font-size: 18px;
  text-align: center;
  width: 70%;
  display: block;
  font-weight: 700;
  padding: 0px 17px 13px 17px;
  border-radius: 8px;
  position: absolute;
  top: -23px;
}
.navigation-right2 span{
  display:block;
  background: #fff;
  height: 49px;
  width: 100%;
  border-radius: 0 0 50px 50px;
  border: 1px solid #ffb671;
  border-top: 0;
}
.navigation-right2 span img{
  height: 44px;
}
.navigation-right2 p{
  margin:0;
  padding: 7px 0 0;
}
/* end navigation section */

/* start fixed head */

.header {
  z-index: 99999;
  padding: 0;
  transition: all ease-out 0.5s;
}
.active-1{
  color:#000;
  padding: 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
  border-top: 4px solid #f2002a;
}
.scroll-on .tophead-line{
  display:none;
}
.scroll-on  .head-center2 img{
  height: 69px;
}
.scroll-on .head-section {
    padding: 9px 0 9px 0;
}
.scroll-on .head-left2 a{
  font-size: 18px;
  padding: 9px 10px 9px 23px;
}
.scroll-on .head-right2 a{
  font-size: 20px;
  padding: 9px 10px 9px 23px;
}
.scroll-on .navigation-section1{
  margin:0;
}
.scroll-on .navigation-right2 a{
  top: -11px;
}
.scroll-on .navigation-left1 {
    padding: 12px 0 12px 0;
}
.scroll-on .navigation-right2 a{
  padding: 0px 13px 7px 13px;
  font-size: 17px;
}
.scroll-on .navigation-right2 span{
    height: 37px;
    width: 100%;
}
.scroll-on .navigation-right2 span img {
    height: 37px;
}

/* end fixed head */














/* start slider section */
.slider-section{
  padding: 0px 0 0px 0;
  margin: 0px 0 0 0;
}
.slider-section img{
  width: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control b .glyphicon{
  opacity:1;
  color: #ffffff;
  text-shadow: none;
  background: #fdba3800;
  height: 53px;
  width: 53px;
  border-radius: 0;
  line-height: 60px;
  top: 15px;
  transition: 0.9s ease-in-out;
  left: 9px;
  right: auto;
  text-shadow: 3px 3px 11px white;
}
.carousel-control b{
  border: 0;
  background: #f00029;
  left: 0px;
  position: absolute;
  transition: 0.9s ease-in-out;
  top: 55%;
  right: 0px;
  line-height: 67px;
  padding: 4px 8px 4px 6px;
  height: 74px;
  width: 54px;
  border-radius: 0;
}
.right b{
  right: 0px;
  left: auto;
}
.right b .glyphicon-chevron-right{
  left: -2px;
}
.carousel-control{
  opacity:1;
}
.carousel-control:focus, .carousel-control:hover {
    opacity:1;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
 
}
.carousel-control {
  position: absolute;
  top: -50px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 8%;
}
/* end slider section */

/* END HEADER SECTION  */



/* start our services section */

.services-section{
  padding: 0;
  background: url(images/design.png) no-repeat bottom;
  background-size: 100%;
}
.services-section1{
  padding: 90px 0 50px;
}

.services-left1{
  padding: 0 20px 0 0px;
}
.services-left2{
  padding: 15px;
  border-radius: 13px;
  background: #f2002a;
}
.serviceslist-heading{
  padding: 0px;
  background: linear-gradient(#ffa616, #fc841e);
  border-radius: 13px;
  text-align: center;
}
.serviceslist-heading strong{
  font-family: 'Elsie Swash Caps', cursive;
  color: #f2002a;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  border-top: 1px solid #ffffff;
  -webkit-text-stroke: 0.7px white;
  -webkit-text-fill-color: #f2002a;
}
.serviceslist-heading p{
  color: #000000;
  font-size: 21px;
  margin: 0;
  text-transform:uppercase;
  padding: 8px 0 5px;
  font-weight: 500;
}

  .services-list{
  padding: 5px 0px 15px;
  margin: 20px 0 0;
}

.services-list ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-list ul li{
  background: #fff;
  padding: 16px 8px 13px 34px;
  font-size: 17px;
  margin: 14px 0 0px 0;
  text-align: left;
  border-radius: 40px;
  font-weight: 500;
  text-transform: capitalize;
}
.services-list ul li span{
  padding: 0px 0px 0 0;
  display: inline-block;
  left: 7px;
  position: absolute;
}
.services-list ul li span img{
  margin: -4px 0 0px;
  height: 25px;
  animation: rotation 8s infinite linear;
}
@keyframes rotation { 
    from { transform: rotate(0deg); } 
    to { transform: rotate(359deg); } 
}

.services-list ul li a{
  color: #000000;
  padding: 0 0 0 6px;
  display: block;
}
.services-list ul li:hover{
   background-image: linear-gradient(#ffa616, #fc841e);
}
.services-list ul li:hover a{
  color:#fff;
}
.services-right1{
  padding: 0px 0 0 30px;
}
.services-page1{padding:0;}
.services-right2{
  padding: 0px;
}
.services-heading{
  text-align: center;
  padding: 0;
}
.services-heading strong{
  font-size: 47px;
  font-weight: 600;
  color: #f2002a;
  font-family: 'Elsie Swash Caps', cursive;
  display: block;
  text-transform: capitalize;
}
.services-heading b {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    display: inline-block;
    padding: 0px 9%;
}
.services-heading p{
  margin:0;
  position: relative;
  z-index: 9;
}
.services-heading span{
  background: linear-gradient(#ffa616, #fc841e);
  color: #fff;
  padding: 7px 20px 7px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.services-heading p img{
    animation: rotation 8s infinite linear;
}
.services-heading p .bgicon-right{
  
margin: 0 0px 0 10px;
}
.services-heading p .bgicon-left{
    margin: 0 16px 0 0px;
}

.services{
  padding: 21px 0 0 0;
}
.services_design{
  padding:50px 0 0;
}
.services_1{
  padding:10px;
}
.services-1{
  padding: 10px;
}
.services-2{
  padding: 0px 0px 0;
  border-radius: 20px;
  text-align: center;
}
.services_2{
  background: #fff;
  margin: 0;
  border-radius: 15px 15px;
  padding: 0;
  box-shadow: 0 0 11px #aeaeae;
}

.services-3{
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 9;
}
.services-3 strong{
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  padding: 9px 20px 8px;
  display: inline-block;
  text-shadow: 1px 1px 3px #ffc37c;
  text-transform: capitalize;
  color: #fff;
  padding: 6px 31px 10px;
  border-radius: 0 0 50px 50px;
  margin: 0px 0 18px;
  background: #f2002a;
}
.services-3 img{
  border-radius: 50%;
  height: 240px;
  border: 13px solid #fe9f17;
  margin: 0 auto;
  display: block;
  padding: 0px;
}
.services-3:before{
  background: linear-gradient(#ffa616, #fc841e);
  right: 0;
  left: 0;
  top: 70px;
  margin: 0 auto;
  position: absolute;
  content: "";
  height: 40%;
  width: 100%;
  z-index: -9;
}
.services-3 a{
  display:inline-block;
  background: #f2002a;
  color: #fff;
  font-size: 23px;
  margin: 20px 0 10px;
  padding: 6px 20px;
  border-radius: 80px;
  font-weight: 600;
}
.services-4{
  padding: 0px 0 0 0;
}
.services-4 strong{
  background: #f2002a;
  color: #fff;
  display: block;
  font-size: 29px;
  padding: 6px 0 5px;
  margin: 34px 0 0;
  font-family: 'Elsie Swash Caps', cursive;
  font-weight: 600;
  text-transform: capitalize;
}
.services-4 p{
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 11px 11px 12px 11px;
  font-size: 16px;
  font-weight: 400;
}
.services-4 a{
  color: #fdba39;
  background: #000;
  padding: 4px 17px;
  display: inline-block;
  border-radius: 20px;
  font-size: 15px;
  text-transform:uppercase;
}
.contact-serv{
  text-align: center;
  padding: 10px 0 0 0;
}
.contact-serv a {
  left: 0;
  right: 0;
  top: -0;
  bottom: 0;
  display: block;
}
.contact-serv span img{
  filter:
  brightness(1) invert(1);
  animation: rotation 10s linear infinite;
}
@keyframes rotation {
  0% {
      transform: rotate(0);
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0)
  }
  to {
      transform: rotate(1turn);
      -webkit-transform: rotate(1turn);
      -moz-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
      -o-transform: rotate(1turn)
  }
}
.contact-serv span{
  background:linear-gradient(#ffa616, #fc841e);
  height: 90px;
  border-radius: 50px 50px 0px 0px;
  width: 90px;
  line-height: 98px;
  position: relative;
  display: inline-block;
}
.contact-serv span:after{
  content:"";
  position:
  absolute;
  background: url(images/call-bg-1.png);
  background-repeat:
  no-repeat;
  top: 20px;
  padding: 24px 0px 24px 0px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.owl-theme .owl-controls{
  position: absolute;
  width: 100%;
  top: 48%;
  text-align: left;
}
.owl-buttons{
  top:0;
}
.owl-theme .owl-controls .owl-buttons div{
  background: #202022ab;
  height: 44px;
  border-radius: 0;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  width: 35px;
  line-height: 49px;
  border: 0;
  opacity: 1;
  padding: 0px 0px;
  margin: 0px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
  border-radius: 0;
  float: right;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{
  content: "\e257";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.owl-theme .owl-controls .owl-buttons .owl-next:before{
  content: "\e258";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.banner-family{
  padding:30px 0 0;
  text-align: center;
}
.video-section{
  padding: 0;
}
.video-1{
  padding: 12px;
}
.video-2{
  padding: 0;
}
.video-2 iframe{
  width: 100%;
  height: 440px;
  border-radius: 30px;
}
/* end our services section */


/* start mid section */

.mid-section{
  padding: 0;
}
.mid-section1{
  padding: 50px 0;
}

.midsection-left1{
  padding: 0px 0px 0 0;
}
.midsection-left2{
  padding: 0px;
}

.banner-left-1{
  padding: 0px 0px 0 0px;
}
.banner-left-1 img {
  /* width: 100%; */
  border-radius: 0 16px 16px 0;
}
.contact-pandit{
  background: url(images/background-mark.jpg);
  background-size: cover;
  border-radius: 0px 80px 80px 0px;
  text-align: center;
  padding: 13px 0 14px 0;
  width: 100%;
  margin: 30px auto 0px 0px;
  left: 0;
  right: 0;
}
.contact-pandit a{
  display: block;
  color: #fff;
  font-size: 47px;
  line-height: 44px;
  font-weight: 800;
  text-transform: capitalize;
  text-decoration: none;
  animation: blkk 0.9s infinite ease-in-out;
}
@keyframes blkk{
  0%{color:#ffffff00;}
  100%{color:#fd911b;}
}
.contact-pandit strong{
  display: block;
  color: white;
  font-size: 37px;
  font-family: 'Elsie Swash Caps', cursive;
  font-weight: 600;
}

.aboutus-design{
  padding: 60px 0px 50px 50px;
}

.aboutus-heading{
  padding: 0;
  text-align: left;
}
.aboutus-heading h1{
  font-size: 47px;
  padding: 10px 0 0;
  font-weight: 600;
  color: #f2002a;
  font-family: 'Elsie Swash Caps', cursive;
  display: block;
  text-transform: capitalize;
}
.aboutus-heading h1 a{
  color: #f2002a;
}
.aboutus-heading b {
  color: #000000;
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  padding: 0px 9%;
}
.aboutus-heading p{
  margin:0;
  position: relative;
  z-index: 9;
}
.aboutus-heading span{
  background: linear-gradient(#ffa616, #fc841e);
  color: #fff;
  padding: 7px 20px 7px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.aboutus-heading p img{
    animation: rotation 8s infinite linear;
}
.aboutus-heading p .bgicon-right{
  margin: 0 0px 0 10px;
}


.about-design{
  padding: 16px 0 0 0;
  text-align: left;
}
.about-design p{
  color: #080808;
  font-size: 16px;
  padding: 10px 0 0 0px;
  margin: 0;
  line-height: 33px;
  font-weight: 400;
}
.about-design strong{
  color: #f2002a;
}
.about-design a{
  color: #fff;
  font-size: 15px;
  display: inline-block;
  font-weight: 500;
  background: #f2002a;
  padding: 8px 23px 8px;
  margin: 16px 0 0;
  border: 1px solid #98001a;
  border-radius: 7px;
  text-transform: capitalize;
}
.banner-business{
  padding: 0;
}
.banner-business img{

}
.whychoose-section{
  text-align: left;
  padding: 60px 0 0 50px;
}
.whychoose-section b{
  margin:0;
  position: relative;
  z-index: 9;
}
.whychoose-section b span{
  background: linear-gradient(#ffa616, #fc841e);
  color: #fff;
  padding: 7px 20px 7px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.whychoose-section b img{
    animation: rotation 8s infinite linear;
}
.whychoose-section b .bgicon-right{
  margin: 0 0px 0 10px;
}
.whychoose-section strong{
  font-size: 46px;
  margin: 0px 0 0;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  font-family: 'Elsie Swash Caps', cursive;
}
.whychoose-section p{
  color: #000000;
  line-height: 34px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
}
.whychoose-section:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 37%;
  left: 0;
  right: 0;
  top: 14%;
  z-index: -9;
  background: #f2002a;
}



.midsection-right1{
  padding: 0 0px 0 30px;
  overflow: hidden;
}
.midsection-right2{
  padding: 0px 6px  0  0px;
}
.form-section{
  padding: 0 0px 0 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#fff;
}
.form-section:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  transform: scale( 1.02, 1.02 );
  position: absolute;
  background: linear-gradient( 90deg, #fafafa, #fafafa, #ff6f05, #ff6f05, #ffffff );
  background-position: 55px 0;
  top: 0;
  animation: linear 1s infinite linear;
  left: 0;
  right: 0px;
  z-index: -1;
}
@keyframes linear {
  
  from {
    background-position: 0 0;
  }
  to {
    background-position: 200px 0;
  }
  
}
.form-section1{
  padding: 30px 0 31px;
  border-radius: 20px;
}
.form-heading{
  padding: 0px 0 20px;
  position: relative;
  text-align: center;
}
.form-heading:before{
  background: linear-gradient(#ffa616, #fc841e);
  height: 2%;
  position: absolute;
  content: "";
  left: 0;
  margin: 0 auto;
  right: 0;
  width: 60%;
  top: 42px;
}
.form-heading strong{
  padding: 0px 0px 2px;
  display: inline-block;
  border-radius: 50px;
  font-size: 37px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;
  font-family: 'Elsie Swash Caps', cursive;
}
.form-heading strong img{
  animation: rotation 8s infinite linear;
}
.form-heading p{
  color: #000;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  padding: 0px 10% 0;
}

.contac-r {
  padding: 0px 30px 0px;
  margin: 0px 0 0 0;
  text-align: left;
}
.form-group {
  padding: 8px 8px 8px 8px;
  padding-bottom: 0px;
}
.form-control:focus {
  border-color: #000000;
  border: 0;
  outline: 0;
  border: 2px solid #f2002a;
  box-shadow: none;
}
.custom_btn {
  z-index:9999;
}
.btn-group{
  text-align:
  center;
  margin: 7px auto 0;
  border-radius: 60%;
}
input.form-control {
  color: #393939;
  font-weight: 500;
  height: 49px;
}
.form-control {
  background: #fff;
  font-size: 14px;
  box-shadow: none;
  border:0;
  border: 2px solid #ffa400;
  padding: 10px 12px;
  border-radius: 47px;
}
textarea.form-control {
  height: 100px;
  color: #393939;
  font-weight: 500;
  border-radius: 12px;
}
.btn-group>.btn:first-child {
  padding: 10px 46px 9px;
  color: #ffffff;
  font-size: 17px;
  background: #f2002a;
  border-radius: 0;
  border: 0;
  text-transform: capitalize;
  transition: 0.7s;
  font-weight: 700;
  display: inline-block;
  right: 0;
  margin: 0 auto;
  border-radius: 40px;
  float: right;
}
.btn-group>.btn:first-child:hover{
  color: #000000;
  background: linear-gradient(to left, #f89808 26%, #ffc600 100%);
}
.form-group .place::-webkit-input-placeholder{
  color: #696969;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.aboutus-image {
  text-align: center;
  padding: 80px 80px 0 0px;
  overflow: hidden;
  margin: -0px 0 0;
}
.aboutus-image .mata-ji {
  height: auto;
  display: block;
  margin: 0 auto;
}
.aboutus-image .round-image {
  position: absolute;
  left: -48px;
  top: 141px;
  height: 507px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0);

  }
  to {
    transform: rotate(1turn);
      
  }
}

.chooseus-left2{
  padding: 0px;
}
.choose-us{
  padding: 20px 0 0 0;
}

.choose-us1{
  padding: 10px 0px 20px;
}
.choose-us2{
  padding: 20px 18px 20px 30px;
  display: flex;
  justify-content: left;
  align-items: center;
  border-radius: 0px 120px 120px 0;
  border: 3px solid;
  border-left: 0;
}
.choose-us2:after {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0px;
  bottom: -12px;
  position: absolute;
  z-index: 9;
  background: #f2002a;
  box-shadow: inset 0.2em 0.2em 0.2em 0 #f2002a, inset -0.2em -0.2em 0.2em 0 #831f30;
}
.choose-us2:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 0px;
  top: -12px;
  position: absolute;
  z-index: 9;
  background: #f2002a;
  box-shadow: inset 0.2em 0.2em 0.2em 0 #f2002a, inset -0.2em -0.2em 0.2em 0 #831f30;
}
.choose-text{
  width: 76%;
  padding: 0 20px 0 0px;
  text-align: left;
}
.choose-text strong{
  font-size: 37px;
  font-weight: 700;
  font-family: 'Elsie Swash Caps', cursive;
  text-transform: capitalize;
  display: block;
}
.choose-text p{
  color: #4d4d4d;
  font-size: 16px;
  margin: 0;
  padding: 0px 0 0;
  line-height: 29px;
  font-weight: 400;
}

.choose-image{
  padding: 0px 0px 0 0px;
  text-align: center;
  width: 24%;
}
.choose-image span{
  display: block;
  height: 140px;
  width: 140px;
  line-height: 100px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  border: 14px solid #ffa616;
}
.choose-image span img{
  height: 81px;
}










.img-wave {
  position: absolute;
  left: 0;
  bottom: 0%;
  z-index: -9;
}
/* end mid section */



/* start choose us section */

.chooseus-section{
  padding: 0;
}
.chooseus-section1{
  padding: 180px 0 0;
}
.tri-1{
  position: absolute;
  left: -150px;
  bottom: -30px;
  z-index: -9;
}
.tri-1 img{
  height: 633px;
}
.pick-1{
  overflow: hidden;
  padding: 40px 10px;
}

.pick-2{
  padding: 0;
  text-align: center;
}
.pick-2:before {
  top: -13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #222;
  border: 6px solid #fff;
  z-index: 99;
}
.pick-2:after {
  top: -50px;
  width: 68px;
  height: 1px;
  transform: rotate(90deg);
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #222;
  z-index: -9;
}
.pick-2 .round-pick1{
  position: absolute;
  left: 0;
  bottom: 8px;
  right: 0;
  top: 0;
  overflow:hidden;
  margin: auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}
.pick-12{
  margin-top:100px;
}
.pick-13{
  margin-top:100px;
}


.pick-3{
  height: 244px;
  background: #fff;
  width: 245px;
  border: 0;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 0;
  padding: 0px 20px;
  overflow: hidden;
}
.pick-3 span{
  height: 87px;
  line-height: 68px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 20px;
  width: 87px;
  display: block;
  background: #fdba39;
  background: linear-gradient(90deg, #f89808, #ffc600 80%);
  border-radius: 0px 0px 50% 50%;
  margin: 0px auto  0px;
}
.pick-3 span img{height: 45px;filter: brightness(0) invert(0);}
.pick-3 strong{
  font-size: 20px;
  margin: 14px 0 3px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  font-family: 'Elsie Swash Caps', cursive;
}
.pick-3 p{
  color:#000;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}
/* end choose us section */


/*start main services sectiuon */

.mainservices-section{
  padding: 0;
}
.mainservices-section:before {
  background: #f2002a;
  height: 22%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  margin: 0 auto;
}
.mainservices-section1{
  padding: 100px 0px 50px;
}

.mainservices-head{
  text-align: center;
  padding: 0;
}
.mainservices-head strong{
  font-size: 47px;
  font-weight: 600;
  color: #f2002a;
  font-family: 'Elsie Swash Caps', cursive;
  display: block;
  text-transform: capitalize;
}
.mainservices-head b {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
    display: inline-block;
    padding: 0px 9%;
}
.mainservices-head p{
  margin:0;
  position: relative;
  z-index: 9;
}
.mainservices-head span{
  background: linear-gradient(#ffa616, #fc841e);
  color: #fff;
  padding: 7px 20px 7px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.mainservices-head p img{
    animation: rotation 8s infinite linear;
}
.mainservices-head p .bgicon-right{
  
margin: 0 0px 0 10px;
}
.mainservices-head p .bgicon-left{
    margin: 0 16px 0 0px;
}



.main-services{
  padding: 17px 0 0;
}
.main-services1{
  padding: 10px;
}
.main-services2{
  text-align: center;
  padding: 15px 15px 20px;
  position: relative;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #ff9300;
}
.main-services2:before{
  content: '';
  position: absolute;
  background-image: linear-gradient(#ffa616, #fc841e);
  width: 100%;
  height: 152px;
  left: 0;
  top: 119px;
  z-index: 0;
}

.main-services3{
  padding:0;
}
.main-services3 img{
  border-radius:10px;
}
.main-services4{
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.main-services3 strong{
  font-size: 28px;
  text-transform: capitalize;
  color: white;
  margin: 0;
  font-weight: 600;
  padding: 0px 0 0;
}
.main-services4 p{
  color: #000000;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  padding: 21px 0 10px;
  line-height: 30px;
}
.main-services4 a{
}
.main-services4 .text-number{
  color: #ffffff;
  background: #f2002a;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 40px;
  padding: 10px 11px 10px;
  display: block;
}
.main-services4 .img-icon{
  display: block;
  height: 70px;
  border-radius: 50%;
  line-height: 65px;
  width: 70px;
  background: linear-gradient(#ffa616, #fc841e);
  position: absolute;
  left: 0;
  margin: 0px auto 0;
  right: 0;
  bottom: -50px;
}
.main-services4 .img-icon img{
  filter: brightness(0) invert(1);
  height: 39px;
}
/* end main services section  */

/* start testimonias section */

.testimonials-section{
  padding: 50px 40px 70px 40px;
  margin: 50px 0 0px 0;
}

.testimonials-section1{
  padding: 60px 36px 0px;
  background: #ffffff;
  z-index:9;
  position:relative;
}
.testimonials-section1:after {
  background: linear-gradient(#ffa616, #fc841e);
  height: 21%;
  position: absolute;
  content: "";
  left: 0;
  right: 0px;
  width: 100%;
  bottom: -26px;
  margin: 0 auto;
  z-index: -9;
}


.testimonials-section:before{
  margin:0 auto;
  left:0;
  right: 0px;
  top: 0;
  position:absolute;
  content:"";
  background: #f2002a;
  height: 100%;
  width: 90.9%;
}
.testimonials-left1{
  padding:0;
}
.testimonials-left2{
  padding:0;
}

.testimonials{
  padding: 30px 0 0 0;
}
.testimonials-1{
  padding: 10px 20px 0;
}

.testimonials-2{
  padding: 0px 20px 0;
}
.testimonials-2:before{
  background: linear-gradient(#ffa616 50%, #f2002a 46%);
  border-radius: 14px;
  height: 90%;
  width:100%;
  content:"";
  position:absolute;
  left:0;
  display: block;
}
.qoute{
  float: right;
  margin: -1px 0 0 0;
  position: absolute;
  right: 20px;
}
.qoute img{
  filter: brightness(0) invert(1);
}
.testimonials-3{
  padding: 60px 25px 30px;
  text-align: center;
  background: #fff;
  filter: drop-shadow(2.5px 4.33px 8px rgba(35,83,87,0.21));

  border-radius: 12px 12px;
}
.testimonials-3 p{
  color: #232323;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  font-weight: 400;
}
.testimonials-4{
  padding: 0px 0 30px 30px;
  position: relative;
  width: 100%;
  z-index: 9;
  display: flex;
  float: right;
  justify-content: center;
  align-items: center;
}

.testi-name{
  width: 100%;
  padding: 48px 0 0px 0px;
  position: relative;
  text-align: center;
}
.testi-name strong{
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
}
.testi-name p{
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: -4px 0 0;
}
.testi-name span{
  right: 8px;
  top: 42px;
  color: #f2002a;
  display: block;
}
.image-testi{
  padding:0;
  text-align:center;
  margin: 0 0 -40px 0;
  z-index: 9;
}
.image-testi img{
  border-radius: 50%;
  border: 8px solid #ffa616;
}


.video{
  padding:20px 0 0 0;
}
.video img{
  
border: 3px solid #fd8e1b;
}
.testimonials-right2{
   padding:0;
}
.testimonials-right2 img{
  
}
/* end testimonias section */

/* start footer section */

.footer-section{
  padding: 0;
  background: #ffebcb;
}
.footer-section1{
  padding: 0 0 50px 0;
}

.footer-left1{
  padding: 50px 0px 20px 0px;
  background: linear-gradient(#ffa616, #fc841e);
}
.footer-left2{
  padding: 0px;
}
.contact-footer2{
  padding: 0px;
}
.contact-footer2 strong{font-family: 'Elsie Swash Caps', cursive;font-size: 56px;color: #fff;padding: 0 15px 0 15px;line-height: 65px;text-transform: capitalize;display: block;}
.contact-footer2 p{
  margin: 0;
  font-size: 18px;
  padding: 0 15px 0 15px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.footer-contact3{
  padding: 10px 0 0 0;
}
.footer-contact3 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-contact3 ul li{
  display: block;
  padding: 0;
  margin: 9px 0;
}
.location-footer{
  display: flex;
  padding: 0px 0;
  text-align: left;
  margin: 15px 0;
  background: #f2002a;
  justify-content: left;
  align-items: center;
}
.location-1{
  margin: 0 0 0 -35px;
  width: 20%;
}
.location-1 span{
  height: 80px;
  width: 81px;
  line-height: 77px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background: #f2002a;
  border: 3px solid #ffebcb;
}
.location-1 img{height: 44px;filter: brightness(0) invert(1);}
.location-2{
  width: 80%;
}
.location-2 p{
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.location-2 a{
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  margin: 0;
  font-weight: 500;
}

.footer-right1{
  padding: 40px 0 0 30px;
}
.footer-right2{
  padding: 0;
}


.disclaimer{
  background: linear-gradient(#ffa616, #fc841e);
  padding: 20px 30px;
  text-align: center;
  margin: 30px 0 0;
}
.disclaimer p{
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #000000;
}
.map-section{
  margin: 0;
  padding: 0;
}
.map-section iframe{
  float: left;
  height: 290px;
}
.footer-navigation{
  padding: 15px 10px;
  text-align: center;
  border: 1px solid;
  margin: 20px 0 0;
}
.footer-navigation ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-navigation ul li{
  padding: 0 25px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
}
.footer-navigation li a{
  color: #000000;
}
.services-footer3{
  padding: 10px 0;
  display: flex;
}
.services-footer4{
  width:50%;
}
.services-footer4 ul{
  padding: 0;
  margin: 0;
  list-style: none;
  position:relative;
}


.services-footer4 ul li{
  color: #000;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  position: relative;
  padding: 13px 0px 13px 0px;
  text-transform: capitalize;
  display: flex;
  justify-content: left;
  text-align: left;
  align-items: center;
}
.services-footer4 ul li span{
  padding: 0px 11px 0 0;
  display: inline-block;
}
.services-footer4  ul li span img{
  margin: -4px 0 0px;
  height: 25px;
  animation: rotation 8s infinite linear;
}
@keyframes rotation { 
    from { transform: rotate(0deg); } 
    to { transform: rotate(359deg); } 
}


/* end footer section */

/* start bread crumn section */

.breadcrumb-section{
  padding: 0;
  background-image: linear-gradient(#ffa616, #fc841e);
  margin: 0px 0 0;
}
.breadcrumb-section1{
  padding: 60px 0 60px;
  text-align: center;
}
.breadcrumb-section1 strong{
  font-size: 54px;
  font-weight: 600;
  padding: 0;
  color: #ffffff;
  font-family: 'Elsie Swash Caps', cursive;
  display: block;
  text-transform: capitalize;
}
.breadcrumb-section1 h1{
  font-size: 54px;
  font-weight: 600;
  padding: 18px 0px 3px;
  color: #ffffff;
  font-family: 'Elsie Swash Caps', cursive;
  display: block;
  text-transform: capitalize;
}
.breadcrumb-section1 h1 a{
  color: #fff;
}
.breadcrumb-section p{
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin:0;
  padding: 0px 0 0 0;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid #f2002a;
}
.breadcrumb-section p a{
  color: #f2002a;
}
/* end bread crumb section */


/* =============== START ABOUT US SECTION ================*/

.maincontent-section{
  padding: 80px 0 0 0;
}
.maincontent-section1{
  padding: 0;
}
.mainabout-left1{
  padding: 0 0 30px;
}
.mainabout-left2{
  padding: 0;
  text-align: left;
}
.maincontent-section1 .aboutus-heading{
  padding-bottom:40px;
}
.maincontent-section1 .connect-pandit_1 {
    padding: 0 0px 0 0px;
}
.mainabout-left2 p{
  color: #393939;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  margin: 0;
}
.mainabout-left2 p strong{
  color: #f2002a;
  font-size: inherit;
  font-weight: 700;
}
.mainabout-left2 p strong a{
  color: #fd9921;
}
.mainabout-left2 p a{
  color: #fd9921;
  font-weight: 700;
}
.mainabout-left2 h2,h3,h4,h5,h6{
    font-size: 26px;
    margin: 0;
    color: #f2002a;
    font-family: 'Elsie Swash Caps', cursive;
    padding: 19px 0 15px;
    font-weight: 600;
    display: block;
    text-transform: capitalize;
}
.mainabout-left2 h2,h3,h4,h5,h6, strong{
  color: #f2002a;
  font-weight: 600;
}
.mainabout-left2 ul{
  padding: 7px 0 0;
  margin:0;
  list-style:none;
}
.mainabout-left2 ul li{
  padding: 6px 0 3px;
  color: #545454;
  line-height: 30px;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.mainabout-left2 ul li:before{
  height: 0px;
  width: 21px;
  border-radius: 40PX;
  background: #fd9921;
  border: 2px solid #fd9921;
  content: "";
  margin: -3px 8px 0 0px;
  display: inline-block;
}

.mainabout-right1{
  padding: 0px 0px 0px 30px;
}
.mainabout-right2{
  padding: 0;
}

.banner-design1{
  padding: 0 0 20px 0;
  text-align: center;
}
.banner-design1 img{
  width: 100%;
}

.inner-form{
    text-align: center;
    margin: 0px 0 30px;
    padding: 0px 0 0px;
    background: #fd9921;
    position: relative;
}
.inner-form .form-head strong{
  font-size: 32px;
}
.inner-form .form-head p{
  padding: 0 3%;
}
.inner-form textarea.form-control{
  height:90px;
}
.inner-form input.form-control{
  height:42px;
}



/* ================ END ABOUT US SECTION ===================*/
/* ============= GET IN TOUCH PAGE CSS ============*/

.getintouch-section{
  
  position: relative;
  padding: 0 0 1px;
}
.getintouch-section1{
  padding: 70px 0 0 0;
}
.getin-left1{
  padding: 0;
}
.getin-left2{
  padding: 0;
}
.get-in1{
  margin: 10px 0 0;
  padding: 10px 10px 0;
}
.get-in1:nth-child(1){
    margin: 0px 0 0;
    padding-top: 0;
}
.get-in2{
  text-align: center;
  padding: 20px 20px 20px;
  border-radius: 13px;
  background: linear-gradient(#ffa616, #fc841e);
}
.get-in2 span{
  height: 70px;
  width: 75px;
  line-height: 70px;
  text-align: center;
  display: block;
  margin: 0px auto 20px;
  background: #ffffff;
}
.get-in2 span img{
  height: 40px;
  filter: invert(1) brightness(0);
}
.get-in2 p{
  font-weight: 500;
  margin: 0;
  text-transform: capitalize;
  font-size: 2.1rem;
  line-height: 23px;
  padding-bottom: 5px;
  color: #f2002a;
}
.get-in2 a{
    color: #000;
    font-size: 17px;
    margin: 0;
    font-weight: 500;
}

.getin-right1{
  padding: 0px 0px 0px 40px;
}
.getin-right2{
  padding: 0;
}
.getin-right2 .form-section1 {
    padding: 50px 0 50px;
}
.getin-right2 .form-heading {
    padding: 0px 0 50px;
}


.getintouch-section .banner-bottom{
  padding:70px 0 60px;
}


/*========== END GET IN TIUCH PAGE CSS ==============*/


.banner-design2{
  padding: 20px 0 0px 0;
  text-align: center;
}
.banner-design2 img{
  
}


.fix{
  position: fixed;
  padding: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 99999;
}
.end{
  margin: 0;
  padding: 0;
  background-color: #fff; 
}
.end li a i{
  animation-name: vibe;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.12,0.84,0.79,0.4);
  animation-delay: 0.2s;
}
.end li{
  display: inline;
  text-align: left;
  list-style: none;
  position: absolute;
  text-align: center;
  height: 60px;
  bottom: 15px;
  width: 60px;
  border-radius: 1px solid #000;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #f10000;
  line-height: 57px;
  border-radius: 50%;
}
.end .wh-fx {
  background:green;
  color:#fff;
}
.end li a{
  color:#fff;
}
.end li:after{
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index:-99;
  content: "";
  transform: scale(1);
  border: 1px solid rgba(162, 162, 162, 0.8);
  animation-name: ripp;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
 }

@keyframes vibe{
  0%{transform:rotate(0deg);}
  33%{transform:rotate(20deg);}
  66%{transform:rotate(0deg);}
  100%{transform:rotate(-20deg);}
}
@keyframes ripp{
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 rip{
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);}
}
.wh-fx{
  right: 20px;
}
.ph-fx{
  left: 20px;
}
.end li a img{
  filter: brightness(0.5) invert(1);
}



.banner-bottom{
  padding: 30px 0 60px 0;
}

.banner-bottom1{padding:0;}
.banner-bottom1 img{
  
}








/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .head-center1{width:100%;padding: 0;}
  .tophead-line p{font-size: 17px;}
  .tophead-line {padding: 6px 0;border-radius: 0 0px 40px 40px;}
  .head-section{display: flex;flex-flow: column-reverse;padding: 11px 0 10px 0;}
  .head-letf1{width:100%;display: none;}
  .head-right1{width:100%;padding: 0px 0 4px 0;}
  .scroll-on .head-section{padding-top:0;}
  .head-center2 img{width: 350px;}
  .scroll-on .head-center2 img{width: auto;height: 75px;}
  .navigation-right1{display:none;}
  .navigation-section1{border:0;margin: 0;padding: 0px 0 0;border-radius: 0;}
  .navigation-left1{padding:0;}
  .scroll-on .navigation-left1{padding:0;}
  .head-right2 a{display: block;padding: 6px 23px 6px 23px;font-size: 26px;}
  .scroll-on .head-right2 a {font-size: 20px;padding: 9px 23px 9px 23px;}
  .head-center2{text-align:left;}
  .navbar{min-height: 0;display: block;justify-content: center;align-items: center;}
  .navbar-toggler {display: block;top: -72px;right: 20px;}
  .menu{padding: 0px 0 0px;display: block;margin: 0;}
  .menu li {padding: 4px 0px;display: block;border: 000;text-align: center;margin: 2px 0px 1px;}
  .menu li a {padding: 3px 10px 4px 9px;display: block;font-size: 16px;}
  .menu li:before{display:none;}
  .scroll-on .menu li {padding: 7px 0px 8px 0px;}
  .navbar-collapse.in{overflow-y: visible;}
  .dropdown-menu {display: none;margin-top: 0;}
  .dropdown:hover .dropdown-menu{display: none;}
  .open>.dropdown-menu {display: block !important;}
  .dropdown-menu ul li {padding: 8px 0 8px 14px;}
  .menu li a{padding: 0;}
  .services-left1 {padding: 0 0px 0 0px;}
  .services-right1 {padding: 20px 16px 0 16px;}
  .services-heading:before{display: none;}
   .pick-1{width:50%;padding: 40px 4px;}
  .form-heading p {padding: 0px 2% 0;}
  .form-group {padding: 8px 0px 8px 0px;}
  .contac-r {padding: 0px 10px 0px;}
  .midsection-right1 {padding: 10px 0px 0 10px;}
  .contact-pandit{border-radius:80px;}
  .banner-left-1 img{border-radius:10px;}
  .banner-left-1 img{border-radius:15px;}
  .midsection-left1 { padding: 0px 0px 0 0;}
  .midsection-right1 { padding: 0 10px 0 10px;}
  .services-heading b{padding:0;font-size: 15px;}
  .aboutus-design {padding: 60px 20px 50px 20px;}
  .aboutus-image .round-image{left:0;right:0;margin:0 auto;}
  .aboutus-image {padding: 0 0px 0 0px;}
  .whychoose-section {padding: 40px 20px 40px 20px;}
  .whychoose-section:before{display:none;}
  .whychoose-section strong{font-size:40px;}
  .choose-text strong{font-size: 30px;}
  .main-services3 strong{font-size: 22px;}
  .main-services2:before{height: 109px;top: 139px;}
  .main-services1:nth-child(3){padding-top:50px;}
  .location-1 {text-align: center;margin: 0 0 0 -00px;}
  .location-2{padding-left: 20px;}
  .location-1 span{margin:0 auto;}
  .footer-navigation ul li {padding: 0 15px;}
  .footer-right1 {padding: 40px 10px 0 10px;}
  .contact-footer2 strong{padding:0;font-size: 50px;}
  .contact-footer2 p{padding:0 10px;}
  .testimonials-section1 {padding: 60px 15px 0px;}
  .mainservices-head strong{font-size: 40px;}
  .main-services1{width:50%;}
  .main-services3 strong{font-size: 19px;color: #f2002a;}
  .main-services2:before{height: 103px;top: 101px;}
  .main-services1:nth-child(3){padding-top:50px;}
  .video{padding: 20px 10px  0 10px;width: 50%;}
  .testimonials-right2{padding: 20px 0px  0 0px;width: 50%;}
  .main-services2 {padding: 15px 10px 20px;}
  .testimonials-left1{padding: 0 17px 0px;}
  .mainservices-head b {padding: 0px 0%;}
  .services-11{width: 50%;}
  .getin-right1 {padding: 50px 0px 0px 0px;}
  .get-in1:nth-child(1){width:100%;}
  .get-in1{width:50%;}
  .footer-right1 {padding: 40px 0 0 0px;}
  .banner-design1{padding:0 10px; width:50%;}
  .breadcrumb-section1 strong{font-size:30px;}
  .mainabout-right1 { padding: 0px 0px 0px 0px;}
  .services {padding: 21px 0 0 0;order: -1;}
  .services-right2 {flex-direction: column-reverse;display: flex;}
  .fix{display:block;}



  




}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu li a{padding: 0px 9px 0px 9px;font-size: 17px;}
  .menu li{ padding: 0px 10px 0px 10px;}
  .head-section{display: flex;padding: 11px 0 0px 0;}
  .head-letf1{width:100%;display: none;}
  .head-right1{width: 50%;padding: 0 0 4px 0;text-align: center;}
  .head-center1{width: 50%;padding: 10px 0 20px;}
  .head-right2 a{display: inline-block;font-size: 26px;padding: 11px 23px 11px 23px;}
  .scroll-on .head-right2 a{width:100%;font-size: 27px;}
   .scroll-on .head-center2 img{height: 80px;}
  .navigation-right2 a{width: 90%;}
  .navigation-left1 {padding: 18px 0 18px 0;}
  .scroll-on .navigation-right2 a {top: -23px;}
  .pick-1{width:50%;}
  .midsection-left1 { padding: 0px 0px 0 0;}
  .midsection-right1 { padding: 0 10px 0 10px;}
  .midsection-left2{text-align:center;}
  .banner-left-1 img{border-radius:15px;}
  .contact-pandit{border-radius:80px;margin:30px 0;}
  .aboutus-heading:before{display:none;}
  .choose-text strong{font-size: 30px;}
  .main-services3 strong{font-size: 22px;}
  .main-services2:before{height: 109px;top: 139px;}
  .main-services1:nth-child(3){padding-top:50px;}
  .video{padding: 20px 10px  0 10px;}
  .testimonials-right2{padding: 20px 0px  0 0px;}
  .location-1 {text-align: center;margin: 0 0 0 -00px;}
  .location-2{padding-left: 20px;}
  .location-1 span{margin:0 auto;}
  .getin-right1 {padding: 50px 0px 0px 0px;}
  .footer-right1 {padding: 40px 0 0 0px;}
  .banner-design1{padding:0 10px;}
  .mainabout-right1 { padding: 0px 0px 0px 0px;}
  
  
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .head-left2 a{padding: 11px 10px 11px 16px;font-size: 16px;}
  .scroll-on .head-left2 a{padding: 11px 10px 11px 16px;font-size: 16px;}
  .navigation-right2 a{width: 90%;}
  .head-left2 a img{ height: 26px;padding: 0 3px 0 0px;}
  .services-4 strong{font-size: 23px;}
  .pick-1{width:50%;}
  .choose-text{width: 70%;padding: 0 12px 0 0px;}
  .choose-image{width: 30%;}
  .choose-text strong{font-size: 30px;}
  .choose-image span{height: 120px;border: 9px solid #ffa616; 
                     width: 120px;line-height: 92px;}
  .whychoose-section strong{ font-size: 39px;}
  .whychoose-section:before{left: 19%;width: 30%;top: 10%;}
  .aboutus-heading h1{ font-size: 39px;}
  .aboutus-image .round-image{left:0;right:0;margin:0 auto;height: 450px;top: 70px;}
  .aboutus-image {padding: 0 0px 0 0px;}
  .footer-navigation ul li {padding: 0 15px;}
  .location-1 {margin: 0 0 0 -20px;}
  .location-2{padding-left: 20px;}
  .main-services3 strong{font-size: 22px;}
  .main-services2:before{height: 109px;top: 109px;}
  .testimonials-section:before{display:none;}
  .testimonials-section {padding: 50px 14px 70px 13px;}
  .testimonials-section1:after{}
  
  


}
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .choose-text{width:76%;}
  .choose-image{width:24%;}
   .testimonials-section {padding: 50px 15px 70px 15px;}
  .testimonials-section1:after{ width: 100%;}


}

@media (max-width: 575px) and (min-width: 0px) {
  .tophead-line p{font-size: 16px;text-transform: capitalize;}
  .carousel-control b{height: 30px;width: 30px;left: 0px;}
  .carousel-control b .glyphicon{height: 20px;width: 20px;line-height: 19px;top: 16px;left: 12px;}
  .right b .glyphicon-chevron-right {left: 4px;}
  .right b{left: auto;right: 0px;margin: 0 0px 0 0px;}
  .head-center2 img{width: 291px;}
  .scroll-on .head-center2 img{width: auto;height: 49px;}
   .navbar-toggler{height: 39px;width: 43px;right: 0;top: -56px;}
  .scroll-on .navbar-toggler{top: -56px;}
  .navbar-toggler img{height: 20px;margin: -12px 0 0 0;}
  .services-heading strong{font-size: 34px;}
  .services-right1 {padding: 20px 15px 0 15px;}
  .pick-1{width:100%;}
  .pick-12 { margin-top: 0px;}
  .contact-pandit{border-radius:0px;}
  .form-heading:before{top:0;}
  .choose-text{width: 70%;padding: 0 12px 0 0px;}
  .choose-image{width: 30%;}
  .choose-text strong{font-size: 27px;}
  .choose-image span{height: 120px;border: 9px solid #ffa616; 
                     width: 120px;line-height: 92px;}

  .choose-us2 {padding: 20px 0px 20px 20px;}
   .aboutus-image .round-image{left:0;right:0;top: 31px;height: 280px;margin:0 auto;}
   .mainservices-head strong{font-size: 27px;}
  .video{padding: 20px 0px  0 0px;width:100%;}
  .testimonials-right2{padding: 20px 0px  0 0px;width:100%;}
  .main-services1{width:100%;padding: 10px 0;}
   .main-services1:nth-child(2){padding-top:50px;}
   .main-services1:nth-child(3){padding-top:50px;}
  .aboutus-heading h1{font-size: 35px;}
  .testimonials-section{padding: 0px 0px;margin: 0;}
  .contact-footer2 strong{font-size:30px;}
  .contact-footer2 p{font-size:15px;}
  .mainservices-head span {padding: 7px 10px 7px;}
  .footer-navigation ul li {padding: 0 10px;font-size:15px;}
  .services-11{width: 100%;}
  .get-in1{width:100%;padding: 10px 0 0px;}
  .tophead-line{border-radius:0;}
  .breadcrumb-section1 strong{font-size:30px;}
  .disclaimer { padding: 20px 10px;}
  .disclaimer p{font-size: 14px;}
  .aboutus-heading span{padding: 7px 11px 7px;font-size: 15px;}
  .aboutus-design { padding: 60px 10px 50px 10px;}
  .whychoose-section strong{font-size: 26px;}
  .whychoose-section { padding: 40px 10px 40px 10px;}
  .testimonials-section1 {padding: 60px 0px 0px;}
  .testimonials-3 {padding: 60px 10px 30px;}
  .testimonials-2 {padding: 0px 10px 0;}
  .testimonials-section:before{display:none;}
  .banner-bottom {padding: 30px 0 0px 0;}
   .video{padding: 20px 0px  0 0px;width: 100%;}
  .testimonials-right2{padding: 20px 0px  0 0px;width: 100%;}
   .banner-design1{padding:10px 0px; width:100%;}
  .main-services3 strong {
    font-size: 24px;}
    .video-1{width:100%;}
  

  
  
}
  
  


@media (max-width: 420px) and (min-width: 290px) {
  .head-center2 img{width: 200px;}
  .services-heading strong{font-size: 24px;}
  .navbar-toggler{height: 35px;width: 44px;right: 0px;top: -49px;}
  .navbar-toggler img{height: 20px;margin: -15px 0 0 0;}
  .head-right1{padding: 10px 0;}
  .head-section{padding-bottom: 7px;}
  .scroll-on .head-center2 img{height: 50px;}
  .services-3 img{height: 200px;}
  .services-right1 {padding: 50px 11px 0 14px;}
  .services-heading p .bgicon-left{display:none;}
  .services-heading p .bgicon-right {margin: 7px auto 0;display: block;}
  .services-4 strong{font-size:20px;}
  .services-1 {padding: 10px 0;}
  .contact-pandit a{font-size: 43px;}
  .contact-pandit strong{font-size: 27px;}
  .form-heading strong{font-size: 22px;}
  .scroll-on .navbar-toggler {top: -51px;}
  .choose-us2{flex-flow: column-reverse;border-radius: 420px 420px 0px 0;border: 3px solid;border-bottom: 0;padding: 20px 0px 20px 10px;}
  .choose-text {width: 100%;padding: 0 0px 0 0px;text-align: center; }
  .choose-us2:before{top: auto;bottom: -3px;left: -10px;}
  .choose-us2:after{top: auto;bottom: -3px;right: -11px;left: auto;}
  .choose-image{width:100%;}
  .location-footer{display:block;}
  .location-1{width:100%;}
  .location-2{width:100%;padding: 0 10px;text-align: center;}
  .location-2 a{font-size: 19px;}
  .mainservices-head p .bgicon-left {margin: 0 5px 0 0px;}
  .mainservices-head p .bgicon-right {margin: 0 0px 0 5px;}
 .services-footer4{width:100%;}
  .services-footer3{display:block;}
  .footer-navigation ul li {padding: 0 4px;font-size: 14px;}
  .footer-navigation {padding: 15px 0px;}
  .aboutus-heading h1 {font-size: 26px;}
  .form-heading strong img{height: 23px;}
  .form-heading p{font-size: 14px;}
  .mainabout-left2 h2, h3, h4, h5, h6{font-size: 24px;}





  
}
