@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&amp;display=swap');



.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg2.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;
}


.ourservices-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.main_heading {
  position: relative;
}

.main_heading:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  top: 17px;
  right: 0;
  margin: 0 auto;
  background: #ff0000;
  z-index: 0;
}

.main_heading p {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 26px 5px;
  border-radius: 40px;
  background: #ff0000;
  display: inline-block;
  position: relative;
}

.main_heading strong {
  font-size: 56px;
  background: -webkit-linear-gradient(90deg, #000, #bf1b24 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  display: block;
  padding: 9px 0 0;
  letter-spacing: -2px;
}

.our-services1 {
  padding: 20px;
  margin-top: 20px;
}

.our-services2 {
  position: relative;
}

.design-services {
  position: relative;
  justify-content: left;
  align-items: center;
}

.our-services3 {
  width: 85%;
  padding: 0;
}

.our-services4 {
  width: 60%;
  bottom: 0;
  position: absolute;
  right: 0;
  padding: 16px 25px 20px;
  background: #fff;
  box-shadow: 0 0 0px 0px #0000006b;
}

.our-services4 strong {
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 700;
  color: #bf1b24;
}

.our-services4 p {
  color: #545454;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  padding: 2px 0 5px;
}

.our-services4 a {
  color: #721d9d;
  font-size: 17px;
  font-weight: 800;
  display: block;
  text-transform: capitalize;
}

.other-services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.other-services1 {
  padding: 16px;
  margin-top: 20px;
}

.other-services2 {
  background-color: white;
  box-shadow: -1px -1px 11px rgb(0 0 0 / 20%);
  border-radius: 100px 0px 100px 0px;
  margin: 0;
  padding: 0;
}

.other-services3 {
  padding: 0;
  margin: 0;
}

.other-services3 img {
  border-radius: 100px 0px 0px 0px;
  width: 100%;
}

.other-services4 {
  padding: 30px 24px 40px;
  text-align: right;
  position: relative;
}

.other-services4 strong {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  color: #bf1b24;
  text-align: left;
  display: block;
}

.other-services4 p {
  color: #545454;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  padding: 2px 0 10px;
}

.other-services4 a {
  font-size: 17px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 9px 19px;
  margin: 0px 30px 0 0px;
  display: inline-block;
  border-radius: 30px 0 30px 0;
  font-weight: 600;
  background: -webkit-linear-gradient(90deg, #000, #bf1b24 80%);
  text-align: center;
  color: #fff;
}



.list-section {
  float: left;
  width: 100%;
  padding: 0;
  background: #ff000d;
}

.list-section-1 {
  padding: 75px 40px 23px;
}

.list-content {
  padding: 5px 0 5px;
  border: 1px solid #ffffffa3;
  border-left: 0;
  border-right: 0;
}

.list-head {
  padding: 0;
}

.list-head {
  font-size: 37px;
  font-weight: 700;
  color: #fec411;
  line-height: 27px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 0 36px;
}

.srv-list {
  padding: 15px 0;
}

.srv-list-1 {
  padding: 0 0 2px;
}

.srv-list-1 ul li {
  line-height: 29px;
  text-transform: capitalize;
  color: #fff;
  font-size: 17px;
  padding: 4px 0px;
  font-weight: 500;
  border-radius: 50px;
}


.srv-list-1 ul li i {
  font-weight: 400;
  color: #fec211;
  font-size: 16px;
  text-align: center;
  padding: 0 6px 0px 0;
  display: inline-block;
}

.footer-contact {
  padding: 0;
  text-align: center;
}

.footer-contact a {
  font-size: 65px;
  padding: 8px 0 4px;
  font-weight: 900;
  text-decoration: none;
  animation: anii 0.4s infinite;
  display: block;
}

@keyframes anii {
  0% {
    color: #fec411;
  }

  100% {
    color: #ffffff;
  }
}

.disclaimer {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 18px;
  text-align: center;
}

.srv-list-1 strong {
  font-size: 31px;
  font-weight: 700;
  display: block;
  color: #fec411;
  line-height: 27px;
  text-align: left;
  text-transform: capitalize;
  padding: 0 0 10px 0;
}

.srv-list-1 p {
  line-height: 27px;
  color: #fff;
  font-size: 15px;
}

.srv-list-1 p a {
  color: #bf1b24;
  font-weight: 600;
  margin: 2px 0 0 9px;
  padding: 0px 6px 0px 6px;
  font-size: 15px;
  text-transform: uppercase;
  background: white;
  display: inline-block;
  min-height: auto;
}

.copy-right {
  padding: 0;
  background: #fec311;
  float: left;
  width: 100%;
}

.copyryt {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  text-align: center;
  padding: 7px 0 6px;
}




.tophead-section {
  padding: 0;
  box-shadow: 0px 1px 0px #828282;
  background: #3a0c0c;
  float: left;
  width: 100%;
}

.tophead-section1 {
  padding: 0px;
  display: flex;
  align-items: center;
}

.top-list {
  padding: 10px;
}

.top-list1 {
  padding: 0px;
  /* border:1px solid; */
}

.top-list1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-list1 ul li {
  padding: 0px 10px;
  font-size: 21px;
  box-shadow: 1px 0px 0px #000000;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  margin: 7px 0;
  color: #ffffff;
}

.top-call {
  padding: 0px;
}

.top-call1 {
  padding: 0px;
  text-align: right;
}

.top-call1 p {
  margin: 0;
  padding: 10px;
}

.top-call1 p a {
  text-decoration: none;
  background: #bf1b24;
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  font-size: 28px;
  padding: 6px 15px;
  border-radius: 5px;
  border: 1px solid #f1ad00;
}

.pulse {
  position: relative;
}

.button {
  display: inline-flex;
  align-items: center;
  /* box-shadow: 0 3px 2px 0 rgba(0,0,0,0.1); */
  height: 45px;
  transition: background .3s, transform .3s, box-shadow .3s;
  will-change: transform;
}

.pulse:before {
  animation: pulse 1.5s infinite linear;
}

.pulse:after {
  animation: pulse 2s .4s infinite linear;
}

.marquee-line {
  background: #bf1b24;
  float: left;
  width: 100%;
}

.marquee-left {
  padding: 7px 10px;
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
  position: relative;
  background: #ff0000;
}

.marquee-left:before {
  content: "";
  height: 44px;
  width: 10px;
  background: #ffffff00;
  border-top: 10px solid#ff0000;
  border-left: 10px solid#fff50000;
  border-right: 10px solid#ff0000;
  border-bottom: 10px solid#ff0000;
  position: absolute;
  left: -20px;
  bottom: 0;
}

.marquee-left:after {
  content: "";
  height: 44px;
  width: 10px;
  background: #ffffff00;
  border-top: 10px solid#ff0000;
  border-left: 10px solid#ff0000;
  border-right: 10px solid#fff50000;
  border-bottom: 10px solid#ff0000;
  position: absolute;
  right: -20px;
  bottom: 0;
}

.marquee-right {
  font-size: 19px;
  text-transform: capitalize;
  font-weight: 600;
  color: #fff;
  padding: 7px 0 0 20px;
}




#faq {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.faq-section {
  float: left;
  width: 100%;
}

.faq-section1 {
  padding: 0px;
}

.faq-head {
  padding: 10px 0;
  text-align: center;
}

.faq-head strong {
  font-size: 65px;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  margin: -7px 0 0 0;
}

.faq-head p {
  color: #ba0000;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  display: inline-block;
  font-weight: 700;
  background: #ffe401;
  padding: 6px 20px 4px 18px;
  border-radius: 22px;
}

.faq-question {
  padding: 30px 0 0 0;
}

.faq-1 {
  padding: 10px 0;
  text-align: left;
}

.faq-2 {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #242424;
}

.faq-3 {
  padding: 0 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-3 .faq-que {
  width: 8%;
}

.faq-3 .faq-que p {
  font-size: 33px;
  margin: 0;
  color: #bf1b24;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  display: block;
}

.faq-3 .faq-que p span {
  /* color: #252525; */
}

.faq-3 .faq-que1 {
  width: 93%;
}

.faq-3 .faq-que1 p {
  font-weight: 600;
  color: #bf1b24;
  font-size: 25px;
  padding: 0 10px 0 0;
  margin: 0;
}

.faq-4 {
  padding: 0px 0px 0;
  display: flex;
}

.faq-4 .faq-ans {
  width: 7%;
}

.faq-4 .faq-ans p {
  font-size: 36px;
  margin: 0;
  color: #0f0f0f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  display: block;
}

.faq-4 .faq-ans p span {
  color: #bf1b24;
}

.faq-4 .faq-ans1 {
  width: 93%;
}

.faq-4 .faq-ans1 p {
  color: #222;
  font-size: 17px;
  margin: 0;
  line-height: 29px;
  font-weight: 500;
}

.faq-4 .faq-ans1 ul {
  text-align: left;
  padding: 10px 0 5px;
  margin: 0;
  list-style: none;
}

.faq-4 .faq-ans1 ul li {
  margin: 0;
  font-size: 14px;
  padding: 12px 0 0;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 27px;
}

.faq-4 .faq-ans1 li:before {
  color: #ff957f;
  background: #1f152d;
  content: "\f664";
  font-weight: 900;
  display: inline-block;
  font-size: 17px;
  padding: 2px 10px 2px 10px;
  font-family: "Font Awesome 6 Pro";
  margin: 0 12px 0 0;
  border-radius: 10px;
}



.testimonials-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials-1 {
  padding: 10px;
  margin-top: 30px;
}

.testimonials-2 {
  border: 1px solid #eee;
  border-radius: 15px;
  position: relative;
  padding: 35px 28px 47px 28px;
  border-bottom: 4px solid #bf1b24;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.testimonials-2 span {
  border-radius: 50%;
  position: absolute;
  height: 45px;
  width: 45px;
  background: -webkit-linear-gradient(90deg, #bf1b24, #bf1b24 80%);
  display: block;
  line-height: 66px;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -18px;
  line-height: 50px;
}

.testimonials-2 span i {
  font-size: 20px;

}

.testimonials-2 p {
  color: #545454;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  padding: 6px 0 5px;
}

.testimonials-2 strong {
  position: absolute;
  width: 80%;
  color: #ff0000;
  background: -webkit-linear-gradient(90deg, #bf1b24, #bf1b24 80%);
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 7px 10px;
  text-transform: capitalize;
  font-size: 18px;
  bottom: -20px;
}

.testimonials-2 i {
  color: #ff0000;
  padding: 8px 2px 0;
  display: inline-block;
}




.ccc {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.exback-content {
  padding: 0
}

.ex-love-left1 strong {
  font-size: 37px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  color: #ba0000;
}

.ex-love-left1 span {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  display: block
}

.btn-group>.btn,
.ex-love-left1 a,
label {
  font-weight: 700;
  text-transform: capitalize
}

.ex-love-left1 a {
  border-radius: 50px;
  background: #132029;
  padding: 8px 23px;
  color: #ffd800;
  margin: 20px 0 0;
  display: inline-block;
  font-size: 18px;
  text-decoration: none
}

.ex-love-right1 img {
  padding: 15px;
  box-shadow: 0 0 10px #848080
}

.ex-love-left1 p {
  color: #363636;
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 20px;
}



.bestservices {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.best-services1 {
  padding: 15px;
  margin-top: 20px;
}

.best-services2 {
  position: relative;
  padding: 0 0 20px
}



.best-services2 .icon {
  font-size: 20px;
  display: inline-block;
  height: 87px;
  line-height: 80px;
  border-radius: 20px;
  width: 87px;
  background: #fff;
  text-align: center;
  position: absolute;
  bottom: 133px;
  right: 20px
}

.best-services2 .icon svg {
  height: 50px;
  fill: #b01e37
}

.best-services4,
.footer-contact {
  padding: 10px 0 0
}

.best-services4 strong {
  text-align: center;
  color: #b01e37;
  font-size: 24px;
  font-weight: 800;
  text-transform: capitalize;
  padding: 0;
  display: block
}

.best-services4 a,
.click-more-serv a {
  background: #232f46;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: fit-content
}

.best-services4 a {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  border-radius: 42px;
  padding: 4px 20px 3px;
  margin: 10px auto 0
}

.click-more-serv a {
  margin: 40px auto 0;
  padding: 8px 17px 4px;
  font-size: 17px;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  transition: .7s
}





.aboutus-image {
  text-align: center;
  padding: 0px 0 0px;
  overflow: hidden;
  margin: -110px 0 0;
  z-index: 1;
}

.aboutus-image .mata-ji {
  height: auto;
  display: block;
  margin: 0 auto;
}

.aboutus-image .round-image {
  position: absolute;
  left: 0;
  top: 141px;
  height: 507px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.abtus {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.midsection-right1 {
  padding: 0 0px 0 0px;
}

.midsection-right2 {
  padding: 0px 0px 0 0px;
}

.aboutus-design {
  padding: 0px 0px 50px 30px;
  z-index: 9;
}

.aboutus-heading {
  padding: 0;
  text-align: left;
}

.aboutus-heading p {
  margin: 0;
  position: relative;
  z-index: 9;
}

.aboutus-heading p i {
  background: linear-gradient(259deg, #000 0%, #bf1b24);
  color: #fff;
  padding: 7px 20px 7px;
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.aboutus-heading h1 {
  font-size: 47px;
  padding: 10px 0 0;
  font-weight: 600;
  color: #bf1b24;
  display: block;
  text-transform: capitalize;
}

.aboutus-heading h1 a {
  color: #bf1b24;
}

.about-design {
  padding: 16px 0 0 0;
  text-align: left;
}

.about-design p {
  color: #000000;
  font-size: 15px;
  padding: 10px 40px 0 0px;
  margin: 0;
  line-height: 30px;
  font-weight: 400;
}

.about-design h2 {
  font-size: 26px;
  color: #bf1b24;
  padding: 10px 0 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.about-design a {
  color: #fff;
  font-size: 17px;
  display: inline-block;
  font-weight: 700;
  border-radius: 30px 0 0px 30px;
  background: linear-gradient(259deg, #000 0%, #bf1b24);
  padding: 8px 23px 8px;
  margin: 0;
  float: right;
  text-transform: capitalize;
  letter-spacing: 1px;
}



.choose-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #ff0000;
}

.choose-section1 {
  padding: 0px;
}

.choose-left {
  padding: 0px;
  margin-top: 20px;
}

.choose-left1 {
  padding: 0;
}

.choose-left1 p {
  color: #ffffff;
  font-size: 42px;
  text-transform: capitalize;
  display: block;
  text-align: center;
  font-weight: 600;
}

.choose-left1 strong {
  text-align: center;
  color: #000000;
  font-size: 60px;
  display: block;
  font-weight: 900;
  line-height: 50px;
  padding: 0 0 14px;
}

.choose-right {
  padding: 0;
}

.choose-right1 {
  padding: 0;
}

.choose-1 {
  padding: 0;
}

.choose-2 {
  padding: 15px 15px 0;
}

.choose-2 p {
  color: #ffffff;
  border-radius: 0 0 50px;
  font-size: 21px;
  font-weight: 500;
  background: #bf1b24;
  text-transform: capitalize;
  padding: 12px 19px 9px;
  display: flex;
  align-items: center;
}

.choose-2 p i {
  padding: 0 8px 0 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}



@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
  .header2 {
    display: none;
  }
  .header .col-sm-4{width: 50%;}
}
@media(min-width:640px) and (max-width:767px){
  .list-head {
  line-height: 50px;
}
.srv-list-1 strong {
  line-height: 50px;
}
.footer-contact a {
  font-size: 35px;
}
.faq-3 .faq-que1 {
  padding-left: 15px;
}
.faq-4 .faq-ans1 {
  padding-left: 15px;
}
.tophead-section1 {
  display: block;
}
.top-call {
  width: 100%;
}
.top-list {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.header2 {
  display: none;
}
.top-call1 {
  text-align: center;
}
}
@media(min-width:480px) and (max-width:639px)
{.list-head {
  line-height: 50px;
}
.srv-list-1 strong {
  line-height: 50px;
}
.footer-contact a {
  font-size: 35px;
}
.faq-3 .faq-que1 {
  padding-left: 15px;
}
.faq-4 .faq-ans1 {
  padding-left: 15px;
}
.tophead-section1 {
  display: block;
}
.top-call {
  width: 100%;
}
.top-list {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.header2 {
  display: none;
}
.top-call1 {
  text-align: center;
}
}
@media(min-width:320px) and (max-width:479px)
{
.tophead-section1 {
  display: block;
}
.top-call {
  width: 100%;
}
.top-list {
  padding: 10px;
  width: 100%;
  text-align: center;
}
.header2 {
  display: none;
}
.our-services3 {
  width: 100%;
  float: left;
}
.our-services2 {
  position: relative;
  width: 100%;
  float: left;
}
.our-services4 {
  width: 100%;
  position: relative;
  float: left;
}
.faq-3 .faq-que1 {
  padding-left: 15px;
}
.faq-4 .faq-ans1 {
  padding-left: 15px;
}
.list-head {
  line-height: 50px;
}
.srv-list-1 strong {
  line-height: 50px;
}
.footer-contact a {
  font-size: 25px;
}


}
