@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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;
  background-position-x: center;
}


body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: normal;
}

img {
  max-width: 100%;
}

.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%;
  text-align: center;
  background: #000;
  padding: 10px 0px;
}





.list-section {
  float: left;
  width: 100%;
  padding: 0;
  background: linear-gradient(271deg, #61045f -1.58%, #a80000 100%);
}

.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: #ffc300;
  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: #ffc300;
  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: #ffc300;
  }

  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: 20px;
  font-weight: 700;
  display: block;
  color: #ffc300;
  line-height: 50px;
  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: #61045f;
  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: #ffd30326;
  float: left;
  width: 100%;
}

.copyryt {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  color: #000000;
  text-align: center;
  padding: 7px 0 6px;
}





.ftco-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}


.heading-section .subheading {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #a51314;
  letter-spacing: 2px;
  font-weight: 600;
}

.heading-section h2 {
  line-height: 1.2;
  font-size: 45px;
  font-weight: 600;
  text-transform: capitalize;
  color: #61045f;
}

.services-wrap .img {
  width: 100%;
  height: 220px;
}

.services-wrap .text {
  width: 100%;
  text-align: center;
  padding: 20px 5px;
  position: relative;
}

.services-wrap .text .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  margin: -35px auto 20px auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
}

.services-wrap .text h2 {
  font-weight: 600;
  font-size: 22px;
  color: #a80000;
}

.services-wrap .text .btn-custom {
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  width: 80%;
  background: #61045f;
  color: #fff;
  padding: 12px 10px;
  border-radius: 3px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.services-wrap {
  margin-top: 30px;
  margin-bottom: 20px;
}

.services-wrap {
  margin-bottom: 50px;
  padding: 10px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #fff;
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);
}





.project {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  margin-top: 30px;
}

.project .img {
  float: left;
  width: 100%;
  position: relative;
  z-index: -1;
}

.project .text {
  width: 90%;
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  margin-top: -75px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.1);
  float: left;
}

.project .text h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.project .text .subheading {
  background: rgba(0, 0, 0, 0.07);
  padding: 7px 15px;
  color: #a51314;
  font-size: 16px;
  display: inline-block;
  font-weight: 700;
}

.project:hover .text {
  background: #a51314;
}

.project:hover .text h3 {
  color: #fff;
}

.project:hover .text .subheading {
  color: #fff;
  background: green;
}



.top-header {
  padding: 0;
  text-align: center;
  background: #a51314;
  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;
}



.top-sec {
  background: #ffc300;
  border-bottom: 1px solid #e5acb3;
  float: left;
  width: 100%;
}

.mark-txt {
  text-align: center;
}

.mark-txt1 {
  font-size: 20px;
  padding: 8px 5px 0;
  text-transform: capitalize;
  color: #000000;
  font-weight: 600;
}

.mark-txt1 span {
  color: #ffffff;
  background: #fcdf3e;
  padding: 0 15px;
  border-radius: 20px;
  display: inline-block;
  line-height: 26px;
}

.mark-txt0 a {
  font-size: 30px;
  padding: 5px 7px 2px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  font-weight: 900;
  animation: shd 1s infinite;
  background: #000;
}


@keyframes shd {
  0% {
    color: #ffffff;
  }

  50% {
    color: #ffc300;
  }

  100% {
    color: #ffffff;
  }
}












.services-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-heading {
  text-align: center;
  padding: 0;
}

.services-heading p {
  margin: 0;
}

.services-heading p span {
  height: 2px;
  display: inline-block;
  margin: 0px 0px 3px 0px;
  width: 50px;
  position: relative;
  background: #61045f;
}

.services-heading p span:before {
  height: 20px;
  width: 20px;
  position: absolute;
  content: "";
  top: -9px;
  background: #61045f;
  left: 0px;
  border-radius: 50px;
}

.services-heading i {
  background: #61045f;
  color: #fff;
  padding: 7px 20px 7px;
  text-shadow: 1px -1px 6px #61045f;
  display: inline-block;
  font-size: 15px;
  font-style: normal;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.services-heading p .bgicon-right:before {
  right: 0;
  left: auto;
}

.services-heading strong {
  font-size: 47px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  color: #a80000;
}

.services-heading b {
  color: #484848;
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  font-weight: 500;
  display: inline-block;
  padding: 0px 6%;
}

.services {
  padding: 0;
}

.services-1 {
  padding: 10px;
  margin-top: 20px;
}

.services-2 {
  text-align: center;
  padding: 55px 0 0px 0;
  box-shadow: 0 0 8px #68686840;
  background: #fff;
  border-radius: 10px;
  border-top: 10px solid #a80000;
  position: relative;
}

.services-3 {
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 9;
}

.bg-design-service {
  padding: 0px;
  position: relative;
}

.bg-design-service:before {
  content: '';
  position: absolute;
  background-image: url(../images/circl2.png);
  width: 264px;
  height: 266px;
  right: 0;
  left: 0;
  margin: 0 auto;
  animation: rotation 17s infinite linear;
  top: -21px;
  z-index: -1;
  opacity: 0.2;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.services-3 img {
  border-radius: 50%;
  border: 3px solid #ffc300;
  margin: 0 auto;
  display: block;
  padding: 0px;
  width: 225px;
}

.services-4 {
  padding: 30px 0 0 0;
}

.services-4 strong {
  display: block;
  font-size: 29px;
  padding: 0px;
  color: #a80000;
  font-weight: 600;
  text-transform: capitalize;
}

.services-4 p {
  color: #fff;
  line-height: 32px;
  margin: 0;
  padding: 20px 20px;
  font-size: 15px;
  font-weight: 500;
  background: #61045f;
}

.contact-serv {
  text-align: center;
  padding: 20px 0 0 0;
}

.contact-serv a {
  display: block;
}

.contact-serv span {
  background: #a80000;
  height: 90px;
  border-radius: 50px 50px 0px 0px;
  width: 90px;
  line-height: 98px;
  position: relative;
  display: inline-block;
}

.contact-serv span img {
  filter: brightness(1) invert(1);
  animation: rotation 10s linear infinite;
}

.contact-serv span:after {
  content: "";
  position: absolute;
  background: url(../images/call.png);
  background-repeat: no-repeat;
  top: 20px;
  padding: 24px 0px 24px 0px;
  left: 22px;
  right: 0;
  margin: 0 auto;
  width: 100%;
}








.testi-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testi-1 {
  padding: 12px;
  margin-top: 20px;
}

.testi-2 {
  padding: 0;
  text-align: center;
}

.testi-box {
  padding: 15px 0 27px;
  position: relative;
  overflow: hidden;
  background: #ffc300;
}

.client-msg {
  position: relative;
  text-align: center;
}

.client-msg p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #000000;
  padding: 0 15px 10px;
}

.client-name span {
  display: block;
  font-size: 18px;
  color: #a80000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 10px 2px;
  background: #ffffff;
}

.stars {
  font-size: 20px;
  color: #61045f;
  text-align: center;
  padding: 5px 18px;
  font-weight: 700;
  background: #ffffff;
  position: relative;
  margin: -71px 0 0;
  display: inline-block;
  top: -18px;
  text-shadow: 0 0 27px #ffffff;
}

.stars:after {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  right: -16px;
  top: 24px;
  transition: .5s;
  border-top-color: #ffc300;
  border-left-color: #feae03;
  opacity: 1;
}

.stars:before {
  border: 8px solid transparent;
  content: "";
  position: absolute;
  left: -16px;
  top: 24px;
  transition: .5s;
  border-top-color: #ffc300;
  border-right-color: #feae03;
  opacity: 1;
}












.case-solv {
  float: left;
  width: 100%;
  padding: 50px 0px;
  background: #ffc300;
}

.case-solv1 {
  padding: 0;
}

.case-1 {
  padding: 15px;
  text-align: center;
  margin-top: 20px;
}

.icon-box i {
  font-size: 64px;
  color: #ffffff;
  font-weight: 200;
  background: #a80000;
  border-radius: 50% 50% 0 0;
  width: 145px;
  height: 135px;
  text-align: center;
  line-height: 137px;
  border: 9px solid #fff;
  border-bottom: 0;
}

.counter-title {
  font-size: 20px;
  font-weight: 700;
  color: #111e2d;
  padding: 3px 12px 3px;
  text-transform: capitalize;
  background: #ffffff;
  border-radius: 40px;
  z-index: 1;
  position: relative;
}











.aboutus-section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aboutus-section:before {
  position: absolute;
  content: "";
  background: linear-gradient(1deg, #61045f, #a80000);
  height: 100%;
  width: 100%;
  top: 0;
}

.about-head {
  padding: 0 0 28px;
  text-align: center;
}

.about-head strong {
  color: #61045f;
  font-size: 45px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  background: #ffc300;
  padding: 20px;
}

.about-head span {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  padding: 10px 0 0;
}

.about-us-1 {
  padding: 0 0 0;
}

.about-us-1 p {
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
  padding: 8px 0;
}

.about-us-1 p strong {
  color: #ffc300;
  font-weight: 400;
}

.about-us-1 ul {
  text-align: left;
  padding: 3px 0 9px;
  border-radius: 20px;
}

.about-us-1 ul li {
  font-size: 15px;
  padding: 2px 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 27px;
  display: flex;
  align-items: center;
}

.about-us-1 li i {
  color: #ffc300;
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  padding: 0 6px 0 0;
  text-align: center;
}






@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%;
}
.ftco-section .col-sm-4
{
  width: 50%;
}
.services-1 {
  width: 50%;
}
}
@media(min-width:640px) and (max-width:767px){.header2 {
  display: none;
}
.list-head {
  line-height: 50px;
}
.footer-contact a {
  font-size: 40px;
}
.services-1 {
  float: left;
}
}
@media(min-width:480px) and (max-width:639px)
{.header2 {
  display: none;
}
.list-head {
  line-height: 50px;
}
.footer-contact a {
  font-size: 40px;
}
.services-1 {
  float: left;
}
}
@media(min-width:320px) and (max-width:479px)
{
.header2 {
  display: none;
}
.services-1 {
  float: left;
}
.list-head {
  line-height: 50px;
}
.footer-contact a {
  font-size: 23px;
}
}
