@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}


.count {
  font-weight: bold !important;
  font-size: 30px !important;
}

.ast_btn {
  display: inline-block;
  height: 45px;
  line-height: 43px;
  padding:
    0px 20px;
  min-width: 130px;
  background-color: #fff800;
  color: #000;
  text-transform: capitalize;
  border:
    1px solid #aa0009;
  border-radius:
    3px;
  text-align: center;
  -webkit-transition:
    all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition:
    all 0.5s;
}



.tophead-section {
  float: left;
  width: 100%;
  padding: 0;
  background: #fff800;
}

.tophead-section1 {
  padding: 0px;
  display: flex;
  align-items: center;
}

.top-list {
  padding: 0;
}

.top-list1 {
  padding: 0px;
}

.top-list1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-list1 ul li {
  padding: 0px 10px;
  font-size: 18px;
  box-shadow: 1px 0px 0px #000000;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 5px 0;
  color: #000;
}

.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: #475909;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 28px;
  padding: 6px 15px 6px;
  border-radius: 5px;
  border: 1px solid #fff800;
}

.pulse {
  position: relative;
}

.button {
  display: inline-flex;
  align-items: center;
  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;
}

.pulse:before,
.pulse:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}

.button:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 1px, 0);
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  33% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}




.choose-section {
  padding: 0;
  float: left;
  width: 100%;
}

.choose-section1 {
  padding: 25px 0px 25px;
}

.choose-left {
  padding: 0px;
  margin-top: 20px;
}

.choose-left1 {
  padding: 0;
}

.choose-right {
  padding: 0;
}

.choose-right1 {
  padding: 0;
}

.top-services2 {
  padding: 0px;
}


.choose-left1 p {
  color: #000000;
  font-size: 48px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-weight: 900;
  line-height: 55px;
}

.choose-left1 strong {
  text-align: center;
  color: #e10005;
  font-size: 65px;
  display: block;
  font-weight: 900;
  padding: 0;
}

.choose-1 {
  padding: 0;
}

.choose-2 {
  padding: 15px 15px 0;
}

.choose-2 p {
  color: #ffffff;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  background: #475909;
  text-transform: capitalize;
  padding: 11px 19px 10px;
  display: flex;
  align-items: center;
}

.choose-2 p i {
  padding: 0 11px 0 0;
  color: #fff800;
  font-size: 25px;
  font-weight: 300;
}





.faq-section {
  padding: 0;
  float: left;
  width: 100%;
  padding-top: 50px;
}

.faq-section1 {
  padding: 0px 30px 50px;
}

.faq-head {
  padding: 10px 0;
  text-align: center;
}

.faq-head strong {
  font-size: 65px;
  margin: 0;
  font-weight: 600;
  font-family: 'Saira Extra Condensed', sans-serif;
  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: 15px 0 10px;
  text-align: left;
}

.faq-2 {
  padding: 0 0 22px 0;
  border-bottom: 1px solid #24242424;
}

.faq-3 {
  padding: 0 0 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-3 .faq-que {
  width: 7%;
}

.faq-3 .faq-que p {
  font-size: 25px;
  margin: 0;
  color: #475909;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  display: block;
}

.faq-3 .faq-que1 {
  width: 93%;
}

.faq-3 .faq-que1 p {
  font-weight: 600;
  color: #e10005;
  font-size: 21px;
  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: 25px;
  margin: 0;
  color: #0f0f0f;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -2px;
  display: block;
}

.faq-4 .faq-ans1 {
  width: 93%;
}

.faq-4 .faq-ans1 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: #272727;
}

.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;
}


.copy-right {
  padding: 0;
  background: #475909;
  float: left;
  width: 100%;
}

.copyryt {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px 0 10px;
}


.awards-section {
  float: left;
  width: 100%;
  padding: 0;
  background: linear-gradient(to left, #fff800 50%, transparent 50%);
}
.video-sec video {
  float: left;
  width: 100%;
}
.video-sec {
  float: left;
  width: 100%;
  border: 5px solid #e10006;
  margin-top: 50px;
}

.awards-title {
  padding: 0;
  text-align: left;
}

.awards-title strong {
  font-size: 45px;
  font-weight: 800;
  color: #e10005;
  text-transform: uppercase;
  padding: 0;
}

.awards {
  padding: 20px 0 0;
}

.awards-1 {
  padding: 10px;
}

.awards-2 {
  padding: 0px;

}

.awards-2 img {
  width: 100%;
  border:
    2px solid #000;
}



.list-section {
  float: left;
  width: 100%;
  padding: 0;
  background: #fff800;
}

.list-section-1 {
  padding: 75px 40px 23px;
}

.list-content {
  padding: 5px 0 5px;
}

.list-head {
  padding: 0;
}

.list-head {
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 15px 15px;
  background: #fff;
}

.srv-list {
  padding: 15px 0;
}

.srv-list-1 {
  padding: 0;
}

.srv-list-1 ul li {
  line-height: 29px;
  text-transform: capitalize;
  color: #000;
  font-size: 16px;
  padding: 11px 0px;
  font-weight: 500;
  border-radius: 50px;
}


.srv-list-1 ul li i {
  font-weight: 600;
  color: #e10005;
  font-size: 17px;
  text-align: center;
  padding: 0 6px 0px 0;
  display: inline-block;
}

.footer-contact {
  padding: 0;
  text-align: center;
}

.footer-contact a {
  font-size: 70px;
  padding: 8px 0 10px;
  font-weight: 800;
  text-decoration: none;
  animation: anii 0.4s infinite;
  display: block;
}

@keyframes anii {
  0% {
    color: #000000;
  }

  100% {
    color: #475909;
  }
}

.disclaimer {
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 22px;
  text-align: center;
}

.srv-list-1 strong {
  font-size: 26px;
  font-weight: 700;
  display: block;
  color: #e10005;
  line-height: 27px;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0 7px 0;
}

.srv-list-1 p {
  line-height: 35px;
  color: #000;
  font-size: 16px;
}

.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;
}

.about-title {
  padding: 0;
  text-align: center;
}

.about-title strong {
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  color: #000000;
  text-transform: capitalize;
  padding: 5px 15px 4px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}

.about-title p {
  font-size: 45px;
  font-weight: 700;
  color: #e10005;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
}

.section_padding {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.section_heading {
  margin: 0px;
  float: left;
  width: 100%;
}

.section_heading h2 {
  color: #475909;
  text-transform: uppercase;
  font-size: 55px;
}

.section_heading h2 span {
  color: #e10005;
}

.services_wrap:hover {
  border-color: #fff800;
}

.services_wrap {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
  padding: 25px 30px;
  text-align: center;
  border: #475909 solid 2px;
  margin: 0 auto 10px;
  transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  -webkit-transition-duration: .5s;
  -ms-transition-duration: .5s;
  margin-top: 20px;
  background: #fff;
}

.services_img {
  border-radius: 50%;
  height: 200px;
  margin: 0 auto 15px;
  overflow: hidden;
  width: 200px;
}

.services_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.services_wrap h2 a {
  font-size: 26px;
  margin: 0 auto 20px;
  color: #475909;
}

.btn {
  background: #fff800 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  margin: auto;
  padding: 5px 30px;
  transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
}

.btn:hover {
  background: #475909;
  color: #fff;
}


.marquee-part {
  font-size: 18px;
  position: relative;
  color: #000;
  background: #fff800;
  float: left;
  width: 100%;
  padding-top: 5px;
}

.other-ser {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.team-one__single {
  position: relative;
  display: block;
  margin-top: 41px;
}

.team-one__img {
  position: relative;
  display: block;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 17px;
  overflow: hidden;
}

.team-one__img img {
  width: 100%;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 17px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__content {
  position: relative;
  display: block;
  z-index: 2;
}

.team-one__title-box {
  position: relative;
  display: block;
  background-color: white;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 38px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 10px;
  margin-top: -80px;
  z-index: 2;
}

.team-one__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #475909;
}

.team-one__sub-title-box {
  position: absolute;
  display: inline-block;
  background-color: #475909;
  padding: 12px 20px;
  bottom: -11px;
  left: -10px;
  border-top-right-radius: 15px;
  z-index: 2;
}

.team-one__sub-title-box:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid #475909;
  border-bottom: 0px solid transparent;
}

.team-one__sub-title-box:after {
  position: absolute;
  bottom: 0px;
  right: -10px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 10px solid #475909;
  border-bottom: 11px solid transparent;
}

.team-one__sub-title {
  font-size: 22px;
  color: #fff;
  line-height: 12px;
}

.team-one__single:hover .team-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}



.testimonials-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.testimonials-section1 {
  padding: 80px 30px 50px;
}

.testimonials {
  padding: 32px 0 0 0;
}

.testimonials1 {
  padding: 15px 15px 25px;
  margin-top: 20px;
}

.testimonials2 {
  position: relative;
  z-index: 9;
  background: linear-gradient(66deg, #475909, #e10005);
  border-radius: 25px 0 0;
}

.testimonials2 b {
  position: absolute;
  height: 50px;
  background: #475909;
  width: 50px;
  border-radius: 23% 58% 24% 16%;
  font-size: 37px;
  line-height: 60px;
  top: -20px;
  color: #fff;
  right: 10px;
  text-align: center;
  text-shadow: 0 0 8px #ffffff7a;
}

.testimonials3 {
  padding: 0px 0px 0;
  position: relative;
  text-align: right;
  border-top: 0;
  margin: 0px 0 0;
  border-radius: 0 0 20px 20px;
}

.testimonials3 p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  color: #ffffff;
  padding: 7px 15px 15px;
}

.testimonials3 img {
  border: 6px solid #475909;
  border-radius: 50%;
  margin: -43px auto 0;
}

.testimonials4 {
  padding: 20px 0 0 0;
}

.testimonials4 strong {
  display: block;
  padding: 3px 0px 0 20px;
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  text-align: left;
}

.testimonials4 p {
  color: #222;
  padding: 3px 15px 5px;
  text-transform: capitalize;
  font-size: 18px;
  background: #ffffff;
  font-weight: 600;
}

.testimonials4 span {
  color: #ebba00;
  font-size: 15px;
  padding: 6px 15px 0;
  display: block;
}

.testimonials4 span i {
  padding: 0 1px 0px 1px;
}

.testimonial-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}



.services {
  padding: 40px 0;
}

.services .service-item {
  padding:
    20px;
  background:
    #475909;
  height: 100%;
  border-radius:
    10px;
  margin-top: 25px;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: var(--color-default);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #eeeeee;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: #fff800;
  font-weight: 700;
  margin:
    0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom:
    4px solid #eeeeee;
  transition:
    0.3s;
  padding-top: 30px;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.section-header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 46px;
  color: #475909;
}

.section-header p {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}

.services {
  padding:
    40px 0;
  float: left;
  width: 100%;
  text-align: center;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
  background-color: #fff800;
  padding:
    10px 30px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.services .service-item:hover .icon:before {
  background: #00b6a1;
}

.services .service-item:hover h3 {
  border-color: var(--color-primary);
}



.aboutus-section {
  float: left;
  width: 100%;
  padding: 0;
}

.aboutus-section1 {
  padding: 50px;
  background: #fff;
}

.about-cotnent {
  padding: 10px 0 0 0;
}

.aboutus-left2 {
  text-align: left;
  padding: 0;
}

.aboutus-left2 p {
  color: #000;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
  padding: 10px 0 0;
}

.aboutus-left2 p strong {
  color: #475909;
  font-weight: 700;
}

.aboutus-left2 ul {
  padding: 10px 0px 10px 0px;
  margin: 0;
  list-style: none;
  text-align: left;
}

.aboutus-left2 ul li {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 6px 0;
  text-transform: capitalize;
}

.aboutus-left2 li i {
  color: #475909;
  font-weight: 900;
  background: linear-gradient(to left, transparent, #fff800);
  display: inline-block;
  font-size: 18px;
  border-radius: 5px 0px 0 5px;
  padding: 0;
  text-align: center;
  height: 35px;
  width: 35px;
  line-height: 35px;
}

.aboutus-left2 span {
  font-size: 23px;
  border-left: 5px solid #da3c22;
  display:
    inline-block;
  font-weight: 700;
  color: #2e2e2e;
  margin: 17px 0 0;
  text-transform: capitalize;
  padding: 0px 0px 0px 5px;
}

.about-head {
  padding: 0;
  text-align: center;
}

.about-head strong {
  border-radius: 20px;
  padding: 5px 23px 3px;
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff800;
  display: inline-block;
  margin: 0px 0 -1px 0;
  font-weight: 600;
}

.about-head p {
  font-size: 43px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  margin: 0;
  color: #475909;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
}

.banner3 {
  float: left;
  width: 100%;
}


.why {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;

}

.why-header {
  float: left;
  width: 100%;
  font-size: 35px;
  color: #475909;
  text-align: center;

}

.why-sub {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 100px;
  color: #000;
  line-height: 35px;
  font-size: 20px;
}

.Single {
  font-size: 28px !important;
}

.why-border {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  background:
    #fff800;
  border:
    1px solid #000;
  padding:
    15PX;
}

.why-border img {
  max-width: 50%;
}

.why-border h2 {
  color: #000;
  font-weight: 600;
}

.why-border span {
  color: #000;
  font-size: 18px;

  font-weight: 500;
}

.best-sss {
  float: left;
  width: 100%;
  padding:
    50px 0px;
  background:
    linear-gradient(45deg, #a50c13, #000);
  margin-top: 50px;
}

.banner3 img {
  float: left;
  width: 100%;
}

.oth-serv-cont {
  float: left;
  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;
}
  .services_wrap {
    float: left;
    width: 50%;
  }

  .other-ser .col-sm-3 {
    width: 50%;
  }

}

@media(min-width:640px) and (max-width:767px) {

  .testimonials1 {
    width: 100%;
    float: left;
  }

  .services_wrap {
    float: left;
    width: 100%;
  }

  .faq-3 .faq-que {
    width: 15%;
  }

  .faq-3 .faq-que1 {
    width: 85%;
  }

  .faq-4 .faq-ans {
    width: 15%;
  }

  .faq-4 .faq-ans1 {
    width: 85%;
  }

  .tophead-section1 {
    display: block;
  }

  .top-list {
    text-align: center;
  }

  .header .container-fluid {
    padding:
      0;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .testimonials1 {
    width: 100%;
    float: left;
  }


  .footer-contact a {
  font-size: 40px;
}



  .services_wrap {
    float: left;
    width: 100%;
  }

  .faq-3 .faq-que {
    width: 15%;
  }

  .faq-3 .faq-que1 {
    width: 85%;
  }

  .faq-4 .faq-ans {
    width: 15%;
  }

  .faq-4 .faq-ans1 {
    width: 85%;
  }

  .tophead-section1 {
    display: block;
  }

  .top-list {
    text-align: center;
  }

  .top-call1 {
    text-align: center;
  }

  .services_img img {
    float: left;
    width: 100%;
  }

  .services_img {
    height: auto;
    width: 100%;
  }

  .why-sub {
    padding:
      10px 0px;
  }
}

@media(min-width:320px) and (max-width:479px) {
  .tophead-section1 {
    display: block;
  }


  .section_heading h2 {
  font-size: 50px;
}



  .top-list1 ul li {
    font-size: 14px;
  }

  .top-list {
    text-align: center;
  }

  .services_wrap {
    float: left;
    width: 100%;
  }

  .aboutus-section1 {
    padding:
      50px 20px;
    background:
      #fff;
  }

  .faq-3 .faq-que {
    width: 25%;
  }

  .faq-3 .faq-que1 {
    width: 75%;
  }

  .faq-4 .faq-ans {
    width: 25%;
  }

  .faq-4 .faq-ans1 {
    width: 75%;
  }

  .testimonials1 {
    width: 100%;
    float: left;
  }

  .footer-contact a {
    font-size: 25px;
  }

  .top-call1 {
    text-align: center;
  }

  .services_img img {
    float: left;
    width: 100%;
  }

  .services_img {
    height: auto;
    width: 100%;
  }

  .header .container-fluid {
    padding:
      0;
  }

  .why-sub {
    padding:
      10px 0px;
  }

  .testimonial-section {
    padding-bottom: 0;
  }
}