@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');


body {
  font-family: "Livvic", sans-serif;
  font-weight: 500;
}

.main-container {
  float: left;
  width: 100%;
  position: relative;
}

.main-container:before {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  background: url(../images/bg3.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  z-index: -9;
  opacity: 0.3;
  left: 0;
  bottom: 0;
  top: auto;
}

.hdd {
  font-family: "Oswald", serif;
  font-weight: 500;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.top-mark1 {
  text-align: center;
  background-color: rgba(86, 8, 49, 1);
  width: 100%;
  float: left;
}

.top-mark2 {
  color: #ffffff;
  font-size: 17px;
  padding: 12px 5px 4px;
  font-weight: 500;
  text-transform: capitalize;
}

.top-mark2 a {
  color: #ffffff;
  font-size: 18px;
  padding: 7px 0px 5px;
  font-weight: 400;
  text-transform: capitalize;
}

.top-mark2 a i {
  color: #30fc00;
  font-size: 21px;
  padding: 0 0 0 8px;
}

.top-mark2 {
  color: #ffffff;
  font-size: 17px;
  padding: 12px 5px 4px;
  font-weight: 500;
  text-transform: capitalize;
}

.top-line {
  background: #F97316;
  float: left;
  width: 100%;
}

.top-line1 p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 9px 0 7px;
  text-transform: capitalize;
  text-align: center;
}

.services {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: url(../images/bg.jpg);
  background-attachment: fixed;
  background-size: cover;
}

.about-title {
  text-align: center;
}

.about-title strong {
  text-transform: capitalize;
  font-size: 60px;

  display: block;
  position: relative;
  background: linear-gradient(4deg, #F97316, #560831);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-title strong {
  background: linear-gradient(to top, #ffffff 32%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-title span {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 6px 20px 6px;
  background-color: rgba(86, 8, 49, 1);
  display: inline-block;
  margin: -18px 0 0;
  border-radius: 30px;
}

.service-title span {
  color: #000000;
  background: #F97316;
  padding: 7px 20px 5px;
  font-weight: 500;
}

.services-1 {
  padding: 12px;
  margin-top: 30px;
}

.services-2 img {
  border: 12px solid #F97316;
}

.services-3 {
  padding: 15px 0 0;
}

.services-3 strong {
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #F97316;
}

.services-3 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #ffffff;
  padding: 4px 0 15px;
}

.services-3 a {
  color: #ffffff;
  padding: 8px 15px 6px;
  display: inline-block;
  font-size: 17px;
  margin: 0 auto;
  border-radius: 7px;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid #ffffff;
}

.about-us-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-us-content p {
  padding: 6px 0;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #232323;
}

.about-us-content p strong {
  color: #560831;
  font-weight: 500;
}

.about-num {
  padding: 15px 0;
}

.about-num a {
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  padding: 10px 18px 9px;
  text-transform: capitalize;
  font-size: 18px;
  background-color: rgba(86, 8, 49, 1);
}

.about-num a i {
  color: #F97316;
  padding: 0 7px 0 0;
  font-size: 20px;
}

.about-us-content ul {
  padding: 0px 0;
  border-left: 1px solid #F97316;
  margin: 12px 0;
}

.about-us-content ul li {
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  border-radius: 30px;
}

.about-us-content ul li:before {
  content: "";
  margin: 0;
  left: -5px;
  width: 9px;
  height: 9px;
  background: linear-gradient(90deg, #F97316, #560831);
  border-radius: 30px;
  display: inline-block;
  position: relative;
}

.about-us-content {
  padding-top: 20px;
}

.about-right {
  padding: 12px;
}

.about-right1 {
  padding: 12px;
  position: relative;
  margin: 0 auto;
}

.about-right1:before {
  position: absolute;
  content: "";
  left: -26px;
  top: -26px;
  width: 123px;
  height: 125px;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../images/dot.png);
}

.experiance-box {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 285px;
  z-index: 1;
  padding: 20px;
  border-radius: 22px 0 0;
  background: #F97316;
  border: 6px solid #fff;
}

.experiance-box p {
  font-weight: 600;
  line-height: 31px;
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
}

.experiance-box .text {
  color: #000000;
  font-size: 16px;
  line-height: 24px;
  padding: 7px 0 0;
  font-weight: 500;
  display: block;
}

.about-us-content {
  float: left;
  width: 100%;
}

.about-us-content p {
  padding: 6px 0;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  color: #232323;
}

.awards-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.award-title strong {
  background: #F97316;
  -webkit-text-fill-color: #000000;
  padding: 10px 15px 5px;
  font-size: 70px;
  line-height: 85px;
  text-transform: capitalize;
  display: block;
  position: relative;
}

.award1 {
  padding: 10px;
  margin-top: 20px;
}

.award2 img {
  width: 100%;
}

.our-services-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-design1 {
  padding: 0 12px 12px;
  text-align: center;
  margin-top: 20px;
}

.services-design2 {
  text-align: center;
  padding: 15px 15px 15px;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
}

.services-design2 strong {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding: 0 0 5px;
  color: #F97316;
  margin-top: 10px;
}

.services-design2 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #ffffff;
}

.services-design2 a {
  color: #ffffff;
  padding: 8px 15px 6px;
  display: inline-block;
  font-size: 17px;
  margin: 0 auto;
  border-radius: 7px;
  text-transform: capitalize;
  font-weight: 400;
  border: 1px solid #ffffff;
}

.services-design2 img {
  border: 2px solid #fff;
}

.support-section {
  position: relative;
  z-index: 1;
  background-position: center center;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
  float: left;
  width: 100%;
  background-attachment: fixed;
}

.support-section .content-box {
  position: relative;
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 60px 10px 60px;
}

.support-section .content-box .color-layer {
  position: absolute;
  left: 0px;
  top: 40px;
  right: 0px;
  height: 440px;
  background-color: #ffffff;
  transform: rotate(45deg);
  background-position: left top;
  background-repeat: no-repeat;
  outline: 2px dashed rgb(0 0 0 / 20%);
  outline-offset: -20px;
}

.box-inner {
  padding: 45px 30px;
  position: relative;
}

.support-section .available {
  text-transform: capitalize;
  color: #1e1e1e;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  padding: 20px 35px 15px;
}

.support-section .call-title {
  color: #000000;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.support-section .phone {
  color: #560831;
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
}

.support-section .chat-btn {
  color: #ffffff;
  font-size: 18px;
  padding: 12px 30px 8px;
  border-radius: 50px;
  display: inline-block;
  background-color: rgba(86, 8, 49, 1);
  text-transform: capitalize;
  outline: 1px solid #005908;
  outline-offset: 2px;
}

.support-section .chat-btn i {
  font-size: 20px;
  color: #F97316;
  padding: 0 7px 0 0;
}

.support-section .support {
  padding: 12px 0;
  color: #1e1e1e;
  font-size: 17px;
  line-height: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

.list-design {
  float: left;
  width: 100%;
  padding: 50px 0px;
  text-align: center;
  margin-top: 30px;
}

.text-line span {
  font-weight: 600;
  color: #000000;
  display: block;
  font-size: 25px;
  text-transform: capitalize;
}

.text-line strong {
  font-weight: 700;
  display: block;
  font-size: 40px;
  text-transform: uppercase;
  color: #560831;
}

.text-line p {
  color: #000000;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.list-0 {
  padding: 12px;
}

.list-1 {
  padding: 0 20px 25px;
  border-radius: 20px;
  text-align: center;
  background: url(../images/bg.jpg) no-repeat;
  background-size: cover;
}

.list-1 strong {
  font-size: 25px;
  padding: 0px 12px 5px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.list-1 ul {
  text-align: left;
  padding: 15px 0;
}

.list-1 ul li {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
  border-radius: 50px;
  line-height: 21px;
  display: block;
}

.list-1 ul li i {
  font-weight: 700;
  font-size: 17px;
  color: #F97316;
  display: inline-block;
  padding: 0 6px 0 0;
}

.list-1 a {
  font-size: 17px;
  padding: 6px 12px 5px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border: 1px solid #fff;
}

.counter-sec {
  background-color: rgba(86, 8, 49, 1);
  float: left;
  width: 100%;
}

.counter-1 {
  padding: 0 12px 12px;
  text-align: center;
  position: relative;
}

.count-up span {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 7px 0 6px;
  display: block;
  margin: 0 0 -4px;
  border-radius: 0 0 20px 20px;
  background: #ffffff;
}

.count-up i {
  font-size: 70px;
  font-weight: 600;
  transition: all 600ms ease;
  padding: 25px 0 8px;
  color: #F97316;
}

.counter-count {
  color: #ffffff;
  font-size: 38px;
  font-weight: 500;
}

.counter-2:hover .count-up i {
  transform: scale(-1) rotate(180deg);
}

.topservices {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.topservices-1 {
  padding: 12px 10px 35px;
  margin-top: 20px;
}

.topservices-2 {
  border-radius: 0 0 20px 20px;
  background: linear-gradient(4deg, #F97316, #560831);
  text-align: center;
}

.topservices-2 img {
  border: 10px solid #ffffff;
}

.topservices-2 strong {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #000000;
  padding: 8px 12px 9px;
  line-height: 21px;
  background: #fff;
  margin: 12px 0 0px;
}

.topservices-2 p {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #fff;
  padding: 10px 15px 10px;
  line-height: 22px;
}

.topservices-2 a {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  color: #560831;
  padding: 8px 15px 7px;
  line-height: 22px;
  background: #ffffff;
}

.testimonials {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials1 {
  padding: 12px;
  text-align: center;
  margin-top: 20px;
}

.testimonials2 {
  padding: 12px 20px 20px;
  border: 1px solid #ffc100;
  border-top: 0;
  background: linear-gradient(0deg, #ffc10047, transparent);
}

.testimonials3 strong {
  font-size: 22px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 0 7px;
  color: #560831;
}

.testimonials3 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #232323;
}

.footer-section {
  background: linear-gradient(180deg, #fcd29440, white);
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.footer-section:before {
  content: "";
  position: absolute;
  background: url(../images/bg3.png) no-repeat;
  background-position: center top;
  background-repeat: repeat;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -9;
  left: 0;
  opacity: 0.3;
}

.footer-serv3 {
  padding: 12px;
}

.footer-serv4 {
  padding: 0;
}

.footer-serv4 strong {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 15px 5px;
  background: #F97316;
  display: inline-block;
  border-radius: 9px;
  color: #560831;
}

.footer-serv4 p {
  font-size: 16px;
  line-height: 27px;
  padding: 12px 0 0 0;
  color: #000000;
  font-weight: 400;
  text-align: justify;
}

.footer-serv1 {
  padding: 12px;
}

.list ul li {
  color: #000000;
  font-size: 15px;
  padding: 3px 0;
  line-height: 31px;
  text-transform: capitalize;
}

.list ul li i {
  font-weight: 700;
  font-size: 17px;
  color: #F97316;
  display: inline-block;
  padding: 0 6px 0 0;
}

.footer-contact1 {
  padding: 15px;
}

.footer-contact2 {
  background: #F97316;
  padding: 20px 20px 15px;
  border-radius: 10px;
  outline: 1px solid #F97316;
  outline-offset: 2px;
}

.footer-contact2 a {
  display: block;
}

.footer-contact2 span {
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: #560831;
  font-size: 20px;
}

.footer-contact2 p {
  font-size: 38px;
  font-weight: 700;
  color: #000000;
}

.disclaimer p {
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
  padding: 0px 0 12px;
  text-align: center;
  color: #000000;
}

.copyryt1 p {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #560831;
  display: block;
  text-align: center;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}

.header img
{
  max-width: 100%;
}
@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .header .col-sm-4 {
    width: 50%;
  }
.header2 {
  display: none;
}
  .about-us-section .col-sm-7 {
    width: 100%;
  }

  .about-us-section .col-sm-5 {
    width: 100%;
  }

  .services .col-sm-4 {
    width: 50%;
  }

  .awards-section .col-sm-4 {
    width: 50%;
  }

  .our-services-section .col-sm-4 {
    width: 50%;
  }

  .list-design .col-sm-4 {
    width: 50%;
  }

  .counter-sec .col-sm-3 {
    width: 50%;
  }

  .topservices .col-sm-3 {
    width: 50%;
  }

  .testimonials .col-sm-4 {
    width: 50%;
  }

  .footer-section .col-sm-6 {
    width: 100%;
  }

  .footer-section .col-sm-3 {
    width: 50%;
  }

  .header2 {
    display: none;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .about-title strong {
    font-size: 40px;
  }
.header2 {
  display: none;
}
  .about-us-content {
    padding: 0px 25px;
  }

  .experiance-box {
    bottom: -117px;
  }

  .about-right1 {
    margin-bottom: 110px;
  }

  .header .container-fluid {
    padding:
      0;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .about-title strong {
    font-size: 40px;
  }
.header2 {
  display: none;
}
  .about-us-content {
    padding: 0px 25px;
  }

  .experiance-box {
    bottom: -117px;
  }

  .about-right1 {
    margin-bottom: 110px;
  }

  .header .container-fluid {
    padding:
      0;
  }

  .support-section .content-box .color-layer {
    transform: rotate(0deg);
  }
}

@media(min-width:320px) and (max-width:479px) {
  .about-title strong {
    font-size: 40px;
  }
.header2 {
  display: none;
}
  .about-us-content {
    padding: 0px 25px;
  }

  .support-section .phone {
    font-size: 25px;
  }

  .footer-contact2 p {
    font-size: 25px;
  }

  .experiance-box {
    bottom: -117px;
  }

  .about-right1 {
    margin-bottom: 110px;
  }

  .header .container-fluid {
    padding:
      0;
  }

  .support-section .content-box .color-layer {
    transform: rotate(0deg);
  }
}