* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url(../font/Montserrat-Medium.ttf);
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url(../font/Montserrat-SemiBold.ttf);
}

@font-face {
  font-family: 'Montserrat', sans-serif;
  src: url(../font/Montserrat-Bold.ttf);
}

:root {
  --primary-color: #ed1c24;
  --secondry-color: #002B5B;
  --white: #fff;
  --black: #000;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  background-color: var(--white);
}

.navbar img {
  height: 80px;
}

.navbar ul li {
  margin: 10px;
}

.navbar ul li a {
  color: var(--black) !important;
  font-weight: 600;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  letter-spacing: 1px;
}

.navbar ul li a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#ed1c24));
  background-image: linear-gradient(to right, #000, #ed1c24);
  color: var(--white) !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar .dropdown-menu {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar .dropdown-menu .dropdown-item {
  line-height: 30px;
  letter-spacing: 1px;
}

.navbar .enquiry-btn {
  padding-right: 20px;
}

.navbar .enquiry-btn .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#ed1c24));
  background-image: linear-gradient(to right, #000, #ed1c24);
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar .enquiry-btn .btn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.animate {
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

.dropdown-menu .dropdown-item.active {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
}

.topbar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color) !important;
  padding: 5px;
}

.topbar-section a {
  text-decoration: none !important;
}

.topbar-section a:hover {
  color: var(--white);
}

.topbar-section .no {
  padding-right: 10px;
  color: var(--white);
  font-weight: 500;
}

.topbar-section .mail {
  padding-right: 10px;
  color: var(--white);
  font-weight: 500;
}

.topbar-section .social .bg .fab {
  color: var(--white);
}

.navbar-light .navbar-nav .active > .nav-link {
  background-color: var(--primary-color) !important;
  color: var(--white) !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carousel-fade .carousel-item.active {
  z-index: 0 !important;
}

.carousel-inner .carousel-inner {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.carousel-inner .carousel-caption {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px;
}

.carousel-inner .carousel-caption h3 {
  font-size: 35px;
  text-align: left;
  font-weight: 600;
}

.carousel-inner .carousel-caption h3 span {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 4px;
}

.carousel-inner .carousel-caption h2 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.carousel-inner .carousel-caption h2 span {
  background-color: var(--primary-color);
  padding: 4px;
}

.carousel-inner .carousel-caption p {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.carousel-inner .carousel-caption .s-btn {
  text-align: left;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: var(--primary-color) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  top: calc(50% - 25px) !important;
  opacity: 0.8;
}

.carousel-control-prev {
  left: 5% !important;
}

.carousel-control-next {
  right: 5% !important;
}

.service-section {
  background-color: #f2f6fa;
}

.service-section h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.service-section .card {
  border: none;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 1px solid var(--primary-color);
}

.service-section .card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-section .card h5 {
  font-size: 20px;
  font-weight: 600;
}

.service-section .card p {
  font-size: 16px;
  font-weight: 500;
}

.service-section .card .btn-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--secondry-color);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-section .card .btn-link:hover {
  letter-spacing: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-section .card img {
  padding: 15px;
}

.about-section .about-info h1 {
  font-size: 24px;
  font-weight: 700;
}

.about-section .about-info h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}

.about-section .about-info p {
  text-align: justify;
  font-weight: 600;
}

.about-section .about-info p span {
  font-weight: 600;
}

.about-section .about-info .about-btn .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#ed1c24));
  background-image: linear-gradient(to right, #000, #ed1c24);
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 10px;
}

.about-section .about-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  border-radius: 15px;
}

.parallelx {
  background: url("../images/parallelx.png") center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 250px;
}

.parallelx .pall-section {
  text-align: center;
  padding-top: 60px;
}

.parallelx .pall-section h1 {
  font-size: 30px;
  color: var(--white);
  font-weight: 700;
}

.parallelx .pall-section p {
  color: var(--white);
  font-weight: 500;
}

.parallelx .pall-section .pall-btn .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#ed1c24));
  background-image: linear-gradient(to right, #000, #ed1c24);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.client-section h1 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

.client-section .single-part img {
  border: 1px solid var(--secondry-color);
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.client-section .single-part img:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contact-strip {
  background-color: var(--secondry-color);
  height: 90px;
}

.contact-strip h4 {
  color: var(--white);
  font-weight: 600;
}

.contact-strip .btn {
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#ed1c24));
  background-image: linear-gradient(to right, #000, #ed1c24);
  cursor: pointer;
  border: none;
  outline: none;
}

.footer-section {
  background-color: #333;
}

.footer-section .address-info h2 {
  font-size: 24px;
  color: var(--white);
  font-weight: 600;
}

.footer-section .address-info a {
  text-decoration: none;
  color: var(--white);
}

.footer-section .address-info p {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  cursor: pointer;
}

.footer-section .address-info p:hover {
  letter-spacing: 1px;
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-section .pages-info h2 {
  font-size: 24px;
  color: var(--white);
  font-weight: 600;
}

.footer-section .pages-info a {
  text-decoration: none;
  color: var(--white);
}

.footer-section .pages-info a:hover {
  letter-spacing: 1px;
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-section .pages-info p {
  font-size: 14px;
  font-weight: 500;
}

.footer-section .serv-link h2 {
  font-size: 24px;
  color: var(--white);
  font-weight: 600;
}

.footer-section .serv-link a {
  text-decoration: none;
  color: var(--white);
}

.footer-section .serv-link a:hover {
  letter-spacing: 1px;
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-section .serv-link p {
  font-size: 14px;
  font-weight: 500;
}

.footer-section .foot-social h2 {
  font-size: 24px;
  color: var(--white);
  font-weight: 600;
}

.footer-section .foot-social .bg-1 a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-section .foot-social .bg-1 .fab {
  color: var(--white);
  margin: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-section .foot-social .bg-1 .fab:hover {
  color: var(--primary-color);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.copy {
  background-color: #333;
  padding: 5px;
}

.copy p {
  text-align: center;
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
}

.whatsapp-chat {
  height: 55px;
  width: 55px;
}

#myBtn {
  position: fixed;
  bottom: 2px;
  right: 0;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn img {
  width: 34px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtn img:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtnn {
  position: fixed;
  bottom: 42px;
  right: 0px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnn img {
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtnn img:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtnnn {
  position: fixed;
  bottom: 80px;
  right: 0px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtnnn img {
  width: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#myBtnnn img:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modal .modal-header {
  background-color: var(--primary-color);
  color: var(--white);
}

.modal .modal-header h5 {
  font-weight: 600;
}

.modal .modal-body .pop-form label {
  font-size: 14px;
  font-weight: 500;
}

.modal .modal-body .pop-form ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.modal .modal-body .pop-form :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.modal .modal-body .pop-form ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.modal .modal-body .pop-form ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.modal .modal-body .pop-form .btn {
  background-color: var(--primary-color);
  font-weight: 500;
  border: none;
  outline: none;
  cursor: pointer;
}

.sidebar-contact {
  position: fixed;
  top: 60%;
  left: -350px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 350px;
  height: auto;
  padding: 40px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sidebar-contact .btn {
  font-size: 14px;
  font-weight: 600;
}

.sidebar-contact.active {
  left: 0;
}

.sidebar-contact input,
.sidebar-contact textarea {
  width: 100%;
  height: 36px;
  padding: 5px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.sidebar-contact h2 {
  margin: 0 0 20px;
  padding: 0;
  font-size: 24px;
}

.sidebar-contact textarea {
  height: 60px;
  resize: none;
}

.sidebar-contact input[type="submit"] {
  background: #00bcd4;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
}

.toggle {
  position: absolute;
  height: 48px;
  width: 48px;
  text-align: center;
  cursor: pointer;
  background: var(--secondry-color);
  top: 0;
  right: -48px;
  line-height: 48px;
}

.toggle:before {
  content: '\f0e0';
  font-family: fontAwesome;
  font-size: 18px;
  color: var(--white);
}

.toggle.active:before {
  content: '\f00d';
}

select {
  width: 100%;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  padding: 5px;
  color: #7f7f7f;
}

select option {
  font-size: 14px;
}

.sidebar-contact ::-webkit-input-placeholder {
  font-size: 14px;
}

.sidebar-contact :-ms-input-placeholder {
  font-size: 14px;
}

.sidebar-contact ::-ms-input-placeholder {
  font-size: 14px;
}

.sidebar-contact ::placeholder {
  font-size: 14px;
}

@media (max-width: 768px) {
  .sidebar-contact {
    width: 100%;
    height: 100%;
    left: -100%;
  }
  .sidebar-contact .toggle {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .sidebar-contact.active .toggle {
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .content {
    padding: 50px 50px;
  }
}

/*-----------------------------------------breadcrums.html---------------------------------------------*/
.breadcrums-labour {
  background: url("../images/labour-bg.png") center;
  height: 180px;
}

.breadcrums-labour .labour-info {
  padding-left: 30px;
}

.breadcrums-labour .labour-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-labour .labour-info a:hover {
  color: var(--white);
}

.breadcrums-labour .labour-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-labour .labour-info h1:hover {
  color: var(--white);
}

.breadcrums-house {
  background: url("../images/house-bg.png") center;
  height: 180px;
}

.breadcrums-house .house-info {
  padding-left: 30px;
}

.breadcrums-house .house-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-house .house-info a:hover {
  color: var(--white);
}

.breadcrums-house .house-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-house .house-info h1:hover {
  color: var(--white);
}

.breadcrums-hr {
  background: url("../images/hr-bg.png") center;
  height: 180px;
}

.breadcrums-hr .hr-info {
  padding-left: 30px;
}

.breadcrums-hr .hr-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-hr .hr-info a:hover {
  color: var(--white);
}

.breadcrums-hr .hr-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-hr .hr-info h1:hover {
  color: var(--white);
}

.breadcrums-civil {
  background: url("../images/civil-bg.png") center;
  height: 180px;
}

.breadcrums-civil .civil-info {
  padding-left: 30px;
}

.breadcrums-civil .civil-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-civil .civil-info a:hover {
  color: var(--white);
}

.breadcrums-civil .civil-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-civil .civil-info h1:hover {
  color: var(--white);
}

.breadcrums-security {
  background: url("../images/security-bg.png") center;
  height: 180px;
}

.breadcrums-security .security-info {
  padding-left: 30px;
}

.breadcrums-security .security-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-security .security-info a:hover {
  color: var(--white);
}

.breadcrums-security .security-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-security .security-info h1:hover {
  color: var(--white);
}

.breadcrums-it {
  background: url("../images/it-bg.png") center;
  height: 180px;
}

.breadcrums-it .it-info {
  padding-left: 30px;
}

.breadcrums-it .it-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-it .it-info a:hover {
  color: var(--white);
}

.breadcrums-it .it-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-it .it-info h1:hover {
  color: var(--white);
}

.breadcrums-napss {
  background: url("../images/naps-bg.png") center;
  height: 180px;
}

.breadcrums-napss .napss-info {
  padding-left: 30px;
}

.breadcrums-napss .napss-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-napss .napss-info a:hover {
  color: var(--white);
}

.breadcrums-napss .napss-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-napss .napss-info h1:hover {
  color: var(--white);
}

.breadcrums-contact {
  background: url("../images/contact-bg.png") center;
  height: 180px;
}

.breadcrums-contact .contact-info {
  padding-left: 30px;
}

.breadcrums-contact .contact-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-contact .contact-info a:hover {
  color: var(--white);
}

.breadcrums-contact .contact-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-contact .contact-info h1:hover {
  color: var(--white);
}

.breadcrums-privacy {
  background: url("../images/privacy-bg.png") center;
  height: 180px;
}

.breadcrums-privacy .pr-info {
  padding-left: 30px;
}

.breadcrums-privacy .pr-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-privacy .pr-info a:hover {
  color: var(--white);
}

.breadcrums-privacy .pr-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-privacy .pr-info h1:hover {
  color: var(--white);
}

/*---------------------------------------About-us.html------------------------------------------------------*/
.breadcrums-ab {
  background: url("../images/about-bg.png") center;
  height: 180px;
}

.breadcrums-ab .ab-info {
  padding-left: 30px;
}

.breadcrums-ab .ab-info a {
  color: var(--black);
  font-weight: 600;
}

.breadcrums-ab .ab-info a:hover {
  color: var(--white);
}

.breadcrums-ab .ab-info h1 {
  font-weight: 600;
  color: var(--black);
}

.breadcrums-ab .ab-info h1:hover {
  color: var(--white);
}

.about-us-page .about-p-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.why-us .why-info h2 {
  font-size: 22px;
  font-weight: 600;
}

.why-us .why-info h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
}

.why-us .why-info p {
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.why-us .why-info ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/* CSS */
.button-50 {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: var(--primary-color);
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
          box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
}

.button-50:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
          box-shadow: rgba(0, 0, 0, 0.125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  -webkit-box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
          box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

.our-mis .mission-section {
  border: 1px solid var(--primary-color);
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  border-radius: 10px;
  color: var(--black);
  margin-bottom: 10px;
}

.our-mis .mission-section .fas {
  color: var(--primary-color);
}

.our-mis .mission-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
}

.our-mis .mission-section p {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.our-mis .vision-section {
  border: 1px solid var(--primary-color);
  padding: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  border-radius: 10px;
  color: var(--black);
}

.our-mis .vision-section .fas {
  color: var(--primary-color);
}

.our-mis .vision-section h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
}

.our-mis .vision-section p {
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.naps-section .naps-n-info h2 {
  font-size: 22px;
  font-weight: 600;
}

.naps-section .naps-n-info p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.naps-section .naps-n-info ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

.naps-section .naps-left {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.naps-section .naps-left .card-header {
  background-color: var(--primary-color);
}

.naps-section .naps-left .btn {
  color: var(--white);
  font-weight: 600;
  font-size: 24px;
  text-decoration: none;
}

.naps-section .naps-left ul li {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
}

/*-----------------------------------------labour-contract-service.html-------------------------------------------*/
.labour-section .labour-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.labour-section .labour-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.labour-section .labour-info ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.labour-section .labour-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 30px;
}

.labour-section .labour-img-2 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.labour-service .lab-ser-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.labour-service .lab-ser-info h6 {
  font-size: 20px;
  font-weight: 600;
}

.labour-service .lab-ser-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.labour-service .lab-ser-info p span {
  font-weight: 600;
}

.labour-service .lab-ser-img img {
  margin-bottom: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.labour-service .lab-ser-img-2 img {
  margin-bottom: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.professtionl .pro-info .table td {
  font-weight: 600;
}

.professtionl .pro-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.professtionl .pro-info p {
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.professtionl .pro-info ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

/*--------------------------------------security-manpower-service.html---------------------------------------*/
.security-section .sec-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.security-section .sec-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.security-section .sec-info ul li {
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
}

.security-section .sec-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 20px;
}

.security-section .sec-serv-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.security-service .sec-serv h2 {
  font-size: 24px;
  font-weight: 600;
}

.security-service .sec-serv p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.security-service .sec-serv p span {
  font-weight: 600;
}

.security-service .sec-serv-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 15px;
}

.security-service .sec-serv-img-2 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 10px;
}

.house-keep-section .house-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.house-keep-section .house-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.house-keep-section .house-img img {
  margin-bottom: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.house-keep-section .house-img-2 img {
  margin-bottom: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.house-2 .house-2-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.house-2 .house-2-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.house-2 .house-2-info ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

/*-------------------------------------------hr-recruiting.html---------------------------------------------*/
.hr-section .hr-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.hr-section .hr-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.hr-section .hr-info span {
  font-weight: 600;
}

.hr-section .hr-imgs img {
  margin-bottom: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.hr-section .hr-imgs-1 img {
  margin-bottom: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.hr-why .why-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.hr-why .why-info p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.hr-why .why-info p span {
  font-weight: 600;
}

.hr-why .re-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 15px;
}

.hr-why .re-img-2 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 15px;
}

.hr-2 .hr-2-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.hr-2 .hr-2-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

/*-------------------------------------civil-work.html----------------------------------------------------*/
.civil-section .civ-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.civil-section .civ-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.civil-section .civ-info ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.civil-section .civ-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 15px;
}

.civil-section .civ-img-1 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

/*-------------------------------------it-manpower-supplier.html----------------------------------------------------*/
.it-man-section .it-info p {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
  text-align: justify;
}

.it-man-section .it-info h2 {
  font-size: 24px;
  font-weight: 600;
}

.it-man-section .it-info span {
  font-weight: 600;
}

.it-man-section .it-info ul li {
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.it-man-section .it-img img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 15px;
}

.it-man-section .it-img-2 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 15px;
}

.it-man-section .it-img-3 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
  margin-bottom: 15px;
}

.it-man-section .it-img-4 img {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

/*------------------------------------------career.html------------------------------------------------------*/
.career-section .card .card-header {
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
}

.career-section .card .btn {
  color: var(--white);
  font-weight: 600;
}

.career-section .card .card-body h2 {
  font-size: 24px;
  font-weight: 600;
}

.career-section .card .card-body p {
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.career-section .card .card-body p span {
  font-weight: 600;
}

.career-section .car-form {
  background-color: var(--secondry-color);
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.career-section .car-form label {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}

.career-section .car-form ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.career-section .car-form :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.career-section .car-form ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.career-section .car-form ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.career-section .car-form .btn {
  background-color: var(--primary-color);
  border: none;
  cursor: pointer;
  outline: none;
}

/*-------------------------------------------gallery.html---------------------------------------------------*/
#mead-project img {
  -webkit-transition: 1s;
  transition: 1s;
}

#mead-project img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
}

/*-------------------------------------------Contact-us.html------------------------------------------------*/
.contact-section .add-info h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.contact-section .add-info p {
  font-size: 15px;
  font-weight: 500;
}

.contact-section .add-info a {
  text-decoration: none;
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
}

.contact-section .add-form {
  background-color: var(--primary-color);
  padding: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}

.contact-section .add-form label {
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
}

.contact-section .add-form ::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.contact-section .add-form :-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.contact-section .add-form ::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
}

.contact-section .add-form ::placeholder {
  font-size: 14px;
  font-weight: 500;
}

.contact-section .add-form .btn {
  background-color: var(--secondry-color);
  font-weight: 600;
  cursor: pointer;
  border: none;
  outline: none;
}

.map-section .map-area iframe {
  width: 100%;
  height: 450px;
}

/*----------------------------------thank-you.html-------------------------------------------------------*/
.thank-you-section {
  text-align: center;
  padding-top: 50px;
}

.thank-you-section .thankyou-logo img {
  width: 200px;
}

.thank-you-section .thankyou-text h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
}

.thank-you-section .thankyou-check .fas {
  font-size: 60px;
  color: var(--secondry-color);
}

@media screen and (max-width: 1200px) {
  .carousel-inner .carousel-caption {
    top: 40%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
  }
  .carousel-inner .carousel-caption h3 {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
  }
  .carousel-inner .carousel-caption h2 {
    text-align: left;
    font-size: 24px;
    font-weight: 500;
  }
  .carousel-inner .carousel-caption h2 span {
    background-color: var(--primary-color);
    padding: 4px;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 12px;
    line-height: 30px;
  }
  .carousel-inner .carousel-caption .s-btn {
    text-align: left;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .navbar ul li {
    margin: 10px;
  }
  .navbar ul li a {
    font-size: 14px;
  }
  .carousel-inner .carousel-caption {
    top: 40%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
  }
  .carousel-inner .carousel-caption h3 {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
  }
  .carousel-inner .carousel-caption h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
  }
  .carousel-inner .carousel-caption h2 span {
    background-color: var(--primary-color);
    padding: 4px;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 12px;
    line-height: 30px;
  }
  .carousel-inner .carousel-caption .s-btn {
    text-align: left;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .carousel-inner .carousel-caption {
    top: 35%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
  }
  .carousel-inner .carousel-caption h3 {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
  }
  .carousel-inner .carousel-caption h2 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }
  .carousel-inner .carousel-caption h2 span {
    background-color: var(--primary-color);
    padding: 4px;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 10px;
    line-height: 20px;
  }
  .carousel-inner .carousel-caption .s-btn {
    text-align: left;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .topbar-section {
    display: block;
  }
  .topbar-section .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-section .social .bg .fab {
    margin: 10px;
  }
  .carousel-inner .carousel-caption {
    top: 35%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
  }
  .carousel-inner .carousel-caption h3 {
    font-size: 14px;
    text-align: left;
    font-weight: 600;
  }
  .carousel-inner .carousel-caption h2 {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
  }
  .carousel-inner .carousel-caption h2 span {
    background-color: var(--primary-color);
    padding: 4px;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 8px;
    line-height: 10px;
  }
  .carousel-inner .carousel-caption .s-btn {
    text-align: left;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .topbar-section {
    display: block;
  }
  .topbar-section .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-section .social .bg .fab {
    margin: 10px;
  }
  .carousel-inner .carousel-caption {
    top: 35%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
  }
  .carousel-inner .carousel-caption h3 {
    font-size: 11px;
    text-align: left;
    font-weight: 600;
  }
  .carousel-inner .carousel-caption h2 {
    text-align: left;
    font-size: 11px;
    font-weight: 500;
  }
  .carousel-inner .carousel-caption h2 span {
    background-color: var(--primary-color);
    padding: 4px;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 7px;
    line-height: 10px;
  }
  .carousel-inner .carousel-caption .s-btn {
    text-align: left;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 425px) {
  .topbar-section {
    display: block;
  }
  .topbar-section .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-section .social .bg .fab {
    margin: 10px;
  }
  .carousel-inner .carousel-caption {
    top: 30%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 10px;
  }
  .carousel-inner .carousel-caption h3 {
    font-size: 11px;
    text-align: left;
    font-weight: 600;
  }
  .carousel-inner .carousel-caption h2 {
    text-align: left;
    font-size: 11px;
    font-weight: 500;
  }
  .carousel-inner .carousel-caption h2 span {
    background-color: var(--primary-color);
    padding: 4px;
  }
  .carousel-inner .carousel-caption p {
    text-align: left;
    font-size: 8px;
    line-height: 10px;
  }
  .carousel-inner .carousel-caption .s-btn {
    text-align: left;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 375px) {
  .topbar-section {
    display: block;
  }
  .topbar-section .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-section .social .bg .fab {
    margin: 10px;
  }
  .carousel-caption {
    display: none;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 320px) {
  .topbar-section {
    display: block;
  }
  .topbar-section .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .topbar-section .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .topbar-section .social .bg .fab {
    margin: 10px;
  }
  .carousel-caption {
    display: none;
  }
  .parallelx {
    height: auto;
  }
  .parallelx .pall-section {
    padding-top: 10px;
  }
  .parallelx .pall-section h1 {
    font-size: 24px;
  }
  .parallelx .pall-section p {
    font-size: 14px;
  }
  .parallelx .pall-section .pall-btn .btn {
    margin-bottom: 10px;
  }
  .contact-strip {
    height: auto;
  }
  .contact-strip h4 {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
  }
  .breadcrums-ab .ab-info h1 {
    font-size: 24px;
  }
}

.privacy-section .privacy-info h2 {
  font-weight: 600;
  font-size: 24px;
}

.privacy-section .privacy-info p {
  font-weight: 500;
  line-height: 30px;
}
/*# sourceMappingURL=main.css.map */