@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');



.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.jpg);
  background-attachment: fixed;
}

img {
  max-width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hdd {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}







.gallery {
  float: left;
  width: 100%;
}
.gallery .col-sm-3 {
  padding: 1px;
}
#about-us {
  float: left;
  width: 100%;

}

.aboutus-section {
  padding: 90px 10px 0 70px;
  float: left;
  width: 100%;
}

.aboutus-section:before {
  content: "";
  background: #eb0029;
  height: 100%;
  width: 43%;
  left: 50px;
  right: 0;
  top: 0;
  position: absolute;
}

.aboutus-section:after {
  content: "";
  background: #eb0029;
  height: 5%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.aboutus-section1 {
  padding: 0px 30px 110px 30px;
  background: #fff;
}

.about-content {
  padding: 10px 0 0 0;
}

.about-content img {
  float: right;
  width: 50%;
}

.aboutus-left2 {
  text-align: left;
  padding: 0;
}

.aboutus-left2 p {
  color: #282828;
  font-size: 15px;
  line-height: 33px;
  margin: 0;
  padding: 10px 0 0;
}

.aboutus-left2 p strong {
  color: #000000;
  font-weight: 600;
}

.aboutus-left2 ul {
  border-radius: 10px;
  padding: 10px 20px 10px 0px;
  margin: 0;
  list-style: none;
  text-align: left;
}

.aboutus-left2 ul li {
  color: #000;
  border: 1px solid #d5d5d5;
  font-size: 15px;
  display: inline-block;
  margin: 10px 10px 0 0;
  line-height: 30px;
  border-radius: 40px;
  padding: 6px 30px 6px 40px;
  position: relative;
  text-transform: capitalize;
}

.aboutus-left2 li i {
  font-weight: 500;
  font-size: 21px;
  border-radius: 5px 0px 0 5px;
  padding: 0;
  text-align: center;
  position: absolute;
  left: 14px;
  top: 10px;
  color: #da3c22;
}

.aboutus-left2 b {
  font-size: 23px;
  border-left: 5px solid #da3c22;
  display:
    inline-block;
  font-weight: 700;
  color: #2e2e2e;
  margin: 17px 0 0;
  text-transform: capitalize;
  padding: 0px 0px 0px 5px;
}

.about-contact {
  padding: 40px 0 0 0;
  text-align:
    center;
}

.about-contact strong {
  color: #000;
  text-transform: uppercase;
  font-size: 40px;
  margin: 0;
  font-weight: 600;
  display: block;
}

.aboutmark-left1 {
  padding: 15px 0 20px 0;
  background: #df383e;
}

.aboutmark-left2 {
  padding: 0;
}

.aboutmark-left2 b {
  color: #fff;
  font-size: 31px;
  margin: 0;
  display: block;
  text-transform:
    capitalize;
  font-weight: 600;
}

.aboutmark-left2 a {
  color: #9a0000;
  font-weight: 700;
  font-size: 30px;
  text-transform:
    capitalize;
  text-decoration: none;
  animation: boun 0.4s infinite;
  display: block;
}

@keyframes boun {
  0% {
    color: #000000;

  }

  100% {
    color: #df383e;
  }
}

.aboutmark-right2 b {
  color: #000;
  font-size: 28px;
  margin: 0;
  text-transform:
    capitalize;
  font-weight: 600;
}

.aboutmark-right2 a {
  color: #0dce00;
  font-weight: 700;
  font-size: 30px;
  text-transform:
    capitalize;
  text-decoration: none;
  animation: boun1 0.4s infinite;
  display: block;
}

@keyframes boun1 {
  0% {
    color: #3dff00;

  }

  100% {
    color: #0b8b08;
  }
}

.aboutmark-right1 {
  background: #f69125;
  padding: 20px 0 20px 0;
}

.aboutmark-right2 {
  padding: 0;
}

.services-head {
  padding: 0;
  text-align: center;
  position: relative;
}

.services-head strong {
  font-size: 23px;
  color: #eb0029;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  background: #ffffff;
  position: absolute;
  box-shadow: 0 0 11px 2px #ffffff;
  left: 0;
  border-radius: 40px;
  padding: 5px 30px;
  top: -31px;
}

.services-head p {
  color: #606060;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  padding: 0px 0 0px;
  display: block;
}

.services-head span {
  height: 2px;
  margin: 0 10px 0 6px;
  width: 200px;
  display:
    inline-block;
  background: #df383e;
}

.pandit-name {
  padding: 30px 0 0;
}

.pandit-name p {
  margin: 0;
  font-size: 61px;
  color: #010c28;
  text-transform: capitalize;
  text-align: left;
  font-weight: 700;
}











.services-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #010c28;
}

.services-section1 {
  padding: 0;
}

.services-heading {
  padding: 0 0 50px;
}

.services-heading strong {
  display: block;
  font-size: 101px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  margin: -40px 0 0;
  color: #fffc00;
}

.services-heading span {
  color: #3b3b3b;
  background: #fff;
  font-size: 17px;
  margin: 0px 0 0px 0;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  display: block;
  width: fit-content;
  padding: 5px 20px;
}

.services {
  padding: 30px 0 0 0;
}

.services-1 {
  padding: 10px;
}

.services-2 {
  padding: 0;
  background: #1d192c;
  border-radius: 40px;
  transition: 0.4s ease-in-out;
}

.services-3 {
  padding: 0;
}

.services-3 img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}

.services-4 {
  text-align: center;
  padding: 30px 20px 30px;
}

.services-4 strong {
  display: block;
  font-size: 24px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  padding: 0;
  color: #fffc00;
}

.services-4 p {
  color: #dbdbdb;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0 0;
}

.services-4 a {
  background: #f8930e;
  color: #ffffff;
  padding: 10px 45px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 70px;
  text-shadow: 0 0 5px white;
  margin: 10px 0px;
  display: inline-block;
}

.chooseus-section {
  padding: 0;
}

.chooseus-section1 {
  padding: 0px 0px 0 30px;
}

.choose1 {
  padding: 10px;
}

.choose2 {
  padding: 50px 0px 30px;
  text-align: center;
  border: 1px solid #3f3565;
  border-radius: 14px 14px;
  position: relative;
}

.choose2 p {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding: 0 0 0 0;
  border-radius: 0px 0px 10px 10px;
  margin: 0;
}

.choose2 span {
  height: 60px;
  font-size: 37px;
  color: #ffffff;
  width: 60px;
  line-height: 62px;
  display: block;
  background: #eb0029;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: rgba(255, 28, 17, 0.71) 0px 0px 0px 5px;
}

.choose2 .love_count {
  padding: 18px 0 0 0;
  font-size: 31px;
  line-height: 42px;
  font-weight: 600;
  color: #ffffff;
}








.main-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.main-section1 {
  padding: 0px;
}

.main-services-design1 {
  padding: 60px 0 0;
}

.main-services-design2 {
  padding: 0px;
}

.main-services {
  padding: 0px 0 0;
}

.main-services1 {
  padding: 10px;
}

.main-services2 {
  padding: 0px 0px 0px;
  text-align: center;
  border-radius: 50px 0 50px 0;
  border: 1px solid #dfdfdf;
}

.main-services3 {
  padding: 0;
  position: relative;
}

.main-services3 img {
  border-radius: 50px 0;
  border: 7px solid #eb0029;
}

.main-services4 {
  text-align: center;
  position: relative;
  padding: 14px 20px 0px;
}

.main-services4 strong {
  text-transform: capitalize;
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  margin: 0;
  display: block;
  padding: 0;
  color: #eb0029;
}

.main-services4 span {
  color: #010c28;
  font-size: 19px;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
  font-weight: 500;
}

.main-services4 p {
  color: #3f3f3f;
  font-size: 15px;
  line-height: 29px;
  text-transform: initial;
  margin: 0;
  padding: 10px 0 48px;
}

.main-services4 a {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  background: #010c28;
  padding: 8px 25px 7px 25px;
  border-radius: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -13px;
  width: 50%;
}

.main-services4 a:hover {
  background: #eb0029;
  color: #fff;
}

.faq-head {
  padding: 0;
  text-align: center;
}

.faq-head strong {
  font-size: 63px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;

  margin: -7px 0 0 0;
  color: #eb0029;
}


.faq-head p {
  color: #010c28;
  font-size: 17px;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  padding: 0 0 0 0;
}

.award-section1 .faq-head strong {
  color: #fff;
}




.awards-section {
  background: #010c28;
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.awards-section1 {
  text-align: center;
}

.awards-section1 .faq-head strong {
  color: #fff;
  font-weight: 500;
}

.awards-section1 .faq-head p {
  color: #fffc00;
}

.awards {
  padding: 38px 0 0;
}

.awards-1 {
  padding: 10px;
}

.awards-2 {
  padding: 0px;
}

.awards-2 img {
  width: 100%;
}









.testimonials-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.testimonials-section1 {
  padding: 0px;
}

.heading-design {
  padding: 0px 0;
  text-align: center;
}

.heading-design strong {
  font-family: 'Federo', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0px 0 0;
}

.heading-design p {
  color: #ff0000;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
}

.chat-heading11 {
  padding: 0;
}

.testimonials {
  padding: 50px 0px 0px;
}

.testimonials-1 {
  padding: 10px;
}

.testimonials-2 {
  padding: 20px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.testimonials3 {
  padding: 0;
  text-align: center;
  margin: 0;
}

.testimonials3 img {
  border-radius: 50%;
  padding: 0;
  border: 6px solid #eb00294d;
  height: 70px;
}

.testimonials-text {
  padding: 12px 0 11px;
}

.testimonials-text p {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
}

.testimonials-name {
  padding: 0px 0 0;
}

.testimonials-name strong {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #eb0029;
}

.testimonials-name p {
  color: #000000;
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.testimonials-name span {
  display: block;
  color: #ffffff;
}

.testimonials-name span i {
  padding: 0 4px;
  font-size: 15px;
  color: #ffa700;
}

.qoute {
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: -9;
  opacity: 0.1;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.qoute span {
  display: block;
  border-radius: 50%;
  color: #eb0029;
  font-size: 281px;
  margin: 0 auto;
}








.top-head {
  padding: 0;
  background: #fffc00;
  float: left;
  width: 100%;
}

.top-head-1 {
  padding: 0;
}

.bg-r {
  background: #eb0029;
  padding: 0;
}

.bg-left {
  padding: 0;
}

.bg-left-1 {
  color: #ffffff;
  font-size: 22px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  padding: 7px 15px;
}

.bg-right {
  padding: 0;
}

.bg-right-1 {
  padding: 0;
}

.contact-right {
  width: 100%;
  font-size: 20px;
  color: #000000;
  text-align: center;
  background: #fffc00;
  padding: 10px 20px 0;
  text-transform: capitalize;
  font-weight: 600;
}






.footer {
  background: #101010;
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.footer:before {
  background: url(../images/bg2.png) no-repeat;
  position: absolute;
  background-size: cover;
  content: "";
  height: 100%;
  top: 0;
  background-position: center;
  width: 100%;
  left: 0;
  z-index: -9;
  opacity: 0.1;
}

.footer-left1 {
  padding: 0px 40px 30px 0px;
}

.footer-about p {
  color: #a3a3a3;
  padding: 15px 0 0;
  font-size: 15px;
  line-height: 26px;
}

.footer-about a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  background: #eb0029;
  padding: 9px 21px 9px 21px;
  font-weight: 600;
  text-shadow: 0px -1px 9px #e5a355;
  margin: 17px 0 0px 0;
  border-radius: 28px;
}

.footer-links {
  padding: 18px 0 0;
}

.footer-navigation1 strong {
  display: block;
  color: #fffc00;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}

.footer-navigation1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-navigation1 ul li {
  padding: 8px 0 8px 17px;
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
}

.footer-navigation1 li:before {
  content: "";
  font-size: 15px;
  margin: 0;
  left: 0;
  border-radius: 20px;
  top: 16px;
  width: 7px;
  height: 7px;
  background: #fffc00;
  position: absolute;
}

.footer-navigation1 ul li a {
  color: #c5c5c5;
}

.footer-services1 {
  padding: 0 0px;
}

.footer-services1 strong {
  display: block;
  color: #fffc00;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}

.services-left1 {
  padding: 0px;
}

.services-left1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.services-left1 ul li {
  padding: 8px 0 8px 17px;
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  color: #c5c5c5;
}

.services-left1 li:before {
  content: "";
  font-size: 15px;
  margin: 0;
  left: 0;
  border-radius: 20px;
  top: 16px;
  width: 7px;
  height: 7px;
  background: #fffc00;
  position: absolute;
}

.footer-right1 {
  padding: 0px 0 0 30px;
  border-left: 1px solid #fffc00;
}

.footer-right1 strong {
  display: block;
  color: #fffc00;
  font-size: 26px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  position: relative;
}

.footer-right1 strong:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #eb0029;
  left: 0;
  bottom: -5px;
  border-radius: 20px;
}

.footer-right1 strong:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 50%;
  background: #fffc00;
  border-radius: 20px;
  left: 0;
  bottom: -6px;
}

.footer-right1 ul {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}

.footer-right1 ul li {
  padding: 15px 0;
}

.footer-right1 li i {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  color: #fffc00;
  text-transform: uppercase;
  display: block;
}

.footer-right1 li span {
  font-size: 15px;
  display: block;
  padding: 6px 0 0 0;
  color: #d1d1d1;
}

.copy-right {
  padding: 30px 0 0;
  border-top: 1px solid #fffc00;
}

.copy-right p {
  color: #fff;
  font-size: 15px;
  display: block;
}


.header-logo {
  padding: 0;
  display: flex;
  align-items: center;
  text-align: center;
  background: #010c28;
  float: left;
  width: 100%;
}

.header-logo-1 {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-logo-left {
  padding: 0;
}

.header-logo-left-1 {
  padding: 12px;
  text-align: center;
}

.header-logo-right {
  padding: 0;
}

.header-logo-right-1 {
  padding: 15px 5px 15px;
}

.head-markline {
  padding: 10px 0;
}

.head-markline p {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  color: #ffffff;
  padding: 0 0 12px;
}

.head-markline1 {
  padding: 8px 12px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  text-transform: capitalize;
  color: #eb0029;
  border: 1px solid #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(255, 255, 255);
  border-top: 0;
  background: #fff;
}

.head-side {
  padding: 10px;
}

.head-side1 {
  padding: 10px;
  text-align: center;
}

.head-side1 a {
  text-align: center;
  color: #eb0029;
  font-size: 28px;
  font-weight: 800;
  animation: boun1 0.4s infinite;
  display: inline-block;
  padding: 0 0 8px;
}

.head-side1 p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 7px 0 5px;
  border-top: 1px dashed #fffc00;
  letter-spacing: 2px;
}

@keyframes boun1 {
  0% {
    transform: translateY(6px);
    color: #fffc00;
  }

  100% {
    transform: translateY(0);
    color: #ffffff;
  }
}


ul.social-media {
  float: left;
  width: 100%;
}
ul.social-media li {
  float: left;
  padding: 0px 10px;
}


@media(min-width:992px) and (max-width:1200px) {
  .footer {
    padding-left: 20px;
  }
}

@media(min-width:768px) and (max-width:991px) {
  .header-logo {
    display: block;
  }

  .header-logo-1 {
    display: block;
  }

  .services-1 {
    width: 50%;
  }

  .footer {
    padding-left: 20px;
  }

}

@media(min-width:640px) and (max-width:767px) {

  .services-heading strong {
    margin: -30px 0 0;
  }

  .header-logo {
    display: block;
  }

  .header-logo-1 {
    display: block;
  }

  .aboutus-section {
    padding: 50px 0px;
  }

  .pandit-name p {
    font-size: 45px;
  }

  .aboutus-section::after {
    display: none;
  }

  .services-heading strong {
    font-size: 65px;
  }

  .faq-head strong {
    font-size: 50px;
  }

  .footer {
    padding-left: 20px;
  }


}

@media(min-width:480px) and (max-width:639px) {

  .services-heading strong {
    margin: -30px 0 0;
  }

  .header-logo {
    display: block;
  }

  .header-logo-1 {
    display: block;
  }

  .aboutus-section {
    padding: 50px 0px;
  }

  .pandit-name p {
    font-size: 45px;
  }

  .aboutus-section::after {
    display: none;
  }

  .services-heading strong {
    font-size: 65px;
  }

  .faq-head strong {
    font-size: 50px;
  }

  .footer {
    padding-left: 20px;
  }

.header-logo-right-1 {
  padding: 0px 5px 0px;
}
.head-side {
  padding: 0;
}
.head-markline {
  padding: 0px 0;
}
.about-content img {
  float: right;
  width: 100%;
}
.gal {
  float: left;
  width: 50%;
  padding: 1px;
}
}

@media(min-width:320px) and (max-width:479px) {


  .header-logo {
    display: block;
  }

  .header-logo-1 {
    display: block;
  }

  .aboutus-section {
    padding: 50px 0px;
  }

  .pandit-name p {
    font-size: 45px;
  }

  .aboutus-section::after {
    display: none;
  }

  .services-heading strong {
    font-size: 65px;
  }

  .faq-head strong {
    font-size: 50px;
  }

  .footer {
    padding-left: 20px;
  }
  .header-logo-right-1 {
  padding: 0px 5px 0px;
}
.head-side {
  padding: 0;
}
.head-markline p {
  padding: 0 0 0px;
}
.head-side1 {
  padding: 0px;
}
.head-markline {
  padding: 0px 0;
}
.about-content img {
  float: right;
  width: 100%;
}
.gal {
  float: left;
  width: 50%;
  padding: 1px;
}
}