* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
  
}
.section-scroll-py {padding-top:80px; margin-top:-80px; z-index:-1;}
.fixedwhatsapp {
    position: fixed;
    z-index: 999;
    width: 53px;
    right: 30px;
    bottom: 30px;
}
html, body, .wrapper {
  height: 100%;
}
.color-white {color: #fff !important;}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: bold;
  line-height: 1.2;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

a {
      -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

  a:focus, a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
h2 {font-size:40px;}
.pt-100 {padding-top:80px;}
.pb-100 {padding-bottom:80px;}
.navbar{
    padding: 3px 0px;
}
header {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
.header.fixed {
    position: fixed;
     animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.top-header {
    background-color: #ffc800;
    border-bottom: 1px solid #ccc;
}

.main-logo {
    width: 300px;
}
.body-px {padding-left:150px; padding-right:150px;}


.round-image img {
    animation: spin 25s infinite linear;
    -webkit-animation: spin 25s infinite linear;
    -moz-animation: spin 25s infinite linear;
    display: inline-block;
    width: 100%;
}
@-webkit-keyframes spin {
    0%  {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}   
}
.round-image {
    position: absolute;
    top: 50%;
    right: 150px;
    transform: translateY(-50%);
    width: 26%;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
    width: 33%;
}
.banner-content h1 {
    font-size: 50px;
    color: #d35e04;
}
.banner-content p {color:#fff;}

.btn {
    height: 45px;
    background-color:#8a000b;
    font-size: 18px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    border: none !important;
    position: relative;
    border-radius: 45px;
    outline: none;
    justify-content: center;
    outline: none;
    z-index: 1;
    overflow: hidden;
    transition: 0.5s all;
    color: #fff;
    box-shadow: none !important;
}

.btn:hover{color:#fff; opacity:0.9;   transition:0.5s all;}
.contact-num {
    color: #151515;
    display: flex;
    justify-content: center;
    line-height: 25px;
    font-weight: 700;
}
.image-pandit {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.contact-num i {
    color: #fff;
    font-size: 24px;
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
    margin-top: 4px;
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.client-image img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.marqueediv {
    background-color: #8a000b;
    color: #fff;
    font-size: 16px;
    padding: 13px 0px;
    line-height: 15px;
    font-weight: 600;
}
.content-image {
    height: 150px;
    width: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
}
.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #ffc800;
    position: relative;
    z-index: 1;
    left: 15px;
}
.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #ffc800;
}
.site-heading {
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: -5px;
}
.site-heading h2 {color:#8a000b;}
.site-heading h2 span {color:#ffc800;}

.whychoose-item {
    background-color: #8a000b;
    border: 1px solid #8a000b;
    border-radius: 5px;
    text-align: left;
    padding: 14px;
    box-shadow: 0 0 8px 0 #b3b3b3;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
}
.choose-image {
    padding: 0;
    border-radius: 50%;
    width: 30%;
    margin-bottom: 24px;
}
.whychoose-item h3 {
    color: #ffc800;
    font-size: 20px;
    margin-bottom: 8px;
}
.whychoose-item p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

.solutionproblem {
    background-image: url("../img/gif3.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.service-bg {
    background-image: url("../img/as1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.services-item {
    background-color: #ffc800;
    border-radius: 7px;
    overflow: hidden;
    height:100%;
}
.service-content {
    padding: 15px 10px;
    text-align: center;
}
.service-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.testmonials-item {
    background-color: #8a000b;
    padding-top: 30px;
    border-radius: 8px;
}
.testmonials-item .test-content {
    padding: 20px;
    color: #fff;
    text-align: center;
}
.client-image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}
.test-content .title {
    color: #ffc800;
    font-size: 22px;
    margin-top: 30px;
}
.service-list li {
    font-size: 18px;
    line-height: 40px;
    color: #fff;
}
.service-list li i{
    margin-right:15px;
}
.about-pandit:before {
    content: '';
    position: absolute;
    -webkit-clip-path: polygon(0 0, 31% 0, 66% 100%, 0% 100%);
    clip-path: polygon(0 0, 31% 0, 66% 100%, 0% 100%);
    background-color: #000;
    background: #ffc800;
    width:65%;
    left: 0;
    bottom: 0;
    top: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #8a000b;
}

.contact-image {
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 40px;
    border-radius: 10px;
}
.contact-list li {
    color: #fff;
    margin-top: 12px;
    font-size: 20px;
}
.contact-list li a {
    color: #fff;
}
.contact-list li i{
    margin-right:15px;
}
.contact-list li a:hover {color:#ffc800; text-decoration:none;}
.service-content a {
    font-size: 18px;
    color: #8a000b;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-content a i {
    margin-right: 10px;
    display: inline-block;
    font-size: 24px;
}

.footer {background-color:#8a000b; padding:40px 0px;}
.fixed-contact {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    margin-bottom: 0px;
}
.fixed-contact li {
    display: inline-flex;
    width: 50%;
    background-color: #ffc800;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 9px;
    font-size: 16px;
    color:#fff;
}
.fixed-contact li i {
    -webkit-animation: pulsate 0.7s ease-out;
    animation: pulsate 0.7s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    font-size: 21px;
    margin-right: 7px;
    display: inline-block;
}
.fixed-contact li a{
color:#fff;
}
.whatsapp-btn {
    background-color: #57b553 !important;
}


@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
    opacity: 1;
  }
}



@media only screen and (max-width:1440px) {
    .body-px {padding-left: 80px;padding-right: 80px;}

}


@media only screen and (max-width:999px) {
    .body-px {padding-left:40px;padding-right: 40px;}
    .navbar-light .navbar-toggler-icon {background-image: url("../img/menu.png");width: 40px;}
    .navbar-toggler {border:none; box-shadow:none; outline:none;}
    .navbar-toggler:focus, .navbar-toggler:hover{border:none; box-shadow:none; outline:none;}
    .main-logo {width: 150px;}
    .banner-content {left: 40px;width: 51%;}
    .round-image {right: 40px;width: 37%;}
    .banner-content h1 {font-size: 32px;}
    .content-image {height: 85px;width: 85px;margin-bottom: 15px;}
    .pt-100 { padding-top: 50px;}
    .pb-100 {padding-bottom: 50px;}
    .navbar-nav {padding-left: 10px;margin-top: 15px;}
}

@media only screen and (max-width:576px) {
    .body-px {padding-left: 15px; padding-right: 15px;}
    .main-logo {
        align-items:justify;
        width: 250px;
        
    }
    .navbar-light .navbar-toggler-icon {width: 38px;height: 24px;}
    .banner-content {left: 15px;width: 88%;}
    .banner-content {left: 15px; width: 92%;top: 50%;}
    .banner-content h1 {font-size: 22px;}
    .banner-content h1 {font-size: 22px;margin-bottom: 9px !important;}
    .content-image {height: 75px;width: 75px;margin-bottom: 10px;}
    .marqueediv {font-size: 14px;padding: 8px 0px;line-height: 14px;}
    h2 {font-size: 24px;}
    .pt-100 { padding-top:35px;}
    .pb-100 {padding-bottom:35px;}
    .whychoose-item {text-align:center;}
    .choose-image {width: 18%;margin-left: auto;margin-right: auto;}
    .service-list li {font-size: 16px;line-height: 33px;}
    .client-image {width:100px;height: 100px;}
    .fixedwhatsapp { position: fixed;z-index: 999;width: 37px;right: 12px;bottom: 55px;}
    body {font-size: 16px;line-height: 23px;}
    .whychoose-item h3 {font-size: 18px; margin-bottom: 5px;}
    .service-content h4 {font-size: 20px;}
    .round-image {display: block;opacity: 0.7;width: 47%;}
    .footer {padding-bottom: 65px;}
}


@media only screen and (max-width:576px) {
   


}