@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap");
/*Main Css */
::-moz-selection {
  background: #f91719;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f91719;
  color: #fff;
  text-shadow: none;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #f91719;
}

/* Tabbing CSS */
[class^=box-] {
  display: none;
}

[class^=box-].showfirst {
  display: block;
}

/* Accordion CSS */
.myaccordion li .faq-opt {
  display: none;
}

.myaccordion li.active .faq-opt {
  display: block;
}

.myaccordion li.active .faq-ang h4:before {
  content: "\f077";
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
  font-family: "Goldman";
}

*:hover,
*:focus,
* {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

a,
input[type=submit] {
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
  text-decoration: unset;
}

a:hover {
  color: #ff5e14;
}

span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Roboto";
  font-weight: 400;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

::-moz-placeholder {
  opacity: 1;
}

/* Padding Classes */
.pad-zero {
  padding: 0px;
}

.pad-l-zero {
  padding-left: 0px;
}

.pad-r-zero {
  padding-right: 0px;
}

.ovr-hiddn {
  overflow: hidden;
}

.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.overlay {
  display: none;
}

.overlay.active {
  display: block;
}

/* Heading Classes */
.hding-1 h1 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}

.highlighted {
  color: #ff5e14;
}

/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}

.slick-slide {
  margin: 0 15px;
}

.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}

.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}

.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}

.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  transition: all 0.4s ease-In-out;
  padding: 5px 0;
}

.stickyOpen {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 5px #efefef;
  padding: 0;
}
.stickyOpen .logo img {
  width: 120px;
}

.logo {
  display: inline-block;
}

.logo img {
  display: block;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}

.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: #f91719;
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
  top: 0;
}

.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}

.menu-Bar span:nth-child(3) {
  top: 16px;
}

.menu-Bar.open span {
  background: #b70404;
}

.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}

.menu li {
  display: inline-block;
  vertical-align: middle;
}

.menu li a {
  display: block;
  font-size: 16px;
  color: #121111;
  text-transform: capitalize;
  font-weight: 600;
}

.menu li:hover a,
.menu li.active a {
  color: #f91719;
}

.m1 li {
  padding-left: 15px;
}

.m2 li {
  padding-right: 15px;
}

/* Menu Dropdown CSS */
.dropdown-nav {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.dropdown-nav:hover {
  overflow: visible;
}

ul.dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 20px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  animation: btotreverse 0.5s forwards;
}

ul.dropdown li {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

ul.dropdown li a {
  padding: 0;
  font-size: 14px;
  color: #000 !important;
  display: block;
  width: 100%;
  margin: 0px 0 15px;
  text-align: center;
  font-weight: 600;
  background: transparent !important;
}

ul.dropdown li.last a {
  margin-bottom: 0px;
}

ul.dropdown li a:hover {
  color: #000 !important;
}

.dropdown-nav:hover ul.dropdown {
  animation: btot 0.5s forwards;
  z-index: 9;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.theme-btn {
  border: solid 1px #121111;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.22;
  text-align: center;
  color: #121111;
  padding: 10px 40px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.theme-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -150px;
  left: 0;
  z-index: -1;
  background-color: #f91719;
  transition: 0.4s ease-in-out;
}
.theme-btn:hover {
  color: #fff;
  border-color: #fff;
}
.theme-btn:hover:before {
  bottom: 0;
}

/* Main Banner CSS */
.mainBanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.mainBanner::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 99.6%;
  background-color: #f91719;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-clip-path: polygon(116px 28.8%, 100% 1%, 100% 100%, 22% 100%);
          clip-path: polygon(116px 28.8%, 100% 1%, 100% 100%, 22% 100%);
}

.banner-content h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #ce1010;
  position: relative;
  padding-left: 25px;
}
.banner-content h2:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ce1010;
  top: 2px;
  left: 0;
  border-radius: 50%;
}
.banner-content h1 {
  font-size: 96px;
  font-weight: normal;
  line-height: 0.8;
  color: #121111;
  text-transform: capitalize;
  padding: 15px 0 25px;
}
.banner-content h1 span {
  -webkit-text-stroke: 1px #121111;
  color: transparent;
  animation: txt 2.5s ease-in-out;
}
.banner-content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.56;
  color: #121111;
  padding-bottom: 18px;
  padding-right: 10%;
}
.banner-content .count-box {
  display: inline-block;
  width: 49%;
  margin-bottom: 50px;
}
.banner-content .count-box h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #f91719;
  font-family: "Montserrat";
  padding-bottom: 15px;
}
.banner-content .count-box p {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #121111;
}

@keyframes txt {
  0% {
    color: transparent;
  }
  50% {
    color: #f91719;
  }
  100% {
    color: transparent;
  }
}
.banner-img {
  margin-right: -150px;
}

@keyframes boxer {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.common-heading {
  padding-bottom: 35px;
}
.common-heading h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #ce1010;
  position: relative;
  padding-left: 25px;
  padding-bottom: 25px;
}
.common-heading h6:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #ce1010;
  top: 2px;
  left: 0;
  border-radius: 50%;
}
.common-heading h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  color: #121111;
}

.hm-sec1 {
  padding: 130px 0;
}
.hm-sec1 img {
  width: 100%;
}
.hm-sec1 .slider-nav {
  margin-top: 15px;
}
.hm-sec1 .slick-slide {
  margin: 0 8px;
}
.hm-sec1 .content {
  padding-left: 80px;
}
.hm-sec1 p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #121111;
  padding-bottom: 45px;
}
.hm-sec1 ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.69;
  color: #121111;
  position: relative;
  padding-left: 25px;
}
.hm-sec1 ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 pro";
  font-size: 13px;
  font-weight: 400;
  top: 4px;
  left: 0;
}

.hm-sec2 p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #121111;
  padding-bottom: 10px;
}
.hm-sec2 .common-heading {
  padding: 0;
}

.srv-slider {
  margin-top: 65px;
}
.srv-slider .srv-box {
  text-align: center;
}
.srv-slider .srv-box img {
  width: 100%;
}
.srv-slider .srv-box a {
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  color: #f91719;
  padding-top: 35px;
  text-transform: capitalize;
  border-bottom: 2px solid #f91719;
}
.srv-slider .srv-box a:hover {
  letter-spacing: 1px;
}

.arr-right, .arr-left {
  position: absolute;
  bottom: 55%;
  cursor: pointer;
  z-index: 1;
  font-size: 27px;
  font-weight: 300;
  color: #000;
  transition: 0.3s ease-in-out;
}
.arr-right:hover, .arr-left:hover {
  transform: scale(1.5);
  color: #f91719;
}

.arr-right {
  right: -5%;
}

.arr-left {
  left: -5%;
}

.hm-sec3 {
  padding: 130px 0;
}
.hm-sec3 p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #121111;
  padding-bottom: 55px;
}
.hm-sec3 .training-box {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.hm-sec3 .training-box h3 {
  font-size: 64px;
  font-weight: bold;
  line-height: normal;
  color: #f91719;
  margin-right: 20px;
  flex-shrink: 0;
  width: 60px;
}
.hm-sec3 .training-box h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #121111;
  padding-bottom: 15px;
}
.hm-sec3 .training-box p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #121111;
  padding: 0;
}

.hm-sec4 {
  padding-bottom: 100px;
}
.hm-sec4 .img-box {
  margin-bottom: 25px;
}
.hm-sec4 .img-box img {
  width: 100%;
}
.hm-sec4 .phone-num {
  display: inline-flex;
  width: 49%;
  align-items: center;
  background-color: #f91719;
  padding: 20px 45px;
  font-size: 0;
}
.hm-sec4 .phone-num .icon {
  flex-shrink: 0;
  margin-right: 20px;
}
.hm-sec4 .phone-num .icon i {
  transform: rotate(90deg);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.hm-sec4 .phone-num a {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.hm-sec4 .phone-num a span {
  font-family: "Goldman";
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 8px;
  display: block;
}
.hm-sec4 .content p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #121111;
  padding-bottom: 45px;
}
.hm-sec4 .cnt-pad {
  margin-right: 80px;
}

.cnt-form .lb {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  color: #121111;
  text-transform: capitalize;
  padding-bottom: 15px;
}
.cnt-form input, .cnt-form textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  resize: unset;
  border-radius: 0;
}
.cnt-form textarea {
  height: 168px !important;
}
.cnt-form :focus {
  box-shadow: none;
  border-color: #f91719;
}
.cnt-form .form-floating > label {
  padding-top: 20px;
}
.cnt-form button {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-family: "Montserrat";
  text-transform: capitalize;
  cursor: pointer;
  background-color: #f91719;
  padding: 20px 0;
  transition: 0.3s ease-in-out;
}
.cnt-form button:hover {
  transform: scale(1.02);
}

.newsletter {
  padding: 60px;
  box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.newsletter h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  color: #000;
}
.newsletter .subscribe {
  display: flex;
  align-items: center;
}
.newsletter input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: normal;
  line-height: 2.5;
  color: #000;
  padding: 10px 35px;
  font-family: "Montserrat";
}
.newsletter button {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.22;
  text-align: center;
  color: #fff;
  background-color: #f91719;
  margin-left: 25px;
  padding: 10px 50px;
  font-family: "Montserrat";
  transition: 0.3s ease-in-out;
}
.newsletter button:hover {
  transform: scale(1.02);
}

.hm-sec5 {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

footer {
  padding: 190px 0 50px;
  background-color: #000;
}
footer h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
footer h3:before {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
footer p {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
  padding-right: 15%;
}
footer h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: normal;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 10px;
}
footer .links li a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
  position: relative;
  padding-left: 15px;
}
footer .links li a:hover {
  color: #f91719;
}
footer .links li a:hover::before {
  color: #f91719;
}
footer .links li a:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 pro";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  top: 2px;
  left: 0;
}
footer .info p, footer .info a {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
footer .info p i, footer .info a i {
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 14px;
  color: #f91719;
}
footer .info a:hover {
  color: #f91719;
}
footer .info .fas.fa-phone {
  transform: rotate(90deg);
}
footer .ft-social li {
  display: inline-block;
  margin-right: 15px;
}
footer .ft-social li a {
  font-size: 22px;
  font-weight: 400;
  color: #f91719;
}
footer .ft-social li a:hover {
  color: #fff;
}

.copyright {
  background-color: #000;
  padding-bottom: 25px;
}
.copyright p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.copyright ul li {
  display: inline-block;
  margin-left: 40px;
}
.copyright ul li a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
.copyright ul li a:hover {
  color: #f91719;
}

.innerBanner {
  padding: 80px 0 10px;
}
.innerBanner .banner-content {
  text-align: center;
}
.innerBanner .banner-content h2 {
  display: inline-block;
}

.abt-sec2 {
  padding: 0 0 130px;
}
.abt-sec2 .content {
  padding-right: 50px;
}
.abt-sec2 p {
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  color: #121111;
  padding-bottom: 45px;
}
.abt-sec2 ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.69;
  color: #121111;
  position: relative;
  padding-left: 25px;
}
.abt-sec2 ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 pro";
  font-size: 13px;
  font-weight: 400;
  top: 4px;
  left: 0;
}

.srv-sec1 {
  text-align: center;
  padding: 80px 0;
}
.srv-sec1 .srv-box {
  margin-bottom: 45px;
}
.srv-sec1 .srv-box img {
  width: 100%;
}
.srv-sec1 .srv-box a {
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  color: #f91719;
  padding-top: 35px;
  text-transform: capitalize;
  border-bottom: 2px solid #f91719;
}
.srv-sec1 .srv-box a:hover {
  letter-spacing: 1px;
}

.contact-sec {
  padding: 80px 0 150px;
}
.contact-sec .cnt-form .sbt {
  text-align: center;
  margin-top: 20px;
}
.contact-sec .cnt-form button {
  width: 235px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}

.gallery-sec {
  padding: 50px 0 100px;
}

.gallery-img {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
}
.gallery-img img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.gallery-img:hover img {
  transform: scale(1.1);
  filter: saturate(0.5);
}

.red-btn {
  border: solid 1px #121111;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  color: #121111 !important;
  padding: 10px 20px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.red-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -150px;
  left: 0;
  z-index: -1;
  background-color: #f91719;
  transition: 0.4s ease-in-out;
}
.red-btn:hover {
  color: #fff !important;
  border-color: #fff !important;
}
.red-btn:hover:before {
  bottom: 0;
}

.get-service {
  padding: 0 20%;
}
.get-service select {
  font-family: "Montserrat";
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 25px;
  padding: 17.5px;
}

@media (max-width: 1440px) {
  .m1 li {
    padding-left: 15px;
  }
  .m2 li {
    padding-right: 15px;
  }
  .menu li a {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(249, 23, 25, 0.4588235294);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 80%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
  .banner-content h1 {
    font-size: 80px;
  }
  .arr-right {
    right: -20px;
  }
  .arr-left {
    left: -20px;
  }
}
@media (max-width: 824px) {
  .banner-content h1 {
    font-size: 50px;
  }
  .banner-content .count-box h3 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .mainBanner::before {
    display: none;
  }
  .banner-content .count-box {
    margin-bottom: 20px;
  }
  .banner-content {
    padding: 20px 0;
  }
  .main-header .text-center {
    text-align: left !important;
  }
  .banner-img {
    margin-right: 0;
  }
  .hm-sec1 {
    padding: 30px 0;
  }
  .hm-sec1 .content {
    padding-left: 0;
    padding-top: 30px;
  }
  .common-heading h2 {
    font-size: 24px;
  }
  .common-heading h6 {
    padding-bottom: 15px;
  }
  .common-heading {
    padding-bottom: 25px;
  }
  .hm-sec1 p {
    padding-bottom: 25px;
  }
  .hm-sec2 .common-heading {
    padding: 20px 0;
  }
  .srv-slider {
    margin-top: 35px;
  }
  .arr-right, .arr-left {
    bottom: -60px;
  }
  .arr-right {
    right: 35%;
  }
  .arr-left {
    left: 35%;
  }
  .hm-sec3 .training-box h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .hm-sec3 .training-box h3 {
    font-size: 50px;
    width: unset;
  }
  .hm-sec3 {
    padding: 130px 0 30px;
  }
  .hm-sec4 .cnt-pad {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .hm-sec4 .phone-num {
    width: 100%;
    padding: 10px 25px;
    margin-bottom: 10px;
  }
  .hm-sec4 {
    padding-bottom: 30px;
  }
  .newsletter {
    padding: 25px 15px;
  }
  .newsletter h2 {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .newsletter .subscribe {
    display: block;
    text-align: center;
  }
  .newsletter .subscribe input {
    margin-bottom: 10px;
  }
  .newsletter .subscribe button {
    margin: 0;
  }
  footer h6 {
    font-size: 18px;
    padding: 20px 0 10px;
  }
  .copyright {
    text-align: center;
  }
  .copyright .text-end {
    text-align: center !important;
  }
  .copyright ul li {
    margin: 15px 5px 0;
  }
  .innerBanner {
    padding: 40px 0 10px;
  }
  .innerBanner h1 {
    font-size: 30px;
  }
  .srv-sec1 {
    padding: 30px 0;
  }
  .srv-sec1 .srv-box a {
    padding-top: 10px;
  }
  .hm-sec3 {
    padding: 30px 0;
  }
  .abt-sec2 .content {
    padding-right: 0;
  }
  .abt-sec2 {
    padding: 0 0 30px;
  }
  .contact-sec {
    padding: 10px 0 30px;
  }
}/*# sourceMappingURL=style.css.map */