@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@400;500;600;700&display=swap');

body{
  margin:0;
  padding:0;
  color:#f6934f;
  font-family: 'League Spartan', sans-serif;
}
/*#272727*/
.main{
  margin: auto;
  padding: 0;
  width: 96%;

}

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;}
/*font-family: 'Asap Condensed', sans-serif;*/

/* START HEADER SECTION */

/* start top head section */

.tophead-section{
  padding: 0;
  border-top: 3px solid #f6934f;
  border-bottom: 1px solid #bfbdbd;
}
.tophead-section1{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.top-call1{
  padding: 5px 0 0;
  border-right: 2px solid #828282;
}
.top-call2{
  padding: 0px 0 0;
}
.top-call2 a{
  color: #1a1a1a;
  font-size: 29px;
  margin: 0;
  text-decoration: none;
  font-weight: 700;
}

.top-mail1{
  padding: 5px 0 0;
  border-right: 2px solid #828282;
}
.top-mail2{
  padding: 0;
}
.top-mail2 a{
  color: #1a1a1a;
  font-size: 21px;
  font-weight: 500;
  margin: 0;
  text-transform: lowercase;
}
.top-star1{
  padding: 5px 0 0;
  /* border-right: 2px solid #828282; */
}
.top-star2{
  padding: 0;
}
.top-star2 strong{
  text-transform: uppercase;
  color: #1a1a1a;
  font-size: 21px;
  font-weight: 600;
}
.top-star2 .star{
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 10px;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #FC0;
  border-left: 0.3em solid transparent;
  font-size: 11px;
}
.top-star2 .star:before, .top-star2 .star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #FC0;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.top-star2 .star:after {
    transform: rotate(35deg);
}
.top-pay1{
  padding: 6px 0 0;
  /* border-left: 2px solid #828282; */
  background: #f6934f;
}
.top-pay2{
  padding: 0;
}
.top-pay2 a{
  color: #ffffff;
  font-size: 29px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}
/* end top head section */

/* start head section */

.head-section{
  padding: 0;
}
.head-section1{
  padding: 0;
}
.head-logo1{
  padding: 10px 0;
}
.head-logo2{
  padding: 0;
  text-align: center;
}
.head-hide{
  visibility: hidden;
}
.head-right1{
  padding: 10px 0px 0px 10px;
}
.head-right2{
  padding: 10px 0;
  text-align: right;
}
.head-line1{
  padding: 10px 0 0;
}
.head-line1 span{
  color: #000;
  font-size: 26px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 8px 0 0;
}
.head-line1 a{
  color: #000;
  background: #f6934f;
  padding: 13px 12px 9px;
  font-weight: 700;
  margin: 0;
  font-size: 19px;
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
}
.head-line2{
  padding: 14px 0 10px 0px;
}
.head-line2 p{
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 26px;
  margin:0;
  padding: 0;
}
.head-line2 p span{
  color: #00bf00;
  text-transform: uppercase;
  margin: 0;
  font-weight: 800;
}
/* end head section */

/* start navigation section */

.navigation-section{
  padding: 0;
  border-bottom: 3px solid #f6934f;
  border-top: 1px solid #bfbdbd;
}
.navigation-section1{
  padding: 0;
}
.navbar{
    margin-bottom: 0;
    min-height: 0;
    border: 0;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.head-navv2 li {
    position: relative;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 17px 24px 13px 25px;
    margin: 0px 0px;
    border-right: 1px solid #a8a8a8;
}
.head-navv2 li:last-child{
    border-right: 0px;
    box-shadow: none;
}
.head-navv2 li a {
    display: inline-block;
    text-decoration: none;
    color: #464646;
    padding: 0;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0px 0px 0 0px;
    font-size: 21px;
    transition: 0.1s ease-in-out;
}
.head-navv2 .active a {
  color: #f6934f;
  background: #00000000;
}
.head-navv2 li a:hover{
    color: #f6934f;
    background: #00000000;
}
.navbar-toggler{
    display: none;
    color: #fff;
    font-size: 30px;
    text-align: right;
    background-color: transparent;
    width: 47px;
    padding: 0 12px;
}
.navbar-toggler img{
  filter: brightness(0) invert(0);
  height: 22px;
}
.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: right;
  float: right;
  top: 4px;
  border: 0;
  right: 3px;
}
.menu{
    padding: 0;
    margin:0;
    list-style:none;
}
.menu-list{
    margin: 0px;
    text-align: center;
    padding: 0px 0 0 0;
   
}
.menu-list li{
    position: relative;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 9px 9px 0px 9px;
    margin: 0 10px;
}

.menu-list li a i{
   color: #ffb700;
    font-weight: 600;
    font-size: 20px;
    padding: 0 7px 0 0;
    padding-right: 5px;
}
.menu-list li a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 9px 10px;
    color: #a60031;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 0 0px;
}
.navbar-collapse{padding:0;}
.navbar-nav {
    float: left;
    margin: 0;
    padding: 0;
}
/* end navigation section*/

/* start header image section */

.headerimage-section{
  padding: 0;
}
.headerimage-section img{
  width: 100%;
}

/* end header image section */

/* END HEADER SECTION */

/* start top about us section */


.topabout-section{
  padding: 0px;
}
.topabout-section1{
  padding: 50px 30px 0;
}
.topabout-head{
  padding: 10px 0;
  text-align: center;
}
.topabout-head strong{
  color: #585858;
  font-size: 48px;
  /* font-family: 'Asap Condensed', sans-serif; */
  font-weight: 600;
  text-transform: uppercase;
}
.topabout-head strong span{
  color: #000000;
}
.topabout-head p{
  color: #585858;
  font-size: 17px;
  margin: 0;
  line-height: 27px;
  padding: 0 24%;
  font-weight: 500;
  text-transform: capitalize;
}

.topabout-left1{
  padding: 10px;
}
.topabout-left2{
  padding: 10px;
  text-align: left;
}
.topabout-left2 p{
  color: #000;
  line-height: 31px;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
}
.topabout-left2 strong{
  color: #000;
  font-weight: 600;
}

.topabout-right1{
  padding: 10px;
}
.topabout-right2{
  padding: 10px;
}
.progress-bar-linear p{
   color:#222;
  font-size:18px;
  margin:0;
  padding:0 0 10px;
}

.progress-bar_3{
    padding: 0px 0;
}
.skills_bar_design{
   padding: 10px 0 0 0;
}



.float_right {
  float: right;
  margin-right: 10px;
}

.progress-bar {
  background: #e3e3e3 none repeat scroll 0 0;
  box-shadow: 0 0 0;
  height: 4px;
  margin: 0px 0 25px;
  position: relative;
  width: 100%;
  padding: 0px;
  border-radius: 0;
}
.progress-bar-text {
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.progress-bar span{
    display: block;
    height: 100%;
    width: 0;
    background: #f6934f;
    border-radius: 0;
}
/* end top about us section */

/* start top services section */

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

.top-services{
  padding: 30px 0 0 0;
}
.top-services1{
  padding: 10px;
}
.top-services2{
  padding: 0;
  border-right: 2px solid #d5d5d5;
}
.top-services-2{
  border:0;
}
.top-services3{
  padding: 0;
}
.top-services-3{
  padding: 0;
}
.top-services-3 img{
}
.top-services4{
  padding: 10px;
}
.top-services-4{
  padding: 0;
}
.top-services-4 strong{
  color: #424242;
  font-size: 29px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.top-services-4 p{
  color:#000;
  font-size: 16px;
  line-height: 30px;
  margin:0;
  padding: 2px 0 20px;
}
.top-services-4 a{
  color: #000000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 22px;
  border-radius: 30px;
  border: 2px solid #f6934f;
  text-decoration: none;
  padding: 9px 25px;
}

/* end top services section */

/* start why choose us section */

.chooseus-section{
  padding: 0;
  background: #f7f7f7;
}
.chooseus-section1{
  padding: 50px 30px;
}
.chooseus-left1{
  padding: 10px;
}
.chooseus-left2{
  padding:10px;
}
.services-accordion2{
  text-align: left;
  padding: 0px 0;
}
.services-accordion2 img{
  width:100%;
}

.fa-caret-right {
  transition: all 0.4s ease;
}
.is-active .fa-caret-right {
  transform: rotate(90deg);
  padding: 0;
  margin: 0 12px 0 0;
}
.is-active .panel-heading {
    background-color: #f6934f !important;
    border-bottom: 0;
}
.is-active .panel-title a{
  color:#fff;
}


.panel-title a {
    color: #000000;
    text-decoration: none;
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding: 0 0px 0 0px;
    text-transform: uppercase;
}
.panel-title a i{
  margin:0 10px 0 0;
}
.panel-body {
    border: 0 !important;
}
.panel-body {
    padding: 0px;
}
.panel-default {
    border-color: #dedede;
}

.panel-default>.panel-heading {
    color: #000000;
    background-color: #ffffff;
    border-color: #383838;
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.accordion-div{
  padding: 10px;
}
.accordion-div ul{
  padding: 0;
  margin:0;
  isolation: none;
}
.accordion-div li:before{
  content:"";
  height: 2px;
  width: 23px;
  margin: 14px 10px 0 0px;
  padding: 0;
  background: #f6934f;
}
.accordion-div ul li{
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0px 0 0px;
  font-size:16px;
  display: flex;
  text-transform: capitalize;
}
.accordion-div p{
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0px 0 0px;
  font-size: 16px;
}
.accordion__toggle {
  margin-left: 10px;
  height: 3px;
  background-color: #f6934f;
  width: 13px;
  display: block;
  font-weight: 600;
  position: relative;
  flex-shrink: 1;
  transition: all 0.5s;
  border-radius: 2px;
  float: right;
  top: 10px;
}

.accordion__toggle:before {
  content: "";
  width: 3px;
  height: 13px;
  display: block;
  background-color: #f6934f;
  position: absolute;
  top: -5px;
  left: 5px;
  transition: all 0.5s;
  border-radius: 2px;
  font-weight: 600;
}

.is-active .accordion__toggle {
  background-color: #000000;
  transition: 0.7s;
}
.is-active .accordion__toggle::before {
  display: none;
 transition: all 0.5s;
}

.chooseus-right1{
  padding: 0 10px;
}
.chooseus-right2{
  padding: 0;
}
.chooses-round{
  padding: 0 10px;
  text-align: center;
}

.round-choose{
  border-radius: 50%;
  height: 400px;
  width: 400px;
  border: 20px solid;
  position: absolute;
  left: 0;
  right: 0;
  /* background: #fff; */
  margin: 0 auto;
}
.round-choose p{
  color: #000;
  font-size: 7em;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  padding: 46px 0 10px 0;
  line-height: 93px;
}

.round-choose  b{
  background:#f6934f;
  color: #000;
  font-size: 51px;
  padding: 9px 10px 4px;
  /* display: inline-block; */
  text-transform: capitalize;
  font-weight: 500;
}
.question-mark{
  color: #c9c9c9;
  font-size: 28pc;
  font-weight: 500;
  /* position: absolute; */
  /* width: 100%; */
  /* text-align: right; */
  margin-top: -68px;
  margin-left: 35%;
  /* opacity: 0.5; */
  z-index: 999999;
  display: inline-block;
  line-height: 545px;
}
.choosepandit-line{
  padding: 10px 80px 5px;
  border-radius: 10px;
  background:#f6934f;
  color: #000;
  text-align: center;
  margin: -57px 0 0;
}
.choosepandit-line p{
  color: #000;
  font-size: 26px;
  padding: 0 0 11px 0;
  margin: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.choosepandit-line a{
  color: #ffffff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 14px 10px;
  border-radius: 10px 10px 0 0;
  background:#000;
}

.call-detail{
  padding: 0px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.call-detail .call-line1{
  padding: 10px 0px 10px 10px;
  width: 55%;
  border-radius: 0 0 279px 129px / 0 0 93px 0px;
  background:#f6934f;
  border:1px solid;
}
.call-detail .call-line1 p{
  color: #000;
  font-size: 29px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}
.call-detail .call-number1{
  padding: 10px 0 0;
  width: 55%;
  text-align: center;
}
.call-detail .call-number1 a{
  color:#000;
  font-size: 46px;
  text-transform: capitalize;
  font-weight: 700;
}
.call-detail .call-number1 p{
  color: #585858;
  font-size: 17px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}
/* end why choose us section */

/* start about us section */

.aboutus-section{
  padding: 0;
}
.aboutus-section1{
  padding: 50px 30px;
}
.aboutus-head{
  padding: 10px 0;
  text-align: center;
}
.aboutus-head h1{
  color: #585858;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
.aboutus-head h1 a{
  color:#585858;
}
.aboutus-head h1 a span{
  color:#000000;
}
.aboutus-head p{
  color: #585858;
  font-size: 17px;
  margin: 0;
  line-height: 27px;
  padding: 0 24%;
  font-weight: 500;
  text-transform: capitalize;
}
.aboutus-content{
  padding: 30px 0 0;
  text-align: left;
}
.aboutus-content p{
  color: #000;
  line-height: 31px;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
}
.aboutus-content p strong{
  font-weight: 600;
}
.aboutus-content ul{
  padding: 10px 0;
  margin:0;
  list-style: none;
}
.aboutus-content li:before{
  content:"";
  height: 2px;
  width: 23px;
  margin: 14px 10px 0 0px;
  padding: 0;
  background: #f6934f;
}
.aboutus-content ul li{
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0px 0 0px;
  font-size:15px;
  display: flex;
  text-transform: capitalize;
}
.aboutus-content h2,h3,h4,h5,h6{
  color: #585858;
  font-size: 25px;
  padding: 16px 0 3px;
  font-weight: 600;
  text-transform: capitalize;
}

/* end about us section*/

/* start mark section*/

.mark-section{
  padding: 0;
  background: #f6934f;
}
.mark-section1{
  padding: 70px 30px;
  text-align: center;
}
.mark-section1 p{
  color: #a10000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin:0;
  padding: 0;
}
.mark-section1 strong{
  color: #000;
  text-transform: capitalize;
  margin: 0;
  display: block;
  font-weight: 600;
  font-size: 31px;
  padding: 9px 0 10px;
}
.mark-section1 span{
  color: #323232;
  text-transform: uppercase;
  font-size: 31px;
  font-weight: 600;
  margin:0;
  display: block;
  padding: 0px 0 4px 0;
}
.mark-section1 a{
  text-transform: lowercase;
  font-size: 31px;
  margin: 0;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 3px solid #a10000;
  padding-bottom: 6px;
}
/* end mark section */

/* start services location section */

.location-section{
  padding: 0;
  background: #ffffff;
}
.location-section1{
  padding: 50px 30px 20px;
}
.location{
  padding: 34px 0 0 0;
}
.location-1{
  padding:10px;
}
.location-2{
  padding:0;
}
.location-1 ul{
  margin:0;
  padding: 0;
  list-style:none;
}
.location-1 ul li{
  padding: 20px 10px 13px;
  border-bottom: 1px dashed #c0c0c0;
  text-align: left;
}
.location-1 li span{
  color: #000;
  font-size: 18px;
  padding: 0 13px 0 0;
  font-weight:600;
  text-transform: uppercase;
}
.location-1 li strong{
  color: #222;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}

.counter-1{
  padding: 0;
}
.counter-2{
  padding: 0;
  text-align: center;
  margin-top: -23px;
}

.love_counter{
  padding: 0;
}
.love_count{
  color: #1e1e1e;
  font-size: 14pc;
  margin:0;
  font-weight: 600;
}
.love_counter p{
  color: #3a3a3a;
  font-size: 31px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 8px 0 0;
  margin-top: -84px;
}
.customer-review{
  padding: 10px;
  text-align: center;
}
.review{
  width: 60%;
  border-radius: 10px;
  background:#f6934f;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 10px 10px 9px 10px;
  text-align: left;
  display: inline-block;
}
.review p{
  color: #fff;
  font-size:20px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 10px;
}
.review .star1{
  position: relative;
  display: inline-block;
  width: 0;
  text-align: left;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 10px;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 0.3em solid transparent;
  font-size: 11px;
}
.review .star1:before, .review .star1:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0.6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: 0.7em solid #fff;
  border-left: 1em solid transparent;
  transform: rotate(-35deg);
}
.review .star1:after {
    transform: rotate(35deg);
}
.review span{
  float: right;
  font-size: 34px;
  color: #000;
  border-left: 2px solid #eee;
  font-weight: 600;
  padding: 0px 3px 0px 10px;
  margin-top: 0px;
}
.review b{
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 0 0 6px;
}
.btn-view{
  padding: 40px 0 0 0;
  text-align: center;
}
.btn-view a{
  background: #f6934f;
  color: #000;
  font-size: 23px;
  padding: 13px 20px 8px;
  text-transform: capitalize;
  font-weight: 500;
}
/* end services location section */

/* start our services section */

.ourservices-section{
  padding: 0;
}
.ourservices-section1{
  padding: 50px 30px;
}
.our-services{
  padding:30px 0 0 0;
}
.ourservices1{
  padding: 0 10px;
}
.ourservices2{
  padding: 0;
}
.our-services1{
  padding: 10px;
}
.our-services2{
  padding: 0 0px 0px;
}
.our-services3{
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.our-services3 img{
  transition:0.8s ease-in-out;
}
.our-services2:hover .our-services3 img{
    transform: scale(1.4);
    transition:0.8s ease-in-out;
}
.our-services4{
  padding:10px 0 0 ;
  text-align: center;
}
.our-services4 strong{
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.our-services4 p{
  color:#000;
  font-size: 16px;
  line-height: 30px;
  margin:0;
  padding: 2px 0 20px;
}


.ourservices-tab1{
  padding: 10px;
}
.ourservices-tab2{
  padding: 0;
}

.our-line{
  text-align: center;
  padding: 10px;
  background: #f6934f;
  border-radius: 6px;
}
.our-line p{
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin:0;
  text-transform: capitalize;
}
.our-line p strong{
   color: #9e0000;
   font-weight: 700;
}

/* end our services section */

/* start testimonials section*/

.testimonials-section{
  padding:0;
  background: linear-gradient(#f6934f 60%,#fff 40%);
}
.testimonials-section1{
  padding: 50px 30px;
}
.testimonials-head{
  padding: 10px 0;
  text-align: center;
}
.testimonials-head strong{
  color: #323232;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
.testimonials-head strong span{
  color: #000000;
}
.testimonials-head p{
  color: #000000;
  font-size: 17px;
  margin: 0;
  line-height: 27px;
  padding: 0;
  font-weight: 500;
  text-transform: capitalize;
} 
.testimonials{
   padding:20px 0 0 0;
}
.testimonials-1{
  padding:10px;
}
.testimonials-2{
  box-shadow: 0px 5px 19.53px 1.47px rgb(22 22 22 / 16%);
  background: #fff;
  padding: 20px 20px 30px 20px;
  position: relative;
  border-radius: 7px;
}
.testimonials-2:after {
    content: "";
    position: absolute;
    background-image: url(images/l-co.webp);
    width: 89px;
    height: 60px;
    background-size: contain;
    bottom: 0;
    right: 11px;
    opacity: 0.9;
    background-repeat: no-repeat;
}
.testimonials-3{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testi-image{
  width: 25%;
  padding: 0;
  text-align: center;
}
.testi-image img{
  border-radius: 50%;
  height: 100px;
  padding: 0;
}
.testi-image span{
  border: 1px dashed #f6934f;
  display: block;
  /* margin: auto; */
  float: none;
  position: absolute;
  left: 12px;
  right: 0px;
  top: 37px;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  animation: rou 30s linear infinite;
}
@keyframes rou {
    0% {
        transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
}


.testi-text{
  padding: 0 10px;
  width: 75%;
  text-align: left;
}
.testi-text strong{
  color: #000000;
  font-size: 29px;
  margin: 0;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}
.testi-text strong span{
  color: #626262;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  padding: 0 0px 0 0px;
  text-transform: uppercase;
}
.testi-text .star2{
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.9em;
  margin-right: 0.9em;
  margin-bottom: 10px;
  border-right: 0.3em solid transparent;
  border-bottom: 0.7em solid #FC0;
  border-left: 0.3em solid transparent;
  font-size: 11px;
}
.testi-text .star2:before, .testi-text .star2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #FC0;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}
.testi-text .star2:after {
    transform: rotate(35deg);
}
.testi-text p{
  color: #000;
  line-height: 31px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
/* end testimonials section */

/* start bottom services section */

.bottomservices-section{
  padding: 0;
}
.bottomservices-section1{
  padding: 50px 30px;
}
.bottom-services{
  padding: 40px 0 0 0;
}
.bottom-services1{
  padding: 10px;
}
.bottom-services2{
  background: #fff;
  text-align: center;
  padding: 0;
  padding-bottom: 44px;
  padding-top: 44px;
  margin-bottom: 25px;
  border-left: 8px solid #f6934f;
  box-shadow: 1px 1px 20px 5px rgb(0 0 0 / 5%);
}
.bottom-services2 p{
  color: #585858;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  display: block;
  padding: 0 0 15px;
  text-transform: capitalize;
}
.price-amount {
  background-color: #f6934f;
  color: #fff;
  border: none;
  width: 100%;
  font-weight: 700;
  padding: 5px 0px 0px 0px;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.price-amount span{
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  text-transform: capitalize;
}
.bottom-services3{
  padding: 30px 0 0 23px;
}
.bottom-services3 ul{
  padding: 10px 0;
  margin:0;
  list-style: none;
}
.bottom-services3 li:before{
  content:"";
  height: 3px;
  width: 23px;
  margin: 14px 10px 0 0px;
  padding: 0;
  background: #f6934f;
}
.bottom-services3 ul li{
  color: #000;
  line-height: 32px;
  margin: 0;
  text-align: left;
  padding: 0 0px 0 0px;
  font-size: 17px;
  display: flex;
  text-transform: capitalize;
}
.bottom-services3 li a{
  color: #000;
}
/* end bottom services section */

/* start footer section */

.footer-section{
  padding: 0;
  background:#000;
}
.footer-section1{
  padding: 50px 30px;
}
.footer-left1{
  padding: 10px;
}
.footer-left2{
  padding: 0;
  text-align: left;
}
.footer-head{
   padding: 0;
}
.footer-head p{
  font-size: 35px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.footer-services{
  padding: 0;
  display: flex;
}
.footer-services1{
  padding: 0px 0 0;
  width: 50%;
}
.footer-services1 ul{
  padding:0;
  margin: 0;
  list-style: none;
}
.footer-services1 ul li{
  color: #fff;
  line-height: 34px;
  margin: 0;
  font-weight: 300;
  padding: 0 0px 0 0px;
  font-size: 16px;
  display: flex;
  text-transform: capitalize;
}
.footer-services1 ul li a{
  color: #fff;
}
.footer-services-1{
  width: 100%;
}
.footer-center1{
  padding: 10px;
}
.footer-center2{
  padding: 0;
}
.footer-center3{
  padding: 0;
  text-align: center;
}
.footer-center3 img{
  border-radius: 50%;
  height: 100px;
}
.footer-center3 p{
  color: #f6934f;
  font-size: 37px;
  font-weight: 600;
  padding: 10px 0 0;
  text-transform: capitalize;
  margin: 0;
}
.footer-center3 ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-center3 ul li{
  padding: 4px 0;
  font-size: 17px;
  color: #fff;
  font-weight: 400;
}
.footer-center3 li span{
   color: #f6934f;
   font-size: 18px;
   font-weight: 500;
   text-transform: capitalize;
}
.social-icons{
  padding: 10px 0 0;
  text-align: center;
}
.social-icons ul{
  padding:0;
  list-style: none;
  margin: 0;
}
.social-icons ul li{
  display: inline-block;
  text-align: center;
  padding: 0 7px;
}
.social-icons li a{
  border: 2px solid #f6934f;
  height: 45px;
  width: 45px;
  line-height: 46px;
  border-radius: 50%;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-icons li a:hover{
  background:#f6934f;
}
.svg-inline--fa{
      display: inline-block;
      font-size: inherit;
      height: 1.4em;
      overflow: visible;
      vertical-align: -0.125em;
      font-weight: 100;
}
.copy{
  padding: 20px  0 20px;
  border-top: 1px solid #575757;
  text-align: center;
}
.copy p{
  color: #f6934f;
  font-size: 15px;
  margin: 0;
  font-weight: 400;
}

/* end footer section */


/* start bread crumb section*/

.breadcrumb_section{
    padding: 0;
}
.breadcrumb_section:before{
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 0px;
  width: 100%;
  height: auto;
  background: #232323;
}
.breadcrumb_section1{
  padding: 3% 0px 3%;
}
.breadcrumb-header_2{
    padding: 0px 0 0 0;
    text-align:center;
}
.breadcrumb-header_2 .breadcrumb-head1{
    color: #ffffff;
    margin: 0;
    padding: 0px 0 3px 0;
    font-weight: 500;
    text-transform: capitalize;
}
.breadcrumb_link{
    line-height: 2.3em;
    color: #fff;
    text-transform: capitalize;
}
.breadcrumb_link .first-item {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.breadcrumb_link .first-item a {
    color: #f6934f;
    font-weight: 600;
    font-size: 22px;
}
.breadcrumb_link .separator {
    padding: 0 4px;
    color: #f6934f;
}
.breadcrumb_link .last-item1 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}
.breadcrumb_call{
  padding: 10px;
  text-align: center;
}
.breadcrumb_call a{
  background: #a20000;
  color: #fff;
  padding: 10px 16px 7px;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px;
  font-weight: 600;
  text-decoration: none;
}
.breadcrumb_call .chat-call{
  background: #17810a;
  color: #fff;
}


.head-design{
  padding: 0px 10px 0 10px;
  position: absolute;
  display: none;
  top: 0px;
}
.head-design1{
  padding: 0px;
  position: relative;
  width: 26%;
  margin: -1px auto;
}
.head-design2 {
   padding: 0px 0px 0px 0;
   margin: 0px;
   height: 40px;
   text-align: center;
   position: relative;
   background-color: #ffffff;
   clip-path:polygon(0% 0%, 100% 0%, 95% 100%, 100% 100%, 0% 100%, 5% 100%);
}

/* end bread creams*/

/*======================START ONTACT US PAGE SECTION ========================*/

.contactus-section{
  padding: 0;
}
.contactus-section:before{
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  background: #f6934f;
  top: 0;
  left: 0;
}
.contactus-section1{
  padding: 50px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactus-left1{
  padding: 10px;
}
.contactus-left2{
  padding: 10px;
}
.contact-1{
  padding: 18px 14px 14px;
  display: inline-block;
  margin-bottom: 30px;
  text-align: left;
  background: #ffffff;
  vertical-align: initial;
}
.contact-1 span{
  color:#f6934f;
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-1 p{
  color: #232323;
  font-size: 19px;
  margin: 0;
  font-weight: 600;
}

.contactus-right1{
  padding: 10px;
}
.contactus-right2{
  padding: 10px;
}
.contactus{
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 19%);
}
.contactus p{
  font-size:30px;
  color: #232323;
  text-transform:capitalize;
  margin:0;
  font-weight: 700;
  padding: 0 0 0 15px;
}
.contac-r {
    background: #fff;
    padding: 0;
    margin: 0px 0 0 0;
    text-align: left;
}
.form-group {
    padding: 5px 15px;
    padding-bottom: 12px;
}
.form-control:focus {
    border-color: #000000;
    border: 0;
    outline: 0;
    border: 1px solid #000;
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%); */
    /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 0%); */
    box-shadow: none;
}
.custom_btn {
    z-index:9999;
}
.btn-group{
  text-align:center;
}
input.form-control {
    color: #000;
    font-weight: 500;
    height: 45px;
}
.form-control {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    border:0;
    border: 1px solid #d7d7d7;
    border-radius: 0;
}
textarea.form-control {
    height: 78px;
    color: #000;
    font-weight: 500;
}
.btn-group>.btn:first-child {
       margin: 3px 0 0 0;
       padding: 14px 36px;
       font-size: 17px;
       border: 1px solid #f6934f;
       background: #f6934f;
       border-radius: 50px;
       text-transform: uppercase;
       transition: 0.7s;
       font-weight: 700;
       color: #fff;
}
.btn-group>.btn:first-child:hover{
  color: #000000;
  transition: 0.7s;
}
.form-group  .place::-webkit-input-placeholder{
  color: #666666;
}
: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;
}


/* ==================== END CONTACT US PAGE SECTION ======================*/




.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);
}





@media (max-width: 767px){
  body{text-align: center;}
  .tophead-section1{display:block;}
  .top-mail1{display:none;border:0;}
  .top-call1{border:0;}
  .top-pay1{display:none;}
  .head-logo1{border-top:2px solid #dbdbdb;padding: 5px 0 0;margin-top: 5px;}
  .head-hide{display:none;}
  .head-right2{text-align:center;padding: 0;}
  .head-right1{padding-top:0;}
  .head-line1 span{display:block;font-size:22px;padding-bottom: 19px;display: none;}
  .head-line2 p{font-size: 19px;}
  .head-navbar{padding:0;}
  .navbar{min-height:50px;display: flex;justify-content: center;align-items: center;}
  .navbar-toggler {display: block;}
  .head-navv2{padding: 50px 0 10px;display: block;margin: 0;}
  .head-navv2 li {padding: 0px 0px;display: block;font-size: 18px;border: 000;text-align: center;margin: 5px 0px 0px;}
  .head-navv2 li a {padding: 10px 27px 10px 27px;}
  .navigation-section1{padding:0;}
  .topabout-section1{padding:30px 0;}
  .topabout-head p{padding:0;}
  .topabout-head strong{font-size: 39px;}
  .topabout-left2{padding:0;}
  .topservices-section1{padding:30px 0;}
  .top-services2{border:0;}
  .chooseus-section1{padding: 30px 0 60px;}
  .chooseus-left2{padding:0;}
  .chooseus-left1{padding:0;}
  .call-detail{display:block;}
  .call-detail .call-line1{width:100%;}
  .call-detail .call-number1{width:100%;}
  .choosepandit-line{padding:20px 20px 5px;}
  .aboutus-section1{padding:30px 0;}
  .aboutus-head h1{font-size: 27px;}
  .aboutus-head p{padding:0;}
  .mark-section1 {padding: 30px 0px;}
  .location-section1{padding:30px 0;}
  .location-1{padding:0;}
  .ourservices-section1{padding:30px 0px;}
  .our-services1{width:50%;}
  .our-services4 strong{font-size:20px;}
  .testimonials-section1 {padding: 30px 0px;}
  .bottomservices-section1{padding: 30px 0px;}
  .bottom-services1{width:50%;}
  .footer-section1 {padding: 30px 0px 0;}
  .footer-left-1{width:50%;}
  .copy{padding-bottom:60px;}
  .contactus-section1{display:block;padding: 30px 0;}
  .contactus-section:before{width:50%;}
  .contactus {padding: 20px 10px;}
  .contactus-right2{padding:0;}
  .contactus-left2{padding:0;}
  .topabout-right2 {display: none;}

  
  .fix{display:block;}
  




    
}


@media only screen and (min-width: 768px) and  (max-width:991px) {
  .top-services2{border:0;}
  .call-detail .call-number1 a{font-size: 43px;}
  .choosepandit-line {padding: 10px 20px 5px;}
  .head-navv2 li{padding: 14px 8px 13px 7px;}
  .head-navv2 li a{font-size: 14px;}
  .top-mail2 a{font-size: 21px;}
  .head-line1 span {font-size: 22px;}
  .head-line1 a {padding: 13px 9px 9px;font-size: 18px;}
  .head-line2 p{font-size:22px;}
  .top-pay2 a {font-size: 27px;}
  .top-star2 strong {font-size: 17px;}
  .top-star2 .star{font-size:9px;}
  .top-pay1 {padding: 10px 0 0;margin-top:-2px;}
  .mark-section1 strong{font-size: 23px;}
  .top-mail1{display:none;}
  .top-star1{display:none;}
  .top-call1{border:0;}
  .head-right2{text-align:center}
  .head-right1{padding-top:0;}
  .head-logo1{padding-bottom:0;}
  .topabout-head p{padding: 0 6%;}
   .our-services4 strong{font-size:20px;}
  .topabout-head strong{font-size:40px;}
  .testi-image span{top: 38px;left: 26px;}
  .footer-head p{font-size:25px;}
  .footer-center3 p{font-size:30px;}
  .footer-left-2{display: none;}
  
  
  

}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .call-detail .call-number1 a{font-size: 33px;}
  .choosepandit-line {padding: 10px 20px 5px;}
  .head-navv2 li{padding: 17px 16px 13px 17px;}
  .head-navv2 li a{font-size:17px;}
  .top-mail2 a{font-size: 16px;}
  .head-line1 span {font-size: 21px;}
  .head-line1 a {padding: 13px 3px 9px;font-size: 15px;}
  .head-line2 p{font-size:22px;}
  .top-pay2 a {font-size: 26px;}
  .top-star2 strong {font-size: 16px;}
  .top-star2 .star{font-size:9px;}
  .top-pay1 {padding: 17px 0 0;margin-top:-2px;}
  .mark-section1 strong{font-size:28px;}
  .head-right1{padding:0;}
  .our-services4 strong{font-size:20px;}
  .testi-image span{display:none;}
  .footer-section1 {padding: 30px 20px;}
  .footer-head p{font-size:25px;}
  .footer-center3 p{font-size:30px;}
  



}

@media only screen and (min-width:1200px) and  (max-width:1350px){
  .call-detail .call-number1 a{font-size:40px;}
  .choosepandit-line {padding: 10px 30px 5px;}
  .head-navv2 li{padding: 17px 15px 13px 15px;}
  .top-mail2 a{font-size: 18px;}
  .top-star2 .star{font-size:10px;}
  .head-line1 span {font-size: 25px;}
  .head-line1 a { padding: 13px 5px 9px;font-size: 17px;}
  .our-services4 strong{font-size: 23px;}

}

@media (max-width: 575px) and (min-width: 0px) {
  .mark-section1 a{font-size:20px;}
  .mark-section1 strong{font-size:20px;}
  .mark-section1 span{font-size:25px;}
  .aboutus-content h2, h3, h4, h5, h6{font-size:23px;line-height:30px;}
  .topabout-head strong{font-size: 35px;}
  .love_counter p{font-size:27px;}
  .review{width:80%;}
  .our-services1{width:100%;}
  .testi-image span{display:none;}
  .testimonials-head strong{font-size:30px;}
  .bottom-services1{width:100%;}
  .footer-head p{font-size:25px;}
  .footer-center3 p{font-size:30px;}
  


}

@media (max-width:420px) and (min-width: 290px) {
  .round-choose{height: 288px;width: 288px;}
  .round-choose p{font-size: 4em;padding: 11px 0 10px 0;line-height: 68px;}
  .question-mark{margin-left:20%;}
  .call-detail .call-number1 a{font-size:40px;}
  .choosepandit-line{margin-top: -52%;}
  .review{width:100%;}
  .testimonials-3{display:block;}
  .testi-image{width:100%;}
  .testi-text{width:100%;padding: 0;}





}
