@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');

.banner3 {
  float: left;
  width: 100%;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: center;
}
.positivity__words {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
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;
}









.tophead-section {
  padding: 7px 0;
  position: relative;
  z-index: 5;
  background: #b01e37;
  float: left;
  width: 100%;
}

.tophead-section:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 8%;
  background: repeating-linear-gradient(45deg,
      #ffdf8b,
      #ffdf8b 1px,
      transparent 1px,
      transparent 10px),
    repeating-linear-gradient(-45deg,
      #ffdf8b,
      #ffdf8b 1px,
      transparent 1px,
      transparent 10px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -5;
}


.head-contact ul li {
  display: inline-block;
  padding: 0px 8px 0 0;
  font-size: 18px;
}

.head-contact ul li:last-child {
  padding: 0;
  margin: 0px 0 0px;
}

.head-contact ul aside {
  display: inline-block;
  padding: 0 0px 0 16px;
}

.head-contact ul li a {
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  display: inline-block;
}

.head-contact ul li a span {
  height: 30px;
  width: 30px;
  color: #f36f21;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  border-radius: 8px;
  margin: 0px 0 0px 0;
}

.head-contact ul li a span svg {
  height: 32px;
  width: 33px;
  fill: #ffb900;
  margin: -6px 0 0px;
  animation: tilt-shaking .2s infinite;
}

.head-contact ul li a span svg path {
  fill: #ffb900;
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(7deg);
  }

  50% {
    transform: rotate(0 eg);
  }

  75% {
    transform: rotate(-7deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.head-navigation {
  padding: 10px 0 0px;
}

.head-contact ul li i {
  display: block;
  margin: 0px 0 0px;
}

.head-contact ul li i a img {
  display: block;
  width: 30px !important;
  height: 30px !important;
  border-radius: 100%;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0px 0 -9px;
}

.head-contact ul li a i {
  color: #ffb900;
  display: block;
  line-height: 22px;
  text-align: center;
  border-radius: 8px;
  font-size: 30px;
}


.head-contact ul li b a {
  background: #ffc107;
  margin: 0px 0 0px;
  padding: 4px 22px 4px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #343434;
  /* border: 1px solid #cf708b; */
  animation: button-color-change .9s infinite;
}

@keyframes button-color-change {
  0% {
    color: #b01e37;
  }

  50% {
    color: #000;
  }

  100% {
    color: #b01e37;
  }
}

.positivity {
  position: relative;
  right: 0;
  margin: 0 auto;
  left: 0%;
  width: 100%;
  height: 42px;
  line-height: 41px;
  overflow: hidden;
}

.positivity__alone {
  display: inline-block;
  font-size: 2rem;
  font-family: serif;
  color: #fff;
}

.positivity__words .change {
  display: block;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0;
  margin: 0 auto;
  height: 100%;
  opacity: 0;
  animation: changeword 8s linear infinite;
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.positivity__words .change i {
  color: #ffbb06;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.change:nth-child(1) {
  animation-delay: 0s;
}

.change:nth-child(2) {
  animation-delay: 2s;
}

.change:nth-child(3) {
  animation-delay: 4s;
}

.change:nth-child(4) {
  animation-delay: 6s;
}

@keyframes changeword {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  5% {
    opacity: 1;
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(0);
  }

  30% {
    opacity: 0;
    transform: translateY(30px);
  }

  80% {
    opacity: 0;
    transform: translateY(30px);
  }
}





.services-section {
  padding: 50px 0px;
  position: relative;
  float: left;
  width: 100%;
}

.services-section .topservices-heading p {
  background: #ffffff;
}

.contact-services a {
  display: block;
}

.contact-services a p {
  display: block;
  font-size: 30px;
  background: #fff;
  padding: 5px 10px 4px;
  font-weight: 600;
  border-radius: 50px;
}

.contact-services a span {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  display: block;
  font-size: 18px;
}

.contact-services {
  padding: 30px 22px;
}

.contact-services img {
  height: 120px;
  animation: rotation 10s infinite linear;
}

.services-1 {
  padding: 10px 10px 20px;
  background-color: #b01e37;
  margin-top: 30px;
}

.services-2 {
  padding: 14px 14px 14px;
  background: #ffffff;
  position: relative;
  z-index: 9;

}

.services-3 {
  padding: 0px 0px 0 0px;
}

.services-3 img {
  margin: 0 auto;
  border-radius: 20px;
  border-right: 0;
  display: block;
  border: 6px solid #ffffff;
}

.services-3 a {
  position: absolute;
  height: 52px;
  /* width: 52px;*/
  line-height: 53px;
  border-radius: 50%;
  color: #b01e37;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border: 1px dashed #ffffff;
  overflow: visible;

}

.services-3 a i {
  height: 25px;
  animation: tilt-shaking .2s infinite;
  width: 25px;
  font-size: 25px;
}

.services-4 {
  padding: 20px 0px 0 0px;
}

.services-4 strong {
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: bold;
  color: #b01e37;
  font-size: 25px;
}

.services-4 p {
  color: #000000;
  line-height: 27px;
  font-size: 15px;
  padding: 0 0 8px 0;
  z-index: 9;
  position: relative;
}

.services-contact a {
  color: red;
  padding: 7px 27px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid red;
  border-radius: 4px;
}

.services-contact .call-mark {
  background: #d5f300;
  border-color: black;
  color: black;
}

.services-contact .chat-mark {
  background: #39d51f00;
  border-color: #fff;
}

.services-contact span {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}









.topservices-heading strong {
  color: #ffc107;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 69px;
  position: relative;
  background: -webkit-linear-gradient(90deg, #ffc107, #b01e37 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.topservices-heading p {
  background: #ffb900;
  padding: 3px 10px;
  color: #000;
  margin: -10px 0 0;
  font-size: 17px;
  font-weight: 600;
}

.text-center {
  text-align: center !important;
}














.topservices-section {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.topservices-1 {
  padding: 10px;
  margin-top: 30px;
}

.topservices-2 {
  padding: 14px 14px 14px;
  background: #b01e37;
  position: relative;
  z-index: 9;

}

.topservices-3 {
  padding: 0px 0px 0 0px;
}

.topservices-3 img {
  margin: 0 auto;
  border-radius: 20px;
  border-right: 0;
  display: block;
  border: 6px solid #ffffff;
}

.topservices-3 a {
  position: absolute;
  height: 52px;
  width: 52px;
  line-height: 53px;
  border-radius: 50%;
  color: #ff0000;
  background: #ffffff;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  border: 1px dashed #ffffff;
  overflow: visible;

}

.topservices-3 a i {
  animation: tilt-shaking .2s infinite;
  font-size: 25px;
}

.topservices-4 {
  padding: 20px 0px 0 0px;
}

.topservices-4 p {
  color: #fff;
}

.topservices-4 strong {
  display: block;
  padding: 0px 0px 0px;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffc107;
  font-size: 21px;
}

.topservices-4 a {
  color: #fff;
  padding: 7px 27px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  margin: 14px 0 0;
  border-radius: 4px;
  border: 1px solid red;
}

.topservices-4 .call-mark {
  background: #000;
  border-color: #fff;
  color: #fff;
}

.topservices-4 .chat-mark {
  background: #1b750c;
  color: #fff;
}

.topservices-4 span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}











.testimonials {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.client {
  margin: 0px 0 0;
}

.testimonials1 {
  padding: 13px;
  margin-top: 20px;
}

.testimonials2 {
  border-radius: 17px;
  padding: 30px 0px 20px;
  position: relative;
  z-index: 9;
  background: #b01e37;
}

.testimonials2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 8%;
  background: repeating-linear-gradient(45deg,
      #ffdf8b,
      #ffdf8b 1px,
      transparent 1px,
      transparent 10px),
    repeating-linear-gradient(-45deg,
      #ffdf8b,
      #ffdf8b 1px,
      transparent 1px,
      transparent 10px);
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -5;
}

.qoute {
  transform: rotate(180deg);
  display: block;
  position: absolute;
  bottom: 0;
  top: auto;
  height: 22%;
  color: #ffffff;
  right: 0;
}

.qoute i {
  font-size: 55px;
}

.testimonials3 p {
  color: #000;
  background: #fff;
  line-height: 30px;
  font-size: 15px;
  padding: 15px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
}

.testimonials3 aside b i {
  padding: 0 1px;
  color: #ffc107;
  font-size: 16px;
}


.testimonials3 aside {
  padding: 0;
  position: relative;
  text-align: center;
}

.testimonials4 strong {
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 18px;
  color: #ffffff;
  text-align: left;
}

.testimonials4 span {
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  float: right;
  color: #ffb100;
  display: inline-block;
  text-transform: uppercase;
}

.testimonials4 img {
  border-radius: 50%;
  display: block;
  margin: 0 auto 12px 0px;
  padding: 0 7px 0 0px;
  height: 60px;
}

.testimonials3 strong {
  padding: 0px 0 0;
  text-align: left;
  font-size: 16px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

.testimonials3 i {
  font-size: 16px;
  padding: 0 0 0 4px;
  font-weight: 500;
  color: #eaa142;
  display: inline-block;
  float: left;
  text-transform: uppercase;
}











.footer-section {
  background: #ffc107;
  padding: 0px 0 0px;
  float: left;
  width: 100%;
}

.footer-left1 {
  padding: 0 40px 0 20px;
}

.footer-contact1 {
  padding: 0 0 50px 0;
}

.footer-contact2 {
  margin: 0 auto;
}

.footer-contact2 a {
  display: block;
  position: relative;
  background: #ffffff;
  padding: 0px 60px 0px;
  border-radius: 0 0 10px 10px;
  z-index: 9;
  width: fit-content;
  margin: 0 auto;
  color: #000;
}

.footer-contact2 ul li {
  position: relative;
  margin: 20px auto -0px;
  border-top: 0;
  text-transform: capitalize;
  list-style: none;
  color: #000;
  line-height: 30px;
}

.footer-contact2 ul li span {
  background: #fff;
  border-radius: 30px;
  padding: 7px 30px;
  display: block;
  margin: 11px auto 0;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}

.footer-contact2 p {
  padding: 0;
  font-size: 60px;
  font-weight: 800;
}


.footer-right1 {
  padding: 0 20px 0 20px;
}

.footer-location p {
  display: block;
  color: #b3b3b3;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: 24px;
  padding: 0px 0 0;
}

.footer-location p span {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}

.copy p {
  padding: 12px 0 0px 0;
  color: #d7d7d7;
  font-size: 15px;
}

.disclaimer {
  padding: 10px 0 20px;
  margin: 0px 0 0;
}

.copyy {
  background: #111215;
  padding: 40px 30px 40px;
}





.counter-sec {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.counter-1 {
  padding: 30px 15px 0;
  margin-top: 20px;
}


.count-icon i {

  width: 65px;

  height: 42px;

  line-height: 47px;

  background: #b01e37;

  text-align: center;

  color: #fff;

  border-radius: 500px 500px 0 0;

  font-size: 26px;
}

.count-up {
  background: white;
  padding: 5px 0 15px 72px;
  border-radius: 0 15px 15px 15px;
  position: relative;
  box-shadow: 0 0 7px #ff9f004a;
}

.counter-count {
  color: #000;
  font-size: 32px;
  font-weight: 800;
  text-transform: capitalize;
}

.count-up:after {
  content: "";
  font-size: 17px;
  text-align: center;
  position: absolute;
  background: #b01e37;
  width: 9px;
  height: 95%;
  left: 27px;
  margin: 0 auto;
  bottom: 6px;
  z-index: 0;
  border-radius: 0 0 20px 20px;
}

.count-up span {
  color: #b01e37;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: -15px 0 0;
  display: inline-block;
}

.count-up i {
  width: 95px;
  height: 95px;
  line-height: 92px;
  background: #ffc107;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  border: 3px solid #ffffff;
  font-size: 37px;
  color: #b01e37;
  box-shadow: 0 0 0 12px #fede0047;
}











.about-section {
  border: 1px solid #ff7b00;
  padding: 50px;
  border-top: 0;
  border-radius: 0 0 30px 30px;
}

.about-title {
  padding: 0 0 25px;
  text-align: center;
}

.about-title span {
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 700;
  display: block;
  color: #000000;
}

.about-title strong {
  color: #ffc107;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 69px;
  position: relative;
  background: -webkit-linear-gradient(90deg, #ffc107, #b01e37 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-us-content {
  padding: 0 0 25px;
}

.about-us-content p {
  color: #272727;
  padding: 5px 0;
  text-align: justify;
  line-height: 30px;
  font-weight: 600;
  font-size: 17px;
}

.about-us-content p strong {
  color: #b01e37;
  font-weight: 600;
}

.about-heading {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  padding: 5px 10px 0px;
  display: inline-block;
  background: linear-gradient(0deg, #e09004, transparent);
  border-radius: 18px 18px 18px 18px;
  margin: 5px 0 11px;
  display: none;
}
.header
{
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background:#fff;
}
.banner3 .glyphicon {
  margin-top: 95px;
}

.awards {
  position: relative;
  padding: 50px 0px;
  background: #ffdf01;
  z-index: 9;
  float: left;
  width: 100%;
}

.awards:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url(../images/dd.jpg) no-repeat;
  background-position: bottom;
  opacity: 13%;
  z-index: -9;
  left: 0;
  background-attachment: fixed;
}



.award1 {
  padding: 10px;
}

.award2 img {
  width: 100%;
  padding: 10px 0px;
}

.awards-heading strong {
  font-size: 65px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0003;
  color: #ffc107;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 69px;
  position: relative;
  background: -webkit-linear-gradient(90deg, #ffc107, #b01e37 50%);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.awards-heading i {
  display: block;
  color: #ffffff;
  font-size: 50px;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
  .head-contact {
  text-align: center;
}
}
@media(min-width:640px) and (max-width:767px){

   .positivity__words .change {
  font-size: 14px;
  }
.head-contact {
  text-align: center;
}

.topservices-heading strong {
  font-size: 50px;
}

.about-title strong {
  font-size: 50px;
}
.footer-contact2 p {
  font-size: 45px;
}


}
@media(min-width:480px) and (max-width:639px)
{

   .positivity__words .change {
  font-size: 14px;
  }
.head-contact {
  text-align: center;
}

.topservices-heading strong {
  font-size: 50px;
}

.about-title strong {
  font-size: 50px;
}
.footer-contact2 p {
  font-size: 45px;
}
.header .container-fluid {
  padding: 0;
}
.services-contact a {
  padding: 7px 16px;
}



}
@media(min-width:320px) and (max-width:479px)
{
  .positivity__words .change {
  font-size: 14px;
  }
.head-contact {
  text-align: center;
}

.topservices-heading strong {
  font-size: 50px;
}

.about-title strong {
  font-size: 50px;
}
.footer-contact2 p {
  font-size: 25px;
}
.header .container-fluid {
  padding: 0;
}
.services-contact a {
  padding: 7px 16px;
}


.awards {
  position: relative;
  padding: 50px 0px;
  background: #ffdf01;
  z-index: 9;
  float: left;
  width: 100%;
}

.awards:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: url(../images/dd.jpg) no-repeat;
  background-position: bottom;
  opacity: 13%;
  z-index: -9;
  left: 0;
  background-attachment: fixed;
}



.award1 {
  padding: 10px;
}

.award2 img {
  width: 100%;
  padding: 10px 0px;
}

.awards-heading strong {
  font-size: 65px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #ff0003;
}

.awards-heading i {
  display: block;
  color: #ffffff;
  font-size: 50px;
}

}
