@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz: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: no-repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 900;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}

.header2 img {
  width: 70%;
}

.aboutus-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
  overflow: hidden;
  position: relative;
}

.aboutus-section:before {
  height: 100%;
  width: 31%;
  content: "";
  position: absolute;
  background: url(../images/bb.png) no-repeat;
  background-size: cover;
  background-position: top;
  z-index: -9;
  opacity: 19%;
  right: 0;
  bottom: 0;
  top: auto;
}

.align-items-center {
  align-items: center !important;
}

.aboutus-1 {
  padding: 50px 0px 0;
  position: relative;
}

.position-relative {
  position: relative !important;
}

.about-heading h1 a {
  font-size: 45px;
  text-align: left;
  line-height: 50px;
  font-weight: 600;
  padding: 0px 0 0 0px;
  color: #370923;
  text-transform: capitalize;
}

.about-heading p {
  color: #ec0031;
  padding: 0;
  text-align: left;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  font-weight: 500;
}

.about-content {
  margin-top: 20px;
}

.about-content p {
  color: #3d3d3d;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  text-align: justify;
  padding: 0px 0 10px;
}

.about-content p strong {
  color: #000000;
  font-weight: 500;
}

.about-content .ph {
  color: #000;
  font-size: 45px;
  display: block;
  font-weight: 900;
  position: relative;
  margin: 40px 0 0;
  padding: 0px 0 0 120px;
}

.about-content .ph span {
  width: 95px;
  line-height: 103px;
  height: 95px;
  border-radius: 61px;
  display: block;
  z-index: 9999999999;
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.about-content .ph span:before {
  position: absolute;
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  top: -4.6px;
  left: -4.1px;
  right: 0;
  margin: 0 auto;
  border-radius: 72px;
  z-index: revert-layer;
  animation: pulse 1s infinite ease-in-out alternate;
  background: #ffffff00;
  border: 1px solid #f47c13;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
}

.aboutus-image1 {
  padding: 70px 0 0 80px;
  position: relative;
}

.aboutus-image1:after {
  background: linear-gradient(#ff7100, #ffaa02);
  content: "";
  height: 100%;
  width: 4%;
  top: 0;
  left: 40px;
  right: auto;
  position: absolute;
}

.text-center {
  text-align: center !important;
}

.about-content .ph span i {
  color: #fff;
}

.services-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-heading {
  position: relative;
  padding: 0 0px 0 0px;
}

.services-heading strong {
  font-size: 60px;
  display: block;
  font-weight: 500;
  position: relative;
  color: #370923;
  text-transform: capitalize;

}

.services-heading p {
  font-size: 18px;
  padding: 0;
  color: #282828;
  line-height: 29px;
}

.services-1 {
  margin: 90px 0 0 0;
  background: #370923;
  border-radius: 30px;
  position: relative;
  padding: 30px 60px 0 60px;
}

.services-text a {
  display: flex;
  margin: 0 0 20px;
  align-items: center;
}

.services-text a em {
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  color: #fff;
  display: block;
  padding: 7px 21px 5px;
  font-size: 19px;
  text-transform: capitalize;
  font-style: normal;
  border-radius: 50px;
  margin: 0 20px 0 0px;
}


.services-1 .services-text strong {
  font-size: 30px;
  font-weight: 500;
  padding: 0px 0 0 0px;
  color: #ffffff;
  text-transform: capitalize;

  display: block;
}

.services-1 .services-text span {
  font-size: 30px;
  font-weight: 500;
  padding: 0px 0 0 0px;
  color: #e96813;
  text-transform: capitalize;

  display: block;
}

.services-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  padding: 0 0 0 40px;
}

.services-image img {
  height: 210px;
  border-radius: 30px 30px 0 0;
  display: block;
  margin: 10px 0 -30px auto;
  z-index: 9;
  position: relative;
}




.best-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-inner1 {
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}

.services2 {
  padding: 10px 10px 30px;
  background: #ffffff;
  position: relative;
  border: 1px solid #ec0031;
  border-radius: 10px;
}

.services3 {
  text-align: left;
  padding: 0;
  position: relative;
}

.services3:before {
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  content: "";
  position: absolute;
  z-index: -9;
}

.services3 img {
  padding: 0px;
  border-radius: 10px;
  text-align: center;
  border-top: 0;
  margin: 0 auto;
  display: block;
}

.services4 strong {
  padding: 4px 0px 3px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  color: #370923;
  display: inline-flex;
}

.services4 p {
  color: #000000;
  line-height: 30px;
  font-size: 15px;
  margin: 0;
  padding: 5px 0 15px 0;
}

.services4 a {
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  font-size: 17px;
  margin: 0;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  padding: 6px 21px 6px;
  margin: 0px 0 0 0;
  text-transform: uppercase;
  border-radius: 30px 30px;
}

.services4 .call-services {
  background: transparent;
  color: #ec0031;
  padding: 0 0 3px 0;
  font-weight: 700;
  display: block;
  background: none;
}








.testi {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials1 {
  margin-top: 20px;
  padding: 10px;
}

.testimonials2 {
  position: relative;
  border-radius: 10px;
  padding: 25px 25px 0px 25px;
  background: #fff5f2;
  margin: 0 0 0;
}

.coma span {
  display: block;
  position: absolute;
  margin: 0;
  bottom: 146px;
  z-index: 9;
  right: 20px;
  text-align: left;
}

.coma span i {
  color: #ec0031;
  font-size: 35px;
}

.testimonials4 {
  position: relative;
}

.testimonials4 aside {
  padding: 0px 0px 0px 0px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0px auto 0;
}

.testimonials4 span {
  border-left: 2px solid #ec0031;
  display: block;
  text-transform: capitalize;
  color: #000000;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  padding: 0px 0 0px 8px;
}

.testimonials4 span small {
  display: block;
  text-transform: uppercase;
  color: #ec0031;
  font-weight: 700;
}

.testimonials4 aside strong {
  display: inline-block;
  top: 14px;
  color: #ffffff;
  padding: 0px 3px;
   background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  position: absolute;
  right: 0;
}

.testimonials4 aside i {
  height: 1.0rem;
  display: inline-block;
  margin: 0 2px;
  width: 1.0rem;
  filter: drop-shadow(0px 1px 15px #ffe400);
}

.testimonials4 i {
  position: relative;
  display: block;
  width: fit-content;
  padding: 10px 0 0;
}

.testimonials4 img {
  margin: 0 auto 0 0;
  display: block;
  border-radius: 50%;
  border: 7px solid #ffffff;
  height: 70px;
}

.testimonials4 p {
  color: #585858;
  font-weight: 500;
  padding: 15px;
  background: #fff;
  line-height: 29px;
  text-align: left;
  font-size: 15px;
  margin: 10px 0;
}







.choose-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
}

.choose-section1 {
  padding: 0px;
}

.choose-left {
  padding: 0px;
  margin-top: 20px;
}

.choose-left1 {
  padding: 0;
}

.choose-left1 p {
  color: #fff;
  font-size: 42px;
  text-transform: capitalize;
  display: block;
  text-align: center;
  font-weight: 600;
}

.choose-left1 strong {
  text-align: center;
  color: #370923;
  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: #370923;
  text-transform: capitalize;
  padding: 12px 19px 9px;
  display: flex;
  align-items: center;
}

.choose-2 p i {
  padding: 0 8px 0 0;
  color: #ffe400;
  font-size: 24px;
  font-weight: 900;
}












.contact-sec {
  text-align: center;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}

.contact-sec:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  z-index: -1;
  background: linear-gradient(90deg, #e96813 0%, #ff8f13 100%);
  -webkit-clip-path: polygon(100% 15%, 26% 100%, 100% 100%);
  clip-path: polygon(100% 15%, 26% 100%, 100% 100%);
}

.contact-sec .cont-hd {
  padding: 0px 0px 30px;
}

.contact-sec .cont-hd p {
  font-size: 50px;
  color: #ec0031;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  padding-bottom: 20px;
}

.contact-sec .cont-hd p:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(../images/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.contact-sec .cont-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 29px 0px 0px;
  font-weight: 500;
}

.contact-sec .cont-col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 30px 15px;
}

.contact-sec .cont-col1 .cont-inr {
  padding: 0px;
}

.contact-sec .cont-col1 .cont-inr p {
  font-size: 30px;
  color: #000;
  text-transform: capitalize;
  text-align: center;
  font-weight: 600;
  margin: 0px;
  position: relative;
  text-align: left;
}

.contact-sec .cont-col1 .cont-inr p:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  top: inherit;
  right: inherit;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  margin: 0;
  background: #015b01;
}

.contact-sec .cont-col1 .cont-inr ul {
  padding: 30px 0px;
  text-align: left;
}

.contact-sec .cont-col1 .cont-inr ul li {
  line-height: 50px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0px;
}

.contact-sec .cont-col1 .cont-inr ul li a {
  color: #000;
}

.contact-sec .cont-col1 .cont-inr ul li .fas,
.contact-sec .cont-col1 .cont-inr ul li .fa,
.contact-sec .cont-col1 .cont-inr ul li .fab {
  width: 50px;
  height: 50px;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
  -webkit-box-shadow: 0px 0px 10px #c5c5c57a;
  box-shadow: 0px 0px 10px #c5c5c57a;
  color: #ec0031;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 27px;
  margin-right: 10px;
}

.contact-sec .form-main {
  padding: 30px 15px;
}

.contact-sec .form-main .cont-inr {
  padding: 20px;
  background: #fff9e6;
  -webkit-box-shadow: 0px 0px 39px #887b7b2e;
  box-shadow: 0px 0px 39px #887b7b2e;
  border-radius: 10px;
}

.contact-sec .form-main .inpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px;
}

.contact-sec .form-main .inpt label {
  margin: 0px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.contact-sec .form-main .inpt input,
.contact-sec .form-main .inpt textarea {
  width: 100%;
  padding: 4px 10px;
  background: none;
  border: 1px solid transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #000;
}

.contact-sec .form-main .inpt input:focus,
.contact-sec .form-main .inpt textarea:focus {
  outline: none;
  border: 1px solid #000;
}

.contact-sec .form-main .inpt textarea {
  border: 1px solid #000;
}

.contact-sec .form-main .styl-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-sec .form-main .styl-btn button {
  padding: 10px 20px;
  color: #fff;
  background: #370923;
  border: 1px solid #370923;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.contact-sec .form-main .styl-btn button:hover {
  background: transparent;
  color: #015b01;
}

.contact-sec .form-main .styl-btn button .fas {
  padding-right: 5px;
}

.ftr-sec {
  background: #000000;
  padding: 0px 0px 3px;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
}

.ftr-sec .dsclmr {
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.ftr-sec .dsclmr p {
  padding-top: 30px;
  line-height: 25px;
  text-align: center;
  font-weight: 400;
}

.ftr-sec .dsclmr span {
  display: block;
  text-align: center;
  color: #fbd433;
}













.add2-sec {
    background: #370923;
    padding: 0;
    float: left;
    width: 100%;
}
.add2-sec-1 {
    padding: 0;
    text-align: center;
}
.add2-sec-1 span {
    padding: 0 0 10px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    display: block;
    animation: blinking 1s ease-in-out infinite;
}
@keyframes blinking
{
  0% {
    opacity: 0;
}
50% {
    opacity: .8;
}
100% {
    opacity: 1;
}
}










@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
}
@media(min-width:640px) and (max-width:767px){
   .header2 {
  display: none;
}
}
@media(min-width:480px) and (max-width:639px)
{  .header2 {
  display: none;
}
.about-content .ph {
  color: #000;
  font-size: 34px;
}
}
@media(min-width:320px) and (max-width:479px)
{

  .header2 {
  display: none;
}
.services-content p {
  padding: 0;
}
.about-content .ph {
  font-size: 27px;
}
.about-content .ph span{
  font-size: 55px;
}
}
