@import url('../css2.html');
@import url('../css2-1.html');


.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.html);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

img {
  max-width: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
  font-family: "Momo Trust Display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.tophead-left2 {
  float: left;
  width: 100%;
}

.tophead-left2 marquee {
  font-size: 22px;
  text-transform: capitalize;
  color: #e10005;
  padding: 8px 40px 2px;
  font-weight: 600;
  background: #fff800;
  border-radius: 0 0 50px 50px;
}









.topservices-section {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.topservices-section .heading-services strong {
  padding: 0 0 12px;
}

.topservices1 {
  padding: 12px;
}

.topservices2 {
  position: relative;
  transition: 0.5s ease-in;
  text-align: center;
}

.topservices2:hover:before {
  height: 100%;
}

.topservices2 img {
  border-radius: 30px;
  width: 100%;
  border: 4px solid linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147));
}

.topservices2 a {
  color: #fff;
  background: #0b810b;
  padding: 7px 15px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 13px;
  border-radius: 5px;
  display: inline-block;
}

.topservices2 strong {
  font-size: 20px;
  margin: 0 auto;
  display: block;
  color: #ffffff;
  text-transform: capitalize;
  padding: 5px 0px 5px;
  font-weight: 800;
}

.banner-contact a {
  text-align: center;
  display: block;
  font-size: 110px;
  color: #175169;
  background: #fff800;
  font-weight: 800;
  padding: 0px 12px 0;
  width: auto;
  margin: 55px 0 0;
  animation: blkk 0.7s infinite ease-in;
}

@keyframes blkk {
  0% {
    color: #2d0934;
  }

  100% {
    color: #ffffff00;
  }
}

.text-center {
  text-align: center !important;
}

.heading-services strong {
  font-size: 45px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to right, rgb(54, 0, 51), rgb(11, 135, 147)) text;
}













.aboutus-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-design {
  padding: 0px 0px 0px;
  border-top: 0;
}

.aboutus-2 {
  padding: 30px 0 0 0px;
}

.about-heading span {
  position: absolute;
  left: 0;
  top: 5px;
  animation: blink 1.2s linear infinite;
}

.about-heading strong {
  font-size: 75px;
  font-weight: 700;
  display: block;
  color: #475909;
  text-transform: uppercase;
  background: linear-gradient(1deg, #000, #475909);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-heading p {
  color: #e10005;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  width: fit-content;
  background: #fff800;
  margin: -25px auto 0px 0;
  padding: 5px 15px;
}

.about-heading {
  background: #fff;
  border-radius: 0px 60px 60px 0px;
  margin: 0px 0px 0 0px;
  padding: 0 0 0 0px;
}

.about-content img {
  display: none;
}

.about-content p {
  color: #ffffff;
  font-size: 15px;
  line-height: 33px;
  text-align: justify;
  padding: 0px 0 10px;
}

.about-content p strong {
  color: #e10005;
  font-weight: 600;
}

.about-content ul,
ol {
  padding: 10px 0px 10px 0px;
  margin: 0px 0 0px 0;
}

.about-content ul li {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  text-transform: capitalize;
  margin: 0 5px 5px 0px;
  padding: 10px 20px;
  border-radius: 40px;
  background: #fff800;
  position: relative;
}

.about-content ol li {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 30px 0 0 30px;
  background: linear-gradient(1deg, #000, #475909);
  width: 48%;
  text-transform: capitalize;
  margin: 0 5px 12px;
  display: inline-block;
  padding: 8px 12px 8px 51px;
  position: relative;
}

.about-content ul li:last-child {
  border-bottom: 0;
  margin: 0;
}

.about-content ol li i {
  margin: 0 auto;
  position: absolute;
  left: -1px;
  font-size: 18px;
  color: #e10005;
  font-weight: 600;
  top: -1px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  width: 41px;
  border-radius: 50%;
  background: #fff800;
  animation: blink 1s linear infinite;
}

@keyframes blink {
  0% {
    color: #e10005;
    ;
  }

  50% {
    color: #ffffff00;
  }

  100% {
    color: #e10005;
  }
}








.bestservices {
  padding: 50px 0px;
  float: left;
  width: 100%;
  position: relative;
}

.heading-services p {
  color: #000000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  width: fit-content;
  background: #fff800;
  margin: 0px auto -20px;
  padding: 5px 15px;
}

.heading-services strong {
  font-size: 45px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(1deg, #ffffff, #475909);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading-services strong img {
  animation: float 9s ease-in-out infinite;
  height: 40px;
  margin: 0 10px;
}

.best-srvv {
  padding: 15px 0 0;
}

.best-services1 {
  padding: 12px;
  margin-top: 20px;
}

.best-services2 {
  position: relative;
  padding: 30px 20px;
  border-bottom: 0;
  background: darkgreen;
  color:white;
  position: relative;
  z-index: 9;
}

.best-services2:before {
  content: "";
  position: absolute;
  background: url(../images/dd.jpg) no-repeat;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -9;
  opacity: 0.1;
}

.best-services3 {
  padding: 0px 0 0px 0;
}

.best-services3 img {
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 0 4px #e10005;
  border: 10px solid #fff800;
}


.best-services4 {
  padding: 0px 0 0px 0;
}

.best-services5 a {
  background: linear-gradient(1deg, #000, #475909);
  color: #ffffff;
  padding: 7px 19px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  width: fit-content;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 6px;
  text-shadow: -1px 0px 11px white;
}

.best-services5 strong {
  display: block;
  font-size: 22px;
  padding: 20px 0 0;
  text-transform: uppercase;
  font-weight: 800;
  color:gold;
}

.best-services5 p {
  padding: 2px 0px 10px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: white;
}

.txt-ani {
  font-size: 70px;
  text-transform: capitalize;
  font-weight: 700;
  color: #000;
}





.other-services {
  background: linear-gradient(1deg, #000, #475909);
  padding: 50px 0;
  float: left;
  width: 100%;
  position: relative;
  z-index: 9;
}

.other-services: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;
}

.list-design1 {
  padding: 0 10px;
}

.list-design1 a {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  margin: 30px auto 0;
  display: block;
}

.list-design1 ul li {
  color: #000000;
  padding: 10px 12px 10px 40px;
  background: #fff800;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  margin: 16px 0 0;
  border-radius: 40px;
  font-weight: 500;
}

.list-design1 ul li i {
  margin: 0 auto;
  position: absolute;
  left: 11px;
  font-size: 21px;
  color: #475909;
  font-weight: 600;
  top: 9px;
  text-align: center;
}









.whychoose-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.whychoose-section1 {
  border: 1px solid #eeeeee;
  padding: 70px 30px 30px;
  border-radius: 13px;
}

.choose-left2 {
  padding: 30px 14px 30px 14px;
  border-radius: 20px;
  position: relative;
  background: linear-gradient(1deg, #000, #475909);
}

.choose-left2:before {
  height: 100px;
  bottom: -70px;
  left: 0;
  z-index: -1;
  right: 0;
  background: #000;
  top: auto;
  margin: 0 auto;
  width: 18px;
  border-radius: 40px;
  position: absolute;
  content: "";
}

.choose-left2:after {
  height: 30px;
  width: 30px;
  background: #000;
  border-radius: 40px;
  position: absolute;
  content: "";
  bottom: -70px;
  left: 0;
  z-index: 1;
  right: 0;
  top: auto;
  margin: 0 auto;
}

.choose-left2 span {
  display: block;
  border-radius: 50%;
  height: 110px;
  line-height: 111px;
  width: 110px;
  position: relative;
  margin: 0 auto;
  border: 10px solid #ffffff4d;
  background: #fff800;
  z-index: 9;
}

.round-choose {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.choose-left2 span i {
  font-size: 40px;
  color: #e10005;
}

.choose-left2 p {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  padding: 6px 0px 0px;
  position: relative;
}

.choose-left2 strong {
  text-transform: capitalize;
  color: #fff800;
  padding: 0;
  border-radius: 50px;
  display: inline-block;
  margin: 30px 0 0;
  font-size: 26px;
}

.choose-bottom1 {
  position: relative;
  padding: 10px;
}






.awards {
  position: relative;
  padding: 50px 0px;
 
  z-index: 9;
  float: left;
  width: 100%;
}

.awards:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
 
  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: #ffffff;
}

.awards-heading i {
  display: block;
  color: #ffffff;
  font-size: 50px;
}

.design-awards {
  align-items: center;
}

.ddd {
  margin-top: 100px;
}









.testimonials {
  position: relative;
  z-index: 9;
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.testimonials .choose-heading strong {
  color: #d1273a;
}

.testimonials1 {
  padding: 12px;
}

.testimonials2 {
  padding: 20px;
  background: #fff800;
  position: relative;
  border-radius: 30px;
  z-index: 9;
}

.testimonials2:before {
  content: "";
  position: absolute;
  background: url(../images/dd.jpg) no-repeat;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  background-size: cover;
  z-index: -9;
  opacity: 0.1;
  border-radius: 30px;
}

.coma span {
  display: block;
  text-align: right;
  position: absolute;
  right: 0;
  color: #ffffff;
  bottom: 0;
  opacity: 0.2;
  left: 0;
  margin: 0 auto;
}

.coma span i {
  font-size: 100px;
}

.testimonials4 p {
  color: #000000;
  font-weight: 500;
  padding: 0px 0 7px 0;
  line-height: 31px;
  font-size: 15px;
  text-align: center;
}

.testimonials4 {
  position: relative;
  border-radius: 10px;
  padding: 0px 0px 0px;
}

.testimonials4 span {
  text-transform: capitalize;
  display: block;
  color: #3b2045;
  font-size: 17px;
  text-align: left;
  border-top: 1px solid #6f8455;
  font-weight: 600;
  padding: 10px 0 0px;
}

.testimonials4 span b {
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  font-style: italic;
  float: right;
}

.star i {
  color: #e10005;
  text-align: center;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
}

.whatsapp-services {
  background: #461159;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-services a {
  display: block;
}

.whatsapp-services img {
  animation: rotation 10s infinite linear;
}

.client {
  padding: 20px 0 0;
}









.footer-section {
  background: linear-gradient(1deg, #000, #475909);
  background-size: cover;
  position: relative;
  float: left;
  width: 100%;
  z-index: 9;
}

.footer-section: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;
}

.footer-left1 {

  padding: 15px;
}

.footer-left2 {
  padding: 20px;
}

.footer-left2 ul li {
  color: #000000;
  padding: 8px 15px 8px;
  background: #fff;
  position: relative;
  font-size: 17px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0 0;
  border-radius: 40px;
  display: inline-block;
  align-items: center;
}

.footer-left2 ul li i {
  font-size: 15px;
  color: #049507;
  padding-right: 3px;
}


.footer-right1 {
  padding: 0;
}

.footer-right2 {
  padding: 15px 0;
}

.contact-left1 {
  padding: 15px;
}

.contact-left2 {
  padding: 0;
  background-color: yellow;
  border-radius: 10px;
}

.contact-left2 a {
  padding: 17px 5px 10px;
  text-align: center;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 20px;
  display: block;
}

.contact-left2 a span {
  font-size: 29px;
  display: block;
  color: #000000;
  font-weight: 700;
  padding: 10px 0 0;
}

.contact-left2 a i {
  font-size: 65px;
  color: #000000;
}

.footer-ws {
  padding: 0;
}

.footer-ws a {
  color: #fff;
  padding: 12px 5px 10px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  display: block;
  background: #17ba26;
  position: relative;
  z-index: 9;
  border-radius: 20px;
}

.footer-ws a span i {
  display: block;
  font-size: 80px;
  padding: 0 0 5px;
}

.footer-ws a span:before {
  background: url(../images/bg-whatsapp.html) no-repeat #31e531;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -9;
  opacity: 0.2;
  background-size: cover;
}

.disclaimer {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  text-align: center;
  padding: 15px 0 0;
}

.copyryt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-transform: capitalize;
  padding: 8px 0 20px;
}

.copyryt span {
  display: block;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}


@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .banner-contact a {
    font-size: 79px;
  }

  .header .col-sm-4 {
    width: 50%;
  }

  .header2 {
    display: none;
  }

}

@media(min-width:640px) and (max-width:767px) {
  .header2 {
    display: none;
  }

  .heading-services strong {
    font-size: 35px;
  }

  .banner-contact a {
    font-size: 31px;
  }

  .about-heading strong {
    font-size: 45px;
    line-height: 55px;
  }

  .about-heading p {
    margin: -6px auto 0px 0;
  }

  .about-content ol li {
    width: 100%;
  }

  .awards-heading strong {
    font-size: 35px;
  }

  .contact-left1 {
    padding: 15px;
    width: 100%;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .header2 {
    display: none;
  }

  .heading-services strong {
    font-size: 35px;
  }

  .banner-contact a {
    font-size: 31px;
  }

  .about-heading strong {
    font-size: 45px;
    line-height: 55px;
  }

  .about-heading p {
    margin: -6px auto 0px 0;
  }

  .about-content ol li {
    width: 100%;
  }

  .awards-heading strong {
    font-size: 35px;
  }

  .contact-left1 {
    padding: 15px;
    width: 100%;
  }
}

@media(min-width:320px) and (max-width:479px) {
  .header2 {
    display: none;
  }

  .heading-services strong {
    font-size: 35px;
  }

  .banner-contact a {
    font-size: 31px;
  }

  .about-heading strong {
    font-size: 45px;
    line-height: 55px;
  }

  .about-heading p {
    margin: -6px auto 0px 0;
  }

  .about-content ol li {
    width: 100%;
  }

  .awards-heading strong {
    font-size: 35px;
  }

  .contact-left1 {
    padding: 15px;
    width: 100%;
  }
}