@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}
.gallery {
  float: left;
  width: 100%;
}

.gallery .col-sm-2 {
  padding: 1px !important;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}


.top-head {
      background: linear-gradient(45deg, #810603, #5e0000);
  padding: 5px 0;
  float: left;
  width: 100%;
}

.top-head-cta ul li {
  display: inline-block;
  padding: 5px 9px 5px 13px;
}

.top-head-cta ul li a {
  color: #000000;
  display: inline-block;
  text-align: right;
  position: relative;
  background: #ffffff;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  padding: 3px 15px 5px 30px;
  border-radius: 50px;
}

.top-head-cta ul li a i {
  display: inline-block;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  position: absolute;
  left: -7px;
  text-align: center;
  top: -1px;
  background: #fea30e;
  transform: rotate(45deg);
  fill: #ffffff;
}
.center-top-head {
  background: #fea30e;
  padding: 5px 8px;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.center-top-head {
  background: #fea30e;
  padding: 5px 8px;
  font-size: 16px;
  text-align: center;
  position: relative;
}

.center-top-head:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fea30e;
  right: -5px;
  top: 7px;
  z-index: 1;
  transform: rotate(45deg);
}

.center-top-head:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fea30e;
  left: -5px;
  top: 7px;
  z-index: 1;
  transform: rotate(45deg);
}

.center-top-head li {
  margin: 0 4px;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
}

.center-top-head li i {
  background: linear-gradient(to right, #1e0142, #850149);
  color: #fff;
  border-radius: 7px;
  width: 28px;
  height: 28px;
  font-size: 15px;
  padding: 6px 0;
  fill: #ffffff;
  position: relative;
  top: -0.5px;
}

.ic-r {
  text-align: center;
  padding: 4px 0;
}

.ic-r p {
  color: #ff2f0d;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.ic-r img {
  width: 29px;
  margin-right: 5px;
}

.light-back {
  background: #fff;
  border-radius: 45px;
  margin-top: 5px;
}

.hdd {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.top-header {
  padding: 0;
  text-align: center;
  background: #c2162a;
  float: left;
  width: 100%;
}

.top-header-1 p {
  padding: 9px 15px 5px;
  font-size: 40px;
  color: #000000;
  font-weight: 700;
  text-transform: capitalize;
  background: #fff;
}









.header-logo {
  float: left;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.header-logo-1 {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-logo-left {
  padding: 0;
}

.header-logo-left-1 {
  padding: 24px 6px 15px;
  text-align: center;
}

.header-logo-right {
  padding: 0;
}

.header-logo-right-1 {
  padding: 17px 20px 17px;
  text-align: center;
}

.logo-mark {
  padding: 0;
}

.logo-mark0 {
  padding: 0;
}

.logo-mark0 p {
  padding: 0 0 7px;
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  animation: boun 0.9s infinite;
}

@keyframes boun {
  0% {
    color: #b10000;
  }

  100% {
    color: #000;
  }
}

.logo-mark1 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-transform: capitalize;
  padding: 15px 8px 10px;
}

.logo-mark2 {
  font-size: 20px;
  font-weight: 600;
  padding: 13px 10px 0px;
  color: #000;
  border-radius: 50px;
  line-height: 29px;
  position: relative;
  background: #fcdf3e;
}

.logo-mark2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fcdf3e;
  right: -127px;
  top: 0px;
}

.logo-mark2 span {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 4px;
}




.head-mark2 {
  float: left;
  width: 100%;
  background: #c2162a;
  padding: 0;
}

.head-mark3 {
  padding: 0;
  display: flex;
  align-items: center;
}

.head-mark4 {
  padding: 0;
}

.head-mark5 {
  padding: 3px 0 0;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.head-mark6 {
  padding: 0;
}

.head-mark7 {
  padding: 0;
}

.head-mark7 p {
  font-size: 32px;
  color: #ffffff;
  text-align: right;
  font-weight: 800;
  padding: 5px 10px 2px;
}

.head-mark7 span {
  width: 60px;
  height: 60px;
  line-height: 61px;
  background: white;
  border-radius: 60px;
  position: absolute;
  top: -13px;
  left: 0;
  color: #050505;
  text-align: center;
  font-size: 29px;
  box-shadow: 0 0 0 7px #c2162a;
}










.srv-sec-1 {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.srv-sec-2 {
  padding: 0px;
}

.service-title {
  padding: 0;
  text-align: center;
}

.service-title p {
  font-size: 35px;
  color: #fcdf3e;
  font-weight: 800;
  text-transform: capitalize;
  display: inline-block;
  padding: 0px 0 3px;
}

.service-title strong {
  font-size: 19px;
  font-weight: 600;
  padding: 0 0 0;
  display: block;
  color: #000;
  text-transform: capitalize;
}

.srv-sec-content {
  padding: 15px 0 0;
}

.srv-1 {
  padding: 20px 15px;
  text-align: center;
}

.srv-2 {
  padding: 0;
}

.srv-img {
  padding: 0 25px;
}

.srv-img img {
  width: 100%;

  border: 6px solid #000000;
  border-bottom: 0;
}

.srv-text {
  padding: 0;
}

.srv-text-1 {
  padding: 0;
  text-align: center;
}

.srv-title {
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  padding: 9px 10px 4px;
  background: #ff0000;
  font-weight: 800;
  text-transform: uppercase;
}





.srv-content {
  padding: 7px 15px 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  color: #343434;
  border: 1px solid #000000;
  width: 85%;
  margin: 0 auto;
}

.srv-text a {
  color: #ffffff;
  background: linear-gradient(7deg, #000000, #000000, #000000);
  width: 271px;
  height: 70px;
  line-height: 74px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
 
  box-shadow: 0 0 0px 10px #ed153e1c;
  margin: -20px 0 0;
}


.about-title {
  padding: 0;
  text-align: center;
}

.about-title p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding: 3px 15px 2px;
  background: linear-gradient(7deg, #5c000b, #5c000b, #5c000b);
  letter-spacing: 1px;
}

.about-title strong {
  font-size: 40px;
  font-weight: 800;
  padding: 6px 0 0;
  display: block;
  color: #000;
  text-transform: uppercase;
}




.other-services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.otherservices1 {
  padding: 12px 12px;
  text-align: center;
  margin-top: 20px;
}

.otherservices2 {
  padding: 0;
  text-align: center;
}

.otherservices2 img {
  width: 100%;
  border-radius: 500px 500px 0 0;
}

.otherservices3 {
  position: relative;
  left: 0;
  right: 0;
  padding: 10px 15px 0;
 
  border: 1px solid #000000;
  border-top: 0;
}

.otherservices3 p {
  font-size: 20px;
  padding: 0 0 12px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: #c2162a;
}

.otherservices3 a {
  color: #ffffff;
  font-size: 33px;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  background: #0e7400;

  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 62px;
  margin: 0 0 -25px;
}








.testi-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testi-left {
  padding: 15px;
}

.testi-right {
  padding: 15px;
}

.testi-1 {
  padding: 12px 12px 25px;
}

.testi-2 {
  padding: 0 15px;
  background: #fcdf3e;
  border-radius: 20px;
}

.testi-txt p {
  padding: 15px 0 20px;
  color: #000000;
  font-size: 15px;
  line-height: 29px;
  font-weight: 500;
  text-align: center;
}

.test-str {
  text-align: right;
}

.test-str strong {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
  display: inline-block;
  padding: 5px 20px 5px;
  background: #c2162a;
  border-radius: 40px;
  margin: 0 0 -6px;
}

.test-str span {
  font-size: 14px;
  font-weight: 500;
  color: #1a1a1a;
  text-transform: uppercase;
}

.main-testi {
  padding: 0;
  position: relative;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: right;
}

.testi-img img {
  width: 85px;
  border-radius: 50%;
  border: 7px solid #ffffff;
}

.testi-rat {
  font-size: 14px;
  font-weight: 600;
  padding: 2px 20px 5px;
  background: #fff;
  display: inline-block;
  border-radius: 0 0 25px 25px;
}

.testi-rat i {
  padding: 0 1px;
}
.testi-1 video {
  float: left;
  width: 100%;
  border: 5px solid #fddf3f;
}

.counter-1 {
  padding: 25px 12px;
  text-align: center;
}

.count-up p {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 10px 6px;
  background: #c2162a;
  border-radius: 50px;
}

.counter-count {
  color: #000000;
  font-size: 85px;
  font-weight: 700;
  position: relative;
}

.counter-count:before {
  content: "+";
  right: -30px;
  position: absolute;
  font-size: 35px;
}











.footer {
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
  background: #60000b;
}

.footer-left1 {
  padding: 30px 12px 12px;
}

.footer-about p {
  color: #ffffff;
  padding: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}


.footer-about {
  text-align: center;
}

.footer-about a {
  text-transform: capitalize;
  font-size: 60px;
  display: block;
  line-height: 53px;
  text-align: center;
  color: #fcdf3e;
}

.footer-navigation1 a {
  display: block;
}

.footer-navigation1 a span {
  color: #fff;
  padding: 15px 12px 4px;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  display: block;
}

.footer-navigation1 a span i {
  display: block;
  font-size: 80px;
}

.footer-navigation1 a b {
  text-transform: capitalize;
  font-size: 60px;
  display: block;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
}

.footer-navigation1 a span i {
  font-size: 75px;
  color: #fcdf3e;
}

.footer-right-1 {
  padding: 0 12px 12px;
  background: #60000b;
  text-align: center;
  border-radius: 0 0 20px 20px;
}

.footer-right-1 strong {
  display: block;
  color: #ffffff;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
}

.footer-right-1 ul {
  padding: 0 0 15px;
}

.footer-right-1 ul li a img {

  width: 135px;
}

.copy-right {
  padding: 20px 0 10px;
}

.copy-right p {
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
  padding: 0 0 7px;
}


.about
{
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-left {
    padding: 12px;
}
.about-left-1 {
    padding: 0px;
    border-radius: 20px;
    text-align: center;
    position: relative;
}
.about-left-1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background-size: cover;
    border-radius: 20px;
    z-index: -1;
}
.about-us-content p {
    font-weight: 400;
    line-height: 30px;
    color: #161616;
    padding: 6px 0;
    font-size: 17px;
}.about-us-content p strong {
    color: #c2162a;
    font-weight: 600;
}
.about-us-content ul {
    padding: 8px 0 5px;
}
.about-us-content ul li {
    position: relative;
    border-radius: 50px;
    font-weight: 500;
    line-height: 22px;
    color: #000000;
    padding: 7px 8px 8px 15px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fcdf3e;
    margin: 0px 0;
    overflow: hidden;
    font-size: 17px;
}
.about-us-content ul li:before {
    content: "";
    background: #c2162a;
    width: 18px;
    height: 15px;
    border-radius: 0 0 60px 60px;
    position: absolute;
    left: -3px;
    top: 0px;
}
.about-right {
    padding: 12px;
}
.services-1 {
    padding: 12px;
}
.services-2 {
    padding: 12px;
    background: #fff;
    border-radius: 20px;
}
.service_card_img {
    position: relative;
}
.service_card_img .overlay-box-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms 
ease;
    background: #00000061;
}

.service_card_img .overlay-box-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    z-index: 1;
    transition: all 500ms 
ease;
    background: #00000061;
}
.service_card_img img {
    width: 100%;
    padding: 0;
}
.service_card_content p {
    text-transform: capitalize;
    font-size: 60px;
    font-weight: 800;
    display: block;
        color: #c2162a;
}
.service_card_content .srv-text {
    font-size: 17px;
    line-height: 29px;
    color: #161616;
}
.services-2:hover .service_card_img .overlay-box-1, .services-2:hover .service_card_img .overlay-box-2 {
    width: 50%;
}

.testi-1 img {
  border: 2px solid orange;
}





@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
}
@media(min-width:640px) and (max-width:767px){ .top-header-1 p {
  font-size: 16px;
}
.header-logo-1 {
  display: block;
}
.logo-mark0 p {
  font-size: 25px;
}
.head-mark3 {
  display: block;
}
.head-mark5 {
  text-align: center;
}
.service_card_content p {
  font-size: 30px;
}
.testi-1 {
  float: left;
}
}
@media(min-width:480px) and (max-width:639px)
{ .top-header-1 p {
  font-size: 16px;
}
.header-logo-1 {
  display: block;
}
.logo-mark0 p {
  font-size: 25px;
}
.head-mark3 {
  display: block;
}
.head-mark5 {
  text-align: center;
}
.service_card_content p {
  font-size: 30px;
}
.testi-1 {
  float: left;
}
.header-logo-left-1 {
  padding: 0;
  text-align: center;
}
.top-head-cta ul li {
  display: ruby-base;
  padding: 5px 9px 5px 13px;
}
.top-head-cta ul li a {
  font-size: 12px;
}
.aw {
  float: left;
  width: 50%;
}
  .gallery .col-sm-2 {
    padding: 1px !important;
    float: left;
    width: 50%;
  }
}
@media(min-width:320px) and (max-width:479px)
{


  .top-header-1 p {
  font-size: 16px;
}
.header-logo-1 {
  display: block;
}
.logo-mark0 p {
  font-size: 25px;
}
.head-mark3 {
  display: block;
}
.head-mark5 {
  text-align: center;
}
.head-mark7 p {
  font-size: 28px;
}
.service_card_content p {
  font-size: 30px;
}
.testi-1 {
  float: left;
}
.header-logo-left-1 {
  padding: 0;
  text-align: center;
}
.top-head-cta ul li {
  display: ruby-base;
  padding: 5px 9px 5px 13px;
}
.top-head-cta ul li a {
  font-size: 12px;
}
.aw {
  float: left;
  width: 50%;
}
  .gallery .col-sm-2 {
    padding: 1px !important;
    float: left;
    width: 50%;
  }
}