@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

body {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
}
.header2 img
{
  width: 80%;
}


.testimonials {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials-1 {
  padding: 12px;
  margin-top: 20px;
}

.testimonials-2 {
  padding: 20px 0;
  position: relative;
}

.testimonials-2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0;
  z-index: -1;
  border: 1px solid #fd5;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 12px;
}

.testimonials-3 {
  padding: 20px;
  text-align: center;
  background: #fff7e0;
  border-radius: 12px;
}

.testimonials-3 p {
  font-weight: 500;
  color: #252525;
  font-size: 17px;
  line-height: 28px;
}

.testimonials-4 {
  padding: 12px 0 0;
}

.testi-name {
  padding: 10px 15px;
  background: #fd5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
}

.testi-name strong {
  font-weight: 800;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 22px;
  color: #700b3d;
}

.testi-name strong i {
  font-size: 15px;
  display: block;
  color: #700b3d;
  text-align: center;
}

.testi-name span {
  padding: 3px 12px 0px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
}

.testi-name span b {
  display: inline-block;
  padding: 0px 1px 0px;
}

.testi-name span b .bi {
  height: 15px;
  width: 15px;
}



.services-heading {
  position: relative;
}

.services-heading span {
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 800;
  color: #700b3d;
  padding: 7px 20px 3px;
  background: #fd5;
  border-radius: 50px;
  display: inline-block;
}

.services-heading strong {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  color: #700b3d;
  position: relative;
  z-index: 1;
}

.services-heading p {
  color: #252525;
  font-size: 17px;
  line-height: 27px;
  font-weight: 500;
  padding: 35px 0 0;
}


.services-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-1 {
  padding: 12px;
  margin-top: 20px;
}

.services-2 {
  padding: 15px 15px 50px;
  position: relative;
  z-index: 1;
}

.services-2::before {
  content: "";
  height: 65%;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  border: 1px solid #fd5;
  border-top: 0;
  border-radius: 0 0 500px 500px;
}

.position-relative {
  position: relative !important;
}

.services-3::before,
.services-3::after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  background: linear-gradient(45deg, #fd5, #ffd661);
  z-index: -1;
  top: 190px;
  border-radius: 50px;
}

.services-3::before {
  left: -22px;
}

.services-3::after {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  background: linear-gradient(45deg, #fd5, #ffd661);
  z-index: -1;
  top: 190px;
  border-radius: 50px;
}

.services-3::after {
  right: -22px;
}

.services-3 img {
  border-radius: 10%;
  width: 295px;
  border: 10px solid #fd5;
}

.services-4 strong {
  padding: 20px 0 0;
  display: block;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  color: #700b3d;
}

.services-4 p {
  color: #252525;
  font-size: 17px;
  line-height: 31px;
  font-weight: 500;
  padding: 5px 10px 15px;
}

.services-4 a {
  color: #ffffff;
  background: #106b00;
  display: inline-block;
  border-radius: 50px;
  padding: 7px 20px 5px 17px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
}

.services-4 .saa {
  background: #700b3d;
}

.to-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.p-0 {
  padding: 0 !important;
}

.list-services ul li {
  padding: 11px 51px 11px 20px;
  border-radius: 50px;
  background: -webkit-linear-gradient(90deg, #fd5, #ffc600 80%);
  color: #1e1e1e;
  box-shadow: 0px 0px 4px 2px #dbdbdb;
  margin: 20px 0 10px 0;
  list-style: none;
  position: relative;
  font-size: 16px;
  text-align: left;
}

.list-services ul li:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  right: 8px;
  top: 5px;
}

.list-services ul li:after {
  content: "";
  position: absolute;
  background: url(../images/aaa.png) no-repeat;
  height: 32px;
  width: 32px;
  right: 8px;
  top: 10px;
}

.text-center {
  text-align: center !important;
}

.text-services p {
  font-size: 48px;
  padding: 20px 0 0;
  font-weight: 600;
  color: #700b3d;
  text-transform: capitalize;
}

.text-services a {
  color: #000000;
  background: -webkit-linear-gradient(90deg, #fd5, #ffc600 80%);
  width: fit-content;
  padding: 6px 33px;
  margin: 10px 0 0;
  font-size: 22px;
  display: inline-block;
  font-weight: 600;
  border-radius: 50px;
  text-transform: capitalize;
}


.best-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-11 {
  padding: 10px;
  margin-top: 20px;
}

.services-22 {
  padding: 25px 15px;
  background: linear-gradient(0deg, #ffffff0c 30%, #700b3d 30%);
  border-radius: 30px 30px 30px 30px;
}

.position-relative {
  position: relative !important;
}

.services-44 strong {
  display: block;
  padding: 10px 0px 0px;
  text-transform: capitalize;
  font-weight: 600;
  color: #febd02;
  font-size: 26px;
}

.services-44 p {
  color: #ffffff;
  line-height: 31px;
  padding: 6px 0 16px;
  font-size: 15px;
}

.services-44 a {
  color: #c74ca4;
  background: #fff;
  display: inline-block;
  border-radius: 50px;
  padding: 4px 24px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}

.services-33 {
  margin: 20px 0 0 0;
}

.services-33 img {
  margin: 0 auto;
  border-radius: 50%;
  background: #fff;
  padding: 3px;
  border: 17px solid #fd5;
  height: 250px;
}

.why-sec
{
  float: left;
  width: 100%;
  padding: 50px 0px;
}
.why-choose {
    padding: 0;
}
.why-choose-1 {
    padding: 15px;
}
.why-choose-title {
    padding: 0;
}
.why-choose-title strong {
    color: #700b3d;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 70px;
}
.why-choose-text {
    padding: 0;
}
.why-choose-text p {
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-align: justify;
    padding: 0;
}
.why-choose-text ul {
    padding: 8px 0;
}
.why-choose-text ul li {
    padding: 4px 0;
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}
.why-choose-text ul li i {
    color: #700b3d;
    font-size: 17px;
    padding-right: 8px;
    font-weight: 600;
}
.why-img {
    padding: 0;
}
.why-img-1 {
    padding: 15px;
    text-align: center;
}
.why-img-1 img {
    border: 24px solid rgba(255, 221, 85, 0.265);
}
.srv-list-1 {
    padding: 15px;
}
.srv-list-2 {
    padding: 10px 15px;
    background: linear-gradient(45deg, #fd5, #700b3d);
}
.srv-list-2 ul li {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    display: block;
    padding: 5px 15px 6px;
    position: relative;
    background: #fff;
    border-radius: 50px;
    margin: 12px 0;
}
.srv-list-2 ul li i {
    font-weight: 600;
    color: #a10000;
    display: inline-block;
    font-size: 22px;
    margin: 0 6px 0 0;
}




.top-sec {
  background: #000;
  float: left;
  width: 100%;
}

.top-sec .top-style {
  position: relative;
  z-index: 1;
}

.top-sec .top-style:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: -7px;
  margin: 0 auto;
  background: #fd5;
  z-index: -1;
  transform: skew(-15deg);
  transform-origin: bottom;
}

.top-sec .top-col1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0px;
}

.top-sec .top-col1 .top-p1 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  padding: 1px 0 0;
  text-align: center;
}

.top-sec .top-col1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-sec .top-col1 ul li {
  padding: 0px 3px;
}

.top-sec .top-col1 ul li i{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  background: #fd5;
  color: #000;
  font-size: 20px;
}

.top-sec .top-col1 a {
  color: #fff;
  font-size: 20px;
}

.top-sec .top-col1 a b {
  color: #fd5;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 18px;
}

.top-sec .top-col3 {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  padding: 3px 0 4px;
  margin-top: 6px;
}

.top-sec .top-col3 .top-p2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-sec .top-col3 .top-p2 .fa {
  font-size: 25px;
  color: #fd5;
  animation: pulse 0.3s alternate infinite;
  padding: 0 6px;
}
@keyframes pulse {
  from {
            transform: scale(0.5);
  }
  to {
            transform: scale(1);
  }
}

@keyframes blink {
  from {
            transform: scale(0.5);
  }
  to {
            transform: scale(1);
  }
}


.head-line {
    padding: 0;
    background: #700b3d;
}
.head-line1 {
    padding: 11px 10px 0px 10px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
    color: #ffd600;
    margin-top: 5px;
}
.head-line1 b
{
  color: #fff;
}

.about-section
{
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #fd5;
}


.about-section-1{
    padding: 0;
}
.about-us-content{
  padding: 20px 0 0;
}
.about-title{
    padding:0;
    text-align: center;
}
.about-title strong {
    font-size: 70px;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    text-align: center;
    color: #700b3d;
}
.about-title p {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 5px;
    display: block;
    text-align: center;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-width: 4px;
    border-image-source: linear-gradient(45deg, #ef0018, #700b3d);
    color: #000;
}
.about-us-content p{
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #1f1f1f;
    text-align: justify;
    padding: 5px 0;
}
.about-us-content p strong{
    color: #000000;
    font-weight: 500;
}
.about-heading{
    font-size: 23px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    color: #000000;
    text-transform: capitalize;
    padding: 8px 0 0;
}
.about-us-content ul{
  padding: 0 0 3px;
}
.about-us-content ul li {
    font-size: 15px;
    font-weight: 500;
    line-height:32px;
    color: #1f1f1f;
    padding: 5px 15px;
    border: 1px solid #700b3d;
    border-radius: 50px;
    margin: 15px 0;
}
.about-us-content ul li:before {
    content: "";
    font-weight: 900;
    color: #ed0017;
    font-size: 15px;
    text-align: center;
    padding: 0 5px 0 0;
}


.footer-top {
  background: #700b3d;
  padding-top: 50px;
  float: left;
  padding-bottom: 30px;
  width: 100%;
}

.footer-top .footer-info {
  margin-bottom: 30px;
}

.footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

.footer-top .footer-info img {
  height: 100px;
  margin-bottom: 10px;
}

.footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

.footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

.footer-top .social-links a:hover {
  background: #027309;
  color: #fff;
}

.footer-top h4 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #fd5;
}

.footer-top .footer-links {
  margin-bottom: 30px;
}

.footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top .footer-links ul i {
  padding-right: 5px;
  color: #fd5;
  font-size: 18px;
}

.footer-top .footer-links ul li {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

.footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer-top .footer-links ul a {
  color: #eee;
}

.footer-top .footer-links ul a:hover {
  color: #fd5;
}

.footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer-top .footer-contact p {
  line-height: 26px;
}

.footer-top .footer-newsletter {
  margin-bottom: 30px;
}

.footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

.footer-top .footer-newsletter input[type=submit] {
  background: #027309;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

.footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}

.copyright {
  text-align: center;
  padding-top: 30px;
}

.credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.copyright
{
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  background: #000;
  color: #fff;
}
.gallery-container {
  float: left;
  width: 100%;
}

.gallery-container .col-sm-3 {
  padding: 0;
  border: 1px;
}
.gallery-img {
  float: left;
  width: 100%;
}
.gallery-img img {
  float: left;
  width: 100%;
  border: 4px solid #f00;
}
@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .header2 {
  display: none;
}
.header .col-sm-5{width: 50%;}
.services-1 {
  width: 50%;
}
}
@media(min-width:640px) and (max-width:767px){
    .header2 {
  display: none;
}

.about-title strong {
  font-size: 45px;
}
}
@media(min-width:480px) and (max-width:639px)
{
    .header2 {
  display: none;
}

.about-title strong {
  font-size: 45px;
}
.whatsapp {
  position: fixed;
  z-index: 999999;
  bottom: 30px;
  display: inline;
  font-size: 30px;
  text-align: center;
  width: 80% !important;
  border-radius: 1px solid #000;
  animation-name: calla;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #03A437;
  line-height: 40px;
  border-radius: ;
  right: 0;
  left: 0;
  border-radius: 40px;
  margin-left: 40px;
}
.whatsapp a {
  font-size: 28px;
  font-weight: bold;
}
.why-choose-title strong {
  font-size: 42px;
}
.why-sec {
  padding: 15px 0px;
}
.shiv-image.text-end {
  margin-top: 40px;
}
}
@media(min-width:320px) and (max-width:479px)
{

  .header2 {
  display: none;
}

.about-title strong {
  font-size: 45px;
}
.whatsapp {
  position: fixed;
  z-index: 999999;
  bottom: 30px;
  display: inline;
  font-size: 30px;
  text-align: center;
  width: 80% !important;
  border-radius: 1px solid #000;
  animation-name: calla;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  background: #03A437;
  line-height: 40px;
  border-radius: ;
  right: 0;
  left: 0;
  border-radius: 40px;
  margin-left: 40px;
}
.whatsapp a {
  font-size: 28px;
  font-weight: bold;
}
.why-choose-title strong {
  font-size: 42px;
}
.why-sec {
  padding: 15px 0px;
}
.shiv-image.text-end {
  margin-top: 40px;
}
}