* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Rubik", sans-serif;
}

body .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}
@media (min-width:200px) and (max-width: 600px)  {
  .serviceimg {
    height: 71px !important;
    width: 82px !important;
    object-fit: contain;
    margin-left: -3px !important;
    margin-bottom: 25px !important;

  }
  .main-services-inner .nav-link {
    font-size: 10px;
    font-weight: 600;
    color: #fff !important;
    background: #08984b;
    text-transform: uppercase;
    padding: 9px 7px;
    border-radius: 0;
    line-height: 21px;
    margin-left: 1px;
    position: relative;
}
.breadcrumb-text h2 {
  text-transform: uppercase  !important;
  padding-left: 60px;
  position: relative;
  font-size: 40px;
  margin-bottom: -7px !important;
}
}


body textarea {
  border-color: #ccc;
}

body textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}

body a {
  color: black;
}

body a:hover {
  text-decoration: none;
  color: #ed1c24;
}

body a:focus {
  outline: none;
}

body p {
  text-align: justify;
  line-height: 28px;
  color: #211f1f;
  font-size: 14px;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style-type: none;
}

body button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body input .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

.no-pad {
  padding: 0;
}

.sec-padding {
  padding: 80px 0;
}

.sec-background {
  background-color: white;
}

.sec-title {
  margin-bottom: 80px;
  text-align: center;
}

.sec-title p {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.sec-title p::before {
  height: 2px;
  width: 40px;
  background-color: #e9563d;
  content: "";
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.sec-title h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 25px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: #07733a;
  -webkit-box-shadow: 0px 0px 4px 0px #4c4b4b87;
          box-shadow: 0px 0px 4px 0px #4c4b4b87;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#myTopbtn:hover {
  background-color: #e9563d;
}

.quick-links {
  position: fixed;
  width: 15%;
  top: 35%;
  right: 0;
  z-index: 99999;
}

.quick-links a {
  position: fixed;
  right: -137px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 10px 15px;
  width: 200px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  background: #e9563d;
  border-radius: 10px 0 0 10px;
  border: 1px solid #fff;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.quick-links a:hover {
  right: 0;
  color: white;
  background-color: #b73823;
}

.quick-links a img {
  height: 35px;
  width: 35px;
  margin-right: 20px;
  float: left !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

#ql-one {
  top: 250px !important;
}

#ql-two {
  top: 320px !important;
}

#ql-three {
  top: 390px !important;
}

#ql-four {
  top: 460px !important;
}

.header-top,
.header-nav {
  padding: 0 40px;
}

.header-top {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #0b0f12;
  color: white;
}

.header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top ul a {
  color: white;
}

.header-con-info li {
  margin-right: 20px;
}

.header-con-info li i {
  border-radius: 20px;
  padding: 0;
  background: #fff;
  height: 25px;
  width: 25px;
  color: #08984b;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
}

.header-con-icons {
  float: right;
}

.social li {
  margin-right: 15px;
}

.social i {
  border-radius: 20px;
  padding: 0;
  background: #fff;
  height: 25px;
  width: 25px;
  color: #08984b;
  text-align: center;
  line-height: 25px;
  margin-right: 5px;
}

.logo img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.header-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.header-navbar .bg-light {
  background-color: white !important;
}

.header-navbar .nav-item {
  padding: 0 7px;
}

.header-navbar .nav-item:hover > a::before {
  width: 100%;
}

.header-navbar .nav-link {
  color: black !important;
  font-weight: 600;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 5px !important;
}

.header-navbar .nav-link:hover {
    background: #e9563d;
    color: white !important;
}


.header-navbar .dropdown-menu {
  left: -35px;
  min-width: 13rem;
}

.header-navbar a.dropdown-item {
  color: black !important;
  font-weight: 600;
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  padding: 5px !important;
}

.header-navbar a.dropdown-item:hover {
  background-color: #e9563d;
  color: white !important;
}

.header-contact a {
  padding: 12px 10px;
  background: #08984b;
  border-radius: 5px;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-contact a:hover {
  color: white;
  background-color: #e9563d;
}

.main-banner {
  position: relative;
  overflow: hidden;
}

.main-banner-slider .slick-arrow {
  bottom: 10%;
  right: 5%;
  position: absolute;
  z-index: 999;
  color: #e9563d;
  background: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 46px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0.5;
}

.main-banner-slider .slick-arrow:hover {
  background: #08984b;
  cursor: pointer;
  color: white;
  opacity: 1;
}

.left-arrow.slick-arrow {
  margin-right: 50px;
}

.main-banner-single {
  height: calc(100vh - 100px);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-banner-single:focus {
  outline: none;
}

.main-banner-text {
  background-color: rgba(5, 5, 10, 0.6);
  padding: 2.625rem 1.875rem 2.5rem;
  width: 65%;
  border-radius: 3px;
  text-align: left !important;
  border-left: 5px solid #08984b;
}

.main-banner-text h2 {
  color: white;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 1.25rem;
  font-size: 40px;
}

.main-banner-text p {
  color: white;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 40px;
}

.main-banner-text a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 1px solid #08984b;
  background-color: #08984b;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-banner-text a:hover {
  color: white;
  border-color: #e9563d;
  background: #e9563d;
}

.product-single {
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.product-icon {
  height: 60px;
  width: 80px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
}

.product-icon img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.product-text {
  padding-top: 30px;
}

.product-text a {
  color: #e9563d;
  font-weight: 600;
}

.product-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.product-title h5 {
  margin: 20px 0 10px;
  padding: 0 0 20px 0;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.product-title h5::after {
  width: 50px;
  height: 2px;
  margin: 0 auto;
  background: #e9563d;
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.product-description {
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 15px;
}

.welcome-text h2 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.welcome-text p {
  text-align: initial;
}
.welcome-text span {
    font-family: "Rubik", sans-serif !important;
}

.welcome-text a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 1px solid #08984b;
  background-color: #08984b;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.welcome-text a:hover {
  color: white;
  border-color: #e9563d;
  background: #e9563d;
}

.welcome-image {
  margin-left: 50px;
  -webkit-box-shadow: -12px 12px 0px 0px #08984b;
          box-shadow: -12px 12px 0px 0px #08984b;
}

.welcome-image img {
  height: 450px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.welcome-read-more {
  margin-top: 30px;
}

.main-services {
  background-color: #f7f8fa;
}

.main-services-inner .nav {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-services-inner .nav-item {
  width: 24%;
}

.main-services-inner .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
  background: #08984b;
  text-transform: uppercase;
  padding: 17px 20px;
  border-radius: 0;
  line-height: 29px;
  margin-left: 1px;
  position: relative;
}

.main-services-inner .nav-pills .nav-link.active,
.main-services-inner .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #e9563d;
  position: relative;
}

.main-services-inner .nav-pills .nav-link.active:before,
.main-services-inner .nav-pills .show > .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background: none;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e9563d;
}

.main-services-inner .tab-content {
  margin-top: 40px;
}

.main-services-single {
  background-color: #fff;
  text-align: center;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-services-single:hover {
  -webkit-box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.26);
          box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.26);
  cursor: pointer;
}

.services-single-icon i {
  color: #e9563d;
  font-size: 48px;
  margin-bottom: 20px;
}

.services-single-text h3 {
  font-size: 21px;
  margin: 15px 0;
  font-weight: 600;
}

.services-single-text p {
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.8;
}

.services-single-text a {
  font-size: 15px;
  font-weight: 600;
  color: #e9563d;
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.services-single-text a:hover {
  color: #08984b;
}

.services-single-text a:hover::before {
  margin-left: 25px !important;
  color: #08984b;
}

.services-single-text a::before {
  content: "\f30b";
  display: inline-block;
  color: #e9563d;
  line-height: 1.5;
  float: right;
  margin-top: -6px;
  margin-left: 6px;
  font-size: 22px;
  -webkit-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.main-projects {
  background-color: #f7f8fa;
}

.main-projects-single {
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.main-projects-single:hover {
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
          box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  cursor: pointer;
}

.main-projects-single:hover .main-projects-content {
  border-color: #e9563d;
}

.main-projects-image {
  position: relative;
}

.main-projects-image img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-projects-image span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
  display: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-projects-image span a {
  color: #08984b;
}

.main-projects-image:hover span {
  display: block;
}

.main-projects-content {
  border-bottom: 4px solid #08984b;
  padding: 20px 30px;
}

.main-projects-content h3 {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
}

.main-projects-content p {
  line-height: 1.8;
  color: #8c8c8c;
  font-size: 16px;
}

.main-testimonials {
  padding-bottom: 100px;
}

.main-testimonials .slick-dots {
  position: absolute;
  bottom: -70px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.main-testimonials .slick-dots li button::before {
  font-size: 0;
}

.main-testimonials li.slick-active button {
  background: #e9563d !important;
}

.main-testimonials .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 6px;
  padding: 3px;
  cursor: pointer;
  color: #0080000d;
  border: 1px solid;
  border-radius: 8px;
  outline: none;
  background: #ececec;
}

.main-testimonials .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.main-testimonials-single:focus {
  outline: none;
}

.test-single-text p {
  position: relative;
  text-align: center;
  padding: 20px 100px 40px;
}

.test-single-text p::before {
  content: "\f10d";
  font-size: 25px;
  color: #10242b;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 35px;
  top: 0px;
}

.test-single-text p::after {
  content: "\f10e";
  font-size: 25px;
  color: #10242b;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 35px;
  bottom: 25px;
}

.test-single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.test-single-info .test-single-info-img img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.test-single-info .test-single-info-text {
  margin-left: 10px;
  margin-top: 10px;
}

.test-single-info .test-single-info-text span {
  color: #e9563d;
  text-transform: uppercase;
  font-weight: 600;
}

.main-news {
  background-color: #fafafa;
}

.main-news-single {
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  background-color: white;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.main-news-single:hover {
  -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
          box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  cursor: pointer;
}

.main-news-single:hover .main-news-content {
  border-color: #08984b;
}

.main-news-image img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-news-content {
  border-bottom: 4px solid #e9563d;
  padding: 20px 30px;
}

.main-news-content h3 {
  padding: 10px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.5;
}

.main-news-content p {
  line-height: 1.8;
  color: #8c8c8c;
  font-size: 16px;
}

.main-partners {
  padding-bottom: 100px;
}

.main-partners .slick-dots {
  position: absolute;
  bottom: -70px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.main-partners .slick-dots li button::before {
  font-size: 0;
}

.main-partners li.slick-active button {
  background-color: #e9563d !important;
}

.main-partners .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 5px;
  cursor: pointer;
  color: #0080000d;
  border: 1px solid;
  border-radius: 8px;
  outline: none;
  background: #4646465e;
}

.main-partners .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.main-partners-single{
    margin:0 15px;
}
.main-partners-single img {
  height: 100px;
  width: 100%;
  -o-object-fit: initial;
     object-fit: initial;
}

.main-contact {
  background: #08984b;
  padding: 100px 0;
}

.main-contact-text p {
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: white;
  margin-bottom: 0;
}

.main-contact-btn {
  float: right;
}

.main-contact-btn a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 1px solid #08984b;
  background-color: #08984b;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: #e9563d;
}

.main-contact-btn a:hover {
  color: white;
  border-color: #e9563d;
  background: #e9563d;
}

.main-contact-btn a:hover {
  background-color: #d04e38;
}

.footer-main {
  background-color: #0b0f12;
  padding: 50px 0 20px;
}

.footer-single h5 {
  color: white;
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.footer-single h5::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  border-bottom: 2px solid;
  border-color: #e9563d;
}

.footer-single p {
  color: #b3b3b3;
  text-align: initial;
  line-height: 30px;
  font-size: 16px;
}

.fs-quick {
  padding-left: 45px;
}

.footer-links-list li {
  padding: 8px 0;
}

.footer-links-list li a {
  color: #b3b3b3;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.footer-links-list li a:hover {
  color: #e9563d;
}

.footer-info-list li {
  position: relative;
  padding: 10px 0 15px 25px;
  color: #b3b3b3;
}

.footer-info-list li i {
  position: absolute;
  left: 0;
  bottom: 18px;
}

.footer-info-list li i.fa.fa-phone {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.footer-info-list li a {
  color: #b3b3b3;
}

.footer-info-list li a:hover {
  color: #e9563d;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.footer-social li {
  padding-right: 5px;
}

.footer-social li i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
}

.footer-copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 30px;
}

.footer-copyright p {
  color: #b3b3b3;
  margin-bottom: 0;
}

.footer-copyright p a {
  color: #08984b;
}

.footer-copyright p a:hover {
  color: #e9563d;
}

.footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-nav ul li {
  padding: 0 10px;
  border-left: 1px solid #4d4d4d;
}

.footer-nav ul li a {
  padding: 0 15px;
  color: #b3b3b3;
}

.footer-nav ul li a:hover {
  color: #e9563d;
}

.footer-nav ul li:last-child {
  border-right: 1px solid #4d4d4d;
}

.inner-breadcrumb {
  height: 30vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}

.inner-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b0f12a1;
  z-index: -1;
}

.breadcrumb-text {
  color: white;
}

.breadcrumb-text h2 {
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
  font-size: 40px;
  margin-bottom: 40px;
}

.breadcrumb-text h2::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background-color: #e9563d;
  left: 0;
  top: 20px;
}

.breadcrumb-text span {
  font-size: 18px;
  z-index: 2;
}

.breadcrumb-text span a {
  color: white;
}

.breadcrumb-text span a:hover {
  color: #e9563d;
}

.breadcrumb-text span i {
  margin: 0 10px;
}

.inner-contact-us {
  background: #fbfbfb;
}

.inner-contact-us .sec-title {
  margin-bottom: 40px;
}

.inner-contact-us .sec-title p,
.inner-contact-us .sec-title h2 {
  text-align: left;
}

.message-form {
  background-color: white;
  margin: 40px 0;
  padding: 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 12px 3px rgba(12, 12, 12, 0.15);
          box-shadow: 0px 5px 12px 3px rgba(12, 12, 12, 0.15);
}

.message-form h2 {
  font-weight: 600;
  margin-bottom: 20px;
}

.message-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.message-form textarea {
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.message-form input[type="submit"] {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 1px solid #08984b;
  background-color: #08984b;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 50%;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  padding: 15px 20px;
  cursor: pointer;
}

.message-form input[type="submit"]:hover {
  color: white;
  border-color: #e9563d;
  background: #e9563d;
}

.message-form input[type="submit"]:focus {
  outline: none;
}

.contact-us-info {
  margin-top: 90px;
}

.contact-us-info .con-info li {
  padding: 15px 10px;
}

.contact-us-info .con-info li i {
  padding-right: 10px;
  font-size: 20px;
}

.contact-us-info .con-info li a {
  color: black;
}

.contact-us-info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.contact-us-info .social li a {
  color: black;
  border-color: black;
}

.contact-us-info .social li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
  border: 1px solid black;
}

.inner-about-us-welcome {
  padding-right: 30px;
}

.inner-about-us-welcome span {
  color: #e9563d;
  font-weight: 600;
}

.inner-about-us-welcome h2 {
  font-size: 40px;
  color: black;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}

.inner-about-us-welcome p {
  text-align: initial;
  font-size: 16px;
  color: #2f2f2f;
  line-height: 2;
}

.inner-about-us-welcome a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 1px solid #08984b;
  background-color: #08984b;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.inner-about-us-welcome a:hover {
  color: white;
  border-color: #e9563d;
  background: #e9563d;
}

.inner-about-us-con {
  margin-top: 40px;
}

.inner-about-us-image img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-about-us-mission {
  margin-bottom: 100px;
}

.inner-about-us-vismis .sec-title {
  margin-bottom: 30px;
}

.inner-about-us-vismis .sec-title p,
.inner-about-us-vismis .sec-title h2 {
  text-align: left;
}

.inner-about-us-vismis p {
  font-size: 16px;
  line-height: 2;
  text-align: initial;
}

.inner-about-us-vismis ul {
  margin-top: 30px;
}

.inner-about-us-vismis ul li {
  padding-left: 20px;
  padding-bottom: 15px;
  position: relative;
  font-size: 15px;
  font-weight: 600;
}

.inner-about-us-vismis ul li::before {
  content: "\f08d";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #e9563d;
}

.inner-about-us-vismis-img img {
  height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-about-us-counter {
  height: 50vh;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
}

.inner-about-us-counter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0b0f12a1;
  z-index: -1;
}

.about-counter {
  text-align: center;
  color: white;
}

.about-counter i {
  font-size: 60px;
}

.about-counter h2 {
  font-size: 45px;
  font-weight: 700;
  margin: 20px 0;
}

.about-counter h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

.about-counter .ac-year:after,
.about-counter .ac-client:after {
  content: "+";
}

.about-counter .ac-satis:after {
  content: "%";
}

.inner-about-meet-team {
  text-align: center;
}

.inner-about-meet-team a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 1px solid #08984b;
  background-color: #08984b;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.inner-about-meet-team a:hover {
  color: white;
  border-color: #e9563d;
  background: #e9563d;
}

.inner-services-approach .sec-title {
  margin-bottom: 30px;
}

.inner-services-approach .sec-title p {
  padding: 0;
}

.inner-services-approach .isa-desc {
  text-align: center;
  padding: 0 200px;
  font-size: 16px;
  line-height: 2;
}

.inner-service-approach-text {
  margin-top: 50px;
}

.isat-single {
  margin: 30px 0 40px;
}

.isat-single h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  color: #e9563d;
  letter-spacing: 2px;
  line-height: 1.6em;
}

.isat-single h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4em;
  margin: 10px 0;
}

.isat-single p {
  line-height: 2;
  font-size: 15px;
  text-align: initial;
}

.inner-services-approach-img img {
  height: 600px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.inner-single-services-desc .sec-title {
  margin-bottom: 20px;
}

.inner-single-services-desc .sec-title p,
.inner-single-services-desc .sec-title h2 {
  text-align: left;
}
.inner-single-services-desc img{
    width:100% !important;
}
.issd-text p {
  font-size: 16px;
  margin-bottom: 30px;
}

.issd-text-list {
  margin-bottom: 30px;
}

.issd-text-list h4 {
  margin-bottom: 15px;
  border-bottom: 2px solid #08984b;
  display: inline-block;
}

.issd-text-list li {
  padding-left: 25px;
  padding-bottom: 15px;
  font-size: 15px;
  position: relative;
}

.issd-text-list li::before {
  content: "\f058";
  position: absolute;
  left: 0;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #08984b;
}

.pad-lf {
  padding-left: 80px;
}

.inner-single-services-related {
  border: 1px solid #d6d6d6;
}

.inner-single-services-related h4 {
  border-bottom: 1px solid #d7d7d7;
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f5f5f5;
  margin: 0;
  padding: 15px;
}

.inner-single-services-related li {
  padding: 10px 20px;
  position: relative;
  border-bottom: 1px dotted #e4e4e4;
}

.inner-single-services-related li::before {
  content: "\f105";
  position: absolute;
  left: 7px;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #08984b;
}

.inner-single-services-related li a {
  font-size: 15px;
  font-weight: 600;
}

.inner-single-services-help {
  background-color: #08984b;
  padding: 10px 20px;
  color: white;
  margin-top: 40px;
}

.inner-single-services-help h4 {
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0;
}

.inner-single-services-help p {
  color: #ffffff;
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
}

.inner-single-services-help ul li {
  padding: 15px 0;
  border-bottom: 1px dotted #e4e4e440;
}

.inner-single-services-help ul li i {
  border-radius: 20px;
  padding: 0;
  background: #fff;
  height: 30px;
  width: 30px;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin-right: 7px;
}

.inner-single-services-help ul li i.fa.fa-phone {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.inner-single-services-help ul li a {
  color: white;
}

.inner-our-team .sec-title {
  margin-bottom: 50px;
}

.our-team {
  padding: 50px 0;
}

.our-team h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
}

.board-team-single {
  position: relative;
  overflow: hidden;
  text-align: left;
  margin-bottom: 30px;
}

.board-team-single img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.board-team-caption {
  position: absolute;
  bottom: 10%;
  padding: 15px 6% 15px 18%;
  overflow: hidden;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  min-width: 300px;
}

.board-team-caption:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.73);
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: -1;
}

.board-team-caption h4 {
  color: white;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.71429;
  text-transform: uppercase;
}

.board-team-caption p {
  line-height: 1.5;
  color: #e9563d;
  letter-spacing: 0.025em;
  font-size: 16px;
  font-weight: 600;
}

.general-team-single {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  position: relative;
  margin-bottom: 25px;
}

.general-team-single img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.general-team-caption {
  position: absolute;
  padding: 10px;
  background: #000000c4;
  z-index: 1;
  text-align: center;
  bottom: 0;
  width: 100%;
}

.general-team-caption h4 {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.71429;
  text-transform: uppercase;
  color: white;
}

.general-team-caption p {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 2px;
  text-align: center;
  color: #08984b;
  font-weight: 600;
}

.inner-gallery-item {
  position: relative;
  margin-bottom: 30px;
}

.inner-gallery-item img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-gallery-item h3 {
  position: absolute;
  width: 90%;
  margin-bottom: 0;
  text-transform: capitalize;
  bottom: 20px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0;
  left: 20px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.inner-gallery-item h3 a {
  color: white;
  position: relative;
  border-bottom: 2px solid #e9563d;
}

.inner-gallery-item:before {
  position: absolute;
  content: "";
  display: block;
  pointer-events: none;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(48%, rgba(0, 0, 0, 0.4)), color-stop(49%, rgba(0, 0, 0, 0.42)), color-stop(70%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0.42) 49%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
}

.inner-gallery-item:hover h3 {
  bottom: 35px;
}

.inner-apply-online-form {
  padding: 60px 50px;
  -webkit-box-shadow: 0px 0px 7px 1px #00000036;
          box-shadow: 0px 0px 7px 1px #00000036;
  margin: 0 50px;
}

.inner-apply-online-form .form-group {
  margin-bottom: 1.5rem;
}

.inner-apply-online-form label {
  font-weight: 600;
}

.iaof-title {
  text-align: center;
}

.iaof-title span {
  font-size: 20px;
  font-weight: 600;
  color: #08984b;
}

.iaof-title h2 {
  text-transform: uppercase;
  font-weight: 800;
  margin: 20px 0 70px;
  font-size: 40px;
}

.button-holder-cnt {
  margin-top: 35px;
}

.button-holder-cnt input {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 1px solid #08984b;
  background-color: #08984b;
  line-height: 14px;
  padding: 13px 31px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.button-holder-cnt input:hover {
  color: white;
  border-color: #e9563d;
  background: #e9563d;
}

.half-wid-group {
  display: inline-block;
  width: 47%;
  margin-bottom: 0;
}

.hwg-left {
  margin-right: 20px;
}

.inner-gallery-single {
  margin-bottom: 30px;
}

.inner-gallery-single img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-gallery-single #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-gallery-single .thumb {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

.inner-gallery-single .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.inner-gallery-single .thumb:hover .overlay {
  visibility: visible;
}

.inner-gallery-single img.zoom {
  width: 100%;
  height: 250px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-gallery-single .modal-header {
  border-bottom: none;
}

.inner-gallery-single .modal-footer {
  display: none;
}

.inner-gallery-single .zoom-icon {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #e9563d;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
}

.inner-gallery-single .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000004f;
  visibility: hidden;
  margin: 0 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/*css for table*/
table {
    width: 100% !important;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border: 1px solid #dee2e6;
}
table td {
    padding: 8px;
}
table td, table th {
    border: 1px solid #dee2e6;
}

/*css for span tag font*/
span {
    font-family: "Rubik", sans-serif !important;
}
/*# sourceMappingURL=style.css.map */